@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 #mainimg06_txt {
    /* 施設・周辺環境 */
    top: calc(50% - (50px / 2));
  }
  h3.pageTitleImg #mainimg01_txt {
    /* 制服について */
    top: calc(50% - (49px / 2));
  }
  h3.pageTitleImg #mainimg05_txt {
    /* 預かり保育 */
    top: calc(50% - (46px / 2));
  }
  h3.pageTitleImg #mainimg03_txt {
    /* 幼児教室 */
    top: calc(50% - (47px / 2));
  }
  h3.pageTitleImg #mainimg02_txt {
    /* 給食について */
    top: calc(50% - (49px / 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 #mainimg06_txt {
    /* 施設・周辺環境 */
    top: calc(50% - ((51px - 50px * 9 / 100) / 2));
  }
  h3.pageTitleImg #mainimg01_txt {
    /* 制服について */
    top: calc(50% - ((49px - 49px * 9 / 100) / 2));
  }
  h3.pageTitleImg #mainimg05_txt {
    /* 預かり保育 */
    top: calc(50% - ((46px - 46px * 9 / 100) / 2));
  }
  h3.pageTitleImg #mainimg03_txt {
    /* 幼児教室 */
    top: calc(50% - ((47px - 47px * 9 / 100) / 2));
  }
  h3.pageTitleImg #mainimg02_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;
    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: 25px 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;
  height: 178px;
  background-image: url(../img/guide/lunch_smile.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media screen and (max-width: 768px) {
  .forLunch {
    width: 100%;
    height: auto;
    background-image: none;
  }
}
.forLunch img {
  display: block;
  padding-right: 12px;
  padding-bottom: 15px;
}
.lunch_txt img {
  display: none;
}

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

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

@media screen and (max-width: 768px) {
  .lunch_txt {
    min-height: 188px;
    padding: 24px 10px 0 10px;
    background: url("../img/guide/lunch_smile.jpg") no-repeat right 10px top
      10px;
  }
  .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) {
  .lunch_txt {
    min-height: 100%;
    background-image: none;
    padding: 17px 10px 0 10px;
  }
  .lunch_txt p {
    padding-bottom: 10px;
    padding-right: 0;
  }
  .lunch_txt img {
    display: block;
    margin: 0 auto;
    padding: 0;
  }
}

.lunchFlow {
  margin: 30px 0px 0px 0px;
}
.lunchFlow td.flow_sp520 {
  display: none;
}
@media screen and (max-width: 768px) {
  .lunchFlow {
    width: 100%;
    margin: 20px auto;
    padding: 0 10px;
  }
  .lunchFlow td {
    display: block;
    background: #f39800;
    padding: 23px 18px 18px 18px;
  }
  .lunchFlow td.flow_1 {
  }
  .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.flow_4 {
    height: 120px;
    background: #f39800 url(../img/guide/lunch_flow4.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: 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%;
  }
}

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

.lunchPoint {
  display: block;
  padding: 25px 0px 66px 12px;
}
@media screen and (max-width: 768px) {
  .lunchPoint {
    padding-left: 0;
    padding-right: 0;
    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;
  }
}

.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_txt img {
  display: none;
}
@media screen and (max-width: 768px) {
  .foodEducation {
    width: 100%;
    background-image: none;
    height: auto;
  }
  .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_title {
    height: calc((42px - 42px * 9 / 100));
  }
  .foodEducation_title img {
    padding: 0;
    /* lunch_title2_sp768.png、食育について */
    width: calc((153px - 153px * 9 / 100));
  }
}

@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: 20px;
  }
  .foodEducation_txt img {
    display: block;
    margin: 0 auto;
    padding: 0;
  }
}

.lunchManner {
  display: block;
  padding: 15px 0px 30px 12px;
}
@media screen and (max-width: 768px) {
  .lunchManner {
    width: 100%;
    padding: 9px 10px 30px 10px;
  }
}
@media screen and (max-width: 520px) {
  .lunchManner {
    padding: 36px 0 30px 0;
    margin: 0 auto;
  }
}

#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_imgphoto2_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 5px 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;
}
.class-w {
  width: 177px;
  box-sizing: border-box;
}
/*テーブル最後注意事項*/
.target-comment {
  font-size: 12px;
  width: 624px;
  margin: 0 0 30px;
  display: block;
}
@media screen and (max-width: 768px) {
  .target-comment {
    display: none;
  }
}
/*テーブル最後注意事項*/
.target-comment-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .target-comment-sp {
    font-size: 13px;
    margin: 0 0 30px;
    display: block;
  }
}


