:root{
  --ink:#17251f;
  --forest:#173a2d;
  --forest2:#0d2a21;
  --moss:#536d5b;
  --gold:#b89b62;
  --gold-soft:#d8c79e;
  --paper:#f5f1e7;
  --paper2:#ebe5d7;
  --white:#fffdf8;
  --line:rgba(37,56,46,.18);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:var(--white);font-family:"Yu Mincho","Hiragino Mincho ProN","YuMincho",serif;line-height:1.9;-webkit-font-smoothing:antialiased}
a{color:inherit}
img{max-width:100%;height:auto}
.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:10px;top:10px;z-index:1000;background:#fff;padding:8px 14px}
.section-wrap{width:min(1120px,calc(100% - 56px));margin:auto}
.site-header{background:#fff;position:relative;z-index:20;border-bottom:1px solid rgba(0,0,0,.08)}
.header-inner{height:118px;width:min(1120px,calc(100% - 56px));margin:auto;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{text-decoration:none;display:flex;flex-direction:column;line-height:1.2}
.brand-kicker{font-size:11px;letter-spacing:.38em;color:#657568;margin:0 0 6px 3px}
.brand-title{font-size:30px;letter-spacing:.08em;font-weight:500;color:#1e342a;white-space:nowrap}
.brand-title span{color:#8b6f3d;margin:0 .07em;font-size:1.08em}
.header-note{font-size:12px;letter-spacing:.16em;color:#718078;margin:0;text-align:right}
.global-nav{background:var(--forest2)}
.nav-inner{width:min(1120px,100%);margin:auto;display:flex;justify-content:center;align-items:stretch}
.nav-inner a{position:relative;color:rgba(255,255,255,.88);text-decoration:none;font-family:"Yu Gothic","Hiragino Kaku Gothic ProN",sans-serif;font-size:13px;letter-spacing:.12em;padding:16px 24px 15px;border-left:1px solid rgba(255,255,255,.08);transition:.25s}
.nav-inner a:last-child{border-right:1px solid rgba(255,255,255,.08)}
.nav-inner a:hover,.nav-inner a.is-current{background:rgba(255,255,255,.08);color:#fff}
.nav-inner a.is-current:after{content:"";position:absolute;left:24px;right:24px;bottom:0;height:2px;background:var(--gold)}
.hero{height:clamp(600px,72vh,760px);min-height:600px;position:relative;overflow:hidden;background:#0e241c;color:#fff}
.hero-image{position:absolute;inset:0;background-image:url('../../images/naiguu-031.jpg');background-repeat:no-repeat;background-position:center 43%;background-size:cover;filter:saturate(.82) contrast(1.03);transform:scale(1.02)}
.hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,25,19,.78) 0%,rgba(7,25,19,.46) 48%,rgba(7,25,19,.12) 78%,rgba(7,25,19,.26) 100%)}
.hero-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.08) 58%,rgba(7,22,17,.5));box-shadow:inset 0 0 100px rgba(0,0,0,.26)}
.hero-content{position:relative;z-index:2;width:min(1120px,calc(100% - 56px));height:100%;margin:auto;display:flex;justify-content:center;flex-direction:column;padding-bottom:18px}
.hero-content:before{content:"";display:block;width:1px;height:52px;background:var(--gold-soft);margin:0 0 24px 3px}
.hero-eyebrow{margin:0 0 19px;font-family:Georgia,serif;font-size:12px;letter-spacing:.33em;color:#ddcfab}
.hero h1{font-size:clamp(42px,5vw,68px);line-height:1.38;letter-spacing:.08em;font-weight:500;margin:0;text-shadow:0 3px 25px rgba(0,0,0,.28)}
.hero h1 span{color:#fff5d9}
.hero-lead{font-size:clamp(15px,1.55vw,19px);line-height:2.05;letter-spacing:.07em;margin:28px 0 34px;color:rgba(255,255,255,.92)}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.button{text-decoration:none;display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:12px 25px;font-family:"Yu Gothic","Hiragino Kaku Gothic ProN",sans-serif;font-size:13px;letter-spacing:.08em;transition:.25s}
.button-primary{background:#efe7d3;color:#20342b;border:1px solid #efe7d3}.button-primary:hover{background:#fff8e8;transform:translateY(-1px)}
.button-ghost{border:1px solid rgba(255,255,255,.5);color:#fff;background:rgba(9,28,21,.18)}.button-ghost:hover{border-color:#fff;background:rgba(255,255,255,.08)}
.hero-caption{position:absolute;z-index:2;right:26px;bottom:18px;font-size:10px;letter-spacing:.12em;color:rgba(255,255,255,.68)}
.intro{padding:105px 0 110px}
.section-heading{margin-bottom:48px}
.section-en{margin:0 0 13px;font-family:Georgia,serif;font-size:11px;letter-spacing:.34em;color:#977c49}
.section-heading h2{margin:0;font-size:clamp(28px,3.1vw,42px);font-weight:500;letter-spacing:.06em;line-height:1.55;color:#1b3026}
.intro-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:95px;align-items:center}
.intro-copy{font-size:16px;line-height:2.15;letter-spacing:.035em}
.intro-copy p{margin:0 0 22px}.intro-copy .notice{font-size:13px;line-height:1.9;color:#67736c;border-left:2px solid #b89b62;padding-left:19px;margin-top:30px}
.intro-mark{position:relative;min-height:300px;display:flex;align-items:center;justify-content:center;flex-direction:column;border:1px solid #b8aa86;background:linear-gradient(145deg,#f9f5eb,#ede6d7);outline:1px solid rgba(184,155,98,.34);outline-offset:-11px;color:#263c31}
.intro-mark:before,.intro-mark:after{content:"";position:absolute;width:28px;height:28px;border-color:#9d8758}.intro-mark:before{left:20px;top:20px;border-left:1px solid;border-top:1px solid}.intro-mark:after{right:20px;bottom:20px;border-right:1px solid;border-bottom:1px solid}
.mark-small{font-size:13px;letter-spacing:.42em;margin-left:.42em}.intro-mark strong{font-family:Georgia,serif;font-weight:400;font-size:92px;line-height:.95;color:#846b3d;margin:6px 0}.mark-large{font-size:24px;letter-spacing:.2em}.mark-foot{font-size:12px;letter-spacing:.24em;margin-top:22px;color:#68766e}
.featured-routes{padding:105px 0 110px;background:var(--forest2);color:#fff;position:relative;overflow:hidden}
.featured-routes:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 85% 15%,rgba(151,171,153,.12),transparent 31rem),linear-gradient(140deg,rgba(255,255,255,.025),transparent 40%)}
.featured-routes .section-wrap{position:relative}.heading-light .section-en{color:#cbb887}.heading-light h2{color:#fff}.heading-description{color:rgba(255,255,255,.68);font-size:14px;letter-spacing:.05em;margin:13px 0 0}
.route-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.route-card{height:465px;position:relative;overflow:hidden;text-decoration:none;color:#fff;background:#18372c}
.route-photo,.route-overlay{position:absolute;inset:0}.route-photo{background-position:center;background-size:cover;transition:transform .65s ease,filter .65s ease;filter:saturate(.78)}
.route-naiku .route-photo{background-image:url('../../images/naiguu-058.jpg');background-position:center 42%}
.route-geku .route-photo{background-image:url('../../images/gekuu-020.jpg');background-position:center}
.route-isuzu .route-photo{background-image:url('../../images/naiguu-024.jpg');background-position:center}
.route-overlay{background:linear-gradient(180deg,rgba(5,20,15,.05) 20%,rgba(5,20,15,.78) 84%,rgba(5,20,15,.93))}
.route-content{position:absolute;z-index:2;left:28px;right:28px;bottom:26px}.route-content span{font-size:10px;letter-spacing:.28em;color:#e0cf9e}.route-content h3{font-size:27px;font-weight:500;letter-spacing:.09em;margin:4px 0 8px}.route-content p{font-size:12px;line-height:1.7;color:rgba(255,255,255,.76);margin:0 0 14px}.route-content b{font-family:"Yu Gothic","Hiragino Kaku Gothic ProN",sans-serif;font-size:11px;letter-spacing:.08em;font-weight:400;color:#f1dfad}.route-card:hover .route-photo{transform:scale(1.045);filter:saturate(.9) brightness(1.04)}
.routes-more{text-align:center;margin-top:35px}.routes-more a{display:inline-block;color:#e8ddbf;text-decoration:none;border-bottom:1px solid rgba(232,221,191,.55);padding:4px 4px 7px;font-size:13px;letter-spacing:.1em}
.journey{padding:105px 0 112px}.journey-grid{border-top:1px solid var(--line)}
.journey-grid a{display:grid;grid-template-columns:140px minmax(0,1fr) 35px;align-items:center;min-height:71px;border-bottom:1px solid var(--line);text-decoration:none;transition:.2s;padding:0 8px}.journey-grid a:hover{background:#f6f2e8;padding-left:16px}.journey-grid time{font-family:Georgia,serif;font-size:12px;letter-spacing:.08em;color:#8a7751}.journey-grid strong{font-size:15px;letter-spacing:.06em;font-weight:500}.journey-grid span{text-align:right;color:#9d8758}
.closing-visual{padding:115px 0 120px;color:#fff;background:linear-gradient(90deg,rgba(13,42,33,.93),rgba(13,42,33,.78)),url('../../images/naiguu-033.jpg') center/cover no-repeat;background-attachment:fixed}.closing-inner{padding-left:8%}.closing-visual .section-en{color:#d7c79b}.closing-visual h2{margin:0 0 25px;font-size:clamp(34px,4vw,52px);font-weight:500;line-height:1.55;letter-spacing:.1em}.closing-visual p:not(.section-en){max-width:660px;font-size:14px;line-height:2.1;color:rgba(255,255,255,.8);letter-spacing:.04em}.text-link{display:inline-block;margin-top:18px;color:#fff1c7;text-decoration:none;font-size:13px;letter-spacing:.1em;border-bottom:1px solid rgba(255,241,199,.5);padding-bottom:5px}
.site-footer{background:#091e17;color:rgba(255,255,255,.68);padding:60px 0 45px;border-top:1px solid rgba(255,255,255,.08)}
.footer-inner{width:min(1120px,calc(100% - 56px));margin:auto}.footer-brand{display:flex;flex-direction:column;margin-bottom:25px}.footer-brand span{font-size:9px;letter-spacing:.33em;color:#c1af7e}.footer-brand strong{font-size:19px;letter-spacing:.1em;font-weight:500;color:#fff;margin-top:5px}.site-footer nav{display:flex;flex-wrap:wrap;gap:20px 30px;padding:18px 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.site-footer nav a{font-family:"Yu Gothic","Hiragino Kaku Gothic ProN",sans-serif;font-size:11px;letter-spacing:.07em;text-decoration:none;color:rgba(255,255,255,.72)}.footer-note{font-size:11px;margin:22px 0 0}.copyright{font-family:Georgia,serif;font-size:10px;letter-spacing:.08em;margin:7px 0 0;color:rgba(255,255,255,.42)}
@media (min-width:1100px){.hero-image{background-size:auto 125%;background-position:66% 44%;background-color:#18372c}.hero-image:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#0d2a21 0%,rgba(13,42,33,.94) 21%,rgba(13,42,33,.4) 52%,rgba(13,42,33,.02) 82%);z-index:1}.hero-image:after{z-index:2}}
@media (max-width:900px){
 .header-inner{height:auto;padding:22px 0;align-items:flex-start}.header-note{max-width:280px;line-height:1.7}.nav-inner{justify-content:flex-start;overflow-x:auto}.nav-inner a{flex:0 0 auto;padding:14px 17px}.intro-grid{grid-template-columns:1fr;gap:45px}.intro-mark{width:min(300px,100%);margin:auto}.route-grid{grid-template-columns:1fr 1fr}.route-card:last-child{grid-column:1/-1;height:390px}.closing-visual{background-attachment:scroll}.closing-inner{padding-left:0}
}
@media (max-width:620px){
 .section-wrap,.header-inner,.hero-content,.footer-inner{width:calc(100% - 34px)}.header-inner{display:block;padding:20px 0 18px}.brand-title{font-size:24px}.header-note{font-size:10px;text-align:left;margin-top:12px;letter-spacing:.08em}.global-nav{position:sticky;top:0}.nav-inner a{font-size:11px;padding:12px 14px}.hero{height:620px;min-height:620px}.hero-image{background-position:center 47%}.hero-content{justify-content:flex-end;padding-bottom:75px}.hero-content:before{height:38px;margin-bottom:15px}.hero-eyebrow{font-size:9px;margin-bottom:12px}.hero h1{font-size:37px;line-height:1.5}.hero-lead{font-size:14px;line-height:1.95;margin:20px 0 26px}.hero-lead br{display:none}.hero-actions{display:grid;grid-template-columns:1fr;width:100%}.button{width:100%}.hero-caption{display:none}.intro,.featured-routes,.journey{padding:76px 0}.section-heading{margin-bottom:34px}.section-heading h2{font-size:28px}.intro-copy{font-size:15px;line-height:2}.route-grid{grid-template-columns:1fr;gap:14px}.route-card,.route-card:last-child{grid-column:auto;height:390px}.journey-grid a{grid-template-columns:1fr 28px;gap:4px;padding:14px 7px;min-height:78px}.journey-grid time{grid-column:1;display:block}.journey-grid strong{grid-column:1;display:block}.journey-grid span{grid-column:2;grid-row:1/3;align-self:center}.closing-visual{padding:82px 0 90px}.closing-visual h2{font-size:31px}.closing-visual p br{display:none}.site-footer{padding:46px 0 38px}
}
