:root{--navy: #0d2a5c;--navy-mid: #1b3b6f;--navy-soft: #e8eef7;--red: #c4161c;--red-dark: #a01015;--gold: #facf4c;--gold-dark: #d4a92c;--gold-ink: #111111;--gold-pale: #ffe9a8;--text: #1a1a1a;--muted: #5f6672;--line: #dde2ea;--bg: #fff;--bg-alt: #f4f7fb;--max: 720px;--radius: 10px;--sticky-h: 66px}*{box-sizing:border-box}body{margin:0;color:var(--text);background:var(--bg);font-family:system-ui,-apple-system,Hiragino Sans,Noto Sans JP,sans-serif;line-height:1.85;font-size:16px;letter-spacing:.02em}main{max-width:var(--max);margin:0 auto;padding:1.5rem 1.25rem 4rem}h1{font-size:1.5rem;line-height:1.5;letter-spacing:.01em}h2{font-size:1.25rem;line-height:1.5;margin:3rem -1.25rem 1.25rem;padding:.85rem 1.25rem;color:#fff;background:var(--navy);text-align:center}h3{font-size:1.05rem;line-height:1.6;margin-top:2rem;margin-bottom:.5rem;color:var(--navy-mid)}section:first-of-type h2{margin-top:2rem}p{margin:0 0 1rem}a{color:var(--navy-mid)}strong{background:linear-gradient(transparent 62%,var(--gold-pale) 62%);font-weight:700}.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}ul,ol{padding-left:1.4rem;margin:0 0 1rem}li{margin-bottom:.5rem}form div{margin-bottom:1.25rem}label{display:block;margin-bottom:.25rem;font-weight:600}input[type=text],input[type=tel],input[type=email],select,textarea{width:100%;padding:.7rem;font-size:16px;border:1px solid var(--line);border-radius:6px;background:#fff}input:focus,select:focus,textarea:focus{outline:2px solid var(--navy-mid);outline-offset:1px}.consent{display:flex;gap:.5rem;align-items:flex-start}.consent input{margin-top:.4rem;flex-shrink:0}.consent label{font-weight:400;font-size:.9rem;line-height:1.7}button[type=submit]{width:100%;padding:1rem;font-size:1.05rem;font-weight:800;color:var(--gold-ink);background:var(--gold);border:none;border-radius:8px;cursor:pointer;box-shadow:0 3px 0 var(--gold-dark)}button[type=submit]:hover{background:var(--gold-dark)}.cta{margin:2.5rem 0;padding:1.5rem 1.1rem;border:3px solid var(--navy);border-radius:var(--radius);text-align:center;background:var(--navy-soft)}.cta__lead{margin:0 0 1rem;font-size:.95rem;font-weight:600;text-align:left}.cta__tel{display:block;margin:.5rem 0;padding:.7rem .5rem;font-size:1.9rem;font-weight:800;letter-spacing:.01em;color:#fff;background:var(--red);border-radius:10px;text-decoration:none;box-shadow:0 3px 0 var(--red-dark)}.cta__tel:before{content:"📞 タップで発信";display:block;font-size:.7rem;font-weight:600;letter-spacing:.06em;color:#ffffffe0;background:none}.cta__hours,.cta__outside{margin:.25rem 0;font-size:.8rem;color:var(--muted)}.cta__form{display:block;margin-top:1rem;padding:.85rem 1rem;font-size:1.02rem;font-weight:800;color:var(--gold-ink);background:var(--gold);border-radius:10px;text-decoration:none;box-shadow:0 3px 0 var(--gold-dark)}.site-header{display:none}@media(min-width:768px){.site-header{position:sticky;top:0;z-index:40;display:block;background:#fff;border-bottom:3px solid var(--navy);box-shadow:0 2px 8px #0000000f}.site-header__inner{display:flex;align-items:center;gap:1.25rem;max-width:var(--max);margin:0 auto;padding:.6rem 1.25rem}.site-header__brand{display:flex;flex-direction:row;align-items:center;gap:.6rem;text-decoration:none;line-height:1.3}.site-header__logo{width:44px;height:44px;flex-shrink:0}.site-header__brand-text{display:flex;flex-direction:column}.site-header__name{font-size:1.15rem;font-weight:800;color:var(--navy)}.site-header__tag{font-size:.7rem;color:var(--muted)}.site-header__nav a{color:var(--navy);font-size:.85rem;font-weight:700;text-decoration:none;white-space:nowrap}.site-header__nav a:hover{text-decoration:underline}.site-header__contact{margin-left:auto;text-align:right}.site-header__hours{margin:0;font-size:.68rem;color:var(--muted)}.site-header__tel{font-size:1.3rem;font-weight:800;color:var(--red);text-decoration:none;letter-spacing:.01em}.site-header__form{padding:.6rem 1rem;font-size:.9rem;font-weight:800;color:var(--gold-ink);background:var(--gold);border-radius:8px;text-decoration:none;white-space:nowrap;box-shadow:0 2px 0 var(--gold-dark)}.site-header__form:hover{background:var(--gold-dark)}}.sticky-cta{display:none}@media(max-width:767px){body{padding-bottom:var(--sticky-h)}body.no-sticky{padding-bottom:0}.sticky-cta{position:fixed;left:0;right:0;bottom:0;z-index:50;display:flex;gap:.5rem;padding:.5rem .75rem;background:#fffffff7;border-top:1px solid var(--line);box-shadow:0 -2px 10px #00000014}.sticky-cta a{flex:1;padding:.7rem .5rem;border-radius:8px;font-weight:700;font-size:.95rem;line-height:1.3;text-align:center;text-decoration:none}.sticky-cta__tel{flex:1.4!important;color:#fff;background:var(--red)}.sticky-cta__form{color:var(--gold-ink);background:var(--gold)}.sticky-cta small{display:block;font-size:.65rem;font-weight:500;opacity:.9}}@keyframes cta-shine{0%{transform:translate(-140%) skew(-20deg)}18%{transform:translate(240%) skew(-20deg)}to{transform:translate(240%) skew(-20deg)}}.cta__tel,.cta__form,.site-header__form,.sticky-cta__tel,.sticky-cta__form{position:relative;overflow:hidden}.cta__tel:after,.cta__form:after,.site-header__form:after,.sticky-cta__tel:after,.sticky-cta__form:after{content:"";position:absolute;top:0;left:0;width:42%;height:100%;background:linear-gradient(100deg,#fff0,#ffffffd9,#fff0);transform:translate(-140%) skew(-20deg);animation:cta-shine 5s ease-in-out infinite;pointer-events:none}.cta__tel:after,.sticky-cta__tel:after,.sticky-cta__form:after{animation-duration:3s}@media(prefers-reduced-motion:reduce){.cta__tel:after,.cta__form:after,.site-header__form:after,.sticky-cta__tel:after,.sticky-cta__form:after{animation:none;opacity:0}}.fv__hero{display:block;margin:-1.5rem -1.25rem 1.5rem}.fv__hero img{width:100%;height:auto}.fv__lead-figure{display:block;margin:1.5rem 0}.fv__lead-figure img{display:block;width:100%;height:auto;border-radius:var(--radius)}.fv__lead-figure:has(+.fv__lead-figure){margin-bottom:0}.fv__lead-figure+.fv__lead-figure{margin-top:0}.fv__catch{font-size:1.15rem;font-weight:700;line-height:1.7}.fv__lead,.disclaimer{font-size:.85rem;line-height:1.8;color:var(--muted)}.disclaimer{padding:.75rem .9rem;background:var(--bg-alt);border-radius:6px}.badges{display:flex;flex-wrap:wrap;gap:.4rem;margin:1.25rem 0;padding:0;list-style:none}.badges li{margin:0;padding:.35rem .7rem;font-size:.78rem;font-weight:600;line-height:1.5;color:var(--navy);border:1px solid var(--navy);border-radius:999px;background:#fff}.promises ul{display:grid;gap:.75rem;list-style:none;padding:0}.promises li{position:relative;margin:0;padding:.9rem 1rem .9rem 2.6rem;font-weight:600;background:#fff;border:2px solid var(--navy);border-radius:var(--radius)}.promises li:before{content:"✓";position:absolute;left:.85rem;top:.85rem;font-size:1.05rem;font-weight:800;color:var(--red)}@media(min-width:768px){.promises ul{grid-template-columns:repeat(3,1fr)}}.fv5w2h{margin:.5rem 0 1.25rem}.fv5w2h__who{margin:0 0 .75rem;font-size:1.1rem;font-weight:700;color:var(--navy)}.fv5w2h__facts{list-style:none;margin:0 0 1rem;padding:0;display:grid;gap:.5rem}.fv5w2h__facts li{margin:0;padding:.7rem .9rem;font-size:.92rem;line-height:1.7;background:var(--navy-soft);border-radius:var(--radius)}.fv5w2h__facts li strong{color:var(--navy)}.fv5w2h__photo{margin:1rem auto 0;max-width:420px}.fv5w2h__photo img{display:block;width:100%;height:auto;aspect-ratio:16 / 9;object-fit:cover;border-radius:var(--radius)}.price-min{margin-bottom:1.5rem;padding:1.1rem;text-align:center;background:var(--navy-soft);border:3px solid var(--navy);border-radius:var(--radius)}.price-min__cond{margin:0 0 .5rem;font-size:.82rem;font-weight:700;line-height:1.6;color:var(--navy)}.price-min__amount{margin:0 0 .75rem;font-size:2.4rem;font-weight:800;line-height:1.2;color:var(--red);background:linear-gradient(transparent 58%,var(--gold-pale) 58%);display:inline-block;padding:0 .3rem}.price-min__amount span{font-size:1rem;font-weight:700;color:var(--text);background:none}.price-min__note{margin:0;font-size:.82rem;line-height:1.8;text-align:left;color:var(--muted)}dl{margin:0}.faq dt{position:relative;margin-top:1.5rem;padding:.6rem .9rem .6rem 2.4rem;font-weight:700;color:var(--navy);background:var(--navy-soft);border-radius:6px}.faq dt:before{content:"Q";position:absolute;left:.9rem;font-weight:800;color:var(--red)}.faq dd{margin:.6rem 0 0;padding-left:2.4rem;position:relative}.faq dd:before{content:"A";position:absolute;left:.9rem;font-weight:800;color:var(--navy-mid)}.spec{margin:0}.spec dt{margin-top:1rem;font-weight:700;color:var(--navy)}.spec dd{margin:.2rem 0 0;padding-bottom:.75rem;border-bottom:1px solid var(--line)}@media(min-width:600px){.spec{display:grid;grid-template-columns:12rem 1fr;column-gap:1.5rem}.spec dt{margin-top:0;padding:.75rem 0;border-bottom:1px solid var(--line)}.spec dd{margin:0;padding:.75rem 0}}.footer{margin-top:3rem;padding:2rem 1.25rem 3rem;border-top:3px solid var(--navy);background:var(--bg-alt);font-size:.85rem}.footer>*{max-width:var(--max);margin-left:auto;margin-right:auto}.footer__notice{color:var(--muted);line-height:1.9}.footer__nav{display:flex;flex-wrap:wrap;gap:1rem;margin:1rem auto}.footer__groups{display:flex;flex-wrap:wrap;gap:1.5rem 2.5rem;margin:1.5rem auto 0;padding-top:1.5rem;border-top:1px solid var(--line)}.footer__group-title{margin:0 0 .6rem;font-weight:800;color:var(--navy);font-size:.8rem}.footer__group nav{display:flex;flex-direction:column;gap:.5rem}.footer__group a{color:var(--muted);text-decoration:none}.footer__group a:hover{text-decoration:underline}
