@charset "utf-8";
/* ===================================================================
 File Name  : page.css
 Style Info : ページに関するスタイル指定
=================================================================== */

/*----------------------------------------------------
  トップページ index
--------------------------------------------------- */
#mainVisual {
  position: relative;
  margin-bottom: 120px;
}
.mv_slider {
  opacity: 0;
  transition: opacity 1s linear;
}
.slick-initialized{
  opacity: 1!important;
}
.mv_slider figure {
  padding: 0 30px;
}
  @media screen and (max-width: 899px) {
    #mainVisual {
      margin-bottom: 18vw;
    }
    .mv_slider figure {
      padding: 0 2vw;
    }
  }

.mv_tree01 {
  position: absolute;
  left: 10px;
  bottom: -30px;
}
.mv_tree01 img {
  width: 186px;
  transition: all 0.2s ease-in-out 0s;
}
.mv_tree02 {
  position: absolute;
  right: 5px;
  bottom: -50px;
}
.mv_tree02 img {
  width: 278px;
  transition: all 0.2s ease-in-out 0s;
}
  @media screen and (max-width: 1199px) {
    .mv_tree01 {
      bottom: -20px;
    }
    .mv_tree01 img {
      width: 120px;
      height: auto;
    }
    .mv_tree02 {
      bottom: -40px;
    }
    .mv_tree02 img {
      width: 190px;
      height: auto;
    }
  }
  @media screen and (max-width: 899px) {
    .mv_tree01 {
      left: 1.33vw;
      bottom: -3.33vw;
    }
    .mv_tree01 img {
      width: 12vw;
      height: auto;
    }
    .mv_tree02 {
      right: 1.33vw;
      bottom: -5vw;
    }
    .mv_tree02 img {
      width: 20vw;
      height: auto;
    }
  }

#index_news {
  margin-bottom: 100px;
}
.index_news-block {
  max-width: 754px;
  width: calc(100% - 150px);
}
.index_news-block ul {
  margin-bottom: 55px;
}
.index_news-block li {
  background-image: repeating-linear-gradient(90deg, #707070, #707070 5px, transparent 5px, transparent 8px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
.index_news-block a {
  display: flex;
  justify-content: space-between;
  line-height: 1.5;
  text-decoration: none;
  padding: 22px 0;
}
.index_news-block a:hover {
  color: #FE7171;
}
.index_news-block h3 {
  font-weight: 400;
  width: calc(100% - 90px);
  max-width: 630px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
  @media screen and (max-width: 899px) {
    #index_news {
      margin-bottom: 12vw;
    }
    .index_news-block {
      max-width: 100%;
      width: 100%;
      padding-top: 1.33vw;
    }
    .index_news-block ul {
      margin-bottom: 8vw;
    }
    .index_news-block a {
      display: block;
      padding: 5vw 0;
    }
    .index_news-block h3 {
      width: 100%;
      max-width: 100%;
    }
  }

.index_philosophy-lead {
  margin-bottom: 80px;
}
.index_philosophy-lead .sub_ttl01 {
  padding-bottom: 150px;
  margin-bottom: 50px;
  background: url("../img/index/index_philosophy_ttl.png") center bottom no-repeat;
  background-size: 80px auto;
}
.index_philosophy-lead p {
  line-height: 2.2;
}
  @media screen and (max-width: 899px) {
    .index_philosophy-lead {
      margin-bottom: 12vw;;
    }
    .index_philosophy-lead .sub_ttl01 {
      padding-bottom: 28vw;
      margin-bottom: 6.66vw;
      background: url("../img/index/index_philosophy_ttl.png") center bottom no-repeat;
      background-size: 15vw auto;
    }
    .index_philosophy-lead p {
      line-height: 2;
    }
  }

.index_philosophy-list {
  background: #F9F9F9;
}
.index_philosophy-block {
  margin: 0 auto;
}
.index_philosophy-block:nth-child(even) {
  flex-direction: row-reverse;
}
.index_philosophy-block figure {
  width: 50%;
}
.index_philosophy-block figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_philosophy-txt {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.index_philosophy-inner {
  text-align: center;
}
.index_philosophy-inner h3 {
  font-size: 2.9rem;
  margin-bottom: 55px;
}
  @media screen and (max-width: 1280px) {
    .index_philosophy-inner h3 {
      margin-bottom: 3vw;
    }
  }
  @media screen and (max-width: 899px) {
    .index_philosophy-block {
      max-width: 100%;
    }
    .index_philosophy-block figure {
      width: 100%;
    }
    .index_philosophy-block figure img {
      height: auto;
    }
    .index_philosophy-txt {
      width: 100%;
      display: block;
      padding: 8vw 5vw 9.33vw 5vw;
    }
    .index_philosophy-inner h3 {
      font-size: 6vw;
      margin-bottom: 6.66vw;
    }
  }

#index_menu {
  background: url("../img/index/index_menu_bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 130px 0;
}
.index_menu-list {
  display: flex;
  gap: 40px;
}
.index_menu-list li {
  width: 100%;
}
.index_menu-list li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  min-height: 116px;
  padding: 20px;
  background: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: min(2.2vw,2.3rem);
}
.index_menu-list li a:hover {
  color: #fff;
  background: #FE7171;
}
  @media screen and (max-width: 1199px) {
    #index_menu {
      padding: 110px 0;
    }
    .index_menu-list {
      gap: 2.2vw;
    }
    .index_menu-list li a {
      min-height: 95px;
    }
  }
  @media screen and (max-width: 899px) {
    #index_menu {
      padding: 13.33vw 0;
    }
    .index_menu-list {
      display: block;
    }
    .index_menu-list li {
      width: 100%;
      margin-bottom: 4vw;
    }
    .index_menu-list li:last-child {
      margin-bottom: 0;
    }
    .index_menu-list li a {
      min-height: 22vw;
      padding: 4vw;
      font-size: 5vw;
    }
  }

