:root{--lwd-c-text: #111111;--lwd-c-text-muted: rgba(17, 17, 17, 0.6);--lwd-c-text-meta: rgba(17, 17, 17, 0.3);--lwd-c-border: #d9d9d9;--lwd-c-bg-panel: rgba(239, 239, 239, 0.93);--lwd-c-bg-item-active: #ffffff;--lwd-c-bg-header-from: rgba(255, 255, 255, 0.93);--lwd-c-bg-header-to: rgba(204, 204, 204, 0.93);--lwd-c-accent: #2c7dc4;--lwd-shadow-panel: 0 4px 7px rgba(0, 0, 0, 0.25);--lwd-shadow-pill: 0 2px 0 rgba(0, 0, 0, 0.15);--lwd-shadow-topbar: 0 2px 8px rgba(0, 0, 0, 0.06);--lwd-radius-panel: 7px;--lwd-radius-item: 5px;--lwd-radius-pill: 20px;--lwd-topbar-h: 80px;--lwd-sidebar-w: 306px;--lwd-sidebar-header-h: 44px;--lwd-cat-item-h: 36px;--lwd-cat-item-gap: 6px;--lwd-font-base: "Noto Sans CJK JP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;--lwd-font-mono: "DIN 2014", "Helvetica Neue", Helvetica, Arial, sans-serif}html,body{margin:0;padding:0;height:100%}body#map__full{font-family:var(--lwd-font-base);font-weight:300;color:var(--lwd-c-text);background:#f9fafb;overflow:hidden;height:100vh;height:100dvh}#app{position:relative;width:100%;height:100vh;height:100dvh;overflow:hidden}.top-bar{position:absolute;top:0;left:0;right:0;height:var(--lwd-topbar-h);z-index:30;display:flex;align-items:center;justify-content:center;padding:0 20px;pointer-events:none}.top-bar>*{pointer-events:auto}.top-bar__search{position:relative;flex:1 1 auto;max-width:585px;display:flex;align-items:center;gap:8px;height:60px;background:hsla(0,0%,100%,.95);border:0;border-radius:30px;padding:0 24px 0 8px;box-shadow:0 0 7px 0 rgba(0,0,0,.25)}.top-bar__suggestions{position:absolute;top:calc(100% + 6px);left:8px;right:8px;max-height:min(480px,60vh);overflow-y:auto;background:#fff;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.18),0 2px 6px rgba(0,0,0,.08);padding:6px 0;z-index:10}.top-bar__suggestions[hidden]{display:none}.suggestion{display:flex;align-items:center;gap:10px;width:100%;padding:8px 14px;border:0;background:rgba(0,0,0,0);cursor:pointer;text-align:left;font:inherit;color:var(--lwd-c-text)}.suggestion:hover,.suggestion.is-highlight{background:rgba(0,136,255,.08)}.suggestion:focus-visible{outline:2px solid var(--lwd-c-accent);outline-offset:-2px}.suggestion__icon{flex:0 0 auto;width:22px;height:22px;display:block}.suggestion__text{flex:1 1 auto;display:flex;flex-direction:column;min-width:0}.suggestion__name{font-size:14px;font-weight:500;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.suggestion__addr{font-size:11px;color:var(--lwd-c-text-muted, #888);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}.top-bar__search-icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px}.top-bar__search-icon img{display:block;width:100%;height:100%}.top-bar__search-input{flex:1 1 auto;border:0;outline:none;background:rgba(0,0,0,0);font:inherit;color:var(--lwd-c-text);font-size:18px;font-weight:500;min-width:0}.top-bar__search-input::placeholder{color:rgba(17,17,17,.3)}.map-wrap{position:absolute;inset:0}.map-panel{position:relative;width:100%;height:100%;overflow:hidden}#map,#pano{width:100%;height:100%}#mapPanel.mode-none #pano{display:none}#mapPanel.mode-overlay #map{position:absolute;inset:0}#mapPanel.mode-overlay #pano{position:absolute;left:16px;bottom:16px;width:241px;height:145px;z-index:10;border:2px solid #fff;border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.3);overflow:hidden}@media(max-height: 900px){#mapPanel.mode-overlay #pano{left:calc(var(--lwd-sidebar-w) + 32px)}}#mapPanel.mode-split{display:grid;grid-template-rows:1fr 1fr}#mapPanel.mode-split #pano,#mapPanel.mode-split #map{position:relative;width:100%;height:100%}#mapPanel.mode-split #map{grid-row:1}#mapPanel.mode-split #pano{grid-row:2}.sidebar{position:absolute;top:calc(var(--lwd-topbar-h) + 16px);left:16px;width:var(--lwd-sidebar-w);max-height:calc(100vh - var(--lwd-topbar-h) - 32px);max-height:calc(100dvh - var(--lwd-topbar-h) - 32px);background:var(--lwd-c-bg-panel);border-radius:var(--lwd-radius-panel);box-shadow:var(--lwd-shadow-panel);z-index:20;display:flex;flex-direction:column;overflow:hidden;backdrop-filter:blur(4px);transition:width .18s ease}.sidebar.sidebar--collapsed{width:55px;height:var(--lwd-sidebar-header-h);max-height:var(--lwd-sidebar-header-h);background:rgba(0,0,0,0);backdrop-filter:none}.sidebar.sidebar--collapsed>:not(.sidebar__header){display:none !important}.sidebar.sidebar--collapsed .sidebar__header{border-radius:var(--lwd-radius-panel);justify-content:center;padding:0}@keyframes lwd-li-fade-in{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.sidebar.sidebar--just-opened #catList li{opacity:0;animation:lwd-li-fade-in .22s ease forwards}.sidebar.sidebar--just-opened #catList li:nth-child(1){animation-delay:60ms}.sidebar.sidebar--just-opened #catList li:nth-child(2){animation-delay:75ms}.sidebar.sidebar--just-opened #catList li:nth-child(3){animation-delay:90ms}.sidebar.sidebar--just-opened #catList li:nth-child(4){animation-delay:105ms}.sidebar.sidebar--just-opened #catList li:nth-child(5){animation-delay:120ms}.sidebar.sidebar--just-opened #catList li:nth-child(6){animation-delay:135ms}.sidebar.sidebar--just-opened #catList li:nth-child(7){animation-delay:150ms}.sidebar.sidebar--just-opened #catList li:nth-child(8){animation-delay:165ms}.sidebar.sidebar--just-opened #catList li:nth-child(9){animation-delay:180ms}.sidebar.sidebar--just-opened #catList li:nth-child(10){animation-delay:195ms}.sidebar.sidebar--just-opened #catList li:nth-child(11){animation-delay:210ms}.sidebar.sidebar--just-opened #catList li:nth-child(12){animation-delay:225ms}.sidebar.sidebar--just-opened #catControls,.sidebar.sidebar--just-opened #viewControls{opacity:0;animation:lwd-li-fade-in .22s ease forwards;animation-delay:240ms}.sidebar__header{flex:0 0 auto;height:var(--lwd-sidebar-header-h);background:linear-gradient(to bottom, var(--lwd-c-bg-header-from), var(--lwd-c-bg-header-to));border-radius:var(--lwd-radius-panel) var(--lwd-radius-panel) 0 0;display:flex;align-items:center;justify-content:flex-end;padding:0 8px}.sidebar__toggle{appearance:none;background:rgba(0,0,0,0);border:0;cursor:pointer;width:28px;height:28px;padding:0;display:inline-flex;align-items:center;justify-content:center;color:var(--lwd-c-text);transition:opacity .12s ease}.sidebar__toggle:hover{opacity:.85}.sidebar__toggle:focus-visible{outline:2px solid var(--lwd-c-accent);outline-offset:2px;border-radius:5px}.sidebar__toggle-icon{display:block;width:20px;height:20px}#catList{flex:1 1 auto;list-style:none;padding:0 9px;margin:14px 0 10px;display:flex;flex-direction:column;gap:var(--lwd-cat-item-gap);overflow-y:auto}#catList li{margin:0}.cat-btn{display:grid;grid-template-columns:22px 32px 1fr;align-items:center;gap:4px;height:var(--lwd-cat-item-h);padding:0 9px;border-radius:var(--lwd-radius-item);cursor:pointer;border:0;background:rgba(0,0,0,0);font-size:13px;font-weight:300;color:var(--lwd-c-text);user-select:none;transition:background .12s ease;text-align:left}.cat-btn::before{content:"";grid-column:1;width:22px;height:22px;background:var(--lwd-cb-default) center/contain no-repeat}.cat-btn.is-active{background:var(--lwd-c-bg-item-active);font-weight:500}.cat-btn.is-active::before{background-image:var(--lwd-cb-checked)}.cat-btn:hover:not(.is-active){background:hsla(0,0%,100%,.5)}.cat-btn:focus-visible{outline:2px solid var(--lwd-c-accent);outline-offset:2px}.cat-icon{grid-column:2;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center}.cat-icon img{width:32px;height:32px;display:block}.cat-btn>span:last-child{grid-column:3;line-height:1.2}.sidebar__divider{flex:0 0 auto;margin:8px 0 0;border-top:1px solid var(--lwd-c-border)}#catControls{flex:0 0 auto;display:flex;justify-content:stretch;padding:12px 13px 22px}#catControls .cat-ctrl-btn{flex:1 1 auto;display:inline-flex;align-items:center;justify-content:center;gap:8px;height:30px;padding:5px 14px;border:0;background:#fff;border-radius:var(--lwd-radius-pill);box-shadow:0 2px 0 rgba(0,0,0,.15);cursor:pointer;font-size:13px;color:var(--lwd-c-text);font-weight:400;transition:background .12s ease,color .12s ease}#catControls .cat-ctrl-btn:hover{background:#f9fafb;color:var(--lwd-c-accent)}#catControls .cat-ctrl-btn:focus-visible{outline:2px solid var(--lwd-c-accent);outline-offset:2px}#catControls .cat-ctrl-btn__icon{width:16px;height:16px;background:var(--lwd-cb-clear) center/contain no-repeat}.view-controls{flex:0 0 auto;display:flex;align-items:center;justify-content:center;gap:15px;padding:22px 13px 24px;border-top:1px solid #d9d9d9}.view-controls__label{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;margin-right:4px}.view-controls__label-icon{width:20px;height:22px;display:block}.view-controls__label-text{font-family:var(--lwd-font-mono);font-weight:700;font-size:10px;line-height:1.2;color:var(--lwd-c-text-meta);white-space:pre-line}.view-btn{flex:0 0 auto;appearance:none;background:rgba(0,0,0,0);border:0;padding:0;cursor:pointer;line-height:0}.view-btn img{width:38px;height:37px;display:block}.view-btn:focus-visible{outline:2px solid var(--lwd-c-accent);outline-offset:2px;border-radius:4px}.view-btn--coord{margin-left:auto;font-family:var(--lwd-font-base);font-size:11px;padding:6px 10px;border:1px solid var(--lwd-c-border);background:#f3f4f6;border-radius:4px}.view-btn--coord.is-active{background:var(--lwd-c-accent);color:#fff;border-color:var(--lwd-c-accent)}.lwd-marker{display:block;line-height:0;pointer-events:auto}.lwd-marker--pin img{display:block;width:34px;height:37px;filter:drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25))}.lwd-marker--dot{border-radius:50%;box-shadow:0 0 0 2px #fff,0 0 0 3px rgba(0,0,0,.15);transform:translateY(50%)}.sr-only{position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}dialog.fukidashi{border:0;border-radius:12px;padding:0;width:464px;max-width:calc(100vw - 16px);background:#fff;box-shadow:0 12px 32px rgba(0,0,0,.18),0 4px 8px rgba(0,0,0,.08);position:fixed;margin:0;z-index:100}dialog.fukidashi[open]{display:flex;flex-direction:column}dialog.fukidashi::backdrop{background:rgba(0,0,0,0)}.fukidashi__media{flex:0 0 auto;width:100%;padding:47px 18px 0;line-height:0;box-sizing:border-box}.fukidashi__body{flex:1 1 auto;display:flex;flex-direction:column;gap:12px;padding:12px 18px 18px;box-sizing:border-box}.fukidashi__close{position:absolute;top:13px;right:18px;width:20px;height:20px;border-radius:3px;border:0;background:#fff;color:#333;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 1px 3px 0 rgba(0,0,0,.25);z-index:2;padding:0}.fukidashi__close svg{width:10px;height:10px}.fukidashi__close:hover{background:#f3f4f6}.fukidashi{--fk-pointer-w: 28px;--fk-pointer-h: 32px;--fk-pointer-size: var(--fk-pointer-h);--fk-pointer-x: 50%;--fk-pointer-y: 50%}.fukidashi.fukidashi--no-pointer::before{display:none}.fukidashi::before{content:"";position:absolute;width:0;height:0;pointer-events:none}.fukidashi[data-fukidashi-side=right]::before{left:calc(-1*var(--fk-pointer-h));top:var(--fk-pointer-y);transform:translateY(-50%);border-top:calc(var(--fk-pointer-w)/2) solid rgba(0,0,0,0);border-bottom:calc(var(--fk-pointer-w)/2) solid rgba(0,0,0,0);border-right:var(--fk-pointer-h) solid #fff;filter:drop-shadow(-2px 0 2px rgba(0, 0, 0, 0.08))}.fukidashi[data-fukidashi-side=left]::before{right:calc(-1*var(--fk-pointer-h));top:var(--fk-pointer-y);transform:translateY(-50%);border-top:calc(var(--fk-pointer-w)/2) solid rgba(0,0,0,0);border-bottom:calc(var(--fk-pointer-w)/2) solid rgba(0,0,0,0);border-left:var(--fk-pointer-h) solid #fff;filter:drop-shadow(2px 0 2px rgba(0, 0, 0, 0.08))}.fukidashi[data-fukidashi-side=top]::before{bottom:calc(-1*var(--fk-pointer-h));left:var(--fk-pointer-x);transform:translateX(-50%);border-left:calc(var(--fk-pointer-w)/2) solid rgba(0,0,0,0);border-right:calc(var(--fk-pointer-w)/2) solid rgba(0,0,0,0);border-top:var(--fk-pointer-h) solid #fff;filter:drop-shadow(0 2px 2px rgba(0, 0, 0, 0.08))}.fukidashi[data-fukidashi-side=bottom]::before{top:calc(-1*var(--fk-pointer-h));left:var(--fk-pointer-x);transform:translateX(-50%);border-left:calc(var(--fk-pointer-w)/2) solid rgba(0,0,0,0);border-right:calc(var(--fk-pointer-w)/2) solid rgba(0,0,0,0);border-bottom:var(--fk-pointer-h) solid #fff;filter:drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.08))}dialog#coordModal{border:0;border-radius:var(--lwd-radius-panel);padding:16px;max-width:420px;width:calc(100vw - 2rem);box-shadow:var(--lwd-shadow-panel)}dialog#coordModal::backdrop{background:rgba(0,0,0,.4)}.fukidashi__thumb{width:100%;display:block;background:#f3f4f6;aspect-ratio:427/230;object-fit:cover;border-radius:8px}.fukidashi__title{margin:4px 0 0;font-size:22px;font-weight:500;line-height:1.2;color:#111;font-family:"Noto Sans CJK JP","Noto Sans JP",sans-serif}.fukidashi__spec{display:grid;grid-template-columns:1fr 1fr;gap:6px 8px}.fukidashi__spec[hidden]{display:none}.spec-pill{position:relative;height:37px;border-radius:18px;display:flex;align-items:center;justify-content:center}.spec-pill.is-on .spec-pill__label{color:#fff;text-shadow:0 1px 0 rgba(0,0,0,.25)}.spec-pill.is-off{background:#d9d9d9}.spec-pill.is-off .spec-pill__label{color:#888}.spec-pill.is-off .spec-pill__icon{opacity:.6}.fukidashi__spec--toilet .spec-pill.is-on{background:#08f}.fukidashi__spec--facility .spec-pill.is-on{background:#0f9f25}.spec-pill__icon{position:absolute;left:4px;top:50%;transform:translateY(-50%);width:29px;height:29px;display:inline-flex;align-items:center;justify-content:center}.spec-pill__icon img{width:100%;height:100%;display:block}.spec-pill__label{font-size:13px;font-weight:500;font-family:"Inter","Noto Sans CJK JP",sans-serif;text-align:center;padding:0 12px 0 36px;line-height:1}.fukidashi__notes{list-style:disc;padding-left:20px;margin:4px 0 0;font-size:13px;color:#111}.fukidashi__notes li{line-height:1.5}.fukidashi__notes:empty{display:none}#poiModal,#coordModal{opacity:0;transform:scale(0.98) translateY(6px);transition:opacity .18s ease,transform .18s ease}#poiModal::backdrop,#coordModal::backdrop{background:rgba(0,0,0,.35);opacity:0;transition:opacity .18s ease}#poiModal[open].is-visible,#coordModal[open].is-visible{opacity:1;transform:none}#poiModal[open].is-visible::backdrop,#coordModal[open].is-visible::backdrop{opacity:1}#poiModal.closing,#coordModal.closing{opacity:0 !important;transform:scale(0.98) translateY(6px) !important}#poiModal.closing::backdrop,#coordModal.closing::backdrop{opacity:0 !important}@media(max-width: 768px){:root{--lwd-topbar-h: 64px;--lwd-sidebar-w: 240px}.top-bar{padding:0 12px}.top-bar__search{height:46px;padding:0 16px 0 4px}.top-bar__search-icon{width:32px;height:32px}.top-bar__search-input{font-size:15px}.sidebar{top:calc(var(--lwd-topbar-h) + 12px);left:12px;max-height:calc(100vh - var(--lwd-topbar-h) - 24px);max-height:calc(100dvh - var(--lwd-topbar-h) - 24px)}#catList{padding:0 10px;gap:6px}.cat-btn{font-size:11px;height:32px;padding:0 9px 0 7px;grid-template-columns:26px 1fr;gap:4px;border-radius:5px}.cat-btn::before{display:none}.cat-icon{width:26px;height:26px;grid-column:1}.cat-icon img{width:26px;height:26px}.cat-btn>span:last-child{grid-column:2}.view-controls__label{display:none}dialog.fukidashi{width:366px;max-width:calc(100vw - 16px)}.fukidashi__media{padding:0;position:relative;overflow:hidden;border-radius:12px 12px 0 0}.fukidashi__thumb{border-radius:0;aspect-ratio:366/205}.fukidashi__body{padding:12px 18px 16px;position:relative}.fukidashi__title{position:absolute;left:0;right:0;bottom:calc(100% + 12px);padding:0 18px;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.6);font-size:22px;pointer-events:none}.fukidashi__close{top:13px;right:13px;width:22px;height:22px}.fukidashi__spec{gap:4px 8px}.spec-pill{height:30px;border-radius:18px}.spec-pill__icon{width:20px;height:20px;left:5px}.spec-pill__label{font-size:11px;padding:0 8px 0 28px}}/*# sourceMappingURL=style.css.map */
