:root{
  --crimson:#E86B7A;--crimson-d:#D85566;--gold:#C4A06A;--gold-l:#DDB888;
  --ink:#2A2523;--muted:#5C5552;--cream:#FFFFFF;--cream-d:#FCFCFC;
  --pink-bg:#FFF5F6;--gray-bg:#F5F3F1;
  --line:#F0ECEA;--white:#fff;--dark:#FAFAFA;--line-green:#06C755;--maxw:1120px;
}
*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{font-family:'Zen Kaku Gothic New','Hiragino Kaku Gothic ProN',sans-serif;
  color:var(--ink);background:var(--cream);line-height:1.85;font-size:16px;
  -webkit-font-smoothing:antialiased;letter-spacing:.02em;
  overflow-wrap:break-word;word-break:normal;line-break:strict;}
img{max-width:100%;display:block;}
a{color:inherit;text-decoration:none;}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px;min-width:0;}
@media(max-width:640px){.wrap{padding:0 16px;}}
.serif{font-family:'Shippori Mincho B1',serif;}
.nb{white-space:nowrap;}

/* ---- buttons ---- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5em;
  font-weight:700;border-radius:999px;padding:16px 32px;font-size:16px;
  transition:transform .2s,box-shadow .2s,background .2s;cursor:pointer;border:none;line-height:1.4;}
.btn .arrow{transition:transform .2s;}
.btn:hover{transform:translateY(-2px);}
.btn:hover .arrow{transform:translateX(4px);}
.btn-primary{background:linear-gradient(135deg,var(--crimson),var(--crimson-d));color:#fff;box-shadow:0 10px 24px -8px rgba(232,107,122,.28);}
.btn-line{background:var(--line-green);color:#fff;box-shadow:0 10px 24px -8px rgba(6,199,85,.55);}
.btn-ghost{background:transparent;color:var(--crimson);border:1.5px solid var(--crimson);}
.btn-ghost:hover{background:var(--crimson);color:#fff;}
.btn-lg{padding:19px 44px;font-size:17px;}

/* ---- header ---- */
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);
  backdrop-filter:blur(10px);border-bottom:1px solid var(--line);}
.header-inner{max-width:var(--maxw);margin:0 auto;padding:10px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;}
.brand{display:flex;align-items:center;gap:11px;}
.brand .mark{width:42px;height:42px;border-radius:50%;background:var(--crimson);color:#fff;
  display:grid;place-items:center;font-family:'Shippori Mincho B1',serif;font-size:22px;font-weight:700;flex-shrink:0;}
.brand .b-en{font-family:'Cormorant Garamond',serif;font-size:13px;letter-spacing:.18em;color:var(--gold);line-height:1.2;display:block;}
.brand .b-jp{font-family:'Shippori Mincho B1',serif;font-weight:700;font-size:15px;line-height:1.3;display:block;}
.header-actions{display:flex;align-items:center;gap:14px;}
.header-tel{text-align:right;line-height:1.2;}
.header-tel .lbl{display:block;font-size:11px;color:var(--muted);}
.header-tel .num{font-family:'Cormorant Garamond',serif;font-weight:700;font-size:21px;color:var(--crimson);}
.header-cta{padding:12px 22px;font-size:14px;}
@media(max-width:860px){.header-tel,.brand .b-en{display:none;}.header-cta{padding:11px 18px;}}

