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

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

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

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

@media screen and (max-width: 768px) {
  #wrap.visit{
    min-height: 100vh;
  }
}


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

.uniformlist{
  display:block;
  width:630px;
  height:443px;
  margin:28px auto 0px auto;
}
.make{
  display: block;
}

@media screen and (max-width: 768px) {
  .uniformlist{
    width: 100%;
    height: auto;
    margin:30px auto 20px auto;
  }
  .make{
    width: 100%;
    height: auto;
  }
}


.item_t{
  text-align: right;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .item_t{
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 520px) {
  .item_t{
    margin-top: 10px;
  }
}
@media screen and (max-width: 375px) {
  .item_t{
    margin-top: 10px;
  }
}


/*==============================================================================
                 給食について
==============================================================================*/
#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:622px;
  background-image:url(../img/guide/lunch_smile.jpg);
  background-repeat:no-repeat;
  background-position:right bottom;
  min-height: 155px;
}
@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: 180px;
    padding: 24px 10px 0 10px;
    background: url("../img/guide/lunch_smile.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: 14px;
    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{
  margin:30px 0px 0px 0px;
  margin-left: 12px;
  margin-right: auto;
}
.lunchFlow td.flow_sp520{
  display: none;
}
@media screen and (max-width: 768px) {
  .lunchFlow{
    width: 100%;
    margin: 29px 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_sp.png) no-repeat top right;
    background-size: contain;
  }
  .lunchFlow td.flow_2{
    height: 120px;
    background:#F39800 url(../img/guide/lunch_flow2_sp.png) no-repeat top right;
    background-size: contain;
  }
  .lunchFlow td.flow_3{
    height: 120px;
    background:#F39800 url(../img/guide/lunch_flow3_sp.png) no-repeat top right;
    background-size: contain;
  }
  .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;
  padding:25px 0px 66px 12px;
}
@media screen and (max-width: 768px) {
  .lunchPoint{
    width: 100%;
    padding: 0px 10px 70px 10px;
  }
}
@media screen and (max-width: 520px) {
  .lunchPoint{
    padding: 40px 10px 50px 10px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 375px) {
  .lunchPoint{
    padding: 30px 10px 50px 10px;
    margin: 0 auto;
  }
}
.foodEducation{
  width:629px;
  height:190px;
  background-image:url(../img/guide/lunch_fe.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: 10px;
  }
  .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_fe.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: 15px;
  }
  .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;
  padding:15px 0px 30px 12px;
}
@media screen and (max-width: 768px) {
  .lunchManner{
    width: 100%;
    padding: 0px 10px 0px 10px;
  }
}
@media screen and (max-width: 520px) {
  .lunchManner{
    padding: 40px 10px 0px 10px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 375px) {
  .lunchManner{
    padding: 30px 10px 0px 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;
}
.infant_line{
	display:block;
  height: 1px;
  font-size: 1px;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .infant_line{
    width: 100%;
    display: none;
  }
}


.infantClass{
  width:630px;
  background-image:url(../img/guide/infant_title_img.jpg);
  background-repeat:no-repeat;
  background-position:right top;
  padding:0px 0px 40px 0px;
}
@media screen and (max-width: 768px) {
  .infantClass{
    width:auto;
    padding: 0;
    margin:0px auto 50px auto;
    overflow: inherit;
    background-image: none;
  }
}
@media screen and (max-width: 600px) {
  .infantClass{
    width:100%;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 520px) {
  .infantClass{
    margin-bottom: 30px;
  }
}


.infantClass img{
  display:block;
  padding:0px 0px 5px 0px;
}
@media screen and (max-width: 768px) {
  .infantClass img{
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 23px 0;
  }
}
@media screen and (max-width: 520px) {
  .infantClass img{
    width: 100%;
  }
}

.infantClass .txt{
  
}
@media screen and (max-width: 768px) {
  .infantClass .txt{
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
  }
  .infantClass .txt .sp{
    display: none;
  }
}



.infantClassDetail{
  margin:0px 0px 30px 0px;
  width:630px;
}
@media screen and (max-width: 768px) {
  .infantClassDetail{
    width:100%;
  }
}


.infantClassDetail td.left{
  width:101px;/*125*/
  padding:15px 12px 15px 12px;
  background-color:#f6f0cc;
  background-image:url(../img/guide/01_dotline_s.gif);
  background-position:left bottom;
  background-repeat:repeat-x;
  vertical-align:top;
  color:#eb6d8e;
  font-weight:bold;
}
.infantClassDetail td.left span{
  font-size: 12px;
  color: #584b3a;
}
@media screen and (max-width: 768px) {
  .infantClassDetail tr:first-child td.left{
    background-image:url(../img/guide/01_dotline_s.gif);
    background-position:left top;
    padding: 15px;
  }
  .infantClassDetail td.left{
    display: block;
    width: 100%;
    background-image: none;
  }
  .infantClassDetail td.left .sp{
    display: none;
  }
}

.infantClassDetail td.right{
  width:481px;/*505*/
  padding:15px 12px 15px 15px;
  background-image:url(../img/guide/01_dotline_s.gif);
  background-position:left bottom;
  background-repeat:repeat-x;
  vertical-align:top;
}
@media screen and (max-width: 768px) {
  .infantClassDetail td.right{
    display: block;
    width: 100%;
    padding: 15px 15px 35px 15px;
  }
}

td.oLeft{
  vertical-align:top;
}
td.oRight{
  vertical-align:top;
  padding:0px 0px 10px 0px;
}
td.oLeftEnd{
  padding:0px;
}
.small{
  font-size:12px;
}

/*年齢*/
.age{
  display: block;
}
.age dt{
  display: inline-block;
  width: 4.5em;
}
@media screen and (max-width: 768px) {
  .age dt{
    display: block;
  }
}
.age dd{
  display: inline-block;
  padding: 0 0 15px 0;
}
.age dd:last-child{
  display: inline-block;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .age dd{
    display: block;
    padding: 0 0 20px 0;
  }
  .age.last dd{
    display: block;
    padding: 0 0 0 0;
  }
}


/*クラス*/
.class_room{
  display: block;
}
.class_room dt{
  display: inline-block;
  width: 6.5em;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .class_room dt{
    display: block;
    width: auto;
  }
}
.class_room dd{
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .class_room dd{
    display: inline-block;
    padding: 0 0 20px 1em;
  }
  .class_room dd.money{
    padding: 0 0 20px 0;
  }
  .class_room.last dd{
    padding: 0 0 0 1em;
  }
}
.class_room dd.long{
  width: 17em;
}
@media screen and (max-width: 768px) {
  .class_room dd.long{
    padding: 0 0 0 1em;
    width: auto;
  }
}
@media screen and (max-width: 395px) {
  .class_room dd{
    display: block;
  }
  .class_room dd.money{
    padding-left: 1em;
  }
}


/*その他*/
.other{
  list-style: none;
  margin: 0 0 0 12px;
}
.other li{
  list-style: none;
  text-align: justify;
  text-indent: -1em;
  margin-left: 1em;
  margin: 0 0 10px 0;
}
.other li:last-child{
  text-align: right;
}


.hoken_sp span{
  display: none;
}
.bus_sp span{
  display: none;
}
/*月謝、年度初めに納入いただくもの*/
@media screen and (max-width: 768px) {
  table.monthly_fee td{
    display: block;
    padding: 0 0 0 1em;
  }
  table.monthly_fee td.kumi{
    padding: 20px 0 0 0;
  }
  table.monthly_fee tr:first-child td.kumi{
    padding: 0px 0 0 0;
  }
  table.monthly_fee td.pay{
    display: inline-block;
    text-align: right;
  }
  table.monthly_fee td.right.pay{
    display: inline-block;
  }
  table.monthly_fee td.pay:first-child{
    display: none;
  }
}
@media screen and (max-width: 395px) {
  table.monthly_fee td.pay.hoken_pc{
    display: none;
  }
  table.monthly_fee td.hoken_sp{
    text-align: left;
  }
  .hoken_sp span{
    display: inline;
  }
  table.monthly_fee tr td.pay:last-child{
    padding: 0;
  }
}
@media screen and (max-width: 344px) {
  table.monthly_fee td.pay.bus_pc{
    display: none;
  }
  table.monthly_fee td.bus_sp{
    text-align: left;
  }
  .bus_sp span{
    display: inline;
  }
}
/*表/250625追加*/
table.class_table{
	width:100%;
	margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  table.class_table{
    display: table;
    width: 100%;
  }
}
td.class_box1{
  background: #B2A58E;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  line-height: 1.3em;
  padding: 5px 0px;
  border-right: #FFF 3px solid;
  border-bottom: #FFF 3px solid;
  box-sizing: border-box;
  width: 27%;
  }
td.class_box1:first-child{
  width: 19%;
}
td.class_box1:last-child{
  border-right: none;
}
td.class_box2{
  text-align: center;
  padding: 10px;
  font-size: 13px;
  line-height: 1.3em;
  vertical-align: middle;
  background: #EEEEEF;
  border-bottom: #FFF 3px solid;
  border-right: #FFF 3px solid;
}
td.class_box2:last-child{
  border-right: none;
}


/*==============================================================================
                  課外授業
==============================================================================*/
#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:0px 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 520px) {
  #extend{
    margin:0px 14px;
  }
}

/*枠*/
.ex_set{
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .ex_set{
    width: 540px;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .ex_set{
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 520px) {
  .ex_set{
    padding: 0;
  }
}

/*枠のテキスト*/
.ex_txt{
  width: 275px;
  float: left;
}
@media screen and (max-width: 768px) {
  .ex_txt{
    width: 100%;
    margin: 0 auto;
    float: none;
    padding-bottom: 16px;
    font-size: 14px;
  }
}
@media screen and (max-width: 520px) {
  .ex_txt{
    padding-bottom: 20px;
  }
}

/*枠の画像*/
@media screen and (max-width: 768px) {
  .ex_img{
    width: 100%;
    margin: 0 auto;
  }
}

/*画像*/
.extendImg{
  width: 630px;
  padding: 27px 0px 0px 0px;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .extendImg{
    float: none;
    display:block;
    padding:20px 0px 30px 0px;
    margin: 0 auto;
    width: 100%;
    max-width: 630px;
  }
}
@media screen and (max-width: 520px) {
  .extendImg{
    float: none;
    display:block;
    padding:20px 0px 30px 0px;
    margin: 0 auto;
    width: auto;
    max-width: 252px;
  }
}
  

table.extendKind{
  width: 463px;
  margin:30px 0px 8px 0px;
}
@media screen and (max-width: 768px) {
  table.extendKind{
    width: 100%;
    margin: 0px 0px 8px 0px;
  }
}
@media screen and (max-width: 520px) {
  table.extendKind{
    margin: 0px 0px 8px 0px;
  }
}

.extendKind th{
  background-color:#B2A58E;
  text-align:center;
  padding:8px 0px;
  border-bottom:#ffffff solid 3px;
  color:#ffffff;
  text-align: center!important;
}
@media screen and (max-width: 768px) {
  .extendKind th{
    /*padding: 13px 10px;*/
    font-size: 13px;
  }
}

.extendKind td{
  background-color:#EEEEEF;
  text-align:center;
  padding:8px 10px;

  border-bottom:#ffffff solid 3px;
}
th.exTh_1,
td.exTd_1,
td.exTd_1_end{
  width:138px;
  text-align: left;
}
td.exTd_1{
  text-align:left;

}
@media screen and (max-width: 768px) {
  th.exTh_1,
  td.exTd_1,
  td.exTd_1_end{
    width: 30.6497%;
    /* 30.6497% 親要素708px 子要素217px */
  }
}






th.exTh_2, 
td.exTd_2, 
td.exTd_2_end{
  width:125px;
  border-left:#ffffff solid 3px;
  border-right:#ffffff solid 3px;
}
@media screen and (max-width: 768px) {
  th.exTh_2,
  td.exTd_2,
  td.exTd_2_end{
    width: 33.0508%;
    /* 33.0508% 親要素708px 子要素234px */
  }
}


th.exTh_3,
td.exTd_3,
td.exTd_3_end{
  width:190px;
}
@media screen and (max-width: 768px) {
  th.exTh_3,
  td.exTd_3,
  td.exTd_3_end{
    width: 35.7345%;
    /* 35.7345% 親要素708px 子要素253px */
  }
}

td.exTd_3_end,
td.exTd_2_end,
td.exTd_1_end{
  background-color:#f9d0ba;
}
@media screen and (max-width: 768px) {
  td.exTd_1_end,
  td.exTd_2_end{
    vertical-align: middle;
  }
}


.ex_link{
  margin-left: 1em;
  text-indent: -1em;
}

.exCenter{
	text-align: justify!important;
}
.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;
  }
}


.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 40px 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-bottom: 30px;
  }
  .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: 20px;
    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,
  .environCenter img.title{
    display:none;
  }
  .facilityLeft p.title_sp,
  .facilityCenter p.title_sp,
  .facilityRight2 p.title_sp,
  .facilityRight p.title_sp,
  .environCenter p.title_sp {
    display: block;
    text-align: left;
    max-width: 462px;
    margin: 0 auto;
    border-bottom: solid 2px #8FC31F;
  }
}