/*表@カリキュラム*/
.curriculum_wrap {
  width: 630px;
  min-height: 563px;
  background: url(../img/guide/curriculum_p2.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: 5px;
  }
  .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.btn_infant_blog {
  margin: 30px 0 0 -10px;
  display: block;
}
@media screen and (max-width: 520px) {
  img.btn_infant_blog {
    margin: 30px 0 0 0;
    width: 100%;
    height: auto;
    max-width: 354px;
  }
}

/*==============================================================================
　　　　　　　　　　　　　　　　　　子育て支援室
==============================================================================*/
@media screen and (max-width: 768px) {
  div#pokapoka_main {
    width: 600px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px) {
  div#pokapoka_main {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 520px) {
  div#pokapoka_main {
    width: 100%;
    margin: 0 auto;
  }
}

div#forPokapoka {
  margin: 20px;
}

div#pokapoka_text_frame {
  width: 358px;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  div#pokapoka_text_frame {
    width: 100%;
    padding: 60px 0 20px 0;
  }
}

@media screen and (max-width: 520px) {
  div#pokapoka_text_frame {
    width: 100%;
    padding: 0 0 20px 0;
  }
}

#pokapoka_img_frame {
  background-image: url("../img/guide/pokapoka_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #pokapoka_img_frame {
    background: url("../img/guide/support_imgphoto_sp768.jpg") top right
      no-repeat;
    height: 100;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 520px) {
  #pokapoka_img_frame {
    background: none;
    height: auto;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 520px) {
  img.pokapoka {
    display: block;
    max-width: 100%;
    height: auto;
  }
}

.pokapoka {
  max-width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .pokapoka {
    padding-top: 30px;
  }
}

.support-info-box {
  margin: 20px;
  background-color: #f8efd9;
  padding: 40px;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .support-info-box {
    margin: 20px 14px;
    padding: 40px;
    font-size: 13px;
  }
}

@media screen and (max-width: 520px) {
  .support-info-box {
    padding: 20px;
  }
}

.support-info-item {
  gap: 15px;
  display: flex;
  margin: 20px 0px;
  flex-direction: row;
  align-items: flex-start;
}

/* 最初のアイテムには上のマージンをなくす */
.support-info-item:first-child {
  margin-top: 0;
}

/* 最後のアイテムには下のマージンをなくす */
.support-info-item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 520px) {
  .support-info-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }
}

@media screen and (max-width: 520px) {
  .support-info-item img {
    width: 82px;
    height: auto;
  }
}

.support-info-text {
  padding-top: 6px;
}

@media (768px < width) {
  .only-mobile {
    display: none;
  }
}

@media screen and (max-width: 520px) {
  .support-info-text {
    margin: 0 10px;
  }
}

.support-btn-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}

a.support-img-button {
  display: flex;
  background-color: #eb6a88;
  margin: 10px;
  border-radius: 50px;
  align-items: center;
  flex-direction: row;
  height: 45px;
  width: 281px;
  justify-content: center;
}

img.support-btn-text {
  margin: 0px 30px;
  object-fit: contain;
}

/*==============================================================================
　　　　　　　　　　　　　　　　　　課外授業
==============================================================================*/
#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;
}

.txt12 {
  font-size: 12px;
}

/*==============================================================================
　　　　　　　　　　　　　　　　　　預かり保育
==============================================================================*/
#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: 353px;
  margin-top: -10px;
  float: left;
}
@media screen and (max-width: 768px) {
  .extendImg {
    display: block;
    width: 100%;
    margin: 0 auto;
    float: none;
  }
}

p.extend_s {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  p.extend_s {
    margin-bottom: 16px;
  }
  p.extend_s br.sp {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  p.extend_s {
    margin-bottom: 15px;
  }
}

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

.extendKind th {
  background-color: #b2a58e;
  text-align: center;
  padding: 8px 0px;
  border-bottom: #ffffff solid 3px;
  color: #ffffff;
}
@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;
}
@media screen and (max-width: 768px) {
  .extendKind td {
    padding: 13px 10px;
    text-align: left;
    font-size: 13px;
  }
}

th.exTh_1,
td.exTd_1,
td.exTd_1_end {
  width: 138px;
}
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: 116px;
  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: 260px;
}
@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) {
}

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

.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 16px 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;
  }
  .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 {
    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;
  }
}

.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 {
    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: auto;
  }
  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;
  }
}

.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: 30px 0px 0px 0px;
    clear: both;
  }
}

.facilityCenter img.photo1,
.environCenter img.photo1 {
  padding: 12px 20px 0px 5px;
  display: block;
  float: left;
}
.facilityCenter img.photo2,
.environCenter img.photo2 {
  padding: 12px 0px 0px 0px;
  display: block;
  float: left;
}

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

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

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