@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poiret+One&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@media screen and (max-width: 639px) {
  body {
    font-size: 14px !important;
  }
}

.min-ff {
  font-family: "Shippori Mincho", serif !important;
}

.en-ff {
  font-family: "Poiret One", sans-serif !important;
}

@media screen and (max-width: 639px) {
  .sp-tal {
    text-align: left !important;
  }
  .sp-tac {
    text-align: center !important;
  }
}
.no-link a {
  text-decoration: none !important;
  color: inherit !important;
}

@media screen and (max-width: 639px) {
  .sp-f16 {
    font-size: 16px !important;
  }
  .sp-f18 {
    font-size: 18px !important;
  }
  .sp-f20 {
    font-size: 20px !important;
  }
}
/*=============================================
# header
=============================================== */
.p-global-nav li a span {
  font-weight: 500 !important;
  font-family: "Shippori Mincho", serif !important;
  color: #333;
  font-size: 1.1em !important;
}

body:not(.home) .p-global-nav li a span {
  color: #fff !important;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
}

html[data-scrolled=true] .p-global-nav li a span {
  color: #333 !important;
  text-shadow: none;
}

.p-global-nav ul li:hover a span {
  color: #907153 !important;
}

/*=============================================
# header-btn
=============================================== */
.p-header-sub-nav {
  position: fixed;
  right: 1.5em;
  bottom: 10%;
}

.p-header-sub-nav .c-navbar {
  display: block !important;
}
.p-header-sub-nav .c-navbar:hover a {
  text-decoration: none;
}

.p-header-sub-nav .reserve-btn {
  margin-top: 1.8em !important;
  transition: all 0.3s;
}
.p-header-sub-nav .reserve-btn:hover {
  transform: translateY(-4px);
}
.p-header-sub-nav .reserve-btn a {
  color: #fff !important;
  transition: all 0.3s;
  writing-mode: vertical-rl;
  border-radius: 8px;
  background: #907153;
  padding: 1.3em 0.8em 1.3em 0.8em !important;
  font-size: 1.1rem;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 500 !important;
  letter-spacing: 0.3em !important;
}
.p-header-sub-nav .reserve-btn svg.svg-inline--fa.fa-calendar {
  margin-bottom: 8px;
  height: 1.2em;
}
.p-header-sub-nav .reserve-btn svg.svg-inline--fa {
  vertical-align: 0.05em !important;
}
.p-header-sub-nav svg.svg-inline--fa.fa-line {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #06C755;
  font-size: 3em;
  background: #fff;
  border-radius: 8px;
  transition: all 0.3s;
}
.p-header-sub-nav svg.svg-inline--fa.fa-line:hover {
  transform: translateY(-4px);
}
.p-header-sub-nav .line-btn {
  margin-top: 1.5em !important;
}
.p-header-sub-nav svg.svg-inline--fa.fa-instagram {
  color: #E1306C;
  font-size: 3em;
  transition: all 0.3s;
}
.p-header-sub-nav svg.svg-inline--fa.fa-instagram:hover {
  transform: translateY(-4px);
}

.c-drawer__menu li a {
  text-align: center;
  font-size: 1.15em !important;
  letter-spacing: 0.1em !important;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 500 !important;
}

/*=============================================
# スマホ固定ナビ
=============================================== */
.p-footer-sticky-nav {
  box-shadow: none;
  background: transparent;
}
.p-footer-sticky-nav .c-navbar {
  gap: 8px !important;
  margin: 0 0.5em 0.5em !important;
}
.p-footer-sticky-nav .c-navbar__item {
  background: #fff !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3) !important;
  border-radius: 4px !important;
}
.p-footer-sticky-nav a {
  font-size: 12px !important;
  line-height: normal;
  font-family: "Shippori Mincho", serif !important;
}
.p-footer-sticky-nav svg.svg-inline--fa.fa-line {
  color: #06C755;
  font-size: 2em;
  background: #fff;
  border-radius: 8px;
  transition: all 0.3s;
}
.p-footer-sticky-nav svg.svg-inline--fa.fa-instagram {
  color: #E1306C;
  font-size: 2em;
  transition: all 0.3s;
}
.p-footer-sticky-nav svg.svg-inline--fa.fa-calendar {
  font-size: 2em;
  color: #907153;
}

/*=============================================
# fv
=============================================== */
.fv {
  position: relative;
}
@media screen and (max-width: 639px) {
  .fv {
    --smb-section--min-height: 80vh !important;
    --smb-section-with-bgimage--lg-media-position: 50% 50% !important;
  }
}
.fv::after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background: linear-gradient(to top right, rgba(241, 241, 241, 0.8) 43%, rgba(255, 255, 255, 0) 80%);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 639px) {
  .fv::after {
    background: linear-gradient(to top right, rgba(241, 241, 241, 0.8) 47%, rgba(255, 255, 255, 0) 70%);
  }
}

