@charset "UTF-8";
/* ヘッダーのボタン調整 */
.c-btn {
  vertical-align: middle;
  margin: 5px;
  border: 1px solid;
  border-radius: 24px;
}

.p-footer-sticky-nav ul li {
  color: #fff;
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #0F2F41;
}
.p-footer-sticky-nav ul li a {
  font-size: 14px;
}
.p-footer-sticky-nav ul .c-navbar__item[data-active-menu] {
  color: #fff;
}
.p-footer-sticky-nav ul li:nth-child(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.p-footer-sticky-nav ul li:nth-child(2) a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.l-footer {
  background-color: #e7e3db;
}

.wpaw-site-branding__logo {
  text-align: left;
}

.l-footer {
  border-top: 0px solid var(--_lighter-color-gray, #eee);
  overflow: hidden;
} /*フッターの上の線を消す*/
.archive.post-type-archive h1.c-entry__title {
  display: none;
}

.c-entry-summary__meta, .c-meta__item {
  display: none;
} /*アーカイブページ、投稿ページのメタ情報を非表示*/
div[data-name=agreement] .smf-checkboxes-control__control {
  text-align: center;
}

div[data-name=agreement] .smf-error-messages {
  text-align: center;
}

/* 利用規約の左右の線*/
.smf-item--divider .smf-item__col {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

form[data-screen=confirm] .form-kiyaku {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-policy {
  text-align: center;
}
.recaptcha-policy a {
  color: #333;
}

.form-age .smf-placeholder:after {
  content: "才";
  padding: 0 0.5em;
}

.smf-text-control__control::placeholder {
  color: #ccc;
}

.form {
  margin-left: auto;
  margin-right: auto;
}

.smf-form--business .smf-item__col--label {
  background-color: #1f2e55;
}

.smf-item__col {
  background-color: #eceff2;
}

[data-screen=input] .smf-progress-tracker__item--input .smf-progress-tracker__item__number,
[data-screen=invalid] .smf-progress-tracker__item--input .smf-progress-tracker__item__number {
  background-color: #1f2e55;
}

.smf-action .smf-button-control__control {
  background-color: #1f2e55;
  color: #fff;
  background-image: none;
  border: none;
}

.smf-action .smf-button-control__control:hover {
  opacity: 0.7;
}

[data-screen=confirm] .smf-progress-tracker__item--confirm .smf-progress-tracker__item__number {
  background-color: #bcac8c;
  color: #fff; /*確認画面のプログレストラッカー*/
}

@media (max-width: 639.9px) {
  .shop .smb-information:not([data-sm-split-column=true]) .smb-information__item__label {
    text-align: center;
  }
  .reservation .c-container {
    padding-left: 0;
    padding-right: 0;
  }
}
/*----------------------
mv
----------------------*/
.mv {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.mv .smb-section__inner {
  height: 100%;
}

.mv .c-container {
  height: 100%;
}

.copy1 {
  font-family: "Klee One", cursive;
  font-style: normal;
  position: absolute;
  left: 54%;
  margin: 0;
  writing-mode: vertical-rl;
  text-orientation: upright;
  width: fit-content;
  margin: 0;
  line-height: 2.3;
}

.copy2 {
  font-family: "Klee One", cursive;
  font-style: normal;
  writing-mode: vertical-rl;
  text-orientation: upright;
  width: fit-content;
  left: 50%;
  position: absolute;
  margin: 0;
}

.copy3 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.5;
  white-space: nowrap;
  bottom: 5%;
}

.copy-en {
  display: inline-block;
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  right: 7%;
  transform: rotate(-8deg);
  line-height: 1.7;
  font-family: "Homemade Apple", cursive;
  font-weight: 400;
  font-style: normal;
}

.best-award {
  position: absolute;
  right: 0;
}

@media (min-width: 1500px) {
  .copy1 {
    top: 20%;
    font-size: 3.5rem;
  }
  .copy2 {
    top: 25%;
    font-size: 3.5rem;
  }
  .copy3 {
    font-size: 2.5rem;
  }
  .copy-upper {
    font-size: 2.5rem;
  }
  .copy-en {
    font-size: 2.3rem;
    bottom: 30%;
  }
  .best-award {
    width: 170px;
    top: 50px;
  }
}
@media (max-width: 1499.9px) {
  .copy1 {
    font-size: 2.8rem;
    top: 15%;
  }
  .copy2 {
    font-size: 2.8rem;
    top: 20%;
  }
  .copy3 {
    font-size: 2rem;
  }
  .copy-upper {
    font-size: 2.3rem;
  }
  .copy-en {
    font-size: 2.1rem;
    bottom: 30%;
  }
  .best-award {
    top: 70px;
    width: 150px;
    right: 3%;
  }
}
@media (max-width: 1200px) {
  .copy1 {
    font-size: 2.5rem;
    top: 15%;
  }
  .copy2 {
    font-size: 2.5rem;
    top: 20%;
  }
  .copy-upper {
    font-size: 2rem;
  }
  .copy-en {
    font-size: 1.8rem;
  }
  .best-award {
    top: 60px;
    width: 120px;
  }
}
@media (max-width: 1023.9px) {
  .copy1 {
    font-size: 2rem;
    top: 15%;
    line-height: 3;
  }
  .copy2 {
    font-size: 2rem;
    top: 20%;
  }
  .copy3 {
    font-size: 1.5rem;
    bottom: 15%;
  }
  .copy-upper {
    font-size: 1.8rem;
  }
  .copy-en {
    font-size: 1.5rem;
  }
  .best-award {
    top: 40px;
    width: 100px;
  }
}
@media (max-width: 750px) {
  .copy3 {
    font-size: 1.2rem;
    bottom: 20%;
  }
  .copy-upper {
    font-size: 1.4rem;
  }
  .copy-en {
    font-size: 1.2rem;
    bottom: 30%;
    right: 0;
  }
}
@media (max-width: 639.9px) {
  .copy1 {
    left: 50%;
  }
  .copy2 {
    left: 44%;
  }
}
@media (max-width: 450px) {
  .copy1 {
    left: 46%;
  }
  .copy2 {
    left: 40%;
  }
}
/*----------------------
薄毛・抜け毛・髪の悩みありませんか？
----------------------*/
@media (max-width: 639.9px) {
  .worry .c-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.check-img figure {
  box-shadow: 20px 20px #1f2e55;
}

@media (max-width: 1023.9px) {
  .check-img {
    display: flex;
    flex-direction: column;
  }
  .check-img figure {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 639.9px) {
  .check-img figure {
    width: 100%;
  }
}
.problem {
  color: #fff;
  padding: 14px;
  position: relative;
}

@media (max-width: 639.9px) {
  .problem {
    padding: 8px;
  }
}
.female::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a62764;
  transform: skew(-10deg); /*背景の傾き*/
  z-index: -1;
}

.circle-f, .circle-m {
  position: relative;
}

.circle-f:before {
  content: "";
  position: absolute;
  background: #eae2d5;
  background: #f3bad6;
  background: #e2cdfd;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 50%;
  left: -12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.circle-m:before {
  content: "";
  position: absolute;
  background: #d4d4d4;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 50%;
  left: -12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.male::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #44485a;
  transform: skew(-10deg);
  z-index: -1;
}

.problem::after {
  content: "";
  position: absolute;
  border-left: 15px double #fff;
  height: 100%;
  top: 0;
  right: 20px;
  transform: skew(-10deg);
}

/*----------------------
髪が生えた事実と、
変わった人生がここにある
----------------------*/
.tategaki-column {
  position: relative;
}

.tategaki {
  font-family: "Klee One", cursive;
  font-style: normal;
  position: absolute;
  top: 0;
  right: -40px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  width: fit-content;
  font-size: 2rem;
  margin: 0;
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

@media (min-width: 782px) and (max-width: 1023.9px) {
  .tategaki {
    font-size: 1.5rem;
    line-height: 1.4;
    right: 0;
  }
}
@media (max-width: 781.9px) {
  .tategaki {
    right: 10px;
  }
  .ellipse img {
    width: 85%;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .tategaki {
    right: 0;
    font-size: 1.4rem;
    font-size: 1.3rem;
  }
}
/*------------------
loop
------------------*/
.loop-wrapper {
  display: flex;
  overflow: hidden;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  min-width: 100vw;
}

.loop {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 60px;
  overflow: hidden;
}

.loop span {
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.loop:nth-child(odd) {
  animation: loop 70s -35s linear infinite;
}

.loop:nth-child(even) {
  animation: loop2 70s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@media (max-width: 1023.9px) {
  .loop {
    font-size: 50px;
  }
}
@media (max-width: 639.9px) {
  .loop {
    font-size: 34px;
  }
}
.reason h3 {
  color: #6c695b;
  border-bottom: 1px solid #6c695b;
}

/*------------------
スーパースカルプ鹿児島鹿屋店の特徴
------------------*/
.golden-line {
  position: relative;
  padding: 1rem 2rem;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
}

.golden-line:before, .golden-line::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}

.golden-line::before {
  top: 0;
}

.golden-line::after {
  bottom: 0;
}

@media (max-width: 639.9px) {
  .golden-line {
    padding: 1rem;
  }
}
/*------------------
その他の鹿児島鹿屋店の特徴はこちら
------------------*/
.other-feature__odd, .other-feature__even {
  position: relative;
  max-width: 1100px;
}

.other-feature__img figure {
  position: absolute;
  top: -60px;
  left: 5%;
  z-index: 2;
  width: 40%;
}

.other-feature__img-even figure {
  position: absolute;
  top: -60px;
  right: 5%;
  z-index: 2;
  width: 40%;
}

.other-feature__text {
  position: relative;
}

.other-feature__num {
  font-size: 50px;
  position: absolute;
  top: -70px;
  left: 0;
}

.other-feature__text-even {
  position: relative;
}

.other-feature__num-even {
  font-size: 50px;
  position: absolute;
  top: -70px;
  left: 0;
}

@media (max-width: 1200px) {
  .other-feature__img figure, .other-feature__img-even figure {
    top: -20px;
  }
}
@media (max-width: 850px) {
  .other-feature__odd {
    display: flex;
    flex-direction: column-reverse;
  }
  .other-feature__even {
    display: flex;
    flex-direction: column;
  }
  .other-feature__img figure {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
  }
  .other-feature__img-even figure {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
  }
  .other-feature__img img, .other-feature__img-even img {
    width: 100%;
  }
}
/*------------------
全国No.1実績と他サロンやクリニックの違い
------------------*/
.comparison th:nth-last-of-type(1), th:nth-last-of-type(2), th:nth-last-of-type(4) {
  background-color: #f4f3e7;
}

.comparison th:nth-last-of-type(3) {
  background: linear-gradient(90deg, #b39855 0%, #fff9e6 50%, #b39855 100%);
}

.comparison thead tr:first-child *:nth-child(2) {
  border-right: 3px solid #b39855;
}

.comparison tbody tr:first-child *:nth-child(2), .comparison tbody tr:nth-child(2) *:nth-child(2),
.comparison tbody tr:nth-child(3) *:nth-child(2), .comparison tbody tr:nth-child(4) *:nth-child(2),
.comparison tbody tr:nth-child(5) *:nth-child(2) {
  border-left: 3px solid #b39855;
}

.comparison tbody tr:first-child *:nth-child(2), .comparison tbody tr:nth-child(2) *:nth-child(2),
.comparison tbody tr:nth-child(3) *:nth-child(2), .comparison tbody tr:nth-child(4) *:nth-child(2),
.comparison tbody tr:nth-child(5) *:nth-child(2) {
  border-right: 3px solid #b39855;
}

.comparison tbody tr:nth-child(5) *:nth-child(2) {
  border-bottom: 3px solid #b39855;
}

.comparison table:nth-last-of-type(4) {
  background-color: #f4f3e7;
}

.comparison td:nth-last-of-type(3) {
  background-color: #f4f3e7;
  background-color: #efe7d9;
}

.c-responsive-table {
  display: none;
}

@media (max-width: 1023.9px) {
  .difference .c-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 639.9px) {
  .c-responsive-table {
    display: block;
  }
}
/*------------------
スーパースカルプ鹿児島鹿屋店/
どこに相談するかで結果に差が出る
なぜ他店舗ではなく「この店舗」であるべきか
------------------*/
.reason-h3 {
  border-bottom: 1px solid;
}

.double-img img {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 781.9px) {
  .media-colum__reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 639.9px) {
  .double-img img {
    width: 100%;
  }
}
/*------------------
ご予約から施術までの流れ
------------------*/
@media (max-width: 639.9px) {
  .flow .c-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.flow h3 {
  border-bottom: 1px solid #333;
}

/*------------------
お客様のお声
------------------*/
.smb-testimonial__item__content {
  font-size: 20px;
  color: #bc0101;
}

@media (max-width: 639.9px) {
  .smb-testimonial__item__content {
    font-size: 16px;
    line-height: 1.4;
  }
}
.smb-testimonial__item__name {
  font-size: 16px;
  font-weight: bold;
}

.smb-testimonial__item__lede {
  font-size: 16px;
  line-height: 1.3;
  margin-top: 1em;
}

.top-before-after .c-container {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1023.9px) {
  .before-after .c-row > .c-row__col {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 781.9px) {
  .before-after img {
    width: 100%;
  }
}
/*------------------
髪が変われば、人生が変わる
------------------*/
@media (max-width: 639.9px) {
  .left-aligned {
    text-align: left;
  }
  .change-life .c-container {
    padding-left: 0;
    padding-right: 0;
  }
}
/*----------------------
faq
----------------------*/
@media (max-width: 639.9px) {
  .faq .c-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.c-responsive-table > table td, .c-responsive-table > table thead th {
  border: 1px solid #7C7362;
}

.smb-tabs__tab {
  padding: 9.6px !important;
  font-size: 14px;
}

.smb-tabs.is-style-simple[data-orientation=horizontal] > .smb-tabs__tabs:where(:not(:has(.smb-tabs__tab.has-background))) .smb-tabs__tab-wrapper:not(:first-child) {
  margin-left: 0;
}

.before-after__img {
  position: relative;
}

.after {
  background: linear-gradient(90deg, #b39855 0%, #fff9e6 50%, #b39855 100%);
}

.menu-top {
  height: calc(100vh - 78px);
}

@media (max-width: 1023.9px) {
  .menu-top {
    height: auto;
  }
}
/*------------------
発毛コースと育毛コースの違い
------------------*/
@media (max-width: 639.9px) {
  .each-course .c-container {
    padding-left: 0;
    padding-right: 0;
  }
}
/*------------------
薄毛・抜け毛の根本的原因５つすべてにアプローチ
------------------*/
.cause-lower {
  width: 66%;
  margin-left: auto !important;
  margin-right: auto !important;
}

.smb-panels__item__title {
  text-align: center;
}

.cause .smb-panels__item--vertical {
  text-align: left !important;
}

.border-black {
  border-bottom: 1px solid;
} /*薄毛・抜け毛の根本的原因５つすべてにアプローチのh3*/
@media (max-width: 1023.9px) {
  .cause-lower {
    width: 50%;
  }
  .smb-section-break-the-grid__figure {
    width: 80%;
  }
}
@media (max-width: 639.9px) {
  .cause-lower {
    width: 100%;
  }
  .approach .c-container {
    padding-left: 0;
    padding-right: 0;
  }
  .broken-grid .c-container {
    padding-left: 0;
    padding-right: 0;
  }
  .broken-grid .c-row__col--1-2 {
    --_item-width: 75%;
  }
  .smb-section-break-the-grid__figure {
    width: 100%;
  }
}
/*------------------
ヘアサイクルと薄毛の進行
------------------*/
@media (max-width: 639.9px) {
  .hair-cycle .c-container {
    padding-left: 0;
    padding-right: 0;
  }
}
/*------------------
鹿児島鹿屋店の５ステップ
------------------*/
.five-steps h3 {
  border-bottom: 1px solid;
}

.five-steps {
  box-shadow: 10px 10px #978b75;
}

@media (max-width: 871.9px) {
  .step-img img {
    margin-inline: auto;
  }
}
@media (max-width: 639.9px) {
  .five-steps h3 {
    text-align: center;
  }
  .five-steps figure {
    width: 100%;
  }
  .five-steps img {
    width: 100%;
  }
}
/*------------------
料金のご案内
------------------*/
.price-ikumo th {
  background-color: #44485a;
}

.price-ikumo th .sme-letter-spacing {
  padding-left: 1rem;
}

.price-hatsumo th {
  background-color: #a62764;
}

.price-hatsumo th .sme-letter-spacing {
  padding-left: 1rem;
}

.course .c-row > .c-row__col {
  margin-bottom: 18px;
}

/*------------------
初回限定無料相談
------------------*/
@media (max-width: 700px) {
  .counseling-media {
    display: flex;
    flex-direction: column;
  }
  .counseling-media__odd {
    display: flex;
    flex-direction: column-reverse;
  }
  .counseling-media figure {
    width: 100%;
  }
  .counseling-media__odd figure {
    width: 100%;
  }
}
@media (max-width: 639.9px) {
  .counseling .c-container {
    padding-left: 0;
    padding-right: 0;
  }
}
/* *****************************************************************

Stylesheet: ベーススタイル（全て）に適応

******************************************************************/
.type-page .c-entry__header h1.c-entry__title {
  display: none;
}

/* authorを非表示 */
.c-meta__item--author {
  display: none;
}

a {
  color: #333;
}

.max-800 {
  max-width: 800px;
}

.max-900 {
  max-width: 900px;
}

.max-1000 {
  max-width: 1000px;
}

.max-1100 {
  max-width: 1100px;
}

@media (max-width: 1023.9px) {
  h2, .smb-section__title {
    font-size: 26px;
  }
}
@media (max-width: 639.9px) {
  h2, .smb-section__title {
    font-size: 22px;
    line-height: 1.4;
  }
  h3 {
    font-size: 19px;
    line-height: 1.4;
  }
}
.cta-tel {
  text-align: center;
}

@media (max-width: 639.9px) {
  .cta-tel a {
    font-size: 22px !important;
  }
}
.cta-tel, .cta-tel a {
  font-size: 28px;
  font-weight: bold;
  margin-left: 20px;
  text-decoration: none;
  color: #666;
}

.cta-tel a:hover, .cta-tel:visited {
  color: inherit;
}

.line-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
}

.line-title__first {
  font-size: 34px;
}

.line-title__second {
  font-size: 22px;
  letter-spacing: 0.4;
}

.contact-line .smb-items, .cta-line .smb-items {
  --smb-items--style--boundary-line--border-color: #333;
} /*LINEで簡単ご予約・お問い合わせカラムの中央線*/
@media (max-width: 700px) {
  .cta-line__text {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cta-line__text p {
    line-height: 1.4;
  }
}
@media (max-width: 639.9px) {
  .line-title__first, .line-title__second {
    padding: 5px;
    line-height: 1.3;
  }
  .line-title__first {
    white-space: nowrap;
    font-size: 50px;
  }
  .line-title__second {
    font-size: 19px;
  }
}
@media (max-width: 470px) {
  .line-text {
    font-size: 16px !important;
  }
  .contact-line__column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 400px) {
  .contact-line__column p {
    line-height: 1.4;
  }
}
.page-id-1012 .l-contents, .page-id-1014 .l-contents, .page-id-1000 .l-contents,
.page-id-1164 .l-contents, .page-id-468 .l-contents {
  position: relative;
}

.page-id-1012 .p-breadcrumbs-wrapper, .page-id-1014 .p-breadcrumbs-wrapper, .page-id-1000 .p-breadcrumbs-wrapper,
.page-id-1164 .p-breadcrumbs-wrapper, .page-id-468 .p-breadcrumbs-wrapper {
  position: absolute;
  background-color: transparent;
  z-index: 2;
}

.page-id-1012 .p-breadcrumbs-wrapper:first-child {
  color: #fff;
}

.smb-section__background-text__text {
  font-family: "Playball", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 80px;
}

@media (max-width: 1023.9px) {
  .smb-section__background-text__text {
    font-size: 60px;
  }
}
@media (max-width: 639.9px) {
  .smb-section__background-text__text {
    font-size: 50px;
  }
}
@media (max-width: 420px) {
  .smb-section__background-text__text {
    font-size: 40px;
  }
}
.page .c-entry__header {
  display: none;
}

.l-contents__inner {
  margin-top: 0;
  padding-top: 0;
}

.l-contents__inner:last-child {
  padding-bottom: 0;
}

.c-page-header:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.c-page-header__content {
  position: relative;
  z-index: 1;
}

.page-id-1014 h3 {
  border-bottom: none;
}

.blur .smb-section-with-bgimage__bgimage img {
  filter: blur(8px);
  position: relative;
}

.blur .smb-section-with-bgimage__bgimage img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.smb-btn {
  position: relative;
  background-color: #fff;
  border: 3px solid #7C7362;
}

.smb-btn__label {
  color: #7C7362;
}

.smb-btn:before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: -1em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background-color: #7C7362;
  transition: 0.3s;
}

.smb-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1em;
  transform: translateY(-50%);
  width: 40px;
  height: 2px;
  background-color: #7C7362;
  transition: 0.3s;
}

.smb-btn:hover:before, .smb-btn:hover:after {
  right: -0.5em;
}

/* デフォルトでは、1024px(64em)からグローバルナビゲーションが表示されるので、 1179px（73.6875em）まで表示させないようにする */
@media (min-width: 64em) and (max-width: 73.6875em) {
  .u-invisible-md-down {
    display: none !important;
  }
}
/* グローバルナビゲーションを表示させたいブレークポイントが1180px（73.75em）なので、その手前（1179px（73.6875em））まではハンバーガーメニューを表示する */
@media (max-width: 73.6875em) {
  .u-invisible-lg-up {
    display: block !important;
  }
}
@media (max-width: 781.9px) {
  .wp-block-spacer {
    margin-top: 0;
  }
}
@media (max-width: 639.9px) {
  .wp-block-spacer {
    height: 10px !important;
  }
}
.page-id-130 h3 {
  border-bottom: 1px solid;
} /*privacy policy h3*/
.before-after, .before-after__img {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
} /*ピンチズーム禁止*/
/******************************************************************

Stylesheet: 1023px以下（タブレット）で適用

******************************************************************/
/******************************************************************

Stylesheet: 639px以下(スマホ)で適用

******************************************************************//*# sourceMappingURL=style.css.map */