@charset "UTF-8";

/* ============================================
   漢方温活サロン よもぎのめぐみ — 本番LP
   Design System: 和モダン（cream / moss / gold）
   2026年7月 八王子・横山町 NEW OPEN
   ============================================ */

/* ----- Reset & Base ----- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --cream: #faf6ef;
  --cream-deep: #f1e9d8;
  --moss: #5d6b3e;
  --moss-dark: #3f4a2a;
  --gold: #b89255;
  --ink: #2c2820;
  --ink-mid: #6b6157;
  --line: #d9cfb8;
  --accent: #c44a3a;
  /* 予約CTA色（ホットペッパー導線・温かみのあるテラコッタ） */
  --cta: #c85a2c;
  --cta-dark: #a8461d;
  --shadow-sm: 0 4px 16px rgba(0,0,0,0.04);
  --shadow-md: 0 4px 24px rgba(0,0,0,0.06);
  --shadow-lg: 0 16px 40px rgba(0,0,0,0.08);
  --serif: "Yu Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  --sans: "Yu Gothic", "游ゴシック", "YuGothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  --container: 1100px;
}

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.8;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button { font-family: inherit; }

/* ----- OPEN告知 トップバー ----- */
.open-bar {
  background: linear-gradient(90deg, var(--moss-dark), var(--moss));
  color: var(--cream);
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.08em;
  padding: 8px 16px;
  font-family: var(--serif);
}
.open-bar strong { color: #f3d9a6; font-weight: 600; }

/* ----- Header ----- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250, 246, 239, 0.96);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.brand-logo img { width: 46px; height: 46px; border-radius: 50%; }
.brand-logo .brand-text {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 500;
  color: var(--moss-dark);
  letter-spacing: 0.08em;
  line-height: 1.3;
}
.brand-logo .brand-text small {
  display: block;
  font-size: 10px;
  color: var(--ink-mid);
  letter-spacing: 0.2em;
  margin-top: 2px;
}

.header-info {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 13px;
  color: var(--ink-mid);
}

.header-info .tel {
  font-family: var(--serif);
  font-size: 18px;
  color: var(--moss-dark);
  font-weight: 500;
  text-decoration: none;
}
.header-info .tel i { font-size: 14px; margin-right: 4px; }

.header-cta {
  background: var(--cta);
  color: #fff;
  padding: 10px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: background 0.2s;
}
.header-cta i { font-size: 15px; }
.header-cta:hover { background: var(--cta-dark); }

/* ----- FV (First View) ----- */
.fv {
  background: linear-gradient(180deg, var(--cream) 0%, var(--cream-deep) 100%);
  padding: 56px 24px 64px;
  overflow: hidden;
}

.fv-inner {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}

.fv-target {
  display: inline-block;
  font-family: var(--serif);
  font-size: 15px;
  color: var(--moss-dark);
  letter-spacing: 0.1em;
  border-top: 1px solid var(--moss);
  border-bottom: 1px solid var(--moss);
  padding: 6px 0;
  margin-bottom: 24px;
}

.fv-head {
  font-family: var(--serif);
  font-size: 42px;
  line-height: 1.4;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 18px;
  letter-spacing: 0.02em;
  text-wrap: balance;
}

.fv-head .accent {
  color: var(--moss-dark);
  border-bottom: 3px solid var(--gold);
  padding-bottom: 2px;
}

.fv-sub {
  font-family: var(--serif);
  font-size: 18px;
  color: var(--ink-mid);
  margin-bottom: 28px;
  line-height: 1.7;
}

.fv-tag {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 13px;
  color: var(--ink-mid);
  margin-bottom: 32px;
}

.fv-tag span {
  background: #fff;
  border: 1px solid var(--line);
  padding: 6px 14px;
  border-radius: 999px;
}

.fv-badge {
  background: var(--moss-dark);
  color: var(--cream);
  padding: 18px 22px;
  border-radius: 4px;
  margin-bottom: 16px;
  position: relative;
}

.fv-badge::before {
  content: "OPEN記念・新規限定";
  position: absolute;
  top: -10px;
  left: 16px;
  background: var(--gold);
  color: #fff;
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 2px;
  letter-spacing: 0.1em;
}

.fv-badge .price-old {
  text-decoration: line-through;
  color: #b8b0a0;
  font-size: 14px;
  margin-right: 10px;
}

.fv-badge .price-new {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 500;
  color: #f3d9a6;
}
.fv-badge .price-new small { font-size: 16px; }

.fv-badge .price-label {
  display: block;
  font-size: 13px;
  color: #d9cfb8;
  margin-bottom: 4px;
  letter-spacing: 0.05em;
}

.fv-badge .limit {
  font-size: 12px;
  color: #d9cfb8;
  margin-top: 6px;
}
.fv-badge .limit i { margin-right: 4px; color: var(--gold); }

/* プレオープン緊急リボン */
.fv-preopen {
  background: var(--accent);
  color: #fff;
  font-size: 12.5px;
  padding: 9px 14px;
  border-radius: 4px;
  margin-bottom: 28px;
  line-height: 1.6;
}
.fv-preopen strong { font-size: 15px; }

.fv-cta-group { display: flex; gap: 12px; flex-wrap: wrap; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 26px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
  border: none;
  cursor: pointer;
  text-align: center;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.12); }

