/* ============================================
 *  マネーセラピー体験会  募集ページスタイル
 * ============================================ */

:root {
  --cream: #faf5ec;
  --cream-deep: #f4ecdc;
  --paper: #fffbf3;
  --ink: #2e2925;
  --ink-soft: #6b6058;
  --line: #d9cfbb;
  --shadow: rgba(70, 50, 30, 0.08);

  --kansai: #c47556;
  --kansai-bg: #f5dccb;
  --kinki: #b8986a;
  --kinki-bg: #efe3c9;
  --kanto: #6b8e7d;
  --kanto-bg: #d8e5dc;
  --nagano: #8a7aa8;
  --nagano-bg: #e2dceb;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Quicksand", sans-serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.9;
  font-weight: 400;
  overflow-x: hidden;
  padding-bottom: 84px;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 10%, rgba(196, 117, 86, 0.06) 0%, transparent 40%),
    radial-gradient(circle at 80% 80%, rgba(184, 152, 106, 0.08) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.container {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}

/* HERO */
.hero { padding: 80px 24px 60px; text-align: center; position: relative; }
.hero .eyebrow {
  font-size: 13px; letter-spacing: 0.3em; color: var(--kansai);
  margin-bottom: 24px; font-weight: 500;
}
.hero h1 {
  font-weight: 700; font-size: clamp(28px, 5vw, 44px);
  line-height: 1.5; letter-spacing: 0.05em; margin-bottom: 28px;
}
.hero h1 .accent { color: var(--kansai); position: relative; display: inline-block; }
.hero h1 .accent::after {
  content: ""; position: absolute; bottom: -4px; left: 0; right: 0;
  height: 2px; background: var(--kansai); border-radius: 1px; opacity: 0.5;
}
.hero .lead {
  font-size: 16px; color: var(--ink-soft); max-width: 580px;
  margin: 0 auto 40px; line-height: 2.2; white-space: pre-line;
}
.hero-deco {
  display: inline-flex; align-items: center; gap: 16px;
  color: var(--kinki); margin-bottom: 16px; font-weight: 500;
}
.hero-deco .line { width: 40px; height: 1px; background: var(--kinki); }
.hero-deco span { font-size: 13px; letter-spacing: 0.2em; }

/* INTRO */
.intro-panel {
  background: var(--paper); border: 1px solid var(--line); border-radius: 16px;
  padding: 36px 32px; max-width: 720px; margin: 0 auto 80px;
  text-align: center; box-shadow: 0 4px 24px var(--shadow);
}
.intro-panel p { font-size: 15px; color: var(--ink-soft); line-height: 2.1; white-space: pre-line; }
.intro-panel p + p { margin-top: 16px; }

/* SECTION HEAD */
.section-head { text-align: center; margin-bottom: 40px; }
.section-head .num {
  font-size: 13px; letter-spacing: 0.3em; color: var(--kinki);
  display: block; margin-bottom: 10px; font-weight: 500;
}
.section-head h2 {
  font-weight: 700; font-size: clamp(22px, 4vw, 30px);
  letter-spacing: 0.08em; margin-bottom: 14px;
}
.section-head .desc { font-size: 14px; color: var(--ink-soft); }

/* LEGEND */
.legend { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-bottom: 24px; }
.legend-item {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 12px; border-radius: 999px;
  font-size: 12px; font-weight: 500;
}
.legend-item .swatch { width: 10px; height: 10px; border-radius: 50%; }
.legend-kansai { background: var(--kansai-bg); color: #8a4d34; }
.legend-kansai .swatch { background: var(--kansai); }
.legend-kinki { background: var(--kinki-bg); color: #7a6438; }
.legend-kinki .swatch { background: var(--kinki); }
.legend-kanto { background: var(--kanto-bg); color: #3f5b4f; }
.legend-kanto .swatch { background: var(--kanto); }
.legend-nagano { background: var(--nagano-bg); color: #5a4d76; }
.legend-nagano .swatch { background: var(--nagano); }

/* CALENDAR */
.calendar-section { padding: 40px 0 80px; }
.calendar-wrap {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: 16px; padding: 32px;
  box-shadow: 0 4px 24px var(--shadow);
}
.cal-nav {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid var(--line);
}
.cal-nav button {
  background: transparent; border: 1px solid var(--line); color: var(--ink-soft);
  width: 36px; height: 36px; border-radius: 50%;
  cursor: pointer; font-size: 18px; font-family: inherit;
  transition: all 0.3s ease;
  display: flex; align-items: center; justify-content: center;
}
.cal-nav button:hover:not(:disabled) {
  background: var(--kansai); color: var(--paper); border-color: var(--kansai);
}
.cal-nav button:disabled { opacity: 0.3; cursor: not-allowed; }
.cal-nav .month-label { font-size: 22px; letter-spacing: 0.08em; font-weight: 700; }
.cal-nav .month-label .year {
  font-size: 14px; color: var(--kinki); margin-right: 12px;
  letter-spacing: 0.15em; font-weight: 500;
}

.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; }
.cal-dow {
  text-align: center; font-size: 13px; letter-spacing: 0.1em;
  color: var(--ink-soft); padding: 8px 0; font-weight: 500;
}
.cal-dow.sun { color: var(--kansai); }
.cal-dow.sat { color: var(--kanto); }

.cal-cell {
  border: 1px solid var(--line); border-radius: 8px;
  padding: 6px 5px 8px; position: relative;
  display: flex; flex-direction: column; align-items: stretch;
  cursor: default; transition: all 0.25s ease;
  background: transparent; min-height: 84px;
}
.cal-cell.empty { visibility: hidden; border: none; }
.cal-cell .date-num {
  font-size: 14px; color: var(--ink-soft); font-weight: 500;
  text-align: center; margin-bottom: 4px;
}
.cal-cell.has-event {
  background: var(--paper); cursor: pointer; border-color: var(--cream-deep);
}
.cal-cell.has-event .date-num { color: var(--ink); font-weight: 700; }
.cal-cell.has-event:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(70, 50, 30, 0.12);
  border-color: var(--ink-soft);
}
.cal-cell.active {
  border-color: var(--kansai); border-width: 2px; background: var(--cream-deep);
}

.cell-chips { display: flex; flex-direction: column; gap: 2px; }
.cell-chip {
  font-size: 10px; line-height: 1.3; padding: 2px 5px;
  border-radius: 4px; text-align: center; font-weight: 500;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.cell-chip.kansai { background: var(--kansai-bg); color: #8a4d34; }
.cell-chip.kinki { background: var(--kinki-bg); color: #7a6438; }
.cell-chip.kanto { background: var(--kanto-bg); color: #3f5b4f; }
.cell-chip.nagano { background: var(--nagano-bg); color: #5a4d76; }

.cal-hint { margin-top: 20px; text-align: center; font-size: 12px; color: var(--ink-soft); }
.cal-hint .clear-btn {
  background: transparent; border: none; color: var(--kansai);
  cursor: pointer; font-size: 12px; text-decoration: underline;
  font-family: inherit; margin-left: 8px; font-weight: 500;
}

/* TIMELINE */
.timeline-section { padding: 60px 0; }
.area-block { margin-bottom: 56px; }
.area-block:last-child { margin-bottom: 0; }

.area-title { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; }
.area-title .marker { width: 12px; height: 12px; border-radius: 50%; flex-shrink: 0; }
.area-title.kansai .marker { background: var(--kansai); }
.area-title.kinki .marker { background: var(--kinki); }
.area-title.kanto .marker { background: var(--kanto); }
.area-title.nagano .marker { background: var(--nagano); }
.area-title h3 { font-weight: 700; font-size: 19px; letter-spacing: 0.1em; }

.therapist {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: 12px; padding: 24px 28px; margin-bottom: 16px;
  transition: all 0.3s ease;
}
.therapist.dimmed { opacity: 0.35; }
.therapist:hover { box-shadow: 0 6px 20px var(--shadow); transform: translateY(-1px); }

.therapist-head {
  display: flex; justify-content: space-between; align-items: baseline;
  flex-wrap: wrap; gap: 8px; padding-bottom: 14px;
  border-bottom: 1px dashed var(--line); margin-bottom: 14px;
}
.therapist-name { font-size: 17px; font-weight: 700; letter-spacing: 0.05em; }
.therapist-loc { font-size: 13px; color: var(--ink-soft); letter-spacing: 0.05em; }

.session-list { display: grid; gap: 8px; list-style: none; }
.session-item {
  display: grid; grid-template-columns: auto 1fr auto;
  gap: 16px; align-items: center; padding: 10px 14px;
  background: var(--cream); border-radius: 8px;
  transition: background 0.25s ease;
}
.session-item.highlight { background: var(--cream-deep); box-shadow: inset 0 0 0 1px var(--kansai); }
.session-date { font-size: 15px; font-weight: 700; min-width: 96px; }
.session-date .dow { font-size: 12px; color: var(--ink-soft); margin-left: 2px; font-weight: 500; }
.session-time { font-size: 14px; color: var(--ink-soft); letter-spacing: 0.03em; }
.session-time.tbd { color: var(--kinki); }
.session-loc { font-size: 13px; color: var(--ink-soft); text-align: right; }

/* FAQ */
.faq-section { padding: 60px 0 40px; }
.faq-list { max-width: 780px; margin: 0 auto; }
.faq-item {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: 12px; margin-bottom: 12px;
  overflow: hidden; transition: box-shadow 0.3s ease;
}
.faq-item:hover { box-shadow: 0 4px 16px var(--shadow); }
.faq-item.open { box-shadow: 0 6px 20px var(--shadow); }

.faq-question {
  width: 100%; display: flex; align-items: flex-start; gap: 16px;
  padding: 20px 24px; background: transparent; border: none;
  cursor: pointer; text-align: left; font-family: inherit;
  font-size: 16px; font-weight: 700; color: var(--ink);
  letter-spacing: 0.03em; line-height: 1.6;
  transition: background 0.25s ease;
}
.faq-question:hover { background: var(--cream); }

.faq-q-mark {
  flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%;
  background: var(--kansai-bg); color: var(--kansai);
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 700;
}
.faq-q-text { flex: 1; padding-top: 3px; }

.faq-toggle {
  flex-shrink: 0; width: 24px; height: 24px;
  position: relative; margin-top: 5px;
  transition: transform 0.3s ease;
}
.faq-toggle::before, .faq-toggle::after {
  content: ""; position: absolute; background: var(--kansai);
  border-radius: 1px; top: 50%; left: 50%;
  transition: transform 0.3s ease;
}
.faq-toggle::before { width: 14px; height: 2px; transform: translate(-50%, -50%); }
.faq-toggle::after { width: 2px; height: 14px; transform: translate(-50%, -50%); }
.faq-item.open .faq-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg); opacity: 0;
}

.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.5s ease; }
.faq-item.open .faq-answer { max-height: 1200px; }

.faq-answer-inner {
  padding: 0 24px 24px 68px; color: var(--ink-soft);
  font-size: 14.5px; line-height: 2; white-space: pre-line;
}

/* THERAPISTS */
.therapists-section { padding: 60px 0; }

.therapists-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
  max-width: 980px;
  margin: 0 auto;
}

.therapist-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 12px var(--shadow);
}
.therapist-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px var(--shadow);
}

.therapist-photo {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 16px;
  border: 3px solid var(--cream-deep);
  background: var(--cream-deep);
  flex-shrink: 0;
}
.therapist-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.therapist-photo.no-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 700;
}

.therapist-name {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}

.therapist-name-kana {
  font-size: 12px;
  color: var(--ink-soft);
  margin-bottom: 16px;
  letter-spacing: 0.1em;
}

.therapist-bio {
  font-size: 13px;
  color: var(--ink-soft);
  line-height: 1.9;
  margin-bottom: 20px;
  text-align: left;
  white-space: pre-line;
  flex: 1;
}

.therapist-buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  margin-top: auto;
}

