:root{--primary:#1976d2;--primary-light:#42a5f5;--primary-dark:#0d47a1;--accent:#ff6d00;--bg:#f5f7fa;--black:#0d47a1;--shop-color:#1976d2;--header-height:56px;--footer-height:64px}*{box-sizing:border-box;margin:0;padding:0}html,body,#__next{width:100%;height:100%;font-family:var(--font-noto), "Noto Sans JP", sans-serif;background:var(--bg)}body{padding-top:var(--header-height);padding-bottom:var(--footer-height)}.map-page{height:calc(100vh - var(--header-height) - var(--footer-height));width:100%;top:var(--header-height);position:fixed;overflow:hidden}.leaflet-container{z-index:1;width:100%;height:100%}.custom-marker-shop{border:3px solid var(--primary-dark);box-shadow:3px 3px 0px var(--primary-dark);cursor:pointer;background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .2s;display:flex}.custom-marker-shop:hover{transform:scale(1.1);z-index:1000!important}.custom-cluster-icon{background-color:var(--primary-light);border:3px solid var(--primary-dark);width:48px;height:48px;box-shadow:4px 4px 0px var(--primary-dark);color:#fff;border-radius:12px;justify-content:center;align-items:center;font-size:16px;font-weight:800;transition:transform .2s,box-shadow .2s;display:flex}.custom-cluster-icon:hover{box-shadow:2px 2px 0px var(--primary-dark);transform:translate(2px,2px)}.leaflet-popup-content-wrapper{border:2px solid var(--primary-dark)!important;box-shadow:4px 4px 0px var(--primary-dark)!important;border-radius:12px!important;padding:0!important}.leaflet-popup-content{min-width:180px;margin:0!important}.leaflet-popup-tip{border:2px solid var(--primary-dark)!important;box-shadow:none!important}.spot-popup-name{color:var(--primary-dark);cursor:pointer;text-align:center;border-radius:10px;padding:12px 16px;font-size:14px;font-weight:700;transition:background .2s}.spot-popup-name:hover{background:var(--primary-light);color:#fff}.map-overlay{z-index:1000;pointer-events:none;position:fixed}.map-overlay>*{pointer-events:auto}.location-btn{bottom:calc(var(--footer-height) + 16px);z-index:1100;position:fixed;right:16px}.leaflet-control-attribution{font-size:10px!important}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:4px}.detail-image{object-fit:cover;border-bottom:2px solid var(--primary-dark);width:100%;height:200px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.loading-pulse{animation:1.5s ease-in-out infinite pulse}