/*----------------------------------------------------
  園について about
--------------------------------------------------- */
.about_lead_txt {
  margin-top: 15px;
  padding-top: 92px;
  background: url("../img/about/about_lead_ttl.png") center top no-repeat;
  background-size: 96px auto;
}
.about_lead_txt dt {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 25px;
}
  @media screen and (max-width: 899px) {
    .about_lead_txt {
      margin-top: 4vw;
      padding-top: 21.33vw;
      background-size: 23.33vw auto;
    }
    .about_lead_txt dt {
      font-size: 5.33vw;
      margin-bottom: 6.66vw;
    }
  }

.about_policy-block {
  margin-bottom: 120px;
}
.about_policy-block .sub_ttl01 {
  margin-bottom: 50px;
}
.about_policy-box figure {
  width: 46%;
  max-width: 450px;
}
.about_policy-txt {
  width: 50%;
  max-width: 470px;
}
  @media screen and (max-width: 899px) {
    .about_policy-block {
      margin-bottom: 12vw;
    }
    .about_policy-block .sub_ttl01 {
      margin-bottom: 6.66vw;
    }
    .about_policy-box figure {
      width: 100%;
      max-width: 100%;
      margin-bottom: 5.33vw;
    }
    .about_policy-box figure img {
      width: 100%;
      height: auto;
    }
    .about_policy-txt {
      width: 100%;
      max-width: 100%;
    }
  }

#about_vision {
  margin-bottom: 120px;
}
.about_vision-wrap {
  max-width: 1280px;
  margin: 0 auto;
}
.about_vision-wrap .sub_ttl01 {
  margin-bottom: 50px;
}
.about_vision-block {
  gap: 27px;
  text-align: center;
}
.about_vision-block figure {
  margin-bottom: 25px;
}
.about_vision-txt h3 {
  font-size: min(1.6vw,1.7rem);
  margin-bottom: 25px;
}
.about_vision-txt p {
  font-size: min(1.4vw,1.5rem);
}
  @media screen and (max-width: 899px) {
    #about_vision {
      margin-bottom: 12vw;
    }
    .about_vision-wrap {
      max-width: 100%;
      padding: 0 5vw;
    }
    .about_vision-wrap .sub_ttl01 {
      margin-bottom: 6.66vw;
    }
    .about_vision-block {
      margin-bottom: 0;
    }
    .about_vision-block figure {
      margin: 0;
    }
    .about_vision-block figure img {
      width: 100%;
      height: auto;
    }
    .about_vision-txt {
      padding: 6.66vw 4vw 8vw 4vw;
    }
    .about_vision-txt h3 {
      font-size: 5vw;
      margin-bottom: 5vw;
    }
    .about_vision-txt p {
      font-size: 3.73vw;
    }
  }

#about_access {
  margin-bottom: 80px;
}
#gmap {
  margin: 50px 0;
}
#gmap iframe {
  width: 100%;
}
  @media screen and (max-width: 899px) {
    #about_access {
      margin-bottom: 12vw;
    }
    #gmap {
      margin: 6.66vw 0;
    }
    #gmap iframe {
      height: 72vw;
    }
  }

.ytb-block {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
}
.ytb-block iframe {
  display: block;
  width: 100%;
  height: 100%;
}
  @media screen and (max-width: 899px) {
    .ytb-block {
      border-radius: 2.66vw;
    }
    .ytb-block iframe {
      display: block;
      width: 100%;
      height: 100%;
    }
  }

.environment-wrap {
  max-width: 600px;
  margin: 0 auto;
}
.environment_lead {
  margin-bottom: 90px;
}
.environment_lead .sub_ttl01 {
  margin: 45px 0 40px;
}
.environment-block {
  padding-bottom: 30px;
}
.environment-box {
  margin-bottom: 90px;
}
.environment-box figure img {
  width: 100%;
  height: auto;
}
.environment-txt h3 {
  font-size: 2.4rem;
  margin: 28px 0;
  text-align: center;
}
  @media screen and (max-width: 899px) {
    .environment-wrap {
      max-width: 100%;
    }
    .environment_lead {
      margin-bottom: 12vw;
    }
    .environment_lead .sub_ttl01 {
      margin: 6.66vw 0 5.8vw;
    }
    .environment-block {
      padding-bottom: 5.33vw;
    }
    .environment-box {
      margin-bottom: 10.66vw;
    }
    .environment-txt h3 {
      font-size: 5.8vw;
      margin: 5vw 0;
    }
  }

