@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css');
:root{--red:#df3b2f;--green:#265e3c;--ink:#2c4434;--cream:#fffbee;--yellow:#ffd353;--purple:#655185;--line:#d5dece;--gutter:clamp(22px,5.3vw,96px);--font:'Noto Sans JP',sans-serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:112px}
body{margin:0;color:var(--ink);background:var(--cream);font-family:var(--font);font-size:16px;line-height:1.9;overflow-wrap:anywhere}
button,input{font:inherit}
a{color:inherit;text-decoration:none}
button,a{-webkit-tap-highlight-color:transparent}
button{cursor:pointer}
img{max-width:100%;display:block}
h1,h2,h3,p{margin:0}
h1,h2,h3{line-height:1.5}
h2{font-size:clamp(30px,3.2vw,48px);letter-spacing:.04em;font-weight:900}
h3{font-size:24px;font-weight:800}
p{letter-spacing:.035em}
a:focus-visible,button:focus-visible{outline:3px solid #0b82c8;outline-offset:6px}
a,button{touch-action:manipulation}
.skip-link{position:fixed;left:15px;top:-90px;z-index:50;background:white;padding:12px 20px}
.skip-link:focus{top:10px}
.site-header{height:100px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 3.3vw;position:sticky;top:0;z-index:20}
.brand{display:flex;align-items:center;gap:11px;flex-shrink:0;line-height:1.2}
.brand-mark{color:var(--red);font-size:42px}
.brand small{display:block;font-size:12px;font-weight:600;letter-spacing:.2em;margin-bottom:5px}
.brand strong{font-size:24px;letter-spacing:.015em;font-weight:900}
.brand strong span{font-size:18px;margin-left:5px}
.desktop-nav{display:flex;align-items:center;gap:clamp(14px,1.8vw,28px);font-size:14px;font-weight:700}
.desktop-nav a{padding:12px 0;white-space:nowrap;position:relative}
.desktop-nav a:after{content:'';position:absolute;left:0;bottom:5px;width:100%;height:2px;background:var(--red);transform:scaleX(0);transition:transform .25s}
.desktop-nav a:hover:after{transform:scaleX(1)}
.header-contact{display:flex;align-items:center;gap:10px;color:var(--red);font-size:14px;font-weight:800;white-space:nowrap}
.header-contact i{font-size:20px}
.menu-toggle{display:none;border:0;background:transparent;color:var(--green);font-size:27px;padding:10px}
.mobile-menu{position:absolute;left:0;right:0;top:100px;background:var(--cream);z-index:25;padding:20px 24px;box-shadow:0 14px 18px #17442515}
.mobile-menu a{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:14px 0;font-weight:700}
.button{display:inline-flex;align-items:center;justify-content:space-between;gap:24px;min-height:58px;padding:15px 26px;border-radius:999px;font-weight:800;font-size:16px;transition:transform .22s,box-shadow .22s;border:1px solid transparent;line-height:1.65}
.button:hover{transform:translateY(-3px);box-shadow:0 5px 0 #23372118}
.button i{font-size:16px;flex-shrink:0}
.button-yellow{background:var(--yellow);color:var(--ink)}
.button-red{background:var(--red);color:#fff}
.button-green{background:var(--green);color:#fff}
.button-purple{background:var(--purple);color:#fff}
.button-outline{border:1px solid #fff;color:white}
.section-space{padding:110px var(--gutter)}
.section-heading{margin-bottom:60px}
.section-heading>p:not(.english-label){margin-top:20px;line-height:2.1}
.center{text-align:center}
.english-label{font-size:13px;font-weight:800;letter-spacing:.16em;color:var(--red);margin-bottom:17px}
.english-label.light{color:var(--yellow)}
.mobile-only{display:none}
dt,dd{margin:0}
dt{font-size:14px;font-weight:700}
dd{font-size:17px}
dd strong{font-size:27px;letter-spacing:.05em}
dd small{display:block;font-size:13px;line-height:1.8}
.small-note{font-size:13px;line-height:1.9;color:#61725c}
.text-link{display:inline-flex;align-items:center;gap:25px;font-size:15px;font-weight:800;border-bottom:1px solid var(--green);padding-bottom:8px;margin-top:26px}
.text-link:hover{color:var(--red);border-color:var(--red)}
.full{width:100%}
.site-footer{background:#fff;padding:30px var(--gutter) 20px}
.footer-top{display:flex;align-items:center;justify-content:space-between;gap:40px}
.footer-top nav{display:grid;grid-template-columns:1fr 1fr;gap:10px 32px;font-size:13px}
.back-top{position:fixed;right:24px;bottom:24px;z-index:30;display:grid;place-items:center;width:49px;height:49px;border:1px solid var(--line);border-radius:50%;background:#fff;box-shadow:0 3px 14px #103e2020;flex-shrink:0}
.footer-bottom{display:flex;justify-content:center;text-align:center;gap:25px;margin-top:22px;font-size:12px;color:#74816e;line-height:1.8}
.footer-bottom p:last-child{max-width:680px}
.mobile-actions{display:none}
@media(max-width:1190px){.site-header{padding:0 24px;gap:16px}
.desktop-nav{gap:15px;font-size:13px}
.brand strong{font-size:21px}
.brand strong span{font-size:16px}
.brand-mark{font-size:35px}
.header-contact span{display:none}
.section-space{padding:85px var(--gutter)}
.footer-top{flex-wrap:wrap}
.footer-top nav{margin-left:auto}
.footer-bottom{flex-wrap:wrap}
}
@media(max-width:960px){html{scroll-padding-top:90px}
.site-header{height:86px}
.desktop-nav,.header-contact{display:none}
.menu-toggle{display:block}
.mobile-menu{top:86px}
.brand strong{font-size:23px}
.brand strong span{font-size:18px}
.footer-top{align-items:flex-start}
.footer-top nav{width:100%;order:3}
.footer-bottom{margin-top:20px}
}
@media(max-width:600px){:root{--gutter:24px}
html{scroll-padding-top:74px}
.site-header{height:68px;padding:0 14px;gap:8px}
.site-header .brand{gap:6px}
.site-header .brand strong{font-size:18px;white-space:nowrap}
.site-header .brand strong span{display:inline;font-size:14px;margin:0 0 0 4px;letter-spacing:0}
.site-header .brand small{font-size:12px;margin-bottom:3px}
.site-header .brand-mark{width:44px;height:48px}
.brand{gap:8px}
.brand-mark{font-size:33px}
.brand strong{font-size:22px}
.brand strong span{display:block;font-size:14px;margin:2px 0 0;letter-spacing:.08em}
.brand small{font-size:12px;letter-spacing:.12em;margin-bottom:4px}
.menu-toggle{font-size:24px}
.mobile-menu{top:68px}
.section-space{padding:75px 24px}
.section-heading{margin-bottom:37px}
.english-label{font-size:12px;letter-spacing:.13em;margin-bottom:14px}
h2{font-size:30px;line-height:1.65;letter-spacing:.025em}
.section-heading>p:not(.english-label){font-size:14px;line-height:2.1;margin-top:17px}
.mobile-only{display:block}
.desktop-only{display:none}
.small-note{font-size:12px}
.text-link{font-size:14px;gap:16px;margin-top:24px}
.site-footer{padding:28px 24px 84px}
.footer-top{gap:22px}
.footer-top .brand strong{font-size:22px}
.footer-top nav{font-size:12px;gap:14px 20px}
.back-top{width:44px;height:44px;right:16px;bottom:calc(74px + env(safe-area-inset-bottom))}
.footer-bottom{gap:13px;font-size:12px}
.mobile-actions{display:grid;position:fixed;left:0;right:0;bottom:0;z-index:30;grid-template-columns:1fr 1fr 1fr;padding-bottom:env(safe-area-inset-bottom);background:#fff;box-shadow:0 -3px 14px #103e2020}
.mobile-actions a{display:flex;align-items:center;justify-content:center;gap:8px;min-height:58px;font-size:12px;font-weight:800;border-right:1px solid var(--line);color:var(--green)}
.mobile-actions a:last-child{background:var(--red);color:#fff;border:0}
.mobile-actions i{font-size:15px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*,*:before,*:after{transition:none!important;animation:none!important}
}
@media(max-width:960px){.section-heading>p:not(.english-label){font-size:16px}
}
.brand-mark{display:flex;width:58px;height:62px;align-items:center;justify-content:center;flex:0 0 auto;font-size:0}
.brand-mark .brand-face{display:block;width:100%;height:100%;object-fit:contain}
@media(max-width:600px){.brand-mark{width:49px;height:53px}
}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
[hidden]{display:none!important}
.menu-overlay{position:fixed;inset:0;z-index:19;background:rgba(0,0,0,.55);backdrop-filter:blur(7px);border:0;border-radius:0;width:100%;height:100%;cursor:pointer}
body.menu-open .site-header{position:fixed;inset:0 0 auto}
body.menu-open .mobile-menu{position:fixed;max-height:calc(100dvh - 100px);overflow-y:auto}
.cms-content .strongText,.cms-content .strongTextRed{font-size:1.15em;font-weight:700;color:var(--red)}
.cms-content strong{font-size:1.3em;font-weight:800}
.cms-content .strongTextRed{color:#c62424}
.cms-content .strongBox{padding:1.5rem;border:1px solid var(--line);border-radius:16px;background:#f4f7e9}
.cms-content .strongBox ul,.cms-content .strongBox ol{margin:0;padding:0;list-style:none;font-size:1.08em;font-weight:700}
.cms-content .strongBox li{padding-left:1.5em;position:relative}
.cms-content .strongBox li:before{content:'\f105';font-family:'Font Awesome 6 Free';font-weight:900;position:absolute;left:0;color:var(--red)}
.cms-content a{font-weight:700;text-decoration:underline}
.cms-content a[target='_blank']:after{content:'\f35d';font-family:'Font Awesome 6 Free';font-weight:900;display:inline-block;margin-left:.4em;text-decoration:none}
.cms-content .phoneNumber{font-weight:800;font-size:1.45em}
.cms-content .faxNumber{font-weight:700;font-size:1.15em}
.cms-content .phoneNumber:before,.cms-content .faxNumber:before{font-family:'Font Awesome 6 Free';font-weight:900;margin-right:.4em}
.cms-content .phoneNumber:before{content:'\f095'}
.cms-content .faxNumber:before{content:'\f1ac'}
@media(max-width:960px){body.menu-open .mobile-menu{top:86px;max-height:calc(100dvh - 86px)}
}
@media(max-width:600px){body.menu-open .mobile-menu{top:68px;max-height:calc(100dvh - 68px)}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*,*:before,*:after{transition:none!important;animation:none!important}
}

/* Shared navigation, accessibility and link affordances. */
.menu-overlay{z-index:40}body.menu-open .site-header{z-index:50}body.menu-open .mobile-menu{z-index:55}
.desktop-nav .nav-subtitle,.mobile-menu .nav-subtitle{display:block;font-size:10px;line-height:1.5;font-weight:500;color:#708069;white-space:normal}
.cms-content a[target]:after,.attachment-list a[target]:after,.page-link-list a[target]:after{content:'\f35d';font-family:'Font Awesome 6 Free';font-weight:900;display:inline-block;font-size:.85em;margin-left:.45em;text-decoration:none;flex:none}
.cms-content a[href*='youtu']:before,.page-link-list a[href*='youtu']:before{content:'\f167';font-family:'Font Awesome 6 Brands';font-size:1.2em;display:inline-block;margin-right:.4em;text-decoration:none}
.cms-content a[href*='.pdf']:before,.page-link-list a[href*='.pdf']:before{content:'\f1c1';font-family:'Font Awesome 6 Free';font-weight:900;font-size:1.2em;display:inline-block;margin-right:.4em;text-decoration:none}
.cms-content a[href*='.doc']:before,.page-link-list a[href*='.doc']:before{content:'\f1c2';font-family:'Font Awesome 6 Free';font-weight:900;font-size:1.2em;display:inline-block;margin-right:.4em;text-decoration:none}
.cms-content a[href*='.xls']:before,.page-link-list a[href*='.xls']:before{content:'\f1c3';font-family:'Font Awesome 6 Free';font-weight:900;font-size:1.2em;display:inline-block;margin-right:.4em;text-decoration:none}
.cms-content .emailForm{display:inline-flex;align-items:center;gap:.6em;font-size:1.1em;font-weight:700}.cms-content .emailForm:before{content:'\f0e0';font-family:'Font Awesome 6 Free';font-weight:900}

/* CMS-linked header navigation */
.desktop-nav{gap:clamp(16px,1.8vw,28px)}
.desktop-nav a[aria-current],.mobile-menu a[aria-current]{color:var(--red)}
.desktop-nav a[aria-current]:after{transform:scaleX(1)}
.desktop-nav a[target]:after{position:static;display:inline-block;width:auto;height:auto;background:none;transform:none;content:'\f35d';font-family:'Font Awesome 6 Free';font-weight:900;margin-left:5px}
@media(min-width:961px) and (max-width:1190px){.desktop-nav{gap:16px;font-size:12px}}

/* Footer navigation follows CMS content. */
.footer-top nav{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px 26px;max-width:720px}
.footer-top nav a{display:flex;align-items:baseline;gap:6px;line-height:1.7}
.footer-top nav a span{min-width:0}
.footer-top nav a[target]:after{flex-shrink:0}
@media(max-width:1190px){.footer-top nav{max-width:none}}
@media(max-width:600px){.footer-top nav{display:none}}

.footer-identity{min-width:0;flex:0 1 390px}.footer-address{font-style:normal;font-size:14px;line-height:1.65;margin-top:12px}.footer-phone{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:400;color:inherit;margin-top:0}.footer-phone i{font-size:13px}@media(max-width:600px){.footer-identity{flex:1 1 240px}.footer-phone{font-size:13px}.footer-address{font-size:13px}.footer-top .back-top{align-self:flex-start}}

.contact-hours{font-size:12px;font-weight:400;line-height:1.65;margin-top:5px}.subpage-contact .contact-hours{color:#64725c}.contact-strip .contact-hours{font-size:14px;line-height:1.85;margin-top:8px}
@media(max-width:760px){.subpage-contact .contact-hours,.contact-strip .contact-hours{font-size:15px;line-height:1.85}}

.footer-numbers{display:flex;flex-wrap:wrap;gap:0 12px;font-size:14px;line-height:1.65;margin:0}.footer-numbers .footer-phone,.footer-fax{white-space:nowrap}.footer-fax{font-weight:400}@media(max-width:600px){.footer-numbers{font-size:13px;gap:0;flex-direction:column;align-items:flex-start;width:100%;margin-inline:auto}.footer-identity{flex:0 1 auto;width:max-content;max-width:100%;margin-inline:auto;text-align:left}.footer-top{position:relative;justify-content:center}.footer-top .brand{justify-content:center;gap:6px}.footer-top .brand strong{font-size:18px;white-space:nowrap}.footer-top .brand strong span{display:inline;font-size:14px;margin:0 0 0 4px;letter-spacing:0}.footer-top .brand-mark{width:44px;height:48px}.footer-address{width:100%;max-width:100%;margin-inline:auto;white-space:nowrap}}

a.tel-disabled{pointer-events:none;cursor:default}a.tel-disabled:hover{text-decoration:none;transform:none}

a[href^="tel:"]:not(.tel-disabled){text-decoration-line:underline;text-decoration-thickness:1px;text-underline-offset:.2em}a.tel-disabled{ text-decoration:none }

a[href^="tel:"] i{display:inline-block;text-decoration:none}

.mobile-actions a[href^="tel:"]:not(.tel-disabled){text-decoration:none}

a.button[href^="tel:"]:not(.tel-disabled),a.button[href^="tel:"]:not(.tel-disabled):hover{text-decoration:none}

/* Text links respond across their full clickable area. */
.text-link{transition:transform .22s ease,box-shadow .22s ease,color .22s ease,border-color .22s ease}
.text-link>i{transition:transform .22s ease}
.text-link:focus-visible{transform:translateY(-4px);box-shadow:0 3px 0 var(--green)}
.text-link:focus-visible>i{transform:translateX(6px)}
@media(hover:hover) and (pointer:fine){
  .text-link:hover{transform:translateY(-4px);box-shadow:0 3px 0 var(--red)}
  .text-link:hover>i{transform:translateX(6px)}
}
@media(prefers-reduced-motion:reduce){.text-link:is(:hover,:focus-visible),.text-link:is(:hover,:focus-visible)>i{transform:none}}

/* CMS note lists: replace bullets and numbering with a hanging reference mark. */
.cms-content :is(ol,ul).asterisk{list-style:none;padding-left:0}
.cms-content :is(ol,ul).asterisk>li{position:relative;list-style:none;padding-left:1.1em}
.cms-content :is(ol,ul).asterisk>li::marker{content:''}
.cms-content :is(ol,ul).asterisk>li::before{content:'※';position:absolute;top:0;left:0;width:1em;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;color:inherit}
/* Readable editor lists and opt-in layouts for procedures and practical information. */
.cms-content :is(ul,ol){line-height:1.9}
.cms-content :is(ul,ol)>li+li{margin-top:.55em}
.cms-content :is(ul,ol)>li::marker{color:var(--green);font-weight:700}
.cms-content li>:is(ul,ol){margin-top:.6em;margin-bottom:.6em}
.cms-content :is(ul,ol).asterisk>li+li{margin-top:.4em}
.cms-content :is(ol.cms-steps,ul.cms-check-list,ul.cms-detail-list,ul.cms-notice-list){display:grid;gap:16px;padding:0;margin:1.3em 0;list-style:none}
.cms-content :is(ol.cms-steps,ul.cms-check-list,ul.cms-detail-list){grid-template-columns:repeat(2,minmax(0,1fr))}
.cms-content :is(.cms-steps,.cms-check-list,.cms-detail-list,.cms-notice-list)>li{position:relative;min-width:0;margin:0;padding:20px 22px 20px 52px;border:1px solid var(--line);border-radius:14px;background:#fff;list-style:none}
.cms-content :is(.cms-steps,.cms-check-list,.cms-detail-list,.cms-notice-list)>li::marker{content:''}
.cms-content ol.cms-steps{gap:20px}
.cms-content ol.cms-steps>li{padding:24px 24px 24px 88px;border-top:3px solid var(--green);box-shadow:0 4px 14px #26443408}
.cms-content ol.cms-steps>li::before{content:counter(list-item,decimal-leading-zero);position:absolute;left:22px;top:24px;width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:var(--green);color:#fff;font-family:inherit;font-size:20px;font-weight:800;line-height:1}
.cms-content ol.cms-steps>li>.strongText:first-child{display:block;margin-bottom:9px;font-size:1.15em;color:var(--green);line-height:1.65}
.cms-content ol.cms-steps>li>.strongText:first-child+br{display:none}
.cms-content ul.cms-check-list>li::before,.cms-content ul.cms-detail-list>li::before,.cms-content ul.cms-notice-list>li::before{position:absolute;left:22px;top:20px;font-family:'Font Awesome 6 Free';font-weight:900;color:var(--green);line-height:inherit}
.cms-content ul.cms-check-list>li::before{content:'\f00c'}
.cms-content ul.cms-detail-list>li::before{content:'\f3c5'}
.cms-content ul.cms-notice-list{gap:12px}
.cms-content ul.cms-notice-list>li{background:#fff9e7;border-color:#e6dcb9}
.cms-content ul.cms-notice-list>li::before{content:'\f06a';color:#aa642d}
@media(max-width:760px){
 .cms-content :is(ol.cms-steps,ul.cms-check-list,ul.cms-detail-list){grid-template-columns:1fr;gap:12px}
 .cms-content :is(.cms-check-list,.cms-detail-list,.cms-notice-list)>li{padding:16px 16px 16px 43px;border-radius:12px}
 .cms-content :is(ul.cms-check-list,ul.cms-detail-list,ul.cms-notice-list)>li::before{left:16px;top:16px}
 .cms-content ol.cms-steps>li{padding:20px 18px 20px 70px;border-radius:12px}
 .cms-content ol.cms-steps>li::before{left:16px;top:20px;width:38px;height:38px;font-size:18px}
}
/* Group preparation items on a distinct background behind the white list cards. */
.cms-content ul.cms-check-list{padding:22px;background:#eaf1e1;border:1px solid #ccdabb;border-radius:18px}
@media(max-width:760px){.cms-content ul.cms-check-list{padding:14px;border-radius:15px}}
/* Key visitor information: a lead, practical highlights, and time-sensitive notes. */
.cms-content .cms-lead{display:block;margin:0 0 18px;color:var(--green);font-size:clamp(19px,1.7vw,23px);font-weight:700;line-height:1.8;letter-spacing:.02em}
.cms-content :is(.cms-highlight,.cms-note){position:relative;margin:22px 0;padding:22px 26px;border:1px solid #cfddc2;border-left:4px solid var(--green);border-radius:0 14px 14px 0;background:#f0f5e9;font-weight:700;line-height:1.95}
.cms-content .cms-note{border-color:#e7d9b0;border-left-color:#b77827;background:#fff6dd}
.cms-content :is(.cms-highlight,.cms-note):first-child{margin-top:0}
.cms-content :is(.cms-highlight,.cms-note):last-child{margin-bottom:0}
.cms-content .cms-highlight .strongTextRed{color:var(--green)}
.cms-content :is(.price,.cms-key-value){color:var(--green);font-size:1.4em;font-weight:800;font-variant-numeric:tabular-nums;line-height:1.5}
.cms-content .price{display:inline-block;margin-right:.15em}
.cms-content .cms-key-value{display:inline-block}
.cms-content .cms-highlight .faxNumber{margin:10px 0;font-variant-numeric:tabular-nums}
.cms-content .cms-registration>strong{display:inline-block;padding:4px 14px;border-radius:999px;background:var(--green);color:#fff;font-size:1em;letter-spacing:.04em;margin-bottom:8px}
@media(max-width:760px){
 .cms-content .cms-lead{font-size:18px;margin-bottom:16px}
 .cms-content :is(.cms-highlight,.cms-note){margin:18px 0;padding:17px 18px;border-radius:0 12px 12px 0}
 .cms-content :is(.price,.cms-key-value){font-size:1.3em}
}

/* Header motion keeps the wordmark steady while the apple gently tilts. */
.site-header .brand{transition:color .3s ease}
.site-header .brand:focus-visible{color:var(--red)}
.site-header .brand-mark{transition:transform .3s ease;transform-origin:50% 75%}
.site-header .brand:focus-visible .brand-mark{transform:translateY(-3px) rotate(-8deg) scale(1.06)}
.menu-toggle i{display:inline-block;transform-origin:center}
.menu-toggle{transition:background-color .2s ease,transform .15s ease;border-radius:12px}
.menu-toggle:active{transform:scale(.9)}
@media(hover:hover) and (pointer:fine){
  .site-header .brand:hover{color:var(--red)}
  .site-header .brand:hover .brand-mark{transform:translateY(-3px) rotate(-8deg) scale(1.06)}
  .menu-toggle:hover{background-color:#265e3c10}
}
@media(prefers-reduced-motion:reduce){
  .site-header .brand:is(:hover,:focus-visible) .brand-mark,.menu-toggle:active{transform:none}
}
