@charset "utf-8";
/* CSS Document */
/* 入園のご案内 */

/**************************************/

/*ページタイトル*/
h2.pageTitleImg{
	margin:0px 0px 25px 0px;
}
@media screen and (max-width: 768px) {
  h2.pageTitleImg{
    position: relative;
    margin:0px 0px 50px 0px;
  }
  h2.pageTitleImg img{
     width: 100%;
    height: auto;
    vertical-align: bottom;
  }
}
@media screen and (max-width: 520px) {
  h2.pageTitleImg{
    position: relative;
    margin:0px 0px 30px 0px;
  }
}
@media screen and (max-width: 520px) {
  h2.pageTitleImg{
    position: relative;
    margin:0px 0px 30px 0px;
  }
}

h2.pageTitleImg .pageTitleTxt{
  display: none;
}
@media screen and (max-width: 768px) {
  h2.pageTitleImg .pageTitleTxt{
    display: block;
    width: auto;
    position: absolute;
    z-index: 1;
    left: 32px;
    /*タイトル画像の高さ(同一ではない)に合わせてTOP位置の計算が必要です*/
    /* 縦中央の式　top: calc(50% - (画像の高さ/2)); */
  }
  h2.pageTitleImg .pageTitleTxt img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  h2.pageTitleImg #mainimg01_txt{
    /* 施設・周辺環境 */
    top: calc(50% - (50px/2));
  }
  h2.pageTitleImg #mainimg02_txt{
    /* 給食について */
    top: calc(50% - (49px/2));
  }
  h2.pageTitleImg #mainimg03_txt{
    /* 主な運行バスルート */
    top: calc(50% - (47px/2));
  }
  h2.pageTitleImg #mainimg04_txt{
    /* 預かり保育 */
    top: calc(50% - (46px/2));
  }
  h2.pageTitleImg #mainimg05_txt{
    /* 課外教室 */
    top: calc(50% - (50px/2));
  }
  h2.pageTitleImg #mainimg06_txt{
    /* 制服について */
    top: calc(50% - (49px/2));
  }
}
@media screen and (max-width: 520px) {
  h2.pageTitleImg .pageTitleTxt{
    left: 14px;
    /*タイトル画像の高さ(同一ではない)に合わせてTOP位置の計算が必要です*/
    /* 90％高さの式　元画像の高さ-元画像の高さ*9/100 */
    /* 縦中央の式　top: calc(50% - ((元画像の高さ - 元画像の高さ*9/100)/2)); */
  }
  h2.pageTitleImg .pageTitleTxt img{
    width: 90%;
    height: auto;
    vertical-align: bottom;
  }
  h2.pageTitleImg #mainimg01_txt{
    /* 施設・周辺環境 */
    top: calc(50% - ((50px - 50px*9/100)/2));
  }
  h2.pageTitleImg #mainimg02_txt{
    /* 給食について */
    top: calc(50% - ((51px - 51px*9/100)/2));
  }
  h2.pageTitleImg #mainimg03_txt{
    /* 主な運行バスルート */
    top: calc(50% - ((51px - 51px*9/100)/2));
  }
  h2.pageTitleImg #mainimg04_txt{
    /* 預かり保育 */
    top: calc(50% - ((46px - 46px*9/100)/2));
  }
  h2.pageTitleImg #mainimg05_txt{
    /* 課外授業 */
    top: calc(50% - ((51px - 51px*9/100)/2));
  }
  h2.pageTitleImg #mainimg06_txt{
    /* 制服について */
    top: calc(50% - ((49px - 49px*9/100)/2));
  }
}


/*==============================================================================
　　　　　　　　　　　　　　　　　　制服について
==============================================================================*/
#uniform{
	margin:0px 20px 0px 20px;
}
@media screen and (max-width: 768px) {
  #uniform{
    margin:0px 10px;
  }
}
@media screen and (max-width: 520px) {
  #uniform{
    margin:0px 14px;
  }
}