.therapist-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 11px 20px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: all 0.25s ease;
  font-family: inherit;
  cursor: pointer;
  border: none;
}

.therapist-btn-primary {
  background: var(--kansai);
  color: var(--paper);
  box-shadow: 0 3px 10px rgba(196, 117, 86, 0.25);
}
.therapist-btn-primary:hover {
  background: #a85d40;
  transform: translateY(-1px);
  box-shadow: 0 5px 14px rgba(196, 117, 86, 0.35);
}

.therapist-btn-secondary {
  background: transparent;
  color: var(--ink-soft);
  border: 1px solid var(--line);
}
.therapist-btn-secondary:hover {
  background: var(--cream);
  color: var(--ink);
  border-color: var(--ink-soft);
}

.therapist-btn-secondary[aria-disabled="true"] {
  opacity: 0.4;
  pointer-events: none;
}

/* INFO */
.info-section { padding: 60px 24px 40px; text-align: center; }
.info-section h2 {
  font-weight: 700; font-size: clamp(22px, 4vw, 28px);
  letter-spacing: 0.08em; margin-bottom: 20px;
}
.info-section p { color: var(--ink-soft); font-size: 15px; line-height: 2; max-width: 520px; margin: 0 auto; white-space: pre-line; }

/* FOOTER */
footer { text-align: center; padding: 40px 24px; color: var(--ink-soft); font-size: 12px; letter-spacing: 0.1em; }
footer .footer-mark {
  font-size: 14px; color: var(--kinki); margin-bottom: 8px;
  font-weight: 700; letter-spacing: 0.15em;
}

