/* ========================================================================== 
   Page common CSS
   ========================================================================== */

/*
  Load this before each page-specific CSS.
  Created by comparing page-medical-hair-removal.cleaned.css and page-pigmentation.cleaned.css.
*/


/* --------------------------------------------------------------------------
   Layout / page frame
   -------------------------------------------------------------------------- */

.main {
  position: absolute;
  top: 78px;
  left: 0px;
  width: 420px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background-color: #fff;
  font-size: 12px;
  color: #554a4a;
  font-family: 'Noto Serif JP';
}

.fv {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 36px;
}

.section {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 24px 60px;
  gap: 56px;
  font-size: 20px;
}


/* --------------------------------------------------------------------------
   Breadcrumb / page heading
   -------------------------------------------------------------------------- */

.pan-kuzu-list {
  display: flex;
  align-items: center;
  gap: 16px;
}

.pan-kuzu-list-child {
  height: 4px;
  width: 4px;
  position: relative;
  border-radius: 50%;
  background-color: #efd7ba;
}

.h1 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  font-size: 56px;
  font-family: 'EB Garamond';
}

.english {
  align-self: stretch;
  position: relative;
  letter-spacing: 0.03em;
  line-height: 100%;
  font-weight: 500;
}

.h12 {
  position: relative;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 100%;
  font-weight: 500;
  font-family: 'Noto Serif JP';
  color: #554a4a;
  text-align: center;
}

.line {
  align-self: stretch;
  display: flex;
  align-items: center;
}


/* --------------------------------------------------------------------------
   Content base
   -------------------------------------------------------------------------- */

.title {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  font-size: 24px;
}

.title-child {
  align-self: stretch;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
}

.top {
  position: relative;
  line-height: 100%;
  font-weight: 500;
}

.h2 {
  position: relative;
  letter-spacing: 0.03em;
  line-height: 100%;
}

.text {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 16px;
  font-family: 'Noto Sans JP';
}

.text2 {
  align-self: stretch;
  position: relative;
  letter-spacing: 0.03em;
  line-height: 150%;
}

.heading3 {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 4px;
}

.heading3-child {
  height: 4px;
  width: 4px;
  position: relative;
  background-color: #c7a47a;
  transform: rotate(-45deg);
}