/* ---- hero ---- */
.hero{position:relative;overflow:hidden;background:#fff;}
.hero::before{content:'';position:absolute;inset:0;
  background:linear-gradient(110deg,rgba(255,255,255,.88) 0%,rgba(255,255,255,.62) 34%,rgba(255,255,255,.18) 68%,rgba(255,255,255,0) 100%),
  url('753/img/hero-girl-floral.png') 72% center/cover;
  filter:saturate(1.06);}
.hero-inner{position:relative;max-width:var(--maxw);margin:0 auto;padding:96px 24px 108px;color:var(--ink);}
.hero h1{font-family:'Shippori Mincho B1',serif;font-weight:800;line-height:1.32;
  font-size:clamp(34px,6vw,64px);letter-spacing:.02em;margin-bottom:20px;text-shadow:none;max-width:640px;}
.hero h1 .hero-line{display:block;}
.hero h1 .crim{color:var(--crimson);position:relative;}
.hero h1 .crim::after{content:'';position:absolute;left:0;right:0;bottom:.06em;height:.16em;background:rgba(232,107,122,.18);z-index:-1;}
.hero-sub{font-family:'Shippori Mincho B1',serif;font-size:clamp(20px,2.8vw,28px);font-weight:700;color:var(--ink);margin:0 0 16px;line-height:1.55;max-width:560px;}
.hero-sub .hero-line{display:block;}
.hero-sub .crim{color:var(--crimson);}
.hero-lead{font-size:clamp(15px,2.2vw,18px);max-width:560px;color:var(--muted);margin-bottom:36px;line-height:1.95;}
@media(max-width:680px){.hero-lead{line-height:1.85;}.sec-lead{line-height:1.85;}.callout-lead{line-height:1.75;}}
.hero-cta-row{display:flex;flex-wrap:wrap;gap:14px;align-items:center;}

.hero-stamp{position:absolute;right:5%;top:50%;transform:translateY(-50%) rotate(-7deg);
  width:200px;height:200px;border-radius:50%;
  background:radial-gradient(circle at 30% 30%,#F5A0AB,#E86B7A);
  color:#fff;display:flex;align-items:center;justify-content:center;text-align:center;
  box-shadow:0 16px 48px -8px rgba(232,107,122,.28),0 0 0 6px rgba(255,255,255,.95);
  border:3px dashed rgba(255,255,255,.85);padding:12px;box-sizing:border-box;}
.hero-stamp-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;line-height:1.1;}
.hero-stamp .sm{font-size:14px;font-weight:700;display:block;letter-spacing:.04em;line-height:1.3;margin-bottom:3px;}
.hero-stamp .big{font-family:'Shippori Mincho B1',serif;font-size:72px;font-weight:800;line-height:.9;display:block;}
.hero-stamp .big .off{font-size:28px;}
.hero-stamp .sm2{font-size:13px;font-weight:700;display:block;margin-top:1px;line-height:1.2;}
@media(max-width:860px){
  .hero-stamp{width:136px;height:136px;right:3%;top:auto;bottom:20px;transform:rotate(-7deg);}
  .hero-stamp .big{font-size:48px;}.hero-stamp .sm,.hero-stamp .sm2{font-size:11px;}
  .hero-inner{padding:64px 24px 130px;}
  .hero h1{font-size:clamp(24px,6.8vw,34px);line-height:1.4;}
}

/* ---- badges bar (Hero直下) ---- */
.badges-bar{background:#fff;padding:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);}
.badges-inner{max-width:var(--maxw);margin:0 auto;padding:0 24px;
  display:grid;grid-template-columns:repeat(4,1fr);gap:0;}
.badge-item{padding:22px 20px;text-align:center;border-right:1px solid var(--line);}
.badge-item:last-child{border-right:none;}
.badge-item .bv{font-family:'Shippori Mincho B1',serif;font-size:clamp(18px,2.2vw,30px);font-weight:700;color:var(--crimson);line-height:1.35;}
.badge-item .bl{font-size:12px;color:var(--muted);margin-top:5px;line-height:1.55;}
@media(max-width:700px){
  /* モバイルは横スクロール1行にして縦占有を削減 */
  .badges-inner{display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 12px;}
  .badges-inner::-webkit-scrollbar{display:none;}
  .badge-item{flex:0 0 auto;border-right:1px solid var(--line);padding:13px 16px;white-space:nowrap;}
  .badge-item:last-child{border-right:none;}
  .badge-item .bv{font-size:15px;}
  .badge-item .bl{font-size:10.5px;margin-top:3px;}
}

/* ---- sections ---- */
.section-pad{padding:44px 0;}
@media(min-width:768px){.section-pad{padding:56px 0;}}
.sec-title{font-family:'Shippori Mincho B1',serif;font-weight:700;line-height:1.42;
  font-size:clamp(26px,4vw,40px);margin-bottom:16px;letter-spacing:.02em;}
.sec-title .accent{color:var(--crimson);}
.sec-lead{font-size:16px;color:var(--muted);max-width:660px;line-height:1.85;margin-bottom:8px;}
.tac{text-align:center;}
.tac .sec-lead{margin-left:auto;margin-right:auto;}

/* ---- callout / intro ---- */
.callout-sec{background:var(--cream-d);}
.callout-inner{max-width:100%;margin:0 auto;text-align:center;}
.callout-lead{font-family:'Shippori Mincho B1',serif;font-size:clamp(20px,2.8vw,30px);font-weight:700;line-height:1.65;margin-bottom:36px;}
.callout-lead .hl{color:var(--crimson);}
.worry-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-bottom:36px;text-align:left;}
.worry{display:flex;gap:14px;align-items:flex-start;padding:18px 16px;border-bottom:1px solid var(--line);font-size:15.5px;}
.worry .qm{flex-shrink:0;font-family:'Shippori Mincho B1',serif;font-size:28px;font-weight:700;color:var(--gold);line-height:1;margin-top:2px;}
.callout-turn{font-size:clamp(17px,2.4vw,22px);font-weight:700;line-height:1.8;max-width:720px;margin-left:auto;margin-right:auto;
  overflow-wrap:break-word;word-break:normal;padding:0 2px;}
.callout-turn .big{color:var(--crimson);font-family:'Shippori Mincho B1',serif;font-size:1.15em;}
@media(max-width:640px){
  .worry-list{grid-template-columns:1fr;}
  .callout-lead .nb{white-space:normal;}
  .callout-turn{font-size:16px;line-height:1.95;}
}

/* ---- reasons ---- */
.reasons-list{margin-top:52px;}
.reason-row{display:flex;gap:28px;align-items:flex-start;padding:32px 0;border-bottom:1px solid var(--line);}
.reason-row:first-child{padding-top:0;}
.reason-num{font-family:'Shippori Mincho B1',serif;font-size:36px;font-weight:800;color:var(--crimson);line-height:1;flex-shrink:0;width:36px;}
.reason-body{display:flex;gap:24px;align-items:flex-start;flex:1;}
.reason-photo{flex:0 0 168px;margin:0;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px -14px rgba(0,0,0,.1);}
.reason-photo img{width:100%;aspect-ratio:4/5;object-fit:cover;display:block;}
.reason-row h3{font-family:'Shippori Mincho B1',serif;font-size:22px;font-weight:700;margin-bottom:8px;line-height:1.4;}
.reason-row p{font-size:15px;color:var(--muted);line-height:1.95;}
.reason-row .hl{color:var(--crimson);font-weight:700;}
@media(max-width:600px){.reason-row{gap:14px;}.reason-num{font-size:28px;width:28px;}.reason-body{flex-direction:column;}.reason-photo{flex-basis:auto;width:100%;max-width:240px;}}

/* ---- price section ---- */
.price-sec{background:var(--cream-d);}

/* 早割バナー */
.sale-banner{background:linear-gradient(135deg,#F08998,#E86B7A);color:#fff;
  border-radius:16px;padding:28px 36px;margin-bottom:44px;
  display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;}
.sale-banner .sb-l{font-size:13px;font-weight:700;letter-spacing:.12em;opacity:.8;margin-bottom:4px;}
.sale-banner .sb-main{font-family:'Shippori Mincho B1',serif;font-size:clamp(28px,4vw,48px);font-weight:800;line-height:1;}
.sale-banner .sb-sub{font-size:14px;margin-top:8px;opacity:.88;line-height:1.7;word-break:keep-all;overflow-wrap:anywhere;}
.sale-banner .btn-sale{background:#fff;color:var(--crimson);font-size:15px;padding:14px 28px;flex-shrink:0;}
@media(max-width:640px){.sale-banner{padding:22px 22px;}.sale-banner .btn-sale{width:100%;}.sale-banner .sb-sub{font-size:13px;}}

/* お出かけコース: ヒーロープラン */
.plan-hero{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;
  margin-bottom:24px;box-shadow:0 12px 32px -24px rgba(0,0,0,.05);}
.plan-hero-head{background:#fff;padding:32px 36px 24px;
  border-bottom:1px solid var(--line);display:flex;flex-wrap:wrap;gap:24px;align-items:flex-start;}
.plan-hero-head .ph-left{flex:1;min-width:240px;}
.plan-hero-tag{display:inline-block;background:var(--crimson);color:#fff;font-size:13px;font-weight:700;
  padding:6px 18px;border-radius:999px;margin-bottom:14px;}
.plan-hero-head h3{font-family:'Shippori Mincho B1',serif;font-size:clamp(22px,3vw,32px);font-weight:800;line-height:1.35;margin-bottom:10px;}
.plan-hero-head .desc{font-size:15px;color:var(--muted);line-height:1.9;max-width:440px;}
.ph-prices{flex:1;min-width:260px;}
.ph-price-row{display:flex;justify-content:space-between;align-items:baseline;padding:11px 0;border-bottom:1px dashed var(--line);}
.ph-price-row:last-child{border-bottom:none;}
.ph-price-row .who{font-size:14px;}
.ph-price-row .amt{white-space:nowrap;text-align:right;}
.ph-price-row .amt .list{font-size:12px;color:#bbb;text-decoration:line-through;display:block;text-align:right;}
.ph-price-row .amt .now{font-family:'Shippori Mincho B1',serif;font-size:26px;font-weight:700;color:var(--crimson);white-space:nowrap;display:inline-block;}
.ph-price-row .amt .now small{font-size:14px;}
.plan-hero-body{padding:24px 36px;display:flex;flex-wrap:wrap;gap:20px;align-items:center;}
.incl-hero{display:flex;flex-wrap:wrap;gap:8px;flex:1;}
.incl-hero span{font-size:13px;padding:6px 14px;background:var(--cream-d);border-radius:6px;color:var(--ink);}
.plan-hero-body .btn{flex-shrink:0;}
.plan-hero-note{font-size:12px;color:#9a8f84;padding:0 36px 20px;}
@media(max-width:760px){.plan-hero-head{padding:24px 22px 18px;}.plan-hero-body,.plan-hero-note{padding-left:22px;padding-right:22px;}.plan-hero-body .btn{width:100%;}}

/* サブプラン 3つ */
.plan-sub-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:14px;}
.plan-sub{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;}
.plan-sub-head{padding:22px 22px 16px;border-bottom:1px solid var(--line);}
.plan-sub-head h3{font-family:'Shippori Mincho B1',serif;font-size:18px;line-height:1.45;margin-bottom:8px;}
.plan-sub-head .desc{font-size:13px;color:var(--muted);line-height:1.75;}
.plan-sub-body{padding:16px 22px 22px;display:flex;flex-direction:column;flex:1;}
.price-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:8px 12px;padding:8px 0;border-bottom:1px dashed var(--line);}
.price-row .who{font-size:12.5px;color:var(--ink);min-width:0;}
.price-row .amt{white-space:nowrap;text-align:right;}
.price-row .list{display:block;font-size:11px;color:#bbb;text-decoration:line-through;text-align:right;}
.price-row .now{font-family:'Shippori Mincho B1',serif;font-weight:700;font-size:18px;color:var(--crimson);white-space:nowrap;display:inline-block;}
.price-row .now small{font-size:11px;}
.incl{list-style:none;display:flex;flex-wrap:wrap;gap:5px;margin:12px 0;}
.incl li{font-size:11px;background:var(--cream);border-radius:5px;padding:4px 8px;color:var(--muted);}
.plan-note{font-size:11px;color:#9a8f84;line-height:1.6;margin-bottom:14px;}
.plan-foot{margin-top:auto;}
.plan-foot .btn{width:100%;padding:12px;font-size:14px;}
.price-disclaimer{font-size:12px;color:#9a8f84;text-align:center;margin-top:20px;line-height:1.8;word-break:keep-all;overflow-wrap:anywhere;}
@media(max-width:820px){.plan-sub-grid{grid-template-columns:1fr;}}

/* キャンペーン特典 */
.perks-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:44px;}
.perk{display:flex;gap:16px;align-items:flex-start;padding:28px 0;border-bottom:1px solid var(--line);}
.perk:nth-child(odd){padding-right:32px;border-right:1px solid var(--line);}
.perk:nth-child(3),.perk:nth-child(4){border-bottom:none;}
.perk .pn{flex-shrink:0;font-family:'Shippori Mincho B1',serif;font-size:42px;font-weight:800;color:var(--crimson);line-height:1;min-width:1.15em;text-align:center;}
.perk>div:last-child{flex:1;min-width:0;}
.perk h4{font-family:'Shippori Mincho B1',serif;font-size:20px;font-weight:700;margin-bottom:6px;line-height:1.4;}
.perk p{font-size:15px;color:var(--muted);line-height:1.9;}
.perk .free{color:var(--crimson);font-weight:700;font-size:1.05em;}
@media(max-width:640px){.perks-grid{grid-template-columns:1fr;}.perk:nth-child(odd){padding-right:0;border-right:none;}.perk:nth-child(3){border-bottom:1px solid var(--line);}.perk:nth-child(4){border-bottom:none;}}

/* ---- evidence ---- */
.evidence{background:#fff;color:var(--ink);}
.evidence .sec-title{color:var(--ink);}
.evidence .sec-lead{color:var(--muted);}
.trust-item{border-bottom:1px solid var(--line);}
.trust-img{border:4px solid #fff;box-shadow:0 10px 30px rgba(0,0,0,.05);}
.trust-text .tnum{color:var(--gold);}
.trust-text h3{color:var(--ink);}
.trust-text p{color:var(--muted);}
.trust-text .tval{color:var(--crimson);}

/* 4つの強み: カード枠なし、左右レイアウト */
.trust-list{margin-top:52px;}
.trust-item{display:flex;gap:32px;align-items:center;padding:40px 0;border-bottom:1px solid var(--line);}
.trust-item:last-child{border-bottom:none;}
.trust-item:nth-child(even){flex-direction:row-reverse;}
.trust-img{flex-shrink:0;width:180px;height:180px;border-radius:50%;object-fit:cover;border:4px solid #fff;box-shadow:0 10px 30px rgba(0,0,0,.05);background:#fff;}
.trust-text .tnum{font-family:'Shippori Mincho B1',serif;font-size:13px;letter-spacing:.2em;color:var(--gold);margin-bottom:8px;}
.trust-text h3{font-family:'Shippori Mincho B1',serif;font-size:clamp(20px,2.8vw,28px);font-weight:700;color:var(--ink);margin-bottom:12px;line-height:1.4;}
.trust-text p{font-size:15px;color:var(--muted);line-height:1.95;}
.trust-text .tval{font-family:'Shippori Mincho B1',serif;font-size:clamp(36px,5vw,56px);font-weight:800;color:var(--crimson);line-height:1;margin-bottom:10px;}
@media(max-width:760px){.trust-item,.trust-item:nth-child(even){flex-direction:column;gap:20px;}.trust-img{width:120px;height:120px;}}

/* ---- gallery ---- */
.gallery-sec{background:var(--cream);}
.gallery-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  grid-template-rows:repeat(3,minmax(110px,1fr));
  gap:10px;
  margin-top:40px;
  min-height:520px;
}
.gallery-grid img{width:100%;height:100%;object-fit:cover;border-radius:10px;display:block;}
.gallery-grid .g-hero{grid-column:1 / 4;grid-row:1 / 3;object-position:center 20%;}
.gallery-grid .g-tall{grid-column:4 / 6;grid-row:1 / 3;object-fit:cover;object-position:center top;}
.gallery-grid .g-sub:nth-of-type(3){grid-column:1;grid-row:3;}
.gallery-grid .g-sub:nth-of-type(4){grid-column:2;grid-row:3;}
.gallery-grid .g-sub:nth-of-type(5){grid-column:3;grid-row:3;}
.gallery-grid .g-sub:nth-of-type(6){grid-column:4;grid-row:3;}
.gallery-grid .g-sub:nth-of-type(7){grid-column:5;grid-row:3;}
@media(max-width:680px){
  .gallery-grid{
    grid-template-columns:repeat(2,1fr);
    grid-template-rows:auto;
    min-height:0;
  }
  .gallery-grid img{height:auto;aspect-ratio:4/3;}
  .gallery-grid .g-hero{grid-column:1 / -1;grid-row:auto;aspect-ratio:16/11;}
  .gallery-grid .g-tall{grid-column:1 / -1;grid-row:auto;aspect-ratio:3/4;height:auto;max-height:460px;object-fit:cover;object-position:center top;}
  .gallery-grid .g-sub:nth-of-type(n){grid-column:auto;grid-row:auto;}
}

/* ---- voices ---- */
.voices{background:var(--cream-d);}
.voices-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0;margin-top:44px;border-top:1px solid var(--line);}
.voice{padding:36px 32px;border-bottom:1px solid var(--line);border-right:1px solid var(--line);}
.voice:nth-child(even){border-right:none;}
.voice .q{font-family:'Shippori Mincho B1',serif;font-size:48px;color:var(--gold);opacity:.45;line-height:.8;display:block;margin-bottom:12px;}
.voice .v-main{font-size:15.5px;line-height:2.05;margin-bottom:18px;}
.voice .v-who{font-size:13px;color:var(--muted);display:flex;flex-direction:column;gap:3px;}
.voice .v-who b{font-size:15px;color:var(--ink);}
@media(max-width:760px){.voices-grid{grid-template-columns:1fr;}.voice,.voice:nth-child(even){border-right:none;}}

/* ---- message / 想い ---- */
.message-sec{background:var(--cream);}
.message-layout{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-top:48px;}
.message-photo{overflow:hidden;}
.message-photo img{width:100%;height:100%;object-fit:cover;min-height:480px;}
.message-body{padding:52px 48px;display:flex;flex-direction:column;justify-content:center;}
.message-body .ttl{font-family:'Shippori Mincho B1',serif;font-size:clamp(22px,3vw,32px);font-weight:700;line-height:1.55;margin-bottom:24px;}
.message-body .ttl .accent{color:var(--crimson);}
.message-body p{font-size:15px;color:var(--muted);line-height:2.1;margin-bottom:16px;}
.message-sign{font-family:'Shippori Mincho B1',serif;margin-top:24px;font-size:14px;color:var(--muted);border-top:1px solid var(--line);padding-top:18px;}
.message-sign b{font-size:16px;color:var(--ink);}
@media(max-width:820px){.message-layout{grid-template-columns:1fr;}.message-photo img{min-height:260px;}.message-body{padding:36px 24px;}}

/* ---- アクセス ---- */
.access-sec{background:var(--cream-d);}
.access-layout{display:grid;grid-template-columns:1.05fr 1fr;gap:32px;margin-top:44px;align-items:start;}
.access-info .name{font-family:'Shippori Mincho B1',serif;font-size:22px;font-weight:700;line-height:1.4;margin-bottom:18px;}
.access-info .name small{display:block;font-family:'Cormorant Garamond',serif;font-size:13px;letter-spacing:.14em;color:var(--gold);margin-bottom:4px;}
.store-table{width:100%;border-collapse:collapse;margin-bottom:20px;}
.store-table th,.store-table td{text-align:left;padding:11px 4px;border-bottom:1px solid var(--line);font-size:14px;vertical-align:top;}
.store-table th{width:84px;color:var(--muted);font-weight:700;white-space:nowrap;}
.store-table .tel{color:var(--crimson);font-family:'Cormorant Garamond',serif;font-weight:700;font-size:20px;}
.shrine-row{display:flex;gap:10px;align-items:flex-start;font-size:14px;color:var(--muted);line-height:1.8;margin-bottom:20px;}
.shrine-row .si{color:var(--crimson);font-size:17px;flex-shrink:0;margin-top:2px;}
.map-wrap{border-radius:14px;overflow:hidden;box-shadow:0 8px 30px -16px rgba(0,0,0,.12);}
.map-wrap iframe{display:block;}
.map-link{margin-top:10px;text-align:right;font-size:13px;}
.map-link a{color:var(--crimson);text-decoration:underline;}
@media(max-width:820px){.access-layout{grid-template-columns:1fr;}}

/* ---- closing ---- */
.closing{background:#fff;color:var(--ink);border-top:1px solid var(--line);}
.closing .sec-title{color:var(--ink);}
.closing .sec-lead{color:var(--muted);}
.close-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:24px;margin-top:46px;}
.line-card{background:#fff;color:var(--ink);border-radius:18px;padding:36px 32px;text-align:center;display:flex;flex-direction:column;border:1px solid var(--line);box-shadow:0 6px 20px -16px rgba(0,0,0,.05);}
.line-card .line-ico{width:68px;height:68px;border-radius:18px;background:var(--line-green);color:#fff;
  display:grid;place-items:center;margin:0 auto 18px;font-weight:700;font-size:15px;font-family:'Cormorant Garamond',serif;}
.line-card h3{font-family:'Shippori Mincho B1',serif;font-size:22px;margin-bottom:12px;}
.line-card p{font-size:14px;color:var(--muted);line-height:1.9;margin-bottom:8px;}
.line-benefits{list-style:none;text-align:left;margin:8px auto 24px;max-width:280px;}
.line-benefits li{font-size:14px;padding:7px 0 7px 28px;position:relative;border-bottom:1px dashed var(--line);}
.line-benefits li:last-child{border-bottom:none;}
.line-benefits li::before{content:'✓';position:absolute;left:0;color:var(--line-green);font-weight:700;}
.line-card .btn{width:100%;}
.line-card .qr-note{font-size:12px;color:#9a8f84;margin-top:12px;}
.form-card{background:#fff;color:var(--ink);border-radius:18px;padding:36px 32px;border:1px solid var(--line);box-shadow:0 6px 20px -16px rgba(0,0,0,.05);}
.form-card h3{font-family:'Shippori Mincho B1',serif;font-size:22px;margin-bottom:8px;text-align:center;}
.form-card .fsub{font-size:13.5px;color:var(--muted);text-align:center;margin-bottom:24px;line-height:1.8;}
.field{margin-bottom:16px;}
.field label{display:block;font-size:13px;font-weight:700;margin-bottom:7px;}
.field .req{color:#fff;background:var(--crimson);font-size:10px;padding:2px 7px;border-radius:4px;margin-left:7px;}
.field .opt{color:var(--muted);background:var(--cream-d);font-size:10px;padding:2px 7px;border-radius:4px;margin-left:7px;}
.field input,.field select,.field textarea{width:100%;border:1.5px solid var(--line);border-radius:10px;
  padding:12px 14px;font-size:15px;font-family:inherit;background:#fff;transition:border .2s,background .2s,box-shadow .2s;}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--crimson);background:#fff;box-shadow:0 0 0 3px rgba(232,107,122,.1);}
.field textarea{resize:vertical;min-height:80px;}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.seg{display:flex;flex-wrap:wrap;gap:8px;}
.seg label{display:inline-flex;}
.seg input{position:absolute;opacity:0;width:0;height:0;}
.seg span{display:inline-block;border:1.5px solid var(--line);border-radius:999px;padding:8px 16px;font-size:13.5px;cursor:pointer;transition:all .15s;background:#fff;}
.seg input:checked+span{background:var(--crimson);color:#fff;border-color:var(--crimson);}
.err{color:var(--crimson);font-size:12px;margin-top:5px;display:none;}
.field.invalid .err{display:block;}
.field.invalid input,.field.invalid select{border-color:var(--crimson);}
.check-line{display:flex;gap:10px;align-items:flex-start;font-weight:400;font-size:13.5px;line-height:1.7;cursor:pointer;}
.check-line input{width:18px;height:18px;flex-shrink:0;margin-top:2px;accent-color:var(--crimson);}
.form-submit{width:100%;margin-top:8px;}
.form-foot{font-size:12px;color:var(--muted);text-align:center;margin-top:12px;line-height:1.7;}
.form-done{display:none;text-align:center;padding:20px 4px;}
.form-done.show{display:block;}
.form-body.hide{display:none;}
.form-done .seal{width:64px;height:64px;border-radius:50%;background:var(--line-green);color:#fff;font-size:30px;display:grid;place-items:center;margin:0 auto 18px;}
.form-done .recap{background:#fff;border-radius:12px;padding:16px 18px;text-align:left;font-size:13.5px;margin-top:16px;line-height:1.9;border:1px solid var(--line);}
@media(max-width:880px){.close-grid{grid-template-columns:1fr;}}
@media(max-width:480px){.field-row{grid-template-columns:1fr;}}

/* ---- FAQ ---- */
.faq-list{max-width:780px;margin:44px auto 0;}
.faq-item{border-bottom:1px solid var(--line);overflow:hidden;}
.faq-q{width:100%;text-align:left;background:none;border:none;padding:22px 52px 22px 0;
  font-size:16px;font-weight:700;cursor:pointer;position:relative;font-family:inherit;color:var(--ink);line-height:1.6;}
.faq-q::after{content:'+';position:absolute;right:2px;top:50%;transform:translateY(-50%);font-size:24px;color:var(--crimson);transition:transform .25s;}
.faq-q[aria-expanded="true"]::after{transform:translateY(-50%) rotate(45deg);}
.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;}
.faq-a .inner{padding:0 0 20px;font-size:15px;color:var(--muted);line-height:1.9;}

/* ---- footer ---- */
.site-footer{background:#fff;color:var(--muted);padding:56px 0 100px;border-top:1px solid var(--line);}
.footer-inner{max-width:var(--maxw);margin:0 auto;padding:0 24px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:30px;}
.footer-brand .b-en{font-family:'Cormorant Garamond',serif;font-size:22px;letter-spacing:.18em;color:var(--crimson);}
.footer-brand .b-jp{font-size:13.5px;color:var(--muted);margin-top:8px;max-width:340px;line-height:1.8;}
.footer-links{display:flex;gap:48px;}
.footer-links h5{font-size:13px;color:var(--gold);margin-bottom:12px;font-weight:700;}
.footer-links ul{list-style:none;}
.footer-links li{font-size:13.5px;padding:4px 0;color:var(--muted);}
.footer-links a:hover{color:var(--crimson);}
.copyright{text-align:center;font-size:12px;color:#B5AEAB;margin-top:40px;}

/* ---- sticky mobile ---- */
.sticky-cta{position:fixed;left:0;right:0;bottom:0;z-index:60;display:none;gap:8px;padding:10px 12px;
  padding-bottom:max(10px, env(safe-area-inset-bottom));
  background:rgba(255,255,255,.96);backdrop-filter:blur(8px);border-top:1px solid var(--line);
  width:100%;max-width:100%;box-sizing:border-box;}
.sticky-cta .btn{flex:1 1 0;min-width:0;padding:12px 8px;font-size:12px;line-height:1.2;white-space:nowrap;}
.sticky-cta .btn-tel{flex:0 0 46px;min-width:46px;max-width:46px;padding:12px 0;
  background:#fff;border:1.5px solid var(--crimson);color:var(--crimson);font-size:18px;}
@media(max-width:860px){.sticky-cta{display:flex;}
  body{padding-bottom:76px;}
  .hero-body{padding:22px 20px 18px;}
  .hero-split .hero-lead{margin-bottom:16px;}
}
@media(max-width:380px){
  .sticky-cta{gap:6px;padding:8px;padding-bottom:max(8px, env(safe-area-inset-bottom));}
  .sticky-cta .btn{font-size:11px;padding:11px 4px;}
  .sticky-cta .btn-tel{flex:0 0 42px;min-width:42px;max-width:42px;font-size:17px;}
}

.sale-banner{background:linear-gradient(135deg,#F08998,#E86B7A);}
.plan-hero{border:1px solid var(--line);box-shadow:0 12px 32px -24px rgba(0,0,0,.05);}
.plan-hero-head{background:#fff;}

/* ---- reveal ---- */
.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease;}
.reveal.in{opacity:1;transform:none;}
/* ---- breadcrumb ---- */
.breadcrumb{background:var(--cream-d);border-bottom:1px solid var(--line);}
.breadcrumb ol{max-width:var(--maxw);margin:0 auto;padding:10px 24px;list-style:none;display:flex;flex-wrap:wrap;gap:6px;font-size:12.5px;color:var(--muted);}
.breadcrumb li{display:flex;align-items:center;gap:6px;}
.breadcrumb li+li::before{content:'/';opacity:.45;}
.breadcrumb a{color:var(--crimson);}
.breadcrumb a:hover{text-decoration:underline;}
/* モバイルではファーストビューを優先しパンくずは非表示（構造化データは維持） */
@media(max-width:767px){.breadcrumb{display:none;}}
/* ---- hub ---- */
.hub-hero{background:#fff;padding:72px 0 64px;border-bottom:1px solid var(--line);}
.hub-hero h1{font-family:'Shippori Mincho B1',serif;font-size:clamp(28px,4.5vw,46px);font-weight:800;line-height:1.35;margin-bottom:16px;}
.hub-hero .lead{color:var(--muted);max-width:640px;line-height:2;font-size:16px;}
.hub-badges{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:36px;}
.hub-badge{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px 16px;text-align:center;}
.hub-badge .v{font-family:'Shippori Mincho B1',serif;font-size:20px;font-weight:700;color:var(--crimson);}
.hub-badge .l{font-size:12px;color:var(--muted);margin-top:4px;}
.service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;margin-top:40px;}
.service-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s;text-decoration:none;color:inherit;}
.service-card:hover{transform:translateY(-3px);box-shadow:0 16px 40px -20px rgba(0,0,0,.06);}
.service-card.featured{border:2px solid var(--crimson);}
.service-card img{width:100%;aspect-ratio:16/10;object-fit:cover;}
.service-card .body{padding:22px 22px 24px;display:flex;flex-direction:column;flex:1;}
.service-card h3{font-family:'Shippori Mincho B1',serif;font-size:20px;margin-bottom:8px;}
.service-card p{font-size:14px;color:var(--muted);line-height:1.85;flex:1;}
.service-card .tag{display:inline-block;background:var(--crimson);color:#fff;font-size:11px;font-weight:700;padding:4px 12px;border-radius:999px;margin-bottom:10px;}
.service-card.soon{opacity:.72;pointer-events:none;}
.service-card.soon .tag{background:var(--muted);}
.hub-cta-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px;}
.stg-note{background:#FFF8E7;border:1px solid #F0D88A;border-radius:10px;padding:12px 16px;font-size:13px;color:#7A6520;margin:20px 0 0;max-width:640px;}
@media(max-width:760px){.hub-badges{grid-template-columns:repeat(2,1fr);}}
/* ---- guide / anxiety ---- */
.guide-sec{background:var(--cream);}
.resolve-list{margin-top:36px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;text-align:left;width:100%;align-items:stretch;}
.resolve-faq-cta{margin-top:28px;text-align:center;}
.resolve-item{display:flex;gap:14px;align-items:flex-start;padding:22px 24px;background:#fff;border:1px solid var(--line);border-radius:14px;height:100%;box-sizing:border-box;min-width:0;}
.resolve-item>div{flex:1;min-width:0;}
.resolve-item .ok{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:var(--crimson);color:#fff;display:grid;place-items:center;font-weight:700;font-size:15px;margin-top:2px;}
.resolve-item h4{font-family:'Shippori Mincho B1',serif;font-size:16px;font-weight:700;margin-bottom:6px;line-height:1.45;overflow-wrap:break-word;word-break:normal;line-break:strict;}
.resolve-item p{font-size:14px;color:var(--muted);line-height:1.85;overflow-wrap:break-word;word-break:normal;line-break:strict;}
.flow-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-top:32px;align-items:stretch;}
.flow-step{background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px 20px;text-align:center;position:relative;min-width:0;height:100%;box-sizing:border-box;display:flex;flex-direction:column;box-shadow:0 6px 20px -14px rgba(42,37,35,.08);}
.flow-step .step-num{font-family:'Shippori Mincho B1',serif;font-size:13px;letter-spacing:.14em;color:var(--gold);margin-bottom:8px;}
.flow-step h3{font-family:'Shippori Mincho B1',serif;font-size:17px;font-weight:700;margin-bottom:10px;line-height:1.45;overflow-wrap:break-word;word-break:normal;line-break:strict;}
.flow-step p{font-size:13.5px;color:var(--muted);line-height:1.8;text-align:left;flex:1;overflow-wrap:break-word;word-break:normal;line-break:strict;}
.flow-step:not(:last-child)::after{content:'→';position:absolute;right:-14px;top:50%;transform:translateY(-50%);color:var(--gold);font-size:18px;font-weight:700;z-index:1;}
.course-pick{background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px 32px;margin-top:36px;}
.course-pick h3{font-family:'Shippori Mincho B1',serif;font-size:20px;font-weight:700;margin-bottom:14px;}
.course-pick ul{list-style:none;display:grid;gap:12px;}
.course-pick li{font-size:14.5px;line-height:1.85;padding-left:1.4em;position:relative;}
.course-pick li::before{content:'✓';position:absolute;left:0;color:var(--crimson);font-weight:700;}
.course-pick .note{font-size:13px;color:var(--muted);margin-top:16px;line-height:1.8;}
.price-month{display:inline-block;font-size:11px;font-weight:700;color:#fff;background:var(--crimson);padding:2px 8px;border-radius:4px;margin-right:6px;vertical-align:middle;}
.perks-grid.six{
  grid-template-columns:repeat(2,1fr);
  gap:0 40px;
  max-width:980px;
  margin-left:auto;
  margin-right:auto;
}
.perks-grid.six .perk{padding:28px 0;border-bottom:1px solid var(--line);}
.perks-grid.six .perk:nth-child(odd){padding-right:36px;padding-left:0;border-right:1px solid var(--line);}
.perks-grid.six .perk:nth-child(even){padding-left:36px;padding-right:0;border-right:none;}
.perks-grid.six .perk:nth-child(3),
.perks-grid.six .perk:nth-child(4){border-bottom:1px solid var(--line);}
.perks-grid.six .perk:nth-child(5),
.perks-grid.six .perk:nth-child(6){border-bottom:none;}
@media(max-width:900px){
  .flow-steps{grid-template-columns:1fr 1fr;}
  .flow-step::after{display:none;}
  .perks-grid.six{gap:0 24px;}
  .perks-grid.six .perk:nth-child(odd){padding-right:20px;}
  .perks-grid.six .perk:nth-child(even){padding-left:20px;}
}
@media(max-width:640px){.resolve-list{grid-template-columns:1fr;}.flow-steps{grid-template-columns:1fr;}.perks-grid.six{grid-template-columns:1fr;max-width:none;}.perks-grid.six .perk:nth-child(odd),.perks-grid.six .perk:nth-child(even){padding-left:0;padding-right:0;border-right:none;}.perks-grid.six .perk{border-bottom:1px solid var(--line);}.perks-grid.six .perk:last-child{border-bottom:none;}}

/* ============================================================
   753 LP スマホファースト改善（専門家FB対応 2026-07）
   ============================================================ */

/* セクション背景の交互切替 */
.sec-bg-white{background:#fff;}
.sec-bg-pink{background:var(--pink-bg);}
.sec-bg-gray{background:var(--gray-bg);}

/* 見出し（ラベル・下線帯は不使用） */
.sec-head{margin-bottom:28px;}

/* ヘッダー LINE */
.header-line{display:inline-flex;align-items:center;justify-content:center;
  background:var(--line-green);color:#fff;font-weight:700;font-size:13px;
  padding:10px 18px;border-radius:999px;flex-shrink:0;}
.header-line:hover{opacity:.92;}

/* Hero 上下分割（スマホファースト） */
.hero-split{background:#fff;}
.hero-split::before{display:none;}
.hero-visual{position:relative;background:#f8f4f2;}
.hero-visual img{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center 18%;max-height:52vh;}
@media(max-width:860px){
  /* 追従CTAにヒーローCTAが隠れないようFVを圧縮 */
  .hero-visual img{max-height:38vh;}
}
.hero-visual .hero-stamp{position:absolute;right:16px;bottom:16px;top:auto;transform:rotate(-7deg);
  width:128px;height:128px;z-index:2;padding:10px;}
.hero-visual .hero-stamp .big{font-size:40px;line-height:.88;}
.hero-visual .hero-stamp .sm{font-size:10px;line-height:1.35;letter-spacing:.02em;margin-bottom:2px;}
.hero-visual .hero-stamp .sm2{font-size:10px;margin-top:0;}
.hero-body{padding:28px 20px 32px;background:linear-gradient(180deg,#fff 0%,var(--pink-bg) 100%);}
.hero-eyebrow{font-size:12px;font-weight:700;color:var(--crimson);letter-spacing:.08em;margin-bottom:10px;}
.hero-split h1{font-family:'Shippori Mincho B1',serif;font-weight:800;line-height:1.38;
  font-size:clamp(24px,6.5vw,40px);letter-spacing:.02em;margin-bottom:14px;color:var(--ink);}
.hero-split .hero-sub{font-family:'Shippori Mincho B1',serif;font-size:clamp(17px,4.2vw,22px);
  font-weight:700;color:var(--ink);margin:0 0 14px;line-height:1.55;}
.hero-split .hero-sub .crim{color:var(--crimson);}
.hero-split .hero-lead{font-size:15px;color:var(--muted);margin-bottom:24px;line-height:1.85;max-width:none;}
.hero-split .hero-cta-row{flex-direction:column;align-items:stretch;}
.hero-split .hero-cta-row .btn{width:100%;justify-content:center;}
@media(min-width:768px){
  .hero-split{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;}
  .hero-visual img{max-height:none;aspect-ratio:3/4;}
  .hero-visual .hero-stamp{width:150px;height:150px;right:24px;bottom:24px;padding:12px;}
  .hero-visual .hero-stamp .big{font-size:52px;}
  .hero-visual .hero-stamp .sm{font-size:12px;}
  .hero-body{padding:48px 40px;display:flex;flex-direction:column;justify-content:center;}
  .hero-split .hero-cta-row{flex-direction:row;align-items:center;}
  .hero-split .hero-cta-row .btn{width:auto;}
}

/* CTA主導線 */
.btn-cta-main{font-size:17px;padding:18px 32px;box-shadow:0 12px 28px -10px rgba(6,199,85,.5);}
.sale-banner .btn-sale{background:#fff;color:var(--crimson);}
.sale-banner .btn-line.btn-sale{background:var(--line-green);color:#fff;box-shadow:0 8px 20px -8px rgba(0,0,0,.15);}

/* 選ばれる理由：番号強化 */
.reasons-sec .reasons-list{margin-top:32px;}
.reasons-sec .reason-row{padding:24px 0;gap:20px;}
.reasons-sec .reason-num{
  font-size:clamp(26px,6.5vw,36px);width:auto;min-width:1em;
  background:linear-gradient(180deg,var(--crimson),var(--crimson-d));
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
  text-shadow:none;filter:drop-shadow(0 2px 4px rgba(232,107,122,.15));}
.reasons-sec .reason-row h3{font-size:clamp(18px,4vw,22px);color:var(--ink);}
.reasons-sec .reason-row p{color:var(--muted);}

/* 料金内コース選択 */
.price-sec .course-pick{
  background:#fff;border:2px solid rgba(232,107,122,.25);border-radius:16px;
  padding:24px 20px;margin-bottom:28px;box-shadow:0 8px 24px -16px rgba(232,107,122,.12);}
.price-sec .course-pick h3{font-size:clamp(18px,4.5vw,22px);color:var(--ink);line-height:1.5;margin-bottom:16px;
  padding-bottom:12px;border-bottom:2px solid var(--pink-bg);}

/* キャンペーン特典バンド */
.perks-band{
  background:linear-gradient(135deg,rgba(232,107,122,.08),rgba(196,160,106,.1));
  border:1px solid rgba(232,107,122,.2);border-radius:16px;
  padding:28px 20px;margin-top:36px;margin-bottom:8px;}
.perks-band .sec-head{margin-bottom:16px;}
.perks-grid.six{margin-top:20px;}
.perk{background:rgba(255,255,255,.7);border-radius:12px;padding:20px 16px!important;
  margin-bottom:12px;border-bottom:none!important;}
.perk .pn{font-size:36px;min-width:1.2em;
  background:var(--crimson);color:#fff;border-radius:50%;width:48px;height:48px;
  display:grid;place-items:center;font-size:18px;line-height:1;}
@media(min-width:640px){
  .perks-grid.six .perk{background:transparent;border-radius:0;padding:28px 0!important;margin-bottom:0;}
  .perk .pn{background:none;color:var(--crimson);border-radius:0;width:auto;height:auto;font-size:42px;}
}

/* 根拠：四角実写 */
.trust-img-square{
  width:100%;max-width:280px;height:auto;aspect-ratio:4/3;
  border-radius:12px;object-fit:cover;}
.chapter-head .sec-title{font-size:clamp(24px,5.5vw,38px);}
@media(max-width:760px){
  .trust-item{align-items:flex-start;}
  .trust-img-square{max-width:100%;width:100%;aspect-ratio:16/11;}
}

/* お客様の声：サムネ */
.voice{position:relative;padding-top:20px;}
.voice-thumb{width:100%;max-width:200px;aspect-ratio:4/3;object-fit:cover;
  border-radius:10px;margin-bottom:14px;opacity:.92;}
@media(min-width:760px){.voice-thumb{max-width:160px;}}

/* クロージング：LINE主役 */
.line-card-featured{
  border:2px solid var(--line-green)!important;
  box-shadow:0 12px 32px -12px rgba(6,199,85,.25)!important;
  order:-1;}
.form-card-sub{border:1px solid var(--line);opacity:.98;}
.close-grid .line-card-featured .line-ico{width:76px;height:76px;font-size:16px;}
@media(max-width:880px){
  .close-grid{display:flex;flex-direction:column;}
  .line-card-featured{order:-1;}
}

/* 最終CTA */
.final-cta{border-top:1px solid var(--line);}
.final-cta-row{justify-content:center;margin-top:24px;flex-direction:column;align-items:stretch;}
.final-cta-row .btn{width:100%;justify-content:center;}
@media(min-width:640px){
  .final-cta-row{flex-direction:row;align-items:center;}
  .final-cta-row .btn{width:auto;}
}

/* スティッキーCTA：2ボタンのみ */
.sticky-cta .btn-cta-main{flex:1.6 1 0;font-size:14px;padding:14px 12px;}
.sticky-cta .btn-ghost{flex:1 1 0;font-size:13px;padding:14px 10px;border-color:var(--crimson);color:var(--crimson);}

/* プラン内CTA2列 */
.plan-hero-body{flex-direction:column;align-items:stretch;}
.plan-hero-body .btn{width:100%;}
.plan-hero-body .hero-cta-row{width:100%;flex-direction:column;gap:10px;flex-shrink:0;}
.plan-cta-row .btn{width:100%;}
@media(min-width:640px){
  .plan-hero-body{flex-direction:row;align-items:center;}
  .plan-hero-body .hero-cta-row{flex-direction:row;width:auto;}
  .plan-hero-body .btn,.plan-hero-body .hero-cta-row .btn{width:auto;}
}

/* 余白圧縮（各所） */
.reasons-list{margin-top:32px;}
.trust-list{margin-top:32px;}
.trust-item{padding:28px 0;}
.gallery-grid{margin-top:28px;}
.voices-grid{margin-top:28px;}
.faq-list{margin-top:28px;}
.close-grid{margin-top:28px;}
.flow-steps{margin-top:24px;}
.resolve-list{margin-top:24px;}
.callout-lead{margin-bottom:28px;}
.worry-list{margin-bottom:28px;}
.price-sec.sec-bg-gray{background:var(--gray-bg);}
.voices.sec-bg-gray{background:var(--gray-bg);}
.gallery-sec.sec-bg-pink{background:var(--pink-bg);}
.access-sec.sec-bg-pink{background:var(--pink-bg);}
.callout-sec.sec-bg-gray{background:var(--gray-bg);}
.badges-bar{background:var(--pink-bg);}
.site-footer{padding-bottom:80px;}

/* qa-pairs-20260727 */
.qa-pairs{display:grid;grid-template-columns:1fr;gap:18px;margin-top:8px;margin-bottom:28px;text-align:left;width:100%;}
.qa-pair{display:flex;flex-direction:column;gap:10px;min-width:0;}
.qa-pair .worry{padding:16px 16px 4px;border-bottom:none;}
.qa-pair .resolve-item{height:auto;}
@media(min-width:641px){
  .qa-pairs{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 20px;}
}
@media(max-width:640px){
  .qa-pairs{gap:16px;margin-bottom:24px;}
  .qa-pair .worry{padding:14px 8px 2px;font-size:14.5px;}
  .qa-pair .resolve-item{padding:18px 16px;}
}

/* ---- 作例ストリップ（Hero直下・横スワイプ） ---- */
.works-sec{padding:30px 0 34px;border-bottom:1px solid var(--line);}
.works-eyebrow{font-family:'Cormorant Garamond',serif;font-size:12px;letter-spacing:.22em;color:var(--gold);margin-bottom:6px;}
.works-title{font-family:'Shippori Mincho B1',serif;font-weight:700;font-size:clamp(19px,4.8vw,26px);color:var(--ink);margin-bottom:18px;line-height:1.4;}
.works-strip{display:flex;gap:10px;overflow-x:auto;-webkit-overflow-scrolling:touch;
  scroll-snap-type:x mandatory;padding:2px 16px 14px;scrollbar-width:none;}
.works-strip::-webkit-scrollbar{display:none;}
.works-strip img{flex:0 0 58%;max-width:230px;aspect-ratio:3/4;object-fit:cover;object-position:center top;
  border-radius:14px;scroll-snap-align:center;border:3px solid #fff;
  box-shadow:0 8px 22px -12px rgba(42,37,35,.22);background:#f8f4f2;}
@media(min-width:768px){
  .works-sec{padding:40px 0 44px;}
  .works-strip{justify-content:center;padding:2px 24px 16px;}
  .works-strip img{flex:0 0 180px;}
}
.works-sec .works-strip{padding-bottom:8px;}

/* ---- 総額イメージ（plan-hero内） ---- */
.price-example{display:flex;flex-wrap:wrap;align-items:center;gap:8px 10px;width:100%;
  background:#FFF8E7;border:1px solid #F0D88A;border-radius:12px;padding:12px 16px;
  font-size:13.5px;line-height:1.7;color:#6B5A1E;word-break:keep-all;overflow-wrap:anywhere;}
.price-example .pe-label{flex-shrink:0;background:var(--crimson);color:#fff;font-size:11px;font-weight:700;
  border-radius:999px;padding:4px 12px;letter-spacing:.04em;}
.price-example b{color:var(--crimson);font-size:15px;}
@media(max-width:640px){.price-example{font-size:12.5px;padding:12px 14px;}}

/* ---- 想い（統合セクション末尾の一文） ---- */
.omoi-note{max-width:680px;margin:36px auto 0;text-align:center;font-size:14px;line-height:2;color:var(--muted);
  border-top:1px solid var(--line);padding-top:28px;}
.omoi-note .omoi-sign{display:block;margin-top:14px;font-family:'Shippori Mincho B1',serif;font-size:13px;color:var(--ink);font-weight:700;}