.program-block {
  padding: 80px 0;
}
.program-box {
  margin-bottom: 60px;
}
.program-box figure {
  width: 32%;
  max-width: 300px;
  margin-top: 70px;
}
.program-box figure img {
  width: 100%;
  height: auto;
}
.program-txt {
  width: 65%;
  max-width: 640px;
}
.program-txt h3 {
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.program-txt li {
  margin-bottom: 20px;
  padding-left: 19px;
  text-indent: -19px;
}
  @media screen and (max-width: 899px) {
    .program-block {
      padding: 8vw 0;
    }
    .program-box {
      margin: 0 auto 10.66vw auto;
    }
    .program-box figure {
      width: 100%;
      max-width: 100%;
      margin-top: 0;
    }
    .program-box figure img {
      width: 100%;
      height: auto;
    }
    .program-txt {
      width: 100%;
      max-width: 100%;
    }
    .program-txt h3 {
      font-size: 5.33vw;
      margin: 5.33vw 0;
    }
    .program-txt li {
      margin-bottom: 4vw;
      padding-left: 4.6vw;
      text-indent: -4.6vw;
    }
  }

/*----------------------------------------------------
  園の様子 daily-life
--------------------------------------------------- */
.daily-life_txt {
  margin: 60px 0 80px;
}
.insta_sample {
  position: relative;
  padding: 30px;
}
.insta_sample::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  content: "SAMPLE";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 8rem;
  font-weight: 600;
}
  @media screen and (max-width: 899px) {
    .daily-life_txt {
      margin: 6.66vw 0 8vw;
    }
    .insta_sample {
      position: relative;
      padding: 30px;
    }
    .insta_sample::before {
      font-size: 12vw;
    }
  }

/*----------------------------------------------------
  園開放・DIY倶楽部 diy-club
--------------------------------------------------- */
.diy-club_lead {
  max-width: 800px;
  margin: 0 auto;
}
.diy-club_lead_txt {
  margin-top: 15px;
  padding-top: 140px;
  background: url("../img/diy-club/diy-club_lead_ttl.png") center top no-repeat;
  background-size: 212px auto;
}
.diy-club_lead_txt dt {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 40px;
}
.diy-club_lead_txt dd {
  margin-bottom: 40px;
}
  @media screen and (max-width: 899px) {
    .diy-club_lead {
      max-width: 100%;
    }
    .diy-club_lead_txt {
      margin-top: 5.33vw;
      padding-top: 26vw;
      background-size: 42vw auto;
    }
    .diy-club_lead_txt dt {
      text-align: center;
      font-size: 5.33vw;
      margin-bottom: 5.33vw;
    }
    .diy-club_lead_txt dd {
      margin-bottom: 5.33vw;
    }
  }

.diy_movie-wrap {
  max-width: 800px;
  margin: 0 auto;
}
.diy_movie_lead_txt {
  margin: 40px 0 80px;
}
  @media screen and (max-width: 899px) {
    .diy_movie-wrap {
      max-width: 100%;
    }
    .diy_movie_lead_txt {
      margin: 5.33vw 0 10.66vw;
    }
  }

.diy_movie-block {
  padding-bottom: 20px;
}
.diy_movie-box {
  margin-bottom: 90px;
}
  @media screen and (max-width: 899px) {
    .diy_movie-block {
      padding-bottom: 2.66vw;
    }
    .diy_movie-box {
      margin-bottom: 11.33vw;
    }
  }

#lower_lead .diy_movie-box .sub_ttl02 {
  margin-bottom: 30px;
}
#lower_lead .diy_movie-box .sub_ttl02 small {
  display: block;
  font-size: 2rem;
}
#lower_lead .diy_movie-box p {
  margin-bottom: 40px;
  font-size: 1.45rem;
}
#lower_lead .diy_movie-box {
  margin: 90px 0 0 0;
}
  @media screen and (max-width: 899px) {
    .diy-club_lead .page_ttl {
      font-size: 6vw;
    }
    #lower_lead .diy_movie-box .sub_ttl02 {
      margin-bottom: 5vw;
    }
    #lower_lead .diy_movie-box .sub_ttl02 small {
      font-size: 4vw;
    }
    #lower_lead .diy_movie-box p {
      margin-bottom: 40px;
      font-size: 3.73vw;
    }
    #lower_lead .diy_movie-box {
      margin: 11.33vw 0 0 0;
    }
  }