.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.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: 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 0px 10px;
}
@media screen and (max-width: 768px) {
  .facilityLeft{
    float: none;
    width: auto;
    padding: 0;
  }
}
.facilityRight{
  float:right;
  width:300px;
  padding:0px 10px 0px 10px;
}
@media screen and (max-width: 768px) {
  .facilityRight{
    float: none;
    width: auto;
    padding: 0;
  }
}
.facilityRight2{
	float:right;
	width:300px;
	padding:0px 10px 0px 10px;
}
@media screen and (max-width: 768px) {
  .facilityRight2{
    float: none;
    width: auto;
    padding: 0;
  }
}
.facilityRight2 p{
	text-align: right;
	font-size: 11px;
}
@media screen and (max-width: 768px) {
  .facilityRight2 p{
    text-align: right;
    padding: 5px 0 0 0;
    max-width: 462px;
    margin: 0 auto;
  }
}

.facilityCenter,
.environCenter{
  width:610px;
  padding:30px 10px 0px 10px;
  clear:both;
}
@media screen and (max-width: 768px) {
  .facilityCenter,
  .environCenter{
    width:auto;
    padding:0px 0px 0px 0px;
    clear:both;
  }
}

.facilityCenter img.photo1,
.environCenter img.photo1{
  padding:12px 20px 0px 5px;
  display:block;
  float:left;
}
@media screen and (max-width: 768px) {
  .facilityCenter img.photo1,
  .environCenter img.photo1{
    float:none;
    width: 100%;
    max-width: 462px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  .facilityCenter img.photo1,
  .environCenter img.photo1{
    width: 100%;
    max-width: 462px;
  }
}

.facilityCenter img.photo2,
.environCenter img.photo2{
  padding:12px 0px 0px 0px;
  display:block;
  float:left;
}
@media screen and (max-width: 768px) {
  .facilityCenter img.photo2,
  .environCenter img.photo2{
    float:none;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 70px;
  }
  .facilityCenter img.photo2{
    max-width: 319px;
    width: 100%;
  }
  .environCenter img.photo2{
    max-width: 462px;
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .facilityCenter img.photo2{
    max-width: 319px;
    width: 100%;
  }
  .environCenter img.photo2{
    max-width: 462px;
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .facilityCenter img.photo2{
    max-width: 219px;
    width: 100%;
  }
}

.title_sp_txt{
  display: none;
}
@media screen and (max-width: 768px) {
  .title_sp_txt{
    display: block;
    margin: 0 auto;
    padding-top: 12px;
    max-width: 462px;
    width: 100%;
  }
}

.environTx{
  padding:0px 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;
}
.map{
  padding: 0px 15px 30px 15px;
}
@media screen and (max-width: 768px) {
  .map{
    padding: 0 0 30px 0;
  }
}


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;
  }
}



.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;}

