:root { --ink: #1a1c1a; --deep: #2f4938; --green: #52705a; --wash: #edf0e9; --paper: #fbfbf8; --line: #d7dbd3; --warm: #e9e3da; --body: "BIZ UDPGothic", sans-serif; --heading: "Shippori Mincho", serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.9; letter-spacing: .035em; }
a { color: inherit; }
.shell { width: min(100% - 48px, 1080px); margin: 0 auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 20; padding: 8px 14px; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.preview-strip { padding: 8px 24px; background: #303c33; color: #fff; text-align: center; font-size: 15px; font-weight: 700; }
.site-header { background: #fff; border-bottom: 1px solid var(--line); }
.header-inner { display: flex; justify-content: space-between; align-items: center; min-height: 72px; gap: 20px; }
.site-name { color: var(--deep); font-family: var(--heading); font-size: 21px; font-weight: 700; letter-spacing: .1em; text-decoration: none; }
.page-name { font-size: 15px; color: #4d544f; }
.hero { padding: clamp(62px, 10vw, 116px) 0 76px; }
.eyebrow, .band-label, .step-number { margin: 0; color: var(--deep); font-size: 15px; font-weight: 700; letter-spacing: .14em; }
h1, h2, h3 { font-family: var(--heading); line-height: 1.45; }
h1 { max-width: 800px; margin: 12px 0 18px; font-size: clamp(32px, 5vw, 53px); font-weight: 600; letter-spacing: .06em; }
.hero-lead { max-width: 660px; margin: 0; font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 12px 24px; border: 1px solid var(--deep); border-radius: 4px; font-size: 16px; font-weight: 700; text-decoration: none; transition: background .2s ease, color .2s ease, transform .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--deep); color: #fff; }.button-primary:hover, .button-primary:focus-visible { background: #173022; }.button-secondary { background: #fff; color: var(--deep); }
.address-band { padding: 42px 0; background: var(--warm); }.address-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 40px; align-items: end; }.address { margin: 5px 0 0; font-size: 20px; font-weight: 700; line-height: 1.8; }.address-note { margin: 0; padding: 0 0 5px 28px; border-left: 2px solid var(--green); }
.route { padding: 92px 0; }.section-heading { margin-bottom: 40px; }.section-heading h2 { margin: 6px 0 0; font-size: clamp(28px, 3vw, 38px); font-weight: 600; letter-spacing: .07em; }
.route-list { display: grid; gap: 32px; margin: 0; padding: 0; list-style: none; }.route-step { display: grid; grid-template-columns: minmax(270px, .78fr) minmax(0, 1.22fr); overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 6px; }.route-step--reverse .step-copy { order: 2; }.route-step--reverse figure { order: 1; }.step-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(28px, 4vw, 54px); }.step-copy h3 { margin: 8px 0 12px; font-size: clamp(23px, 2.4vw, 30px); font-weight: 600; letter-spacing: .04em; }.step-copy p:last-child { margin: 0; }.route-step figure { min-height: 360px; margin: 0; position: relative; background: #d7d8d2; }.route-step img { display: block; width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }.route-step--wide img { object-position: center 52%; }.route-step figcaption { position: absolute; right: 12px; bottom: 12px; z-index: 1; margin: 0; padding: 5px 10px; background: rgba(26, 28, 26, .78); color: #fff; font-size: 15px; line-height: 1.5; }.route-step--finish { border-color: var(--green); }.route-step--finish .step-copy { background: var(--wash); }
.help-band { padding: 64px 0; background: var(--deep); color: #fff; }.help-band .eyebrow { color: #dfe6dc; }.help-inner { display: flex; justify-content: space-between; align-items: center; gap: 40px; }.help-inner h2 { margin: 5px 0 0; font-size: clamp(25px, 3vw, 35px); font-weight: 600; letter-spacing: .05em; }.phone-link { display: inline-flex; flex-direction: column; align-items: flex-end; min-height: 56px; color: #fff; font-size: clamp(24px, 3vw, 35px); font-weight: 700; letter-spacing: .05em; text-decoration: none; white-space: nowrap; }.phone-link span { font-size: 15px; letter-spacing: .12em; }.site-footer { padding: 24px 0 92px; background: #fff; color: #5b625c; font-size: 15px; text-align: center; }
@media (max-width: 720px) { .shell { width: min(100% - 32px, 600px); }.header-inner { min-height: 64px; }.site-name { font-size: 18px; }.hero { padding: 48px 0 56px; }.hero-lead { font-size: 16px; }.hero-actions { display: grid; grid-template-columns: 1fr; margin-top: 28px; }.button { width: 100%; }.address-band { padding: 30px 0; }.address-grid { grid-template-columns: 1fr; gap: 22px; }.address { font-size: 18px; }.address-note { padding-left: 18px; }.route { padding: 60px 0; }.section-heading { margin-bottom: 28px; }.route-list { gap: 22px; }.route-step, .route-step--reverse { grid-template-columns: 1fr; }.route-step--reverse .step-copy, .route-step--reverse figure { order: initial; }.route-step figure { min-height: 390px; }.route-step--wide figure { min-height: 320px; }.step-copy { padding: 28px 24px; }.step-copy h3 { margin-top: 4px; font-size: 24px; }.help-band { padding: 48px 0; }.help-inner { align-items: flex-start; flex-direction: column; gap: 24px; }.phone-link { align-items: flex-start; }.site-footer { padding-bottom: 32px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.button { transition: none; } }
