@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
@media screen and (max-width: 639px) {
  body {
    font-size: 14px !important;
  }
}

.en-ff {
  font-family: "Marcellus", serif !important;
  line-height: 1 !important;
}

@media screen and (max-width: 639px) {
  .single h2 {
    font-size: 18px !important;
  }

  .single h3 {
    font-size: 16px !important;
  }

  .single h4 {
    font-size: 15px !important;
  }

  .blog h2.c-entry-summary__title {
    font-size: 14px !important;
  }

  .archive h2.c-entry-summary__title {
    font-size: 14px !important;
  }

  h3.c-entry-summary__title {
    font-size: 14px !important;
  }
}

.c-prev-next-nav__item-title {
  font-weight: 500 !important;
}

@media screen and (max-width: 639px) {
  .c-prev-next-nav__item-title {
    font-size: 15px !important;
  }
}

@media screen and (max-width: 639px) {
  .p-related-posts.c-entry-aside h3 {
    font-size: 14px !important;
  }
}

li.c-meta__item.c-meta__item--modified {
  display: none;
}

.c-prev-next-nav__item-label,
.wp-oembed-blog-card__title,
.c-entry-summary__term {
  font-weight: 500 !important;
}

.c-page-header__meta {
  color: #787878 !important;
  font-weight: 400 !important;
  font-size: 12px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500 !important;
}

@media screen and (max-width: 639px) {
  .sp-f14 {
    font-size: 14px !important;
  }

  .sp-f15 {
    font-size: 15px !important;
  }

  .sp-f16 {
    font-size: 16px !important;
  }

  .sp-f18 {
    font-size: 18px !important;
  }

  .sp-f20 {
    font-size: 20px !important;
  }

  .sp-f22 {
    font-size: 22px !important;
  }

  .sp-tal {
    text-align: left !important;
  }

  .sp-tac {
    text-align: center !important;
  }

  .sp-pt0 {
    padding-top: 0 !important;
  }

  .sp-box-padding {
    padding-left: 1.5em !important;
    padding-right: 1.5em !important;
  }
}

@media screen and (min-width: 639px) and (max-width: 1023px) {
  .sp-tal {
    text-align: left !important;
  }
}

li.c-meta__item.c-meta__item--author {
  display: none !important;
}

li.c-meta__item.c-meta__item--published {
  font-weight: 400 !important;
}

h2.wp-block-heading {
  font-weight: 400 !important;
}

.w-fit {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.no-link a {
  text-decoration: none !important;
  color: inherit !important;
}

/*=============================================
# ヘッダー
=============================================== */
.p-global-nav .c-navbar li a {
  font-weight: 500 !important;
  letter-spacing: 0.1em !important;
  flex-direction: column-reverse !important;
}

.p-global-nav .c-navbar__item > a > small {
  font-size: 11px !important;
  font-family: "Marcellus", serif !important;
  color: #959595 !important;
}

@media screen and (min-width: 1124px) {
  .p-global-nav .c-navbar {
    gap: 1em !important;
  }
}

/*=============================================
# ページヘッダー
=============================================== */
.c-page-header[data-has-image="true"] {
  height: clamp(250px, 62.5vw, 320px) !important;
}

@media screen and (max-width: 639px) {
  .c-page-header[data-has-image="true"] {
    height: clamp(168px, 50.5vw, 320px) !important;
  }
}

.c-page-header {
  position: relative;
}

.c-page-header::before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background: #f5ebea;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.65;
  z-index: 1;
}

.c-page-header__content {
  z-index: 1;
  background: #fff;
  border-radius: 16px;
  padding: 2.5em 0;
  width: 880px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 639px) {
  .c-page-header__content {
    padding: 1.5em 1em;
  }
}

.page-header__en {
  font-size: clamp(36px, 5vw, 48px);
  letter-spacing: 0;
  color: #ce9a95;
  font-family: "Marcellus", serif;
  line-height: 1.4;
  display: block;
}

.c-page-header__title {
  font-size: clamp(15px, 3vw, 24px) !important;
  letter-spacing: 0.2em;
  color: #333;
}

.l-contents__sidebar h2.wp-block-heading {
  font-family: "Marcellus", serif !important;
  color: #ca9994 !important;
}

.l-contents__sidebar h2.wp-block-heading::before,
.l-contents__sidebar h2.wp-block-heading::after {
  background-color: #ca9994 !important;
}

.c-entry__header {
  display: none;
  margin-bottom: 0;
}

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

/*=============================================
# ドロワー
=============================================== */
nav#drawer-nav {
  background: #ca9994 !important;
}

.c-drawer ul li {
  margin-top: 0.3em !important;
}

.c-drawer ul li a small {
  font-family: "Marcellus", serif !important;
  font-size: 1em !important;
  color: #e7dbda;
}

.c-drawer ul li a {
  display: flex;
  text-align: center;
  justify-content: space-between;
}

.c-drawer ul li a span {
  font-size: 16px !important;
}

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

.p-header-sub-nav .line-btn a,
.p-header-sub-nav .reserve-btn a {
  padding: 1.8em 1em 1.8em 0.8em !important;
  font-size: 1rem;
  font-weight: 600 !important;
}

.p-header-sub-nav .c-navbar {
  display: block !important;
}

.p-header-sub-nav .c-navbar li {
  margin: 1.8em 0 0 !important;
}

.p-header-sub-nav .c-navbar li:hover a {
  text-decoration: none;
  transform: translateY(-8px);
}