/*----------------------------------------------------
  入園案内 admission
--------------------------------------------------- */
.admission_lead {
  max-width: 800px;
  margin: 0 auto;
}
.admission_lead_txt {
  margin-top: 15px;
  padding-top: 150px;
  background: url("../img/admission/admission_lead_ttl.png") center top no-repeat;
  background-size: 142px auto;
}
.admission_lead_txt dt {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
  @media screen and (max-width: 899px) {
    .admission_lead {
      max-width: 100%;
    }
    .admission_lead .inner {
      padding-right: 0;
    }
    .admission_lead_txt {
      margin-top: 5.33vw;
      padding-top: 30vw;
      background-size: 30vw auto;
    }
    .admission_lead_txt dt {
      font-size: 5.33vw;
      margin-bottom: 4vw;
    }
    .admission_lead_txt dd {
      padding-bottom: 1.33vw;
    }
    .admission_lead_txt dd figure img {
      max-width: 200vw;
      min-width: 200vw;
      width: 200vw;
      height: auto;
    }
  }

.admission_info-block {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.admission_info-box {
  margin-bottom: 80px;
}
.admission_info-box p {
  margin-bottom: 50px;
}
  @media screen and (max-width: 899px) {
    .admission_info-block {
      max-width: 100%;
      padding-bottom: 2.66vw;
    }
    .admission_info-box {
      margin-bottom: 11.33vw;
    }
    .admission_info-box p {
      margin-bottom: 5.33vw;
    }
  }

/*----------------------------------------------------
  各種書類のダウンロード download
--------------------------------------------------- */
.download_lead {
  padding-bottom: 80px!important;
}
.download_lead_txt {
  margin-top: 30px;
}
  @media screen and (max-width: 899px) {
    .download_lead {
      padding-bottom: 10.66vw!important;
    }
    .download_lead_txt {
      margin-top: 5.33vw;
    }
  }

#download_file {
  padding-bottom: 100px;
}
.download_file-list {
  max-width: 920px;
  background: #F6F6F6;
  border-radius: 34px;
  padding: 7% 30px;
}
.download_file-list ul {
  max-width: 760px;
  margin: 0 auto;
}
.download_file-list li {
  padding-bottom: 8px;
  margin-bottom: 16px;
  background-image: repeating-linear-gradient(90deg, #707070, #707070 5px, transparent 5px, transparent 8px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
.download_file-list li:last-child {
  margin-bottom: 0;
}
.download_file-list li a {
  display: inline-block;
  font-size: 1.7rem;
  padding-left: 32px;
  background: url("../img/common/ico/ico_pdf01.svg") 0 0 no-repeat;
  background-size: 22px auto;
  text-decoration: none;
}
.download_file-list li a:hover {
  color: #AF997E;
}
  @media screen and (max-width: 899px) {
    #download_file {
      padding-bottom: 13.33vw;
    }
    .download_file-list {
      max-width: 100%;
      border-radius: 2.66vw;
      padding: 6.66vw 5vw;
    }
    .download_file-list ul {
      max-width: 100%;
    }
    .download_file-list li {
      padding-bottom: 2vw;
      margin-bottom: 5vw;
    }
    .download_file-list li a {
      font-size: 3.73vw;
      padding-left: 6.66vw;
      background-size: 4.5vw auto;
    }
  }

/*----------------------------------------------------
  お知らせ topics
--------------------------------------------------- */
/*お知らせ共通*/
.lower_column-2 {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.column-2_main {
  width: 71.5%;
  max-width: 700px;
}
.column-2_side {
  width: 25.5%;
  max-width: 225px;
}
  @media screen and (max-width: 899px) {
    .lower_column-2 {
      max-width: 100%;
      display: block;
    }
    .column-2_main {
      width: 100%;
      max-width: 100%;
      padding-bottom: 10.66vw;
    }
    .column-2_side {
      width: 100%;
      max-width: 100%;
    }
  }

.side_menu a {
  display: block;
  text-decoration: none;
  padding-bottom: 5px;
  margin-bottom: 20px;
  background-image: repeating-linear-gradient(90deg, #707070, #707070 5px, transparent 5px, transparent 8px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
.side_menu a:hover {
  color: #AF997F;
}
.side_archive {
  margin-bottom: 20px;
}
.side_archive select {
  width: 100%;
  background: url("../img/common/ico/ico_down01.png") right 7px center no-repeat #AF997F;
  background-size: 26px auto;
  color: #fff;
  outline: none;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 8px 20px;
}
  @media screen and (max-width: 899px) {
    .side_menu a {
      padding-bottom: 1.33vw;
      margin-bottom: 4vw;
    }
    .side_archive {
      margin-bottom: 4vw;
    }
    .side_archive select {
      width: 100%;
      background: url("../img/common/ico/ico_down01.png") right 2vw center no-repeat #AF997F;
      background-size: 6.66vw auto;
      padding: 2vw 5vw;
    }
  }

#topics {
  min-height: 600px;
  padding-bottom: 100px;
}
.topics_lead {
  padding-bottom: 80px!important;
}
.news_archive_box {
  display: block;
  text-decoration: none;
  padding-bottom: 5px;
  margin-bottom: 30px;
  background-image: repeating-linear-gradient(90deg, #707070, #707070 5px, transparent 5px, transparent 8px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
.news_archive_box:hover {
  color: #AF997F;
}
.news_archive_box time {
  display: block;
  margin-bottom: 5px;
}
.news_archive_box h3 {
  font-weight: 400;
}
  @media screen and (max-width: 899px) {
    #topics {
      padding-bottom: 10.66vw;
    }
    .topics_lead {
      padding-bottom: 10.66vw!important;
    }
    .news_archive_box {
      padding-bottom: 1.33vw;
      margin-bottom: 5vw;
    }
    .news_archive_box time {
      margin-bottom: 1.33vw;
    }
  }

.news_single_ttl {
  font-size: 2.9rem;
  margin: 20px 0 22px;
}
  @media screen and (max-width: 899px) {
    #news_single {
      padding-bottom: 5vw;
    }
    .news_single_ttl {
      font-size: 5.8vw;
      margin: 3.33vw 0 5vw;
    }
  }

/*----------------------------------------------------
  ページ名 slug
--------------------------------------------------- */
  @media screen and (max-width: 899px) {
  }

/*----------------------------------------------------
  ページ名 slug
--------------------------------------------------- */
  @media screen and (max-width: 899px) {
  }

/*----------------------------------------------------
  共通WP
--------------------------------------------------- */
/* img */
.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.alignright { float: right; }
.alignleft { float: left; }
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}
img.alignleft {
  margin-right: 25px;
}
img.alignright {
  margin-left: 25px;
}
/* 画像だけ入った <p> の中で float を完結させる（モダン） */
p:has(> img.alignleft),
p:has(> img.alignright) {
  display: flow-root; /* または overflow: hidden; */
  margin-bottom: 0;
}
/* 左寄せ画像の直後の要素を回り込み解除 */
img.alignleft + * {
  clear: both;
}
/* 右寄せ画像の直後も同じ */
img.alignright + * {
  clear: both;
}

/*投稿詳細用*/
.entry-content {
  padding-bottom: 15px;
}
.entry-content:after {
  content: ""; 
  display: block; 
  clear: both;
}
  @media screen and (max-width: 899px) {
    .entry-content {
      padding-bottom: 2.66vw;
    }
  }

.entry-content h1 {
  font-size: 2rem;
  padding: 7px 20px;
  border-radius: 5px;
  margin-bottom: 25px;
  background: #AF997F;
  color: #fff;
}
  @media screen and (max-width: 899px) {
    .entry-content h1 {
      font-size: 4.4vw;
      padding: 2vw 4vw;
      border-radius: 1.33vw;
      margin-bottom: 4vw;
    }
  }

.entry-content h2 {
  font-size: 2rem;
  padding-bottom: 12px;
  margin-bottom: 25px;
  border-bottom: solid 1px #AF997F;
}
  @media screen and (max-width: 899px) {
    .entry-content h2 {
      font-size: 4.4vw;
      padding-bottom: 3vw;
      margin-bottom: 4px;
    }
  }

.entry-content h3 {
  position: relative;
  font-size: 2rem;
  padding-left: 22px;
  margin-bottom: 15px;
}
.entry-content h3::after {
  position: absolute;
  left: 0;
  top: 8px;
  z-index: 5;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #AF997F;
}
  @media screen and (max-width: 899px) {
    .entry-content h3 {
      font-size: 4.26vw;
      padding-left: 5vw;
      margin-bottom: 3vw;
    }
    .entry-content h3::after {
      top: 1.8vw;
      width: 3.33vw;
      height: 3.33vw;
    }
  }

.entry-content h4 {
  font-size: 2rem;
  margin-bottom: 15px;
}
  @media screen and (max-width: 899px) {
    .entry-content h4 {
      font-size: 4.26vw;
      margin-bottom: 3vw;
    }
  }

.entry-content h5 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}
  @media screen and (max-width: 899px) {
    .entry-content h5 {
      font-size: 4.13vw;
      margin-bottom: 3vw;
    }
  }

.entry-content h6 {
  font-size: 1.7rem;
  margin-bottom: 15px;
}
  @media screen and (max-width: 899px) {
    .entry-content h6 {
      font-size: 4vw;
      margin-bottom: 3vw;
    }
  }

.entry-content p {
  margin-bottom: 30px;
}
  @media screen and (max-width: 899px) {
    .entry-content p {
      margin-bottom: 5vw;
    }
  }

.entry-content img {
  margin-bottom: 30px;
}
  @media screen and (max-width: 899px) {
    .entry-content img {
      margin-bottom: 5vw;
    }
  }

.entry-content ul {
  margin-bottom: 30px;
  padding-left: 20px;
}
.entry-content ul li {
  list-style-type: disc;
}
.entry-content ul li ul {
  margin-bottom: 10px;
  font-size: 93%;
}
.entry-content ul li ul li {
  list-style-type:circle;
}
  @media screen and (max-width: 899px) {
    .entry-content ul {
      margin-bottom: 5vw;
      padding-left: 5.4vw;
    }
    .entry-content ul li ul {
      margin-bottom: 2vw;
    }
  }

.entry-content ol {
  counter-reset: section;
  margin-bottom: 30px;
}
.entry-content ol li {
  list-style: none;
}
.entry-content ol > li:before {
  content : counters(section, '-') '. ';
  counter-increment : section;
}
.entry-content ol li ol {
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 93%;
}
  @media screen and (max-width: 899px) {
    .entry-content ol {
      margin-bottom: 5vw;
    }
    .entry-content ol li ol {
      padding-left: 5.4vw;
      margin-bottom: 2vw;
    }
  }

.entry-content table {
  width: 100%;
  margin: 0 0 30px 0;
}
.entry-content th {
  text-align: left;
  padding: 7px 10px;
  border:solid 1px #eee;
}
.entry-content td {
  padding: 7px 10px;
  border: solid 1px #eee;
}
  @media screen and (max-width: 899px) {
    .entry-content table {
      margin: 0 0 5vw 0;
      font-size: 93%;
    }
    .entry-content th {
      padding: 2vw;
    }
    .entry-content td {
      padding: 2vw;
    }
  }

.entry-content table img {
  margin-bottom: 0;
}

.entry-content blockquote {
  position: relative;
  border: solid 4px #d7d7d7;
  padding: 20px 20px 20px 45px;
  margin-bottom: 30px;
  font-size: 95%;
}
.entry-content blockquote::before {
  position: absolute;
  left: 15px;
  top: 20px;
  content: "“";
  line-height: 1;
  font-size: 5rem;
  color: #d7d7d7;
}
  @media screen and (max-width: 899px) {
    .entry-content blockquote {
      border: solid 3px #d7d7d7;
      padding: 4vw 3.33vw 4vw 9.33vw;
      margin-bottom: 5vw;
    }
    .entry-content blockquote::before {
      left: 2vw;
      top: 4vw;
      font-size: 12.33vw;
    }
  }

.entry-content u {
  text-decoration: underline;
}

.entry-content .wp-caption.alignright {
  margin-left: 25px;
}
.entry-content .wp-caption.alignleft {
  margin-right: 25px;
}
  @media screen and (max-width: 899px) {
    .entry-content .wp-caption {
      width: 100%!important;
      float: none!important;
      margin: 0 0 5vw 0!important;
    }
  }

.entry-content .wp-caption img {
  margin-bottom: 5px;
}
.entry-content .wp-caption p {
  font-size: 90%;
  color: #757575;
  font-style: italic;
}
  @media screen and (max-width: 899px) {
    .entry-content .wp-caption img {
      margin-bottom: 2vw;
    }
  }

/*ページ分割ナビ*/
.wp-pagenavi {
  padding: 30px 0 0 0;
  text-align: center;
  overflow: hidden;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  width: 44px;
  line-height: 42px;
  background: #fff;
  border: 1px solid #AF997F;
  color: #AF997F;
  margin: 0 3px 10px 3px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.8rem;
}
.wp-pagenavi span {
  background: #AF997F;
  color: #fff;
}
.wp-pagenavi a:hover {
  background: #AF997F;
  color: #fff;
  border: 1px solid #AF997F;
}
.wp-pagenavi .first, .wp-pagenavi .last {
  line-height: 1;
  width: auto;
  border: none;
  color: #AF997F;
  font-size: 1.6rem;
}
.wp-pagenavi .first:hover, .wp-pagenavi .last:hover {
  border: none;
  background: none;
  color: #AF997F;
  text-decoration: underline;
}
.wp-pagenavi .extend {
  line-height: 1;
  width: auto;
  border: none;
  color: #AF997F;
  background: none;
}
  @media screen and (max-width: 899px) {
    .wp-pagenavi {
      padding: 6.66vw 0 0 0;
    }
    .wp-pagenavi a, .wp-pagenavi span {
      width: 8vw;
      line-height: 8vw;
      margin: 0 0.33vw 2.33vw 0.33vw;
      font-size: 3.73vw;
    }
  }

/*記事詳細ナビ*/
.wp-detailnavi {
  position: relative;
  padding: 50px 0 0 0;
  text-align: center;
}
.wp-detailnavi a {
  display: block;
  text-decoration: none;
  color: #000;
  border: solid 1px #000;
  line-height: 40px;
  padding: 5px;
}
.wp-detailnavi a:hover {
  color: #fff;
  background: #000;
}
.prev_link {
  width: 33%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.next_link {
  width: 33%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.list_link {
  width: 34%;
  margin: 0 auto;
}
.list_link a {
  color: #fff;
  background: #000;
}
  @media screen and (max-width: 899px) {
    .wp-detailnavi {
      padding-top: 8vw;
    }
    .wp-detailnavi a {
      line-height: 9.33vw;
    }
    .prev_link {
      width: calc(32% - 1px);
    }
    .next_link {
      width: calc(32% - 1px);
    }
    .list_link {
      width: 36%;
    }
  }


/*----------------------------------------------------
  404 Not Found
--------------------------------------------------- */
#notfound {
  padding-bottom: 60px;
}
#notfound p {
  padding-bottom: 20px;
}
#notfound .btn01 {
  margin-top: 40px;
}
  @media screen and (max-width: 899px) {
    #notfound {
      padding-bottom: 10.66vw;
    }
    #notfound p {
      padding-bottom: 4vw;
    }
    #notfound .btn01 {
      margin-top: 6.66vw;
    }
  }

