@charset "UTF-8";
/* 託児所cocoro CSS Document */
/* 共通部分 */
body {
  background: linear-gradient(90deg, #fff 50%, #fff5e1 100%);
  color: #616161;
  overflow: hidden;
  font-size: 15px;
  font-size: clamp(16px, 0.8vw, 18px);
  letter-spacing: .05rem;
  counter-reset: number 0 counter-reset1 counter-reset2;
  position: relative;
  z-index: 0;
}
a, .post-content a {
  color: #616161;
}
.font-1, .headline-font-type {
  font-family: "Quicksand", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
}
p, .post-content p {
/*   font-size: 0.95rem; */
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 2;
}
.post-content ul {
  font-size: 0.95rem;
  font-weight: 400;
  list-style: disc;
}
.breadcrumb-wrapper {
  height: 40px;
  background: none;
}
.breadcrumb.inner {
  width: fit-content !important;
  max-width: 1150px;
  font-size: 0.8rem;
  font-weight: 500;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 !important;
}
.signage {
  height: 330px;
  background: none;
  position: relative;
  z-index: 0;
}
.signage::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/header_img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  opacity: 0.15;
}
.signage-title, .signage-title-sub {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
  text-align: center;
  text-shadow: none;
}
.signage-title {
  font-size: 3rem !important;
  font-weight: 400;
  margin-bottom: 15px;
  letter-spacing: .15rem;
  color: #9f886e !important;
}
.signage-title-sub {
  font-size: 1rem !important;
  font-weight: 500;
  line-height: 1;
  color: #d09a5f !important;
}
@media only screen and (max-width: 768px) {
  .signage {
    height: 200px;
  }
  .signage-title {
    font-size: 2rem !important;
    margin-bottom: 10px;
  }
  .signage-title-sub {
    font-size: 0.9rem !important;
  }
}
/* 共通部分 END */
/* ナビ */
.header-bar {
  z-index: 50;
  background: #fff;
}
.logo-image {
  top: 40px;
  left: 25px;
  width: 240px;
  height: auto;
  position: absolute;
}
.header-bar-inner {
  width: 100%;
  max-width: unset;
  z-index: 100;
}
.global-nav > ul > li > a, .global-nav .sub-menu a, .global-nav a:hover, .global-nav .current-menu-item > a {
  color: #616161;
}
.global-nav > ul > li > a {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .08rem;
  padding: 0 16px;
  line-height: 90px;
  position: relative;
  text-align: center;
  transition: 0.5s;
  z-index: 0;
}
.global-nav > ul > li.global-menu-contact > a {
  padding: 0 32px;
  margin-left: 10px;
  color: #fff;
  background: #ba9a71;
  letter-spacing: .15rem;
  transition: 0.5s;
}
.global-nav > ul > li.global-menu-contact > a:hover {
  color: #fff;
  background: #d8a771;
}
.global-nav > ul > li > a::before, .global-nav .current-menu-item > a::before {
  content: "";
  background: #ba9a71;
  opacity: 0.3;
  width: 0;
  height: 10px;
  top: 40px;
  left: 18px;
  position: absolute;
  transition: 0.5s;
  z-index: -1;
}
.global-nav > ul > li > a:hover::before, .global-nav .current-menu-item > a::before {
  width: calc(100% - 37px);
}
.global-nav > ul > li > a::after {
  content: "";
  position: relative;
  text-align: center;
  display: block;
  bottom: 27px;
  line-height: 1;
  font-size: 11px;
  font-weight: 500;
  color: #8c775f;
  letter-spacing: .06rem;
}
.global-nav > ul > li.global-menu-home > a::after {
  content: "ホーム";
}
.global-nav > ul > li.global-menu-price > a::after {
  content: "料金・規約";
}
.global-nav > ul > li.global-menu-greeting > a::after {
  content: "ご挨拶";
}
.global-nav > ul > li.global-menu-recruit > a::after {
  content: "スタッフ募集";
}
.global-nav > ul > li.global-menu-information > a::after {
  content: "運営概要";
}
.global-nav > ul > li.global-menu-contact > a::before {
  content: none;
}
.global-nav > ul > li.global-menu-contact > a::after {
  content: "お問い合わせ";
  color: #fff;
}
.global-nav .sub-menu {
  top: 110%;
}
.global-nav .sub-menu li:first-child a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.global-nav .sub-menu li:last-child a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.global-nav .sub-menu a {
  font-size: 15px;
  font-weight: 500;
  padding: 13px 20px;
  background: #fff !important;
}
.global-nav .sub-menu a::before {
  content: none;
}
.global-nav .sub-menu a:hover {
  color: #ba9a71 !important;
  background: #fff !important;
}
.global-nav .sub-menu a:hover::before {
  content: none;
}
@media only screen and (max-width: 1200px) {
  .logo-image {
    top: 20px;
    left: 0;
    width: 170px;
  }
  .header-bar {
    border-color: #fff;
    box-shadow: none;
  }
  .global-nav {
    padding-right: 0;
    padding-left: 0;
    background: none;
    border-radius: 0;
  }
  .global-nav-button {
    border-left: 0;
    background: none;
  }
  .global-nav-button:before {
    color: #616161;
  }
  .global-nav-button:hover:before {
    color: #d8a771;
  }
  .global-nav > ul > li > a {
    font-size: 13px;
    text-align: left;
    padding: 0 25px;
    line-height: 53px;
  }
  .global-nav > ul > li.global-menu-contact > a {
    background: #fff;
    padding: 0 25px;
    margin-left: 0;
  }
  .global-nav > ul > li > a::after {
    position: absolute;
    display: inline-block;
    width: fit-content;
    bottom: 16px;
    margin-left: 15px;
  }
  .global-nav > ul > li.global-menu-contact > a::after {
    color: #8c775f;
  }
  .global-nav a {
    background: #fff;
    color: #616161 !important;
  }
  .global-nav .sub-menu li:first-child a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .global-nav .sub-menu li:last-child a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .global-nav .sub-menu a {
    font-size: 12px;
    background: #fff !important;
    color: #616161 !important;
    padding: 0 25px;
    line-height: 52px;
  }
  .global-nav a:hover, .global-nav .sub-menu a:hover {
    background: #fff !important;
    color: #ba9a71 !important;
  }
  .global-nav > ul > li > a::before {
    content: none !important;
  }
  .global-nav .menu-item-has-children > a span::before {
    color: #616161;
  }
}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
  display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.top-slider-wrapper {
  width: 90%;
  margin-left: auto;
  background: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.top-slider-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #ffffff 5%, #fff6e51a 100%);
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.8;
}
.top-slider-content {
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
  width: 100% !important;
  height: 100% !important;
  margin: 0;
  margin-right: auto;
}
.top-slider-content-inner, .top-slider-content-inner:hover {
  background: none;
}
.top-slider-content-inner {
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.top-slider-content-inner p {
  display: none;
}
.top-slider-content-inner:after {
  content: none;
}
.front-slider-box {
  width: 87%;
  margin: 0 auto;
}
.front-copy-img {
  width: 50%;
/*   max-width: 330px; */
  max-width: 280px;
  display: block;
  margin: 0 auto;
}
h2.front_main_title {
/*   font-size: 3rem; */
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .15rem;
  margin-bottom: 50px;
  color: #d8a771;
}
h2.front_main_title span {
  display: inline-block;
  margin-left: 1.5vw;
/*   font-size: 1rem; */
  font-size: 0.85rem;
  letter-spacing: .08rem;
  color: #616161;
}
.front_original01 {
  padding: 7em 0 6em;
}
.front-original01-inner {
  width: 86%;
  max-width: 1000px;
  margin: 0 auto;
  align-items: center;
}
.front-original01__title {
  width: 40%;
  text-align: center;
  box-sizing: border-box;
}
.front-original01__text {
  width: 60%;
  padding-left: 5vw;
  box-sizing: border-box;
}
.front-original01__title h2 {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: .3rem;
  line-height: 1;
  margin-bottom: 20px;
  color: #d8a771;
  text-align: left;
}
.front-original01__title h3 {
/*   font-size: 1.7rem; */
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: .13rem;
/*   margin-bottom: 20px; */
  margin-bottom: 20px;
}
.front-original01__title img {
/*   width: 45%;
  max-width: 180px;
  margin: auto;
  border-radius: 100%; */
  display: block;
}
.front-original01__text p {
  margin-bottom: 20px;
}
.front-original01__text p:last-child {
  margin-bottom: 0;
}
.content02 {
  padding-bottom: 80px;
  background: none;
}
.content02-inner {
  width: 86%;
  max-width: 1200px;
  padding: 0;
}
.content02-item {
  width: calc(33.3333% - 23.4px);
  margin-left: 35px;
  padding-bottom: 0;
  color: #616161;
  position: relative;
  z-index: 0;
}
.content02-img {
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  transition: all .8s;
  z-index: 0;
}
.content02-img-inner {
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  text-align: center;
  color: #fff;
  z-index: 1;
  opacity: 0;
  transition: all .5s;
}
p.content02-img_title {
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .1rem;
}
p.content02-img_title span {
  margin-top: 12px;
  font-size: 0.95rem;
  font-weight: 500;
  display: block;
  letter-spacing: .1rem;
}
.content02-img .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgb(139 115 89 / 49%);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.content02-img:hover .mask, .content02-img:hover .content02-img-inner {
  opacity: 1;
}
h3.content02-title {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: left;
  color: #ba9a71;
}
p.content02-text {
/*   font-size: 0.9rem; */
  font-size: 0.85rem;
  line-height: 2;
  color: #616161;
}
a.content02-but {
  font-size: 0.95rem;
  font-weight: 400;
  text-align: left;
  display: block;
  width: 100%;
  max-width: 330px;
  height: 60px;
  line-height: 65px;
  position: relative;
  margin: 1rem 0 0;
  border-radius: 100px;
  padding: 0 22px;
  box-sizing: border-box;
  transition: 0.5s;
  z-index: 0;
}
a.content02-but::before {
  content: '';
  position: absolute;
  background: #ba9a71;
  opacity: 0.3;
  width: 55px;
  height: 55px;
  border-radius: 100px;
  left: 0;
  top: 4px;
  z-index: -1;
  transition: all 0.5s;
}
a.content02-but:hover::before {
  width: 100%;
}
a.content02-but::after {
  content: 'MORE';
  position: absolute;
  right: 20px;
  font-size: 0.75rem;
  letter-spacing: .1rem;
  top: 0;
}
.front_original02 {
  padding: 12em 0 6em;
  background: linear-gradient(-80deg, #51473a 60%, #887054 100%);
  position: relative;
  z-index: 0;
  color: #fff;
}
.front_original02::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/front-original02_img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  opacity: 0.45;
}
.front-original02-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.front-original02__text {
  width: 100%;
  max-width: 550px;
  margin-left: auto;
}
.front-original02__text h2 {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: .1rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
.front-original02__text p {
  margin-bottom: 20px;
}
.front-original02__text p:last-child {
  margin-bottom: 0;
}
.front_original03 {
  padding-top: 7em;
}
.front-original03-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.third-box {
  margin-bottom: 40px;
}
.third-box:last-of-type {
  margin-bottom: 0;
}
.third-inner {
  width: 95%;
  margin-right: 5%;
  margin-left: auto;
  align-items: center;
}
.third-box:nth-of-type(even) .third-inner {
  margin-right: auto;
  margin-left: 5%;
}
.front-third-text {
  width: 45%;
  box-sizing: border-box;
}
.front-third-text::before {
  counter-increment: number 1;
  content: "ABOUT.0"counter(number) "";
  width: 100%;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: .2rem;
  margin-bottom: 12px;
  display: inline-block;
  color: #d8a771;
}
.third-box:nth-of-type(even) .front-third-text {
  margin-left: 55%;
}
.front-third-img {
  width: 55%;
  box-sizing: border-box;
}
.third-box:nth-of-type(odd) .front-third-img {
  padding-left: 4vw;
}
.third-box:nth-of-type(even) .front-third-img {
  margin-left: -100%;
  padding-right: 4vw;
}
h3.third_title {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: .1rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.front-third-text p {
/*   font-size: 0.9rem; */
  font-size: 0.85rem;
}
.front_topics {
  padding: 10em 0 5em;
}
.front-topics-inner {
  width: 86%;
  max-width: 950px;
  margin: 0 auto;
}
h2.front_topics_title {
  text-align: center;
}
h2.front_topics_title span {
  display: block;
  margin-left: 0 !important;
}
h2.headline-primary {
  display: none;
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer {
  margin: 0;
}
.footer_contact_sec {
  padding: 4em 0 2em;
}
.footer_contact_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.footer_contact_bg {
  width: 50%;
  box-sizing: border-box;
}
.footer_menu_bg {
  width: 50%;
  padding-left: 13vw;
  box-sizing: border-box;
}
h2.footer-logo-name {
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 20px;
}
dl.address_body {
  width: 100%;
  max-width: 410px;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.7;
  display: flex;
  margin-bottom: 12px;
}
dl.address_body:last-of-type {
  margin-bottom: 1rem;
}
dt.address_title {
  width: 20%;
  font-size: 0.8rem;
  letter-spacing: .05rem;
}
dd.address_text {
  width: 80%;
  padding-left: 1vw;
  box-sizing: border-box;
}
address.footer_tel {
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .12rem;
  margin-bottom: 10px;
}
span.footer_tel_sub {
  font-size: 1rem;
  margin-right: 3px;
}
p.footer-caution {
  font-size: 0.75rem;
}
ul.sns__links {
  width: 100%;
  max-width: 220px;
  margin-top: 20px;
}
li.sns__links-item {
  width: calc(50% - 10px);
  margin-right: 20px;
  box-sizing: border-box;
}
ul.sns__links li:last-child {
  margin-right: 0;
}
a.footer_sns {
  display: block;
  text-align: center;
}
a.footer_sns::before {
  content: "";
  font-family: design_plus;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #fff;
  font-size: 17px;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  transition: all 0.5s;
  z-index: 1;
}
a.footer_mail_but::before {
  content: '\f0e0';
  background: #ba9a71;
}
a.footer_insta_but::before {
  content: "\ea92";
  background-image: linear-gradient(45deg, #ffd75f, #ff0357);
}
a.footer_sns:hover {
  background: none;
}
a.footer_mail_but:hover {
  color: #ba9a71;
}
a.footer_insta_but:hover {
  color: #ff0357;
}
a.footer_sns:hover::before {
  opacity: 0.8;
}
a.footer_sns span {
  margin-top: 8px;
  text-align: center;
  display: block;
  font-size: 11px;
  font-weight: 500;
}
ul.footer-content-list-outer {
  width: 50%;
  box-sizing: border-box;
}
ul.footer-content-list-outer:nth-of-type(2) {
  padding-left: 5vw;
  margin-bottom: 0;
}
ul.footer-content-list-outer li {
  font-size: 0.85rem;
/*   font-size: 0.9rem; */
  line-height: 1.5;
  margin-bottom: 12px;
  position: relative;
}
ul.footer-content-list-outer li:last-of-type {
  margin-bottom: 0;
}
a.footer_but {
  position: relative;
}
a.footer_but::before {
  content: '';
  position: absolute;
  width: 0;
  height: 10px;
  background: #ba9a71;
  opacity: 0.2;
  top: 6px;
  left: 0;
  z-index: -1;
  transition: all 0.5s;
}
a.footer_but:hover::before {
  width: 100%;
}
.footer-content {
  display: none;
}
.footer-bar01, .footer-bar01-inner, .copyright {
  background: none;
}
.footer-bar01-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.copyright {
  font-size: 11px;
  font-weight: 500;
  text-align: left;
  color: #616161;
}
.pagetop {
  right: 10px;
  bottom: 10px;
  transition: all 0.8s ease 0s;
}
.pagetop:hover {
  bottom: 20px;
}
.pagetop a {
  width: 45px;
  height: 45px;
  color: #fff;
  background: #d8a771;
  border-radius: 100px;
}
.pagetop a::before {
  content: '\ea3a';
  font-size: 15px;
  width: 15px;
  height: 15px;
}
@media only screen and (max-width: 1200px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(80vh - 55px);
  }
  .front-original02__text {
    margin-left: 0;
    max-width: 100%;
  }
}
@media only screen and (max-width: 970px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 55px);
  }
  .front-original01__title, .front-original01__text {
    width: 100%;
  }
  .front-original01__text {
    margin-top: 20px;
    padding-left: 0;
  }
  .content02-item {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 40px !important;
  }
  .content02-item:last-of-type {
    margin-bottom: 0 !important;
  }
  .front_original02 {
    padding: 5em 0;
  }
  .third-inner {
    width: 100%;
    margin-right: 0;
  }
  .third-box:nth-of-type(even) .third-inner {
    margin-left: 0;
  }
  .front-third-text {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .third-box:nth-of-type(even) .front-third-text {
    margin-left: 0;
  }
  .front-third-img {
    width: 100%;
  }
  .third-box:nth-of-type(odd) .front-third-img {
    padding-left: 0;
  }
  .third-box:nth-of-type(even) .front-third-img {
    margin-left: 0;
    padding-right: 0;
  }
  .footer_contact_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_menu_bg {
    max-width: 380px;
    margin-top: 40px;
    padding-left: 0;
  }
  .dp-footer-bar {
    background: #ba9a71 !important;
    border-top: 1px solid #ba9a71 !important;
  }
  .dp-footer-bar-item + .dp-footer-bar-item {
    border-left: 1px solid #fff !important;
  }
  .dp-footer-bar a {
    color: #fff;
  }
  .dp-footer-bar-icon:before {
    font-weight: 400;
  }
  .icon-file-text:before {
    content: "\ea92";
  }
}
@media only screen and (max-width: 768px) {
  h2.front_main_title {
    font-size: 2rem;
    margin-bottom: 25px;
  }
  h2.front_main_title span {
    font-size: 0.85rem;
  }
  .front_original01, .front_original02 {
    padding: 3em 0;
  }
  .front-original01__title h3 {
    font-size: 1.4rem;
  }
  .front-original01__text p {
    margin-bottom: 10px;
  }
  .front-original02__text h2 {
    font-size: 1.45rem;
    margin-bottom: 15px;
  }
  .front-original02__text p {
    margin-bottom: 10px;
  }
  .content02 {
    padding-bottom: 3em;
  }
  .front_original03 {
    padding-top: 3em;
  }
  h2.front_original03_main_title {
    font-size: 1.8rem;
  }
  h2.front_original03_main_title span {
    display: block;
    margin-left: 0;
    margin-top: 8px;
  }
  .third-box {
    margin-bottom: 25px;
  }
  .front_topics {
    padding: 3em 0;
  }
  .footer_contact_sec {
    padding: 2em 0 1em;
  }
  .footer_contact_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_menu_bg {
    margin-top: 2.5rem;
    padding-left: 0;
  }
  address.footer_tel {
    font-size: 1.8rem;
  }
  dl.address_body {
    display: block;
  }
  dt.address_title, dd.address_text {
    width: 100%;
  }
  .social-nav {
    display: none;
  }
  .pagetop {
    bottom: 80px !important;
  }
  .pagetop:hover {
    bottom: 90px !important;
  }
}
@media only screen and (max-width: 500px) {
  .top-slider-wrapper {
    width: 100%;
    border-radius: 0;
  }
  .front-copy-img {
/*     width: 60%; */
	width: 50%;
  }
  .header-youtube:not(.bg-image) {
    height: calc(100vw * 9 / 16 - 10px) !important;
  }
}
@media only screen and (max-height: 400px) {
  .top-slider {
    height: 100vh;
  }
}
/* トップ・フッター END */
/* 固定ページ */
.page .post-header {
  margin: 0px;
}
.content_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 100px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.post-content h2 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
  padding-top: 0;
  text-align: center;
}
.post-content h2::after {
  content: "";
  display: block;
  background: #d8a771;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  margin: 15px auto 0;
}
.post-content h3 {
  font-size: 1.25rem;
  font-weight: 500;
  padding: 0 0 0 30px;
  margin-bottom: 15px;
  line-height: 1.5;
  box-sizing: border-box;
  position: relative;
}
.post-content h3::before {
  content: '';
  position: absolute;
  background: #d8a771;
  width: 20px;
  height: 2px;
  top: 51%;
  left: 0;
}
.post-content h4 {
  font-size: 1.15rem;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: 700;
  padding: 0;
  color: #ba9a71;
}
.post-content .s_table {
  width: 100%;
}
.post-content table {
  margin: 0;
}
.post-content th, .post-content td {
  font-size: 0.95rem;
  font-weight: 400;
  vertical-align: middle;
  line-height: 2;
  padding: 24px 2px 20px;
  background: none;
  border: 0;
  border-bottom: 1px solid #d6ccc0;
  box-sizing: border-box;
}
.post-content th {
  width: 20%;
  text-align: left;
  border-right: none;
}
.post-content td {
  border-left: none;
}
@media only screen and (max-width: 1200px) {
  .content_inner {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 970px) {
  .post-content th, .post-content td {
    padding: 14px 2px 12px;
    line-height: 1.5;
    display: block;
    box-sizing: border-box;
    margin-top: -1px;
    width: 100% !important;
  }
  .post-content th {
    border-bottom: none;
    padding-bottom: 0;
  }
  .post-content td {
    border-top: none;
  }
}
@media only screen and (max-width: 768px) {
  .content_inner {
    padding: 50px 0;
  }
  .post-content h2 {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .post-content h2::after {
    width: 8px;
    height: 8px;
    margin-top: 10px;
  }
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog .main {
  padding-bottom: 100px;
}
.archive-header {
  margin: 90px 0 40px;
}
.post-header {
  text-align: left;
}
h1.archive-title, .post-title {
  color: #616161;
}
.article03 {
  border: 1px solid #e6e0d9;
  border-radius: 3px;
  background: #fff;
  box-sizing: border-box;
}
.article03-thumbnail {
  border-radius: 3px 3px 0 0;
}
.article03, .article03-thumbnail {
  transition: all 0.5s ease 0s;
}
.article03:hover {
  border-radius: 30px;
}
.article03 a:hover .article03-thumbnail {
  border-radius: 29px 29px 0 0;
}
.article03-content {
  padding: 15px 18px;
}
.article03-title {
  font-size: 0.85rem;
  line-height: 1.5;
  color: #616161;
}
.article03-date, .article03-category-item {
  font-size: 12px;
}
.article03-category-item:hover {
  text-decoration: none;
}
.nav-links01 {
  border-top: 1px solid #d6ccc0;
  border-bottom: 1px solid #d6ccc0;
}
.nav-links01-previous + .nav-links01-next {
  border-left: 1px solid #d6ccc0;
}
.nav-links01-previous a, .nav-links01-next a {
  font-weight: 500;
}
.article01-title a {
/*   font-size: 0.9rem; */
  font-size: 0.85rem;
  font-weight: 700;
  color: #616161;
}
.nav-links01-previous a::before, .nav-links01-next a::after {
  font-size: 15px;
  font-weight: 500;
}
.post-meta-box {
  background: #fff6e4;
  border-radius: 3px;
  box-sizing: border-box;
}
.post-meta-box-item::before {
  color: #ba9a71;
}
.headline-bar {
  color: #616161;
  font-weight: 700;
  background: #fff6e4;
}
.side_widget .headline-bar {
  padding: 18px 15px;
  line-height: 10px;
  color: #8c775f;
  font-weight: 500;
  text-align: left;
}
.widget_recent_entries li {
  border-color: #d6ccc0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.widget_recent_entries .post-date {
  font-size: 12px;
  line-height: 1.5;
}
.widget_recent_entries .post-date:before {
  font-size: 11px;
  color: #ba9a71;
}
@media only screen and (max-width: 1200px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 80px;
  }
  .article03-title {
    font-size: 0.85rem;
    margin: 0;
  }
}
@media only screen and (max-width: 970px) {
  .post-meta-box-item {
    padding: 8px 0px 8px 20px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 30px;
  }
  .archive-header {
    margin: 50px 0px 30px;
  }
  h2.archive-title {
    font-size: 25px !important;
  }
  h1.post-title {
    font-size: 1.2rem !important;
  }
  .nav-links01-previous a::before, .nav-links01-next a::after {
    color: #616161;
  }
  .article04-title {
    font-size: 15px;
  }
  .nav-links01 {
    border: 1px solid #d6ccc0;
  }
}
@media only screen and (max-width: 500px) {
  .post-title, .post-meta {
    text-align: left;
  }
  .article03-title {
    font-size: 10px;
    margin-top: 0;
  }
}
/* お知らせ END */
/* コンテンツ 共通 */
.flex-inner {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
p.caution {
  line-height: 1.5;
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
  box-sizing: border-box;
}
p.caution:last-of-type {
  margin-bottom: 0;
}
p.caution::before {
  content: '※';
  position: absolute;
  left: 0;
  color: #f35d63;
}
span.caution {
  position: relative;
  padding-left: 17px;
  line-height: 1.8;
  box-sizing: border-box;
  display: inline-block;
}
span.caution::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
  color: #f35d63;
}
ul.list {
  margin: 0;
  list-style: none;
}
ul.list li {
  padding-left: 15px;
  line-height: 1.5;
  margin-bottom: 12px;
  box-sizing: border-box;
  position: relative;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li::before {
  content: '';
  position: absolute;
  background: #d6ccc0;
  border-radius: 2px;
  width: 7px;
  height: 7px;
  top: 8px;
  left: 0;
}
ul.list.caution_list li::before {
  content: '※';
  background: none;
  top: 0;
  color: #f35d63;
}
a.content_but {
  width: 100%;
  max-width: 350px;
  margin-top: 15px;
  padding: 18px 20px 15px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  border: 1px solid;
  border-radius: 100px;
  box-sizing: border-box;
  display: block;
  position: relative;
  transition: 0.5s;
}
a.content_but::after {
  position: absolute;
  content: '\ea3c';
  font-family: 'design_plus';
  font-size: 13px;
  font-weight: 400;
  right: 20px;
  line-height: 1.6;
  transition: 0.5s;
}
a.content_but:hover {
  color: #fff;
  border-color: #d8a771;
  background: #d8a771;
}
/* コンテンツ 共通 END */
/* 料金・規約 */
.price_sec .content_inner {
  max-width: 850px;
}
.price_box {
  margin-bottom: 80px;
  box-sizing: border-box;
}
.plan_box {
  margin-bottom: 40px;
}
.price_box:last-of-type, .plan_box:last-of-type {
  margin-bottom: 0;
}
.price_box p {
  text-align: center;
  margin-bottom: 15px;
}
.price_box p:last-child {
  margin-bottom: 0;
}
.opening_box {
  padding: 20px;
  background: #fff;
  border: 1px #d8a771 dashed;
}
.opening_box h2 {
  font-size: 1.35rem;
  color: #ba9a71;
  line-height: 1.5;
  margin-bottom: 10px;
}
.opening_box h2::after {
  content: none;
}
.opening_box p {
  text-align: center;
  font-size: 1rem;
}
p.plan_text {
  font-size: 1.1rem;
  margin-top: 30px;
  padding: 7px 12px 5px;
  line-height: 1.5;
  background: #fff6e4;
}
table.price_tbl th, table.price_tbl td {
  padding: 20px 22px 18px;
  font-weight: 400;
  letter-spacing: .1rem;
  border: 1px solid #d6ccc0;
}
table.price_tbl th {
  width: 60%;
  padding-right: 0;
  border-right: 0;
}
table.price_tbl td {
  text-align: end;
  border-left: 0;
}
span.tax {
  font-size: 0.8rem;
  letter-spacing: 0;
  margin-left: 5px;
}
@media only screen and (max-width: 970px) {
  table.price_tbl th, table.price_tbl td {
    padding: 13px 16px;
    border: 1px solid #d6ccc0;
  }
  table.price_tbl th {
    border-bottom: 0;
    padding-bottom: 0;
  }
  table.price_tbl td {
    border-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .price_box {
    margin-bottom: 40px;
  }
  .plan_box {
    margin-bottom: 25px;
  }
  .price_box p {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 485px) {
  .price_box p {
    text-align: left;
  }
}
/* 料金・規約 END */
/* cocoroの託児について */
.service_box {
  align-items: center;
  margin-bottom: 80px;
}
.service_box:last-of-type {
  margin-bottom: 0;
}
.service_box h2 {
  text-align: left;
  line-height: 1.5;
  margin-bottom: 15px;
}
.service_box h2::after {
  width: 40px;
  height: 1px;
  margin-left: 0;
  margin-top: 10px;
}
.service_box h3 {
  color: #d8a771;
  padding: 0;
  margin-bottom: 10px;
}
.service_box h3::before {
  content: none;
}
.service_box p {
  margin-bottom: 25px;
}
.service_box p:last-of-type {
  margin-bottom: 0;
}
.service_text {
  width: 55%;
  padding-right: 4vw;
  box-sizing: border-box;
}
.service_img {
  width: 45%;
  box-sizing: border-box;
}
.service_menu_box {
  padding: 20px 25px 25px;
  background: #fff;
  border: 1px solid #d6ccc0;
}
.service_flex_innert {
  margin-bottom: 40px;
}
.service_two {
  width: calc(50% - 20px);
  margin-right: 40px;
}
.service_two:nth-of-type(2n) {
  margin-right: 0;
  margin-bottom: 0;
}
.service_two p {
/*   font-size: 0.9rem; */
  font-size: 0.85rem;
}
@media only screen and (max-width: 768px) {
  .service_box {
    margin-bottom: 40px;
  }
  .service_text, .service_img {
    width: 100%;
  }
  .service_text {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .service_menu_box {
    padding: 15px 20px 20px;
  }
  .service_flex_innert {
    margin-bottom: 20px;
  }
  .service_two {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
/* cocoroの託児について END */
/* よくある質問 */
.faq_sec .content_inner {
  max-width: 1000px;
}
.faq_sec h2 {
  text-align: left;
  line-height: 1.5;
  margin-bottom: 15px;
}
.faq_sec h2::after {
  content: none;
}
.faq {
  margin-bottom: 45px;
  padding-bottom: 45px;
  border-bottom: 1px #d6ccc0 solid;
  box-sizing: border-box;
}
.faq:first-of-type {
  margin-top: 70px;
}
.faq:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.faq h3 {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: left;
  position: relative;
  color: #ba9a71;
}
.faq p {
  position: relative;
  margin-bottom: 10px;
}
.faq p:last-child {
  margin-bottom: 0;
}
.faq h3, .faq p {
  padding-left: 50px;
}
.faq h3::before, p.answer::before {
  content: "Q";
  position: absolute;
  font-size: 20px;
  color: #fff;
  background: #d8a771;
  width: 33px;
  height: 33px;
  line-height: 30px;
  border-radius: 100px;
  text-align: center;
  box-sizing: border-box;
  left: 0;
  top: 0;
}
p.answer {
  padding-top: 2px;
  padding-bottom: 1px;
}
p.answer::before {
  content: 'A';
  background: #ba9a71;
}
@media only screen and (max-width: 768px) {
  .faq {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .faq:first-of-type {
    margin-top: 40px;
  }
}
/* よくある質問 END */
/* ご挨拶 */
.greeting_img {
  width: 35%;
  box-sizing: border-box;
}
.greeting_text {
  width: 65%;
  padding-left: 4vw;
  box-sizing: border-box;
}
.greeting_text h2 {
  line-height: 1.5;
  text-align: left;
  color: #ba9a71;
}
.greeting_text h2::after {
  content: none;
}
.greeting_text p, .greeting_img p {
  font-size: 0.85rem;
/*   font-size: 0.9rem; */
  margin-bottom: 20px;
}
.greeting_img p {
  line-height: 1.5;
}
.greeting_text p:last-child, .greeting_img p:last-of-type {
  margin-bottom: 0;
}
p.name {
  text-align: center;
  font-size: 1.3rem;
}
p.name span {
/*   font-size: 0.9rem; */
  font-size: 0.85rem;
  display: block;
}
@media only screen and (max-width: 970px) {
  .greeting_img, .greeting_text {
    width: 100%;
  }
  .greeting_text {
    margin-top: 20px;
    padding-left: 0;
  }
  .greeting_text h2 {
    width: fit-content;
    margin: 0 auto 20px;
  }
}
/* ご挨拶 END */
/* スタッフ募集 */
.recruit__inner {
  margin-bottom: 30px;
}
.recruit__inner p {
  margin-bottom: 15px;
}
.recruit__inner p:last-child {
  margin-bottom: 0;
}
.recruit_content_text {
  width: 55%;
  padding-right: 4vw;
  box-sizing: border-box;
}
.recruit_list_text {
  width: 45%;
  height: fit-content;
  padding: 20px 30px 25px;
  background: #fff;
  border: 1px solid #d6ccc0;
  box-sizing: border-box;
}
span.recruit-cautio {
/*   font-size: 0.9rem; */
  font-size: 0.85rem;
}
table.recruit_tbl p {
  margin-bottom: 10px;
}
table.recruit_tbl p:last-child {
  margin-bottom: 0;
}
table.recruit_tbl th {
  width: 22%;
}
@media only screen and (max-width: 970px) {
  .recruit_content_text, .recruit_list_text {
    width: 100%;
  }
  .recruit_content_text {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .recruit_list_text {
    padding: 15px 25px 18px;
  }
}
/* スタッフ募集 END */
/* 運営概要 */
.information_sec .content_inner {
  max-width: 850px;
}
table.info_tbl th {
  width: 28%;
  border-color: #e7d2b9;
}
span.caution.info-caution {
  font-size: 0.8rem;
  line-height: 1.5;
}
.map_sec {
  height: 450px;
  position: relative;
  background: #958a7e;
}
.map_sec iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  mix-blend-mode: hard-light;
}
.map_sec iframe:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
@media only screen and (max-width: 768px) {
  .map_sec {
    height: 250px;
  }
}
/* 運営概要 END */
/* お問い合わせ */
.mail_sec .content_inner {
  max-width: 850px;
  padding-top: 0;
}
.con__inner {
  margin-bottom: 40px;
}
.con__inner:last-of-type {
  margin-bottom: 0;
}
.con__inner p {
  margin-bottom: 0;
}
p.con-info-text {
  width: fit-content;
  margin: 0 auto 15px;
}
p.con-time {
  line-height: 1.7;
  text-align: center;
  margin-bottom: 10px;
}
p.con-time:last-of-type {
  margin-bottom: 0;
}
p.con-time span {
  font-weight: 700;
  display: block;
  color: #ba9a71;
}
address.con_tel {
  font-size: 2.8rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .2rem;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
}
span.con_tel_sub {
  font-size: 1.2rem;
  margin-right: 5px;
}
p.con-caution {
  font-size: 0.85rem;
  width: fit-content;
  margin: 0 auto 8px;
}
.con_insta_box {
  margin-top: 50px;
  padding: 25px 20px;
  border-radius: 10px;
  color: #fff;
  background-image: linear-gradient(-35deg, #ffd75f, #ff0357);
  box-sizing: border-box;
}
.con_insta_box h2 {
  line-height: 1.5;
  margin-bottom: 10px;
}
.con_insta_box h2::after {
  content: none;
}
.con_insta_box p {
  margin-bottom: 0;
}
p.con_insta_text {
  line-height: 1.5;
  font-weight: 700;
  width: fit-content;
  margin: 0 auto;
}
a.con_insta_but {
  width: 100%;
  max-width: 359px;
  display: block;
  margin: 0 auto 15px;
  padding: 20px 25px 18px;
  line-height: 1.5;
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: .08rem;
  color: #ff0357;
  background: #fff;
  border-radius: 100px;
  box-sizing: border-box;
  position: relative;
  transition: 0.5s;
}
a.con_insta_but::after {
  content: "\ea92";
  font-family: 'design_plus';
  position: absolute;
  right: 21px;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.4;
  transition: 0.5s;
}
a.con_insta_but:hover {
  color: #fff;
  background: #ba9a71;
}
p.con_sns_text {
  width: fit-content;
  margin: 1rem auto 0;
  font-weight: 700;
  line-height: 1.5;
}
.mail_info_box {
  margin-bottom: 1.5rem;
}
.mail_info_box p {
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .con__inner {
    margin-bottom: 20px;
  }
  address.con_tel {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  span.con_tel_sub {
/*     font-size: 0.9rem; */
	font-size: 0.85rem;
  }
  .con_insta_box {
    margin-top: 10px;
    padding: 20px;
  }
  .mail_info_box p {
    text-align: left;
  }
}
/* お問い合わせ END */
/* お問い合わせフォーム */
span.required {
  font-size: 0.7rem;
  line-height: 1.5;
  letter-spacing: 0;
  display: inline-block;
  margin-left: 8px;
  padding: 2px 3px 1px;
  border-radius: 2px;
  color: #fff;
  background: #f35d63;
}
.wpcf7 {
  border: none;
  background: none;
  margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
  background: #fff;
  border-color: #ded7ce;
  padding: 15px;
  box-sizing: border-box;
}
.wpcf7 form {
  margin: 0;
}
.wpcf7 form p {
  font-size: 16px;
  line-height: 2.2;
  margin-bottom: 25px;
}
.wpcf7 form p:last-of-type {
  margin-bottom: 0;
}
.wpcf7-list-item {
  margin-left: 0;
  line-height: 2.2;
}
.wpcf7 .wpcf7-list-item-label {
  font-size: 16px;
}
.wpcf7 input.wpcf7-submit {
  margin-top: 30px;
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  font-size: 1.1rem;
  font-weight: 500;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  height: 80px;
  letter-spacing: .1rem;
  color: #fff;
  background: #ba9a71;
  border-radius: 100px;
  transition: all 0.5s;
}
.wpcf7 input.wpcf7-submit:hover {
  color: #fff;
  background: #9f886e;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
  box-shadow: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  background: #ffd8df;
  line-height: 1.8;
  padding: 15px 20px;
}
@media only screen and (max-width: 768px) {
  .wpcf7 input.wpcf7-submit {
    margin-top: 20px;
  }
}
/* お問い合わせフォーム END */
/* ブログ記事の画像 */
.single .post-content img {
  width: auto;
}
/* ブログ記事の画像 END */

.about-img {
	max-width: 150px;
    margin: 0 0 0 auto;
}
.box29 {
    border: 1px solid #d8a771;
    text-align: center;
    max-width: 950px;
    margin: 10em auto 0 auto;
	width: 90%;
	position: relative;
	border-radius: 7px;
}
.box29 .box-title {
    font-size: 1.2em;
    background: #d8a771;
    padding: 10px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
	border-radius: 7px 7px 0 0;
}
.box29 p {
    padding:0 20px 20px 20px;
    margin: 0;
}
.box29 img {
	max-width: 150px;
	margin: 0 auto;
	
}
@media only screen and (max-width: 480px) {
	.about-img {
	max-width: 120px;
	}
	.box29 {
	margin: 3em auto 0 auto;
}
	.box29 .box-title {
    font-size: 1em;
    line-height: 1.3;
}
}
a.content02-but {
    font-weight: 900;
	font-size: 1.1rem;
}

/*カラー変更1
.global-nav > ul > li.global-menu-contact > a, a.content02-but::before, .pagetop a, .box29 .box-title {
    background: #afc87d !important;
}
.front-third-text::before, .dp-footer-bar a {
    color: #afc87d;
}
.box29 {
    border: 1px solid #afc87d;
}*/
/*カラー変更2*
.global-nav > ul > li.global-menu-contact > a, a.content02-but::before, .pagetop a, .box29 .box-title {
    background: #a9d159 !important;
}
.front-third-text::before, .dp-footer-bar a {
    color: #a9d159;
}
.box29 {
    border: 1px solid #a9d159;
}/
/*カラー変更3
.global-nav > ul > li.global-menu-contact > a, a.content02-but::before, .pagetop a, .box29 .box-title {
    background: #d3e173 !important;
}
.front-third-text::before, .dp-footer-bar a {
    color: #d3e173;
}
.box29 {
    border: 1px solid #d3e173;
}*/