@import url('/fonts.css');
:root{--bg:#f3f2f2;--surface:#eae9e9;--ink:#201e1d;--red:#ec3013;--link:#ae1800;--line:#a6a4a3;--muted:#605d5d}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--bg);color:var(--ink);font:1rem/1.75 Archivo,Arial,sans-serif;text-wrap:pretty}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}button,input,select{font:inherit}button{cursor:pointer}img{display:block;width:100%;height:auto}h1,h2,h3,h4,p,figure{margin:0}h1,h2,h3,h4{font-family:Archivo,Arial,sans-serif;font-weight:900;font-stretch:125%;line-height:1.02;letter-spacing:-.035em}h1{font-size:clamp(2.5rem,6.4vw,6rem)}h2{font-size:clamp(2.1rem,5vw,4.5rem)}h3{font-size:clamp(1.45rem,2.6vw,2.2rem)}p+p{margin-top:1.2rem}.wrap{max-width:1440px;margin:auto;padding-left:clamp(16px,3vw,40px);padding-right:clamp(16px,3vw,40px)}.section{padding-top:clamp(64px,9vw,128px)}.last{padding-bottom:clamp(64px,9vw,128px)}.jp{font-family:'Shippori Mincho B1',serif;font-weight:800}.red{color:var(--red)}header{position:sticky;top:0;z-index:30;background:var(--bg);border-bottom:2px solid var(--ink)}.header-inner{display:flex;align-items:center;gap:clamp(16px,3vw,40px);padding-top:12px;padding-bottom:12px}.logo{display:flex;align-items:center;gap:12px;color:var(--ink);margin-right:auto;line-height:1;flex-shrink:0}.logo:hover{text-decoration:none}.logo-mark{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:var(--red);color:var(--bg);font-size:22px}.logo strong{display:block;font-weight:900;font-stretch:125%;font-size:19px}.logo small{display:block;letter-spacing:.14em;text-transform:uppercase;font-size:12px;font-weight:600;margin-top:4px}nav{display:flex;gap:clamp(16px,2.4vw,32px);align-items:center;font-size:.875rem;font-weight:600}nav a{color:var(--ink)}.btn{display:inline-flex;align-items:center;justify-content:space-between;gap:1.5rem;font-weight:700;font-size:.9375rem;line-height:1.3;padding:14px 20px;border:2px solid var(--ink);background:transparent;color:var(--ink)}.btn:hover{background:var(--surface);text-decoration:none}.primary{background:var(--red);border-color:var(--red);color:white}.primary:hover{background:var(--link);border-color:var(--link);color:white}#menu{display:none}.eyebrow{text-transform:uppercase;letter-spacing:.09em;font-size:.8125rem;font-weight:700;color:var(--link);display:block}.hero-frame{display:flex;border-left:2px solid var(--line);border-right:2px solid var(--line)}.hero-rail{flex:0 0 clamp(48px,6vw,88px);border-right:2px solid var(--line);display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:28px 0}.hero-rail .jp{writing-mode:vertical-rl;font-size:clamp(26px,3.4vw,44px);letter-spacing:.2em;color:var(--red)}.hero-rail small{writing-mode:vertical-rl;font-size:12px;letter-spacing:.12em}.hero-art{flex:1;min-width:0;position:relative;height:clamp(560px,82vh,860px)}.hero-art>img{position:absolute;inset:0;height:100%;object-fit:cover}.hero-sun{position:absolute;top:clamp(20px,4vw,48px);right:clamp(20px,4vw,48px);width:clamp(120px,16vw,220px);height:clamp(120px,16vw,220px);border-radius:50%;background:var(--red);color:white;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1.2;box-shadow:0 12px 32px #201e1d38}.hero-sun strong{font-size:clamp(34px,4.6vw,64px);font-weight:900;font-stretch:125%}.hero-sun span{font-size:.8125rem;text-transform:uppercase;letter-spacing:.1em;font-weight:700}.hero-copy{position:absolute;left:0;bottom:0;background:var(--bg);padding:clamp(22px,3.4vw,48px);max-width:min(720px,calc(100% - 24px));display:flex;flex-direction:column;gap:20px;border-top:2px solid var(--ink);border-right:2px solid var(--ink)}.hero-copy h1{line-height:.92;letter-spacing:-.045em}.hero-copy p{font-size:1.0625rem;line-height:1.65;max-width:44ch}.buttons{display:flex;gap:12px;flex-wrap:wrap}.caption{font-size:.75rem;color:var(--muted);line-height:1.5;padding:.5rem 0}.facts{display:grid;grid-template-columns:repeat(4,1fr);border-left:2px solid var(--line);border-top:2px solid var(--ink);border-bottom:2px solid var(--line)}.facts>div{padding:24px;border-right:2px solid var(--line);display:flex;align-items:baseline;gap:14px}.facts strong{font-size:clamp(30px,3vw,42px);line-height:1;color:var(--red);font-stretch:125%;font-weight:900}.facts span{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;line-height:1.4}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;flex-wrap:wrap;padding-bottom:24px;border-bottom:2px solid var(--ink)}.section-head .eyebrow{margin-bottom:12px}.section-head>.jp{font-size:clamp(56px,7vw,104px);line-height:.8;color:var(--red)}.section-head p{max-width:42ch}.route{display:grid;grid-template-columns:1fr 1fr;border:2px solid var(--line);border-top:0}.route figure{position:relative;min-height:420px}.route figure img{height:100%;position:absolute;object-fit:cover}.route-copy{padding:clamp(24px,3.4vw,48px);display:flex;flex-direction:column;gap:18px;border-left:2px solid var(--line)}.tag{padding:5px 10px;border:1px solid var(--link);font-size:.8125rem;color:var(--link);align-self:flex-start}.days{font-size:clamp(56px,6vw,88px);line-height:.85;font-weight:900;font-stretch:125%;letter-spacing:-.05em}.days small{font-size:18px;letter-spacing:0}.stops{font-size:.8125rem;padding:12px 0;border-top:2px solid var(--line);border-bottom:2px solid var(--line)}.price-row{display:flex;justify-content:space-between;gap:16px;align-items:center;flex-wrap:wrap}.price{font-size:1.375rem;font-weight:800}.small{font-size:.8125rem;color:var(--muted);line-height:1.6}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-left:2px solid var(--line)}.card{border-right:2px solid var(--line);border-bottom:2px solid var(--line);display:flex;flex-direction:column;color:var(--ink)}.card:hover{text-decoration:none;background:var(--surface)}.card-image{position:relative}.card img{aspect-ratio:4/3;object-fit:cover}.card-copy{padding:24px;display:flex;flex-direction:column;gap:12px;flex:1}.card-copy p{font-size:.9375rem}.card .read{margin-top:auto;font-weight:700;color:var(--link);font-size:.875rem}.num{position:absolute;top:0;left:0;background:var(--red);color:white;padding:8px 12px;font-weight:900}.seasons{grid-template-columns:repeat(4,minmax(0,1fr))}.seasons .jp{font-size:clamp(72px,7vw,112px);line-height:1;color:var(--red)}.seasons img{aspect-ratio:4/5}.topic-row{display:grid;grid-template-columns:clamp(44px,6vw,80px) minmax(0,1fr) 24px;gap:16px;align-items:center;padding:24px 8px;border-bottom:2px solid var(--line);color:var(--ink)}.topic-row>.jp{font-size:40px;color:var(--red)}.topic-row>div{display:flex;flex-wrap:wrap;gap:8px 32px;align-items:baseline}.topic-row h3{flex:1 1 260px;font-size:1.65rem}.topic-row p{flex:1.4 1 300px;font-size:.9375rem}.blog-feature{display:grid;grid-template-columns:1fr 1fr;border-left:2px solid var(--line)}.blog-feature>.card img{aspect-ratio:16/10}.mini-card{display:grid;grid-template-columns:150px minmax(0,1fr);gap:20px;padding:20px;border-right:2px solid var(--line);border-bottom:2px solid var(--line);color:var(--ink)}.mini-card img{aspect-ratio:1;object-fit:cover}.mini-card h3{font-size:1.2rem;margin:.5rem 0}.cta{background:var(--red);color:var(--bg)}.cta .wrap{display:grid;grid-template-columns:1.2fr 1fr;gap:64px;padding-top:64px;padding-bottom:64px;align-items:center}.cta h2{font-size:clamp(46px,7vw,108px);line-height:.9}.cta p{max-width:44ch;margin-bottom:24px}.cta .btn{border-color:var(--bg);color:var(--bg)}.cta .btn:hover{background:var(--bg);color:var(--ink)}footer{background:var(--ink);color:var(--bg)}footer a{color:var(--bg)}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px;padding-top:48px;padding-bottom:48px}.footer-grid>div{display:flex;flex-direction:column;gap:10px;font-size:.875rem}.footer-grid h3{font-size:1rem;margin-bottom:8px}.footer-grid .logo{color:var(--bg);margin-bottom:20px}.footer-grid button{padding:0;border:0;text-align:left;background:none;color:inherit;text-decoration:underline}.footer-bottom{border-top:2px solid #444141;padding-top:20px;padding-bottom:32px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:.8125rem;color:#bab6b6}.page-head{padding-top:40px;padding-bottom:40px}.crumb{font-size:.8125rem;margin-bottom:32px}.lead{font-size:1.2rem;max-width:820px;margin-top:24px}.page-hero img{max-height:580px;object-fit:cover}.article-layout{display:grid;grid-template-columns:240px minmax(0,780px);gap:clamp(32px,5vw,80px);padding-top:64px;padding-bottom:64px}.toc{align-self:start;position:sticky;top:100px;border-top:2px solid var(--ink);padding-top:20px}.toc a{display:block;padding:.45rem 0;font-size:.875rem}.article-content section{margin-bottom:40px}.article-content h2{font-size:clamp(1.5rem,2.5vw,2rem);margin-bottom:20px;font-stretch:112%}.article-content p{margin-bottom:20px}.article-content a{text-decoration:underline}.offer-box{padding:24px;border:2px solid var(--line);background:var(--surface);margin:32px 0}.offer-box h2{font-size:1.6rem}.offer-box a{display:block;margin-top:12px}.filters{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:24px}.filters label{display:flex;gap:8px;align-items:center}.filters input,.filters select{background:var(--bg);border:2px solid var(--ink);padding:12px;max-width:100%}.legal{max-width:960px;margin:auto;padding-bottom:80px}.legal h2{font-size:1.8rem;margin:32px 0 16px}.legal h3{font-size:1.3rem;margin:24px 0 12px}.legal p{margin-bottom:20px}.credit{padding:24px 0;border-bottom:2px solid var(--line);overflow-wrap:anywhere}.credit img{width:240px}.skip{position:fixed;left:16px;top:-150px;z-index:999;background:white;padding:16px}.skip:focus{top:16px}:focus-visible{outline:3px solid var(--link);outline-offset:5px}.tools{position:fixed;right:16px;bottom:16px;display:flex;flex-direction:column;gap:8px;z-index:40}.tools button{border:2px solid white;background:var(--ink);color:white;border-radius:50%;width:48px;height:48px;font-weight:bold}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}[hidden]{display:none!important}dialog{border:2px solid var(--ink);background:var(--bg);color:var(--ink);padding:24px;width:min(560px,calc(100% - 32px));max-height:90vh;overflow:auto}dialog::backdrop{background:#0008}.dialog-head{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}dialog h2{font-size:1.7rem;overflow-wrap:anywhere}dialog p{margin:16px 0}dialog button{padding:10px;margin:4px;border:2px solid var(--ink);background:var(--bg);color:var(--ink)}dialog fieldset{min-width:0}dialog .check{display:block;margin:16px 0}.cookie-note{position:fixed;left:16px;bottom:16px;z-index:50;background:var(--bg);border:2px solid var(--ink);padding:20px;max-width:460px;font-size:.875rem;box-shadow:0 8px 24px #0002}.cookie-note button{padding:10px;border:2px solid var(--ink);background:transparent;margin:12px 8px 0 0}.high-contrast{--bg:#fff;--ink:#000;--muted:#333;--red:#a8200a;--line:#555}.reduce-motion *{scroll-behavior:auto!important;transition:none!important}.link-list li{margin:16px 0}.map-panel{border:2px solid var(--line);padding:24px}.map-list{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.map-list button{background:var(--bg);border:2px solid var(--ink);padding:14px}.audio-item{border-bottom:2px solid var(--line);padding:24px 0}.audio-item button{margin-top:12px}.empty{padding:40px;border:2px solid var(--line)}
@media(max-width:1000px){nav{gap:16px}.header-inner{gap:20px}.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.seasons{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{grid-template-columns:1fr 1fr}.facts{grid-template-columns:1fr 1fr}.hero-copy{max-width:calc(100% - 24px)}.hero-copy h1{font-size:clamp(40px,6.4vw,96px)}}
@media(max-width:899px){#menu{display:block}nav{display:none;position:absolute;left:0;right:0;top:100%;background:var(--bg);padding:24px;border-bottom:2px solid var(--ink);max-height:80vh;overflow:auto}nav.open{display:flex;flex-direction:column;align-items:stretch}.header-inner>.btn{display:none}.hero-art{height:730px}.hero-sun{top:20px;right:20px}.hero-copy{padding:24px}.hero-copy h1{font-size:clamp(40px,7vw,64px)}.route{grid-template-columns:1fr}.route figure{min-height:320px}.route-copy{border-left:0;border-top:2px solid var(--line)}.blog-feature{grid-template-columns:1fr}.cta .wrap{grid-template-columns:1fr;gap:32px}.article-layout{display:block}.toc{position:static;margin-bottom:40px}.toc a{display:inline-block;margin-right:20px}.map-list{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.hero-art{height:740px}.hero-rail{flex-basis:40px}.hero-copy{padding:20px;max-width:calc(100% - 12px)}.hero-copy h1{font-size:clamp(2rem,10vw,3rem)}.hero-copy .btn{width:100%;font-size:.875rem;padding:12px}.hero-copy p{font-size:1rem}.hero-copy .eyebrow{font-size:.75rem}.hero-sun{width:110px;height:110px}.hero-sun strong{font-size:32px}.hero-sun span{font-size:12px}.facts>div{padding:16px;flex-direction:column;gap:8px}.grid,.seasons,.map-list{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:32px}.mini-card{grid-template-columns:100px minmax(0,1fr);gap:14px}.section-head h2{font-size:2.1rem}.filters,.filters label{display:block}.filters input,.filters select{width:100%;margin:8px 0}.cookie-note{max-width:calc(100% - 80px);max-height:45vh;overflow:auto}h1,h2,h3,p,a{overflow-wrap:break-word}.page-head h1{font-size:2.5rem}.hero-art>img{object-position:65% center}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
@media(max-width:520px){.hero-art{height:auto;padding-top:300px}.hero-art>img{height:350px;object-position:65% center}.hero-copy{position:relative;max-width:100%;border-right:0}.hero-copy h1{font-size:clamp(1.4rem,7vw,2.1rem);overflow-wrap:normal}.header-inner{flex-wrap:wrap}.page-head h1{hyphens:auto}.tools{right:10px;bottom:10px}}
.map-panel h2{font-size:clamp(1.5rem,4vw,2.8rem);margin-bottom:20px}.map-panel p{margin:16px 0}.map-panel .btn{margin:8px 8px 8px 0}.article-content p{line-height:1.85}.credit h2{overflow-wrap:anywhere}a[aria-current=page]{text-decoration:underline;text-underline-offset:5px}
.section-head>div{min-width:0;max-width:100%}.section-head h2{overflow-wrap:anywhere}.primary,.cta,.hero-sun,.num{background:#d52a10}.primary{border-color:#d52a10}.hero-rail{min-width:0}.cta .wrap>div{min-width:0}.footer-grid>div{min-width:0;overflow-wrap:anywhere}
#japan-map{display:block;width:100%;max-height:650px;border:1px solid var(--line);margin-top:24px;background:#e8edf0}#map-title{overflow-wrap:anywhere}
.japan-map-widget{border:2px solid var(--line);padding:clamp(16px,3vw,28px);margin:24px 0;min-width:0}.map-intro .btn{margin-top:16px}.map-filterbar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.map-filterbar label{display:flex;flex-direction:column;font-size:.875rem;font-weight:700;min-width:0}.map-filterbar input,.map-filterbar select{font:inherit;width:100%;min-width:0;padding:12px 8px;border:2px solid var(--ink);background:var(--bg);color:var(--ink)}.map-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin:16px 0}.map-actions label{font-size:.875rem}.map-actions .btn,.map-routes .btn,.map-tiles .btn{font-size:.8125rem;padding:10px 12px;gap:8px}.map-status{font-size:.875rem;margin:16px 0!important;min-height:1.75em}.leaflet-japan{height:540px;width:100%;background:#e8edf0!important;border:1px solid var(--line);z-index:0;font:1rem/1.5 Archivo,Arial,sans-serif!important}.map-legend{display:flex;flex-wrap:wrap;gap:8px 20px;margin:12px 0;font-size:.8125rem}.map-legend span{display:flex;gap:7px;align-items:center}.map-legend i{width:12px;height:12px;border-radius:50%;display:inline-block}.legend-region{background:#ae1800}.legend-city{background:#201e1d}.legend-sight{background:#d52a10}.map-routes,.map-tiles,.map-results{border-top:1px solid var(--line);padding:14px 0}.map-routes summary,.map-tiles summary,.map-results summary{cursor:pointer;font-weight:700}.map-routes p,.map-tiles p{font-size:.875rem;margin:12px 0}.map-routes ol{display:flex;flex-wrap:wrap;gap:8px 32px}.map-results ul{max-height:300px;overflow:auto}.japan-pin span{display:grid;place-items:center;background:var(--pin);color:white;border:2px solid white;width:28px;height:28px;border-radius:50%;font:700 13px/1 Arial,sans-serif;box-shadow:0 1px 5px #0005}.japan-cluster span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#ae1800;color:white;border:3px solid white;box-shadow:0 1px 5px #0005;font:700 16px/1 Arial,sans-serif}.japan-pin:focus-visible,.japan-cluster:focus-visible{outline:3px solid #201e1d;outline-offset:4px}.map-popup img{height:130px;object-fit:cover;margin-bottom:12px}.map-popup h3{font-size:1.35rem;margin:8px 0}.map-popup p{font-size:.875rem;margin:8px 0!important}.map-popup .small{font-size:.75rem}.map-popup .map-read{display:block;font-weight:700;margin:12px 0}.map-popup .btn{font-size:.875rem;padding:10px;width:100%}.leaflet-japan .leaflet-popup-content{margin:18px;max-height:370px;overflow:auto}.leaflet-japan .leaflet-popup-content-wrapper{border-radius:0;border:2px solid #201e1d}.leaflet-japan .leaflet-control-attribution{font-size:11px!important}.leaflet-japan a{color:#ae1800}.leaflet-japan .leaflet-control-zoom a{color:#201e1d}.article-content .leaflet-japan{height:410px}.article-content .japan-map-widget{padding:16px}.article-content .map-filterbar{grid-template-columns:1fr}.japan-map-widget button:disabled{opacity:.6;cursor:wait}
@media(max-width:700px){.map-filterbar{grid-template-columns:1fr}.leaflet-japan{height:420px}.map-actions{align-items:stretch;flex-direction:column}.map-actions label{padding:10px 0}.map-routes ol{display:block}.map-popup img{height:95px}.leaflet-japan .leaflet-popup-content{max-height:270px}.map-popup h3{font-size:1.2rem}}
.japan-map-widget .leaflet-japan a{color:#ae1800}.japan-map-widget .leaflet-control-zoom a{color:#201e1d}
