/*
Page専用css
*/

@charset "UTF-8";

/* ==========================================================================
   固定ページ共通レイアウト 
   ========================================================================== */

   .page-contents-area{
    background: #fff;
    padding: 56px 88px;
  }

  /* メイン画像 */
  .page-maintitle .page-imgtitle{
    padding: 34px 0 34px 56px;
    background: var(--mc-yellow);
    font-size: 22px;
    line-height: 1;
    margin: 0;
  }

  @media only screen and (max-width: 736px) {

    .page-contents-area{
      background: #fff;
      padding: 20px;
    }

    .page-maintitle .page-imgtitle{
      padding: 16px;
    }

  }


/* 各ページタイトル用画像指定 スラッグ基準*/

/* 中ページ用共通 */
.page-wrap{
  max-width: 1080px;
  margin: 0 auto;
  display: block;
}

.page-area{padding:70px 0;}

/* 中ページフッター周り調整 */
.page-contents .hentry{margin:0;}

@media only screen and (max-width: 736px) {

  .page-wrap{
    width: 100%;
    padding: 0 10px;
  }

}



/* ==========================================================================
   パンくずCSS
   ========================================================================== */


   /*** PC ***/
   .breadcrumbs{
    max-width: 1030px;
    margin: 0 auto 60px;
    z-index: 1000;
    text-align: left;
  }
  #breadcrumbs {
    color: #333;
  }
  #breadcrumbs a{color: #333;}
  #breadcrumbs span{margin: 0 10px;}

  #breadcrumbs br{display: none;}

  /* SP */
  @media only screen and (max-width: 736px) {

    .breadcrumbs{
      top: 20px;
    }

    #breadcrumbs {display: none;}


  }

/* ==========================================================================
   新着一覧ページ
   ========================================================================== */

   .new-topics li{
    border-bottom: 1px solid var(--mc-brown);
    padding-bottom: 10px;
    margin-bottom: 10px;
   }

   .new-topics li .day{
    margin-right: 20px;
   }

/* ==========================================================================
   固定ページ用 addquicking 登録CSS
   ========================================================================== */


/* 矢印付きリンクボタン */
a.page-common-link{
  display: table;
  width: auto;
  border: 1px solid #fff;
  padding: 8px 70px;
  color: #fff;
  text-align: center;
  position: relative;
  margin: 0 auto;
  border-radius: 5px;
}
a.page-common-link::after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

a.page-common-link.center{margin: 0 auto;}


/* 見出しタイトル */

.head-title{line-height: 1.4;}

.head-title-lv2{
  font-size:30px;
  color: #ff3e58;
  font-weight: 500;
}

.head-title-lv3{font-size: 24px;}




@media only screen and (max-width: 736px) {

  .head-title-lv2{font-size: 18px;}

  .head-title-lv3{font-size: 16px;}

}


@media only screen and (max-width: 736px) {

  /* 共通テーブル */
  .responsive-table01,
  .responsive-table01 th,
  .responsive-table01 td
  { width:100%; display:block; padding:20px;}

  .responsive-table01 tbody,
  .responsive-table01 tr
  {width: 100%; display: block;}

  .green-bar-title{line-height: 1.4; padding:10px;}

  .responsive-table01 tbody{border-style: solid; border-color: #aaa; border-width: 1px 1px 0 1px;}

  .beige-wrapper.bw2{ padding: 25px; }

  .page-contents-title span, .page-left-title h4{ font-size: 26px; margin-bottom: 50px; }

  .page-contents-title span::after, .page-left-title h4::after{top: 25px;}

  .beige-wrapper{padding:25px;}

  .green-radius-title span{
    padding: 20px;
    font-size: 20px;
    line-height: 1.4;
  }

  /* 共通アンカーリンク */
  .anker-link{
    display: block;
    padding-top: 80px;
    margin-top: -80px;
  }


}






/* ==========================================================================
   グローバルナビページCSS
   ========================================================================== */
   /* helper class --------------------------------------------- */
   .block-link a{display: block;}

   .hr-m20{margin:40px 0;}

   .p-top{padding-top: 80px;}

   a.link-text{color: #ff3e58; text-decoration: underline;}


/* ==========================================================================
   固定ページ用 CSS
   ========================================================================== */


/* 保育園紹介 */
.policy-box dt{
  position: relative;
  background: #FAF5CA;
  text-align: center;
  font-size: 20px;
  line-height: 1;
}

.policy-box dt span{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.policy-box dt.col2{width: calc(30% - 28px);}
.policy-box dd.col2{width: calc(70% - 28px);}

.facility-ph .col2{margin-bottom: 32px;}


@media only screen and (max-width: 736px) {

  .policy-box dt span{
    position: static;
    transform: none;
    display: block;
    padding: 20px 0;
  }

  .policy-box dt.col2,
  .policy-box dd.col2{width: 100%;}

  .policy-box dt.col2{margin-bottom:10px;}


}


/* お問い合わせ */

.tel-number{
  font-size: 24px;
  font-weight: bold;
}

.tel-number::before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  margin-right: 10px;
}

/* 園の行事 */

.event-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.event-box > div{width: calc(70% - 10px);}
.event-box > figure{width: calc(30% - 10px);}

.event-box dl{
  display: flex;
}

.event-box dt{margin-right: 20px; font-weight: bold;}

@media only screen and (max-width: 736px) {

  .event-box > div,
  .event-box > figure{width: 100%; margin-bottom:20px;}

  .event-box dl{
  display: block;
}

}


/* お問い合わせ  --------------------------------------------- */
#form-main{
  background: #ff3e58;
  color: #fff;
  margin-bottom: 20px;
}

.form-maintitle{
  padding: 30px 0;
}

.form-maintitle .page-imgtitle{font-size: 33px; margin:0;}


.form-title{
  background: #ff3e58;
  text-align: center;
  font-size: 25px;
  color: #fff;
  padding: 10px 0;
}


.form-table{
  width: 100%;
  margin-bottom: 30px;
  border-top: 1px solid #ccc;
}

.form-table th,
.form-table td{
  padding: 20px;
  border-bottom: 1px solid #ccc;
}

.form-table th{
  width: 30%;
  text-align: left;
  font-weight: normal;
  color: #434343;
  background: #f8f1d4;
  padding-left: 20px;
  font-weight: bold;
}

.submitbtns{margin-bottom: 170px;}


.mw_wp_form_confirm + .submitbtns input[type="submit"]{width: 40%; display: inline-block;}

.mw_wp_form a.privacy_link{
  text-decoration: underline;
  color: #004986;
}


@media only screen and (max-width: 736px) {

  .mw_wp_form .common-wrap{padding:0;}

  .form-maintitle .page-imgtitle{font-size: 24px; margin:0; text-align: center;}

  .form-title{padding:10px 0; font-size: 16px;}
  .form-title h4{font-size: 30px; font-weight: normal; letter-spacing: 4px; line-height: 1.2;}
  .form-title p{font-size: 12px; line-height: 1.6;}

  .form-table,
  .form-table tbody,
  .form-table tr,
  .form-table th,
  .form-table td{width: 100%; display: block;}

  .form-table th,
  .form-table td{padding: 10px;}

  .submitbtns{margin-bottom: 80px;}
  .submitbtns input[type="submit"]{
    width: 100%;
    margin: 0;
  }

}