.line-container {
  flex: 1;
  display: flex;
  align-items: center;
  background-image: url(../images/line_r.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  height: 10px;
}


/* --------------------------------------------------------------------------
   Shared item patterns
   -------------------------------------------------------------------------- */

.container {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.item {
  display: flex;
}

.item6 {
  border-radius: 400px;
  border: 2px solid #efd7ba;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.b {
  position: relative;
}

.body {
  position: relative;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
}

/* ==========================================================================
   page-first-visit.php 専用スタイル
   page-common.css への追記分
   ========================================================================== */

/* --------------------------------------------------------------------------
   page-first-visit 全体ラッパー
   -------------------------------------------------------------------------- */

.page-first-visit .page-section {
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #ffffff, #faf1ec);
}

/* --------------------------------------------------------------------------
   リード文
   -------------------------------------------------------------------------- */

.first-visit__lead {
  align-self: stretch;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-serif);
  color: var(--color-brown);
  line-height: 1.8;
  margin: 0;
}

/* --------------------------------------------------------------------------
   はじめての方へ イントロテキストブロック
   -------------------------------------------------------------------------- */

.first-visit__intro {
  align-self: stretch;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ぼかし装飾オブジェクト */
.first-visit__intro-blur {
  width: 230px;
  height: 230px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%); 
  background-color: #faf1ec;
  border-radius: 200px 200px 0 200px;
  filter: blur(10px);
  pointer-events: none;
  z-index: 0;
}

.first-visit__intro-text {
  position: relative;
  z-index: 1;
  align-self: stretch;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.first-visit__intro-p {
  align-self: stretch;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font-serif);
  color: var(--color-brown);
  line-height: 1.7;
  margin: 0;
}

/* ── ご予約方法 / ご来院の流れ 見出し ── */
.first-visit__h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.first-visit__h3-title {
  text-align: center;
  color: var(--color-brown);
  font-size: 22px;
  font-weight: 700;
  font-family: var(--font-serif);
}

.first-visit__h3-line {
  width: 40px;
  height: 0;
  border: none;
  border-top: 1px dashed var(--color-gold); /* 点線 */
  background: none;
}



/* --------------------------------------------------------------------------
   ご予約方法セクション
   -------------------------------------------------------------------------- */

.first-visit__reservation {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.first-visit__reservation-lead {
  align-self: stretch;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-serif);
  color: var(--color-brown);
  line-height: 1.8;
  margin: 0;
}

.first-visit__reservation-btns {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* 初診・相談予約フォームボタン */
.first-visit__form-btn {
  align-self: stretch;
  padding: 32px 80px;
  position: relative;
  background-color: #fba1a3;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  text-decoration: none;
  transition: background-color var(--transition-base);
}

.first-visit__form-btn:hover {
  background-color: #eb7b7d;
}

.first-visit__form-btn__inner {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  position: relative;
  z-index: 1;
}

.first-visit__form-btn__text {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--font-serif);
  line-height: 1.4;
}

/* デコレーション円 */
.first-visit__form-btn__deco {
  width: 117px;
  height: 117px;
  position: absolute;
  left: -31px;
  top: -42px;
  pointer-events: none;
  object-fit: contain;
}

/* 矢印ボタン */
.first-visit__form-btn__arrow {
  width: 33px;
  height: 33px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

/* 電話番号ボタン */
.first-visit__tel-btn {
  align-self: stretch;
  padding: 32px 20px;
  position: relative;
  background-color: var(--color-gold-light);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  text-decoration: none;
  transition: background-color var(--transition-base);
}

.first-visit__tel-btn:hover {
  background-color: #e0c4a0;
}

.first-visit__tel-btn__inner {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
}

.first-visit__tel-btn__number {
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 6px;
}

.first-visit__tel-icon {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
}

.first-visit__tel-number {
  text-align: center;
  color: var(--color-brown);
  font-size: 22px;
  font-weight: 500;
  font-family: var(--font-serif);
  line-height: 1;
}

.first-visit__tel-hours {
  align-self: stretch;
  text-align: center;
  color: var(--color-brown);
  font-size: 13px;
  font-weight: 500;
  font-family: var(--font-serif);
  margin: 0;
}

.first-visit__tel-btn__deco {
  width: 140px;
  height: 140px;
  position: absolute;
  right: -28px;
  top: -58px;
  pointer-events: none;
  object-fit: contain;
}

/* --------------------------------------------------------------------------
   ご来院の流れ セクション
   -------------------------------------------------------------------------- */

.first-visit__flow {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.first-visit__flow-steps {
  align-self: stretch;
  display: flex;
  flex-direction: column;
}

/* --------------------------------------------------------------------------
   各ステップ
   -------------------------------------------------------------------------- */

.first-visit__step {
  align-self: stretch;
  display: flex;               /* inline-flex → flex に変更 */
  justify-content: center;
  align-items: stretch;        /* flex-start → stretch に変更 */
  gap: 24px;
}

/* タイムライン縦軸 */
.first-visit__step-timeline {
  display: flex;               /* inline-flex → flex に変更 */
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
  width: 20px;
}

/* 縦線 */
.first-visit__step-line {
  width: 1px;
  background-color: var(--color-brown);
  flex: 1;
  min-height: 0;               /* 24px → 0 に変更 */
}

/* 最初のステップ：上の線なし */
.first-visit__step-timeline--first .first-visit__step-line:first-child {
  display: none;
}


/* グラデーション丸ドット */
.first-visit__step-dot {
  width: 20px;
  height: 20px;
  background: linear-gradient(to right, #ffe0c6, #ffc9c9);
  border-radius: 50%;
  filter: blur(2px);
  flex-shrink: 0;
}

/* ステップコンテンツ */
.first-visit__step-content {
  flex: 1;
  padding-bottom: 24px;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}

/* ステップタイトル */
.first-visit__step-title {
  text-align: center;
  color: var(--color-brown);
  font-size: 18px;
  font-weight: 700;
  font-family: var(--font-serif);
  margin: 0;
  line-height: 1.4;
}

/* ステップ本文 */
.first-visit__step-text {
  align-self: stretch;
  color: var(--color-brown);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-serif);
  line-height: 1.7;
  margin: 0;
}

/* ステップ内画像 */
.first-visit__step-img {
  align-self: stretch;
  width: 100%;
  height: 219px;
  object-fit: cover;
  display: block;
}

/* --------------------------------------------------------------------------
   page-fv（FVセクション）のページ固有スタイル
   -------------------------------------------------------------------------- */

/* page-glutathione-drip.php と共通の .page-fv / .page-heading / .breadcrumb
   スタイルは page-common.css に既存のため省略。
   下記は first-visit 固有の上書きが必要な場合のみ記述。 */

.page-first-visit .page-heading__en {
  color: var(--color-gold-light); /* #efd7ba */
}

/* --------------------------------------------------------------------------
   レスポンシブ調整（420px 以下）
   -------------------------------------------------------------------------- */

@media (max-width: 420px) {
  .first-visit__intro-p {
    font-size: 16px;
  }

  .first-visit__form-btn {
    padding: 28px 48px;
  }

  .first-visit__form-btn__text {
    font-size: 16px;
  }

  .first-visit__tel-btn {
    padding: 28px 48px;
  }

  .first-visit__tel-number {
    font-size: 20px;
  }

  .first-visit__step-title {
    font-size: 16px;
  }

  .first-visit__step-text {
    font-size: 14px;
  }

  .first-visit__step-img {
    height: 180px;
  }

  /* サンクスページ レスポンシブ */
  .thanks-reservation__title {
    font-size: 18px;
  }

  .thanks-reservation__body,
  .thanks-mail-section__lead,
  .thanks-mail-section__note,
  .thanks-mail-section__contact,
  .thanks-mail-section__list li {
    font-size: 14px;
  }

  .thanks-mail-section__title {
    font-size: 16px;
  }
}


/* ==========================================================================
   料金表ページ (page-prices)
   ========================================================================== */

/* --------------------------------------------------------------------------
   会員説明ノート
   -------------------------------------------------------------------------- */

.prices-member-note {
  width: 100%;
  margin-bottom: 56px;
}

.prices-member-note .text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.prices-member-note .text2 {
  margin: 0;
}

.prices-member-note .text span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

/* --------------------------------------------------------------------------
   カテゴリナビゲーション
   -------------------------------------------------------------------------- */

.prices-category {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 56px;
  width: 100%;
}

.prices-category__title {
  font-size: 20px;
  font-weight: 700;
  color: #544949;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.03em;
  line-height: 1;
  margin: 0;
}

.prices-nav {
  width: 100%;
}

.prices-nav__summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 16px 40px 16px 16px;
  border: 1px solid #554a4a;
  box-sizing: border-box;
  color: #554a4a;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
  cursor: pointer;
  list-style: none;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.prices-nav__summary::-webkit-details-marker {
  display: none;
}

.prices-nav__summary::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-65%) rotate(45deg);
  transition: transform 0.3s ease;
}

.prices-nav__summary:hover {
  background-color: #fff9f2;
  border-color: #c7a47a;
  color: #c7a47a;
}

.prices-nav[open] .prices-nav__summary {
  background-color: #c7a47a;
  color: #fff;
  border-color: #c7a47a;
}

.prices-nav[open] .prices-nav__summary::after {
  transform: translateY(-25%) rotate(225deg);
}

.prices-nav__panel {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  overflow: hidden;
  transition: grid-template-rows 0.3s ease, opacity 0.3s ease;
}

.prices-nav[open] .prices-nav__panel {
  grid-template-rows: 1fr;
  opacity: 1;
}

.prices-nav__panel-inner {
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.prices-nav__item {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 16px;
  background-color: #fff;
  border-right: 1px solid #c7a47a;
  border-bottom: 1px solid #c7a47a;
  border-left: 1px solid #c7a47a;
  box-sizing: border-box;
  color: #c7a47a;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.prices-nav__item:hover {
  background-color: #fff9f2;
}

/* --------------------------------------------------------------------------
   料金ブロック（大カテゴリ）
   -------------------------------------------------------------------------- */

.prices-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 48px;
}

.prices-block--pink {
  align-items: stretch;
  background-color: #fff5f5;
  padding: 32px 24px;
  box-sizing: border-box;
}

.prices-block--bordered {
  align-items: stretch;
  border: 1px solid #c7a47a;
  padding: 32px 16px;
  box-sizing: border-box;
}

.prices-campaign {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  color: #554a4a;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
}

.prices-campaign span {
  display: inline-block;
  padding: 0 2px;
  background: linear-gradient(90deg, #ffe1c7 0%, #ffc9ca 100%);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.prices-campaign small,
.prices-table__name small {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.prices-table__discount-note {
  color: #c7a47a;
}

.prices-info-text {
  width: 100%;
  color: #554a4a;
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.prices-info-text p,
.prices-info-text h3 {
  margin: 0 0 12px;
}

.prices-info-text a {
  color: #425b97;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.prices-block__h2 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}

.prices-block__h2-text {
  font-size: 24px;
  font-weight: 700;
  color: #544949;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.03em;
  line-height: 1;
}

/* --------------------------------------------------------------------------
   サブブロック（小カテゴリ）
   -------------------------------------------------------------------------- */

.prices-sub-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.prices-sub-block__h3 {
  display: flex;
  align-items: center;
  gap: 0;
  width: 100%;
  margin-bottom: 8px;
}

.prices-sub-block__h3-diamond {
  display: none;
}

.prices-sub-block__h3 > span {
  font-size: 18px;
  font-weight: 700;
  color: #544949;
  font-family: 'Noto Serif JP', serif;
  white-space: nowrap;
}

.prices-sub-block__h3-line {
  display: none;
}

/* --------------------------------------------------------------------------
   料金テーブル
   -------------------------------------------------------------------------- */

.prices-table {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: none;
  border-radius: 0;
  overflow: visible;
}

.prices-table__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background-color: #efd7ba;
  border-bottom: none;
  border-radius: 12px 12px 0 0;
}

.prices-table__header-name {
  flex: 1;
  font-size: 16px;
  font-weight: 700;
  color: #544949;
  font-family: 'Noto Serif JP', serif;
}

.prices-table__header-fees {
  display: flex;
  gap: 16px;
  flex-shrink: 0;
}

.prices-table__header-fees span {
  font-size: 16px;
  font-weight: 700;
  color: #544949;
  font-family: 'Noto Serif JP', serif;
  min-width: 72px;
  text-align: center;
}

.prices-table__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-top: 1px solid #c7a47a;
  background-color: transparent;
}

.prices-table--simple .prices-table__row:first-child {
  border-top: 1px solid #c7a47a;
}

.prices-note-text--right {
  align-self: flex-end;
  text-align: right;
}

.prices-block--text-box .prices-info-text {
  border: 1px solid #c7a47a;
  padding: 32px 16px;
  box-sizing: border-box;
  font-size: 16px;
}

.prices-block--text-box .prices-info-text h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.prices-electro-section {
  align-items: stretch;
}

.prices-electro-card {
  width: 100%;
  border: 1px solid #c7a47a;
  padding: 32px 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  color: #554a4a;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
}

.prices-electro-card h3 {
  margin: -4px 0 0;
  font-size: 18px;
  line-height: 1;
  color: #c7a47a;
}

.prices-electro-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.prices-electro-card__price {
  font-size: 16px;
  line-height: 1;
  color: #554a4a;
}

.prices-electro-card__price small {
  display: inline-block;
  margin-top: 8px;
  font-size: 14px;
}

.prices-table__row:first-child {
  border-top: none;
}

.prices-table__row--last {
  border-bottom: 1px solid #c7a47a;
}

.prices-table__note-row {
  padding: 12px 16px;
  border-top: 1px solid #c7a47a;
  color: #554a4a;
  font-family: 'Noto Serif JP', serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

.prices-table__name {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  color: #544949;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.6;
}

.prices-table__fees {
  display: flex;
  gap: 16px;
  flex-shrink: 0;
}

.prices-table__fees span {
  font-size: 14px;
  font-weight: 500;
  color: #544949;
  font-family: 'Noto Serif JP', serif;
  min-width: 72px;
  text-align: center;
}

.prices-table__fee-single {
  font-size: 14px;
  font-weight: 500;
  color: #544949;
  font-family: 'Noto Serif JP', serif;
  text-align: right;
  flex-shrink: 0;
}

/* オプションヘッダー */
.prices-table__option-header {
  display: flex;
  justify-content: flex-end;
  padding: 16px;
  background-color: #faf1ec;
  border-top: 1px solid #c7a47a;
  font-size: 16px;
  font-weight: 700;
  color: #544949;
  font-family: 'Noto Serif JP', serif;
}

/* 水光注射ワイドテーブル */
.prices-table--wide-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #efd7ba transparent;
}

.prices-table__header--wide {
  min-width: 610px;
  display: grid;
  grid-template-columns: 156px 156px 56px 150px;
  gap: 20px;
  justify-content: flex-start;
}

.prices-table__row--wide {
  min-width: 610px;
  display: grid;
  grid-template-columns: 156px 156px 56px 150px;
  gap: 20px;
  justify-content: flex-start;
}

.prices-table__header-name--narrow {
  max-width: 48px;
  flex: 0 0 48px;
}

.prices-table__name--narrow {
  max-width: 48px;
  flex: 0 0 48px;
}

.prices-table__row--wide .prices-table__fees,
.prices-table__header--wide .prices-table__header-fees {
  gap: 22px;
  justify-content: space-between;
}

/* 点滴テーブル */
.prices-table--drip .prices-table__header--drip {
  background-color: #efd7ba;
}

.prices-table__drip-price-header {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  padding: 8px 16px;
  background-color: #efd7ba;
  border-top: none;
  font-size: 14px;
  font-weight: 700;
  color: #544949;
  font-family: 'Noto Serif JP', serif;
}

.prices-table__drip-price-header span {
  min-width: 72px;
  text-align: center;
}

.prices-table__row--drip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border-top: 1px solid #c7a47a;
  background-color: #fff;
}

.prices-table__name--sub {
  font-size: 12px;
  color: #554a4a;
  line-height: 1.5;
}

/* --------------------------------------------------------------------------
   注記テキスト
   -------------------------------------------------------------------------- */

.prices-warning-text {
  width: 100%;
  padding: 0 4px;
}

.prices-warning-text p {
  font-size: 11px;
  color: #888;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.7;
  margin: 0 0 2px;
}

.prices-note-text {
  font-size: 11px;
  color: #888;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.7;
  margin: 4px 0 0;
}

.prices-note-text--center {
  width: 100%;
  margin: -16px 0 0;
  color: #554a4a;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

/* --------------------------------------------------------------------------
   点滴パスブロック
   -------------------------------------------------------------------------- */

.prices-pass-block {
  width: 100%;
  background-color: #fff5f5;
  padding: 32px 16px;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
  box-sizing: border-box;
}

.prices-pass-block__desc {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #544949;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.5;
  text-align: center;
}

.prices-pass-block__plan {
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
  background: linear-gradient(90deg, #ffe1c7 0%, #ffc9ca 100%);
}

.prices-pass-block__plan {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.prices-pass-block__plan > * {
  position: relative;
  z-index: 1;
}

.prices-pass-block__plan {
  position: relative;
}

.prices-pass-block__plan::after {
  content: "";
  position: absolute;
  inset: 12px;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 0;
}

.prices-pass-block__monthly,
.prices-pass-block__lead,
.prices-pass-block__note {
  margin: 0;
}

.prices-pass-block__monthly {
  padding-top: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.prices-pass-block__divider {
  width: 108px;
  height: 0;
  border-top: 1px dashed #c7a47a;
}

.prices-pass-block__lead {
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.prices-pass-block__note {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.prices-pass-block .prices-sub-block {
  margin: 0;
}

.prices-pass-block .prices-table {
  background-color: #fff;
}

.prices-pass-block .outline-btn {
  align-self: center;
  background-color: transparent;
  color: #554a4a;
}

.prices-pass-block .outline-btn:hover {
  color: var(--color-gold);
}

.prices-cosme-list {
  color: #c7a47a;
  font-weight: 700;
}

.prices-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 184px;
  padding: 14px 28px;
  background-color: #c7a47a;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Noto Serif JP', serif;
  text-decoration: none;
  border: 1px solid #c7a47a;
  border-radius: 999px;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
  align-self: center;
}

.prices-link-btn:hover {
  background-color: #b08c62;
}

.prices-info-text .prices-link-btn,
.prices-info-text .prices-link-btn:hover {
  color: #fff;
  text-decoration: none;
}

.prices-link-btn--outline {
  background-color: transparent;
  color: #c7a47a;
}

.prices-link-btn--outline:hover {
  background-color: #c7a47a;
  color: #fff;
}

.prices-link-btn__icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background-image: url(../images/prices/dl.png);
  background-size: contain;
}

.prices-link-btn--download {
  min-width: 0;
  padding: 12px 20px;
  border: none;
  border-radius: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

/* --------------------------------------------------------------------------
   お支払い・未成年ブロック
   -------------------------------------------------------------------------- */

.prices-payment-block,
.prices-minor-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}

.prices-payment-block__text,
.prices-minor-block__text {
  font-size: 13px;
  color: #544949;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.8;
  margin: 0;
}

/* --------------------------------------------------------------------------
   レスポンシブ（480px以上）
   -------------------------------------------------------------------------- */

@media (min-width: 480px) {
  .prices-block__h2-text {
    font-size: 24px;
  }

  .prices-table__header-fees span {
    min-width: 88px;
  }

  .prices-table__fees span {
    min-width: 88px;
  }

  .prices-table__drip-price-header span {
    min-width: 88px;
  }
}


/* ==========================================================================
   プライバシーポリシーページ (page-privacy-policy)
   page-common.css への追記分
   ========================================================================== */

/* --------------------------------------------------------------------------
   ページ全体ラッパー
   -------------------------------------------------------------------------- */

.page-privacy-policy .page-section {
  padding-bottom: 60px;
}

/* --------------------------------------------------------------------------
   コンテンツ本文ラッパー
   -------------------------------------------------------------------------- */

.privacy-policy__body {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
}

/* --------------------------------------------------------------------------
   イントロ文
   -------------------------------------------------------------------------- */

.privacy-policy__intro {
  align-self: stretch;
  color: #544949;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-serif);
  line-height: 1.7;
  margin: 0;
}

/* --------------------------------------------------------------------------
   H3 見出し（上下ボーダー付き）
   Figma: px-4 py-2 border-t border-b border-[#c7a47a]
   -------------------------------------------------------------------------- */

.privacy-policy__h3 {
  align-self: stretch;
  padding: 8px 16px;
  border-top: 1px solid #c7a47a;
  border-bottom: 1px solid #c7a47a;
  display: flex;
  align-items: center;
}

.privacy-policy__h3 span {
  flex: 1;
  color: #544949;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--font-serif);
  line-height: 1.4;
}

/* --------------------------------------------------------------------------
   本文テキスト
   -------------------------------------------------------------------------- */

.privacy-policy__text {
  align-self: stretch;
  color: #544949;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-serif);
  line-height: 1.7;
  margin: 0;
}

/* --------------------------------------------------------------------------
   箇条書きリスト
   -------------------------------------------------------------------------- */

.privacy-policy__list {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.privacy-policy__list li {
  color: #544949;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-serif);
  line-height: 1.7;
  padding-left: 1em;
  text-indent: -1em;
}

.privacy-policy__list li::before {
  content: "・";
}

/* --------------------------------------------------------------------------
   お問い合わせ 住所ブロック
   -------------------------------------------------------------------------- */

.privacy-policy__contact-info {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.privacy-policy__contact-info p {
  color: #544949;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-serif);
  line-height: 1.7;
  margin: 0;
}

/* --------------------------------------------------------------------------
   page-heading__en の色（他ページに合わせてゴールドライト）
   -------------------------------------------------------------------------- */

.page-privacy-policy .page-heading__en {
  color: #efd7ba;
}

/* --------------------------------------------------------------------------
   レスポンシブ調整（420px 以下）
   -------------------------------------------------------------------------- */

@media (max-width: 420px) {
  .privacy-policy__intro,
  .privacy-policy__text {
    font-size: 14px;
  }

  .privacy-policy__h3 span {
    font-size: 16px;
  }

  .privacy-policy__list li {
    font-size: 14px;
  }

  .privacy-policy__contact-info p {
    font-size: 14px;
  }
}





/* ==========================================================================
   ご予約・お問い合わせページ (page-contact)
   page-common.css への追記分
   ========================================================================== */

/* --------------------------------------------------------------------------
   ページ全体ラッパー
   -------------------------------------------------------------------------- */

.page-contact .page-section {
  padding-bottom: 60px;
  background: #fff;
}

.page-contact .page-heading__en {
  color: #efd7ba;
}

/* --------------------------------------------------------------------------
   コンテンツ本体ラッパー
   -------------------------------------------------------------------------- */

.contact-section {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
}

/* --------------------------------------------------------------------------
   アンカーリンクボタン
   -------------------------------------------------------------------------- */

.contact-anchor-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 0 24px;
}

.contact-anchor-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background-color: #c7a47a;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-sans);
  text-decoration: none;
  transition: background-color var(--transition-base);
}

.contact-anchor-btn:hover {
  background-color: #b08d63;
}

.contact-anchor-btn__arrow {
  width: 33px;
  height: 33px;
  background-color: #fff;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.contact-anchor-btn__arrow svg path {
  stroke: #c7a47a;
}

/* --------------------------------------------------------------------------
   コンテンツブロック（再診 / 初診）
   -------------------------------------------------------------------------- */

.contact-block {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
  /* ボーダーなし（Figmaデザイン準拠） */
  margin-bottom: 24px;
}

.contact-block--first {
  border: none;
  padding-top: 30px;
  gap: 24px;
}

.contact-block__line {
  width: 100%;
}

.contact-block__heading {
  padding: 8px;
  background-color: #fff5f5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-block__h2 {
  font-size: 24px;
  font-weight: 700;
  font-family: var(--font-serif);
  color: #544949;
  text-align: center;
  margin: 0;
}

/* --------------------------------------------------------------------------
   再診セクション：リード文
   -------------------------------------------------------------------------- */

.contact-block__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 0 30px;
}

.contact-revisit-lead {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.contact-revisit-lead__text {
  text-align: center;
  color: #544949;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-serif);
  line-height: 1.6;
  margin: 0;
}

/* 装飾ライン画像（後から画像ファイルをはめ込む） */
.contact-deco-img {
  display: block;
}

.contact-deco-img--left {
  width: 36px;  /* deco-lines-left.png のサイズに合わせて調整 */
  height: auto;
}

.contact-deco-img--right {
  width: 36px;  /* deco-lines-right.png のサイズに合わせて調整 */
  height: auto;
}

/* --------------------------------------------------------------------------
   各アイコン画像（後から画像ファイルをはめ込む）
   -------------------------------------------------------------------------- */

/* カレンダーアイコン（Web予約ボタン内） */
.contact-icon-calendar {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
}

/* LINEアイコン（LINEお友達登録ボタン内） */
.contact-icon-line {
  width: 19px;
  height: 18px;
  flex-shrink: 0;
}

/* 電話アイコン（電話番号の先頭） */
.contact-icon-tel {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
}

/* --------------------------------------------------------------------------
   Tap 装飾（LINEボタン右上）
   -------------------------------------------------------------------------- */

.contact-method-box__line-wrap {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.contact-tap-deco {
  position: absolute;
  top: -26px;
  right: -40px;
  transform: rotate(12deg);
  pointer-events: none;
}

.contact-tap-deco__img {
  width: 60px;  /* deco-tap.png のサイズに合わせて調整 */
  height: auto;
}

.contact-revisit-desc {
  text-align: center;
  color: #544949;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-serif);
  line-height: 1.7;
  margin: 0;
}

/* --------------------------------------------------------------------------
   予約方法ボックス（Web予約 / LINE / お電話）
   -------------------------------------------------------------------------- */

.contact-method-box {
  padding: 20px;
  background-color: #faf1ec;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.contact-method-box__title {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--font-serif);
  color: #544949;
  text-align: center;
  margin: 0;
}

.contact-method-box__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

/* 予約ボタン */
.contact-method-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--font-serif);
  color: #fff;
  text-decoration: none;
  transition: opacity var(--transition-base);
}

.contact-method-btn:hover {
  opacity: 0.85;
}

.contact-method-btn--brown {
  background-color: #9e815f;
}

.contact-method-btn--line {
  background-color: #06c755;
}

.contact-method-btn__icon {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
}

/* 電話リンク */
.contact-tel-link {
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 6px;
  text-decoration: none;
  color: #544949;
}

.contact-tel-link__icon {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
}

.contact-tel-link__number {
  font-size: 24px;
  font-weight: 500;
  font-family: var(--font-serif);
  color: #544949;
  line-height: 1;
}

.contact-tel-hours {
  font-size: 15px;
  font-weight: 500;
  font-family: var(--font-serif);
  color: #544949;
  text-align: center;
  margin: 0;
}

/* --------------------------------------------------------------------------
   初診セクション：説明文
   -------------------------------------------------------------------------- */

.contact-first-desc {
  text-align: center;
  color: #544949;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-serif);
  line-height: 1.7;
  margin: 0;
}

/* --------------------------------------------------------------------------
   注意事項リスト
   -------------------------------------------------------------------------- */

.contact-notice-list {
  list-style: none;
  margin: 0;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-notice-list__item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #544949;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-serif);
  line-height: 1.6;
}

.contact-notice-list__check {
  width: 20px;
  height: 20px;
  background-color: #c7a47a;
  border-radius: 200px 200px 0 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-top: 2px;
}

/* --------------------------------------------------------------------------
   未成年の方へ
   -------------------------------------------------------------------------- */

.contact-minor {
  padding: 32px 24px;
  border-top: 1px solid #c7a47a;
  border-bottom: 1px solid #c7a47a;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.contact-minor__title {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--font-serif);
  color: #544949;
  text-align: center;
  margin: 0;
}

.contact-minor__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.contact-minor__body p {
  text-align: center;
  color: #544949;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-serif);
  line-height: 1.7;
  margin: 0;
}

.contact-minor__download-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background-color: #c7a47a;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-sans);
  text-decoration: none;
  margin-top: 8px;
  transition: background-color var(--transition-base);
}

.contact-minor__download-btn:hover {
  background-color: #b08d63;
}

/* --------------------------------------------------------------------------
   予約フォームラッパー
   -------------------------------------------------------------------------- */

.contact-form-wrap {
  padding: 32px 24px;
  background-color: #faf1ec;
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.contact-form-wrap__title {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--font-serif);
  color: #544949;
  text-align: center;
  margin: 0;
}

/* --------------------------------------------------------------------------
   フォーム本体
   -------------------------------------------------------------------------- */

.contact-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* エラーボックス */
.contact-form-error-box {
  padding: 16px;
  background-color: #fff0f0;
  border: 1px solid #e71515;
  border-radius: 5px;
  color: #e71515;
  font-size: 14px;
  font-family: var(--font-sans);
  line-height: 1.6;
}

.contact-form-error-box p {
  margin: 0 0 8px;
  font-weight: 700;
}

.contact-form-error-box ul {
  margin: 0;
  padding-left: 1.2em;
}

/* フォームグループ */
.contact-form__group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* ラベル行 */
.contact-form__label-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.contact-form__label {
  font-size: 20px;
  font-weight: 500;
  font-family: var(--font-serif);
  color: #544949;
}

.contact-form__required {
  font-size: 12px;
  font-weight: 300;
  font-family: var(--font-sans);
  color: #e71515;
}

.contact-form__optional {
  font-size: 12px;
  font-weight: 300;
  font-family: var(--font-sans);
  color: #544949;
}

.contact-form__note {
  font-size: 13px;
  font-weight: 500;
  font-family: var(--font-serif);
  color: #544949;
  margin: 0;
}

.contact-form__sub-label {
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font-serif);
  color: #544949;
  margin: 0;
}

/* テキスト入力 */
.contact-form__input {
  width: 100%;
  padding: 16px;
  border: 1px solid #544949;
  border-radius: 5px;
  background-color: #faf1ec;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font-serif);
  color: #544949;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color var(--transition-base);
}

.contact-form__input::placeholder {
  color: #b9b9b9;
}

.contact-form__input:focus {
  outline: none;
  border-color: #c7a47a;
}

.contact-form__input.is-error {
  border-color: #e71515;
}

/* 年齢フィールド */
.contact-form__age-row {
  display: inline-flex;
  align-items: flex-end;
  gap: 8px;
}

.contact-form__input--age {
  width: auto;
  min-width: 120px;
}

.contact-form__age-unit {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-serif);
  color: #544949;
  padding-bottom: 16px;
}

/* フィールドエラー */
.contact-form__field-error {
  font-size: 12px;
  color: #e71515;
  font-family: var(--font-sans);
}

/* --------------------------------------------------------------------------
   チェックボックス（気になること）
   -------------------------------------------------------------------------- */

.contact-form__checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 0;
}

.contact-form__checkbox-label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  width: 50%;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-serif);
  color: #544949;
}

