@charset "UTF-8";
/* 華山あずさ 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-type1, .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: 400;
}
p, .post-content p {
  font-size: 0.95rem;
  line-height: 2;
}
.post-content ul {
  font-size: 0.9rem;
  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: 3rem !important;
  font-family: "IM Fell Double Pica", serif;
  font-weight: 400;
  letter-spacing: .15rem;
  line-height: 0.8;
  margin-bottom: 20px;
  color: #3a3a3a !important;
}
.signage-title-sub {
  font-size: 1.1rem !important;
  line-height: 1;
  color: #aaa086 !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: 2rem !important;
    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;
  color: #f35d63;
}
span.caution {
  position: relative;
  padding-left: 18px;
  line-height: 1.8;
  box-sizing: border-box;
  display: inline-block;
}
span.caution::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
}
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: #bdb9a8;
  width: 7px;
  height: 7px;
  top: 9.5px;
  left: 0;
}
ul.list.caution-list li::before {
  content: '※';
  background: none;
  top: 0;
}
/* コンテンツ 共通 END */
/* コンテンツ ボタン 共通 END */
a.content-but {
  width: 100%;
  max-width: 330px;
  margin-top: 15px;
  padding: 17px 20px;
  border-radius: 3px;
  line-height: 1.5;
  text-align: center;
  font-size: 1rem;
  color: #3a3a3a;
  border: 1px solid;
  box-sizing: border-box;
  display: block;
  position: relative;
  transition: all 0.5s;
}
a.content-but:hover {
  background: #bdb9a8;
  border-color: #bdb9a8;
  border-radius: 100px;
  color: #fff;
}
/* コンテンツ ボタン 共通 END */
/* ナビ */
.home .header::before {
  content: '';
  position: absolute;
  display: block;
  background: #f1efe6;
  width: 15%;
  height: 100%;
  right: 0;
  z-index: 3;
}
.header-bar {
  z-index: 50;
  box-shadow: none;
  border: 0;
  background: #fff !important;
}
.logo-image {
  top: 18px;
  left: 25px;
  width: 300px;
  height: auto;
  position: absolute;
  box-sizing: border-box;
}
.header-bar-inner {
  width: 100%;
  max-width: unset;
  z-index: 100;
}
.global-nav {
  padding-right: 10px;
  padding-left: 20px;
  background: #f1efe6;
}
.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: 90px;
  letter-spacing: .08rem;
  padding: 0 18px;
  text-align: center;
  transition: 0.8s;
}
.global-nav > ul > li > a:hover, .global-nav .current-menu-item > a {
  color: #3a3a3a;
  position: relative;
}
.global-nav > ul > li > a::before, .global-nav .current-menu-item > a::before {
  content: "";
  left: 19px;
  width: 0;
  height: 1px;
  top: 25px;
  background: #bdb9a8;
  position: absolute;
  transition: all 0.5s;
  z-index: 1;
}
.global-nav > ul > li > a:hover::before, .global-nav .current-menu-item > a::before {
  width: calc(100% - 42px);
}
.global-nav > ul > li > a::after {
  position: relative;
  text-align: center;
  display: block;
  bottom: 28px;
  line-height: 1;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .05rem;
  color: #a29470;
}
.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-profile > 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 {
  width: 220px;
  font-size: 13px;
  font-weight: 400;
  color: #3a3a3a !important;
  background: #f1efe6 !important;
}
.global-nav .sub-menu a:hover {
  color: #bdb192 !important;
  background: #f1efe6 !important;
}
.global-nav .sub-menu .current-menu-item > a {
  color: #bdb192 !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: 10px;
    left: -5px;
    width: 180px;
  }
  .global-nav {
    padding: 0;
  }
  .global-nav-button {
    border-left: 0;
    background: #f1efe6;
  }
  .global-nav-button:before {
    color: #3a3a3a;
  }
  .global-nav-button:hover:before {
    color: #bdb9a8;
  }
  .global-nav > ul > li > a {
    font-size: 13px;
    text-align: left;
    line-height: 55px;
    background: #f1efe6;
    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 {
    position: absolute;
    text-align: left;
    bottom: 18px;
    display: inline-block;
    margin-left: 10px;
  }
  .global-nav .sub-menu a {
    width: 100%;
    font-size: 11px;
    padding: 0 20px;
    line-height: 55px;
  }
  .global-nav a:hover, .global-nav .sub-menu a:hover {
    background: #f1efe6 !important;
    color: #bdb9a8 !important;
  }
  .global-nav .menu-item-has-children > a span::before {
    color: #3a3a3a;
  }
}
@media only screen and (max-width: 768px) {
  .logo-image {
    /* width: 100px; */
  }
}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
  display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.top-slider-wrapper::before {
  content: '';
  position: absolute;
  background: #fffaf4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.55;
}
.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: 86%;
  margin: 0 auto;
  display: block;
}
.front-copy img {
  width: 80%;
  max-width: 500px;
  margin-left: auto;
}
.scroll-box span {
  position: absolute;
  width: 0;
  color: #3a3a3a;
  right: 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;
  right: 7.5%;
  bottom: 0;
}
h2.front_main_title {
  font-size: 3.5rem;
  font-family: "IM Fell Double Pica", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1;
  color: #a29470;
  margin-bottom: 80px;
}
h2.front_main_title span {
  font-size: 1.1rem;
  letter-spacing: 0;
  margin-left: 1.5vw;
  color: #3a3a3a;
}
.front_original01 {
  padding: 7em 0;
  position: relative;
  z-index: 0;
}
.front_original01::after {
  content: '';
  position: absolute;
  display: block;
  background: linear-gradient(0deg, #fff 0%, #f1efe6 100%);
  width: 615px;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
}
.front-original01-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.front-original01-title {
  width: 30%;
  height: 300px;
  padding-right: 5vw;
  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: .1rem;
  line-height: 2;
}
.front-original01-title h2::after {
  content: 'OUR CONCEPT';
  position: absolute;
  display: block;
  font-size: 0.9rem;
  font-family: "IM Fell Double Pica", serif;
  letter-spacing: .15rem;
  line-height: 1;
  margin-right: 30px;
  color: #a29470;
  top: 6px;
}
.front-original01-text p {
  margin-bottom: 30px;
}
.front-original01-text p:last-of-type {
  margin-bottom: 0;
}
.front_content02 {
  padding-bottom: 7em;
}
.front_content02-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.front_content02-item {
  margin-top: 4em;
  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: "FLOW.";
  display: block;
  font-size: 1rem;
  font-weight: 400;
  font-family: "IM Fell Double Pica", serif;
  letter-spacing: .1rem;
  margin-bottom: 15px;
  color: #a29470;
}
.front_content02-item:nth-of-type(2) .front_content02-text::before {
  content: "PROFILE.";
}
.front_content02-item:nth-of-type(3) .front_content02-text::before {
  content: "PRICE.";
}
.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: #bdb9a8;
  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: #bdb9a8;
}
.front_original02 {
  padding-bottom: 10em;
  position: relative;
  z-index: 0;
}
.front_original02::before {
  content: '';
  position: absolute;
  display: block;
  background: url(/wp-content/themes/story_tcd041/img/front_original02_img.jpg);
  background-position: center top;
  background-size: cover;
  width: 80%;
  height: 80%;
  bottom: 0;
  right: 0;
  z-index: -2;
}
.front-original02-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.front-original02-text {
  width: 100%;
  max-width: 800px;
  padding: 50px 55px;
  padding-left: 0 !important;
  box-sizing: border-box;
  position: relative;
}
.front-original02-text::before {
  content: '';
  position: absolute;
  display: block;
  background: #f1efe6;
  width: 200%;
  height: 100%;
  top: 0;
  right: 0;
  opacity: 0.85;
  z-index: -1;
}
.front-original02-text h2 {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
.front-original02-text p {
  margin-bottom: 15px;
}
.front-original02-text p:last-child {
  margin-bottom: 0;
}
.front_original03 {
  padding-top: 7em;
}
.front-original03-inner {
  width: 86%;
  max-width: 1300px;
  margin: 0 auto;
}
.front-original03-text-inner {
  width: 50%;
  margin-left: 50%;
  padding-left: 5vw;
  box-sizing: border-box;
}
.front-original03-img-inner {
  width: 50%;
  margin-left: -100%;
  box-sizing: border-box;
}
.front-original03-img-frame {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  background: #f2f2f2;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.original03-img-01, .original03-img-02, .original03-img-03 {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.original03-img-01 {
  background-image: url("/wp-content/themes/story_tcd041/img/front-third01_img.jpg");
  animation: slide-animation-01 18s infinite;
}
.original03-img-02 {
  background-image: url("/wp-content/themes/story_tcd041/img/front-third02_img.jpg");
  animation: slide-animation-02 18s infinite;
}
.original03-img-03 {
  background-image: url("/wp-content/themes/story_tcd041/img/front-third03_img.jpg");
  animation: slide-animation-03 18s infinite;
}
.original03-text__box {
  margin-bottom: 4rem;
  padding-top: 4rem;
  border-top: 1px solid #e7dfc5;
  box-sizing: border-box;
}
.original03-text__box:first-of-type {
  padding-top: 0;
  border-top: 0;
}
.original03-text__box:last-of-type {
  margin-bottom: 0;
}
.original03-text__box h3 {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: left;
}
.original03-text__box h3::before {
  counter-increment: number 1;
  content: "ABOUT."counter(number) "";
  font-size: 1.3rem;
  font-family: "IM Fell Double Pica", serif;
  line-height: 1;
  letter-spacing: .12rem;
  margin-bottom: 15px;
  color: #a29470;
  display: block;
}
.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: 4rem;
}
h2.front_topics_title span {
  display: block;
  margin-top: 15px;
  margin-left: 0;
}
h2.headline-primary {
  display: none;
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer {
  margin-top: 0;
  background: #f1efe6;
  position: relative;
  z-index: 0;
}
.footer_contact_sec {
  padding: 5em 0;
}
.footer_contact_inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.footer_contact_bg {
  width: 55%;
  box-sizing: border-box;
}
.footer_menu_bg {
  width: 45%;
  padding-left: 5vw;
  box-sizing: border-box;
}
h2.footer-logo-name {
  font-size: 1.3rem;
  letter-spacing: 0;
  margin-bottom: 25px;
}
dl.address_body {
  font-size: 0.85rem;
  margin-bottom: 10px;
}
dl.address_body:last-of-type {
  margin-bottom: 20px;
}
dt.address_title {
  margin-bottom: 3px;
}
dd.address_text {
  padding-left: 1.5vw;
  line-height: 1.8;
  box-sizing: border-box;
}
address.footer_tel {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .1rem;
}
span.footer_tel_sub {
  font-size: 0.9rem;
  margin-right: 4px;
}
p.caution.footer-caution {
  font-size: 0.8rem;
  margin-top: 10px;
}
ul.sns__links {
  width: 100%;
  max-width: 400px;
  margin-top: 30px;
}
li.sns__links-item {
  width: calc(25% - 19px);
  margin-right: 25px;
}
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: "";
  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_ameba_but::before {
  content: '\e953';
}
a.footer_sns:hover {
  color: #bdb192;
  background: none;
}
a.footer_line_but:hover {
  color: #00b900;
}
a.footer_insta_but:hover {
  color: #ff0357;
}
a.footer_face_but:hover {
  color: #1877f2;
}
a.footer_ameba_but:hover {
  color: #298737;
}
a.footer_sns:hover::before {
  color: #fff;
  background: #bdb192;
}
a.footer_line_but:hover::before {
  background: #00b900;
}
a.footer_insta_but:hover::before {
  background-image: linear-gradient(45deg, #ffd75f, #ff0357);
}
a.footer_face_but:hover::before {
  background: #1877f2;
}
a.footer_ameba_but:hover::before {
  background: #298737;
}
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: 4vw;
}
ul.footer-content-list-outer li {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
ul.footer-content-list-outer li:last-of-type {
  margin-bottom: 0;
}
a.footer_but {
  transition: 0.8s;
}
a.footer_but:hover {
  color: #a29470;
}
.footer-content {
  display: none;
}
.footer-bar01, .footer-bar01-inner, .copyright {
  background: none;
}
.footer-bar01-inner {
  width: 86%;
  max-width: 1200px;
}
p.copyright {
  font-size: 11px;
  text-align: left;
  color: #3a3a3a;
}
.pagetop {
  right: 10px;
  bottom: 10px;
  transition: all 0.5s ease 0s;
}
.pagetop a {
  background: #bdb9a8;
  color: #fff;
  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 {
  background: #bdb192;
}
@media only screen and (max-width: 1200px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(80vh - 80px);
  }
  .front-copy img {
    margin-left: 0;
  }
  .scroll-box {
    display: none;
  }
  .front_original02 {
    padding: 5em 0;
  }
  .front_original02::before {
    width: 100%;
    height: 100%;
  }
  .front-original03-text-inner {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
  .front-original03-img-inner {
    margin-left: 0;
    width: 100%;
    height: 50vh;
    min-height: 450px;
  }
  .original03-img-01, .original03-img-02 {
    background-position-y: 5%;
  }
  .original03-text__box {
    margin-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 970px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 55px);
  }
  h2.front_main_title {
    font-size: 4rem;
  }
  .front_original01, .front_topics {
    padding: 5em 0;
  }
  .front_content02 {
    padding-bottom: 5em;
  }
  .front_content02-img, .front_content02-text {
    width: 100%;
  }
  .front_content02-img {
    margin-bottom: 2rem;
  }
  .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_original03 {
    padding-top: 5em;
  }
  .footer_contact_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_menu_bg {
    padding-left: 0;
    margin-top: 2.5rem;
    max-width: 420px;
  }
  .dp-footer-bar {
    background: #bdb9a8 !important;
    border-top: 1px solid #bdb9a8 !important;
  }
  .dp-footer-bar-item + .dp-footer-bar-item {
    border-left: 1px solid #fff !important;
  }
  .dp-footer-bar-item {
    font-size: 11px;
  }
  .dp-footer-bar-icon::before {
    font-weight: 400;
  }
  .icon-file-text::before {
    content: "\e909";
  }
  .dp-footer-bar a {
    color: #fff;
  }
}
@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: 12px;
    margin-left: 0;
  }
  .front_original01, .front_original02, .front_topics {
    padding: 3em 0;
  }
  .front_original01::after {
    width: 100%;
    height: 350px;
  }
  .front-original01-title {
    width: auto;
    height: 250px;
    padding-right: 0;
    margin: 0 auto;
  }
  .front-original01-text {
    width: 100%;
  }
  .front-original01-title h2 {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .front-original01-title h2::after {
    font-size: 0.8rem;
    margin-right: 15px;
  }
  .front-original01-text p {
    margin-bottom: 15px;
  }
  .front_content02 {
    padding-bottom: 3em;
  }
  .front_content02-item {
    margin-top: 2.5rem;
  }
  .front_content02-text h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .front-original02-text {
    padding: 30px 25px;
  }
  .front-original02-text h2 {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
  .front-original02-text p {
    margin-bottom: 10px;
  }
  .front_original03 {
    padding-top: 3em;
  }
  .original03-text__box h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .original03-text__box h3::before {
    font-size: 1.15rem;
    margin-bottom: 10px;
  }
  h2.front_topics_title span {
    margin-top: 10px;
  }
  .footer_contact_sec {
    padding: 3em 0 2em;
  }
  .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);
  }
  .front_original02::before {
    background-position-x: 75%;
  }
}
@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: #bdb9a8;
  width: 1px;
  height: 30px;
  margin: 20px auto 0;
}
.post-content h3 {
  font-size: 1.4rem;
  color: #a29470;
  padding: 0 0 0 30px;
  margin-bottom: 15px;
  line-height: 1.5;
  position: relative;
  box-sizing: border-box;
}
.post-content h3::before {
  content: '';
  position: absolute;
  background: #a29470;
  width: 20px;
  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 18px;
  background: none;
  border: 0;
  border-bottom: 1px #e7dfc5 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 {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .post-content h2::after {
    margin-top: 10px;
  }
  .post-content h3 {
    font-size: 1.2rem;
    margin-bottom: 0.6rem;
  }
}
/* 固定ページ 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 #f0ecdf;
  box-sizing: border-box;
  transition: all 0.5s;
}
.article03-content {
  padding: 18px 20px;
}
.article03-title {
  font-size: 0.95rem;
  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 #f0ecdf;
  border-bottom: 1px solid #f0ecdf;
}
.nav-links01-previous + .nav-links01-next {
  border-left: 1px solid #f0ecdf;
}
.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: #f1efe6;
}
.post-meta-box-item::before {
  color: #bdb9a8;
}
.side_widget {
  font-size: 12px;
}
.headline-bar {
  font-size: 1.3rem;
  text-align: left;
  color: #3a3a3a;
  font-weight: 400;
  font-family: "IM Fell Double Pica", serif;
  padding: 0 0 7px;
  border-bottom: 1px solid #bdb192;
  background: none;
}
.widget_recent_entries li {
  border-color: #f0ecdf;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
  .article03-title {
    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 #f0ecdf;
  }
}
@media only screen and (max-width: 500px) {
  .post-title, .post-meta {
    text-align: left;
  }
  .article03-title {
    font-size: 10px;
    margin-top: 0;
  }
}
/* お知らせ END */
/* 料金案内 */
.price_sec .content_inner {
  max-width: 900px;
}
.price_sec p {
  margin-bottom: 10px;
}
.price_sec p:last-child {
  margin-bottom: 0;
}
.price_box {
  margin-bottom: 5rem;
}
.price_box:last-of-type {
  margin-bottom: 0;
}
.price_box img {
  margin-bottom: 20px;
}
table.price_tbl {
  border: 1px solid #e7dfc5;
  border-bottom: 0;
  margin-bottom: 20px;
}
table.price_tbl th, table.price_tbl td {
  font-size: 1rem;
  padding: 18px 25px;
  line-height: 2;
  background: #f9f8f0;
}
table.price_tbl th {
  width: 70%;
  padding-right: 0;
}
table.price_tbl td {
  text-align: end;
}
span.free {
  font-size: 1rem;
  color: #f35d63;
}
@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;
  }
}
@media only screen and (max-width: 768px) {
  .price_box {
    margin-bottom: 2.5rem;
  }
}
/* 料金案内 END */
/* オンラインカウンセリングの流れ */
.flow_sec .content_inner {
  max-width: 1000px;
}
.flow {
  padding-left: 75px;
  padding-top: 16px;
  padding-bottom: 50px;
  position: relative;
  box-sizing: border-box;
}
.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: 66px;
  font-size: 2rem;
  font-weight: 400;
  color: #bdb192;
  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: #bdb192;
  z-index: -2;
}
.flow:last-of-type::after {
  display: none;
}
.flow h2 {
  line-height: 1.5;
  text-align: left;
}
.flow h2::after {
  content: none;
}
.flow p {
  margin-bottom: 12px;
}
.flow p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .flow {
    padding-left: 60px;
    padding-top: 15px;
    padding-bottom: 30px;
  }
}
/* オンラインカウンセリングの流れ END */
/* よくある質問 */
.faq {
  margin-bottom: 3rem;
  box-sizing: border-box;
}
.faq:last-of-type {
  margin-bottom: 0;
}
.faq h2 {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 2px 0;
  margin-bottom: 7px;
  text-align: left;
  position: relative;
  box-sizing: border-box;
  color: #3a3a3a;
}
.faq p {
  position: relative;
  margin-bottom: 0.8rem;
}
.faq p:last-child {
  margin-bottom: 0;
}
.faq h2, .faq p, ul.faq-list {
  padding-left: 50px;
}
.faq h2::before, p.answer::before {
  content: "Q";
  position: absolute;
  font-size: 1.25rem;
  color: #fff;
  background: #bdb9a8;
  width: 33px;
  height: 35px;
  line-height: 31px;
  text-align: center;
  left: 0;
  top: 0;
}
.faq h2::after {
  content: none;
}
p.answer {
  padding-top: 2px;
}
p.answer::before {
  content: 'A';
  background: #f1efe6;
  color: #3a3a3a;
  line-height: 33px;
}
ul.faq-list {
  margin-bottom: 15px;
}
/* よくある質問 END */
/* お客様の声 */
.voice_sec .content_inner {
  max-width: 950px;
}
.voice_box {
  background: #f9f8f0;
  padding: 30px 35px;
  margin-bottom: 1rem;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.voice_box:last-of-type {
  margin-bottom: 0;
}
.voice_box h2 {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
}
.voice_box h2 span {
  font-size: 1.1rem;
  display: block;
  margin-top: 8px;
  padding-left: 20px;
}
.voice_box h2::after {
  content: none;
}
.voice_box h3 {
  font-size: 1.25rem;
  margin-bottom: 8px;
}
.voice_box p {
  margin-bottom: 25px;
}
.voice_box p:last-child {
  margin-bottom: 0;
}
.counselor_comment {
  padding: 20px 25px;
  background: #fff;
  border: 1px solid #e7dfc5;
  box-sizing: border-box;
}
.counselor_comment h3 {
  padding: 0;
}
.counselor_comment h3::before {
  content: none;
}
.counselor_comment p {
  font-size: 0.9rem;
}
@media only screen and (max-width: 768px) {
  .voice_box {
    padding: 20px 25px;
  }
  .counselor_comment {
    padding: 15px 20px;
  }
}
/* お客様の声 END */
/* プロフィール */
.profile_sec h2 {
  line-height: 1.5;
  text-align: left;
  margin-bottom: 30px;
}
.profile_sec h2::after {
  content: none;
}
.profile_sec p {
  margin-bottom: 25px;
}
.profile_sec p:last-child {
  margin-bottom: 0;
}
.profile_img {
  width: 35%;
  padding-right: 4vw;
  box-sizing: border-box;
}
.profile_text {
  width: 65%;
  box-sizing: border-box;
}
.profile_img p {
  margin-bottom: 0;
}
p.name {
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 20px;
}
p.name span {
  margin-right: 10px;
  font-size: 0.85rem;
}
@media only screen and (max-width: 970px) {
  .profile_img, .profile_text {
    width: 100%;
  }
  .profile_img {
    width: 100%;
    max-width: 350px;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .profile_sec h2 {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
  .profile_sec p {
    margin-bottom: 15px;
  }
  p.name {
    font-size: 1.3rem;
  }
  p.name span {
    font-size: 0.8rem;
  }
}
/* プロフィール END */
/* サロン概要 */
.information_sec .content_inner {
  max-width: 850px;
}
table.info_tbl th {
  width: 25%;
}
span.info-caution {
  margin-top: 3px;
  font-size: 0.85rem;
  letter-spacing: .05rem;
}
/* サロン概要 END */
/* お問い合わせ */
.contact_sec .content_inner {
  max-width: 850px;
}
.con__inner {
  margin-bottom: 4rem;
}
.con__inner: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;
}
span.con_tel_sub {
  font-size: 1.2rem;
  margin-right: 5px;
}
p.con-caution, p.con-time {
  width: fit-content;
  margin: auto;
}
p.con-time span {
  margin-right: 10px;
}
.con-line-box {
  padding: 25px 20px;
  box-sizing: border-box;
  color: #fff;
  background: #00b900;
}
.con-line-box h2 {
  font-size: 1.4rem;
  line-height: 1.5;
}
.con-line-box h2::after {
  content: none;
}
.con-line-box p {
  margin-bottom: 0;
}
a.con-line-but {
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 0 auto;
  padding: 20px 22px;
  line-height: 1.5;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: .05rem;
  color: #00b900;
  background: #fff;
  border-radius: 100px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.5s;
}
a.con-line-but::after {
  content: '\e909';
  font-family: 'design_plus';
  position: absolute;
  right: 25px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  transition: all 0.5s;
}
a.con-line-but:hover {
  color: #fff;
  background: #bdb9a8;
}
p.con-line-text {
  width: fit-content;
  font-size: 1rem;
  line-height: 1.5;
  margin: 20px auto 0;
  display: block;
}
@media only screen and (max-width: 768px) {
  .con__inner {
    margin-bottom: 2rem;
  }
  address.con_tel {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  span.con_tel_sub {
    font-size: 0.9rem;
    margin-right: 0;
  }
}
/* お問い合わせ 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 */