.uniformlist{
	display:block;
}
 .uniformlist img{
	display:block;
	width:630px;
	height:443px;
	margin:28px auto 0px auto;
}
.uniformlist_sp{
  display: none;
}
@media screen and (max-width: 768px) {
  .uniformlist{
    display: none;
  }
  .uniformlist_sp{
    display: block;
    margin-top: 30px;
  }
  .uniformlist_sp img{
    display:block;
    margin: 0 auto 30px auto;
    max-width: 472px;
    width: 100%;
  }
  .uniformlist_sp img:last-child{
    margin-bottom: 0;
  }
}

/*==============================================================================
　　　　　　　　　　　　　　　　　給食について
==============================================================================*/
#lunch{
	padding:0px 20px 0px 20px;
}
@media screen and (max-width: 768px) {
  #lunch{
    padding: 0 10px 0 10px;
  }
}
@media screen and (max-width: 520px) {
  #lunch{
    padding: 0 14px 0 14px;
  }
}

.forLunch{
	width:630px;
	margin-bottom: 10px;
	background-image: url(../img/guide/lunch_kitchen.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	overflow: unset;
}
@media screen and (max-width: 768px) {
  .forLunch{
    width: 100%;
    height: auto;
    background-image: none;
  }
}
@media screen and (max-width: 520px) {
  .forLunch{
    margin-bottom: 50px;
  }
}
.forLunch img{
	display:block;
	padding-right:12px;
	padding-bottom:15px;
}
.lunch_txt img{
	display:none;
}

@media screen and (max-width: 768px) {
  .forLunch .lunch_title{
    height: 42px;
    background: url("../img/guide/lunch_title_sp_line.png") repeat-x left bottom;
  }
  .forLunch .lunch_title img{
    /* lunch_title1_sp768.png、給食について */
    padding: 0;
  }
}

@media screen and (max-width: 520px) {
  .forLunch .lunch_title{
    height: calc((42px - 42px*9/100));
  }
  .forLunch .lunch_title img{
    /* lunch_title1_sp768.png、給食について */
    width: calc((161px - 161px*9/100));
    padding: 0;
  }
}

.forLunch .lunch_txt{
	width: 370px;/*390px*/
	margin: 0px 20px 0px 0px;
	float:left;
}
@media screen and (max-width: 768px) {
  .forLunch .lunch_txt{
    float:none;
    width: 100%;
    min-height: 187px;
    padding: 24px 10px 0 10px;
    background: url("../img/guide/lunch_kitchen.jpg") no-repeat right 10px top 25px;
  }
  .lunch_txt p{
    padding-right: 258px;
    text-align: justify;
  }
  .lunch_txt img{
    display: none;
  }
  .lunch_txt .sp{
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .forLunch .lunch_txt{
    min-height: 100%;
    background-image: none;
    padding: 17px 10px 0 10px;
  }
  .lunch_txt p{
    padding-bottom: 20px;
    padding-right: 0;
  }
}

.forLunch .txt{
	width: 370px;/*390px*/
	margin: 0px 20px 0px 0px;
	float:left;
}
.forLunch .txt img.title{
	display:block;
	padding-bottom:15px;
}
.forLunch .photo{
	/*width: 240px;
	float:right;*/
  display: none;
}
@media screen and (max-width: 768px) {
  .forLunch .photo{
  }
}
@media screen and (max-width: 520px) {
  .forLunch .photo{
    display: block;
    text-align: center;
    max-width: 307px;
    width: 100%;
    margin: 0 auto;
  }
  .forLunch .photo img{
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 375px) {
  .forLunch .photo{
    max-width: 307px;
    width: 93.8838%;
    /* 93.8838% 親要素327px 子要素307px */
  }
}


.forLunch:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;}

/*\*/
* html .forLunch {
    height: 1em;
    overflow: visible;}
/**/


.lunchFlow{
	margin:30px 10px 0px 10px;
}
.lunchFlow td.flow_sp520{
  display: none;
}
@media screen and (max-width: 768px) {
  .lunchFlow{
    width: 100%;
    margin: 24px auto 20px auto;
    padding: 0 10px;
  }
  .lunchFlow td{
    display: block;
    background: #F39800;
    padding: 23px 18px 18px 18px;
  }
  .lunchFlow td.flow_1{
    height: 120px;
    background:#F39800 url(../img/guide/lunch_flow1.jpg) no-repeat top right;
  }
  .lunchFlow td.flow_2{
    height: 120px;
    background:#F39800 url(../img/guide/lunch_flow2.jpg) no-repeat top right;
  }
  .lunchFlow td.flow_3{
    height: 120px;
     background:#F39800 url(../img/guide/lunch_flow3.jpg) no-repeat top right;
  }
  .lunchFlow td.arrow{
    background: #ffffff;
    padding: 0;
    text-align: center;
  }
  .lunchFlow td div{
    display: flex;
    justify-content: left;
    align-items: center;
    height: 100%;
  }
}
@media screen and (max-width: 600px) {
  .lunchFlow td.flow_1 img{
    width: 240px;
    height: auto;
  }
}
@media screen and (max-width: 520px) {
  .lunchFlow{
    width: 307px;
    width: auto;
    margin: 20px auto 0 auto;
    padding: 0;
  }
  .lunchFlow td.flow_1{
    height: auto;
    background-image: none;
  }
  .lunchFlow td.flow_2{
    height: auto;
    background-image: none;
  }
  .lunchFlow td.flow_3{
    height: auto;
    background-image: none;
  }
  .lunchFlow td.flow_4{
    height: auto;
    background-image: none;
  }
  .lunchFlow td.flow_sp520{
    display: block;
    padding: 0;
    background: #ffffff;
    text-align: center;
  }
  .lunchFlow td.flow_sp520 img{
    width: 100%;
  }
  .lunchFlow td.arrow{
    background: #ffffff;
    padding: 0;
    text-align: center;
  }
  .lunchFlow td div{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
}
@media screen and (max-width: 375px) {
  .lunchFlow{
    width: 100%;
    padding: 0 10px;
    table-layout: fixed;
  }
  .lunchFlow td.flow_1 img{
    width: 100%;
  }
}


.lunchFlow td.arrow_l{
	width:20px;
	text-align: center;}



.larrow{
	padding:0px 2px;
}
@media screen and (max-width: 768px) {
  picture{
    display: block;
    font-size: 1px;
    line-height: 1em;
  }
  .larrow{
    padding: 10px 0;
  }
}

/*.lunchPoint{
	display:block;
	padding:25px 0px 66px 12px;
}
@media screen and (max-width: 768px) {
  .lunchPoint{
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 618px;
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .lunchPoint{
    width: 100%;
    max-width: 452px;
    padding-top: 42px;
    padding-bottom: 50px;
  }
}*/

.lunchPoint{
	display:block;
  width: 611px;
  height: auto;
	padding:15px 0px 30px 12px;
}
@media screen and (max-width: 768px) {
  .lunchPoint{
    width: 100%;
    padding: 0px 10px 70px 10px;
  }
}
@media screen and (max-width: 520px) {
  .lunchPoint{
    padding: 30px 10px 50px 10px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 375px) {
  .lunchPoint{
    padding: 42px 10px 50px 10px;
    margin: 0 auto;
  }
}





.foodEducation{
	width:629px;
	height:190px;
	background-image:url(../img/guide/lunch_fe2.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}
.foodEducation img{
	display:block;
	padding:0px 12px 15px 0px;
}
.foodEducation .photo{
  display: none;
}


@media screen and (max-width: 768px) {
  .foodEducation{
    width: 100%;
    background-image: none;
    height: auto;
    margin-bottom: 50px;
  }
  .foodEducation_title{
    height: 42px;
    background: url("../img/guide/lunch_title_sp_line.png") repeat-x left bottom;
  }
  .foodEducation_title img{
    padding: 0;
    /* lunch_title2_sp768.png、食育について */
  }
}

@media screen and (max-width: 520px) {
  .foodEducation{
    /*margin-bottom: 30px;*/
    margin-bottom: 0;
  }
}


@media screen and (max-width: 520px) {
  .foodEducation_title{
    height: calc((42px - 42px*9/100));
  }
  .foodEducation_title img{
    padding: 0;
    /* lunch_title2_sp768.png、食育について */
    width: calc((153px - 153px*9/100));
  }
}



.foodEducation_txt img{
  display: none;
}
@media screen and (max-width: 768px) {
  .foodEducation_txt{
    min-height: 188px;
    padding: 20px 10px 0 10px;
    background: url("../img/guide/lunch_fe2.jpg") no-repeat right 10px top 20px;
  }
  .foodEducation_txt p{
    padding-right: 278px;
    text-align: justify;
  }
  .foodEducation_txt img{
    display: none;
  }
  .foodEducation_txt .sp{
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .foodEducation_txt{
    min-height: 100%;
    background-image: none;
    padding: 17px 10px 0 10px;
  }
  .foodEducation_txt p{
    padding-right: 0;
    padding-bottom: 20px;
  }
  .foodEducation_txt img{
    display: none;
    margin: 0 auto;
    padding: 0;
  }
}

.foodEducation .photo{
	/*width: 240px;
	float:right;*/
  display: none;
}
@media screen and (max-width: 768px) {
  .foodEducation .photo{
  }
}
@media screen and (max-width: 520px) {
  .foodEducation .photo{
    display: block;
    text-align: center;
    max-width: 307px;
    width: 100%;
    margin: 0 auto;
  }
  .foodEducation .photo img{
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 375px) {
  .foodEducation .photo{
    width: 93.8838%;
    /* 93.8838% 親要素327px 子要素307px */
    max-width: 307px;
  }
}



.lunchManner{
	display:block;
  width: 611px;
  height: auto;
	padding:15px 0px 30px 12px;
}
@media screen and (max-width: 768px) {
  .lunchManner{
    width: 100%;
    padding: 0px 10px 70px 10px;
  }
}
@media screen and (max-width: 520px) {
  .lunchManner{
    padding: 30px 10px 50px 10px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 375px) {
  .lunchManner{
    padding: 42px 10px 50px 10px;
    margin: 0 auto;
  }
}


/*他にもこんなことを〜*/
.lunch_other{}
.lunch_other .lunch_other_title{}
@media screen and (max-width: 768px) {
  .lunch_other .lunch_other_title{
    height: 35px;
    background: url("../img/guide/lunch_title_sp_line.png") repeat-x left bottom;
    margin: 0 0 15px 0;
  }
}
.lunch_other .lunch_other_txt{}
.lunch_other .lunch_other_txt ul{
  list-style: none;
}
.lunch_other .lunch_other_txt ul li{
  margin-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .lunch_other .lunch_other_txt{
    padding: 20px 10px 0 10px;
  }
  .lunch_other .lunch_other_txt br{
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .lunch_other .lunch_other_txt{
    padding: 17px 10px 0 10px;
  }
}


#allergy{
	font-size: 110%;
	font-weight: bold;
	padding-left: 35px;
	margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #allergy{
    margin-top: 0px;
    padding: 0 20px;
    font-size: 14px;
  }
}


/*==============================================================================
　　　　　　　　　　　　　　　　　幼児教室
==============================================================================*/
.infant{
	width:670px;
	padding:0px 20px 0px 20px;
}
@media screen and (max-width: 768px) {
  .infant{
    width:100%;
    padding:0px 10px;
  }
}
@media screen and (max-width: 520px) {
  .infant{
    width:100%;
    padding:0px 14px;
  }
}

.infant_line{
	display:block;
}

.infantClass{
	width:630px;
	margin:0px 0px 40px 0px;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
  .infantClass{
    width:auto;
    margin:0px auto 70px auto;
    overflow: inherit;
  }
}
@media screen and (max-width: 600px) {
  .infantClass{
    width:100%;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 520px) {
  .infantClass{
    margin-bottom: 50px;
  }
}



.infantClass:after {
  content: "";
 	display: block;
	clear: both;
	height: 1px;
  overflow: hidden;}

/*\*/
* html .infantClass {
  height: 1em;
  overflow: visible;}
/**/

.infantClass .info_t{
	width: 343px;
	float: left;
}
@media screen and (max-width: 768px) {
  .infantClass .info_t{
    float: none;
    width: 540px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .infantClass .info_t{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 520px) {
  .infantClass .info_t{
    margin-bottom: 30px;
  }
}


.infantClass .ohisama_img_frame{
  background-image: none;
  height: auto;
}
@media screen and (max-width: 768px) {
  .infantClass .ohisama_img_frame{
    background: url("../img/guide/infant_imgphoto_sp768.jpg") top right no-repeat;
    height: 160px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 520px) {
  .infantClass .ohisama_img_frame{
    background-image: none;
    height: auto;
    margin-bottom: 0;
  }
}

.infantClass .ohisama_text_frame{
  text-align: justify;
}


.infantClass .info_t img.ohisama{
	margin: 0px 0px 10px 0px;
}
@media screen and (max-width: 520px) {
  .infantClass .info_t img.ohisama{
    width: 100%;
  }
}
	
.infantClass .info_p{
	width: 287px;
	float: right;
}
@media screen and (max-width: 520px) {
  .infantClass .info_p{
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 768px) {
  .infantClass .info_p img{
    display: none;
  }
}




.infant_aim_new{
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .infant_aim_new{
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 708px;
  }
}
@media screen and (max-width: 520px) {
  .infant_aim_new{
    width: 100%;
    max-width: 481px;
  }
}



/*表@対象児*/
table.target{
	width: 624px;
	margin:5px 0px 30px 0px;
}
@media screen and (max-width: 768px) {
  table.target{
    display: none;
  }
}


.target th{
	background-color:#B2A58E;
	text-align:center;
	padding:8px 0px;
	border-bottom:#ffffff solid 3px;
	color:#ffffff;
}
th:last-child.box4 { border-right:none;}

.target td{
	background-color:#EEEEEF;
	padding:8px 10px;
	border-bottom:#ffffff solid 3px;
}
.target td:last-child{border-right:none;}	

th.box1{
	border-right:#ffffff solid 3px;
	width: 92px;}

th.box2{
	border-right:#ffffff solid 3px;
	width: 160px;}
	
th.box3{
	border-right:#ffffff solid 3px;
	width: 119px;}
	
th.box4{
	width: 80px;}

.target td{
	background-color:#EFEFF0;}

.target td.center{
	text-align:center;}

	
/*表@カリキュラム*/
.curriculum_wrap{
	width:630px;
  min-height: 563px;
	background:url(../img/guide/curriculum_p.jpg) bottom right no-repeat;
}
@media screen and (max-width: 768px) {
  .curriculum_wrap{
    width: 100%;
    background-image: none;
  }
}


table.curriculum{
	margin:5px 0px 30px 0px;
}
@media screen and (max-width: 768px) {
  table.curriculum{
    width: 100%;
    margin-bottom: 13px;
  }
}

.curriculum th{
	background-color:#B2A58E;
	text-align:center;
	padding:8px 0px;
	border-bottom:#ffffff solid 3px;
	color:#ffffff;
}
.curriculum td{
	background-color:#EEEEEF;
	padding:8px 10px;
	border-bottom:#ffffff solid 3px;
	border-right:#ffffff solid 3px;
}
@media screen and (max-width: 768px) {
  .curriculum th{
    font-size: 13px;
    padding:13px 10px;
  }
  .curriculum td{
    font-size: 13px;
    padding:13px 10px;
  }
  .curriculum tr:first-child th:last-child,
  .curriculum tr td:last-child {
    /*最終列の右端の線削除*/
    border-right: none;
  }
  .curriculum tr:last-child td{
    /*最終行の下線削除*/
    border-bottom: none;
  }
}

.curriculum_wrap_img{
  display: none;
}
@media screen and (max-width: 768px) {
  .curriculum_wrap_img{
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 698px;
  }
}
@media screen and (max-width: 520px) {
  .curriculum_wrap_img{
    width: 100%;
    max-width: 476px;
  }
}

th.box5{
	border-right:#ffffff solid 3px;
	width: 85px;
}
@media screen and (max-width: 768px) {
  th.box5{
    width: 218px;
  }
}
@media screen and (max-width: 520px) {
  th.box5{
    width: 146px;
  }
}
@media screen and (max-width: 375px) {
  th.box5{
    width: 101px;
  }
}


th.box6{
	border-right:#ffffff solid 3px;
	width: 130px;}
	
th.box7{
	border-right:#ffffff solid 3px;
	width: 220px;
}
@media screen and (max-width: 768px) {
  th.box7{
    width: auto;
  }
}

.target td{
	background-color:#EFEFF0;
	border-right:#ffffff solid 3px;
}


a.ohisama:link, a.ohisama:visited, a.ohisama:hover{
	color: #00A0E9;
	font-size:110%;
	text-decoration:underline;
}

@media screen and (max-width: 768px) {
  a.ohisama br.sp{
    display: none;
  }
  a.ohisama:link, a.ohisama:visited, a.ohisama:hover{
    color: #00A0E9;
    font-size:13px;
    text-decoration:underline;
  }
}

.target_sp{
    display: none;
  }
@media screen and (max-width: 768px) {
  .target_sp{
    display: table;
    background: #EFEFF0;
    width: 100%;
    margin-bottom: 13px;
  }
  #age_3.target_sp{
    margin-bottom: 50px;
  }
  .target_sp th{
    width: 218px;
    background-color:#B2A58E;
    text-align:center;
    padding:13px 10px;
    border-bottom:#ffffff solid 3px;
    border-right:#ffffff solid 3px;
    color:#ffffff;
    font-size: 13px;
  }
  .target_sp td{
    background-color:#EEEEEF;
    padding:13px 10px;
    border-bottom:#ffffff solid 3px;
    border-right:#ffffff solid 3px;
    font-size: 13px;
  }
  .target_sp tr td:last-child{
    /*最終列の右端の線削除*/
    border-right: none;
  }
  .target_sp tr:last-child th,
  .target_sp tr:last-child td{
    /*最終行の下線削除*/
    border-bottom: none;
  }
}
@media screen and (max-width: 520px) {
  #age_3.target_sp{
    margin-bottom: 30px;
  }
  .target_sp th{
    width: 146px;
  }
}
@media screen and (max-width: 375px) {
  .target_sp th{
    width: 101px;
  }
}





img.lunch_other{
	margin-bottom: 10px;}

/*==============================================================================
　　　　　　　　　　　　　　　　　　課外授業
==============================================================================*/
#box{
	padding:0px 20px;}

.qatopTX{
	padding:0px 0px 40px 20px;
}

/*Q背景*/
.ques_bg1 , .ques_bg2 , .ques_bg3{
	line-height: 55px;
	padding-left: 55px;
	margin-bottom: 10px;
	font-size: 15px;
	color: #00A0E9;
	cursor: pointer;}

.ques_bg1{
	background: url(../img/enter/q_bg01.gif) no-repeat;}

.ques_bg2{
	background: url(../img/enter/q_bg02.gif) no-repeat;}

.ques_bg3{
	background: url(../img/enter/q_bg03.gif) no-repeat;}
	
/*A背景*/
.ans{
	background: url(../img/enter/a.gif) no-repeat;
	margin: 0px 19px 25px 19px;
	padding-left: 36px;
	line-height: 1.7em;
	overflow:hidden;
  display:none;}
  
 
/*==============================================================================
　　　　　　　　　　　　　　　　　　預かり保育
==============================================================================*/
#extend{
	margin:0px 20px 0px 20px;
}
@media screen and (max-width: 768px) {
  #extend{
	  margin: 0 10px;
  }
}

.extendImg{
	display:block;
	padding:27px 0px 0px 0px;
}


.dottitle{
	margin: 30px 0px 5px 0px;
	font-size: 15px;
}
@media screen and (max-width: 768px) {
  .dottitle{
    font-size: 16px;
    line-height: 1.2em;
	  margin: 40px 0 15px 0;
  }
}

.shisetsu_ttl{
	margin: 30px 0px 5px 0px;
	font-size: 15px;
}
@media screen and (max-width: 768px) {
  .shisetsu_ttl{
    font-size: 16px;
    line-height: 1.2em;
	  margin: 40px 0 10px 0;
  }
}


.extend_line{
  background: url(../img/guide/01._dotline_s.gif) repeat-x bottom;
  width: 630px;
  height: 1px;
}
@media screen and (max-width: 768px) {
  .extend_line{
    background: url(../img/guide/01._dotline_s.gif) repeat-x bottom;
    width: 100%;
    height: 1px;
  }
}

table.extend{
	width: 630px;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  table.extend{
    width: 100%;
    margin-bottom: 15px;
  }
}

table.extend td.l_area{
	background: url(../img/guide/01._dotline_s.gif) repeat-x bottom #F6F0CB;
	width: 16em;
	color: #EA6D8D;
	padding: 12px 15px;
	vertical-align: top;
	font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 768px) {
  table.extend td.l_area{
    width: 33.6158%;
    /* 33.6158% 親要素708px 子要素238px */
    padding: 15px;
  }
}
@media screen and (max-width: 375px) {
  table.extend td.l_area{
    width: 49.2537%;
    /* 49.2537% 親要素335px 子要素165px */
  }
}

table.extend td.r_area{
	background: url(../img/guide/01._dotline_s.gif) repeat-x bottom;
	padding: 12px 15px;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  table.extend td.r_area{
    padding: 15px 20px;
  }
}
@media screen and (max-width: 520px) {
  table.extend td.r_area{
    padding: 15px 18px;
  }
}

p.azukari{
	margin-top: 10px;}

.exRed{
	color:#ea5532;
}

a#y_azukari:link{
	color:#00a0e9;
	text-decoration:underline;
}
a#y_azukari:visited{
	color:#00a0e9;
	text-decoration:underline;
}
a#y_azukari:hover{
	color:hover;
	text-decoration:underline;
}


/*==============================================================================
　　　　　　　　　　　　　　　施設・周辺環境
==============================================================================*/

#facilities{
	margin:0px 20px 0px 20px;
}
@media screen and (max-width: 768px) {
  #facilities{
    margin:0px 10px 0px 10px;
  }
  #facilities br.cl{
    display: none;
  }
}
@media screen and (max-width: 520px) {
  #facilities{
    margin:0px 14px 0px 14px;
  }
}
@media screen and (max-width: 375px) {
  #facilities{
    margin:0px 14px 0px 14px;
  }
}