.contact-form__checkbox-label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.contact-form__checkbox-box {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #544949;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition: background-color var(--transition-base), border-color var(--transition-base);
  position: relative;
}

/* 気になること チェックボックス（チェック済み状態） */
.contact-form__checkbox-label input[type="checkbox"]:checked + .contact-form__checkbox-box {
  background-color: #c7a47a;
  border-color: #c7a47a;
}

.contact-form__checkbox-label input[type="checkbox"]:checked + .contact-form__checkbox-box::after {
  content: '';
  display: block;
  width: 9px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='7' viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.5L3.5 6L8 1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

/* プライバシーポリシー同意 チェックボックス（チェック済み状態） */
.contact-form__consent-label input[type="checkbox"]:checked + .contact-form__checkbox-box {
  background-color: #c7a47a;
  border-color: #c7a47a;
}

.contact-form__consent-label input[type="checkbox"]:checked + .contact-form__checkbox-box::after {
  content: '';
  display: block;
  width: 9px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='7' viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.5L3.5 6L8 1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

/* --------------------------------------------------------------------------
   ラジオボタン（電話連絡の希望時間）
   -------------------------------------------------------------------------- */

.contact-form__radios {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-form__radio-label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  font-family: var(--font-serif);
  color: #544949;
}

.contact-form__radio-label input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.contact-form__radio-box {
  width: 18px;
  height: 18px;
  border-radius: 100px;
  border: 1px solid #544949;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition: border-color var(--transition-base);
  position: relative;
}

.contact-form__radio-label input[type="radio"]:checked + .contact-form__radio-box {
  border-color: #544949;
}

.contact-form__radio-label input[type="radio"]:checked + .contact-form__radio-box::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #544949;
  border-radius: 100px;
}

/* --------------------------------------------------------------------------
   日時セレクト
   -------------------------------------------------------------------------- */

.contact-form__datetime-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-form__datetime-label {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-serif);
  color: #544949;
  margin: 0;
}