.p-header-sub-nav ul li a {
  color: #fff !important;
  padding: 1em;
  transition: all 0.3s;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em !important;
  border-radius: 4px;
}

.instagram-icon-btn a {
  padding: 0 !important;
}

.instagram-icon-btn img {
  width: 32px;
}

.reserve-btn a {
  writing-mode: vertical-rl;
  text-orientation: upright;
  background: #ca9994;
}

.reserve-btn a::before {
  content: "";
  background: url(https://www.nagoyabeautyclinic.com/wp-content/uploads/2026/01/calendar-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-bottom: 12px;
}

.line-btn a {
  background: #00b900;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.line-btn svg.svg-inline--fa.fa-line {
  margin-bottom: 12px;
  height: 1.2em;
}

.line-btn .svg-inline--fa {
  vertical-align: 0.05em !important;
}

.instagram-icon-btn img {
  width: 40px;
}

/*=============================================
# フッター固定ボタン
=============================================== */
.p-footer-sticky-nav {
  background-color: #f7f3f2 !important;
  box-shadow: none !important;
  padding: 0.5em 1em !important;
}

.p-footer-sticky-nav .c-navbar {
  gap: 8px !important;
}

.p-footer-sticky-nav .menu-item {
  align-items: center !important;
}

.p-footer-sticky-nav .sp-instagram-icon-btn a {
  padding: 0 !important;
}

.p-footer-sticky-nav .sp-instagram-icon-btn img {
  width: 48px;
}

.p-footer-sticky-nav .sp-reserve-btn a {
  background: #ca9994;
  font-size: 1.15em;
  color: #fff;
  padding: 0.9em 0;
  border-radius: 4px;
  font-weight: 500 !important;
}

.p-footer-sticky-nav .sp-reserve-btn a::before {
  content: "";
  background: url(https://www.nagoyabeautyclinic.com/wp-content/uploads/2026/01/calendar-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-right: 8px;
}

.p-footer-sticky-nav .sp-line-btn a {
  background: #00b900;
  font-size: 1.15em;
  color: #fff;
  padding: 0.9em 0;
  border-radius: 4px;
  font-weight: 500 !important;
}

.p-footer-sticky-nav .sp-line-btn svg.svg-inline--fa.fa-line {
  color: #fff;
  margin-right: 8px;
  margin-bottom: 0 !important;
  display: inline-block;
}

.p-footer-sticky-nav .p-footer-sticky-nav .c-navbar__item {
  flex: 1 1 45% !important;
}

.p-footer-sticky-nav .c-navbar__item.sp-instagram-icon-btn {
  flex: 0 1 15% !important;
}

/*=============================================
# 消すやつ
=============================================== */
.wp-block-gallery.has-nested-images
  figure.wp-block-image:not(#individual-image) {
  margin: 0;
  width: calc(
    32% - var(--wp--style--unstable-gallery-gap, 16px) / 2
  ) !important;
}

/*=============================================
# セクションタイトル
=============================================== */
.right-border {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 1em;
  margin-left: 0 !important;
}

.right-border::after {
  content: "";
  width: 1.5em;
  height: 1px;
  display: inline-block;
  background-color: #ce9a95;
}

.section-title p {
  font-family: "Marcellus", serif;
  line-height: 1;
}

@media screen and (max-width: 639px) {
  .section-title p {
    font-size: 40px !important;
  }
}

.section-title h2 {
  letter-spacing: 0.08em;
}

@media screen and (max-width: 639px) {
  .section-title.page-section-title p {
    font-size: 28px !important;
  }
}

.concept-text p {
  line-height: 2;
}

/*=============================================
# fv
=============================================== */
.sp-sp {
  padding-top: 4em !important;
  padding-bottom: 4em !important;
}

.fv {
  height: 88svh;
  background: #f8ebe8;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

@media screen and (max-width: 639px) {
  .fv {
    height: 40vh;
  }
}

body.home .wp-block-snow-monkey-blocks-spider-slider.fv-source {
  display: none;
}

.home .fv-swiper {
  width: 100vw;
  max-width: none;
  height: calc(100vh - 160px);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 639px) {
  .home .fv-swiper {
    height: 38vh;
    margin-top: 1em;
  }
}

.home .fv-swiper {
  padding: 0 10vw;
}

.home .fv-swiper .swiper-slide {
  width: auto;
  margin-right: 0 !important;
  aspect-ratio: 4/4;
  border-radius: 8px;
  overflow: hidden;
  filter: brightness(0.9);
  transform: scale(0.97);
  transition:
    filter 0.4s ease,
    transform 0.4s ease;
}

@media screen and (max-width: 639px) {
  .home .fv-swiper .swiper-slide {
    margin-right: 4px !important;
  }
}

.home .fv-swiper .swiper-slide-active {
  filter: brightness(1);
  transform: scale(1);
}

.home .fv-swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.editor-styles-wrapper .fv {
  height: auto !important;
  overflow: visible !important;
}

.concept-title {
  line-height: 1.4;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 639px) {
  .concept-title {
    font-size: 26px !important;
    margin-top: 0em !important;
  }
}

.concept-title span {
  display: inline-block;
  background: #fff;
  padding: 0.1em 0.4em;
  margin-bottom: 0.2em;
}

.concept-title .line2 {
  padding-right: 0;
}

.spider__dots {
  gap: 1em;
}

.spider__dots:not([data-thumbnails="true"]) .spider__dot[aria-current="true"] {
  background-color: #e2e2e2;
}

.home .smb-spider-slider__figure-wrapper {
  border-radius: 8px;
}

.menu-tab .smb-tab-panel {
  border: none !important;
  border-top: 1px solid #ca9994 !important;
  padding: 3em 0 0 !important;
}

@media screen and (max-width: 639px) {
  .menu-tab .smb-tab-panel {
    padding: 2em 0.5em 0 !important;
  }
}

.menu-tab .smb-tab-panel__body {
  width: 85% !important;
  margin: auto;
}

@media screen and (max-width: 639px) {
  .menu-tab .smb-tab-panel__body {
    width: 100% !important;
  }
}

@media screen and (min-width: 639px) and (max-width: 1023px) {
  .menu-tab .smb-tab-panel__body {
    width: 100% !important;
  }
}

.menu-tab
  .smb-tabs[data-orientation="horizontal"]
  > .smb-tabs__tabs
  .smb-tabs__tab {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.menu-tab .smb-tabs__tab[aria-selected="true"] {
  --smb-tabs--tab-border-color: #ca9994 !important;
}

.menu-tab button.smb-tabs__tab {
  font-size: 1.15em !important;
  letter-spacing: 0.08em;
}

.menu-tab .smb-accordion__item__title {
  background: #fff;
  color: #be7e75;
  padding-top: 1em !important;
  padding-bottom: 1em !important;
  font-size: 1.1em !important;
}

@media screen and (max-width: 639px) {
  .menu-tab .smb-accordion__item__title {
    font-size: 14px !important;
  }
}

.menu-tab .wp-block-snow-monkey-blocks-accordion-item {
  border: 1px solid #ca9994;
}

.menu-tab .smb-accordion__item__body {
  padding-top: 0.5em;
}

/* 黒いフォーカス枠だけ消す（ピンク枠はそのまま） */
.smb-accordion__item__title:focus,
.smb-accordion__item__title:focus-visible,
.smb-accordion__item__control:focus,
.smb-accordion__item__control:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.pink-dot-list li::marker {
  color: #ca9994 !important;
}

.pink-dot-list a {
  text-decoration: none !important;
  color: inherit !important;
}

@media (max-width: 767px) {
  .wp-block-snow-monkey-blocks-spider-slider.rcm-3cut-source {
    display: none;
  }

  .rcm-3cut-swiper {
    width: 100%;
    overflow: hidden;
  }

  .rcm-3cut-swiper .swiper {
    width: 100%;
    padding: 0 10vw;
    height: auto;
  }

  .rcm-3cut-swiper .swiper-slide {
    width: auto;
    aspect-ratio: 4/4;
    border-radius: 8px;
    margin-right: 4px;
    overflow: hidden;
    transition:
      transform 0.4s ease,
      filter 0.4s ease;
  }

  .rcm-3cut-swiper .swiper-wrapper {
    height: 240px;
  }

  .rcm-3cut-swiper .swiper-slide.swiper-slide-active {
    transform: scale(1);
    filter: brightness(1);
  }

  .rcm-3cut-swiper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .rcm-3cut-swiper .swiper {
    padding: 0 10vw;
    height: auto;
    margin-top: 0;
  }

  .rcm-3cut-swiper .swiper-slide.swiper-slide-prev,
  .rcm-3cut-swiper .swiper-slide.swiper-slide-next {
    transform: scale(0.95);
    filter: brightness(0.9);
  }

  .rcm-3cut-swiper .swiper-pagination {
    position: relative;
    margin-top: 12px;
    text-align: center;
  }

  .rcm-3cut-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #e2e2e2;
    opacity: 0.5;
    margin: 0 4px;
  }

  .rcm-3cut-swiper .swiper-pagination-bullet-active {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .recommend .swiper {
    display: none;
  }
}

.point-no {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0 !important;
}

.point-text-box {
  margin-left: -3em !important;
  margin-bottom: -1.5em !important;
  padding: 2em !important;
  z-index: 1;
}

@media screen and (max-width: 639px) {
  .point-text-box {
    flex-basis: 90% !important;
    margin-left: auto !important;
    margin-bottom: 0em !important;
    transform: translateY(-5em);
    padding: 1.5em !important;
  }
}

.point-flex2 .point-text-box {
  margin-left: 0 !important;
  margin-right: -3em !important;
}

.point-flex {
  gap: 0 !important;
}

@media screen and (max-width: 639px) {
  .point-flex {
    align-items: start !important;
    justify-content: left !important;
  }
}

@media screen and (max-width: 639px) {
  div.point-img {
    flex-basis: 65% !important;
  }
}

@media screen and (max-width: 639px) {
  .point-flex2 .point-text-box {
    order: 2;
    margin-left: 0em !important;
    margin-right: 3em !important;
  }

  .point-flex2 div.point-img {
    order: 1;
  }

  .point-flex2.point-flex {
    justify-content: right !important;
    margin-top: 0 !important;
  }

  .point-flex3.point-flex {
    margin-top: 0 !important;
    margin-bottom: -2em !important;
  }
}

.point-flex3 img {
  -o-object-position: 88% 50% !important;
  object-position: 88% 50% !important;
}

.reasons .smb-section__background {
  right: 10% !important;
  border-radius: 0 16px 16px 0 !important;
}

@media screen and (max-width: 639px) {
  .reasons .smb-section__background {
    right: 4% !important;
  }
}

@media screen and (max-width: 639px) {
  .reasons {
    padding-bottom: 0 !important;
  }

  .reasons-inner {
    padding-right: 18px !important;
  }
}

.doctor-flex {
  gap: 0 !important;
  position: relative;
}

@media screen and (max-width: 639px) {
  .doctor-flex {
    padding: 0 18px !important;
  }
}

.doctor-flex-r {
  position: absolute;
  bottom: -4em;
  right: 0;
  width: 540px;
  max-width: 100%;
}

@media screen and (max-width: 639px) {
  .doctor-flex-r {
    gap: 0 !important;
    bottom: -6.5em;
    right: -1em;
    width: 320px;
  }
}

@media screen and (max-width: 639px) {
  .doctor {
    padding-top: 4em !important;
    padding-bottom: 6.5em !important;
  }
}

.doctor .smb-section-with-bgimage__mask {
  left: 10% !important;
  border-radius: 16px 0 0 16px !important;
}

@media screen and (max-width: 639px) {
  .doctor .smb-section-with-bgimage__mask {
    left: 4% !important;
  }
}

.doctor .smb-section-with-bgimage__bgimage img {
  width: 40% !important;
  right: 0 !important;
}

@media screen and (max-width: 639px) {
  .doctor .smb-section-with-bgimage__bgimage img {
    width: 75% !important;
    height: 380px;
    top: 0 !important;
  }
}

.faq .smb-accordion__item__body {
  background: #f9f9f9 !important;
  margin-bottom: 1em !important;
}

.faq .smb-accordion__item__title {
  padding-top: 0.8em !important;
  padding-bottom: 0.8em !important;
}

.faq .smb-accordion__item__title::before {
  content: "Q.";
  color: #ca9994;
  font-size: 1.38em;
  padding-right: 8px;
  font-family: "Marcellus", serif;
}

.faq .wp-block-snow-monkey-blocks-accordion-item {
  border-top: 1px solid #eee !important;
  margin-top: 0 !important;
}

.faq .wp-block-snow-monkey-blocks-accordion-item:last-child {
  border-bottom: 1px solid #eee !important;
}

@media screen and (max-width: 639px) {
  .map-content {
    margin-top: 1em !important;
  }
}

.map iframe {
  width: 100%;
}

@media screen and (max-width: 639px) {
  .map iframe {
    height: 100%;
    aspect-ratio: 16/9;
  }
}

.footer-section .company-list {
  color: #fff !important;
}

.footer-section .footer-nav {
  margin-top: 1em !important;
  padding: 0 4% !important;
}

@media screen and (max-width: 639px) {
  .footer-section .footer-nav {
    padding: 0 !important;
    gap: 0.7em 1.3em !important;
    justify-content: space-around !important;
  }
}

@media screen and (max-width: 639px) {
  .footer-section .footer-top-flex {
    padding: 0 !important;
  }

  .footer-section .footer-top-flex-l {
    text-align: center !important;
  }

  .footer-section .footer-top-flex-l img {
    margin: auto !important;
  }

  .footer-section .footer-btn {
    justify-content: center !important;
  }
}

@media (min-width: 640px) {
  .company-list .c-row__col--md-1-4,
  .company-list .c-row__col--md-2-8,
  .company-list .c-row__col--md-3-12 {
    --_item-width: 20% !important;
  }
}

.c-copyright--inverse {
  background-color: #d09f98;
  text-align: center !important;
  font-size: 0.9em !important;
}

/*=============================================
# メニュー料金
=============================================== */
.menu-top-btn {
  gap: 1.5em !important;
}

@media screen and (max-width: 639px) {
  .menu-top-btn {
    gap: 1em !important;
  }
}

.menu-top-btn a {
  width: 320px !important;
  max-width: 100%;
  align-items: center;
  position: relative;
  transform: all 0.3s;
}

@media screen and (max-width: 639px) {
  .menu-top-btn a {
    width: 164px !important;
  }
}

.menu-top-btn a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 600;
  color: #be7e75;
  font-size: 0.8em;
  position: absolute;
  right: 2em;
}

.menu-top-btn a:hover {
  background: #be7e75 !important;
  color: #fff !important;
}

.menu-top-btn a:hover::after {
  color: #fff;
}

@media screen and (min-width: 780px) {
  .menu-tab.menu-detail .smb-accordion__item__title {
    padding-left: 2.5em !important;
    padding-right: 2.5em !important;
  }

  .menu-tab.menu-detail .smb-accordion__item__body {
    padding-left: 2.5em !important;
    padding-right: 2.5em !important;
  }
}

.menu-tab.menu-detail .smb-accordion__item__title {
  color: #333;
}

/*=============================================
# 院長紹介
=============================================== */
@media screen and (max-width: 639px) {
  .greeting .smb-section__background {
    top: 20em !important;
  }
}

@media screen and (max-width: 639px) {
  .greeting-img {
    width: 80% !important;
  }
}

.doctor-company-list {
  padding: 0 4em !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media screen and (max-width: 639px) {
  .doctor-company-list {
    padding: 0 1em !important;
    margin-top: 1.3em !important;
  }
}

@media screen and (max-width: 639px) {
  .career-img img {
    width: 80% !important;
    margin: auto;
  }
}

@media screen and (max-width: 639px) {
  .career {
    margin-top: 2em !important;
  }
}

@media screen and (max-width: 639px) {
  .career .smb-section__background {
    left: 0 !important;
    top: 16em !important;
  }
}

@media screen and (max-width: 639px) {
  .doctor-bottom-flex {
    margin-top: 3em !important;
    margin-bottom: 2em !important;
  }

  .QUALIFICATIONS-box {
    margin-bottom: 3em !important;
  }
}

/*=============================================
# アクセス
=============================================== */
/* 下のサムネイル（spider__dot）のうち、現在表示中のものだけ消す */
.clinic-gallery
  .spider__dots[data-thumbnails="true"]
  .spider__dot[aria-current="true"] {
  display: none;
}

.clinic-gallery .spider__dots {
  gap: 0.5em !important;
  justify-content: space-around !important;
}

.clinic-gallery .smb-spider-slider__figure-wrapper:before {
  padding: 65.25% 0 0 !important;
}

.page .l-contents__inner {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 639px) {
  .clinic-top-flex {
    margin-top: 2em !important;
    gap: 2.5em !important;
    flex-direction: column !important;
  }

  .map-content.access-map-content {
    margin-top: 3em !important;
  }
}

/*=============================================
# お問い合わせ
=============================================== */
@media screen and (max-width: 639px) {
  .contact-top-btn {
    gap: 1.5em !important;
  }
}

@media screen and (max-width: 639px) and (max-width: 639px) {
  .contact-top-btn {
    gap: 1em !important;
  }
}

@media screen and (max-width: 639px) {
  .contact-top-btn a {
    width: 164px !important;
    max-width: 100%;
  }
}

.contact-form .smf-select-control {
  width: 100%;
}

.contact-form select.smf-select-control__control {
  width: 100%;
}

.contact-form .smf-form .smf-select-control__toggle:before {
  right: 1.5em !important;
}

.contact-form button.smf-button-control__control {
  width: 240px !important;
  border-radius: 50px !important;
  padding: 0.8em 0 !important;
  letter-spacing: 0.1em !important;
  font-weight: 500 !important;
}

@media screen and (max-width: 639px) {
  .contact-form button.smf-button-control__control {
    width: 160px !important;
    padding: 0.6em 0 !important;
    font-size: 15px !important;
  }
}

/* =========================
  Treatment Menu Enhanced Styles
========================= */
/* ===== 全体設定 ===== */
.single-treatment_menu .treatment-detail {
  max-width: 1040px;
  margin: 0 auto;
}

/* ===== MVセクション（Figmaデザイン対応） ===== */
.single-treatment_menu .treatment-mv-full {
  background: #f5ebea;
  padding: 60px 16px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 60px;
}

.single-treatment_menu .treatment-mv-full__container {
  display: flex;
  align-items: center;
  justify-content: center; /* 中央寄せ */
  gap: 0;
  max-width: 1440px;
  margin: -30px auto 0;
  position: relative;
  width: fit-content; /* ← これを追加 */
  margin-left: auto; /* ← これを追加 */
  margin-right: auto; /* ← これを追加 */
}

/* 左側の縦書きタイトル */
.single-treatment_menu .treatment-mv-full__title-vertical {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: clamp(50px, 8vw, 90px);
  font-weight: 700;
  color: #b8766f;
  padding: 0px 40px 60px 40px;
  min-height: 500px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: auto; /* ← 固定幅を解除 */
}

.single-treatment_menu .treatment-mv-full__title-vertical h1 {
  margin: 0;
  line-height: 1.2;
}

/* 右側の画像エリア */
.single-treatment_menu .treatment-mv-full__image {
  flex: 0 0 auto; /* ← flex: 1 を変更 */
  width: 730px; /* ← 固定幅を指定 */
  max-width: 730px;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.single-treatment_menu .treatment-mv-full__image img {
  width: 100%;
  height: auto;
  display: block;
}

/* キャッチコピー */
.single-treatment_menu .treatment-mv-full__text {
  margin-top: 0;
  max-width: 800px;
  margin-left: 40px;
  margin-right: auto;
  writing-mode: vertical-rl;
  text-orientation: upright;
  flex-shrink: 0;
  width: auto; /* ← 固定幅を解除 */
  height: auto;
  justify-content: start;
}

.single-treatment_menu .treatment-catch {
  font-size: clamp(18px, 2.5vw, 32px);
  font-weight: 500;
  color: #b8766f;
  margin: 0 0 8px;
  padding: 50px 12px;
  background-color: #fff;
  border-radius: 24px;
  line-height: 1.3 !important; /* ← 1.6 → 1.2 に変更 */
  display: inline-block !important; /* ← 追加 */
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  letter-spacing:0.2rem;
}

.single-treatment_menu .treatment-sub {
  font-size: clamp(18px, 2.5vw, 32px);
  margin-top: 30px;
  font-weight: 500;
  line-height: 1.6;
  color: #b8766f;
  padding: 40px 8px;
  background-color: #fff;
  border-radius: 24px;
  margin-right: 30px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  letter-spacing:0.2rem;}

/* SP対応 */
@media (max-width: 768px) {
  .single-treatment_menu .treatment-mv-full {
    padding: 40px 16px;
  }

  .single-treatment_menu .treatment-mv-full__container {
    display: flex;
    flex-direction: column; /* ← 縦並び */
    width: 100%;
    position: relative;
    margin: 0;
  }

  /* 上部エリア（タイトル + キャッチコピー） */
  .single-treatment_menu .treatment-mv-full__container::before {
    content: '';
    display: block;
    height: 90px; /* ← タイトル・キャッチコピー用のスペース */
    width: 100%;
  }

  /* 左上：横書きの施術名 */
  .single-treatment_menu .treatment-mv-full__title-vertical {
    writing-mode: horizontal-tb; /* ← 横書き */
    text-orientation: mixed;
    width: auto;
    min-height: auto;
    padding: 0;
    text-align: left;
    font-size: clamp(28px, 8vw, 40px);
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    order: 1; /* ← 順序を指定 */
  }
  
  .single-treatment_menu .treatment-mv-full__title-vertical h1 {
    margin: 0;
    line-height: 1.2;
  }

/* 右上：縦書きのキャッチコピー */
.single-treatment_menu .treatment-mv-full__text {
  position: absolute;
  top: 0px;
  right: 0;
  width: auto;
  margin: 0;
  writing-mode: vertical-rl;
  text-orientation: upright;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 0; /* ← gap を 0 に */
  align-items: start; /* ← 右寄せ */
}

/* キャッチコピー：右上 */
.single-treatment_menu .treatment-catch {
  font-size: clamp(16px, 2.5vw, 32px);
  font-weight: 500 ;
  color: #b8766f ;
  margin: 0 0 8px ;
  padding: 20px 4px ; /* ← 上下左右を明示 */
  background-color: #fff ;
  border-radius: 16px ;
  line-height: 1.6 ;
  letter-spacing:0.1rem;
  height: auto !important; /* ← 強制適用 */
  width: auto !important;
  min-height: auto !important; /* ← 最小高さを解除 */
  max-height: none !important; /* ← 最大高さを解除 */
}

/* サブコピー：キャッチコピーより少し下から開始 */
.single-treatment_menu .treatment-sub {
  font-size: clamp(14px, 4vw, 18px);
  padding: 16px 4px;
  margin: 0;
  margin-top: 20px; /* ← この値でキャッチコピーとの間隔を調整 */
  margin-right: 16px; /* ← 左にずらす */
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 16px;
  line-height: 1.6;
  opacity: 1;
  width: auto;
  letter-spacing:0.1rem;

}


  /* 下：画像（全幅） */
  .single-treatment_menu .treatment-mv-full__image {
    width: 100%;
    max-width: 95%;
    border-radius: 16px;
    position: relative;
    margin: 20px auto 0 0; 
    order: 3; 
}}

/* ===== 目次ボタン ===== */
.single-treatment_menu .treatment-nav {
  margin: 40px 0 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 24px;
  max-width: 1040px;
  width: 100%;
}

.single-treatment_menu .treatment-nav__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-radius: 999px;
  border: 1.5px solid #d3aaa4;
  background: #fff;
  color: #bd7e77;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
  letter-spacing: 0.05em;
  white-space: nowrap;
  padding: 0 20px 0 24px;
  position: relative;
}

/* 右側のアイコン */
.single-treatment_menu .treatment-nav__btn::after {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #ca9994;
  border-bottom: 2px solid #ca9994;
  transform: rotate(45deg);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

/* ホバー時 */
.single-treatment_menu .treatment-nav__btn:hover {
  background: #aa716b;
  color: #fff;
  border: 1.5px solid #aa716b;
}

.single-treatment_menu .treatment-nav__btn:hover::after {
  border-color: #fff;
}

/* ===== レスポンシブ ===== */
@media (max-width: 768px) {
  .single-treatment_menu .treatment-nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 32px 0 48px;
  }

  .single-treatment_menu .treatment-nav__btn {
    height: 44px;
    font-size: 13px;
    padding: 0 16px 0 12px;
  }

  .single-treatment_menu .treatment-nav__btn::after {
    width: 8px;
    height: 8px;
  }
}

/* ===== セクション共通 ===== */
.single-treatment_menu .treatment-section {
  margin-top: 80px;
  scroll-margin-top: 100px;
}

.single-treatment_menu .treatment-section:first-of-type {
  margin-top: 0;
}

.single-treatment_menu .treatment-section__title {
  text-align: center;
  letter-spacing: 0.15em;
  font-size: clamp(28px, 4vw, 38px);
  margin: 0 0 8px;
  font-weight: 400;
  color: #333;
  font-family: "Marcellus", serif;
}

.single-treatment_menu .treatment-section__sub {
  text-align: center;
  opacity: 0.65;
  margin: 0 0 32px;
  font-size: 15px;
  letter-spacing: 0.1em;
}

/* ===== 施術内容・料金ボックス ===== */
.single-treatment_menu .treatment-section__box {
  margin-top: 12px;
  background: #fff;
  border: 1px solid #f0e5e6;
  padding: 24px 32px;
  line-height: 1.9;
}

.single-treatment_menu .treatment-section__box p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .single-treatment_menu .treatment-section__box {
    margin-top: 8px;
    padding: 16px 16px;
  }
}

/* ===== RECOMMEND ===== */
.single-treatment_menu .treatment-points {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 45px 80px;
  max-width: 1000px;
}

.single-treatment_menu .treatment-point {
  padding: 24px 24px;
  display: flex;
  gap: 30px;
  align-items: center;
  background: #fff;
  transition: all 0.3s ease;
}

.single-treatment_menu .treatment-point:hover {
  border-color: #d6b3b4;
  box-shadow: 0 2px 8px rgba(202, 153, 148, 0.1);
}

.single-treatment_menu .treatment-point__icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #d6b3b4;
  font-size: 16px;
  color: #ca9994;
  flex-shrink: 0;
}

.single-treatment_menu .treatment-point__text {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #be7e75;
}

/* RECOMMENDセクション全体の背景を有効化 */
.single-treatment_menu #sec-points {
  background-color: #f7f3f2;
}

/* 背景色を画面幅いっぱいに */
.single-treatment_menu #sec-points.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

@media (max-width: 768px) {
  .single-treatment_menu .treatment-point__text {
    font-size: 14px;
  }
  .single-treatment_menu .treatment-point {
    gap: 12px;
  }
}

/* ===== 症例写真セクション ===== */
.single-treatment_menu .treatment-case {
  margin-top: 40px;
  position: relative;
  max-width: 1200px; /* 1040px → 1200pxに変更（ボタン用の余白確保） */
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px; /* 左右にボタン用の余白を追加 */
}

/* Swiperコンテナ */
.single-treatment_menu #caseSwiper {
  overflow: hidden;
}