/* STICKY CTA */
.sticky-cta {
  position: fixed; bottom: 0; left: 0; right: 0;
  background: rgba(255, 251, 243, 0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid var(--line);
  padding: 14px 16px; z-index: 100;
  box-shadow: 0 -4px 20px rgba(70, 50, 30, 0.08);
}
.sticky-cta-inner { max-width: 720px; margin: 0 auto; }
.reserve-btn {
  display: flex; align-items: center; justify-content: center; gap: 12px;
  width: 100%; padding: 16px 32px;
  background: var(--kansai); color: var(--paper);
  text-decoration: none; font-size: 16px; letter-spacing: 0.15em;
  font-weight: 700; border-radius: 999px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 16px rgba(196, 117, 86, 0.3);
  font-family: inherit;
}
.reserve-btn:hover {
  background: #a85d40; transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(196, 117, 86, 0.4);
}
.reserve-btn .arrow { font-size: 18px; transition: transform 0.3s ease; }
.reserve-btn:hover .arrow { transform: translateX(4px); }

/* ANIMATIONS */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
.hero > * { animation: fadeUp 0.9s ease both; }
.hero .eyebrow { animation-delay: 0.1s; }
.hero h1 { animation-delay: 0.25s; }
.hero .lead { animation-delay: 0.4s; }

/* ============================================
 *  SIDE NAV (PC: ドット型 / SP: ハンバーガー)
 * ============================================ */

/* PCサイドナビ(右側固定) */
.side-nav {
  position: fixed;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  background: rgba(255, 251, 243, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 16px 12px;
  box-shadow: 0 4px 20px var(--shadow);
}

.side-nav-title {
  display: none; /* PCでは非表示 */
}

.side-nav-close {
  display: none; /* PCでは非表示 */
}

.side-nav-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  padding: 0;
}

.side-nav-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 8px 8px;
  border-radius: 999px;
  text-decoration: none;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 700;
  transition: all 0.3s ease;
  position: relative;
  white-space: nowrap;
}