.contact-form__datetime-row {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.contact-form__select-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.contact-form__select-wrap::after {
  content: '';
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 6px;
  height: 3px;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='3' viewBox='0 0 6 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.5L3 2.5L5.5 0.5' stroke='%23544949' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.contact-form__select {
  padding: 16px 24px 16px 20px;
  border: 1px solid #544949;
  border-radius: 0;
  background-color: #faf1ec;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font-serif);
  color: #544949;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  min-width: 60px;
}

.contact-form__select:focus {
  outline: none;
  border-color: #c7a47a;
}

.contact-form__datetime-unit {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-serif);
  color: #544949;
}

.contact-form__datetime-notes {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-form__datetime-notes p {
  font-size: 15px;
  font-weight: 500;
  font-family: var(--font-serif);
  color: #544949;
  margin: 0;
  line-height: 1.6;
}

.contact-form__datetime-note--red {
  color: #e71515 !important;
}

/* --------------------------------------------------------------------------
   テキストエリア（備考欄）
   -------------------------------------------------------------------------- */

.contact-form__textarea {
  width: 100%;
  min-height: 166px;
  padding: 16px;
  border: 1px solid #544949;
  border-radius: 5px;
  background-color: #faf1ec;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font-serif);
  color: #544949;
  box-sizing: border-box;
  resize: vertical;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color var(--transition-base);
}

.contact-form__textarea::placeholder {
  color: #b9b9b9;
}

.contact-form__textarea:focus {
  outline: none;
  border-color: #c7a47a;
}

/* --------------------------------------------------------------------------
   Turnstile ウィジェット
   -------------------------------------------------------------------------- */

.contact-form__turnstile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

/* --------------------------------------------------------------------------
   プライバシーポリシー同意
   -------------------------------------------------------------------------- */

.contact-form__consent {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border-radius: 5px;
}

.contact-form__consent-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  font-family: var(--font-serif);
  color: #544949;
}

.contact-form__consent-label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.contact-form__consent-note {
  font-size: 13px;
  font-weight: 500;
  font-family: var(--font-serif);
  color: #544949;
  text-align: center;
  margin: 0;
}

.contact-form__consent-link {
  color: #425b97;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* --------------------------------------------------------------------------
   送信ボタン
   -------------------------------------------------------------------------- */

.contact-form__submit-wrap {
  display: flex;
  justify-content: center;
}

.contact-form__submit-btn {
  padding: 8px 24px;
  background-color: #efd7ba;
  border: none;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 500;
  font-family: var(--font-serif);
  color: #544949;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  transition: background-color var(--transition-base), opacity var(--transition-base);
}

.contact-form__submit-btn:hover:not(:disabled) {
  background-color: #dfc4a0;
}

.contact-form__submit-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* --------------------------------------------------------------------------
   免責事項セクション
   -------------------------------------------------------------------------- */

.contact-disclaimer {
  padding: 60px 24px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}

.contact-disclaimer__title {
  font-size: 24px;
  font-weight: 700;
  font-family: var(--font-serif);
  color: #544949;
  text-align: center;
  margin: 0;
}

.contact-disclaimer__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-disclaimer__h3 {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--font-serif);
  color: #544949;
  text-align: center;
  margin: 0;
}

.contact-disclaimer__h3-block {
  padding: 8px 16px;
  border-top: 1px solid #c7a47a;
  border-bottom: 1px solid #c7a47a;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--font-serif);
  color: #544949;
}

.contact-disclaimer__text {
  color: #544949;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-serif);
  line-height: 1.7;
  margin: 0;
}

.contact-disclaimer__text--center {
  text-align: center;
}

.contact-disclaimer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-disclaimer__list-item {
  color: #544949;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-serif);
  line-height: 1.7;
}

/* --------------------------------------------------------------------------
   サンクスページ (page-thanks)
   -------------------------------------------------------------------------- */

/* FV 装飾ライン */
.thanks-fv-line {
  align-self: stretch;
  display: flex;
  align-items: center;
}

.thanks-fv-line__ornament {
  width: 22px;
  height: 10px;
  flex-shrink: 0;
}

.thanks-fv-line__ornament--left {
  transform: rotate(180deg);
}

.thanks-fv-line__center {
  flex: 1;
  height: 1px;
  background-color: var(--color-gold-light);
  display: block;
}

/* メインコンテンツラッパー */
.thanks-main {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

/* コンテンツエリア */
.thanks-content {
  align-self: stretch;
  padding: 0 24px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

/* 予約未確定テキスト */
.thanks-reservation {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.thanks-reservation__title {
  align-self: stretch;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--font-serif);
  color: var(--color-brown);
  margin: 0;
  line-height: 1;
}

.thanks-reservation__body {
  align-self: stretch;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-serif);
  color: var(--color-brown);
  margin: 0;
  line-height: 1.7;
}

/* 区切り線 */
.thanks-divider {
  align-self: stretch;
  border: none;
  border-top: 1px solid var(--color-gold-light);
  margin: 0;
  width: 100%;
}

/* メールが届かない場合 セクション */
.thanks-mail-section {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.thanks-mail-section__title {
  align-self: stretch;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--font-serif);
  color: var(--color-brown);
  margin: 0;
  line-height: 1;
}

.thanks-mail-section__body {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.thanks-mail-section__lead,
.thanks-mail-section__note,
.thanks-mail-section__contact {
  align-self: stretch;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-serif);
  color: var(--color-brown);
  margin: 0;
  line-height: 1.7;
}

.thanks-mail-section__list {
  align-self: stretch;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.thanks-mail-section__list li {
  align-self: stretch;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-serif);
  color: var(--color-brown);
  line-height: 1.7;
}

/* --------------------------------------------------------------------------
   レスポンシブ調整（420px 以下）
   -------------------------------------------------------------------------- */

@media (max-width: 420px) {
  .first-visit__intro-p {
    font-size: 16px;
  }

  .first-visit__form-btn {
    padding: 28px 48px;
  }

  .first-visit__form-btn__text {
    font-size: 16px;
  }

  .first-visit__tel-btn {
    padding: 28px 48px;
  }

  .first-visit__tel-number {
    font-size: 20px;
  }

  .first-visit__step-title {
    font-size: 16px;
  }

  .first-visit__step-text {
    font-size: 14px;
  }

  .first-visit__step-img {
    height: 180px;
  }
}


/* ==========================================================================
   料金表ページ (page-prices)
   ========================================================================== */

/* --------------------------------------------------------------------------
   会員説明ノート
   -------------------------------------------------------------------------- */

.prices-member-note {
  width: 100%;
  margin-bottom: 56px;
}

.prices-member-note .text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.prices-member-note .text2 {
  margin: 0;
}

.prices-member-note .text span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

/* --------------------------------------------------------------------------
   カテゴリナビゲーション
   -------------------------------------------------------------------------- */

.prices-category {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 56px;
  width: 100%;
}

.prices-category__title {
  font-size: 20px;
  font-weight: 700;
  color: #544949;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.03em;
  line-height: 1;
  margin: 0;
}

.prices-nav {
  width: 100%;
}

.prices-nav__summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 16px 40px 16px 16px;
  border: 1px solid #554a4a;
  box-sizing: border-box;
  color: #554a4a;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
  cursor: pointer;
  list-style: none;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.prices-nav__summary::-webkit-details-marker {
  display: none;
}

.prices-nav__summary::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-65%) rotate(45deg);
  transition: transform 0.3s ease;
}

