@charset "UTF-8";
/* ヘッドスパ＆エステ Niji CSS Document */
/* 共通部分 */
body {
  background: linear-gradient(180deg, #fff 0%, #f0f9ff 50%, #fffef5 100%);
  color: #404040;
  overflow: hidden;
  font-size: 15px;
  font-size: clamp(15px, 0.8vw, 20px);
  letter-spacing: .05rem;
  counter-reset: number 0 counter-reset1 counter-reset2;
  position: relative;
  z-index: 0;
}
a, .post-content a {
  color: #404040;
}
.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.9rem;
  font-weight: 400;
  line-height: 2;
}
.post-content ul {
  font-size: 0.9rem;
  font-weight: 400;
  list-style: disc;
}
.breadcrumb-wrapper {
  height: 35px;
  background: none;
}
.breadcrumb.inner {
  width: fit-content !important;
  font-size: 0.7rem;
  display: block;
  height: 35px;
  line-height: 35px;
}
.signage {
  height: 330px;
  background: none;
  position: relative;
  z-index: 0;
}
.signage::after {
  content: '';
  position: absolute;
  display: block;
  background: linear-gradient(180deg, #ffffff00 10%, #a5e2d7 40%, #8be19d 60%, #fffcbf 80%, #ffffff00 100%);
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -2;
  opacity: 0.3;
}
.signage-title, .signage-title-sub {
  width: 86%;
  max-width: 1200px;
  margin: auto;
  text-shadow: none;
  color: #404040 !important;
}
.signage-title {
  font-size: 2.8rem !important;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  letter-spacing: .2rem;
  margin-bottom: 20px;
}
.signage-title-sub {
  font-size: 0.9rem !important;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .signage {
    height: 180px;
  }
  .signage-title {
    font-size: 1.5rem !important;
    margin-bottom: 15px;
  }
  .signage-title-sub {
    font-size: 0.8rem !important;
  }
}
/* 共通部分 END */
/* ナビ */
.home .header::before {
  content: 'SCROLL';
  position: absolute;
  color: #fff;
  text-align: center;
  width: 100%;
  bottom: 55px;
  left: 0;
  font-size: 11px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  letter-spacing: .15rem;
  line-height: 0;
  z-index: 2;
}
.home .header::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 40px;
  background: #fff;
  bottom: 0;
  left: 50%;
  z-index: 1;
}
.header-bar {
  z-index: 50;
  background: none !important;
  box-shadow: none;
}
.logo-image {
  top: 8px;
  left: 8px;
  width: 170px;
  height: auto;
  padding: 25px 35px;
  border-radius: 100%;
  background: #fcfcfc;
  position: absolute;
  box-sizing: border-box;
}
.global-nav {
  padding-left: 18px;
  padding-right: 10px;
  border-bottom-left-radius: 5px;
  background: #fff;
  box-sizing: border-box;
}
.header-bar-inner {
  width: 100%;
  max-width: unset;
  z-index: 100;
}
.global-nav > ul > li > a {
  font-size: 14px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  letter-spacing: .1rem;
  line-height: 90px;
  padding: 0 16px;
  position: relative;
  text-align: center;
  transition: all 0.5s;
  color: #404040;
}
.global-nav > ul > li > a::before {
  content: "";
  left: 16px;
  width: 0;
  height: 2px;
  background: linear-gradient(120deg, #b8ebe2 10%, #91e4a2 60%, #e7e4a7 100%);
  top: 30px;
  position: absolute;
  transition: 0.5s;
}
.global-nav > ul > li > a:hover::before {
  width: calc(100% - 35px);
}
.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: #404040;
}
.global-nav > ul > li.global-menu-home > a::after {
  content: "ホーム";
}
.global-nav > ul > li.global-menu-price > a::after {
  content: "料金・メニュー";
}
.global-nav > ul > li.global-menu-greeting > a::after {
  content: "ご挨拶";
}
.global-nav > ul > li.global-menu-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 a:hover {
  color: #404040;
}
.global-nav .sub-menu {
  top: 110%;
}
.global-nav .sub-menu li:first-child a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.global-nav .sub-menu li:last-child a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.global-nav .sub-menu a {
  font-size: 13px;
  color: #404040;
  background: #fff !important;
}
.global-nav .sub-menu a:hover {
  color: #7ac9bc !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: 15px 20px;
  }
  .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: #404040;
  }
  .global-nav-button:hover:before {
    color: #a5e2d7;
  }
  .global-nav > ul > li > a {
    font-size: 12px;
    text-align: left;
    padding: 0 25px;
    line-height: 53px;
  }
  .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: #404040 !important;
  }
  .global-nav .sub-menu li:first-child a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .global-nav .sub-menu li:last-child a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .global-nav .sub-menu a {
    font-size: 11px;
    line-height: 54px;
    background: #fff !important;
    color: #404040 !important;
  }
  .global-nav a:hover, .global-nav .sub-menu a:hover {
    background: #fff !important;
    color: #91d9cd !important;
  }
  .global-nav .menu-item-has-children > a span::before {
    color: #404040;
  }
}
@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: 92%;
  max-width: 1200px;
  margin: 0 auto;
}
.front-copy-img {
  width: 50%;
  max-width: 300px;
  margin-left: auto;
}
.top-slider-wrapper {
  width: calc(100% - 50px);
  border-radius: 5px;
  margin: 0 auto;
  background: #fff;
}
.top-slider-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  bottom: 0;
  left: 0;
  opacity: 0.25;
  z-index: 1;
}
.front_original01 {
  padding: 8em 0;
}
.front-original01-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
  align-items: center;
}
.front-original01__title {
  width: 25%;
  box-sizing: border-box;
}
.front-original01__text {
  width: 75%;
  padding-left: 3vw;
  box-sizing: border-box;
}
.front-original01__title h2 {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: .35rem;
  line-height: 2.1;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  margin: auto;
  display: block;
}
.front_original02 {
  padding: 8em 0;
  position: relative;
  z-index: 0;
}
.front_original02::after {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, #ffffff00 20%, #a5e2d7 40%, #8be19d 60%, #ffffff00 100%);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  opacity: 0.3;
  z-index: -2;
}
.front-original02-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.front-original02__text {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}
.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 {
  font-size: 1rem;
  margin-bottom: 20px;
}
.front-original01__text p:last-of-type, .front-original02__text p:last-of-type {
  margin-bottom: 0;
}
.content02 {
  background: none;
}
.content02-inner {
  width: 86%;
  padding: 0;
}
.content02-item {
  width: calc(33.3333% - 40px);
  margin-left: 60px;
  padding-bottom: 0;
  color: #404040;
  position: relative;
  z-index: 0;
  float: none;
}
.content02-item:nth-of-type(2) {
  margin-top: 40px;
}
.content02-item:nth-of-type(3) {
  margin-top: 80px;
}
.content02-item::before {
  content: 'HEADSPA・AESTHETIC';
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  letter-spacing: .15rem;
  background: linear-gradient(30deg, #a5e2d7 20%, #8be19d 50%, #e9e147 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 15px;
  left: 0;
}
.content02-item:nth-of-type(2)::before {
  content: 'WORKS';
}
.content02-item:nth-of-type(3)::before {
  content: 'YOMOGI';
}
.content02-img {
  margin: 0 auto;
  display: block;
}
.content02-img img {
  border-radius: 100px 70px 100px;
  box-shadow: 1px 1px 10px #c8e5f7;
  box-sizing: border-box;
}
.content02-title, .content02-text {
  color: #404040;
}
h2.content02-title {
  font-size: 1.15rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.5;
  margin-top: 25px;
  margin-bottom: 15px;
}
p.content02-text {
  font-size: 0.85rem;
  line-height: 2;
}
a.content02-but {
  font-size: 0.95rem;
  font-weight: 400;
  text-align: left;
  display: block;
  width: 100%;
  max-width: 330px;
  height: 60px;
  line-height: 65px;
  position: relative;
  margin: 1rem 0 0;
  border-radius: 100px;
  padding: 0 22px;
  box-sizing: border-box;
  transition: 0.5s;
  z-index: 0;
}
a.content02-but::before {
  content: '';
  position: absolute;
  background: linear-gradient(150deg, #fff 10%, #a5e2d7 40%, #8be19d 60%, #fff86d 100%);
  opacity: 0.35;
  width: 55px;
  height: 55px;
  border-radius: 100px;
  left: 0;
  top: 4px;
  z-index: -1;
  transition: all 0.5s;
}
a.content02-but:hover::before {
  width: 100%;
}
a.content02-but::after {
  content: 'MORE';
  position: absolute;
  right: 20px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: .1rem;
  font-family: "Quicksand", sans-serif;
  top: 0;
}
.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: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  letter-spacing: .15rem;
  line-height: 0.8;
  margin-bottom: 20px;
  background: linear-gradient(-50deg, #a5e2d7 30%, #8be19d 50%, #e9e147 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.third-box:nth-of-type(odd) .front-third-text {
  padding-right: 5vw;
}
.third-box:nth-of-type(even) .front-third-text {
  padding-left: 5vw;
  margin-left: 55%;
}
.front-third-img {
  width: 55%;
  box-sizing: border-box;
}
.third-box:nth-of-type(even) .front-third-img {
  margin-left: -100%;
}
.front-third-img img {
  border-radius: 5px;
}
h2.third_title {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 15px;
}
.front_topics {
  padding: 10em 0 6em;
}
.front-topics-inner {
  width: 86%;
  max-width: 900px;
  margin: 0 auto;
}
h2.front_topics_title {
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Quicksand", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 0.8;
  letter-spacing: .3rem;
  margin-bottom: 50px;
  text-align: center;
}
h2.front_topics_title span {
  font-size: 1rem;
  letter-spacing: .05rem;
  margin-top: 20px;
  display: block;
}
h2.headline-primary {
  display: none;
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer {
  margin-top: 0;
}
.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: 6vw;
  box-sizing: border-box;
}
h2.footer-logo-name {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: .1rem;
  margin-bottom: 20px;
}
dl.address_body {
  width: 100%;
  max-width: 480px;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.7;
  display: flex;
  margin-bottom: 10px;
}
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.address_caution {
  font-size: 0.75rem;
}
ul.sns__links {
  width: 100%;
  max-width: 280px;
  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: "\f0e0";
  font-family: design_plus;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #fff;
  background: #9fe0d5;
  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_sns:hover {
  background: none;
  color: #91d9cd;
}
a.footer_line_but:hover {
  color: #00b900;
}
a.footer_insta_but:hover {
  color: #ff0357;
}
a.footer_sns:hover::before {
  opacity: 0.8;
}
a.footer_sns span {
  margin-top: 5px;
  text-align: center;
  display: block;
  font-size: 11px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  line-height: 1.5;
}
ul.footer-content-list-outer {
  width: 50%;
  box-sizing: border-box;
}
ul.footer-content-list-outer:last-child {
  padding-left: 3vw;
}
ul.footer-content-list-outer li {
  font-size: 0.85rem;
  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-family: "Quicksand", sans-serif;
  font-weight: 500;
  letter-spacing: .1rem;
  margin-bottom: 12px;
  color: #404040;
}
a.footer_but {
  padding-left: 20px;
  position: relative;
  box-sizing: border-box;
}
a.footer_but::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 1px;
  background: #404040;
  top: 7px;
  left: 0;
  transition: all 0.5s;
}
a.footer_but:hover::before {
  padding-left: 8px;
}
a.footer_but:hover {
  color: #91d9cd;
}
.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: #404040;
}
.pagetop {
  right: 10px;
  bottom: 10px;
  transition: all 0.5s ease 0s;
}
.pagetop:hover {
  bottom: 20px;
}
.pagetop a {
  background: #91d9cd;
  color: #fff;
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100px;
}
.pagetop a:hover {
  color: #fff;
  background: #afeabc;
}
.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, .front_original02, .front_topics {
    padding: 5em 0;
  }
  .front-original01__title, .front-original01__text {
    width: 100%;
  }
  .front-original01__text {
    margin-top: 30px;
    padding-left: 0;
  }
  .content02-item {
    width: 100%;
    margin-left: 0;
  }
  .content02-item:nth-of-type(3) {
    margin-top: 40px;
  }
  .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;
  }
  h2.front_topics_title {
    margin-bottom: 30px;
  }
  .footer_contact_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_menu_bg {
    max-width: 450px;
    padding-left: 0;
    margin-top: 40px;
  }
  .dp-footer-bar {
    background: #91d9cd !important;
    border-top: 1px solid #91d9cd !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: "\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%;
    border-radius: 0;
  }
  .front-copy-img {
    width: 35%;
  }
  .front_original01, .front_original02, .front_topics {
    padding: 3em 0;
  }
  .front-original01__text {
    margin-top: 20px;
  }
  .front-original01__title h2 {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .front-original02__text h2 {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .front-original01__text p, .front-original02__text p {
    font-size: 0.9rem;
    margin-bottom: 10px;
  }
  .third-box {
    margin-bottom: 30px;
  }
  .front-third-text::before {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  h2.third_title {
    margin-bottom: 10px;
  }
  h2.front_topics_title {
    font-size: 1.8rem;
  }
  h2.front_topics_title span {
    font-size: 0.85rem;
  }
  .footer_contact_sec {
    padding: 3em 0 1;
  }
  dl.address_body {
    display: block;
  }
  dt.address_title, dd.address_text {
    width: 100%;
  }
  .social-nav {
    display: none;
  }
  .pagetop {
    bottom: 80px !important;
  }
}
@media only screen and (max-width: 500px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 60px);
  }
  .front-copy-img {
    width: 55%;
  }
}
@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.5rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 25px;
  padding-top: 0;
  text-align: center;
}
.post-content h2::after {
  content: "";
  display: block;
  background: linear-gradient(100deg, #b8ebe2 10%, #91e4a2 60%, #fff86d 100%);
  width: 35px;
  height: 2px;
  margin: 15px auto 0;
}
.post-content h3 {
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0 0 0 30px;
  margin-bottom: 15px;
  line-height: 1.5;
  box-sizing: border-box;
  position: relative;
}
.post-content h3::before {
  content: '';
  position: absolute;
  background: #7ac9bc;
  width: 20px;
  height: 2px;
  top: 48%;
  left: 0;
}
.post-content h4 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.5;
  padding: 0;
  color: #404040;
}
.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 #a5e2d7 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: 20px;
  }
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog .main {
  padding-bottom: 100px;
}
h1.archive-title {
  color: #404040;
}
.archive-header {
  margin: 90px 0 40px;
}
.article03 {
  background: none;
  box-sizing: border-box;
}
.article03-content {
  padding: 15px 12px;
}
.article03-title {
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.5;
  color: #404040;
}
.article03-category-item:hover, .article03 a:hover .article03-title {
  text-decoration: none;
}
.article03-date {
  font-size: 12px;
}
.post-title {
  color: #404040;
  font-weight: 400;
}
.post-header {
  text-align: left;
}
.nav-links01 {
  border-top: 1px solid #a5e2d7;
  border-bottom: 1px solid #a5e2d7;
}
.nav-links01-previous + .nav-links01-next {
  border-left: 1px solid #a5e2d7;
}
.article01-title a {
  font-size: 1rem;
  font-weight: 400;
  color: #404040;
}
.nav-links01-previous a::before, .nav-links01-next a::after {
  font-size: 12px;
}
.post-meta-box {
  background: #fff;
}
.post-meta-box-item::before {
  color: #8be19d;
}
.headline-bar {
  color: #404040;
  font-size: 1.1rem;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  text-align: left;
  padding: 16px 18px;
  background: #fff;
}
.widget_recent_entries li {
  border-color: #a5e2d7;
  padding: 0 0 8px 0;
  margin-bottom: 8px;
}
.widget_recent_entries .post-date {
  font-size: 12px;
  color: #404040;
  line-height: 1.5;
  margin-top: 5px;
}
.widget_recent_entries .post-date::before {
  font-size: 10px;
  color: #8be19d;
}
@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 #a5e2d7;
  }
}
@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: 10px;
  padding: 18px 22px 15px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  color: #fff;
  background: #a5e2d7;
  border-radius: 100px;
  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: #fffa9b;
  color: #7ac9bc;
}
/* コンテンツ 共通 END */
/* ヘッドスパ・エステ */
.menu_sec .content_inner {
  max-width: 900px;
}
.menu-box {
  margin-top: 70px;
}
.menu-box:first-of-type {
  margin-top: 0;
}
.menu-box p {
  margin-bottom: 20px;
}
.menu-box p:last-child {
  margin-bottom: 0;
}
p.caution.tax-caution {
  margin-bottom: 15px;
}
table.price_tbl {
  border: 1px solid #a5e2d7;
  border-bottom: 0;
}
table.price_tbl th, table.price_tbl td {
  font-size: 1rem;
  font-weight: 500;
  font-family: "Quicksand", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  padding: 18px 20px 16px;
  letter-spacing: .15rem;
  line-height: 1.5;
  vertical-align: top;
}
table.price_tbl th {
  width: 70%;
}
table.price_tbl td {
  text-align: end;
  padding-left: 0;
}
span.first-time {
  font-size: 0.9rem;
  letter-spacing: .03rem;
  margin-top: 6px;
  padding: 3px 8px;
  background: #fff86d;
  border-radius: 15px;
  display: inline-block;
  box-sizing: border-box;
}
@media only screen and (max-width: 970px) {
  table.price_tbl th, table.price_tbl td {
    padding: 13px 15px 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;
  }
}
/* ヘッドスパ・エステ END */
/* よもぎ蒸し */
.yomogi_sec .content_inner {
  max-width: 850px;
}
.yomogi_sec img {
  border-radius: 5px;
  margin-bottom: 25px;
}
.yomogi_sec p {
  margin-bottom: 20px;
}
.yomogi_sec p:last-of-type {
  margin-bottom: 0;
}
span.yomogi-price {
  font-weight: 700;
  background: linear-gradient(transparent 50%, #fff86d 50%);
  display: inline;
}
/* よもぎ蒸し END */
/* 実績 */
.works_sec .content_inner {
  max-width: 1000px;
}
/* 実績 END */
/* ご挨拶 */
.greeting_text {
  max-width: 850px;
  margin: auto;
}
.greeting_text h2 {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 15px;
}
.greeting_text h2::after {
  content: none;
}
.greeting_text p {
  margin-bottom: 25px;
}
.greeting_text p:last-of-type {
  margin-bottom: 0;
}
h3.name {
  padding: 0;
  text-align: center;
}
h3.name span {
  font-size: 0.9rem;
  margin-right: 9px;
}
h3.name::before {
  content: none;
}
a.greeting_insta_but {
  width: 100%;
  max-width: 150px;
  margin: 0 auto 50px;
  display: block;
  line-height: 1.5;
  text-align: center;
}
a.greeting_insta_but::before {
  content: "\ea92";
  font-family: design_plus;
  margin: auto;
  font-size: 19px;
  z-index: 1;
}
a.greeting_insta_but span {
  font-size: 0.8rem;
  display: block;
}
a.greeting_insta_but:hover {
  color: #ff0357;
}
@media only screen and (max-width: 768px) {
  .greeting_text h2 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  h3.name {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  h3.name span {
    font-size: 0.8rem;
  }
  a.greeting_insta_but {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 485px) {
  .greeting_text h2 {
    text-align: left;
  }
}
/* ご挨拶 END */
/* よくある質問 */
.faq_sec .content_inner {
  max-width: 1000px;
}
.faq_sec h2 {
  text-align: left;
  line-height: 1.5;
  margin-bottom: 15px;
}
.faq_sec h2::after {
  margin-left: 0;
}
.faq {
  margin-bottom: 60px;
  box-sizing: border-box;
}
.faq:first-of-type {
  margin-top: 80px;
}
.faq:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.faq h3 {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 10px;
  padding-top: 1px;
  text-align: left;
  position: relative;
}
.faq p {
  position: relative;
  margin-bottom: 10px;
}
.faq p:last-child {
  margin-bottom: 0;
}
.faq h3, .faq p {
  padding-left: 50px;
}
.faq h3::before, p.answer::before {
  content: "Q";
  position: absolute;
  font-size: 20px;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
  color: #fff;
  background: linear-gradient(80deg, #a5e2d7 30%, #8be19d 100%);
  width: 33px;
  height: 33px;
  line-height: 30px;
  border-radius: 100px;
  text-align: center;
  box-sizing: border-box;
  left: 0;
  top: 0;
}
p.answer {
  padding-top: 4px;
}
p.answer::before {
  content: 'A';
  background: linear-gradient(80deg, #efe857 0%, #f9cbdb 100%);
  line-height: 32px;
}
@media only screen and (max-width: 768px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq:first-of-type {
    margin-top: 40px;
  }
}
/* よくある質問 END */
/* サロン概要 */
.information_sec .content_inner {
  max-width: 920px;
}
table.info_tbl th {
  width: 23%;
}
span.caution.info_caution {
  font-size: 0.8rem;
}
/* サロン概要 END */
/* お問い合わせ */
.contact_sec .content_inner {
  max-width: 900px;
}
.con__inner {
  margin-bottom: 40px;
}
.con__inner:last-of-type {
  margin-bottom: 0;
}
.con__inner p {
  margin-bottom: 0;
}
.mail-info-box {
  margin-bottom: 30px;
}
.mail-info-box p {
  text-align: center;
  margin-bottom: 0;
}
.con-line-box {
  padding: 20px 20px 30px;
  border-radius: 5px;
  background: #00b900;
}
.con-line-box h2 {
  font-size: 1.35rem;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.con-line-box h2::after {
  content: none;
}
a.con-line-but {
  width: 100%;
  max-width: 380px;
  padding: 18px 25px 16px;
  font-size: 1rem;
  font-weight: 500;
  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;
  overflow: hidden;
  margin: 0 auto;
  transition: 0.5s;
  z-index: 0;
}
a.con-line-but::before {
  content: '\e909';
  font-size: 24px;
  font-weight: 400;
  position: absolute;
  font-family: "design_plus";
  right: 27px;
}
a.con-line-but::after {
  content: '';
  position: absolute;
  display: block;
  background: linear-gradient(100deg, #98e3d6 10%, #91e4a2 60%, #fff86d 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
}
a.con-line-but:hover {
  color: #404040;
}
a.con-line-but:hover::after {
  opacity: 1;
}
p.con-line-text {
  width: fit-content;
  margin: 20px auto 0;
  line-height: 1.5;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .con__inner {
    margin-bottom: 30px;
  }
}
/* お問い合わせ END */
/* お問い合わせフォーム 共通 */
span.required {
  font-size: 0.65rem;
  line-height: 1.5;
  letter-spacing: 0;
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 8px;
  padding: 2px 4px;
  border-radius: 5px;
  color: #fff;
  background: #f35d63;
}
.wpcf7 {
  border: none;
  background: none;
  margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
  background: #fff;
  border-color: #dbf0ec;
  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;
  border-radius: 100px;
  height: 75px;
  color: #fff;
  background: #91d9cd;
  transition: all .5s;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.wpcf7 input.wpcf7-submit:hover {
  color: #7ac9bc;
  background: #fffa9b;
  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 */