.fatopTX{
  padding: 0px 0px 40px 0px;
}
@media screen and (max-width: 768px) {
  .fatopTX{
    margin: 0 0 20px 0;
  }
}


.facilitiesTitle{
	display:block;
	padding:0px 0px 22px 0px;
}
.facilitiesTitle_sp{
  display: none;
}
@media screen and (max-width: 768px) {
  .facilitiesTitle{
    display: none;
  }
  .facilitiesTitle_sp{
    display: block;
    background: #F0E9C9;
    border-radius: 16px;
    position: relative;
    width: 100%;
    /*height: 50px;*/
    height: 40px;
    margin: 0 0 36px 0;
  }
  .facilitiesTitle_sp img{
    position: absolute;
    /*left: 20px;
    bottom: -1px;*/
    left: 15px;
    bottom: -5px;
  }
}
@media screen and (max-width: 520px) {
  .facilitiesTitle_sp{
    border-radius: 16px;
    height: 40px;
    margin: 0 0 26px 0;
  }
  .facilitiesTitle_sp img{
    position: absolute;
    left: 15px;
    bottom: -5px;
  }
}


.environTitle{
	display:block;
	padding:27px 0px 13px 0px;
}
.environTitle_sp{
  display: none;
}
@media screen and (max-width: 768px) {
  .environTitle{
    display: none;
  }
  .environTitle_sp{
    display: block;
    background: #F0E9C9;
    border-radius: 16px;
    position: relative;
    width: 100%;
    /*height: 50px;*/
    height: 40px;
    margin: 0 0 20px 0;
  }
  .environTitle_sp img{
    position: absolute;
    /*left: 20px;
    top: 2px;*/
    left: 15px;
    top: -5px;
  }
}
@media screen and (max-width: 520px) {
  .environTitle_sp{
    border-radius: 16px;
    height: 40px;
  }
  .environTitle_sp img{
    position: absolute;
    left: 15px;
    top: -5px;
  }
}

