/* ============================================
   料金セクション タイトルスタイル
   ============================================ */
.section-title-stack {
  text-align: center;
  margin-bottom: 2.5rem;
}
.section-title-bg {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 0.95rem;
  color: var(--le-gold-deep, #8a6a3a);
  letter-spacing: 0.15em;
  text-transform: lowercase;
  margin-bottom: 0.5rem;
}
.section-title-main {
  display: block;
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: var(--ink, #2c2825);
  margin: 0;
}
.section-title-main em {
  font-style: normal;
}

/* ============================================
   /eye/ 料金表セクション専用スタイル（PC + SP対応版）
   ============================================ */
.eye-pricelist {
  padding: 80px 0;
  background: var(--bg-2, #f8f5f0);
}
.eye-pricelist__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
.eye-pricelist__lead {
  text-align: left;
  font-family: "Shippori Mincho B1", serif;
  font-size: 0.95rem;
  line-height: 1.95;
  color: var(--ink-2, #6b6560);
  letter-spacing: 0.04em;
  margin-bottom: 56px;
}
/* ===== カテゴリヘッダー（センタリング・装飾線） ===== */
.eye-section-header {
  margin: 64px 0 32px;
  text-align: center;
  padding: 0;
}
.eye-section-header__number {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 0.85rem;
  letter-spacing: 0.4em;
  color: var(--gold, #b89a6a);
  margin-bottom: 12px;
}
.eye-section-header__title {
  display: inline-block;
  position: relative;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin: 0;
  padding: 0 32px;
  line-height: 1.4;
  color: var(--ink, #2c2824);
}
.eye-section-header__title::before,
.eye-section-header__title::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 40px;
  height: 1px;
  background: var(--gold, #b89a6a);
}
.eye-section-header__title::before { right: 100%; }
.eye-section-header__title::after  { left: 100%; }

/* ============================================
   ★★★ テーブル本体 ★★★
   ヘッダー行と本体行で必ず同じgrid-template-columnsを使う
   ============================================ */
.eye-table {
  background: #fff;
  border: 1px solid rgba(44, 40, 36, .12);
  box-shadow:
    0 1px 2px rgba(31, 27, 23, 0.04),
    0 4px 12px rgba(31, 27, 23, 0.04),
    0 16px 32px rgba(31, 27, 23, 0.04);
  margin-bottom: 8px;
  overflow: hidden;
}

/* PC（769px以上）：ヘッダー行と本体行で同じカラム指定 */
.eye-table__head,
.eye-table__row {
  display: grid;
  grid-template-columns: 1fr 140px 140px;
  gap: 20px;
  padding: 18px 28px;
  align-items: center;
}

.eye-table__head {
  background: var(--bg-alt, #f0ebe4);
  border-bottom: 1px solid rgba(44, 40, 36, .12);
  padding-top: 16px;
  padding-bottom: 16px;
}

.eye-table__row {
  border-bottom: 1px solid rgba(44, 40, 36, .12);
  transition: background 0.3s ease;
}
.eye-table__row:hover { background: rgba(184, 153, 104, 0.04); }
.eye-table__row:last-child { border-bottom: none; }

/* ヘッダー第1カラム（"Menu"） */
.eye-table__head-name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ink-2, #6b6560);
  text-align: left;
}

/* ヘッダー第2・第3カラム（"新規"/"通常"） */
.eye-table__head-col {
  font-family: "Shippori Mincho B1", serif;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
  color: var(--ink, #2c2824);
  white-space: nowrap;
}

/* 本体第1カラム（メニュー名） */
.eye-table__name {
  font-family: "Shippori Mincho B1", serif;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: var(--ink, #2c2824);
  text-align: left;
}
.eye-table__name small {
  display: block;
  font-size: 0.78rem;
  color: var(--ink-2, #6b6560);
  font-weight: 400;
  margin-top: 2px;
  letter-spacing: 0.04em;
}

/* 本体第2・第3カラム（価格） */
.eye-table__price {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--gold-deep, #8a6a3a);
  text-align: center;
  white-space: nowrap;
}
.eye-table__price--empty {
  color: rgba(44, 40, 36, .2);
  font-size: 1.4rem;
}

/* サブグループ見出し（カラム全幅） */
.eye-subgroup {
  display: block;
  padding: 24px 28px 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold, #b89a6a);
  border-bottom: 1px solid rgba(44, 40, 36, .12);
  background: rgba(184, 153, 104, 0.04);
}

/* ¥記号 */
.price-yen {
  color: var(--gold, #b89a6a);
  font-weight: 400;
  margin-right: 2px;
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-size: 0.95rem;
}

.eye-pricelist__note {
  margin-top: 56px;
  padding: 24px 28px;
  background: var(--bg-alt, #f0ebe4);
  border-left: 2px solid var(--gold, #b89a6a);
  font-family: "Shippori Mincho B1", serif;
  font-size: 0.78rem;
  line-height: 1.95;
  color: var(--ink-2, #6b6560);
  letter-spacing: 0.04em;
}
.eye-pricelist__note a {
  color: var(--gold-deep, #8a6a3a);
  text-decoration: underline;
}

/* ============================================
   ★★★ SP対応（768px以下）★★★
   ヘッダーと本体で同じカラム指定にすることが最重要
   ============================================ */
@media (max-width: 768px) {
  .eye-pricelist {
    padding: 56px 0 !important;
  }
  .eye-pricelist__inner {
    padding: 0 12px !important;
  }
  .eye-pricelist__lead {
    font-size: 0.85rem !important;
    margin-bottom: 36px !important;
    padding: 0 12px;
  }
  .eye-section-header {
    margin: 48px 0 20px !important;
  }
  .eye-section-header__number {
    font-size: 0.75rem !important;
    letter-spacing: 0.3em !important;
    margin-bottom: 8px !important;
  }
  .eye-section-header__title {
    font-size: 1.1rem !important;
    padding: 0 18px !important;
    letter-spacing: 0.08em !important;
  }
  .eye-section-header__title::before,
  .eye-section-header__title::after {
    width: 20px !important;
  }
  .eye-table {
    margin-bottom: 4px !important;
  }

  /* ヘッダー行と本体行で同じカラム指定（最重要） */
  .eye-table__head,
  .eye-table__row {
    display: grid !important;
    grid-template-columns: 1fr 70px 70px !important;
    gap: 8px !important;
    padding: 12px 12px !important;
    align-items: center !important;
  }

  .eye-table__head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  /* "Menu" ラベルは非表示にしつつ、第1カラム空きを保持 */
  /* display:none にするとカラムが消えて2カラム化するので visibility:hidden を使う */
  .eye-table__head-name {
    display: block !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* "新規"/"通常" ラベル */
  .eye-table__head-col {
    font-size: 0.78rem !important;
    letter-spacing: 0.1em !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  /* メニュー名 */
  .eye-table__name {
    font-size: 0.82rem !important;
    line-height: 1.5 !important;
    letter-spacing: 0.02em !important;
  }
  .eye-table__name small {
    font-size: 0.68rem !important;
    margin-top: 2px !important;
    line-height: 1.4 !important;
  }

  /* 価格 */
  .eye-table__price {
    font-size: 0.92rem !important;
    letter-spacing: 0 !important;
    text-align: center !important;
  }
  .eye-table__price--empty {
    font-size: 1.1rem !important;
  }

  /* サブグループ */
  .eye-subgroup {
    padding: 14px 12px 4px !important;
    font-size: 0.62rem !important;
    letter-spacing: 0.18em !important;
  }

  /* ¥記号 */
  .price-yen {
    font-size: 0.85rem !important;
  }

  .eye-pricelist__note {
    margin-top: 36px !important;
    padding: 18px 16px !important;
    font-size: 0.72rem !important;
    line-height: 1.85 !important;
  }
}

/* ============================================
   さらに小さい画面（375px以下）
   ============================================ */
@media (max-width: 375px) {
  .eye-table__head,
  .eye-table__row {
    grid-template-columns: 1fr 58px 58px !important;
    gap: 6px !important;
    padding: 10px 10px !important;
  }

  .eye-table__head-col {
    font-size: 0.7rem !important;
  }

  .eye-table__name {
    font-size: 0.76rem !important;
  }
  .eye-table__name small {
    font-size: 0.62rem !important;
  }

  .eye-table__price {
    font-size: 0.85rem !important;
  }

  .price-yen {
    font-size: 0.8rem !important;
    margin-right: 1px !important;
  }
}