.prices-nav__summary:hover {
  background-color: #fff9f2;
  border-color: #c7a47a;
  color: #c7a47a;
}

.prices-nav[open] .prices-nav__summary {
  background-color: #c7a47a;
  color: #fff;
  border-color: #c7a47a;
}

.prices-nav[open] .prices-nav__summary::after {
  transform: translateY(-25%) rotate(225deg);
}

.prices-nav__panel {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  overflow: hidden;
  transition: grid-template-rows 0.3s ease, opacity 0.3s ease;
}

.prices-nav[open] .prices-nav__panel {
  grid-template-rows: 1fr;
  opacity: 1;
}

.prices-nav__panel-inner {
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.prices-nav__item {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 16px;
  background-color: #fff;
  border-right: 1px solid #c7a47a;
  border-bottom: 1px solid #c7a47a;
  border-left: 1px solid #c7a47a;
  box-sizing: border-box;
  color: #c7a47a;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.prices-nav__item:hover {
  background-color: #fff9f2;
}

/* --------------------------------------------------------------------------
   料金ブロック（大カテゴリ）
   -------------------------------------------------------------------------- */

.prices-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 48px;
}

.prices-block--pink {
  align-items: stretch;
  background-color: #fff5f5;
  padding: 32px 24px;
  box-sizing: border-box;
}

.prices-block--bordered {
  align-items: stretch;
  border: 1px solid #c7a47a;
  padding: 32px 16px;
  box-sizing: border-box;
}

.prices-campaign {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  color: #554a4a;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
}