/* ナビゲーションボタン */
.single-treatment_menu .treatment-case__prev,
.single-treatment_menu .treatment-case__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid #d6b3b4;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-treatment_menu .treatment-case__prev:hover,
.single-treatment_menu .treatment-case__next:hover {
  background: #f9f3f2;
  border-color: #ca9994;
}

.single-treatment_menu .treatment-case__prev {
  left: 0;
}

.single-treatment_menu .treatment-case__next {
  right: 0;
}

.single-treatment_menu .treatment-case__prev::before,
.single-treatment_menu .treatment-case__next::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #b78587;
  border-right: 2px solid #b78587;
}

.single-treatment_menu .treatment-case__prev::before {
  transform: rotate(-135deg);
  margin-right: -2px;
}

.single-treatment_menu .treatment-case__next::before {
  transform: rotate(45deg);
  margin-left: -4px;
}

/* 症例写真カード */
.single-treatment_menu .treatment-case__card {
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.single-treatment_menu .treatment-case__card img {
  width: 100%;
  height: auto;
  display: block;
}

/* ページネーション */
.single-treatment_menu .treatment-case__pagination {
  margin-top: 24px;
  text-align: center;
}

.single-treatment_menu .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #d6b3b4;
  opacity: 0.4;
  margin: 0 5px;
  transition: all 0.3s ease;
}