/*----------------------------------------------------
  お問い合わせ contact
--------------------------------------------------- */
#contact {
  padding-bottom: 100px;
}
.contact_lead_txt {
  max-width: 700px;
  margin: 0 auto;
  padding-top: 45px;
}
.contact_lead_txt .sub_ttl01 {
  margin-bottom: 30px;
}
.contact_lead_txt dt {
  border: solid 1px #707070;
  font-size: 2.4rem;
  border-radius: 28px;
  padding: 7px;
  font-weight: 500;
}
.contact_lead_tel {
  margin: 40px 0;
}
.contact_lead_tel span {
  display: inline-block;
  font-size: 2.9rem;
  padding-left: 46px;
  background: url("../img/common/ico/ico_tel01.png") 0 center no-repeat;
  background-size: 32px auto;
}
  @media screen and (max-width: 899px) {
    #contact {
      padding-bottom: 13.33vw;
    }
    .contact_lead_txt {
      max-width: 100%;
      padding-top: 8vw;
    }
    .contact_lead_txt .sub_ttl01 {
      margin-bottom: 6.66vw;
    }
    .contact_lead_txt dt {
      font-size: 4.26vw;
      border-radius: 10.66vw;
      line-height: 1.4;
      padding: 3vw;
    }
    .contact_lead_tel {
      margin: 8vw 0;
    }
    .contact_lead_tel span {
      font-size: 7.2vw;
      padding-left: 10.66vw;
      background-size: 8vw auto;
    }
  }