.prices-campaign span {
  display: inline-block;
  padding: 0 2px;
  background: linear-gradient(90deg, #ffe1c7 0%, #ffc9ca 100%);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.prices-campaign small,
.prices-table__name small {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.prices-table__discount-note {
  color: #c7a47a;
}

.prices-info-text {
  width: 100%;
  color: #554a4a;
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.prices-info-text p,
.prices-info-text h3 {
  margin: 0 0 12px;
}

.prices-info-text a {
  color: #425b97;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.prices-block__h2 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}

.prices-block__h2-text {
  font-size: 24px;
  font-weight: 700;
  color: #544949;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.03em;
  line-height: 1;
}

/* --------------------------------------------------------------------------
   サブブロック（小カテゴリ）
   -------------------------------------------------------------------------- */

.prices-sub-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.prices-sub-block__h3 {
  display: flex;
  align-items: center;
  gap: 0;
  width: 100%;
  margin-bottom: 8px;
}

.prices-sub-block__h3-diamond {
  display: none;
}

.prices-sub-block__h3 > span {
  font-size: 18px;
  font-weight: 700;
  color: #544949;
  font-family: 'Noto Serif JP', serif;
  white-space: nowrap;
}

.prices-sub-block__h3-line {
  display: none;
}

/* --------------------------------------------------------------------------
   料金テーブル
   -------------------------------------------------------------------------- */

.prices-table {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: none;
  border-radius: 0;
  overflow: visible;
}

.prices-table__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background-color: #efd7ba;
  border-bottom: none;
  border-radius: 12px 12px 0 0;
}

.prices-table__header-name {
  flex: 1;
  font-size: 16px;
  font-weight: 700;
  color: #544949;
  font-family: 'Noto Serif JP', serif;
}

.prices-table__header-fees {
  display: flex;
  gap: 16px;
  flex-shrink: 0;
}

.prices-table__header-fees span {
  font-size: 16px;
  font-weight: 700;
  color: #544949;
  font-family: 'Noto Serif JP', serif;
  min-width: 72px;
  text-align: center;
}

.prices-table__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-top: 1px solid #c7a47a;
  background-color: transparent;
}

.prices-table--simple .prices-table__row:first-child {
  border-top: 1px solid #c7a47a;
}

.prices-note-text--right {
  align-self: flex-end;
  text-align: right;
}

.prices-block--text-box .prices-info-text {
  border: 1px solid #c7a47a;
  padding: 32px 16px;
  box-sizing: border-box;
  font-size: 16px;
}

.prices-block--text-box .prices-info-text h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.prices-electro-section {
  align-items: stretch;
}

.prices-electro-card {
  width: 100%;
  border: 1px solid #c7a47a;
  padding: 32px 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  color: #554a4a;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
}

.prices-electro-card h3 {
  margin: -4px 0 0;
  font-size: 18px;
  line-height: 1;
  color: #c7a47a;
}

.prices-electro-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.prices-electro-card__price {
  font-size: 16px;
  line-height: 1;
  color: #554a4a;
}

.prices-electro-card__price small {
  display: inline-block;
  margin-top: 8px;
  font-size: 14px;
}

.prices-table__row:first-child {
  border-top: none;
}

.prices-table__row--last {
  border-bottom: 1px solid #c7a47a;
}

.prices-table__note-row {
  padding: 12px 16px;
  border-top: 1px solid #c7a47a;
  color: #554a4a;
  font-family: 'Noto Serif JP', serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

.prices-table__name {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  color: #544949;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.6;
}

.prices-table__fees {
  display: flex;
  gap: 16px;
  flex-shrink: 0;
}

.prices-table__fees span {
  font-size: 14px;
  font-weight: 500;
  color: #544949;
  font-family: 'Noto Serif JP', serif;
  min-width: 72px;
  text-align: center;
}

.prices-table__fee-single {
  font-size: 14px;
  font-weight: 500;
  color: #544949;
  font-family: 'Noto Serif JP', serif;
  text-align: right;
  flex-shrink: 0;
}

/* オプションヘッダー */
.prices-table__option-header {
  display: flex;
  justify-content: flex-end;
  padding: 16px;
  background-color: #faf1ec;
  border-top: 1px solid #c7a47a;
  font-size: 16px;
  font-weight: 700;
  color: #544949;
  font-family: 'Noto Serif JP', serif;
}

/* 水光注射ワイドテーブル */
.prices-table--wide-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #efd7ba transparent;
}

.prices-table__header--wide {
  min-width: 640px;
  display: grid;
  grid-template-columns: 156px 156px 56px 150px;
  gap: 20px;
  justify-content: flex-start;
}

.prices-table__row--wide {
  min-width: 640px;
  display: grid;
  grid-template-columns: 156px 156px 56px 150px;
  gap: 20px;
  justify-content: flex-start;
}

.prices-table__header-name--narrow {
  max-width: 48px;
  flex: 0 0 48px;
}

.prices-table__name--narrow {
  max-width: 48px;
  flex: 0 0 48px;
}

.prices-table__row--wide .prices-table__fees,
.prices-table__header--wide .prices-table__header-fees {
  gap: 22px;
  justify-content: space-between;
}

/* 点滴テーブル */
.prices-table--drip .prices-table__header--drip {
  background-color: #efd7ba;
}

.prices-table__drip-price-header {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  padding: 8px 16px;
  background-color: #efd7ba;
  border-top: none;
  font-size: 14px;
  font-weight: 700;
  color: #544949;
  font-family: 'Noto Serif JP', serif;
}

.prices-table__drip-price-header span {
  min-width: 72px;
  text-align: center;
}

.prices-table__row--drip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border-top: 1px solid #c7a47a;
  background-color: #fff;
}

.prices-table__name--sub {
  font-size: 12px;
  color: #554a4a;
  line-height: 1.5;
}

/* --------------------------------------------------------------------------
   注記テキスト
   -------------------------------------------------------------------------- */

.prices-warning-text {
  width: 100%;
  padding: 0 4px;
}

.prices-warning-text p {
  font-size: 11px;
  color: #888;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.7;
  margin: 0 0 2px;
}

.prices-note-text {
  font-size: 11px;
  color: #888;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.7;
  margin: 4px 0 0;
}

.prices-note-text--center {
  width: 100%;
  margin: -16px 0 0;
  color: #554a4a;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

/* --------------------------------------------------------------------------
   点滴パスブロック
   -------------------------------------------------------------------------- */

.prices-pass-block {
  width: 100%;
  background-color: #fff5f5;
  padding: 32px 16px;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
  box-sizing: border-box;
}

.prices-pass-block__desc {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #544949;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.5;
  text-align: center;
}

.prices-pass-block__plan {
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
  background: linear-gradient(90deg, #ffe1c7 0%, #ffc9ca 100%);
}

.prices-pass-block__plan {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.prices-pass-block__plan > * {
  position: relative;
  z-index: 1;
}

.prices-pass-block__plan {
  position: relative;
}

.prices-pass-block__plan::after {
  content: "";
  position: absolute;
  inset: 12px;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 0;
}

.prices-pass-block__monthly,
.prices-pass-block__lead,
.prices-pass-block__note {
  margin: 0;
}

.prices-pass-block__monthly {
  padding-top: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.prices-pass-block__divider {
  width: 108px;
  height: 0;
  border-top: 1px dashed #c7a47a;
}

.prices-pass-block__lead {
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.prices-pass-block__note {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.prices-pass-block .prices-sub-block {
  margin: 0;
}

.prices-pass-block .prices-table {
  background-color: #fff;
}

.prices-pass-block .outline-btn {
  align-self: center;
  background-color: transparent;
  color: #554a4a;
}

.prices-pass-block .outline-btn:hover {
  color: var(--color-gold);
}

.prices-cosme-list {
  color: #c7a47a;
  font-weight: 700;
}

.prices-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 184px;
  padding: 14px 28px;
  background-color: #c7a47a;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Noto Serif JP', serif;
  text-decoration: none;
  border: 1px solid #c7a47a;
  border-radius: 999px;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
  align-self: center;
}

.prices-link-btn:hover {
  background-color: #b08c62;
}

.prices-info-text .prices-link-btn,
.prices-info-text .prices-link-btn:hover {
  color: #fff;
  text-decoration: none;
}

.prices-link-btn--outline {
  background-color: transparent;
  color: #c7a47a;
}

.prices-link-btn--outline:hover {
  background-color: #c7a47a;
  color: #fff;
}

.prices-link-btn__icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background-image: url(../images/prices/dl.png);
  background-size: contain;
}

.prices-link-btn--download {
  min-width: 0;
  padding: 12px 20px;
  border: none;
  border-radius: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

/* --------------------------------------------------------------------------
   お支払い・未成年ブロック
   -------------------------------------------------------------------------- */

.prices-payment-block,
.prices-minor-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}

.prices-payment-block__text,
.prices-minor-block__text {
  font-size: 13px;
  color: #544949;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.8;
  margin: 0;
}

/* --------------------------------------------------------------------------
   レスポンシブ（480px以上）
   -------------------------------------------------------------------------- */

@media (min-width: 480px) {
  .prices-block__h2-text {
    font-size: 24px;
  }

  .prices-table__header-fees span {
    min-width: 88px;
  }

  .prices-table__fees span {
    min-width: 88px;
  }

  .prices-table__drip-price-header span {
    min-width: 88px;
  }
}


/* ==========================================================================
   プライバシーポリシーページ (page-privacy-policy)
   page-common.css への追記分
   ========================================================================== */

/* --------------------------------------------------------------------------
   ページ全体ラッパー
   -------------------------------------------------------------------------- */

.page-privacy-policy .page-section {
  padding-bottom: 60px;
}

/* --------------------------------------------------------------------------
   コンテンツ本文ラッパー
   -------------------------------------------------------------------------- */

.privacy-policy__body {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
}

/* --------------------------------------------------------------------------
   イントロ文
   -------------------------------------------------------------------------- */

.privacy-policy__intro {
  align-self: stretch;
  color: #544949;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-serif);
  line-height: 1.7;
  margin: 0;
}

/* --------------------------------------------------------------------------
   H3 見出し（上下ボーダー付き）
   Figma: px-4 py-2 border-t border-b border-[#c7a47a]
   -------------------------------------------------------------------------- */

.privacy-policy__h3 {
  align-self: stretch;
  padding: 8px 16px;
  border-top: 1px solid #c7a47a;
  border-bottom: 1px solid #c7a47a;
  display: flex;
  align-items: center;
}

.privacy-policy__h3 span {
  flex: 1;
  color: #544949;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--font-serif);
  line-height: 1.4;
}

/* --------------------------------------------------------------------------
   本文テキスト
   -------------------------------------------------------------------------- */

.privacy-policy__text {
  align-self: stretch;
  color: #544949;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-serif);
  line-height: 1.7;
  margin: 0;
}

/* --------------------------------------------------------------------------
   箇条書きリスト
   -------------------------------------------------------------------------- */

.privacy-policy__list {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.privacy-policy__list li {
  color: #544949;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-serif);
  line-height: 1.7;
  padding-left: 1em;
  text-indent: -1em;
}

.privacy-policy__list li::before {
  content: "・";
}

/* --------------------------------------------------------------------------
   お問い合わせ 住所ブロック
   -------------------------------------------------------------------------- */

.privacy-policy__contact-info {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.privacy-policy__contact-info p {
  color: #544949;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-serif);
  line-height: 1.7;
  margin: 0;
}

/* --------------------------------------------------------------------------
   page-heading__en の色（他ページに合わせてゴールドライト）
   -------------------------------------------------------------------------- */

.page-privacy-policy .page-heading__en {
  color: #efd7ba;
}

/* --------------------------------------------------------------------------
   レスポンシブ調整（420px 以下）
   -------------------------------------------------------------------------- */

@media (max-width: 420px) {
  .privacy-policy__intro,
  .privacy-policy__text {
    font-size: 14px;
  }

  .privacy-policy__h3 span {
    font-size: 16px;
  }

  .privacy-policy__list li {
    font-size: 14px;
  }

  .privacy-policy__contact-info p {
    font-size: 14px;
  }
}





/* ==========================================================================
   ご予約・お問い合わせページ (page-contact)
   page-common.css への追記分
   ========================================================================== */

/* --------------------------------------------------------------------------
   ページ全体ラッパー
   -------------------------------------------------------------------------- */

.page-contact .page-section {
  padding-bottom: 60px;
  background: #fff;
}

.page-contact .page-heading__en {
  color: #efd7ba;
}

/* --------------------------------------------------------------------------
   コンテンツ本体ラッパー
   -------------------------------------------------------------------------- */

.contact-section {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
}

/* --------------------------------------------------------------------------
   アンカーリンクボタン
   -------------------------------------------------------------------------- */

.contact-anchor-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 0 24px;
}

.contact-anchor-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background-color: #c7a47a;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-sans);
  text-decoration: none;
  transition: background-color var(--transition-base);
}

.contact-anchor-btn:hover {
  background-color: #b08d63;
}

.contact-anchor-btn__arrow {
  width: 33px;
  height: 33px;
  background-color: #fff;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.contact-anchor-btn__arrow svg path {
  stroke: #c7a47a;
}

/* --------------------------------------------------------------------------
   コンテンツブロック（再診 / 初診）
   -------------------------------------------------------------------------- */

.contact-block {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
  /* ボーダーなし（Figmaデザイン準拠） */
  margin-bottom: 24px;
}

.contact-block--first {
  border: none;
  padding-top: 30px;
  gap: 24px;
}

.contact-block__line {
  width: 100%;
}

.contact-block__heading {
  padding: 8px;
  background-color: #fff5f5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-block__h2 {
  font-size: 24px;
  font-weight: 700;
  font-family: var(--font-serif);
  color: #544949;
  text-align: center;
  margin: 0;
}

/* --------------------------------------------------------------------------
   再診セクション：リード文
   -------------------------------------------------------------------------- */

.contact-block__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 0 30px;
}

.contact-revisit-lead {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.contact-revisit-lead__text {
  text-align: center;
  color: #544949;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-serif);
  line-height: 1.6;
  margin: 0;
}

/* 装飾ライン画像（後から画像ファイルをはめ込む） */
.contact-deco-img {
  display: block;
}

.contact-deco-img--left {
  width: 36px;  /* deco-lines-left.png のサイズに合わせて調整 */
  height: auto;
}

.contact-deco-img--right {
  width: 36px;  /* deco-lines-right.png のサイズに合わせて調整 */
  height: auto;
}

/* --------------------------------------------------------------------------
   各アイコン画像（後から画像ファイルをはめ込む）
   -------------------------------------------------------------------------- */

/* カレンダーアイコン（Web予約ボタン内） */
.contact-icon-calendar {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
}

/* LINEアイコン（LINEお友達登録ボタン内） */
.contact-icon-line {
  width: 19px;
  height: 18px;
  flex-shrink: 0;
}

/* 電話アイコン（電話番号の先頭） */
.contact-icon-tel {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
}

/* --------------------------------------------------------------------------
   Tap 装飾（LINEボタン右上）
   -------------------------------------------------------------------------- */

.contact-method-box__line-wrap {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.contact-tap-deco {
  position: absolute;
  top: -26px;
  right: -40px;
  transform: rotate(12deg);
  pointer-events: none;
}

.contact-tap-deco__img {
  width: 60px;  /* deco-tap.png のサイズに合わせて調整 */
  height: auto;
}

.contact-revisit-desc {
  text-align: center;
  color: #544949;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-serif);
  line-height: 1.7;
  margin: 0;
}

/* --------------------------------------------------------------------------
   予約方法ボックス（Web予約 / LINE / お電話）
   -------------------------------------------------------------------------- */

.contact-method-box {
  padding: 20px;
  background-color: #faf1ec;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.contact-method-box__title {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--font-serif);
  color: #544949;
  text-align: center;
  margin: 0;
}

.contact-method-box__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

/* 予約ボタン */
.contact-method-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--font-serif);
  color: #fff;
  text-decoration: none;
  transition: opacity var(--transition-base);
}

.contact-method-btn:hover {
  opacity: 0.85;
}

.contact-method-btn--brown {
  background-color: #9e815f;
}

.contact-method-btn--line {
  background-color: #06c755;
}

.contact-method-btn__icon {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
}

/* 電話リンク */
.contact-tel-link {
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 6px;
  text-decoration: none;
  color: #544949;
}

.contact-tel-link__icon {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
}

.contact-tel-link__number {
  font-size: 24px;
  font-weight: 500;
  font-family: var(--font-serif);
  color: #544949;
  line-height: 1;
}

.contact-tel-hours {
  font-size: 15px;
  font-weight: 500;
  font-family: var(--font-serif);
  color: #544949;
  text-align: center;
  margin: 0;
}

/* --------------------------------------------------------------------------
   初診セクション：説明文
   -------------------------------------------------------------------------- */

.contact-first-desc {
  text-align: center;
  color: #544949;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-serif);
  line-height: 1.7;
  margin: 0;
}

/* --------------------------------------------------------------------------
   注意事項リスト
   -------------------------------------------------------------------------- */

.contact-notice-list {
  list-style: none;
  margin: 0;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-notice-list__item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #544949;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-serif);
  line-height: 1.6;
}

.contact-notice-list__check {
  width: 20px;
  height: 20px;
  background-color: #c7a47a;
  border-radius: 200px 200px 0 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-top: 2px;
}

/* --------------------------------------------------------------------------
   未成年の方へ
   -------------------------------------------------------------------------- */

.contact-minor {
  padding: 32px 24px;
  border-top: 1px solid #c7a47a;
  border-bottom: 1px solid #c7a47a;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.contact-minor__title {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--font-serif);
  color: #544949;
  text-align: center;
  margin: 0;
}

.contact-minor__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.contact-minor__body p {
  text-align: center;
  color: #544949;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-serif);
  line-height: 1.7;
  margin: 0;
}

.contact-minor__download-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background-color: #c7a47a;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-sans);
  text-decoration: none;
  margin-top: 8px;
  transition: background-color var(--transition-base);
}

.contact-minor__download-btn:hover {
  background-color: #b08d63;
}

/* --------------------------------------------------------------------------
   予約フォームラッパー
   -------------------------------------------------------------------------- */

.contact-form-wrap {
  padding: 32px 24px;
  background-color: #faf1ec;
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.contact-form-wrap__title {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--font-serif);
  color: #544949;
  text-align: center;
  margin: 0;
}

/* --------------------------------------------------------------------------
   フォーム本体
   -------------------------------------------------------------------------- */

.contact-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* エラーボックス */
.contact-form-error-box {
  padding: 16px;
  background-color: #fff0f0;
  border: 1px solid #e71515;
  border-radius: 5px;
  color: #e71515;
  font-size: 14px;
  font-family: var(--font-sans);
  line-height: 1.6;
}

.contact-form-error-box p {
  margin: 0 0 8px;
  font-weight: 700;
}

.contact-form-error-box ul {
  margin: 0;
  padding-left: 1.2em;
}

/* フォームグループ */
.contact-form__group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* ラベル行 */
.contact-form__label-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.contact-form__label {
  font-size: 20px;
  font-weight: 500;
  font-family: var(--font-serif);
  color: #544949;
}

.contact-form__required {
  font-size: 12px;
  font-weight: 300;
  font-family: var(--font-sans);
  color: #e71515;
}

.contact-form__optional {
  font-size: 12px;
  font-weight: 300;
  font-family: var(--font-sans);
  color: #544949;
}

.contact-form__note {
  font-size: 13px;
  font-weight: 500;
  font-family: var(--font-serif);
  color: #544949;
  margin: 0;
}

.contact-form__sub-label {
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font-serif);
  color: #544949;
  margin: 0;
}

/* テキスト入力 */
.contact-form__input {
  width: 100%;
  padding: 16px;
  border: 1px solid #544949;
  border-radius: 5px;
  background-color: #faf1ec;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font-serif);
  color: #544949;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color var(--transition-base);
}

.contact-form__input::placeholder {
  color: #b9b9b9;
}

.contact-form__input:focus {
  outline: none;
  border-color: #c7a47a;
}

.contact-form__input.is-error {
  border-color: #e71515;
}

/* 年齢フィールド */
.contact-form__age-row {
  display: inline-flex;
  align-items: flex-end;
  gap: 8px;
}

.contact-form__input--age {
  width: auto;
  min-width: 120px;
}

.contact-form__age-unit {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-serif);
  color: #544949;
  padding-bottom: 16px;
}

/* フィールドエラー */
.contact-form__field-error {
  font-size: 12px;
  color: #e71515;
  font-family: var(--font-sans);
}

/* --------------------------------------------------------------------------
   チェックボックス（気になること）
   -------------------------------------------------------------------------- */

.contact-form__checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 0;
}

.contact-form__checkbox-label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  width: 50%;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-serif);
  color: #544949;
}