.single-treatment_menu .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ca9994;
}

/* SP対応 */
@media (max-width: 768px) {
  .single-treatment_menu .treatment-case {
    padding: 0 16px;
  }

  .single-treatment_menu .treatment-case__prev,
  .single-treatment_menu .treatment-case__next {
    display: none;
  }
}

/* ===== 料金セクション==== */
.single-treatment_menu #sec-price {
  max-width: 1085px;
  margin-left: auto;
  margin-right: auto;
}

.single-treatment_menu #sec-price .treatment-section__box {
  padding: 0;
  overflow: hidden;
  border: none;
  border-radius: 0;
  margin-top: 4px;
}

/* テーブル全体 */
.single-treatment_menu #sec-price table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  background: #fff;
}

/* テーブルヘッダー（料金表） */
.single-treatment_menu #sec-price table caption,
.single-treatment_menu #sec-price .price-table-title {
  background: #d6b3b4;
  color: #fff;
  padding: 18px 20px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.15em;
}

/* 列ヘッダー（施術内容・モニター料金・通常料金） */
.single-treatment_menu #sec-price thead th {
  background: #ead7d8;
  color: #333;
  padding: 12px 20px;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #ffffff;
  font-family: noto sans JP;
}

.single-treatment_menu #sec-price thead th:last-child {
  border-right: none;
}