.contact_form_lead {
  text-align: center;
  margin-bottom: 60px;
}
.contact_form_lead .sub_ttl01 {
  margin-bottom: 35px;
}
.contact_form_lead p {
  font-size: 1.7rem;
  font-weight: 500;
}
  @media screen and (max-width: 899px) {
    .contact_form_lead {
      margin-bottom: 10.66vw;
    }
    .contact_form_lead .sub_ttl01 {
      margin-bottom: 5.33vw;
    }
    .contact_form_lead p {
      font-size: 3.73vw;
      font-weight: 500;
    }
  }

#contact_form {
  max-width: 880px;
  margin: 0 auto;
}
.form-box .note {
  font-weight: 500;
  padding-bottom: 25px;
  margin-bottom: 25px;
  background-image: repeating-linear-gradient(90deg, #707070, #707070 5px, transparent 5px, transparent 8px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
  @media screen and (max-width: 899px) {
    #contact_form {
      max-width: 100%;
    }
    .form-box .note {
      padding-bottom: 5.33vw;
      margin-bottom: 5.33vw;
    }
  }

.form-box table {
  margin-bottom: 30px;
  line-height: 1.6;
}
.form-box th {
  width: 220px;
  padding: 12px 10px 12px 0;
  text-align: left;
  font-weight: 500;
  vertical-align: middle;
}
.form-box th em {
  display: inline-block;
  font-style: normal;
}
.form-box td {
  padding: 12px 0;
  vertical-align: middle;
}
.form-box td .wpcf7-text, 
.form-box td textarea {
  font-size: 1.6rem;
  padding: 13px 15px;
  background: #fff;
  border: solid 1px #ddd;
  border-radius: 0;
  width: 100%;
  margin: 0;
  outline: none;
}
.form-box td textarea {
  height: 250px;
}
.form-box td .wpcf7-list-item {
  display: inline-block;
  margin: 0 15px 0 0;
}
.form-box td .wpcf7-list-item-label {
  margin: 0 0 0 5px;
}
  @media screen and (max-width: 899px) {
    .form-box {
      max-width: 100%;
      padding: 0;
    }
    .form-box table,
    .form-box tbody,
    .form-box tr,
    .form-box th,
    .form-box td {
      display: block;
      width: 100%!important;
    }
    .form-box table {
      margin-bottom: 2.66vw;
    }
    .form-box th {
      max-width: 100%;
      padding: 2.66vw 0 0 0;
      font-size: 3.73vw;
    }
    .form-box td {
      padding: 3vw 0;
      border: none;
    }
    .form-box td .wpcf7-text,
    .form-box td textarea {
      padding: 2vw 3vw;
      margin: 0;
      font-size:max(3.46vw,1.6rem);
    }
    .form-box td textarea {
      height: 54vw;
    }
    .form-box td .wpcf7-list-item {
      display: inline-block;
      margin: 0 3.33vw 0 0;
    }
    .form-box td .wpcf7-list-item-label {
      margin: 0 0 0 1.33vw;
    }
  }

.inp_short {
  width: 250px!important;
}
#child-birth {
  background: url("../img/common/ico/ico_calendar01.png") 10px center no-repeat;
  background-size: 20px auto;
  padding-left: 38px;
}
  @media screen and (max-width: 899px) {
    .inp_short {
      width: 60vw!important;
    }
  }