.contact-form__checkbox-label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.contact-form__checkbox-box {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #544949;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition: background-color var(--transition-base), border-color var(--transition-base);
  position: relative;
}

/* 気になること チェックボックス（チェック済み状態） */
.contact-form__checkbox-label input[type="checkbox"]:checked + .contact-form__checkbox-box {
  background-color: #c7a47a;
  border-color: #c7a47a;
}

.contact-form__checkbox-label input[type="checkbox"]:checked + .contact-form__checkbox-box::after {
  content: '';
  display: block;
  width: 9px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='7' viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.5L3.5 6L8 1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

/* プライバシーポリシー同意 チェックボックス（チェック済み状態） */
.contact-form__consent-label input[type="checkbox"]:checked + .contact-form__checkbox-box {
  background-color: #c7a47a;
  border-color: #c7a47a;
}

.contact-form__consent-label input[type="checkbox"]:checked + .contact-form__checkbox-box::after {
  content: '';
  display: block;
  width: 9px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='7' viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.5L3.5 6L8 1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

/* --------------------------------------------------------------------------
   ラジオボタン（電話連絡の希望時間）
   -------------------------------------------------------------------------- */

.contact-form__radios {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-form__radio-label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  font-family: var(--font-serif);
  color: #544949;
}

.contact-form__radio-label input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.contact-form__radio-box {
  width: 18px;
  height: 18px;
  border-radius: 100px;
  border: 1px solid #544949;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition: border-color var(--transition-base);
  position: relative;
}

.contact-form__radio-label input[type="radio"]:checked + .contact-form__radio-box {
  border-color: #544949;
}

.contact-form__radio-label input[type="radio"]:checked + .contact-form__radio-box::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #544949;
  border-radius: 100px;
}

/* --------------------------------------------------------------------------
   日時セレクト
   -------------------------------------------------------------------------- */

.contact-form__datetime-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-form__datetime-label {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-serif);
  color: #544949;
  margin: 0;
}