.single-treatment_menu #sec-price thead th:first-child {
  text-align: center;
}

/* データ行 */
.single-treatment_menu #sec-price tbody td {
  padding: 20px 20px;
  border-bottom: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
  line-height: 1.6;
  font-size: 14px;
  font-family: noto sans JP;
}

.single-treatment_menu #sec-price tbody {
  background: #f7f3f2;
}

.single-treatment_menu #sec-price tbody tr:last-child td {
  border-bottom: none;
}

/* 施術内容列 */
.single-treatment_menu #sec-price tbody td:first-child {
  font-weight: 500;
  text-align: center;
  padding-left: 24px;
  color: #333;
  font-family: noto sans JP;
}

/* 料金列 */
.single-treatment_menu #sec-price tbody td:nth-child(2) {
  text-align: center;
  font-weight: 600;
  color: #b8766f;
  font-size: 15px;
  font-family: noto sans JP;
}

.single-treatment_menu #sec-price tbody td:nth-child(3) {
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  font-family: noto sans JP;
}

/* テーブル下の注釈 */
.single-treatment_menu #sec-price .price-note {
  margin-top: 20px;
  padding: 0 16px;
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  font-family: noto sans JP;
}

/* レスポンシブ */
@media (max-width: 768px) {
  .single-treatment_menu #sec-price {
    max-width: 365px;
  }

  .single-treatment_menu #sec-price table caption,
  .single-treatment_menu #sec-price .price-table-title {
    font-size: 16px;
    padding: 14px 16px;
  }

  .single-treatment_menu #sec-price thead th {
    padding: 12px 10px;
    font-size: 12px;
  }

  .single-treatment_menu #sec-price thead th:first-child {
    padding-left: 12px;
  }

  .single-treatment_menu #sec-price tbody td {
    padding: 14px 10px;
    font-size: 12px;
  }

  .single-treatment_menu #sec-price tbody td:first-child {
    padding-left: 12px;
  }

  .single-treatment_menu #sec-price tbody td:nth-child(2),
  .single-treatment_menu #sec-price tbody td:nth-child(3) {
    font-size: 13px;
  }

  .single-treatment_menu #sec-price .price-note {
    font-size: 11px;
    margin-top: 16px;
    padding: 0 12px;
  }
}

