*{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;background:#f5f5f5;color:#222}.site-header{position:sticky;top:0;z-index:100;background:#111827;color:#f9fafb;display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;box-shadow:0 2px 4px #00000026}.site-logo{display:flex;align-items:center;gap:.5rem}.site-logo-circle{width:32px;height:32px;border-radius:9999px;border:2px solid #f9fafb;background:linear-gradient(135deg,#60a5fa,#ec4899)}.site-title{font-size:1.1rem;font-weight:700}.site-nav{display:none}.site-nav ul{list-style:none;display:flex;flex-direction:column;gap:.75rem;padding:.75rem 0}.site-nav a{color:#f9fafb;text-decoration:none;font-size:.95rem}.site-nav a:hover{text-decoration:underline}.menu-toggle{border:none;background:transparent;cursor:pointer;display:flex;flex-direction:column;justify-content:center;gap:5px;padding:.25rem}.menu-toggle span{display:block;width:24px;height:2px;background:#f9fafb;transition:transform .2s ease,opacity .2s ease}.menu-open .menu-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-open .menu-toggle span:nth-child(2){opacity:0}.menu-open .menu-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.menu-open .site-nav{display:block;position:absolute;top:56px;left:0;right:0;background:#111827;padding:0 1rem .75rem;border-bottom:1px solid #374151}main{max-width:960px;margin:1.5rem auto;padding:0 1rem}section{background:#fff;padding:1.5rem;border-radius:.5rem;box-shadow:0 2px 4px #0000000d;margin-bottom:1rem}section h2{margin-bottom:.5rem;font-size:1.2rem;border-left:4px solid #111827;padding-left:.5rem}.map-image{width:100%;object-fit:cover}.map-container{margin-top:1rem;width:100%;height:300px}.map-container iframe{width:100%;height:100%;border:0}.hero{position:relative;width:100%;height:90vh;overflow:hidden}.hero-image{width:100%;height:100%;object-fit:cover;filter:brightness(50%)}.hero-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;text-align:center}.hero-text h1{font-size:3rem;margin-bottom:.5rem}.hero-text p{font-size:1.5rem}.hero{--p: 0}.hero-text{transform:translate(-50%,calc(-50% - (var(--p) * 40px)));opacity:calc(1 - var(--p));transition:opacity .04s linear,transform .04s linear}.site-logo-img{width:32px;height:32px;object-fit:contain}.link-button{display:inline-block;margin-top:1rem;padding:.75rem 1rem;border:1px solid #374151;border-radius:.5rem;background:#fff;color:#111827;text-decoration:none;font-weight:600;transition:background-color .2s ease,border-color .2s ease}.link-button:hover{background-color:#f9fafb;border-color:#111827}.br-sp{display:inline}@media(min-width:768px){.hero{position:relative;width:100%;height:70vh;overflow:hidden}.site-header{padding:.75rem 2rem}.menu-toggle{display:none}.site-nav{display:block;position:static}.site-nav ul{flex-direction:row;gap:1.5rem;padding:0}.map-image{width:60%;object-fit:cover}.br-sp{display:none}}.logo-image{max-width:280px;width:60vw;height:auto;display:block;margin:0 auto}.start{background:#fff;position:fixed;inset:0;width:100%;height:100%;z-index:9000}.start-logo{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:280px;text-align:center;opacity:0;transition:opacity 1.6s ease;z-index:9999}.start-logo.is-show{opacity:1}.start.is-hide{opacity:0;transition:opacity .5s ease;pointer-events:none}.logo-text{font-size:32px;font-weight:800;letter-spacing:.08em}
