/*
Theme Name: SALON オリジナルテーマ
Author: あなたのお名前
Description: フェイシャル・痩身・肌ケアのエステサロン向けオリジナルテーマ（ローズ×ゴールド／スマホ最適化）。文章・項目名・画像は「外観→カスタマイズ」で編集できます。
Version: 3.2.0
Text Domain: salon-theme
*/

:root{
  --rose:#FF4D8D; --wine:#6E1248; --plum:#2C0A33; --ink:#190620; --ink-2:#22092E;
  --gold-1:#FFEFC2; --gold-2:#E9B85E; --gold-3:#CE9A33;
  --cream:#FCEFEA; --cream-dim:#F4DAD3; --muted:#C49AAE;
  --line:rgba(255,224,180,.22); --line-soft:rgba(255,224,180,.16);
  --line-strong:rgba(255,224,180,.3);
  --linegreen:#06C755;
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;font-family:'Zen Kaku Gothic New',system-ui,sans-serif;color:var(--cream);background:var(--ink);line-height:1.85;padding-bottom:54px}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
:focus-visible{outline:2px solid var(--gold-2);outline-offset:3px}
.container{max-width:540px;margin:0 auto;padding:0 20px}

/* 共通パーツ */
.eyebrow{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:16px;letter-spacing:.18em;color:var(--gold-1);margin:0 0 10px}
.sec-title{font-family:'Shippori Mincho',serif;font-weight:700;font-size:25px;line-height:1.5;margin:0 0 14px;letter-spacing:.03em}
.gold{background:linear-gradient(180deg,#FFE9B0,#E9B85E 60%,#CE9A33);-webkit-background-clip:text;background-clip:text;color:transparent}
.alt{background:var(--ink-2)}
.is-ph{background:linear-gradient(135deg,#311036,#4a1340 60%,#6E1248);display:flex;align-items:center;justify-content:center}
.ph-label{font-family:'Cormorant Garamond',serif;font-size:13px;letter-spacing:.12em;color:var(--gold-1);text-align:center;opacity:.7}
.stars{font-size:15px;letter-spacing:1.5px;color:var(--gold-2)}
.stars .off{color:rgba(255,224,180,.28)}
.btn-gold{display:inline-block;font-size:15px;letter-spacing:.04em;color:var(--plum);font-weight:600;background:linear-gradient(180deg,#FFEFC2,#EBBB60 55%,#D49E3C);padding:15px 38px;border-radius:999px;box-shadow:0 10px 28px rgba(0,0,0,.3)}
.btn-line{display:inline-block;font-size:15px;letter-spacing:.04em;color:#fff;font-weight:600;background:var(--linegreen);padding:15px 38px;border-radius:999px;box-shadow:0 10px 26px rgba(6,199,85,.32)}
.btn-gold:hover,.btn-line:hover{filter:brightness(1.05)}
.section{padding:54px 0}

/* ===== ヘッダー ===== */
.mtoggle{position:absolute;opacity:0;pointer-events:none}
.site-head{position:sticky;top:0;z-index:40;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:rgba(25,6,32,.9);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.brand{font-family:'Cormorant Garamond','Shippori Mincho',serif;font-weight:600;font-size:18px;letter-spacing:.06em;flex:1 1 auto;min-width:0;line-height:1.3}
.head-actions{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;flex:0 0 auto}
.nav-desktop{display:none}
.head-tel{width:38px;height:38px;border:1px solid var(--gold-2);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--gold-1);font-size:17px}
.head-line{display:none}
.burger{width:38px;height:38px;border:1px solid var(--line);border-radius:8px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;cursor:pointer}
.burger span{width:18px;height:2px;background:var(--cream);display:block;border-radius:2px;transition:.25s}
.mtoggle:checked ~ .site-head .burger span:nth-child(1){transform:translateY(5.5px) rotate(45deg)}
.mtoggle:checked ~ .site-head .burger span:nth-child(2){opacity:0}
.mtoggle:checked ~ .site-head .burger span:nth-child(3){transform:translateY(-5.5px) rotate(-45deg)}
.m-menu{display:none;position:sticky;top:63px;z-index:39;background:rgba(34,9,46,.98);border-bottom:1px solid var(--line)}
.mtoggle:checked ~ .m-menu{display:block}
.m-menu a{display:block;padding:15px 20px;font-size:15px;border-bottom:1px solid var(--line-soft)}
.m-menu a:last-child{border-bottom:none}

/* ===== 下部固定バー（スマホ） ===== */
.fixbar{position:fixed;left:0;right:0;bottom:0;z-index:60;display:flex;gap:8px;padding:6px 10px;background:rgba(25,6,32,.93);backdrop-filter:blur(12px);border-top:1px solid var(--line)}
.fixbar-line{flex:1;text-align:center;font-size:12.5px;font-weight:600;color:#fff;background:var(--linegreen);padding:10px;border-radius:999px}
.fixbar-tel{width:44px;display:flex;align-items:center;justify-content:center;border:1px solid var(--gold-2);border-radius:999px;color:var(--gold-1);font-size:17px}

/* ===== ヒーロー ===== */
.hero{position:relative;overflow:hidden;text-align:center;min-height:78vh;display:flex;flex-direction:column;justify-content:center;padding:54px 22px;background:radial-gradient(130% 80% at 70% 8%,#FF4D8D 0%,#C0185E 26%,#6E1248 52%,#2C0A33 78%,#190620 100%)}
.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;z-index:0}
.hero-glow{position:absolute;width:340px;height:340px;border-radius:50%;top:-120px;right:-100px;background:radial-gradient(circle,rgba(255,209,128,.4) 0%,transparent 70%);z-index:1;pointer-events:none}
.hero-inner{position:relative;z-index:2}
.hero-title{font-family:'Shippori Mincho',serif;font-weight:700;font-size:42px;line-height:1.22;margin:0 0 14px;text-shadow:0 2px 24px rgba(0,0,0,.4)}
.hero-sub{font-size:14px;line-height:2;color:var(--cream-dim);margin:0 auto 26px}

/* ===== 写真＋文字 一体型カード（挨拶・コンセプト） ===== */
.ovcard{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:var(--ink-2)}
.ovimg{position:relative;min-height:300px;background:linear-gradient(135deg,#311036,#4a1340 60%,#6E1248);background-size:cover;background-position:center;display:flex;align-items:flex-end}
.ovimg::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(25,6,32,.94),rgba(25,6,32,.15) 55%,transparent 82%)}
.ovhead{position:relative;z-index:2;padding:22px 20px}
.ovhead .eyebrow{margin-bottom:6px}
.ovhead .sec-title{margin:0}
.ovbody{padding:18px 20px 24px}
.ovbody p{font-size:14px;color:var(--cream-dim);line-height:2;margin:0 0 12px}
.sign{font-family:'Shippori Mincho',serif;font-size:13px;color:var(--muted);margin-top:10px}
.sign b{font-size:19px;color:var(--cream);font-weight:600;margin-left:8px}

/* ===== 丸写真マーキー ===== */
.marquee{padding:46px 0;overflow:hidden}
.mq-track{display:flex;gap:16px;width:max-content;animation:salon-scroll 28s linear infinite}
.mq-circle{width:120px;height:120px;border-radius:50%;flex:0 0 auto;border:1px solid var(--line);background-size:cover;background-position:center}
@keyframes salon-scroll{to{transform:translateX(-50%)}}

/* ===== 特徴 ===== */
.features-head{text-align:center;margin-bottom:26px}
.frow{display:flex;gap:16px;padding:20px 0;border-top:1px solid var(--line-soft)}
.frow:last-child{border-bottom:1px solid var(--line-soft)}
.fnum{font-family:'Cormorant Garamond',serif;font-size:32px;color:var(--gold-2);line-height:1;min-width:44px}
.fttl{font-family:'Shippori Mincho',serif;font-size:17px;font-weight:600;margin:0 0 4px}
.ftxt{font-size:13.5px;color:var(--cream-dim);line-height:1.9;margin:0}

/* ===== 利用満足度 ===== */
.satis{padding:64px 22px;text-align:center;background:radial-gradient(90% 130% at 50% 0%,#C0185E 0%,#6E1248 45%,#190620 100%)}
.satis-grid{display:flex;justify-content:center;gap:10px;margin-top:24px}
.satis-grid>div{flex:1}
.satis-num{font-family:'Cormorant Garamond',serif;font-size:40px;line-height:1;background:linear-gradient(180deg,#FFE9B0,#E9B85E 60%,#CE9A33);-webkit-background-clip:text;background-clip:text;color:transparent}
.satis-label{font-size:12px;color:var(--cream-dim);margin-top:6px}

/* ===== 料金カード（スマホ＝横長） ===== */
.price-head{text-align:center;margin-bottom:6px}
.price-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.pcard{display:flex;flex-direction:column;border:1px solid var(--line-soft);border-radius:12px;overflow:hidden;background:rgba(255,255,255,.02);text-align:center}
.pcard-thumb{width:100%;height:120px;background-size:cover;background-position:center}
.pcard-body{padding:16px 14px 18px;display:flex;flex-direction:column;flex:1}
.pcard-name{font-family:'Shippori Mincho',serif;font-size:16px;font-weight:600;margin-bottom:8px}
.pcard-rate{font-size:11px;color:var(--muted);margin-bottom:10px}
.pcard-rate .stars{margin-left:5px;font-size:14px}
.pcard-cmt{border:1px solid var(--line);border-radius:8px;background:rgba(255,224,180,.05);padding:10px 12px;font-size:11.5px;color:var(--cream-dim);line-height:1.7;margin-bottom:12px;text-align:left}
.pcard-price{font-family:'Cormorant Garamond',serif;font-size:26px;color:var(--gold-1);line-height:1.1;margin-top:auto}
.pcard-price small{font-size:11px;color:var(--muted);margin-left:3px}
.pcard-more{margin-top:12px;color:var(--gold-1);font-size:11.5px;letter-spacing:.06em}
.pnote{font-size:11px;color:var(--muted);margin-top:16px;text-align:center}

/* ===== 予約方法 ===== */
.book{padding:64px 0;text-align:center;background:radial-gradient(90% 130% at 50% 0%,#C0185E 0%,#6E1248 45%,#190620 100%)}
.bmethods{margin-top:26px}
.bmethod{border:1px solid var(--line);border-radius:10px;padding:24px 20px;background:rgba(255,255,255,.04);margin-bottom:14px;text-align:center}
.bmethod-label{font-family:'Shippori Mincho',serif;font-size:18px;font-weight:600;margin-bottom:6px}
.bmethod-text{font-size:12.5px;color:var(--cream-dim);line-height:1.8;margin-bottom:16px}
.bmethod-action{display:block;font-size:14px;color:var(--plum);font-weight:600;background:linear-gradient(180deg,#FFEFC2,#EBBB60 55%,#D49E3C);padding:13px;border-radius:999px;margin-top:8px}
.bmethod-action.is-line{background:var(--linegreen);color:#fff}

/* ===== ご予約の流れ（タイムライン） ===== */
.flow-head{text-align:center;margin-bottom:32px}
.flow-step{display:flex;gap:18px;position:relative;padding-bottom:30px}
.flow-step::before{content:"";position:absolute;left:21px;top:46px;bottom:0;width:1px;background:linear-gradient(var(--gold-2),rgba(233,184,94,.12))}
.flow-step:last-child{padding-bottom:0}
.flow-step:last-child::before{display:none}
.flow-num{width:44px;height:44px;border-radius:50%;border:1px solid var(--gold-2);background:var(--ink);color:var(--gold-1);font-family:'Cormorant Garamond',serif;font-size:20px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;position:relative;z-index:2}
.flow-body{padding-top:5px}
.flow-title{font-family:'Shippori Mincho',serif;font-size:18px;font-weight:600;margin-bottom:5px}
.flow-text{font-size:13.5px;color:var(--cream-dim);line-height:1.9}

/* ===== ご案内可能エリア ===== */
.area-head{text-align:center;margin-bottom:14px}
.area-desc{text-align:center;font-size:13.5px;color:var(--cream-dim);line-height:2;margin:0 auto 26px;white-space:pre-line}
.area-card{border:1px solid var(--line-soft);border-radius:10px;overflow:hidden;background:rgba(255,255,255,.02);margin-bottom:12px}
.area-thumb{height:130px;background-size:cover;background-position:center}
.area-body{padding:18px 18px 22px}
.area-name{font-family:'Shippori Mincho',serif;font-size:17px;font-weight:600;margin-bottom:6px}
.area-text{font-size:13px;color:var(--cream-dim);line-height:1.9}
.area-empty{text-align:center;color:var(--muted);font-size:12px}

/* ===== よくある質問（カード） ===== */
.faq-head{text-align:center;margin-bottom:26px}
.faq-item{border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.03);margin-bottom:12px;overflow:hidden}
.faq-q{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;padding:18px;list-style:none;font-family:'Shippori Mincho',serif;font-size:15px;line-height:1.6;cursor:pointer}
.faq-q::-webkit-details-marker{display:none}
.faq-q .plus{font-family:'Cormorant Garamond',serif;font-size:24px;color:var(--gold-2);transition:.25s;flex:0 0 auto;line-height:1.3}
.faq-item[open] .faq-q .plus{transform:rotate(45deg)}
.faq-item[open] .faq-q{color:var(--gold-1)}
.faq-a{padding:15px 18px 20px;font-size:13.5px;color:var(--cream-dim);line-height:2;border-top:1px solid var(--line)}

/* ===== 注意事項 ===== */
.notes-head{text-align:center;margin-bottom:24px}
.notebox{border:1px solid var(--line);border-radius:10px;padding:22px;background:rgba(255,255,255,.02);margin-bottom:14px}
.notebox h3{font-family:'Shippori Mincho',serif;font-size:15px;color:var(--gold-1);margin:0 0 12px;padding-bottom:10px;border-bottom:1px solid var(--line-soft)}
.notelist{list-style:none;margin:0;padding:0}
.notelist li{position:relative;padding:7px 0 7px 18px;font-size:13px;color:var(--cream-dim);line-height:1.7}
.notelist li::before{content:"—";position:absolute;left:0;color:var(--gold-2)}

/* ===== 相互リンク ===== */
.links{padding:46px 0;text-align:center}
.linkrow{display:flex;flex-wrap:wrap;gap:12px 24px;justify-content:center;margin-top:16px}
.linkrow a{font-size:12.5px;color:var(--cream-dim);text-decoration:underline;text-underline-offset:3px}
.linkrow a:hover{color:var(--gold-1)}

/* ===== フッター ===== */
.site-foot{border-top:1px solid var(--line);padding:40px 20px 26px;text-align:center}
.foot-brand{font-family:'Cormorant Garamond','Shippori Mincho',serif;font-size:20px;letter-spacing:.06em;margin-bottom:10px;line-height:1.4;overflow-wrap:anywhere}
.foot-info{font-size:12px;color:var(--cream-dim);line-height:2;white-space:pre-line}
.foot-copy{margin-top:20px;font-size:10px;color:var(--muted);letter-spacing:.05em}

/* ===== コース詳細 ===== */
.course-detail{padding:46px 0}
.cd-back{font-size:12px;color:var(--muted)}
.cd-title{font-family:'Shippori Mincho',serif;font-size:26px;font-weight:700;margin:12px 0 16px}
.cd-img{height:240px;border-radius:10px;margin-bottom:20px;background-size:cover;background-position:center}
.cd-price{font-family:'Cormorant Garamond',serif;font-size:38px;color:var(--gold-1);line-height:1}
.cd-price small{font-size:14px;color:var(--muted);margin-left:6px}
.cd-meta{display:flex;gap:28px;flex-wrap:wrap;margin:16px 0 24px;padding:14px 0;border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft)}
.cd-meta .lbl{font-size:11px;letter-spacing:.1em;color:var(--muted);display:block;margin-bottom:4px}
.cd-meta .val{font-family:'Shippori Mincho',serif;font-size:16px}
.cd-lead{font-size:14px;color:var(--cream-dim);line-height:2;margin:0 0 30px}
.cd-block{margin-bottom:30px}
.cd-block h3{font-family:'Shippori Mincho',serif;font-size:17px;color:var(--gold-1);margin:0 0 12px;padding-left:12px;border-left:2px solid var(--gold-2)}
.cd-block p{font-size:14px;color:var(--cream-dim);line-height:2;margin:0;white-space:pre-line}
.cd-flow{list-style:none;margin:0;padding:0}
.cd-flow li{display:flex;gap:16px;padding:13px 0;border-bottom:1px solid var(--line-soft)}
.cd-flow .n{font-family:'Cormorant Garamond',serif;font-size:22px;color:var(--gold-2);line-height:1;min-width:30px}
.cd-flow .t{font-size:14px;color:var(--cream-dim);line-height:1.8}
.cd-cta{text-align:center;margin-top:36px}

/* ===== PC（広い画面）向け ===== */
@media(min-width:768px){
  body{padding-bottom:0}
  .container{max-width:1080px;padding:0 30px}
  .fixbar{display:none}
  .head-actions .head-tel,.head-actions .head-line,.burger{display:none}
  .brand{font-size:26px;letter-spacing:.14em}
  .nav-desktop{display:flex;gap:22px;align-items:center;font-size:13px;color:var(--cream-dim)}
  .nav-desktop a:hover{color:var(--gold-1)}
  .nav-desktop .nav-cta{font-size:12.5px;color:#fff;background:var(--linegreen);padding:9px 18px;border-radius:999px}
  .m-menu{display:none !important}
  .section{padding:80px 0}
  .sec-title{font-size:32px}
  .hero{min-height:84vh;padding:70px 30px}
  .hero-title{font-size:56px}
  .hero-glow{width:520px;height:520px;top:-180px;right:-120px}
  /* 挨拶・コンセプトは横並びに */
  .ov-wrap{display:grid;grid-template-columns:1fr 1fr;gap:0}
  .ovcard{display:grid;grid-template-columns:1fr 1fr;max-width:1000px;margin:0 auto}
  .ovcard.reverse .ovimg{order:2}
  .ovimg{min-height:380px}
  .ovimg::after{background:linear-gradient(to top,rgba(25,6,32,.5),rgba(25,6,32,.15) 60%,transparent)}
  .ovbody{display:flex;flex-direction:column;justify-content:center;padding:40px}
  .mq-circle{width:150px;height:150px}
  .features-head,.faq-head,.price-head,.area-head,.flow-head,.notes-head{text-align:center}
  /* 特徴・FAQ などは読みやすい幅に中央寄せ */
  .features-inner,.faq-inner,.flow-inner,.notes-inner{max-width:780px;margin:0 auto}
  /* 料金は3カラム */
  .price-cards{grid-template-columns:repeat(3,1fr);gap:18px}
  .pcard-thumb{height:150px}
  .pcard-body{padding:22px 20px 24px}
  /* 予約方法・エリアは3カラム */
  .bmethods,.area-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:820px;margin:30px auto 0}
  .bmethod,.area-card{margin-bottom:0}
  .satis-num{font-size:56px}
  .cd-title{font-size:32px}
}

@media(max-width:430px){.price-cards{grid-template-columns:1fr}}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}.mq-track{animation:none}*{animation:none !important;transition:none !important}
}

/* 相互リンク（バナーグリッド） */
.link-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}
.linkcard{border:1px solid var(--line-soft);border-radius:10px;overflow:hidden;background:rgba(255,255,255,.02);display:flex;flex-direction:column;text-decoration:none;color:inherit}
.linkcard-banner{aspect-ratio:16/9;background-size:cover;background-position:center;background-color:#311036}
.linkcard-cap{padding:10px 12px;font-size:12px;color:var(--cream-dim);text-align:center}
.linkcard.is-text{align-items:center;justify-content:center;min-height:88px;text-align:center;padding:14px}
.linkcard .tname{font-family:'Shippori Mincho',serif;font-size:14px}
.linkcard .tsub{font-size:10px;color:var(--muted);margin-top:5px;letter-spacing:.1em}
.linkcard:hover{border-color:var(--line-strong)}
@media(min-width:768px){.link-grid{grid-template-columns:repeat(4,1fr);max-width:860px;margin:18px auto 0}}