.entry_none {
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
}
  @media screen and (max-width: 899px) {
    .form-box input[type="radio"],
    .form-box input[type="checkbox"] {
      transform: scale(1.5);
      vertical-align: middle;
    }
  }
  @media screen and (max-width: 500px) {
    .form-box input[type="radio"],
    .form-box input[type="checkbox"] {
      transform: scale(1);
    }
  }

.contact_form_ft {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 50px;
}
.contact_form_ft p {
  margin-bottom: 20px;
}
.contact_form_ft p:last-child {
  margin-bottom: 0;
}
  @media screen and (max-width: 899px) {
    .contact_form_ft {
      font-size: 3.46vw;
      margin-bottom: 8vw;
    }
  }

/*プレースホルダー*/
::-webkit-input-placeholder { color:#999; opacity: 1; }
:-moz-placeholder { color:#999; opacity: 1; }
::-moz-placeholder { color:#999; opacity: 1; }

:focus::-webkit-input-placeholder { color:transparent; }
:focus:-moz-placeholder { color:transparent; }
:focus::-moz-placeholder { color:transparent; }

  @media screen and (max-width: 899px) {
    ::-webkit-input-placeholder { color:#aaa; font-size: 3.46vw; }
    :-moz-placeholder { color:#666; font-size: 3.46vw; }
    ::-moz-placeholder { color:#666; font-size: 3.46vw; }
  }

/*ボタン*/
.submit-btn {
  position: relative;
  display: block;
  text-align: center;
}
.submit-btn input {
  display: inline-block;
  min-width: 260px;
  line-height: 60px;
  padding: 0 12px;
  border-radius: 30px;
  background: url("../img/common/ico/ico_arrow01.svg") 28px center no-repeat;
  background-size: 8px auto;
  background-color: #FE7171!important;
  border: solid 1px #FE7171;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
  font-style: normal;
  cursor: pointer;
  outline: none;
  letter-spacing: 0.08em;
  transition: all 0.2s ease-in-out 0s;
}
.submit-btn input:hover {
  background-color: #fff!important;
  background: url("../img/common/ico/ico_arrow02.svg") 28px center no-repeat;
  background-size: 8px auto;
  color: #FE7171;
}
.submit-btn [disabled] {
  color: #999!important;
  opacity: 1!important;
  border: solid 1px #ccc!important;
  background-color: #ccc!important;
}
  @media screen and (max-width: 899px) {
    .submit-btn input {
      min-width: 68vw;
      line-height: 12.8vw;
      padding: 0 2.66vw;
      border-radius: 6.66vw;
      font-size: 4vw;
      background: url("../img/common/ico/ico_arrow01.svg") 6.66vw center no-repeat;
      background-size: 2vw auto;
    }
    .submit-btn input:hover {
      background: url("../img/common/ico/ico_arrow02.svg") 6.66vw center no-repeat;
      background-size: 2vw auto;
    }
  }

.wpcf7 .wpcf7-spinner {
  position: absolute;
  right: calc(50% - 35px)!important;
  bottom: -35px!important;
}
.wpcf7 .wpcf7-response-output {
  text-align: center!important;
}

.custom-wpcf7cp-confirm.wpcf7cp-form-hide > * {
  height: 0;
  padding: 0;
  margin: 0;
}
div#wpcf7cpcnf {
  position: relative!important;
}
div#wpcf7cpcnf table {
  margin-bottom: 40px;
}
div#wpcf7cpcnf th {
  width: 320px;
  padding: 18px 20px;
  text-align: left;
  font-weight: 500;
  vertical-align: middle;
  border-bottom: solid 1px #ddd;
  border-top: solid 1px #ddd;
  background: #eeeeee;
}
div#wpcf7cpcnf th p {
  margin: 0;
}
div#wpcf7cpcnf td {
  padding: 18px 20px;
  border-bottom: solid 1px #ddd;
  border-top: solid 1px #ddd;
}
  @media screen and (max-width: 899px) {
    div#wpcf7cpcnf table,
    div#wpcf7cpcnf tbody,
    div#wpcf7cpcnf tr,
    div#wpcf7cpcnf th,
    div#wpcf7cpcnf td {
      display: block;
      width: 100%;
    }
    div#wpcf7cpcnf table {
      margin-bottom: 6.66vw;
    }
    div#wpcf7cpcnf th {
      padding: 2.66vw 4vw;
    }
    div#wpcf7cpcnf td {
      padding: 4vw 0;
    }
  }

