@charset "UTF-8";
/* ============================================================
   store-seitai.css — 治療・整体テーマ
   方向: ミニマルテック(6)×クラフト(5)。白茶の地に若竹色、角の丸いやわらかさ
   シグネチャー: 「どこが、つらいですか?」お悩みチェック → おすすめと初回料金
   ============================================================ */
:root {
  --st-bg: #f7f4ef;          /* 白茶 */
  --st-surface: #ffffff;
  --st-ink: #2b302c;
  --st-muted: #646b65;
  --st-line: #e3ded4;
  --st-accent: #4f6d5a;      /* 若竹(文字にも使える濃さ) */
  --st-accent-ink: #ffffff;
  --sage-soft: #e6ece5;
  --terra: #b8694a;          /* 印・強調の点 */
  --terra-soft: #f6e7df;
  --st-font-display: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  --st-font-body: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --st-radius: 14px;
  --wrap: min(1120px, 100% - 40px);
}

h1, h2, h3 { font-family: var(--st-font-display); font-weight: 700; line-height: 1.5; letter-spacing: 0.04em; }
.s-wrap { width: var(--wrap); margin-inline: auto; }
.s-section { padding-block: clamp(72px, 10vw, 128px); }
.s-center { text-align: center; }

.s-label {
  display: inline-block; padding: 3px 12px; border-radius: 999px;
  background: var(--sage-soft); color: var(--st-accent);
  font-size: 12px; font-weight: 700; letter-spacing: 0.12em;
}
.s-title { font-size: clamp(25px, 3.4vw, 36px); margin-top: 14px; }
.s-lead { margin-top: 14px; color: var(--st-muted); }
.s-center .s-lead { margin-inline: auto; max-width: 34em; }
.s-mark { background: linear-gradient(transparent 62%, var(--terra-soft) 62%); }