.btn-primary {
  background: var(--cta);
  color: #fff;
  box-shadow: 0 4px 12px rgba(200,90,44,0.3);
}
.btn-primary:hover { background: var(--cta-dark); }
.btn i { font-size: 17px; }

.btn-secondary {
  background: #fff;
  color: var(--moss-dark);
  border: 1px solid var(--moss);
}

.btn-micro {
  display: block;
  font-size: 11px;
  color: var(--ink-mid);
  margin-top: 8px;
  text-align: center;
}

.fv-visual {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(63,74,42,0.15);
}
.fv-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

/* ----- Section base ----- */
.section { padding: 80px 24px; }
.section-inner { max-width: var(--container); margin: 0 auto; }

.section-label {
  font-family: var(--serif);
  font-size: 13px;
  color: var(--gold);
  letter-spacing: 0.3em;
  text-align: center;
  margin-bottom: 14px;
}

.section-title {
  font-family: var(--serif);
  font-size: 32px;
  line-height: 1.5;
  color: var(--moss-dark);
  text-align: center;
  font-weight: 500;
  margin-bottom: 48px;
  letter-spacing: 0.04em;
  text-wrap: balance;
}

.section-title .line {
  display: block;
  font-size: 14px;
  color: var(--ink-mid);
  margin-top: 12px;
  letter-spacing: 0.1em;
}

/* ----- Pain / Empathy ----- */
.pain { background: var(--cream-deep); }

.pain-list {
  max-width: 760px;
  margin: 0 auto;
  background: #fff;
  padding: 40px 48px;
  border-radius: 4px;
  border-left: 4px solid var(--moss);
  box-shadow: var(--shadow-md);
}

.pain-list li {
  list-style: none;
  font-family: var(--serif);
  font-size: 18px;
  padding: 14px 0 14px 32px;
  border-bottom: 1px dashed var(--line);
  position: relative;
}
.pain-list li:last-child { border-bottom: none; }
.pain-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 14px;
  color: var(--gold);
  font-size: 18px;
  font-weight: bold;
}

.pain-footer {
  text-align: center;
  margin-top: 32px;
  font-family: var(--serif);
  font-size: 18px;
  color: var(--ink-mid);
}
.pain-footer strong { color: var(--ink); font-weight: 500; }

/* ----- Theory (Educate 1) ----- */
.theory { background: var(--cream); }

.theory-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

.theory-visual {
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.theory-visual img { width: 100%; height: 100%; object-fit: cover; }

.theory-text h3 {
  font-family: var(--serif);
  font-size: 26px;
  line-height: 1.6;
  color: var(--moss-dark);
  margin-bottom: 20px;
  font-weight: 500;
}
.theory-text p { color: var(--ink); margin-bottom: 18px; line-height: 1.9; }

.theory-text .keyword {
  font-family: var(--serif);
  display: inline-block;
  background: var(--moss);
  color: #fff;
  padding: 2px 12px;
  margin: 0 4px;
  letter-spacing: 0.15em;
}

.theory-bridge {
  margin-top: 48px;
  text-align: center;
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.7;
  color: var(--moss-dark);
}
.theory-bridge strong {
  font-size: 28px;
  color: var(--ink);
  display: inline-block;
  margin-top: 8px;
  border-bottom: 2px solid var(--gold);
  padding-bottom: 4px;
}

/* ----- USP (Educate 2) ----- */
.usp { background: var(--cream-deep); }

.usp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.usp-card {
  background: #fff;
  padding: 40px 28px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  box-shadow: var(--shadow-sm);
}

.usp-card .num {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--moss);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
}

.usp-card .icon {
  font-size: 40px;
  margin: 16px 0 12px;
  color: var(--gold);
  line-height: 1;
}
.usp-card .icon i { display: inline-block; }

