@charset "UTF-8";
/* ALUM Beauty salon CSS Document */
/* 共通部分 */
body {
  background: linear-gradient(0deg, #ffeee7 0%, #f6f2ec 50%, #fff 100%);
  color: #67696d;
  overflow: hidden;
  font-size: 15px;
  font-size: clamp(16px, 0.8vw, 20px);
  letter-spacing: .05rem;
  counter-reset: number 0 counter-reset1 counter-reset2;
  position: relative;
  z-index: 0;
}
a, .post-content a {
  color: #67696d;
}
.font-1, .headline-font-type {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
}
p, .post-content p {
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 2;
}
.post-content ul {
  font-size: 0.95rem;
  font-weight: 400;
  list-style: disc;
}
.breadcrumb-wrapper {
  height: 35px;
  background: none;
}
.breadcrumb.inner {
  width: 86% !important;
  max-width: 1150px;
  font-size: 0.8rem;
  padding: 0;
  display: block;
  height: 35px;
  line-height: 35px;
}
.signage {
  height: 380px;
  background: none;
  position: relative;
  z-index: 0;
}
.signage::after {
  content: '';
  position: absolute;
  display: block;
  background: url("/wp-content/themes/story_tcd041/img/header_img.jpg");
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -2;
  opacity: 0.4;
}
.signage-title, .signage-title-sub {
  width: 86%;
  max-width: 1200px;
  margin: auto;
  text-align: end;
  text-shadow: none;
  font-weight: 400;
}
.signage-title {
  font-size: 3rem !important;
  font-family: 'Lora', serif;
  letter-spacing: .2rem;
  margin-bottom: 20px;
  color: #a99d87 !important;
}
.signage-title-sub {
  font-size: 0.95rem !important;
  color: #67696d !important;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .signage {
    height: 180px;
  }
  .signage-title {
    font-size: 1.8rem !important;
    margin-bottom: 12px;
  }
  .signage-title-sub {
    font-size: 0.85rem !important;
  }
}
/* 共通部分 END */
/* ナビ */
.home .header::before {
  content: 'SCROLL';
  position: absolute;
  color: #f2e7da;
  text-align: center;
  width: 100%;
  bottom: 55px;
  left: 0;
  font-size: 11px;
  font-weight: 400;
  font-family: "Lora", serif;
  letter-spacing: .18rem;
  line-height: 0;
  z-index: 2;
}
.home .header::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 40px;
  background: #f2e7da;
  bottom: 0;
  left: 50%;
  z-index: 1;
}
.header-bar {
  z-index: 50;
  box-shadow: none;
}
.logo-image {
  top: 8px;
  left: 8px;
  width: 170px;
  height: auto;
  padding: 18px;
  border-radius: 100%;
  background: #fff4f0;
  position: absolute;
  box-sizing: border-box;
}
.global-nav {
  padding-right: 10px;
}
.header-bar-inner {
  width: 100%;
  max-width: unset;
  z-index: 100;
}
.global-nav > ul > li > a {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Lora', serif;
  letter-spacing: .08rem;
  line-height: 90px;
  padding: 0 16px;
  position: relative;
  text-align: center;
  transition: all 0.5s;
  color: #67696d;
}
.global-nav > ul > li > a::before {
  content: "";
  left: 20px;
  width: 0;
  height: 1px;
  background: #d5c6be;
  top: 30px;
  position: absolute;
  transition: 0.8s;
}
.global-nav > ul > li > a:hover::before {
  width: calc(100% - 45px);
}
.global-nav > ul > li > a::after {
  position: relative;
  text-align: center;
  display: block;
  bottom: 28px;
  line-height: 1;
  font-size: 10px;
  font-weight: 400;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: .05rem;
  color: #a99d87;
}
.global-nav > ul > li.global-menu-home > a::after {
  content: "ホーム";
}
.global-nav > ul > li.global-menu-menu > a::after {
  content: "メニュー";
}
.global-nav > ul > li.global-menu-greeting > a::after {
  content: "ご挨拶";
}
.global-nav > ul > li.global-menu-faq > 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: 13px;
  color: #67696d;
  background: #fff !important;
}
.global-nav .sub-menu a:hover {
  color: #a99d87 !important;
  background: #fff !important;
}
.global-nav .sub-menu a:hover::before {
  content: none;
}
@media only screen and (max-width: 1200px) {
  .logo-image {
    top: 5px;
    left: -10px;
    width: 100px;
    padding: 10px;
  }
  .header-bar {
    background: #fff !important;
    border-color: #fff;
  }
  .global-nav {
    padding: 0;
    background: none;
  }
  .global-nav-button {
    border-left: 0px;
  }
  .global-nav-button:before {
    color: #67696d;
  }
  .global-nav-button:hover:before {
    color: #d5c6be;
  }
  .global-nav > ul > li > a {
    font-size: 13px;
    text-align: left;
    padding: 0 25px;
    line-height: 54px;
  }
  .global-nav > ul > li > a::before {
    content: none !important;
  }
  .global-nav > ul > li > a::after {
    position: absolute;
    display: inline-block;
    text-align: left;
    line-height: 0;
    bottom: 23px;
    margin-left: 20px;
  }
  .global-nav a {
    background: #fff;
    color: #67696d !important;
  }
  .global-nav .sub-menu a {
    width: 100%;
    font-size: 11px;
    line-height: 55px;
    background: #fff !important;
    color: #67696d !important;
  }
  .global-nav a:hover, .global-nav .sub-menu a:hover {
    background: #fff !important;
    color: #d5c6be !important;
  }
  .global-nav .menu-item-has-children > a span::before {
    color: #67696d;
  }
}
@media only screen and (max-width: 768px) {
  .home .header::before, .home .header::after {
    content: none;
  }
  .logo-image {
    width: 80px;
  }
}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
  display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.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: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.front-copy-img {
  width: 25%;
  max-width: 280px;
  margin: 0 auto;
}
.top-slider-wrapper {
  width: calc(100% - 50px);
  margin: 0 auto;
  background: #fff;
}
.top-slider-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(50deg, #90766b 50%, #9f947f30 100%);
  bottom: 0;
  left: 0;
  opacity: 0.5;
  z-index: 1;
}
.front_original01 {
  padding: 8em 0 5em;
}
.front-original01-inner {
  width: 86%;
  max-width: 1100px;
  margin: 0 auto;
}
.front-original01__title {
  width: 25%;
  box-sizing: border-box;
}
.front-original01__text {
  width: 75%;
  padding-left: 3vw;
  box-sizing: border-box;
}
.front_original02 {
  width: calc(100% - 50px);
  margin: 0 auto;
  padding: 5em 0 10em;
  color: #fff;
  background: #84756f;
  position: relative;
  z-index: 0;
}
.front_original02::after {
  content: "";
  position: absolute;
  background-image: url("/wp-content/themes/story_tcd041/img/original02-bg_img.jpg");
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
  z-index: -1;
}
.front-original02-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.front-original01__title h2 {
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: .2rem;
  line-height: 2.2;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  margin: auto;
  display: block;
}
.front-original02__text h2 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 30px;
}
.front-original01__text p, .front-original02__text p {
  margin-bottom: 25px;
}
.front-original01__text p:last-of-type, .front-original02__text p:last-of-type {
  margin-bottom: 0;
}
a.front-original02-but {
  width: 100%;
  max-width: 330px;
  margin-top: 50px;
  padding: 18px 20px 17px;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #fff;
  border: 1px solid;
  display: block;
  box-sizing: border-box;
  transition: 0.8s;
  position: relative;
}
a.front-original02-but::after {
  content: 'MORE';
  position: absolute;
  right: 20px;
  font-size: 0.7rem;
  font-weight: 400;
  font-family: "Lora", serif;
  line-height: 2;
  transition: 0.8s;
}
a.front-original02-but:hover {
  font-weight: 600;
  color: #ad7900;
  background: #cebfb5;
  border-color: #cebfb5;
  border-radius: 100px;
}
.content02 {
  padding-bottom: 5em;
  background: none;
}
.content02-inner {
  width: 86%;
  padding: 0;
}
.content02-item {
  width: calc(33.3333% - 40px);
  margin-left: 60px;
  padding-bottom: 0;
  color: #67696d;
  position: relative;
  z-index: 0;
  float: none;
}
.content02-img {
  width: 80%;
  max-width: 230px;
  margin: 0 auto;
  display: block;
}
.content02-img img {
  border-radius: 100%;
  border: 1px solid #dcd6d2;
  box-sizing: border-box;
}
.content02-title, .content02-text {
  color: #67696d;
}
h2.content02-title {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 15px;
}
h2.content02-title::before {
  content: 'GREETING';
  display: block;
  font-size: 1rem;
  font-family: 'Lora', serif;
  letter-spacing: .15rem;
  line-height: 1;
  margin-bottom: 15px;
  color: #a99d87;
}
.content02-item:nth-of-type(2) h2.content02-title::before {
  content: 'EYELASH MENU';
}
.content02-item:nth-of-type(3) h2.content02-title::before {
  content: 'Q&A';
}
p.content02-text {
  font-size: 0.9rem;
  line-height: 2;
}
a.content02-but {
  font-size: 0.95rem;
  font-weight: 400;
  text-align: left;
  display: block;
  width: 100%;
  max-width: 280px;
  height: 50px;
  line-height: 60px;
  position: relative;
  margin: 20px auto 0;
  color: #67696d;
  background: none;
  border-bottom: 1px solid #67696d;
  padding: 0 2px;
  box-sizing: border-box;
  transition: 0.8s;
  z-index: 1;
}
a.content02-but::before {
  width: 60px;
  height: 1px;
  position: absolute;
  content: '';
  background: #b9af9e;
  left: 0;
  bottom: -1px;
  z-index: -1;
  transition: 0.8s;
}
a.content02-but::after {
  content: 'MORE';
  position: absolute;
  right: 2px;
  font-size: 0.65rem;
  font-weight: 400;
  font-family: "Lora", serif;
}
a.content02-but:hover {
  color: #b9af9e;
  background: none;
}
a.content02-but:hover::before {
  width: 100%;
}
.front_original03 {
  padding-top: 6em;
}
.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: 93%;
  margin-right: 7%;
  margin-left: auto;
  align-items: center;
}
.third-box:nth-of-type(even) .third-inner {
  margin-right: auto;
  margin-left: 7%;
}
.front-third-text {
  width: 45%;
  box-sizing: border-box;
}
.front-third-text::before {
  counter-increment: number 1;
  content: "POINT."counter(number) "";
  display: block;
  font-size: 2.5rem;
  font-weight: 400;
  font-family: "Lora", serif;
  letter-spacing: .1rem;
  line-height: 0.7;
  margin-bottom: 25px;
  color: #b9af9e;
}
.third-box:nth-of-type(odd) .front-third-text {
  padding-right: 4vw;
}
.third-box:nth-of-type(even) .front-third-text {
  padding-left: 4vw;
  margin-left: 55%;
}
.front-third-img {
  width: 55%;
  box-sizing: border-box;
}
.third-box:nth-of-type(even) .front-third-img {
  margin-left: -100%;
}
h2.third_title {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 15px;
}
.front_topics {
  padding: 10em 0 6em;
}
.front-topics-inner {
  width: 86%;
  max-width: 1000px;
  margin: 0 auto;
}
h2.front_topics_title {
  font-size: 2.8rem;
  font-weight: 400;
  font-family: "Lora", serif;
  line-height: 0.8;
  letter-spacing: .25rem;
  margin-bottom: 50px;
  text-align: center;
  color: #b9af9e;
}
h2.front_topics_title span {
  font-size: 1rem;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: .05rem;
  margin-top: 20px;
  display: block;
  color: #67696d;
}
h2.headline-primary {
  display: none;
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer {
  margin-top: 0;
  background: #d5c6be;
  color: #fff;
}
.footer_contact_sec {
  padding: 6em 0 2em;
}
.footer_contact_inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.footer_contact_bg {
  width: 60%;
  box-sizing: border-box;
}
.footer_menu_bg {
  width: 40%;
  padding-left: 3vw;
  box-sizing: border-box;
}
h2.footer-logo-name {
  font-size: 1.2rem;
  font-family: "Lora", serif;
  font-weight: 400;
  letter-spacing: .15rem;
  margin-bottom: 30px;
}
dl.address_body {
  width: 100%;
  max-width: 480px;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.8;
  display: flex;
  margin-bottom: 8px;
}
dl.address_body:last-of-type {
  margin-bottom: 20px;
}
dt.address_title {
  width: 20%;
}
dd.address_text {
  width: 80%;
  padding-left: 1vw;
  box-sizing: border-box;
}
span.caution.address-caution {
  font-size: 0.75rem;
  line-height: 1.5;
  display: block;
  margin-top: 5px;
}
ul.sns__links {
  width: 100%;
  max-width: 380px;
  display: flex;
}
li.sns__links-item {
  width: calc(33.3333% - 8px);
  margin-right: 15px;
}
li.sns__links-item: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: 16px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  transition: all 0.5s;
  z-index: 1;
}
a.footer_line_but::before {
  content: "\e909";
  background: #00b900;
}
a.footer_insta_but::before {
  content: "\ea92";
  background-image: linear-gradient(45deg, #ffd75f, #ff0357);
}
a.footer_beauty_but::before {
  content: '\e953';
  background: #9f1547;
}
a.footer_sns:hover {
  background: none;
}
a.footer_line_but:hover {
  color: #00b900;
}
a.footer_insta_but:hover {
  color: #ff0357;
}
a.footer_beauty_but:hover {
  color: #9f1547;
}
a.footer_sns:hover::before {
  opacity: 0.8;
}
a.footer_sns span {
  margin-top: 5px;
  text-align: center;
  display: block;
  font-size: 10px;
  font-weight: 400;
  font-family: "Lora", serif;
  line-height: 1.5;
}
.footer_reservation_inner {
  width: 100%;
  max-width: 300px;
}
a.footer_reservation {
  width: calc(50% - 2.5px);
  margin-right: 5px;
  padding: 7px 10px;
  border: 1px solid #dcd6d2;
  background: #fff;
  display: block;
  box-sizing: border-box;
  align-items: center;
}
a.footer_reservation:nth-of-type(2) {
  margin-right: 0;
}
a.footer_reservation img:hover {
  opacity: 0.75;
}
a.reservation_minimo_but {
  align-items: center;
  display: grid;
}
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;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
}
ul.footer-content-list-outer li:last-of-type {
  margin-bottom: 0;
}
ul.footer-content-list-outer li.footer-content-title {
  font-size: 1rem;
  font-family: "Lora", serif;
  letter-spacing: .1rem;
  margin-bottom: 12px;
  color: #a99d87;
}
a.footer_but {
  padding-left: 20px;
  position: relative;
  box-sizing: border-box;
}
a.footer_but::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 1px;
  background: #b9af9e;
  top: 7px;
  left: 0;
  transition: all 0.5s;
}
a.footer_but:hover::before {
  padding-left: 8px;
}
a.footer_but:hover {
  color: #b9af9e;
}
.footer-content {
  display: none;
}
.footer-bar01, .footer-bar01-inner, .copyright {
  background: none;
}
.footer-bar01-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.copyright {
  font-size: 9px;
  text-align: left;
  color: #67696d;
}
.pagetop {
  right: 10px;
  bottom: 10px;
  transition: all 0.5s ease 0s;
}
.pagetop:hover {
  bottom: 20px;
}
.pagetop a {
  background: #b9af9e;
  color: #fff;
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100px;
}
.pagetop a:hover {
  color: #fff;
  background: #cfc2ad;
}
.pagetop a::before {
  content: '\ea3a';
  font-size: 16px;
  width: 16px;
  height: 16px;
}
@media only screen and (max-width: 1200px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(80vh - 80px);
  }
}
@media only screen and (max-width: 970px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 55px);
  }
  .front_original01 {
    padding-top: 5em;
  }
  .front-original01__title {
    width: 100%;
    margin-bottom: 40px;
  }
  .front-original01__text {
    width: 100%;
    padding-left: 0;
  }
  .content02-item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 50px !important;
  }
  .content02-item:last-of-type {
    margin-bottom: 0 !important;
  }
  .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: 20px;
  }
  .third-box:nth-of-type(odd) .front-third-text {
    padding-right: 0;
  }
  .third-box:nth-of-type(even) .front-third-text {
    padding-left: 0;
    margin-left: 0;
  }
  .front-third-img {
    width: 100%;
  }
  .third-box:nth-of-type(even) .front-third-img {
    margin-left: 0;
  }
  .footer_contact_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_menu_bg {
    max-width: 450px;
    padding-left: 0;
    margin-top: 40px;
  }
  dl.address_body {
    display: block;
  }
  dt.address_title, dd.address_text {
    width: 100%;
  }
  .dp-footer-bar {
    background: #b9af9e !important;
    border-top: 1px solid #b9af9e !important;
  }
  .dp-footer-bar-item + .dp-footer-bar-item {
    border-left: 1px solid #fff !important;
  }
  .dp-footer-bar a {
    color: #fff;
  }
  .dp-footer-bar-item {
    font-size: 11px;
  }
  .icon-file-text:before {
    content: "\e953";
  }
  .icon-share-alt:before {
    content: "\e909";
  }
}
@media only screen and (max-width: 768px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(100vh - 55px);
  }
  .header-youtube:not(.bg-image) {
    height: calc(100vw * 9/ 16 - 10px) !important;
  }
  .top-slider-wrapper {
    width: 100%;
  }
  .front_original01, .front_original02 {
    padding: 3em 0;
  }
  .front-original01__title {
    margin-bottom: 20px;
  }
  .front-original01__title h2 {
    line-height: 2;
  }
  .front_original02 {
    width: calc(100% - 20px);
  }
  a.front-original02-but {
    margin-top: 25px;
  }
  .front-original02__text h2 {
    letter-spacing: 0;
    margin-bottom: 15px;
  }
  .front-original01__text p, .front-original02__text p {
    margin-bottom: 15px;
  }
  .content02 {
    padding-bottom: 3em;
  }
  .front_original03 {
    padding-top: 3em;
  }
  .third-box {
    margin-bottom: 30px;
  }
  .front-third-text::before {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  h2.third_title {
    margin-bottom: 10px;
  }
  .front_topics {
    padding: 4em 0 3em;
  }
  h2.front_topics_title {
    font-size: 2rem;
    letter-spacing: .2rem;
    margin-bottom: 30px;
  }
  h2.front_topics_title span {
    font-size: 0.9rem;
    margin-top: 15px;
  }
  .footer_contact_sec {
    padding: 2em 0 1.5em;
  }
  .social-nav {
    display: none;
  }
  .pagetop {
    right: 8px;
    bottom: 80px !important;
  }
}
@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;
}
.post-content h2 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 25px;
  padding-top: 0;
  text-align: center;
}
.post-content h2::after {
  content: "";
  display: block;
  background: #b9af9e;
  width: 25px;
  height: 1px;
  margin: 15px auto 0;
}
.post-content h3 {
  font-size: 1.3rem;
  font-weight: 400;
  padding: 0;
  margin-bottom: 15px;
  line-height: 1.5;
  color: #a99d87;
}
.post-content h4 {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.5;
  padding: 0;
  color: #b9af9e;
}
.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: 20px 4px 16px;
  background: none;
  border: 0;
  border-bottom: 1px #dcd6d2 solid;
}
.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: 18px 2px 16px;
    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 {
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .post-content h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog .main {
  padding-bottom: 100px;
}
h2.archive-title {
  font-weight: 400;
  color: #67696d;
}
.archive-header {
  margin: 90px 0px 40px;
}
.article03 {
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #dcd6d2;
}
.article03-content {
  padding: 15px 18px;
}
.article03-title {
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.5;
  color: #67696d;
}
.article03-category-item:hover, .article03 a:hover .article03-title {
  text-decoration: none;
}
.article03-date {
  font-size: 12px;
}
.post-title {
  color: #67696d;
  font-weight: 400;
}
h1.post-title, p.post-meta {
  text-align: left;
}
.nav-links01 {
  border-top: 1px solid #dcd6d2;
  border-bottom: 1px solid #dcd6d2;
}
.nav-links01-previous + .nav-links01-next {
  border-left: 1px solid #dcd6d2;
}
.article01-title a {
  font-size: 1rem;
  font-weight: 400;
  color: #67696d;
}
.nav-links01-previous a::before, .nav-links01-next a::after {
  font-size: 12px;
}
.post-meta-box {
  background: #fff;
}
.post-meta-box-item::before {
  color: #cfc2ad;
}
.headline-bar {
  color: #a99d87;
  font-size: 1.1rem;
  font-weight: 400;
  font-family: 'Lora', serif;
  text-align: left;
  padding: 16px 18px;
  background: #fff;
}
.widget_recent_entries li {
  border-color: #dcd6d2;
  padding: 0 0 8px 0;
  margin-bottom: 8px;
}
.widget_recent_entries .post-date {
  font-size: 12px;
  color: #67696d;
  line-height: 1.5;
  margin-top: 5px;
}
.widget_recent_entries .post-date::before {
  font-size: 10px;
  color: #a99d87;
}
@media only screen and (max-width: 1200px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 80px;
  }
  .article03-title {
    margin: 0;
    height: 42px;
  }
}
@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.4rem !important;
    letter-spacing: 0;
  }
  .article04-title {
    font-size: 15px;
  }
  .nav-links01 {
    border: 1px solid #dcd6d2;
  }
}
@media only screen and (max-width: 767px) {
  .side_widget .headline-bar {
    font-size: 1rem;
    line-height: 10px;
    padding: 15px;
  }
}
@media only screen and (max-width: 500px) {
  .post-title, .post-meta {
    text-align: left;
  }
  .article03-title {
    font-size: 10px;
    margin-top: 0;
  }
}
/* お知らせ END */
/* コンテンツ 共通 */
.s_table {
  width: 100%;
  margin-bottom: 0 !important;
}
.flex-inner {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
p.caution {
  line-height: 1.6;
  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: 17px;
  line-height: 1.8;
  box-sizing: border-box;
  display: inline-block;
}
span.caution::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
  color: #ff5353;
}
ul.list {
  margin: 0;
  list-style: none;
}
ul.list li {
  padding-left: 18px;
  line-height: 1.5;
  margin-bottom: 8px;
  box-sizing: border-box;
  position: relative;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li::before {
  content: '';
  position: absolute;
  background: #cfc2ad;
  width: 6px;
  height: 6px;
  border-radius: 100px;
  top: 10px;
  left: 0;
}
ul.list.caution_list li::before {
  content: '※';
  background: none;
  top: 0;
  color: #f35d63;
}
a.content_but {
  width: 100%;
  max-width: 330px;
  margin-top: 1em;
  padding: 18px 22px 15px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  color: #fff;
  background: #cfc2ad;
  box-sizing: border-box;
  display: block;
  position: relative;
}
a.content_but::after {
  position: absolute;
  content: '\ea3c';
  font-family: 'design_plus';
  font-size: 13px;
  right: 20px;
  line-height: 1.6;
}
a.content_but:hover {
  background: #dcd6d2;
  color: #fff;
}
/* コンテンツ 共通 END */
/* メニュー */
.menu_sec .content_inner {
  max-width: 850px;
}
span.first_off {
  color: #f35d63;
  font-weight: 600;
  display: inline;
}
.menu_box {
  margin-top: 70px;
}
.menu_box:first-of-type {
  margin-top: 0;
}
.menu_box h2 {
  text-align: left;
  margin-bottom: 1rem;
}
.menu_box h2::after {
  margin-left: 0;
}
.menu_box h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #67696d;
  margin-bottom: 10px;
}
.menu_box p {
  margin-bottom: 15px;
}
.menu_box p:last-child {
  margin-bottom: 0;
}
.menu-info-box {
  padding: 20px 25px;
  background: #f2eeec;
  box-sizing: border-box;
}
.ear_sec .menu-info-box {
  background: #ede4de;
}
.menu-inner {
  margin-top: 45px;
}
.menu-inner p {
  font-size: 0.85rem;
}
table.price_tbl {
  border: 1px solid #dcd6d2;
  border-bottom: 0;
}
table.price_tbl th, table.price_tbl td {
  padding: 18px 20px 16px;
  line-height: 1.5;
}
table.price_tbl th {
  width: 70%;
}
table.price_tbl td {
  text-align: end;
  letter-spacing: .1rem;
}
table.price_tbl.price-tbl-02 td {
  text-align: left;
  line-height: 1.8;
}
span.case {
  margin-right: 8px;
  font-size: 0.85rem;
  padding: 6px 8px;
  line-height: 1;
  color: #fff;
  background: #b9af9e;
  border-radius: 100px;
  box-sizing: border-box;
  display: inline-block;
}
span.caution.menu-caution {
  font-size: 0.85rem;
  letter-spacing: 0;
  text-align: left;
  line-height: 1.5;
}
span.caution.menu-caution:first-of-type {
  margin-bottom: 15px;
}
span.caution.menu-caution:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 970px) {
  table.price_tbl th, table.price_tbl td {
    padding: 13px 13px 10px;
  }
  table.price_tbl th {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .menu_box {
    margin-top: 40px;
  }
  .menu_box p {
    margin-bottom: 10px;
  }
  .menu-inner {
    margin-top: 25px;
  }
}
/* メニュー END */
/* お得なキャンペーン */
.campaign-box {
  width: calc(50% - 5px);
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 30px 30px 25px;
  background: #fff;
  box-sizing: border-box;
}
.campaign-box:nth-of-type(2n) {
  margin-right: 0;
}
.campaign-box h2 {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.campaign-box h2::before {
  width: fit-content;
  margin: auto;
  margin-bottom: 10px;
  counter-increment: number 1;
  content: "CAMPAIGN."counter(number) "";
  display: block;
  font-size: 0.95rem;
  font-family: 'Lora', serif;
  line-height: 1.5;
  color: #fff;
  background: #cebfb5;
  border-radius: 100px;
  padding: 3px 12px;
  box-sizing: border-box;
}
.campaign-box h2::after {
  content: none;
}
.campaign-box img {
  width: 60%;
  max-width: 220px;
  margin: 0 auto;
  display: block;
}
.campaign-box p {
  font-size: 0.85rem;
  margin-bottom: 10px;
}
.campaign-box p:last-child {
  margin-bottom: 0;
}
span.benefits {
  font-weight: 700;
  color: #f35d63;
}
dl.campaign-menu_body {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 5px;
  padding: 10px 12px;
  border-radius: 3px;
  background: #f2eeec;
  box-sizing: border-box;
}
dl.campaign-menu_body:last-of-type {
  margin-bottom: 15px;
}
dt.campaign-menu_title, dd.campaign-menu_text {
  line-height: 1.5;
}
dd.campaign-menu_text {
  padding-left: 1vw;
  margin-top: 5px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .campaign-box {
    width: 100%;
    margin-right: 0;
    padding: 25px 25px 20px;
  }
  .campaign-box:last-of-type {
    margin-bottom: 0;
  }
}
/* お得なキャンペーン END */
/* ご挨拶 */
.greeting_sec h2 {
  line-height: 1.5;
  text-align: left;
  margin-bottom: 30px;
}
.greeting_sec h2::after {
  content: none;
}
.greeting_sec p {
  margin-bottom: 20px;
}
.greeting_sec p:last-child {
  margin-bottom: 0;
}
.greeting-text {
  width: 60%;
  margin-left: 40%;
}
.greeting-img {
  width: 40%;
  margin-left: -100%;
  padding-right: 4vw;
  box-sizing: border-box;
}
@media only screen and (max-width: 970px) {
  .greeting-text, .greeting-img {
    width: 100%;
    margin-left: 0;
  }
  .greeting-img {
    padding-right: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .greeting_sec h2 {
    margin-bottom: 15px;
  }
  .greeting_sec p {
    margin-bottom: 10px;
  }
}
/* ご挨拶 END */
/* よくある質問 */
.faq_sec .content_inner {
  max-width: 950px;
}
.faq {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #dcd6d2;
  box-sizing: border-box;
}
.faq:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.faq h2 {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: left;
}
.faq h2::before {
  counter-increment: number 1;
  content: "QUESTION."counter(number) "";
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Lora", serif;
  letter-spacing: .1rem;
  line-height: 1;
  margin-bottom: 15px;
  color: #b9af9e;
}
.faq h2::after {
  content: none;
}
.faq p {
  padding-left: 40px;
  margin-bottom: 15px;
}
.faq p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .faq {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .faq h2 {
    margin-bottom: 10px;
  }
  .faq h2::before {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .faq p {
    padding-left: 20px;
    margin-bottom: 8px;
  }
}
/* よくある質問 END */
/* サロン概要 */
.salon_sec .content_inner {
  max-width: 950px;
}
table.salon_tbl th {
  width: 23%;
}
span.caution.salon-caution {
  font-size: 0.8rem;
  line-height: 1.5;
  margin-top: 3px;
}
.access_sec {
  background: #fff;
}
.access_sec .content_inner {
  align-items: center;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.access-text {
  width: 40%;
  margin-left: 60%;
  padding: 30px 6vw;
  box-sizing: border-box;
}
.access-map {
  width: 60%;
  margin-left: -100%;
  height: 500px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.access-map:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.access-text h2 {
  font-size: 2rem;
  font-family: 'Lora', serif;
  letter-spacing: .15rem;
  line-height: 1.5;
  color: #a99d87;
  margin-bottom: 30px;
}
.access-text p {
  margin-bottom: 20px;
}
.access-text p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .access-text, .access-map {
    width: 100%;
    margin-left: 0;
  }
  .access-map {
    height: 350px;
  }
  .access-text h2 {
    text-align: left;
  }
  .access-text h2::after {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .access-text h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .access-text p {
    margin-bottom: 10px;
  }
}
/* サロン概要 END */
/* お問い合わせ */
.contact_sec .content_inner {
  max-width: 900px;
}
.con__inner {
  margin-bottom: 60px;
}
.con__inner:last-of-type {
  margin-bottom: 0;
}
.con__inner p {
  margin-bottom: 0;
}
.con-line-box {
  padding: 20px 20px 30px;
  background: #00b900;
}
.con-line-box h2 {
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.con-line-box h2::after {
  content: none;
}
a.con-sns-but {
  width: 100%;
  max-width: 380px;
  padding: 18px 25px 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #00b900;
  background: #fff;
  border-radius: 100px;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: -webkit-flex;
  display: flex;
  position: relative;
  margin: 0 auto;
  transition: all 0.5s;
}
a.con-beauty-but {
  color: #fff;
  background: #9f1547;
  font-weight: 400;
  font-family: "Lora", serif;
}
a.con-sns-but::before {
  content: '\e909';
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  font-family: "design_plus";
  right: 20px;
}
a.con-beauty-but::before {
  content: '\e92a';
}
a.con-sns-but:hover {
  background: #cfc2ad;
  color: #fff !important;
}
@media only screen and (max-width: 768px) {
  .con__inner {
    margin-bottom: 30px;
  }
}
/* お問い合わせ END */
/* お問い合わせフォーム 共通 */
span.required {
  font-size: 0.7rem;
  line-height: 1.5;
  letter-spacing: 0;
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 8px;
  padding: 2px 3px 3px;
  border-radius: 2px;
  color: #fff;
  background: #f35d63;
}
span.required.any {
  background: #bba396;
}
.wpcf7 {
  border: none;
  background: none;
  margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
  background: #fff;
  border-color: #ddd7d4;
  padding: 15px;
  box-sizing: border-box;
}
.wpcf7 form {
  margin: 0;
}
.wpcf7 form p {
  font-size: 15px;
  font-weight: 400;
  line-height: 2.5;
  margin-bottom: 20px;
}
.wpcf7 form p:last-of-type {
  margin-bottom: 0;
}
.wpcf7-list-item {
  margin-left: 0;
  margin-top: 8px;
  line-height: 1.5;
  font-weight: 500;
}
.wpcf7 select {
  width: 100%;
  max-width: 100%;
  padding: 14px 12px 11px;
  line-height: 1;
  background: #fff;
  border-color: #ddd7d4;
}
.wpcf7 input.wpcf7-submit {
  margin-top: 30px;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  font-size: 1.1rem;
  font-weight: 400;
  height: 75px;
  color: #fff;
  background: #d5c6be;
  transition: all .5s;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.wpcf7 input.wpcf7-submit:hover {
  color: #fff;
  background: #cfc2ad;
  transform: translateY(8px);
}
.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 */