/* ボタン */
.s-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 52px; padding: 12px 26px; border-radius: 999px;
  background: var(--st-accent); color: var(--st-accent-ink); border: 1.5px solid var(--st-accent);
  font-weight: 700; letter-spacing: 0.06em; text-decoration: none; white-space: nowrap;
  transition: background 0.25s, color 0.25s, transform 0.25s;
}
.s-btn:hover { background: #3e5848; border-color: #3e5848; }
.s-btn--line { background: #fff; color: var(--st-accent); }
.s-btn--line:hover { background: var(--sage-soft); color: var(--st-accent); }
.s-btn svg { width: 18px; height: 18px; }

/* ヘッダー */
.s-header {
  position: sticky; top: 0; z-index: var(--z-header);
  background: color-mix(in srgb, var(--st-bg) 92%, transparent); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--st-line);
}
.s-header__inner { width: var(--wrap); margin-inline: auto; min-height: 68px; display: flex; align-items: center; gap: 28px; }
.s-logo { display: grid; line-height: 1.3; text-decoration: none; }
.s-logo small { font-size: 11px; color: var(--st-muted); letter-spacing: 0.1em; }
.s-logo span { font-family: var(--st-font-display); font-weight: 700; font-size: 20px; letter-spacing: 0.1em; }
.s-header__nav { margin-left: auto; display: flex; gap: 22px; font-size: 14px; }
.s-header__nav a { text-decoration: none; }
.s-header__nav a:hover { color: var(--st-accent); }
.s-header .s-btn { min-height: 42px; padding: 8px 20px; font-size: 14px; }

/* ヒーロー(スプリット) */
.s-hero { padding: clamp(32px, 5vw, 64px) 0 0; }
.s-hero__grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.s-hero__place { font-size: 13px; color: var(--st-muted); letter-spacing: 0.08em; }
.s-hero h1 { margin-top: 10px; font-size: clamp(15px, 1.4vw, 17px); color: var(--st-accent); letter-spacing: 0.14em; }
.s-hero__catch { margin-top: 12px; font-family: var(--st-font-display); font-weight: 700; font-size: clamp(30px, 4.4vw, 50px); line-height: 1.45; letter-spacing: 0.04em; }
.s-hero__lead { margin-top: 18px; color: var(--st-muted); max-width: 28em; }
.s-offer {
  margin-top: 28px; display: inline-grid; grid-template-columns: auto 1fr; align-items: center; gap: 4px 16px;
  padding: 14px 22px; background: var(--st-surface); border: 1px solid var(--st-line); border-radius: var(--st-radius);
}
.s-offer__tag { grid-row: span 2; padding: 6px 10px; border-radius: 8px; background: var(--terra); color: #fff; font-size: 12px; font-weight: 700; line-height: 1.4; text-align: center; }
.s-offer__name { font-size: 14px; }
.s-offer__price { font-family: var(--st-font-display); font-weight: 700; font-size: 26px; line-height: 1.2; }
.s-offer__price s { font-family: var(--st-font-body); font-weight: 400; font-size: 13px; color: var(--st-muted); margin-right: 8px; }
.s-hero__actions { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 10px; }
.s-hero__visual { position: relative; }
.s-hero__visual img { width: 100%; aspect-ratio: 4 / 3.4; object-fit: cover; border-radius: 28px 28px 28px 120px; }
.s-hero__slot {
  position: absolute; left: -24px; bottom: 28px;
  padding: 14px 18px; background: var(--st-surface); border-radius: var(--st-radius);
  box-shadow: 0 18px 40px -18px rgba(43, 48, 44, 0.35);
  font-size: 13px;
}
.s-hero__slot strong { display: flex; font-size: 12px; color: var(--st-muted); font-weight: 500; }
.s-hero__slot ul { display: flex; gap: 6px; list-style: none; padding: 0; margin-top: 6px; }
.s-hero__slot li { padding: 2px 10px; border-radius: 999px; background: var(--sage-soft); color: var(--st-accent); font-weight: 700; }

/* 数字の帯 */
.s-stats { margin-top: clamp(48px, 7vw, 80px); border-block: 1px solid var(--st-line); background: var(--st-surface); }
.s-stats ul { width: var(--wrap); margin-inline: auto; list-style: none; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); }
.s-stats li { padding: 22px 20px; border-left: 1px solid var(--st-line); display: grid; gap: 2px; }
.s-stats li:first-child { border-left: 0; }
.s-stats b { font-family: var(--st-font-display); font-size: 26px; color: var(--st-accent); }
.s-stats b small { font-size: 13px; margin-left: 2px; color: var(--st-ink); }
.s-stats span { font-size: 13px; color: var(--st-muted); }

/* お悩みチェック(シグネチャー) */
.s-check__box {
  margin-top: 44px; display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 24px;
  padding: clamp(20px, 3vw, 36px); background: var(--st-surface); border-radius: 24px; border: 1px solid var(--st-line);
}
.s-check__chips { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.s-chip {
  display: flex; align-items: center; gap: 12px; min-height: 60px;
  padding: 12px 16px; border-radius: 12px; border: 1.5px solid var(--st-line); background: var(--st-bg);
  text-align: left; cursor: pointer; transition: border-color 0.2s, background 0.2s;
}
.s-chip::before {
  content: ""; width: 22px; height: 22px; flex: none; border-radius: 6px;
  border: 1.5px solid var(--st-line); background: #fff; transition: background 0.2s, border-color 0.2s;
}
.s-chip[aria-pressed="true"] { border-color: var(--st-accent); background: var(--sage-soft); }
.s-chip[aria-pressed="true"]::before {
  border-color: var(--st-accent);
  background: var(--st-accent) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 8.5l3 3 6-7' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 14px no-repeat;
}
.s-chip span { display: grid; font-weight: 700; line-height: 1.5; }
.s-chip small { font-weight: 400; font-size: 12px; color: var(--st-muted); }
.s-result {
  display: grid; align-content: start; gap: 10px;
  padding: 24px; border-radius: 18px; background: var(--st-accent); color: #fff;
}
.s-result__label { font-size: 12px; letter-spacing: 0.12em; opacity: 0.8; }
.s-result__course { font-family: var(--st-font-display); font-size: 22px; font-weight: 700; line-height: 1.5; }
.s-result__text { font-size: 14px; opacity: 0.9; }
.s-result__price { margin-top: 6px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,0.25); font-size: 14px; }
.s-result__price b { font-family: var(--st-font-display); font-size: 26px; margin-left: 6px; }
.s-result .s-btn { margin-top: 8px; background: #fff; color: var(--st-accent); border-color: #fff; }

/* やり方(交互2カラム) */
.s-ways { background: var(--st-surface); border-block: 1px solid var(--st-line); }
.s-way { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 6vw, 80px); align-items: center; margin-top: clamp(48px, 7vw, 80px); }
.s-way:nth-of-type(even) .s-way__img { order: 2; }
.s-way__img img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 24px; }
.s-way__num { font-family: var(--st-font-display); font-size: 14px; font-weight: 700; color: var(--terra); letter-spacing: 0.14em; }
.s-way h3 { font-size: clamp(21px, 2.6vw, 28px); margin-top: 6px; }
.s-way p { margin-top: 14px; color: var(--st-muted); }
.s-way__card {
  aspect-ratio: 4 / 3; border-radius: 24px; background: var(--sage-soft);
  display: grid; place-content: center; gap: 12px; padding: 32px; text-align: center;
}
.s-way__card b { font-family: var(--st-font-display); font-size: 20px; color: var(--st-accent); }
.s-way__card ol { list-style: none; padding: 0; display: grid; gap: 8px; text-align: left; font-size: 14px; }
.s-way__card li { padding: 10px 14px; background: #fff; border-radius: 10px; }

/* 料金 */
.s-price__table { margin-top: 40px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.s-plan {
  position: relative; padding: 28px 24px; background: var(--st-surface); border: 1px solid var(--st-line); border-radius: 20px;
  display: grid; gap: 8px; align-content: start;
}
.s-plan--first { border: 2px solid var(--terra); }
.s-plan__badge { position: absolute; top: -13px; left: 20px; padding: 2px 12px; border-radius: 999px; background: var(--terra); color: #fff; font-size: 12px; font-weight: 700; }
.s-plan h3 { font-size: 18px; }
.s-plan .s-plan__price { font-family: var(--st-font-display); font-weight: 700; font-size: 32px; line-height: 1.3; }
.s-plan__price small { font-size: 14px; font-family: var(--st-font-body); font-weight: 400; margin-left: 4px; }
.s-plan p { font-size: 14px; color: var(--st-muted); }
.s-price__note { margin-top: 18px; font-size: 13px; color: var(--st-muted); }

/* 流れ */
.s-flow { list-style: none; padding: 0; margin-top: 44px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: flow; }
.s-flow li { counter-increment: flow; padding: 24px 20px; border-radius: 18px; background: var(--st-surface); border: 1px solid var(--st-line); }
.s-flow li::before { content: "0" counter(flow); font-family: var(--st-font-display); font-weight: 700; color: var(--terra); font-size: 14px; letter-spacing: 0.1em; }
.s-flow h3 { font-size: 17px; margin-top: 4px; }
.s-flow p { font-size: 14px; color: var(--st-muted); margin-top: 6px; }
.s-flow span { display: inline-block; margin-top: 10px; font-size: 12px; color: var(--st-accent); background: var(--sage-soft); border-radius: 6px; padding: 1px 8px; }

/* 院長 */
.s-owner { background: var(--sage-soft); }
.s-owner__grid { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: clamp(28px, 6vw, 80px); align-items: center; }
.s-owner__grid img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 120px 120px 24px 24px; }
.s-owner__name { margin-top: 20px; font-family: var(--st-font-display); font-size: 20px; font-weight: 700; }
.s-owner__name small { font-size: 13px; color: var(--st-muted); margin-left: 10px; font-weight: 500; }
.s-owner__text { margin-top: 16px; display: grid; gap: 1em; }
.s-owner__career { margin-top: 20px; list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.s-owner__career li { padding: 4px 12px; background: #fff; border-radius: 999px; font-size: 13px; }

/* 声 */
.s-voices { margin-top: 44px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.s-voice { padding: 26px 24px; background: var(--st-surface); border: 1px solid var(--st-line); border-radius: 20px; }
.s-voice__head { font-family: var(--st-font-display); font-weight: 700; font-size: 17px; line-height: 1.6; }
.s-voice p { margin-top: 12px; font-size: 14px; color: var(--st-muted); }
.s-voice__who { margin-top: 14px; font-size: 13px; color: var(--st-accent); }
.s-voices-note { margin-top: 14px; font-size: 12px; color: var(--st-muted); }

/* FAQ */
.s-faq { max-width: 760px; margin: 40px auto 0; display: grid; gap: 10px; }
.s-faq details { background: var(--st-surface); border: 1px solid var(--st-line); border-radius: 14px; }
.s-faq summary { padding: 18px 48px 18px 20px; font-weight: 700; position: relative; }
.s-faq summary::after {
  content: ""; position: absolute; right: 20px; top: 50%; width: 10px; height: 10px; margin-top: -7px;
  border-right: 2px solid var(--st-accent); border-bottom: 2px solid var(--st-accent); transform: rotate(45deg); transition: transform 0.3s;
}
.s-faq details[open] summary::after { transform: rotate(-135deg); margin-top: -2px; }
.s-faq details p { padding: 0 20px 20px; color: var(--st-muted); }

/* 予約帯 */
.s-cta { background: var(--st-accent); color: #fff; border-radius: 32px; width: var(--wrap); margin-inline: auto; padding: clamp(40px, 6vw, 64px) clamp(24px, 5vw, 64px); display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; }
.s-cta h2 { font-size: clamp(22px, 3vw, 30px); }
.s-cta p { margin-top: 8px; opacity: 0.88; font-size: 14px; }
.s-cta__actions { display: grid; gap: 10px; }
.s-cta .s-btn { background: #fff; color: var(--st-accent); border-color: #fff; }
.s-cta .s-btn--line { background: transparent; color: #fff; border-color: rgba(255,255,255,0.6); }
.s-cta .s-btn--line:hover { background: rgba(255,255,255,0.12); }

/* アクセス */
.s-access__grid { margin-top: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 56px); }
.s-access dl { display: grid; grid-template-columns: 6.5em 1fr; border-top: 1px solid var(--st-line); }
.s-access dt, .s-access dd { padding: 14px 0; border-bottom: 1px solid var(--st-line); }
.s-access dt { color: var(--st-muted); font-size: 14px; }
.s-access .st-map { border-radius: 20px; }
.s-hours { margin-top: 20px; width: 100%; border-collapse: collapse; font-size: 14px; text-align: center; }
.s-hours th, .s-hours td { padding: 8px 4px; border-bottom: 1px solid var(--st-line); }
.s-hours th { font-weight: 500; color: var(--st-muted); }
.s-hours td.is-off { color: var(--terra); }

.s-footer { padding: 48px 0; border-top: 1px solid var(--st-line); font-size: 14px; color: var(--st-muted); }
.s-footer__grid { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; }
.s-footer__name { font-family: var(--st-font-display); font-weight: 700; font-size: 20px; color: var(--st-ink); }

.call-bar a { background: var(--st-accent); color: #fff; }
.call-bar a + a { background: #fff; color: var(--st-accent); border: 1.5px solid var(--st-accent); }

@media (max-width: 1023px) {
  .s-header__nav { display: none; }
  .s-header .s-btn { margin-left: auto; }
  .s-hero__grid { grid-template-columns: 1fr; }
  .s-hero__visual { order: -1; }
  .s-hero__slot { left: 12px; bottom: 12px; }
  .s-check__box { grid-template-columns: 1fr; }
  .s-flow { grid-template-columns: 1fr 1fr; }
  .s-owner__grid { grid-template-columns: 1fr; }
  .s-owner__grid img { max-width: 320px; }
  .s-voices { grid-template-columns: 1fr; }
  .s-access__grid { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  body { font-size: 15px; }
  .s-header .s-btn span { display: none; }
  .s-hero__visual img { border-radius: 20px 20px 20px 72px; aspect-ratio: 4 / 3; }
  .s-hero__actions .s-btn { flex: 1 1 100%; }
  .s-stats ul { grid-template-columns: 1fr 1fr; }
  .s-stats li:nth-child(3) { border-left: 0; }
  .s-stats li:nth-child(n+3) { border-top: 1px solid var(--st-line); }
  .s-check__chips { grid-template-columns: 1fr; }
  .s-way { grid-template-columns: 1fr; }
  .s-way:nth-of-type(even) .s-way__img { order: 0; }
  .s-price__table { grid-template-columns: 1fr; gap: 24px; }
  .s-flow { grid-template-columns: 1fr; }
  .s-cta { grid-template-columns: 1fr; border-radius: 24px; }
  .s-access dl { grid-template-columns: 5.5em 1fr; }
}

/* 受け取り前ページ用の追加 */
.s-hero__genre-label { margin-top: 10px; font-size: 14px; color: var(--st-accent); font-weight: 700; letter-spacing: 0.1em; }
.s-hero__catch.s-name--m { font-size: clamp(26px, 3.4vw, 40px); }
.s-hero__catch.s-name--l { font-size: clamp(22px, 2.6vw, 32px); }
.s-offer--pending .s-offer__tag { background: var(--st-muted); }
.s-offer__pending { font-size: 13px; color: var(--st-muted); }
.s-hero__slot strong { font-size: 12px; }
.p-prestore .s-owner { padding-block: clamp(48px, 7vw, 80px); }
.p-prestore .s-access dl { align-self: start; }

/* お知らせ・臨時休業の帯(店主が入れたとき) */
.s-today { background: var(--terra-soft); border-bottom: 1px solid var(--st-line); }
.s-today__inner {
  width: var(--wrap); margin-inline: auto; padding: 14px 0;
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px 20px; font-size: 14px;
}
.s-today__label { padding: 2px 12px; border-radius: 999px; background: var(--terra); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: 0.08em; }