.side-nav-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--line);
  flex-shrink: 0;
  transition: all 0.3s ease;
  display: block;
}

.side-nav-label {
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-width 0.4s ease, opacity 0.3s ease;
  display: inline-block;
}

/* ホバー時: ラベル展開 */
.side-nav:hover .side-nav-label {
  max-width: 200px;
  opacity: 1;
  padding-right: 8px;
}

.side-nav-item:hover .side-nav-dot {
  background: var(--kansai);
  transform: scale(1.2);
}

.side-nav-item.active .side-nav-dot {
  background: var(--kansai);
  box-shadow: 0 0 0 4px var(--kansai-bg);
}

.side-nav-item.active {
  color: var(--ink);
}

/* スマホ用ハンバーガーボタン */
.nav-hamburger {
  display: none; /* PCでは非表示 */
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 60;
  width: 44px;
  height: 44px;
  background: rgba(255, 251, 243, 0.95);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid var(--line);
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  box-shadow: 0 4px 12px var(--shadow);
  transition: all 0.3s ease;
}

.nav-hamburger span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--ink);
  border-radius: 1px;
  transition: all 0.3s ease;
}

.nav-hamburger.active span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.nav-hamburger.active span:nth-child(2) {
  opacity: 0;
}
.nav-hamburger.active span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

/* スマホ用バックドロップ */
.side-nav-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(46, 41, 37, 0.4);
  z-index: 55;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.side-nav-backdrop.show {
  display: block;
  opacity: 1;
}