.wpcf7cp-btns {
  text-align: center;
}
.wpcf7cp-btns button {
  display: inline-block;
  min-width: 260px;
  line-height: 60px;
  padding: 0 12px;
  margin: 0 15px;
  border-radius: 30px;
  background: url("../img/common/ico/ico_arrow01.svg") 28px center no-repeat;
  background-size: 8px auto;
  background-color: #FE7171;
  border: solid 1px #FE7171;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
  font-style: normal;
  cursor: pointer;
  outline: none;
  letter-spacing: 0.08em;
  transition: all 0.2s ease-in-out 0s;
}
.wpcf7cp-btns button:hover {
  background: url("../img/common/ico/ico_arrow02.svg") 28px center no-repeat;
  background-size: 8px auto;
  background-color: #fff;
  color: #FE7171;
}
.wpcf7cp-btns .wpcf7cp-cfm-edit-btn {
  background: none!important;
	background-color: #999!important;
  border: solid 1px #999;
}
.wpcf7cp-btns .wpcf7cp-cfm-edit-btn:hover {
  color: #fff!important;
  filter: brightness(1.1);
}
  @media screen and (max-width: 899px) {
    .wpcf7cp-btns button {
      min-width: 74vw;
      line-height: 12.8vw;
      padding: 0 2.66vw;
      border-radius: 6.66vw;
      font-size: 4vw;
      margin-bottom: 4vw;
    }
    .wpcf7cp-btns button {
      min-width: 68vw;
      line-height: 12.8vw;
      padding: 0 2.66vw;
      border-radius: 6.66vw;
      font-size: 4vw;
      background: url("../img/common/ico/ico_arrow01.svg") 6.66vw center no-repeat;
      background-size: 2vw auto;
      background-color: #FE7171;
    }
    .wpcf7cp-btns button:hover {
      background: url("../img/common/ico/ico_arrow02.svg") 6.66vw center no-repeat;
      background-size: 2vw auto;
      background-color: #fff;
    }
  }