.facilityLeft img.title,
.facilityRight img.title{
	display:block;
}
.facilityLeft p.title_sp,
.facilityCenter p.title_sp,
.facilityRight2 p.title_sp,
.facilityRight p.title_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .facilityLeft img.title,
  .facilityCenter img.title,
  .facilityRight2 img.title,
  .facilityRight img.title{
    display:none;
  }
  .facilityLeft p.title_sp,
  .facilityCenter p.title_sp,
  .facilityRight2 p.title_sp,
  .facilityRight p.title_sp {
    display: block;
    text-align: left;
    max-width: 462px;
    margin: 0 auto;
    border-bottom: solid 2px #8FC31F;
  }
}

@media screen and (max-width: 520px) {
  p.title_sp.rugby img{
    width: 401px;
  }
}
@media screen and (max-width: 449px) {
  p.title_sp.rugby img{
    width: 100%;
    
  }
}



.facilityLeft img.photo,
.facilityRight img.photo,
.facilityRight2 img.photo{
	display:block;
	padding:10px 0px 0px 5px;
}
@media screen and (max-width: 768px) {
  .facilityLeft img.photo,
  .facilityRight img.photo,
  .facilityRight2 img.photo{
    max-width: 462px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0px 30px 0px;
  }
  img.photo.photo_end{
    padding-bottom: 0;
  }
  
  img.photo.p4,
  img.photo.p7{
    padding-bottom: 0;
  }
  img.photo.p10{
    padding-bottom: 70px;
  }
  img.photo.p11{
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 520px) {
  .facilityLeft img.photo,
  .facilityRight img.photo,
  .facilityRight2 img.photo{
    /*width: auto;*/
    width: 100%;
  }
  img.photo.p10{
    padding-bottom: 50px;
  }
  img.photo.p11{
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 502px) {
  .facilityLeft img.photo,
  .facilityRight img.photo,
  .facilityRight2 img.photo{
    width: 100%
  }
}



.facilityLeft{
	float:left;
	width:300px;
	padding:0px 0px 30px 10px;
}
@media screen and (max-width: 768px) {
  .facilityLeft{
    float: none;
    width: auto;
    padding: 0;
  }
}

.facilityRight{
	float:right;
	width:300px;
	padding:0px 10px 30px 10px;
}
@media screen and (max-width: 768px) {
  .facilityRight{
    float: none;
    width: auto;
    padding: 0;
  }
}
.facilityRight.end{
	float:right;
	padding:0px 10px 30px 10px;
}


@media screen and (max-width: 768px) {
  .facilityLeft.end{
    padding: 0;
    margin-bottom: 70px;
  }
  .facilityRight.end{
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 520px) {
  .facilityRight.end{
    float: none;
    padding: 0;
    margin-bottom: 50px;
  }
} 

.environTx{
	padding:0px 10px 30px 10px;
}
.environTx ul{
  list-style: none;
}
.environTx ul li{
  text-indent: -1em;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .environTx{
    padding:0px 0px 40px 0px;
  }
}
@media screen and (max-width: 520px) {
  .environTx{
    padding:0px 5px 40px 5px;
  }
}
@media screen and (max-width: 375px) {
  .environTx{
    padding:0px 5px 30px 5px;
  }
}
.end{
	padding:23px 10px 30px 10px;
}


.access{
  margin-top: 10px;
  overflow: hidden;
}
.access:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
/*\*/
* html .access{
  height: 1em;
  overflow: visible;
}
/**/


@media screen and (max-width: 768px) {
  .access_tbl{
    display: flex
  }
}

.access .a_l{
	width: 5em;
	height: 8em;
	margin-left: 1em;
	float: left;
}
@media screen and (max-width: 768px) {
  .access .a_l{
    float: none;
    margin-left: 0;
  }
}

.access .a_r{
  float: left;
}
@media screen and (max-width: 768px) {
  .access .a_r{
    float: none;
    flex: 1;
  }
}

p.access_b{
	margin-bottom: 8px;
}

iframe{
  width: 600px;
  height: 400px;
}
@media screen and (max-width: 768px) {
  iframe{
    width: 100%;
    height: 465px;
  }
}
@media screen and (max-width: 520px) {
  iframe{
    width: 100%;
    height: 308px;
  }
}
@media screen and (max-width: 375px) {
  iframe{
    width: 100%;
    height: 211px;
  }
}
  
  

/*==============================================================================
　　　　　　　　　　　　　　　　　バスルート
==============================================================================*/

.bustopTX{
	padding:0px 0px 40px 0px;
}




/***************************/
.emphasis{
	font-size:15px;
	line-height:100%;
	padding-top:37px;
}

td.l_area{
	background: url(../img/enter/01._dotline_s.gif) repeat-x bottom #F6F0CB;
	width: 125px;
	color: #EA6D8D;
	padding: 12px 15px;
	vertical-align: top;
	font-weight: bold;}

td.r_area{
	background: url(../img/enter/01._dotline_s.gif) repeat-x bottom;
	padding: 12px 15px;}