.usp-card h3 {
  font-family: var(--serif);
  font-size: 20px;
  color: var(--moss-dark);
  margin-bottom: 16px;
  line-height: 1.5;
}
.usp-card p { font-size: 14px; color: var(--ink-mid); line-height: 1.8; }

/* ----- Mid CTA ----- */
.mid-cta {
  background: var(--moss-dark);
  color: var(--cream);
  padding: 56px 24px;
  text-align: center;
}
.mid-cta h3 {
  font-family: var(--serif);
  font-size: 26px;
  line-height: 1.6;
  margin-bottom: 12px;
  font-weight: 400;
}
.mid-cta p { color: #d9cfb8; margin-bottom: 28px; font-size: 14px; }
.mid-cta .btn-micro { color: #d9cfb8; }

/* ----- 想い / Philosophy（旧Voiceの差し替え） ----- */
.philosophy { background: var(--cream); }

.philosophy-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

.philosophy-visual {
  aspect-ratio: 3/4;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.philosophy-visual img { width: 100%; height: 100%; object-fit: cover; }

.philosophy-text .lead {
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.7;
  color: var(--moss-dark);
  margin-bottom: 22px;
  font-weight: 500;
}
.philosophy-text p { color: var(--ink); margin-bottom: 18px; line-height: 1.95; }

.philosophy-quote {
  font-family: var(--serif);
  font-size: 19px;
  color: var(--ink);
  border-left: 3px solid var(--gold);
  padding: 4px 0 4px 18px;
  margin: 24px 0;
  line-height: 1.7;
}

.philosophy-sign {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}
.philosophy-sign .role { font-size: 12px; color: var(--ink-mid); letter-spacing: 0.08em; }
.philosophy-sign .name {
  font-family: var(--serif);
  font-size: 18px;
  color: var(--moss-dark);
}
.philosophy-sign .name small { font-size: 12px; color: var(--ink-mid); margin-left: 6px; letter-spacing: 0.1em; }

/* ----- Menu ----- */
.menu { background: var(--cream-deep); }

.menu-main {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  box-shadow: var(--shadow-md);
  margin-bottom: 40px;
  border: 2px solid var(--moss);
  position: relative;
}
.menu-main::before {
  content: "メインプラン";
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--gold);
  color: #fff;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 2px;
  letter-spacing: 0.1em;
  z-index: 1;
}
.menu-main .img { aspect-ratio: 4/3; overflow: hidden; }
.menu-main .img img { width: 100%; height: 100%; object-fit: cover; }
.menu-main .body { padding: 40px; display: flex; flex-direction: column; justify-content: center; }
.menu-main h3 {
  font-family: var(--serif);
  font-size: 26px;
  color: var(--moss-dark);
  margin-bottom: 16px;
  font-weight: 500;
}
.menu-main .meta-line { font-size: 14px; color: var(--ink-mid); margin-bottom: 12px; }
.menu-main .price-box {
  background: var(--cream);
  padding: 16px;
  border-radius: 4px;
  margin: 16px 0 20px;
  text-align: center;
}
.menu-main .price-box .old { text-decoration: line-through; color: #aaa; font-size: 14px; }
.menu-main .price-box .new {
  font-family: var(--serif);
  font-size: 28px;
  color: var(--accent);
  font-weight: 500;
  margin: 0 12px;
}
.menu-main .price-box small { font-size: 14px; color: var(--ink-mid); }
.menu-main ul { list-style: none; margin-bottom: 20px; }
.menu-main ul li { padding: 4px 0 4px 22px; position: relative; font-size: 14px; }
.menu-main ul li::before {
  content: "◆";
  position: absolute;
  left: 0;
  color: var(--moss);
  font-size: 10px;
  top: 8px;
}

.menu-sub {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.menu-sub .sub-card {
  background: #fff;
  border-radius: 4px;
  padding: 24px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.menu-sub .sub-card .img {
  flex-shrink: 0;
  width: 120px;
  height: 80px;
  border-radius: 4px;
  overflow: hidden;
}
.menu-sub .sub-card .img img { width: 100%; height: 100%; object-fit: cover; }
.menu-sub .sub-card h3 {
  font-family: var(--serif);
  font-size: 17px;
  color: var(--moss-dark);
  margin-bottom: 6px;
  font-weight: 500;
}
.menu-sub .sub-card .upsell {
  font-size: 11px;
  color: var(--gold);
  margin-bottom: 4px;
  letter-spacing: 0.1em;
}
.menu-sub .sub-card .price { font-family: var(--serif); font-size: 15px; color: var(--ink); margin-bottom: 6px; }
.menu-sub .sub-card p { font-size: 12px; color: var(--ink-mid); line-height: 1.7; }

.menu-note {
  margin-top: 28px;
  text-align: center;
  font-size: 13px;
  color: var(--ink-mid);
}

/* ----- Flow / Steps ----- */
.flow { background: var(--cream); }

.flow-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 40px;
  list-style: none;
  padding: 0;
}
.flow-step {
  background: #fff;
  border-radius: 4px;
  padding: 24px 16px;
  text-align: center;
  position: relative;
  box-shadow: var(--shadow-sm);
}
.flow-step::after {
  content: "▶";
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gold);
  font-size: 14px;
  z-index: 1;
}
.flow-step:last-child::after { display: none; }
.flow-step .step-num {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--moss);
  color: #fff;
  line-height: 32px;
  font-family: var(--serif);
  font-size: 14px;
  margin-bottom: 10px;
}
.flow-step h3 {
  font-family: var(--serif);
  font-size: 15px;
  color: var(--moss-dark);
  margin-bottom: 8px;
  line-height: 1.5;
}
.flow-step .time { font-size: 11px; color: var(--gold); margin-bottom: 8px; }
.flow-step p { font-size: 12px; color: var(--ink-mid); line-height: 1.7; }

/* ----- FAQ ----- */
.faq { background: var(--cream-deep); }
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item { background: #fff; border-radius: 4px; margin-bottom: 12px; overflow: hidden; }
.faq-q {
  padding: 20px 24px;
  cursor: pointer;
  font-family: var(--serif);
  font-size: 17px;
  color: var(--moss-dark);
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
.faq-q::-webkit-details-marker { display: none; }
.faq-q::before {
  content: "Q.";
  color: var(--gold);
  margin-right: 14px;
  font-family: var(--serif);
  font-size: 20px;
}
.faq-q .toggle { color: var(--gold); font-size: 20px; transition: transform 0.3s; display: inline-block; }
.faq-q .toggle i { font-size: 16px; }
.faq-item[open] .faq-q .toggle { transform: rotate(45deg); }
.faq-a {
  padding: 0 24px 24px 60px;
  font-size: 14px;
  color: var(--ink);
  line-height: 1.9;
  border-top: 1px dotted var(--line);
}
.faq-a::before {
  content: "A.";
  color: var(--moss);
  display: inline-block;
  font-family: var(--serif);
  font-size: 18px;
  margin-right: 12px;
}

/* ----- Access ----- */
.access { background: var(--cream); }
.access-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.access-info table { width: 100%; border-collapse: collapse; }
.access-info th, .access-info td {
  padding: 16px 14px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.access-info th { font-family: var(--serif); color: var(--moss-dark); width: 30%; font-weight: 500; }
.access-info td a { color: var(--moss-dark); }
.access-map iframe { width: 100%; height: 100%; min-height: 320px; border: 0; border-radius: 4px; }

/* ----- Final CTA ----- */
.final-cta {
  background: linear-gradient(180deg, var(--moss) 0%, var(--moss-dark) 100%);
  color: #fff;
  padding: 80px 24px;
  text-align: center;
}
.final-cta h2 {
  font-family: var(--serif);
  font-size: 32px;
  line-height: 1.6;
  margin-bottom: 24px;
  font-weight: 400;
  text-wrap: balance;
}
.final-cta .countdown {
  display: inline-block;
  background: var(--gold);
  color: #fff;
  padding: 10px 24px;
  border-radius: 4px;
  font-size: 14px;
  margin-bottom: 32px;
  letter-spacing: 0.1em;
}
.final-cta .countdown i { margin-right: 6px; }
.final-cta .bonus h3 i { margin-right: 6px; }
.final-cta .bonus {
  background: rgba(255,255,255,0.06);
  border: 1px dashed rgba(255,255,255,0.3);
  padding: 24px;
  border-radius: 4px;
  max-width: 600px;
  margin: 0 auto 32px;
  text-align: left;
}
.final-cta .bonus h3 {
  font-family: var(--serif);
  font-size: 18px;
  color: #f3d9a6;
  margin-bottom: 12px;
  text-align: center;
  font-weight: 500;
}
.final-cta .bonus ul { list-style: none; }
.final-cta .bonus ul li { padding: 6px 0 6px 24px; position: relative; font-size: 14px; }
.final-cta .bonus ul li::before {
  content: "▶";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-size: 10px;
  top: 10px;
}
.final-cta .therapist {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 28px;
  font-size: 13px;
  color: #d9cfb8;
}
.final-cta .therapist .therapist-photo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--cream-deep);
}
.final-cta .therapist .therapist-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 12%;
  transform: scale(1.45);
}
.final-cta .therapist .credit-row { text-align: left; }
.final-cta .therapist .name { color: #fff; font-family: var(--serif); font-size: 14px; }
.final-cta .micro { display: block; font-size: 12px; color: #d9cfb8; margin-top: 14px; }
.final-cta .btn-final {
  padding: 18px 36px;
  font-size: 17px;
  background: var(--cta);
}
.final-cta .btn-final:hover { background: var(--cta-dark); }

/* ----- Footer ----- */
.site-footer {
  background: var(--ink);
  color: #b8b0a0;
  padding: 56px 24px 24px;
  font-size: 13px;
}
.footer-inner {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
}
.footer-inner h4 {
  color: #fff;
  font-family: var(--serif);
  font-size: 16px;
  margin-bottom: 14px;
  font-weight: 500;
}
.footer-inner ul { list-style: none; }
.footer-inner ul li { padding: 4px 0; }
.footer-inner a { color: #b8b0a0; text-decoration: none; }
.footer-inner a:hover { color: var(--gold); }
.footer-legal {
  border-top: 1px solid #444;
  margin-top: 40px;
  padding-top: 24px;
  text-align: center;
  font-size: 11px;
  color: #888;
}

/* ----- Floating CTA ----- */
.float-cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  background: var(--cta);
  color: #fff;
  padding: 14px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 8px 24px rgba(200,90,44,0.4);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: transform 0.2s;
}
.float-cta:hover { transform: scale(1.05); }
.float-cta i { font-size: 18px; }

/* ----- Font Awesome 共通調整 ----- */
.philosophy-sign .fa-instagram, .footer-inner .fa-instagram {
  color: transparent;
  background: linear-gradient(45deg, #f9ce34, #ee2a7b, #6228d7);
  -webkit-background-clip: text;
  background-clip: text;
}

/* ============================================
   Responsive (≤768px / スマホ)
   ============================================ */
@media (max-width: 768px) {
  body { font-size: 15px; }

  .header-inner { padding: 8px 16px; gap: 8px; }
  .brand-logo img { width: 38px; height: 38px; }
  .brand-logo .brand-text { font-size: 14px; }
  .header-info { gap: 10px; }
  .header-info .tel { display: none; }
  .header-info .hours { display: none; }

  .fv { padding: 28px 16px 44px; }
  .fv-inner { grid-template-columns: 1fr; gap: 28px; }
  .fv-visual { aspect-ratio: 3/4; order: -1; }
  .fv-head { font-size: 27px; }
  .fv-sub { font-size: 16px; }
  .fv-badge .price-new { font-size: 26px; }

  .section { padding: 48px 16px; }
  .section-title { font-size: 24px; margin-bottom: 32px; }

  .pain-list { padding: 28px 24px; }
  .pain-list li { font-size: 15px; padding-left: 28px; }

  .theory-grid { grid-template-columns: 1fr; gap: 32px; }
  .theory-visual { max-width: 280px; margin: 0 auto; }
  .theory-text h3 { font-size: 20px; }

  .usp-grid { grid-template-columns: 1fr; gap: 36px; }

  .philosophy-grid { grid-template-columns: 1fr; gap: 28px; }
  .philosophy-visual { max-width: 320px; margin: 0 auto; aspect-ratio: 4/3; }
  .philosophy-text .lead { font-size: 20px; }

  .menu-main { grid-template-columns: 1fr; }
  .menu-main .img { aspect-ratio: 16/9; }
  .menu-main .body { padding: 24px; }
  .menu-main h3 { font-size: 20px; }
  .menu-sub { grid-template-columns: 1fr; }
  .menu-sub .sub-card { flex-direction: column; text-align: center; }
  .menu-sub .sub-card .img { width: 100%; height: 140px; }

  .flow-grid { grid-template-columns: 1fr; gap: 24px; }
  .flow-step::after { content: "▼"; right: 50%; top: auto; bottom: -20px; transform: translateX(50%); }

  .faq-q { font-size: 15px; padding: 16px 20px; }
  .faq-a { padding: 0 20px 20px 48px; font-size: 13px; }

  .access-grid { grid-template-columns: 1fr; gap: 24px; }

  .final-cta { padding: 56px 16px; }
  .final-cta h2 { font-size: 22px; }

  .footer-inner { grid-template-columns: 1fr; gap: 28px; }

  .float-cta { bottom: 12px; right: 12px; padding: 12px 18px; font-size: 13px; }
}

/* ----- Print ----- */
@media print {
  .site-header, .float-cta, .header-cta, .open-bar { display: none; }
  body { background: #fff; }
}

/* ----- Motion configuration ----- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation: none !important; transition: none !important; }
}