.contact-form__datetime-row {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.contact-form__select-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.contact-form__select-wrap::after {
  content: '';
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 6px;
  height: 3px;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='3' viewBox='0 0 6 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.5L3 2.5L5.5 0.5' stroke='%23544949' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.contact-form__select {
  padding: 16px 24px 16px 20px;
  border: 1px solid #544949;
  border-radius: 0;
  background-color: #faf1ec;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font-serif);
  color: #544949;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  min-width: 60px;
}

.contact-form__select:focus {
  outline: none;
  border-color: #c7a47a;
}

.contact-form__datetime-unit {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-serif);
  color: #544949;
}

.contact-form__datetime-notes {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-form__datetime-notes p {
  font-size: 15px;
  font-weight: 500;
  font-family: var(--font-serif);
  color: #544949;
  margin: 0;
  line-height: 1.6;
}

.contact-form__datetime-note--red {
  color: #e71515 !important;
}

/* --------------------------------------------------------------------------
   テキストエリア（備考欄）
   -------------------------------------------------------------------------- */

.contact-form__textarea {
  width: 100%;
  min-height: 166px;
  padding: 16px;
  border: 1px solid #544949;
  border-radius: 5px;
  background-color: #faf1ec;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font-serif);
  color: #544949;
  box-sizing: border-box;
  resize: vertical;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color var(--transition-base);
}

.contact-form__textarea::placeholder {
  color: #b9b9b9;
}

.contact-form__textarea:focus {
  outline: none;
  border-color: #c7a47a;
}

/* --------------------------------------------------------------------------
   Turnstile ウィジェット
   -------------------------------------------------------------------------- */

.contact-form__turnstile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

/* --------------------------------------------------------------------------
   プライバシーポリシー同意
   -------------------------------------------------------------------------- */

.contact-form__consent {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border-radius: 5px;
}

.contact-form__consent-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  font-family: var(--font-serif);
  color: #544949;
}

.contact-form__consent-label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.contact-form__consent-note {
  font-size: 13px;
  font-weight: 500;
  font-family: var(--font-serif);
  color: #544949;
  text-align: center;
  margin: 0;
}

.contact-form__consent-link {
  color: #425b97;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* --------------------------------------------------------------------------
   送信ボタン
   -------------------------------------------------------------------------- */

.contact-form__submit-wrap {
  display: flex;
  justify-content: center;
}

.contact-form__submit-btn {
  padding: 8px 24px;
  background-color: #efd7ba;
  border: none;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 500;
  font-family: var(--font-serif);
  color: #544949;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  transition: background-color var(--transition-base), opacity var(--transition-base);
}

.contact-form__submit-btn:hover:not(:disabled) {
  background-color: #dfc4a0;
}

.contact-form__submit-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* --------------------------------------------------------------------------
   免責事項セクション
   -------------------------------------------------------------------------- */

.contact-disclaimer {
  padding: 60px 24px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}

.contact-disclaimer__title {
  font-size: 24px;
  font-weight: 700;
  font-family: var(--font-serif);
  color: #544949;
  text-align: center;
  margin: 0;
}

.contact-disclaimer__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-disclaimer__h3 {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--font-serif);
  color: #544949;
  text-align: center;
  margin: 0;
}

.contact-disclaimer__h3-block {
  padding: 8px 16px;
  border-top: 1px solid #c7a47a;
  border-bottom: 1px solid #c7a47a;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--font-serif);
  color: #544949;
}

.contact-disclaimer__text {
  color: #544949;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-serif);
  line-height: 1.7;
  margin: 0;
}

.contact-disclaimer__text--center {
  text-align: center;
}

.contact-disclaimer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-disclaimer__list-item {
  color: #544949;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-serif);
  line-height: 1.7;
}

/* --------------------------------------------------------------------------
   レスポンシブ調整（420px 以下）
   -------------------------------------------------------------------------- */

@media (max-width: 420px) {
  .contact-block__h2 {
    font-size: 20px;
  }

  .contact-method-btn {
    font-size: 16px;
  }

  .contact-tel-link__number {
    font-size: 20px;
  }

  .contact-form__label {
    font-size: 18px;
  }

  .contact-form__radio-label {
    font-size: 18px;
  }

  .contact-form__select {
    padding: 12px 20px 12px 12px;
    font-size: 13px;
  }

  .contact-form__datetime-notes p {
    font-size: 13px;
  }

  .contact-disclaimer__text {
    font-size: 14px;
  }

}

/* --------------------------------------------------------------------------
   電話連絡の希望時間「その他」テキスト入力
   -------------------------------------------------------------------------- */

.contact-form__input--tel-other {
  display: none; /* JSで「その他」選択時のみ表示 */
  margin-top: 8px;
}

/* ==========================================================================
   page-404（404 Not Found ページ）専用スタイル
   page-common.css への追記分
   ========================================================================== */

/* --------------------------------------------------------------------------
   page-404 全体ラッパー
   -------------------------------------------------------------------------- */

/*
  .page-404 .page-fv の見出し色は page-first-visit と同じ --color-gold-light を使用。
  style.css の .page-heading__en が既に color: var(--color-gold-light) を持つため
  上書き不要。ただし明示的に記述しておくことで意図を明確にする。
*/
.page-404 .page-heading__en {
  color: var(--color-gold-light); /* #efd7ba — Figma: text-[#efd7ba] */
}

/* --------------------------------------------------------------------------
   本文セクション
   -------------------------------------------------------------------------- */

/*
  page-section は style.css で padding: 0 24px 60px / gap: 56px が定義済み。
  404 ページは内容が少ないため gap を縮小する。
*/
.page-404__section {
  gap: 36px;
}

/* --------------------------------------------------------------------------
   本文コンテナ
   -------------------------------------------------------------------------- */

.page-404__body {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px; /* Figma: gap-9 = 36px */
}

/* --------------------------------------------------------------------------
   説明テキストブロック
   -------------------------------------------------------------------------- */

.page-404__message {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px; /* Figma: gap-3 = 12px */
}

.page-404__text {
  align-self: stretch;
  margin: 0;
  font-size: 16px; /* Figma: text-base = 16px */
  font-weight: 500;
  font-family: var(--font-serif);
  color: var(--color-brown);
  line-height: 1.6;
}

/* --------------------------------------------------------------------------
   ナビゲーションボタン群
   -------------------------------------------------------------------------- */

/*
  Figma: flex-wrap / gap-4 のボタン群。
  既存の .outline-btn (border-radius:100px) とは異なり、
  404 デザインでは角丸なしの矩形ボタン（border-radius: 0）。
*/
.page-404__nav {
  align-self: stretch;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 16px; /* Figma: gap-4 = 16px */
}

.page-404__nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px; /* Figma: px-3 py-2 */
  border: 1px solid var(--color-gold); /* outline-[#c7a47a] */
  background-color: var(--color-white);
  font-size: 15px; /* Figma: text-[15px] */
  font-weight: 700;
  font-family: var(--font-serif);
  color: var(--color-gold); /* text-[#c7a47a] */
  text-decoration: none;
  line-height: 1;
  transition: background-color var(--transition-base), color var(--transition-base);
  cursor: pointer;
}

.page-404__nav-btn:hover {
  background-color: var(--color-gold);
  color: var(--color-white);
}

/* --------------------------------------------------------------------------
   レスポンシブ調整（420px 以下）
   -------------------------------------------------------------------------- */

@media (max-width: 420px) {
  .page-404__text {
    font-size: 15px;
  }

  .page-404__nav-btn {
    font-size: 14px;
    padding: 7px 10px;
  }
}





/* --------------------------------------------------------------------------
   追加
   -------------------------------------------------------------------------- */

.drip-pass-label-row {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background-color: #fff3e8;
  border-top: 1px solid #c7a47a;
}

.drip-pass-label-row__item {
  padding: 12px 16px;
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  color: #544949;
  text-align: left;
  box-sizing: border-box;
}


/* 点滴パス内だけ：通常価格・会員価格と金額を右寄せ */
#tenteki .prices-pass-block .prices-table--drip .prices-table__header-fees,
#tenteki .prices-pass-block .prices-table--drip .prices-table__drip-price-header {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

#tenteki .prices-pass-block .prices-table--drip .prices-table__header-fees span,
#tenteki .prices-pass-block .prices-table--drip .prices-table__drip-price-header span {
  min-width: 64px;
  text-align: right;
  white-space: nowrap;
}


/* 点滴パス内だけ：価格見出しと金額の上下間隔を詰める */
#tenteki .prices-pass-block .prices-table--drip .prices-table__header--drip {
  padding-bottom: 4px;
  align-items: flex-start;
}

#tenteki .prices-pass-block .prices-table--drip .prices-table__drip-price-header {
  padding: 0 16px 10px;
}




