:root{--yellow:#ffdc55;--yellow2:#fff4bd;--green:#01a081;--orange:#f56401;--ink:#352b25;--muted:#746b64;--cream:#fffaf0;--mint:#e3f6f1;--line:#eadfce;--shadow:0 18px 50px rgba(111,75,42,.13);--max:1160px}
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{margin:0;color:var(--ink);background:#fff;font-family:"Hiragino Maru Gothic ProN","Hiragino Sans","Yu Gothic",sans-serif;line-height:1.8}
    img{display:block;max-width:100%}
    figure{margin:0}
    a{color:inherit}
    h1,h2,h3,p{margin-top:0}
    h2{font-size:46px;line-height:1.4;margin-bottom:18px}
    .wrap{width:min(var(--max),calc(100% - 40px));margin:auto}
    .header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid #eee5d8}
    .nav{height:84px;display:flex;align-items:center;gap:30px}
    .logo{width:176px;margin-right:auto}
    .navlinks{display:flex;align-items:center;gap:22px;font-size:14px;font-weight:800}
    .navlinks a{text-decoration:none}
    .navlinks a[aria-current="page"]{color:var(--green)}
    .btn{display:inline-flex;align-items:center;justify-content:center;gap:.65em;min-height:52px;padding:11px 24px;border:0;border-radius:999px;background:var(--yellow);color:var(--muted);text-decoration:none;font-weight:900;box-shadow:0 10px 24px rgba(255,220,85,.34);cursor:pointer;transition:.2s}
    .btn:after{content:"＞"}
    .btn:hover{transform:translateY(-2px)}
    .nav>.btn{background:var(--green);color:#fff;min-height:45px;padding:9px 19px;box-shadow:0 10px 24px rgba(1,160,129,.3)}
    .menu{display:none;border:0;background:var(--yellow2);border-radius:14px;padding:11px 13px;font-weight:900}
    .page-title-shell{padding:16px 20px 0;background:#fff}
    .page-title{display:flex;align-items:center;min-height:142px;max-width:1460px;margin:auto;border:1px solid #eee5d8;border-radius:26px;background:#fff}
    .page-title-inner{position:relative;width:min(var(--max),calc(100% - 40px));margin:auto;padding-left:26px}
    .page-title-inner:before{content:"";position:absolute;left:0;top:4px;bottom:4px;width:6px;border-radius:10px;background:linear-gradient(180deg,var(--green),var(--yellow))}
    .page-title-en{display:block;margin-bottom:5px;color:var(--green);font-size:12px;font-weight:900;letter-spacing:.18em}
    .page-title h1{margin:0;font-size:clamp(31px,3.4vw,43px);line-height:1.35}
    .page-title-copy{margin:5px 0 0;color:var(--muted);font-size:14px;font-weight:700}
    .breadcrumbs{display:flex;align-items:center;gap:10px;width:min(var(--max),calc(100% - 40px));margin:16px auto 0;padding-bottom:18px;color:var(--muted);font-size:13px;font-weight:700}
    .breadcrumbs a{text-decoration:none}
    .eyebrow{display:inline-flex;align-items:center;gap:.6em;margin:0 0 15px;color:var(--muted);font-size:15px;font-weight:900;letter-spacing:.06em}
    .eyebrow:before{content:"";width:28px;height:4px;border-radius:9px;background:var(--yellow)}
    .location{padding:82px 0 96px;background:var(--cream)}
    .location-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.86fr);gap:42px;align-items:stretch}
    .location-copy{padding:36px 4px}
    .location-copy>p{color:var(--muted);font-weight:600}
    .address-box{margin:30px 0 24px;padding:27px 28px;border-left:6px solid var(--orange);border-radius:0 22px 22px 0;background:#fff;box-shadow:var(--shadow)}
    .address-box small{display:block;margin-bottom:5px;color:var(--green);font-weight:900;letter-spacing:.08em}
    .address-box address{font-style:normal;font-size:21px;font-weight:900;line-height:1.7}
    .address-box p{margin:12px 0 0;color:var(--muted);font-size:13px;font-weight:700}
    .map-actions{display:flex;flex-wrap:wrap;gap:12px}
    .map-actions .outline{border:2px solid var(--green);background:#fff;color:var(--green);box-shadow:none}
    .map-card{position:relative;align-self:start;overflow:hidden;width:100%;height:560px;margin:0;border:8px solid #fff;border-radius:34px;background:#fff;box-shadow:var(--shadow)}
    .map-card iframe{display:block;width:100%;height:100%;border:0}
    .routes{padding:92px 0;background:#fff}
    .section-head{max-width:800px;margin:0 auto 42px;text-align:center}
    .section-head>p:last-child{margin-bottom:0;color:var(--muted);font-weight:600}
    .route-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
    .route-card{position:relative;display:grid;grid-template-columns:64px 1fr;gap:20px;min-height:190px;padding:28px;border:1px solid var(--line);border-radius:26px;background:#fff;box-shadow:0 12px 34px rgba(111,75,42,.07)}
    .route-card:nth-child(2){background:#f3fffc}
    .route-card:nth-child(3){background:#fffaf0}
    .route-card:nth-child(4){background:#fff7f2}
    .route-icon{display:grid;place-items:center;width:62px;height:62px;border-radius:20px;background:var(--yellow2);font-size:28px}
    .route-card:nth-child(2) .route-icon{background:var(--mint)}
    .route-card:nth-child(4) .route-icon{background:#ffe5d3}
    .route-card h3{margin-bottom:10px;font-size:20px}
    .route-card ul{margin:0;padding:0;list-style:none;color:var(--muted);font-size:14px;font-weight:700}
    .route-card li+li{margin-top:5px}
    .route-card strong{color:var(--ink)}
    .gallery{padding:92px 0;background:var(--cream)}
    .gallery-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:24px}
    .photo-card{overflow:hidden;border-radius:30px;background:#fff;box-shadow:var(--shadow)}
    .photo-card img{width:100%;height:430px;object-fit:cover}
    .photo-card:first-child img{object-position:center 58%}
    .photo-copy{padding:21px 24px 23px}
    .photo-copy h3{margin-bottom:4px;font-size:20px}
    .photo-copy p{margin:0;color:var(--muted);font-size:13px;font-weight:600}
    .arrival-note{display:flex;align-items:center;gap:12px;max-width:900px;margin:28px auto 0;padding:18px 22px;border-radius:18px;background:#fff;border:1px solid var(--line);color:var(--muted);font-weight:800}
    .arrival-note:before{content:"!";display:grid;place-items:center;flex:0 0 32px;width:32px;height:32px;border-radius:50%;background:var(--orange);color:#fff;font-weight:900}
    .cta{position:relative;isolation:isolate;padding:100px 0;text-align:center;color:#fff;background:url("../cta-programming-kids.png") center 44%/cover no-repeat}
    .cta:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(53,43,37,.62),rgba(53,43,37,.28))}
    .cta h2{max-width:900px;margin:0 auto 15px;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.2)}
    .cta>div>p:not(.eyebrow){font-weight:700;text-shadow:0 1px 8px rgba(0,0,0,.28)}
    .cta-actions{display:flex;justify-content:center;gap:34px;margin-top:28px}
    .cta-actions .line{background:var(--green);color:#fff;box-shadow:0 10px 24px rgba(1,160,129,.28)}
    .footer{padding:54px 0 95px;background:#2f2925;color:#e9e0d8}
    .footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:40px}
    .footer-logo{background:#fff;border-radius:16px;padding:10px;width:190px}
    .footer h3{font-size:15px;color:var(--yellow)}
    .footer a{display:block;color:#e9e0d8;text-decoration:none;margin:5px 0}
    .copyright{border-top:1px solid #514943;margin-top:35px;padding-top:20px;color:#bcb2a9;font-size:12px}
    .mobile-cta{display:none}
    @media(max-width:900px){
      .navlinks{display:none}.menu{display:block}h2{font-size:38px}
      .location-grid{grid-template-columns:1fr}.location-copy{padding-top:0}.map-card{height:520px}
      .route-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr}.photo-card img{height:390px}
      .footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}
    }
    @media(max-width:560px){
      .wrap{width:min(100% - 28px,var(--max))}.nav{height:70px}.logo{width:145px}h2{font-size:30px}
      .page-title-shell{padding:10px 12px 0}.page-title{min-height:112px;border-radius:20px}
      .page-title-inner,.breadcrumbs{width:calc(100% - 36px)}.page-title-inner{padding-left:18px}.page-title-inner:before{width:4px}
      .page-title h1{font-size:25px}.page-title-en{font-size:10px;margin-bottom:2px}.page-title-copy{font-size:11px}
      .breadcrumbs{margin-top:10px;padding-bottom:12px}.location,.routes,.gallery{padding:65px 0}
      .location-copy{padding-bottom:0}.address-box{padding:21px 19px}.address-box address{font-size:17px}
      .map-actions{flex-direction:column}.map-actions .btn{width:100%}.map-card{height:430px;border-width:5px;border-radius:25px}
      .route-card{grid-template-columns:52px 1fr;gap:14px;min-height:0;padding:21px}.route-icon{width:50px;height:50px;border-radius:16px;font-size:23px}
      .route-card h3{font-size:18px}.photo-card img{height:300px}.cta{padding:76px 0}.cta-actions{flex-direction:column;gap:14px}
      .footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.mobile-cta{display:block;position:fixed;z-index:35;left:14px;right:14px;bottom:12px;padding:14px;border-radius:999px;background:var(--green);color:#fff;text-align:center;text-decoration:none;font-weight:900;box-shadow:0 10px 30px rgba(1,160,129,.32)}
    }