@media screen and (max-width: 639px) {
  .fv-title {
    font-size: 2.8em !important;
    margin-bottom: 0.5em !important;
    text-shadow: 0 3px 6px rgb(248, 245, 235);
  }
  .fv-site-title {
    font-size: 1.3em !important;
  }
  .fv-bottom-text {
    font-size: 1.2em !important;
  }
  .fv .smb-section-with-bgimage__bgimage img {
    -o-object-position: 58% 50% !important;
       object-position: 58% 50% !important;
  }
}
.fv-contents {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-left: 0 !important;
  z-index: 1;
}
@media screen and (max-width: 639px) {
  .fv-contents {
    margin-top: 12em !important;
    margin-left: auto !important;
  }
}

.about-salon-text-box p {
  line-height: 2.2 !important;
}
@media screen and (max-width: 639px) {
  .about-salon-text-box p {
    text-align: left !important;
  }
}

.section-title {
  position: relative;
}
.section-title::after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #c9b7a6;
  border-radius: 50px;
  position: absolute;
  bottom: -1em;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 639px) {
  .section-title::after {
    bottom: -1.5em;
  }
}
@media screen and (max-width: 639px) {
  .section-title h2 {
    font-size: 22px !important;
  }
  .section-title p {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 639px) {
  .check-list {
    margin-left: 0 !important;
    padding-top: 2em !important;
  }
}
.check-list li {
  display: flex;
  align-items: center;
  position: relative;
}
.check-list li:not(:first-child) {
  margin-top: 0.5em !important;
}
@media screen and (max-width: 639px) {
  .check-list li {
    font-size: 1em !important;
  }
}
.check-list li::before {
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  position: absolute;
  left: calc(-1.5em - 4px);
  top: 0;
  font-size: 1em;
  color: #8BA491;
}

@media screen and (max-width: 639px) {
  .concept-section .smb-section__background {
    top: 10% !important;
  }
}
@media screen and (max-width: 639px) {
  .pelvis-vectre p {
    text-align: left;
  }
  .vectre-list {
    max-width: 100% !important;
  }
}
.salon-img2 {
  position: relative;
}
.salon-img2::before {
  content: "";
  width: 204px;
  height: 204px;
  display: inline-block;
  background: url(http://mydesign-lt.com/musubi-studio/wp-content/uploads/2026/02/top-back.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 1.5em;
  left: -11em;
}
@media screen and (max-width: 639px) {
  .salon-img2::before {
    width: 108px;
    height: 108px;
    bottom: 1.5em;
    left: -5em;
  }
}

@media screen and (max-width: 639px) {
  .trial-flex {
    justify-content: center !important;
    gap: 1em !important;
  }
  .trial-flex p {
    text-align: center !important;
  }
}
.check-list.vectre-list {
  padding-top: 0 !important;
}

.green-dot-list li::marker {
  color: #8ba491 !important;
  font-size: 1.5em;
  line-height: 1;
}

.faq-list .smb-accordion__item__title {
  background: transparent !important;
  font-size: 1.15em !important;
  font-family: "Shippori Mincho", serif !important;
  border-top: 1px solid #EAEAEA;
  padding: 1.5em 2em 1.5em 4em !important;
}
@media screen and (max-width: 639px) {
  .faq-list .smb-accordion__item__title {
    font-size: 1.15em !important;
    padding: 1.5em 1em 1.5em 2em !important;
    line-height: 1.6 !important;
  }
}
.faq-list .smb-accordion__item__title::before {
  content: "Q";
  color: #8ba491;
  font-size: 1.15em;
  position: absolute;
  left: 1.5em;
  font-family: "Shippori Mincho", serif !important;
}
@media screen and (max-width: 639px) {
  .faq-list .smb-accordion__item__title::before {
    left: 0;
  }
}
.faq-list .smb-accordion__item__body {
  padding-top: 0 !important;
}
.faq-list .wp-block-snow-monkey-blocks-accordion-item:last-child {
  border-bottom: 1px solid #EAEAEA;
}
.faq-list .smb-accordion__item {
  margin-top: 0 !important;
}
.faq-list .wp-block-accordion-item-is-layout-constrained {
  padding-left: 5em !important;
  padding-top: 0 !important;
}
@media screen and (max-width: 639px) {
  .faq-list .wp-block-accordion-item-is-layout-constrained {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
}

@media screen and (max-width: 639px) {
  .main-btn {
    gap: 1em !important;
  }
}
.map iframe {
  width: 100%;
  aspect-ratio: 4/3;
  height: 100%;
}

@media screen and (max-width: 639px) {
  .flex-c {
    flex-direction: column !important;
    gap: 3em !important;
  }
  .flex-rc {
    flex-direction: column-reverse !important;
    gap: 3em !important;
  }
  .flex-column {
    flex-direction: column !important;
  }
  .mt4em {
    margin-top: 4em !important;
  }
}
@media screen and (max-width: 639px) {
  .map {
    width: 100%;
  }
  .map-flex {
    margin-top: 2.5em !important;
    flex-direction: column !important;
    gap: 2em !important;
  }
}
.c-copyright--inverse {
  background-color: #E9E1D8;
  color: #7A6A5A;
  text-align: center;
}