/* ===== 基本情報セクション ===== */

/* セクション全体 */
.single-treatment_menu .section--info {
  margin-top: 80px;
  max-width: 1085px;
  margin-left: auto;
  margin-right: auto;
}

/* 帯見出し */
.single-treatment_menu .section--info .section-head--bar {
  background: #d6b3b4;
  color: #fff;
  padding: 18px 0;
  text-align: center;
  margin-bottom: 0;
}

.single-treatment_menu .section--info .section-head--bar .section-head__title {
  display: inline-block;
  background: transparent;
  padding: 0;
  border-radius: 0;
  font-size: clamp(18px, 2.5vw, 20px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin: 0;
  color: #fff;
}

/* 情報テーブル */
.single-treatment_menu .section--info .section-body--table {
  background: #f7f3f2;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  border-top: 5px solid #fff;
}

.single-treatment_menu .section--info .info-table {
  width: 100%;
}

.single-treatment_menu .section--info .info-table dl {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 0;
  margin: 0;
}

/* 項目名 */
.single-treatment_menu .section--info .info-table dt {
  background: #ead7d8;
  color: #333;
  font-weight: 500;
  padding: 20px 20px;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
  display: flex;
  align-items: center;
  text-align: center;
}

/* 内容 */
.single-treatment_menu .section--info .info-table dd {
  background: #f7f3f2;
  margin: 0;
  color: #333;
  line-height: 1.8;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 20px 24px;
  border-bottom: 5px solid #fff;
}

/* 最後の行はボーダーなし */
.single-treatment_menu .section--info .info-table dt:nth-last-of-type(1),
.single-treatment_menu .section--info .info-table dd:nth-last-of-type(1) {
  border-bottom: none;
}

/* レスポンシブ（SP: 365px幅） */
@media (max-width: 768px) {
  .single-treatment_menu .section--info {
    max-width: 350px;
    margin-top: 60px;
  }

  .single-treatment_menu .section--info .section-head--bar {
    padding: 10px 0;
  }

  .single-treatment_menu
    .section--info
    .section-head--bar
    .section-head__title {
    font-size: 16px;
  }

  /* SP: 項目名と内容を横並び（左右2列維持） */
  .single-treatment_menu .section--info .info-table dl {
    grid-template-columns: 110px 1fr !important;
  }

  .single-treatment_menu .section--info .info-table dt {
    border-right: 5px solid #fff !important;
    border-bottom: 5px solid #fff !important;
    padding: 14px 12px;
    font-size: 13px;
    text-align: center;
  }

  .single-treatment_menu .section--info .info-table dd {
    padding: 14px 12px;
    font-size: 13px;
  }

  .single-treatment_menu .section--info .info-table dd:nth-last-of-type(1) {
    border-bottom: none !important;
  }

  .single-treatment_menu .section--info .info-table dt:nth-last-of-type(1) {
    border-bottom: none !important;
  }
}

/* ===== FAQ ===== */
.single-treatment_menu .treatment-faq details {
  border: 1px solid #ead7d8;
  border-radius: 14px;
  padding: 18px 20px;
  background: #fff;
  margin-bottom: 12px;
  transition: all 0.3s ease;
}

.single-treatment_menu .treatment-faq details:hover {
  border-color: #d6b3b4;
  box-shadow: 0 2px 8px rgba(202, 153, 148, 0.08);
}

.single-treatment_menu .treatment-faq details:last-child {
  margin-bottom: 0;
}

.single-treatment_menu .treatment-faq summary {
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  position: relative;
  padding-right: 32px;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  letter-spacing: 0.03em;
}

.single-treatment_menu .treatment-faq summary::-webkit-details-marker {
  display: none;
}

.single-treatment_menu .treatment-faq summary::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #b78587;
  border-right: 2px solid #b78587;
  transform: translateY(-50%) rotate(135deg);
  transition: transform 0.3s ease;
}