/* RESPONSIVE */
@media (max-width: 640px) {
  body { padding-bottom: 76px; }
  .hero { padding: 60px 16px 40px; }
  .intro-panel { padding: 28px 20px; border-radius: 12px; }
  .calendar-wrap { padding: 18px 10px; border-radius: 12px; }
  .cal-cell { min-height: 70px; padding: 4px 2px 5px; border-radius: 6px; }
  .cal-cell .date-num { font-size: 12px; margin-bottom: 2px; }
  .cell-chip { font-size: 8.5px; padding: 1px 3px; border-radius: 3px; }
  .cal-dow { font-size: 11px; padding: 4px 0; }
  .cal-grid { gap: 3px; }
  .cal-nav .month-label { font-size: 18px; }
  .therapist { padding: 18px 16px; border-radius: 10px; }
  .session-item { grid-template-columns: 1fr; gap: 4px; padding: 10px 12px; }
  .session-loc { text-align: left; }
  .legend { gap: 8px; }
  .legend-item { font-size: 11px; padding: 3px 10px; }
  .sticky-cta { padding: 10px 12px; }
  .reserve-btn { padding: 14px 24px; font-size: 14px; letter-spacing: 0.1em; }
  .faq-question { padding: 16px 18px; font-size: 14px; gap: 12px; }
  .faq-q-mark { width: 24px; height: 24px; font-size: 12px; }
  .faq-answer-inner { padding: 0 18px 20px 54px; font-size: 13.5px; }
  .therapists-grid { grid-template-columns: 1fr; gap: 16px; }
  .therapist-card { padding: 22px 18px; }
  .therapist-photo { width: 120px; height: 120px; }
  .therapist-bio { font-size: 13px; }

  /* スマホ: ハンバーガー表示 + ドロワーメニュー */
  .nav-hamburger { display: flex; }

  .side-nav {
    right: -280px;
    top: 0;
    transform: translateY(0);
    height: 100vh;
    width: 260px;
    border-radius: 0;
    padding: 60px 20px 20px;
    background: var(--paper);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: none;
    border-left: 1px solid var(--line);
    box-shadow: -4px 0 24px rgba(70, 50, 30, 0.15);
    transition: right 0.3s ease;
    overflow-y: auto;
  }
  .side-nav.mobile-open {
    right: 0;
  }
  .side-nav-title {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--kinki);
    letter-spacing: 0.2em;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--line);
  }
  .side-nav-close {
    display: flex;
    position: absolute;
    top: 14px;
    right: 14px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--cream);
    border: 1px solid var(--line);
    color: var(--ink-soft);
    font-size: 18px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    font-family: inherit;
  }
  .side-nav-list {
    gap: 4px;
  }
  .side-nav-item {
    padding: 14px 16px;
    font-size: 15px;
    background: transparent;
  }
  .side-nav-item:hover {
    background: var(--cream);
  }
  .side-nav-item.active {
    background: var(--cream-deep);
  }
  /* スマホではラベル常時表示 */
  .side-nav-label {
    max-width: none;
    opacity: 1;
    padding-right: 0;
  }
}

/* PC表示時: 文字サイズを全体的に30%アップ */
@media (min-width: 641px) {
  body { font-size: 17px; line-height: 1.95; }

  /* ヒーロー */
  .hero .eyebrow { font-size: 17px; }
  .hero h1 { font-size: clamp(36px, 6.5vw, 57px); }
  .hero .lead { font-size: 21px; line-height: 2.2; }
  .hero-deco span { font-size: 17px; }

  /* 紹介パネル */
  .intro-panel p { font-size: 20px; line-height: 2.1; }

  /* セクションヘッダー */
  .section-head .num { font-size: 17px; }
  .section-head h2 { font-size: clamp(29px, 5.2vw, 39px); }
  .section-head .desc { font-size: 18px; }

  /* 凡例 */
  .legend-item { font-size: 16px; padding: 6px 16px; }

  /* カレンダー */
  .cal-nav button { font-size: 23px; width: 44px; height: 44px; }
  .cal-nav .month-label { font-size: 29px; }
  .cal-nav .month-label .year { font-size: 18px; }
  .cal-dow { font-size: 17px; padding: 10px 0; }
  .cal-cell { min-height: 100px; }
  .cal-cell .date-num { font-size: 18px; }
  .cell-chip { font-size: 13px; padding: 3px 7px; }
  .cal-hint { font-size: 16px; }
  .cal-hint .clear-btn { font-size: 16px; }

  /* タイムライン */
  .area-title h3 { font-size: 25px; }
  .therapist-name { font-size: 22px; }
  .therapist-loc { font-size: 17px; }
  .session-date { font-size: 20px; min-width: 120px; }
  .session-date .dow { font-size: 16px; }
  .session-time { font-size: 18px; }
  .session-loc { font-size: 17px; }

  /* FAQ */
  .faq-question { font-size: 21px; padding: 24px 28px; }
  .faq-q-mark { width: 36px; height: 36px; font-size: 18px; }
  .faq-answer-inner { font-size: 19px; padding: 0 28px 28px 80px; }

  /* セラピスト紹介 */
  .therapist-name-kana { font-size: 16px; }
  .therapist-bio { font-size: 17px; line-height: 1.95; }
  .therapist-btn { font-size: 17px; padding: 14px 24px; }

  /* お申し込みセクション */
  .info-section h2 { font-size: clamp(29px, 5.2vw, 36px); }
  .info-section p { font-size: 20px; line-height: 2.1; }

  /* フッター */
  footer { font-size: 16px; }
  footer .footer-mark { font-size: 18px; }

  /* 予約ボタン */
  .reserve-btn { font-size: 21px; padding: 20px 40px; }
  .reserve-btn .arrow { font-size: 23px; }
  body { padding-bottom: 96px; }
}
