@charset "UTF-8";
/* 養生salon 古き良き(Bee to Dio様) CSS Document */
/* 共通部分 */
body {
  background: #fff;
  color: #3a3a3a;
  overflow: hidden;
  font-size: 17px;
  font-size: clamp(17px, 0.8vw, 20px);
  letter-spacing: .04rem;
  counter-reset: number 0 counter-reset1 counter-reset2;
  position: relative;
  z-index: 0;
}
a, .post-content a {
  color: #3a3a3a;
}
.font-1, .headline-font-type {
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
}
h2, .post-content h2, h3, .post-content h3, p, .post-content p {
  font-weight: 500;
}
p, .post-content p {
  font-size: 0.95rem;
  line-height: 2;
}
.post-content ul {
  font-size: 0.95rem;
  font-weight: 400;
  list-style: disc;
}
.signage {
  height: 250px;
  background: none !important;
}
.signage-title, .signage-title-sub {
  width: 86%;
  max-width: 1200px;
  margin: auto;
  text-shadow: none;
}
.signage-title {
  font-size: 2.5rem !important;
  font-family: "IM Fell Double Pica", serif;
  font-weight: 400;
  letter-spacing: .15rem;
  line-height: 1;
  margin-bottom: 15px;
  color: #3a3a3a !important;
}
.signage-title-sub {
  font-size: 1rem !important;
  line-height: 1;
  color: #3a3a3a !important;
}
.breadcrumb-wrapper {
  height: 40px;
  background: none;
}
.breadcrumb.inner {
  width: fit-content !important;
  max-width: 1150px !important;
  padding: 0;
  font-size: 0.8rem;
  display: block;
  height: 40px;
  line-height: 40px;
}
@media only screen and (max-width: 768px) {
  body::before {
    background-image: url("/wp-content/themes/story_tcd041/img/sp-bg_img.jpg");
    background-size: contain;
    background-attachment: revert;
  }
  .signage {
    height: 170px;
  }
  .signage-title, .signage-title-sub {
    text-align: center;
  }
  .signage-title {
    font-size: 1.8rem !important;
    letter-spacing: .08rem;
    margin-bottom: 12px;
  }
  .signage-title-sub {
    font-size: 0.85rem !important;
  }
}
/* 共通部分 END */
/* コンテンツ 共通 */
.flex-inner {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
p.caution {
  line-height: 1.5;
  margin-bottom: 5px;
  padding-left: 18px;
  position: relative;
  box-sizing: border-box;
}
p.caution:last-of-type {
  margin-bottom: 0;
}
p.caution::before {
  content: '※';
  position: absolute;
  left: 0;
}
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: 18px;
  line-height: 1.6;
  margin-bottom: 10px;
  box-sizing: border-box;
  position: relative;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li::before {
  content: '';
  position: absolute;
  background: #9a937b;
  width: 7px;
  height: 7px;
  top: 10px;
  left: 0;
}
ul.list.caution_list li {
  padding-left: 20px;
  line-height: 1.8;
}
ul.list.caution_list li::before {
  content: '※';
  background: none;
  top: 0;
  color: #f35d63;
}
/* コンテンツ 共通 END */
/* コンテンツ ボタン 共通 END */
a.content_but {
  width: 100%;
  max-width: 300px;
  margin-top: 15px;
  padding: 17px;
  border-radius: 3px;
  line-height: 1.5;
  text-align: center;
  color: #3a3a3a;
  border: 1px solid;
  box-sizing: border-box;
  display: block;
  position: relative;
  transition: all 0.5s;
}
a.content_but:hover {
  background: #f0ecdf;
  border-color: #f0ecdf;
  border-radius: 100px;
  color: #3a3a3a;
}
/* コンテンツ ボタン 共通 END */
/* ナビ */
.home .header::before {
  content: '';
  position: absolute;
  display: block;
  background: linear-gradient(180deg, #fff 0%, #f0ecdf 100%);
  width: 15%;
  height: 100%;
  left: 0;
  z-index: 3;
}
.header-bar {
  z-index: 50;
  box-shadow: none;
  border-color: #fff;
  background: #fff !important;
}
.logo-image {
  top: 18px;
  left: 20px;
  width: 180px;
  height: auto;
  position: absolute;
}
.header-bar-inner {
  width: 100%;
  max-width: unset;
  z-index: 100;
}
.global-nav {
  padding-left: 8px;
  background: #f0ecdf;
}
.global-nav > ul > li > a, .global-nav .sub-menu a {
  font-family: "IM Fell Double Pica", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
}
.global-nav > ul > li > a {
  font-size: 15px;
  line-height: 88px;
  letter-spacing: .02rem;
  padding: 0 25px;
  text-align: center;
  transition: 0.8s;
}
.global-nav > ul > li > a:hover, .global-nav .current-menu-item > a {
  color: #9a937b;
}
.global-nav > ul > li > a::before {
  content: "";
  left: 0;
  width: 1px;
  height: 10px;
  top: 40px;
  position: absolute;
  background: #c7c1ac;
}
.global-nav > ul > li:first-of-type a::before {
  content: none;
}
.global-nav > ul > li > a::after {
  position: relative;
  text-align: center;
  display: block;
  bottom: 28px;
  line-height: 1;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .05rem;
  color: #3a3a3a;
}
.global-nav > ul > li.global-menu-home > a::after {
  content: "ホーム";
}
.global-nav > ul > li.global-menu-gym > a::after {
  content: "パーソナルジム";
}
.global-nav > ul > li.global-menu-yomogi > a::after {
  content: "よもぎ蒸し";
}
.global-nav > ul > li.global-menu-greeting > a::after {
  content: "ご挨拶";
}
.global-nav > ul > li.global-menu-information > a::after {
  content: "運営概要";
}
.global-nav > ul > li.global-menu-contact > a::after {
  content: "お問い合わせ";
}
.global-nav .sub-menu a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  color: #3a3a3a !important;
  background: #f0ecdf !important;
}
.global-nav .sub-menu a:hover {
  color: #9a937b !important;
  background: #f0ecdf !important;
}
.global-nav .sub-menu .current-menu-item > a {
  color: #3a3a3a !important;
}
.global-nav .sub-menu .current-menu-item > a::before {
  content: none;
}
@media only screen and (max-width: 1200px) {
  .home .header::before {
    width: 0;
  }
  .logo-image {
    top: 9px;
    left: -5px;
    width: 110px;
  }
  .global-nav {
    padding: 0;
  }
  .global-nav-button {
    border-left: 0;
    background: #f0ecdf;
  }
  .global-nav-button:before {
    color: #3a3a3a;
  }
  .global-nav-button:hover:before {
    color: #9a937b;
  }
  .global-nav > ul > li > a {
    font-size: 13px;
    text-align: left;
    line-height: 55px;
    padding: 0 20px;
    background: #f0ecdf;
    color: #3a3a3a !important;
  }
  .global-nav > ul > li > a::before, .global-nav > ul > li.global-menu-sub > a::after {
    content: none !important;
  }
  .global-nav > ul > li > a::after {
    text-align: left;
    top: 0;
    bottom: 18px;
    display: inline-block;
    margin-left: 10px;
  }
  .global-nav .sub-menu a {
    font-size: 12px;
    padding: 0 20px;
    line-height: 55px;
  }
  .global-nav a:hover, .global-nav .sub-menu a:hover {
    color: #9a937b !important;
    background: #f0ecdf !important;
  }
  .global-nav .menu-item-has-children > a span::before {
    color: #3a3a3a;
  }
}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
  display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.top-slider-wrapper::before {
  content: '';
  position: absolute;
  background: linear-gradient(-90deg, #ffffff00 0%, #f0ecdf 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.95;
}
.top-slider-content {
  width: 100% !important;
  height: 100% !important;
  border-radius: 0;
  margin: 0;
}
.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;
  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-copy {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.front-copy img {
  width: 80%;
  max-width: 600px;
}
.scroll-box span {
  position: absolute;
  width: 0;
  color: #3a3a3a;
  left: 7.5%;
  bottom: 100px;
  font-size: 10px;
  font-weight: 400;
  font-family: "IM Fell Double Pica", serif;
  writing-mode: vertical-rl;
  letter-spacing: .12rem;
  line-height: 0;
  z-index: 2;
}
.scroll-box::after {
  content: '';
  position: absolute;
  background: #3a3a3a;
  width: 0.5px;
  height: 90px;
  left: 7.5%;
  bottom: 0;
}
h2.front_main_title {
  font-size: 3.8rem;
  font-family: "IM Fell Double Pica", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1;
  letter-spacing: .15rem;
  color: #3a3a3a;
  margin-bottom: 50px;
}
h2.front_main_title span {
  font-size: 1.1rem;
  margin-left: 1.5vw;
  color: #3a3a3a;
}
.front_original01 {
  padding: 6em 0 8em;
  position: relative;
  z-index: 0;
}
.front_original01::after {
  content: '';
  position: absolute;
  display: block;
  background: linear-gradient(0deg, #fff 0%, #f0ecdf 100%);
  width: 615px;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.front-original01-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.front-original01-title {
  width: 30%;
  padding-right: 4vw;
  box-sizing: border-box;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}
.front-original01-text {
  width: 70%;
  box-sizing: border-box;
}
.front-original01-title h2 {
  font-size: 1.8rem;
  letter-spacing: .25rem;
  line-height: 2;
}
.front-original01-title h2::after {
  content: 'OUR CONCEPT';
  display: block;
  font-size: 0.85rem;
  font-family: "IM Fell Double Pica", serif;
  letter-spacing: 0.25rem;
  line-height: 1;
  margin-right: 30px;
  color: #3a3a3a;
}
.front-original01-text p {
  margin-bottom: 30px;
}
.front-original01-text p:last-of-type {
  margin-bottom: 0;
}
.front_content02 {
  padding-bottom: 6em;
}
.front_content02-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.front_content02-item {
  margin-top: 50px;
  align-items: center;
}
.front_content02-item:first-of-type {
  margin-top: 0;
}
.front_content02-img {
  width: 65%;
  box-sizing: border-box;
  position: relative;
  z-index: -2;
}
.front_content02-item:nth-of-type(even) .front_content02-img {
  margin-left: 35%;
}
.front_content02-item:nth-of-type(odd) .front_content02-img::before {
  content: '';
  position: absolute;
  display: block;
  background: linear-gradient(85deg, #ffffff26 50%, #fff 85%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.front_content02-item:nth-of-type(even) .front_content02-img::before {
  content: '';
  position: absolute;
  display: block;
  background: linear-gradient(-85deg, #ffffff26 50%, #fff 85%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.front_content02-text {
  width: 45%;
  margin-left: -10%;
  box-sizing: border-box;
}
.front_content02-item:nth-of-type(even) .front_content02-text {
  margin-left: -100%;
}
.front_content02-text::before {
  content: "PERSONAL GYM";
  display: block;
  font-size: 1rem;
  font-weight: 400;
  font-family: "IM Fell Double Pica", serif;
  letter-spacing: .1rem;
  margin-bottom: 15px;
  color: #9a937b;
}
.front_content02-item:nth-of-type(2) .front_content02-text::before {
  content: "MUGWORT STEAM BATH";
}
.front_content02-item:nth-of-type(3) .front_content02-text::before {
  content: "FLOW";
}
.front_content02-text h3 {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 15px;
}
.front_content02-text p {
  font-size: 0.95rem;
  line-height: 2;
}
a.content02-button {
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  width: 100%;
  max-width: 380px;
  height: 50px;
  line-height: 50px;
  position: relative;
  margin: 12px 0 0;
  color: #3a3a3a;
  border-bottom: 1px solid #3a3a3a;
  background: none;
  padding: 0 2px;
  box-sizing: border-box;
  transition: all 0.4s ease 0s;
  z-index: 1;
}
a.content02-button::before {
  width: 80px;
  height: 1px;
  position: absolute;
  content: '';
  background: #d9d0b3;
  left: 0;
  bottom: -1px;
  z-index: 1;
  transition: 0.5s;
}
a.content02-button::after {
  content: 'MORE';
  position: absolute;
  right: 2px;
  font-size: 0.75rem;
  font-family: "IM Fell Double Pica", serif;
  letter-spacing: .1rem;
  transition: 1s;
}
a.content02-button:hover {
  color: #3a3a3a;
  background: none !important;
}
a.content02-button:hover::before {
  width: 100%;
}
a.content02-button:hover::after {
  color: #9a937b;
}
.front_original02 {
  padding: 5em 0;
  position: relative;
  z-index: 0;
}
.front_original02::before {
  content: '';
  position: absolute;
  display: block;
  background: linear-gradient(-70deg, #ffffff00 0%, #f0ecdf 100%);
  width: 60%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}
.front_original02::after {
  content: '';
  position: absolute;
  display: block;
  background: url(/wp-content/themes/story_tcd041/img/front_original02_img.jpg);
  background-position: center left;
  background-size: cover;
  background-repeat: no-repeat;
  width: 60%;
  height: 100%;
  top: 15%;
  right: 0;
  z-index: -3;
  opacity: 0.2;
}
.front-original02-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
  align-self: center;
}
.front-original02-text h2 {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 40px;
}
.front-original02-text p {
  margin-bottom: 25px;
}
.front-original02-text p:last-child {
  margin-bottom: 0;
}
.front_original03 {
  padding-top: 10em;
}
.front-original03-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.third-box {
  align-items: center;
  margin-bottom: 50px;
}
.third-box:last-of-type {
  margin-bottom: 0;
}
.front-third-text {
  width: 45%;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.third-box:nth-of-type(odd) .front-third-text {
  margin-left: 55%;
  padding-left: 4vw;
}
.third-box:nth-of-type(even) .front-third-text {
  padding-right: 4vw;
}
.front-third-img {
  width: 55%;
  box-sizing: border-box;
  position: relative;
}
.third-box:nth-of-type(odd) .front-third-img {
  margin-left: -100%;
}
.third-box h3 {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 15px;
}
.third-box h3::before {
  counter-increment: number 1;
  content: "POINT."counter(number) "";
  font-size: 2.8rem;
  font-family: "IM Fell Double Pica", serif;
  letter-spacing: .15rem;
  line-height: 1;
  margin-bottom: 25px;
  display: block;
  color: #c2bfb4;
}
.front_topics {
  padding: 8em 0;
}
.front-topics-inner {
  width: 86%;
  max-width: 1000px;
  margin: 0 auto;
}
h2.front_topics_title {
  text-align: center;
  margin-bottom: 60px;
}
h2.front_topics_title span {
  display: block;
  margin-top: 20px;
  margin-left: 0;
}
h2.headline-primary {
  display: none;
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer {
  margin-top: 0;
  background: #f0ecdf;
  position: relative;
  z-index: 0;
}
.footer_contact_sec {
  padding: 5em 0;
}
.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: 12vw;
  box-sizing: border-box;
}
h2.footer-logo-name {
  font-size: 1.3rem;
  letter-spacing: 0;
  margin-bottom: 25px;
}
dl.address_body {
  width: 100%;
  max-width: 650px;
  font-size: 0.8rem;
  line-height: 1.6;
  margin-bottom: 10px;
}
dl.address_body:last-of-type {
  margin-bottom: 15px;
}
dd.address_text {
  padding-left: 1vw;
  box-sizing: border-box;
}
span.address-caution {
  font-size: 0.75rem;
  display: block;
}
address.footer_tel {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .1rem;
  margin-bottom: 12px;
}
span.footer_tel_sub {
  font-size: 0.9rem;
  margin-right: 4px;
}
p.caution.footer-caution {
  font-size: 0.8rem;
}
ul.sns__links {
  width: 100%;
  max-width: 300px;
  margin-top: 30px;
}
li.sns__links-item {
  width: calc(33.3333% - 6.67px);
  margin-right: 10px;
}
li.sns__links-item:last-child {
  margin-right: 0;
}
a.footer_sns {
  display: block;
  text-align: center;
  transition: all 0.8s;
}
a.footer_sns::before {
  content: "\f0e0";
  font-family: design_plus;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #3a3a3a;
  background: #fff;
  font-size: 16px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  transition: 0.5s;
  z-index: 1;
}
a.footer_line_but::before {
  content: "\e909";
}
a.footer_insta_but::before {
  content: "\ea92";
}
a.footer_face_but::before {
  content: "\e902";
}
a.footer_sns:hover {
  color: #3a3a3a;
  background: none;
}
a.footer_line_but:hover {
  color: #00b900;
}
a.footer_insta_but:hover {
  color: #ff0357;
}
a.footer_sns:hover::before {
  color: #fff;
  background: #3a3a3a;
}
a.footer_line_but:hover::before {
  background: #00b900;
}
a.footer_insta_but:hover::before {
  background-image: linear-gradient(45deg, #ffd75f, #ff0357);
}
a.footer_sns span {
  margin-top: 8px;
  text-align: center;
  display: block;
  font-size: 10px;
  font-weight: 400;
  font-family: "IM Fell Double Pica", serif;
  letter-spacing: .07rem;
}
ul.footer-content-list-outer {
  width: 50%;
  box-sizing: border-box;
}
ul.footer-content-list-outer:last-child {
  padding-left: 5vw;
}
ul.footer-content-list-outer li {
  font-size: 0.9rem;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 12px;
}
ul.footer-content-list-outer li:last-of-type {
  margin-bottom: 0;
}
a.footer_but {
  transition: 0.8s;
}
a.footer_but:hover {
  color: #9a937b;
}
.footer-content {
  display: none;
}
.footer-bar01, .footer-bar01-inner, .copyright {
  background: none;
}
.footer-bar01-inner {
  width: 86%;
  max-width: 1150px;
}
p.copyright {
  font-size: 11px;
  text-align: left;
  color: #3a3a3a;
}
.pagetop {
  right: 10px;
  bottom: 10px;
  transition: all 0.5s ease 0s;
}
.pagetop a {
  background: #3a3a3a;
  color: #f0ecdf;
  border-radius: 100px;
  width: 50px;
  height: 50px;
}
.pagetop a::before {
  font-size: 12px;
  font-weight: 700;
  width: 12px;
  height: 12px;
}
.pagetop:hover {
  bottom: 20px;
}
.pagetop a:hover {
  color: #3a3a3a;
  background: #d9d0b3;
}
@media only screen and (max-width: 1200px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(80vh - 80px);
  }
  .top-slider-wrapper::before {
    opacity: 0.8;
  }
  .scroll-box {
    display: none;
  }
  .third-box {
    margin-bottom: 30px;
  }
  .front-third-img, .front-third-text {
    width: 100%;
  }
  .front-third-text {
    padding: 0;
    margin-bottom: 20px;
  }
  .third-box:nth-of-type(odd) .front-third-img, .third-box:nth-of-type(odd) .front-third-text {
    margin-left: 0;
  }
  .third-box:nth-of-type(odd) .front-third-text {
    padding-left: 0;
  }
  .third-box:nth-of-type(even) .front-third-text {
    padding-right: 0;
  }
  .third-box:nth-of-type(even) .front-third-img::after {
    right: 0;
  }
  .third-box h3::before {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 970px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 55px);
  }
  h2.front_main_title {
    margin-bottom: 30px;
  }
  .front_original01, .front_topics {
    padding: 5em 0;
  }
  .front-original01-title, .front-original01-text {
    width: 100%;
  }
  .front-original01-title {
    padding-right: 0;
    margin-bottom: 20px;
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
  }
  .front-original01-title h2 {
    letter-spacing: 0;
    line-height: 1.5;
  }
  .front-original01-title h2::after {
    margin-top: 20px;
    margin-right: 0;
    letter-spacing: .15rem;
  }
  .front-original01-title h2 br {
    display: contents;
  }
  .front-original01-text p {
    margin-bottom: 15px;
  }
  .front_content02 {
    padding-bottom: 4em;
  }
  .front_content02-img, .front_content02-text {
    width: 100%;
  }
  .front_content02-img {
    margin-bottom: 30px;
  }
  .front_content02-text, .front_content02-item:nth-of-type(even) .front_content02-img, .front_content02-item:nth-of-type(even) .front_content02-text {
    margin-left: 0;
  }
  .front_content02-item:nth-of-type(odd) .front_content02-img::before, .front_content02-item:nth-of-type(even) .front_content02-img::before {
    content: none;
  }
  .front_original02 {
    padding: 3em 0;
  }
  .front_original02::before, .front_original02::after {
    width: 100%;
    top: 0;
  }
  .front-original02-text h2 {
    margin-bottom: 20px;
  }
  .front-original02-text p {
    margin-bottom: 15px;
  }
  .front_original03 {
    padding-top: 5em;
  }
  h2.front_topics_title span {
    margin-top: 10px !important;
  }
  .footer_menu_bg {
    padding-left: 8vw;
  }
  ul.footer-content-list-outer li {
    font-size: 0.8rem;
  }
  .dp-footer-bar {
    background: #d9d0b3 !important;
    border-top: 1px solid #3a3a3a !important;
  }
  .dp-footer-bar-item + .dp-footer-bar-item {
    border-left: 1px solid #3a3a3a !important;
  }
  .dp-footer-bar-item {
    font-size: 11px;
  }
  .dp-footer-bar-icon::before {
    font-weight: 400;
  }
  .icon-file-text::before {
    content: "\e909";
  }
  .icon-share-alt:before {
    content: "\ea92";
  }
}
@media only screen and (max-width: 768px) {
  h2.front_main_title {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  h2.front_main_title span {
    font-size: 0.9rem;
    display: block;
    margin-top: 15px;
    margin-left: 0;
  }
  .front_original01, .front_topics {
    padding: 3em 0;
  }
  .front_original01::after {
    width: 100%;
  }
  .front-original01-title h2 {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  .front_content02 {
    padding-bottom: 3em;
  }
  .front_content02-item {
    margin-top: 30px;
  }
  .front_content02-text h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .front-original02-text h2 {
    font-size: 1.4rem;
  }
  .front_original03 {
    padding-top: 3em;
  }
  .third-box h3::before {
    font-size: 2rem;
  }
  .footer_contact_sec {
    padding: 3em 0 1em;
  }
  .footer_contact_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_menu_bg {
    max-width: 400px;
    margin-top: 40px;
    padding-left: 0;
  }
  address.footer_tel {
    font-size: 1.4rem;
  }
  span.footer_tel_sub {
    font-size: 0.7rem;
  }
  .pagetop {
    bottom: 75px !important;
  }
  .social-nav {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 60px);
  }
}
@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: 0px auto;
  padding: 100px 0;
  box-sizing: border-box;
  position: relative;
}
.post-content h2 {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.8;
  padding-top: 0;
  margin-bottom: 20px;
}
.post-content h2::after {
  content: "";
  display: block;
  background: #d9d0b3;
  width: 35px;
  height: 1px;
  margin: 15px auto 0;
}
.post-content h3 {
  font-size: 1.4rem;
  color: #3a3a3a;
  padding: 0 0 0 35px;
  margin-bottom: 20px;
  line-height: 1.5;
  position: relative;
  box-sizing: border-box;
}
.post-content h3::before {
  content: '';
  position: absolute;
  background: #d9d0b3;
  width: 25px;
  height: 1px;
  top: 55%;
  left: 0;
}
.post-content h4 {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.5;
  padding: 0;
}
.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: 1.8;
  padding: 22px 2px 20px;
  background: none;
  border: 0;
  border-bottom: 1px #e4e0d3 solid;
}
.post-content th {
  width: 20%;
  text-align: left;
  border-right: none;
}
.post-content td {
  padding-left: 25px;
  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 4px 12px;
    line-height: 1.5;
    display: block;
    box-sizing: border-box;
    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 {
    line-height: 1.5;
  }
  .post-content h2::after {
    width: 25px;
  }
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog .main {
  padding-bottom: 100px;
}
.archive-header {
  margin: 90px 0 40px;
}
h1.archive-title, h1.post-title {
  color: #3a3a3a;
}
h1.post-title, p.post-meta {
  text-align: left;
}
.article03 {
  background: #fff;
  border: 1px solid #d9d0b3;
  box-sizing: border-box;
  transition: all 0.5s;
}
.article03-content {
  padding: 12px 18px;
}
.article03-title {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #3a3a3a;
}
.article03-meta {
  line-height: 1;
}
.article03-date, .article03-category-item {
  font-size: 13px;
}
.article03-category-item:hover, .article03 a:hover .article03-title {
  text-decoration: none;
}
.nav-links01 {
  border-top: 1px solid #e4e0d3;
  border-bottom: 1px solid #e4e0d3;
}
.nav-links01-previous + .nav-links01-next {
  border-left: 1px solid #e4e0d3;
}
.nav-links01-previous a, .nav-links01-next a {
  font-weight: 400;
}
.nav-links01-previous a::before, .nav-links01-next a::after {
  font-size: 13px;
}
.post-meta-box {
  background: #f3f1ea;
}
.post-meta-box-item::before {
  color: #3a3a3a;
}
.side_widget {
  font-size: 12px;
}
.side_widget .headline-bar {
  font-size: 1.2rem;
  font-family: "IM Fell Double Pica", serif;
  text-align: left;
  color: #3a3a3a;
  font-weight: 400;
  padding: 0 0 10px;
  border-bottom: 1px solid #3a3a3a;
  background: none;
}
.widget_recent_entries li a {
  font-size: 14px;
  line-height: 1.8;
}
.widget_recent_entries .post-date {
  color: #3a3a3a;
  margin-top: 5px;
  line-height: 1.5;
}
.widget_recent_entries li {
  border-color: #e4e0d3;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.widget_recent_entries .post-date:before {
  font-size: 11px;
  color: #9a937b;
}
@media only screen and (max-width: 1200px) {
  .article03-title {
    height: 55px;
    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, .blog .main {
    padding-bottom: 50px;
  }
  .post-header {
    margin-top: 50px;
  }
  h1.post-title {
    font-size: 1.4rem !important;
  }
  .nav-links01-previous a::before, .nav-links01-next a::after {
    color: #3a3a3a;
  }
  .article04-title {
    font-size: 15px;
  }
  .nav-links01 {
    border: 1px solid #e4e0d3;
  }
}
@media only screen and (max-width: 500px) {
  .post-title, .post-meta {
    text-align: left;
  }
  .article03-title {
    font-size: 10px;
    margin-top: 0;
  }
}
/* お知らせ END */
/* パーソナルジム・よもぎ蒸し 共通 */
.menu_box {
  margin-bottom: 60px;
  align-items: center;
}
.menu_box h2 {
  text-align: left;
  margin-bottom: 30px;
}
.menu_box h2::after {
  width: 40px;
  height: 1px;
  margin-top: 10px;
  margin-left: 0;
}
.menu_box p {
  margin-bottom: 15px;
}
.menu_box:last-of-type, .menu_box p:last-child {
  margin-bottom: 0;
}
.menu_flex_inner {
  align-items: center;
  margin-bottom: 40px;
}
.menu_text {
  width: 50%;
}
.menu_img {
  width: 50%;
  padding-left: 4vw;
  box-sizing: border-box;
}
table.price_tbl {
  border: 1px solid #d9d0b3;
  border-bottom: 0;
}
table.price_tbl th, table.price_tbl td {
  font-size: 1rem;
  padding: 18px 25px;
  line-height: 1.8;
}
table.price_tbl th {
  width: 80%;
  padding-right: 0;
}
table.price_tbl td {
  text-align: end;
}
thead.price_detail {
  background: #f3f1ea;
}
table.gym_tbl th, table.gym_tbl td {
  font-size: 0.9rem;
  line-height: 1.7;
  padding: 22px 20px 20px;
  text-align: center;
  border: 1px #e4e0d3 solid;
}
table.gym_tbl th {
  width: 18%;
  background: #f2eedd;
}
span.tax {
  margin-left: 5px;
  letter-spacing: 0;
  font-size: 0.8rem;
}
.table_scroll {
  overflow: auto;
  white-space: nowrap;
}
p.scroll_text {
  display: none;
}
@media only screen and (max-width: 970px) {
  table.price_tbl th, table.price_tbl td {
    padding: 8px 17px 10px;
    line-height: 1.8;
  }
  table.price_tbl th {
    padding-bottom: 0;
  }
  table.gym_tbl th, table.gym_tbl td {
    display: table-cell !important;
  }
  table.gym_tbl th {
    padding: 5px 12px;
    background: #f0ecdf;
  }
}
@media only screen and (max-width: 820px) {
  p.scroll_text {
    display: block;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .menu_box {
    margin-bottom: 30px;
  }
  .menu_box h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .menu_box p {
    margin-bottom: 8px;
  }
  .menu_flex_inner {
    margin-bottom: 20px;
  }
  .menu_text, .menu_img {
    width: 100%;
  }
  .menu_img {
    margin-top: 20px;
    padding-left: 0;
  }
}
/* パーソナルジム・よもぎ蒸し 共通 END */
/* 施術までの流れ */
.flow_sec .content_inner {
  max-width: 1000px;
}
.flow_sec h2::after {
  content: none;
}
.flow_info_box {
  margin-bottom: 50px;
  padding: 25px 35px;
  background: #f3f1ea;
  box-sizing: border-box;
}
.flow_info_box h2 {
  font-size: 1.35rem;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 15px;
}
.flow_info_box p {
  margin-bottom: 15px;
}
.flow_info_box p:last-of-type {
  margin-bottom: 0;
}
.flow {
  padding-left: 75px;
  padding-top: 17px;
  padding-bottom: 50px;
  position: relative;
  box-sizing: border-box;
}
.flow:first-of-type {
  margin-top: 80px;
}
.flow:last-of-type {
  padding-bottom: 0;
}
.flow::before {
  counter-increment: number 1;
  content: counter(number)"";
  position: absolute;
  text-align: center;
  width: 40px;
  height: 70px;
  line-height: 65px;
  font-size: 2rem;
  font-weight: 400;
  color: #3a3a3a;
  background: #fff;
  border-top: 1px solid;
  border-bottom: 1px solid;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: -1;
}
.flow::after {
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  width: 1px;
  height: 100%;
  background: #3a3a3a;
  z-index: -2;
}
.flow:last-of-type::after {
  display: none;
}
.flow h3 {
  line-height: 1.5;
  text-align: left;
  padding-left: 0;
}
.flow h3::before {
  content: none;
}
.flow p {
  margin-bottom: 15px;
}
.flow p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .flow_info_box {
    margin-bottom: 30px;
    padding: 20px 25px;
  }
  .flow_info_box p {
    margin-bottom: 8px;
  }
  .flow {
    padding-left: 55px;
    padding-bottom: 30px;
  }
  .flow:first-of-type {
    margin-top: 30px;
  }
}
/* 施術までの流れ END */
/* よくある質問 */
.faq_sec h2 {
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: left;
}
.faq_sec h2::after {
  content: none;
}
.faq {
  margin-bottom: 50px;
  box-sizing: border-box;
}
.faq:first-of-type {
  margin-top: 80px;
}
.faq:last-of-type {
  margin-bottom: 0;
}
.faq h3 {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 3px 0;
  margin-bottom: 5px;
  text-align: left;
  position: relative;
  box-sizing: border-box;
  color: #3a3a3a;
}
.faq p {
  position: relative;
  margin-bottom: 15px;
}
.faq p:last-child {
  margin-bottom: 0;
}
p.answer {
  padding: 3px 0;
}
.faq h3, .faq p {
  padding-left: 55px;
}
.faq h3::before, p.answer::before {
  content: "Q";
  position: absolute;
  font-size: 1.3rem;
  color: #3a3a3a;
  background: #e4e0d3;
  width: 33px;
  height: 35px;
  line-height: 31px;
  text-align: center;
  left: 0;
  top: 0;
}
p.answer::before {
  content: 'A';
  background: #c2bfb4;
  color: #fff;
  line-height: 33px;
}
@media only screen and (max-width: 768px) {
  .faq {
    margin-bottom: 25px;
  }
  .faq:first-of-type {
    margin-top: 40px;
  }
  .faq h3, .faq p {
    padding-left: 50px;
  }
}
/* よくある質問 END */
/* ご挨拶 */
.greeting_sec p {
  margin-bottom: 15px;
}
.greeting_sec p:last-child {
  margin-bottom: 0;
}
.greeting__inner {
  margin-bottom: 40px;
}
.greeting_text {
  width: 60%;
  padding-left: 4vw;
  box-sizing: border-box;
}
.greeting_img {
  width: 40%;
  box-sizing: border-box;
}
.greeting_text h2 {
  margin-bottom: 20px;
  line-height: 1.5;
  border-bottom: 1px solid #3a3a3a;
  text-align: left;
}
.greeting_text h2::after {
  width: 100px;
  height: 1px;
  margin-left: 0;
  margin-top: 7px;
  margin-bottom: -1px;
}
h3.name {
  font-size: 1.2rem;
  padding-left: 0;
  margin-bottom: 30px;
}
h3.name span {
  font-size: 0.9rem;
  margin-right: 10px;
}
h3.name::before {
  content: none;
}
@media only screen and (max-width: 768px) {
  .greeting__inner {
    margin-bottom: 15px;
  }
  .greeting_img, .greeting_text {
    width: 100%;
  }
  .greeting_text {
    padding-left: 0;
    margin-top: 20px;
  }
  .greeting_text h2 {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  h3.name {
    margin-bottom: 15px;
  }
}
/* ご挨拶 END */
/* 運営概要 */
.information_sec .content_inner {
  max-width: 900px;
}
table.info_tbl th {
  width: 27%;
}
span.info_caution {
  margin-top: 5px;
  font-size: 0.85rem;
  line-height: 1.5;
}
.map_sec {
  height: 500px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.map_sec: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: 300px;
  }
}
/* 運営概要 END */
/* お問い合わせ */
.contact_sec .content_inner, .mail_sec .content_inner {
  max-width: 1000px;
}
.mail_sec .content_inner {
  max-width: 850px;
}
.mail_sec .content_inner {
  padding-top: 0;
}
.con__inner {
  margin-bottom: 60px;
}
.con__inner p {
  margin-bottom: 15px;
}
.con__inner:last-of-type, .con__inner p:last-of-type {
  margin-bottom: 0;
}
address.con_tel {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .15rem;
  text-align: center;
  margin-bottom: 15px;
}
span.con_tel_sub {
  font-size: 1rem;
  margin-right: 5px;
}
p.con-caution, p.con-time {
  width: fit-content;
  margin: auto;
  line-height: 1.6;
}
p.con-time {
  margin-top: 15px;
  text-align: center;
}
p.con-time span {
  text-align: center;
  display: block;
}
.con_two {
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
  color: #fff;
  background: #00b900;
}
.con_insta_box {
  background-image: linear-gradient(-35deg, #ffd75f, #ff0357);
}
.con_two h2 {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 15px;
}
.con_two h2::after {
  content: none;
}
a.con_sns_but {
  width: 100%;
  max-width: 330px;
  display: block;
  margin: auto;
  padding: 20px 22px 18px;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 400;
  color: #00b900;
  background: #fff;
  border-radius: 100px;
  box-sizing: border-box;
  position: relative;
  transition: 0.5s;
}
a.con_insta_but {
  color: #ff0357;
}
a.con_sns_but::after {
  content: "\e909";
  font-family: 'design_plus';
  position: absolute;
  right: 22px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
  transition: 0.5s;
}
a.con_insta_but::after {
  content: "\ea92";
  font-size: 18px;
}
a.con_sns_but:hover {
  color: #3a3a3a;
  background: #d9d0b3;
}
p.con_sns_text {
  width: fit-content;
  margin: 15px auto 0;
  line-height: 1.5;
  font-weight: 400;
}
.mail_info_box p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .con__inner {
    margin-bottom: 30px;
  }
  address.con_tel {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  span.con_tel_sub {
    font-size: 0.9rem;
    margin-right: 0;
  }
  p.con-time {
    margin-top: 8px;
  }
  .con_two {
    width: 100%;
  }
}
/* お問い合わせ END */
/* お問い合わせフォーム */
span.required {
  font-size: 0.65rem;
  line-height: 1.5;
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 8px;
  padding: 3px 5px;
  border-radius: 2px;
  color: #fff;
  background: #f35d63;
}
.wpcf7 {
  border: none;
  background: none;
  margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
  background: #f2f2f2;
  border: 0;
  padding: 20px 15px;
  box-sizing: border-box;
}
.wpcf7 form {
  margin: 0;
}
.wpcf7 form p {
  font-size: 16px;
  line-height: 2.2;
  margin-bottom: 20px;
}
.wpcf7 form p:last-of-type {
  margin-bottom: 0;
}
.wpcf7-list-item {
  margin-left: 0;
}
.wpcf7 select, .wpcf7 .wpcf7-list-item-label {
  font-size: 16px;
}
.wpcf7 input.wpcf7-submit {
  margin-top: 40px;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  height: 85px;
  color: #3a3a3a;
  background: #fff;
  border: 1px solid !important;
  transition: all .5s;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  overflow: hidden !important;
}
.wpcf7 input.wpcf7-submit:hover {
  color: #3a3a3a;
  background: #f0ecdf;
  border-color: #f0ecdf !important;
  border-radius: 100px;
}
.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: 30px;
  }
}
/* お問い合わせフォーム END */
/* ブログ記事の画像 */
.single .post-content img {
  width: auto;
}
/* ブログ記事の画像 END */
/* front_original03 アニメーション */
@keyframes slide-animation-01 {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  90% {
    opacity: 0
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-animation-02 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-animation-03 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* front_original03 アニメーション END */