.single-treatment_menu .treatment-faq details[open] summary::after {
  transform: translateY(-50%) rotate(-45deg);
}

.single-treatment_menu .treatment-faq .faq-a {
  margin-top: 14px;
  opacity: 0.85;
  line-height: 1.8;
  font-size: 14px;
  padding-left: 0;
  color: #555;
}

/* ===== レスポンシブ ===== */
@media (max-width: 768px) {
  .single-treatment_menu .treatment-detail {
    padding: 0px 16px 60px 16px;
  }

  .single-treatment_menu .treatment-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 10px;
    margin: 32px 0 48px;
  }

  .single-treatment_menu .treatment-nav__btn {
    height: 44px;
    font-size: 13px;
  }

  .single-treatment_menu .treatment-section {
    margin-top: 60px;
  }

  .single-treatment_menu .treatment-points {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .single-treatment_menu .treatment-case {
    padding: 0 40px;
  }

  .single-treatment_menu .treatment-case__prev,
  .single-treatment_menu .treatment-case__next {
    width: 36px;
    height: 36px;
  }

  .single-treatment_menu .section--pink {
    padding: 36px 20px;
    margin-top: 60px;
  }

  .single-treatment_menu .section-body--table {
    padding: 20px 18px;
  }

  .single-treatment_menu .section-body--table dl {
    grid-template-columns: 1fr;
    gap: 10px 0;
  }

  .single-treatment_menu .section-body--table dt {
    font-weight: 600;
  }

  .single-treatment_menu #sec-price thead th,
  .single-treatment_menu #sec-price tbody td {
    padding: 12px 14px;
    font-size: 13px;
  }
}

/* ===== サイドバー非表示 ===== */
.single-treatment_menu .l-contents__sidebar {
  display: none !important;
}

.single-treatment_menu .l-contents__main {
  width: 100% !important;
  max-width: 100% !important;
}
