:root{--font-sans:"Noto Sans JP",system-ui,-apple-system,"Hiragino Kaku Gothic ProN",sans-serif;--font-serif:"Noto Serif JP","Hiragino Mincho ProN","Yu Mincho",serif}*{box-sizing:border-box}body,html{height:100%;margin:0;padding:0;background:#efe9dd;color:#211e18;font-family:var(--font-sans)}.app{min-height:100vh;display:flex;flex-direction:column}.header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #d8cdb4;padding:11px 18px;background:#efe9dd;flex-shrink:0}.muted{color:#6b6457;font-size:12px}.total{font-family:var(--font-serif);font-size:38px;font-weight:600;line-height:1;letter-spacing:-.5px;white-space:nowrap;color:#211e18}.unit{font-family:var(--font-sans);font-size:15px;font-weight:500;margin-left:6px;color:#6b6457}.pin-hint{font-size:11px;color:#8a7f68;margin-top:5px;letter-spacing:.2px;white-space:nowrap}.pin-hint.on{color:#7a6228;font-weight:500;display:flex;align-items:center;gap:5px}.pin-hint-dot{width:8px;height:8px;border-radius:999px;background:#211e18;border:1.3px solid #fbfbf9;box-shadow:0 0 0 .5px #c9bfa6;flex:none}.head-right{display:flex;align-items:center;gap:12px}.dot{width:10px;height:10px;border-radius:50%;background:#cdbf9f;transition:.2s}.dot.on{background:#1f9e84;box-shadow:0 0 8px rgba(31,158,132,.6)}.clear{background:#faf7f0;color:#6b6457;border:1px solid #cbbfa6;border-radius:8px;padding:8px 12px;cursor:pointer;font-size:12px}.clear:disabled{opacity:.45;cursor:default}.toggle{background:#faf7f0;color:#6b6457;border:1px solid #cbbfa6;border-radius:8px;padding:8px 12px;cursor:pointer;font-size:12px;white-space:nowrap}.toggle.on{background:#e3f3ee;border-color:#1f9e84;color:#0e7a64}.legend-level{font-size:10px;font-weight:500;color:#7a6228;background:#f1e7cf;border-radius:4px;padding:1px 6px;margin-left:4px;vertical-align:middle}.err{background:#f7e6e1;color:#a3361f;padding:10px 18px;font-size:13px;flex-shrink:0}.head-left{gap:18px;min-width:0}.brand,.head-left{display:flex;align-items:center}.brand{gap:11px}.brand-seal{width:40px;height:40px;border-radius:8px;background:#1c1a15;border:1px solid #b88a3e;display:flex;align-items:center;justify-content:center;font-size:23px;color:#d9bd84;flex:none}.brand-name,.brand-seal{font-family:var(--font-serif)}.brand-name{font-size:21px;font-weight:600;color:#211e18;letter-spacing:2px;line-height:1.15;white-space:nowrap}.brand-tag{font-size:11px;color:#7a6f5b;letter-spacing:1px}.head-count{padding-left:18px;border-left:1px solid #d8cdb4}@media (max-width:900px){.head-left{flex-direction:column;align-items:flex-start;gap:9px}.head-count{padding-left:0;border-left:none}.brand-seal{width:34px;height:34px;font-size:20px}}.cols{height:calc(100vh - 58px);min-height:0;display:grid;grid-template-columns:var(--panelw,520px) 6px 1fr}.col-divider{background:#e0d7c2;cursor:col-resize;position:relative;z-index:4}.col-divider:hover{background:#d2c6ab}.col-divider:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:2px;height:30px;border-radius:2px;background:#c2b591}.col-divider:hover:after{background:#b88a3e}.panel{overflow-y:auto;padding:16px 18px;display:flex;flex-direction:column;gap:18px;border-right:1px solid #d8cdb4;background:#efe9dd}.group h3{font-family:var(--font-serif);font-size:14px;margin:0 0 8px;color:#3a352b;font-weight:500}.chips{flex-wrap:wrap}.chip,.chips{display:flex;gap:6px}.chip{align-items:center;background:#faf7f0;border:1px solid #d8cdb4;color:#4a4538;border-radius:999px;padding:6px 10px;font-size:12px;cursor:pointer;transition:all .12s}.chip:hover{border-color:#c9a86a}.chip.active{background:#f1e7cf;border-color:#b88a3e;color:#5a4416}.chip b{font-weight:500;color:#9a8f78;font-size:11px}.chip.active b{color:#7a6228}.chip.off,.chip:disabled{opacity:.4;cursor:not-allowed}.chip.off:hover,.chip:disabled:hover{border-color:#d8cdb4}.rs{-moz-user-select:none;user-select:none;-webkit-user-select:none}.rs-hist{display:flex;align-items:flex-end;gap:2px;height:48px;background:#f3eee2;border:1px solid #d8cdb4;border-bottom:none;border-radius:8px 8px 0 0;padding:6px 6px 0}.rs-bar{flex:1 1;background:#d8cdb4;border-radius:2px 2px 0 0;min-height:1px}.rs-bar.on{background:#1f9e84;opacity:.9}.rs-track{position:relative;height:20px;background:#f3eee2;border:1px solid #d8cdb4;border-top:none;border-radius:0 0 8px 8px}.rs-track:before{content:"";left:0;right:0;background:#d8cdb4}.rs-fill,.rs-track:before{position:absolute;top:50%;height:4px;transform:translateY(-50%)}.rs-fill{background:#1f9e84}.rs-thumb{position:absolute;top:50%;width:15px;height:15px;transform:translate(-50%,-50%);background:#fffdf8;border:2px solid #1f9e84;border-radius:50%;cursor:-webkit-grab;cursor:grab;box-shadow:0 1px 3px rgba(60,50,30,.3);touch-action:none;z-index:2}.rs-thumb:active{cursor:-webkit-grabbing;cursor:grabbing;background:#fff;border-color:#0e7a64}.rs-vals{display:flex;justify-content:space-between;font-size:11px;color:#9a8f78;margin-top:4px}.rs-vals .on{color:#0e7a64;font-weight:500}.rs-ticks{position:relative;height:13px;margin-top:3px}.rs-tick{position:absolute;transform:translateX(-50%);font-size:9px;line-height:1;color:#9a8f78;white-space:nowrap;pointer-events:none}.summary{position:-webkit-sticky;position:sticky;top:0;z-index:5;display:flex;flex-wrap:wrap;align-items:center;gap:6px;background:#efe9dd;padding:2px 0 10px;margin:-4px 0 0;border-bottom:1px solid #d8cdb4}.summary-lab{font-size:11px;font-weight:500;color:#6b6457;margin-right:2px}.schip{display:inline-flex;align-items:center;gap:6px;background:#f1e7cf;border:1px solid #b88a3e;color:#5a4416;border-radius:999px;padding:4px 8px 4px 11px;font-size:11px;cursor:pointer;line-height:1.4}.schip:hover{background:#ecdfc1}.schip i{font-style:normal;font-weight:700;color:#b88a3e;font-size:13px}.schip.clr{background:#f3eee2;border-color:#d8cdb4;color:#6b6457}.schip.clr:hover{border-color:#b88a3e}.sec-label{font-size:11px;font-weight:500;color:#6b6457;letter-spacing:.05em;padding:10px 0 2px;border-top:1px solid #d8cdb4}.coll-wrap{display:flex;flex-direction:column;gap:0}.group.coll .ghead{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:9px 0;border-top:1px solid #ddd4c0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.group.coll .ghead:hover h3{color:#1c1a15}.group.coll .ghead h3{margin:0;display:flex;align-items:center;gap:8px}.gcount{background:#f1e7cf;color:#7a6228;border:1px solid #b88a3e;border-radius:999px;font-size:10px;font-weight:500;padding:0 6px;line-height:15px}.gchev{color:#b88a3e;font-size:11px;transform:rotate(-90deg);transition:transform .15s}.group.coll.open .gchev{transform:rotate(0deg)}.gbody{padding:4px 0 10px}.cols.mapwide{grid-template-columns:1fr}.cols.mapwide .col-divider,.cols.mapwide .panel{display:none}.map-toggle{display:inline-flex;align-items:center;gap:7px;cursor:pointer;background:#1c1a15;color:#d9bd84;border:1px solid #b88a3e;border-radius:9px;padding:8px 13px;font-size:13px;font-weight:500;white-space:nowrap;transition:background .15s,color .15s}.map-toggle:hover{background:#2a2620;color:#e7cf9a}.map-toggle.wide{background:#faf7f0;color:#7a6228;border-color:#cbbfa6}.map-toggle svg{flex-shrink:0}.mapfab{display:none;align-items:center;justify-content:center;gap:9px;position:fixed;left:0;right:0;bottom:0;z-index:60;width:100%;height:54px;border:none;border-top:1px solid #b88a3e;background:#1c1a15;color:#d9bd84;font-size:15px;font-weight:500;cursor:pointer;box-shadow:0 -6px 20px rgba(40,32,18,.22)}.mapfab:active{background:#2a2620}.mapfab.wide{background:#efe9dd;color:#7a6228;border-top-color:#cbbfa6}.mapfab svg{flex-shrink:0}.regions{display:flex;flex-direction:column;gap:3px;max-height:260px;overflow:auto}.rrow{display:flex;align-items:center;gap:6px;font-size:11px}.rcode{width:92px;color:#6b6457;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rbar{height:10px;background:linear-gradient(90deg,#d8cdb4,#b88a3e);opacity:.9;border-radius:3px;min-width:2px}.rval{color:#4a4538;min-width:34px;text-align:right}.mappane{position:relative;min-width:0}.mapwrap{position:absolute;inset:0}.sel-pin-marker{cursor:pointer;filter:drop-shadow(0 3px 4px rgba(40,32,18,.4))}.sel-pin-marker svg{display:block;animation:pin-drop .28s cubic-bezier(.34,1.56,.64,1);transform-origin:bottom center}@keyframes pin-drop{0%{transform:translateY(-10px) scale(.6);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.mapcanvas{position:absolute;inset:0;background:#e3dcc9}.mapcanvas,.maplibregl-map{width:100%;height:100%}.legend{position:absolute;top:12px;right:12px;width:174px;background:hsla(42,39%,94%,.94);border:1px solid #c9bfa6;border-radius:10px;padding:10px 12px;color:#4a4538;z-index:2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.legend-title{font-family:var(--font-serif);font-size:13px;font-weight:500;color:#211e18;margin-bottom:8px}.legend-bar{height:10px;border-radius:5px}.legend-scale{display:flex;justify-content:space-between;font-size:11px;margin-top:4px;color:#9a8f78}.legend-note{font-size:10px;color:#9a8f78;margin-top:6px;line-height:1.4}.legend-pins{font-size:10px;color:#6b6457;margin-top:7px;padding-top:6px;border-top:1px solid #d8cdb4;display:flex;align-items:center;gap:5px}.legend-pin-dot{width:9px;height:9px;border-radius:999px;background:#1f9e84;border:1.4px solid #fff;box-shadow:0 0 0 .5px #9ec9bd;flex:none}.choume-popup .maplibregl-popup-content{background:#f5f1e8;border:1px solid #c9bfa6;border-radius:8px;padding:7px 11px;color:#211e18;box-shadow:0 6px 20px rgba(40,32,18,.22)}.choume-popup .maplibregl-popup-content b{font-size:13px;color:#211e18}.choume-popup .maplibregl-popup-content i{font-style:normal;color:#0e7a64;margin-left:8px;font-weight:500}.choume-popup .maplibregl-popup-tip{border-top-color:#f5f1e8;border-bottom-color:#f5f1e8}.maplibregl-ctrl-group{background:#faf7f0!important;border:1px solid #c9bfa6!important}.maplibregl-ctrl-group button+button{border-top:1px solid #d8cdb4!important}.maplibregl-ctrl-attrib{background:hsla(42,39%,94%,.7)!important}.maplibregl-ctrl-attrib a{color:#6b6457!important}.map-status{position:absolute;top:12px;left:12px;z-index:3;max-width:62%;background:hsla(42,39%,94%,.95);border:1px solid #c9bfa6;color:#4a4538;padding:8px 12px;border-radius:8px;font-size:12px;line-height:1.5}.map-status.err{border-color:#d8a89a;color:#a3361f}@media (max-width:900px){.cols{grid-template-columns:1fr}.col-divider{display:none}.panel{overflow:visible;border-right:none;border-bottom:1px solid #d8cdb4;padding-bottom:74px}.mappane{height:72vh}.cols.mapwide .mappane{height:80vh}.header{flex-wrap:wrap;gap:6px 10px;padding:8px 14px}.header>div:first-child{flex:1 1 100%;min-width:0}.muted{font-size:11px;line-height:1.4}.total{font-size:30px}.head-right{flex:1 1 100%;flex-wrap:wrap;justify-content:flex-start;gap:8px}.mapfab{display:flex}}.plist{padding:18px;border-top:1px solid #d8cdb4;background:#efe9dd}.plist-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.plist-total{font-size:14px;color:#6b6457}.plist-total b{font-family:var(--font-serif);font-size:20px;font-weight:500;color:#211e18;margin-right:2px}.plist-sort{background:#faf7f0;color:#4a4538;border:1px solid #cbbfa6;border-radius:8px;padding:7px 10px;font-size:12px;cursor:pointer}.plist-msg{color:#6b6457;font-size:13px;padding:30px 0;text-align:center}.plist-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(248px,1fr));grid-gap:12px;gap:12px}.plist-more{text-align:center;color:#6b6457;font-size:12px;margin-top:14px}.plist-note{color:#9a8f78;font-size:11px;margin-top:16px;padding-top:12px;border-top:1px solid #ddd4c0}.pcard{display:flex;flex-direction:column;background:#fffdf8;border:1px solid #ddd4c0;border-radius:10px;overflow:hidden;text-decoration:none;color:inherit;transition:border-color .12s,transform .12s,box-shadow .12s}.pcard:hover{border-color:#b88a3e;transform:translateY(-2px);box-shadow:0 4px 14px rgba(60,50,30,.1)}.pcard-photo{position:relative;aspect-ratio:4/3;background:#e3dcc9;display:flex;align-items:center;justify-content:center;overflow:hidden}.pcard-photo img{width:100%;height:100%;object-fit:cover}.pcard-photo.none span{color:#a89c84;font-size:12px}.pcard-tag{position:absolute;left:8px;top:8px;font-size:10px;font-weight:500;padding:2px 7px;border-radius:4px;color:#211e18}.pcard-tag.floor{background:#cfe6dd}.pcard-tag.ext{background:#e2dac8}.pcard-body{padding:10px 12px 12px;display:flex;flex-direction:column;gap:4px}.pcard-price{font-family:var(--font-serif);font-size:18px;font-weight:600;color:#211e18;letter-spacing:-.2px}.pcard-spec{display:flex;flex-wrap:wrap;gap:8px;font-size:13px;color:#4a4538}.pcard-spec .ll{color:#0e7a64;font-weight:500}.pcard-meta{font-size:11px;color:#6b6457}.pcard-addr{font-size:12px;color:#6b6457;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pcard-src{font-size:11px;color:#b88a3e;margin-top:4px}.pane-switch{display:flex;gap:6px;position:-webkit-sticky;position:sticky;top:-16px;z-index:5;background:#efe9dd;margin:-16px -18px 0;padding:10px 18px;border-bottom:1px solid #d8cdb4}.pswitch{flex:1 1;display:inline-flex;align-items:center;justify-content:center;gap:6px;background:#faf7f0;color:#6b6457;border:1px solid #cbbfa6;border-radius:8px;padding:8px 10px;font-size:13px;font-weight:500;cursor:pointer;transition:all .12s}.pswitch:hover{border-color:#b88a3e;color:#3a352b}.pswitch.active{background:#1c1a15;color:#d9bd84;border-color:#b88a3e}.pcount{background:#b88a3e;color:#1c1a15;font-size:10px;font-weight:700;border-radius:999px;padding:1px 6px}.plist{padding:0;border-top:none;background:transparent}.plist-grid{grid-template-columns:1fr;gap:10px}.pcard{flex-direction:row;cursor:pointer}.pcard:hover{transform:none}.pcard.sel{border-color:#b88a3e;background:#fbf4e6;box-shadow:inset 0 0 0 1px #b88a3e}.pcard-photo{width:128px;min-width:128px;aspect-ratio:auto;align-self:stretch}.pcard-photo.zoomable{cursor:zoom-in}.pcard-body{flex:1 1;min-width:0}.pcard-price-sub{font-family:var(--font-sans);font-size:10px;font-weight:400;color:#6b6457;margin-left:6px;letter-spacing:0}.pcard-shiki{font-size:11px;color:#6b6457;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.pcard-dup{background:#f1e7cf;color:#7a6228;border:1px solid #c9a86a;font-size:10px;font-weight:500;padding:1px 6px;border-radius:4px}.pcard-src{cursor:pointer}.pcard-src:hover{text-decoration:underline}.pcard-cta{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:9px;padding:9px 14px;border-radius:9px;background:#1c1a15;color:#d9bd84;border:1px solid #b88a3e;font-size:12.5px;font-weight:500;letter-spacing:.3px;text-decoration:none;transition:background .12s,color .12s,transform .1s,box-shadow .12s}.pcard-cta:hover{background:#2a2620;color:#e7cf9a;transform:translateY(-1px);box-shadow:0 4px 14px rgba(40,32,18,.25)}.pcard-cta:active{transform:translateY(0);box-shadow:none}.cta-arrow{font-weight:700;transition:transform .14s}.pcard-cta:hover .cta-arrow{transform:translateX(3px)}.plist-more-btn{width:100%;margin-top:12px;padding:10px;background:#f1e7cf;color:#7a6228;border:1px solid #b88a3e;border-radius:8px;font-size:12px;font-weight:500;cursor:pointer}.plist-more-btn:disabled{opacity:.5;cursor:default}.lightbox{position:fixed;inset:0;z-index:200;background:rgba(28,24,16,.82);display:flex;flex-direction:column}.lb-stage{flex:1 1;min-height:0;align-items:center;justify-content:center;padding:24px}.lb-fig,.lb-stage{position:relative;display:flex}.lb-fig{margin:0}.lb-fig img{height:82vh;width:auto;max-width:94vw;object-fit:contain;background:#fff;border-radius:8px;box-shadow:0 10px 40px rgba(0,0,0,.4)}.lb-tag{left:12px;background:#d9bd84;color:#2a2620;font-size:13px;padding:4px 12px}.lb-count,.lb-tag{position:absolute;top:12px;font-weight:500;border-radius:6px}.lb-count{right:12px;background:rgba(28,24,16,.78);color:#f3ecdd;font-size:12px;padding:4px 10px}.lb-loading{color:#d9bd84;font-size:12px;display:inline-flex;align-items:center;gap:6px}.lb-loading:before{content:"";width:10px;height:10px;border-radius:999px;border:2px solid #5a5040;border-top-color:#d9bd84;animation:lb-spin .7s linear infinite}@keyframes lb-spin{to{transform:rotate(1turn)}}.lb-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:88px;height:80vh;max-height:88vh;border-radius:14px;border:none;cursor:pointer;background:rgba(28,24,16,.34);color:#f3ecdd;font-size:60px;line-height:1;display:flex;align-items:center;justify-content:center;transition:background .14s,color .14s;-webkit-tap-highlight-color:transparent}.lb-arrow:hover{background:rgba(184,138,62,.92);color:#1c1a15}.lb-arrow.left{left:24px}.lb-arrow.right{right:24px}.lb-foot{display:flex;align-items:center;gap:16px;padding:14px 24px;background:rgba(20,17,11,.92);border-top:1px solid #3a352b}.lb-name{color:#f3ecdd;font-size:14px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1 1}.lb-dots{display:inline-flex;gap:8px;align-items:center}.lb-dot{width:10px;height:10px;border-radius:999px;border:none;cursor:pointer;background:#5a5040;padding:0;transition:background .12s}.lb-dot.on{background:#d9bd84}.lb-more{color:#d9bd84;font-size:13px;font-weight:500;white-space:nowrap}.lb-more:hover{text-decoration:underline}.lb-close{position:fixed;top:16px;right:20px;z-index:201;background:rgba(40,34,22,.82);color:#f3ecdd;border:none;border-radius:999px;width:44px;height:44px;font-size:24px;cursor:pointer}.lb-close:hover{background:#c4402c}@media (max-width:900px){.lb-fig img{height:auto;width:94vw;max-height:74vh}.lb-arrow{width:56px;height:70vh;max-height:80vh;font-size:40px;border-radius:12px}.lb-arrow.left{left:10px}.lb-arrow.right{right:10px}.lb-foot{flex-wrap:wrap;gap:8px 14px}}.townf{background:#f4efe2;border:1px solid #cdbf9f;border-radius:10px;padding:12px}.townf h3{display:flex;align-items:center;gap:8px}.townf-badge{background:#b88a3e;color:#fff;font-size:10px;font-weight:700;border-radius:999px;padding:1px 7px}.townf-clear{margin-left:auto;background:none;border:none;color:#9a8f78;font-size:11px;cursor:pointer;text-decoration:underline}.townf-clear:hover{color:#b88a3e}.townf-chips{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.townf-chip{display:inline-flex;align-items:center;gap:5px;background:#f1e7cf;color:#5a4416;border:1px solid #b88a3e;border-radius:999px;padding:3px 10px;font-size:12px;cursor:pointer}.townf-chip i{font-style:normal;color:#b88a3e;font-weight:700}.townf-chip:hover{background:#ecdfc1}.townf-input{width:100%;box-sizing:border-box;background:#fbf8f1;color:#211e18;border:1px solid #cbbfa6;border-radius:8px;padding:8px 10px;font-size:13px}.townf-input::placeholder{color:#a89c84}.townf-list{margin-top:6px;max-height:220px;overflow-y:auto;border:1px solid #cbbfa6;border-radius:8px;background:#fffdf8}.townf-opt{display:block;width:100%;text-align:left;background:none;color:#4a4538;padding:8px 10px;font-size:13px;cursor:pointer;border:none;border-bottom:1px solid #ece4d2}.townf-opt:last-child{border-bottom:none}.townf-opt:hover{background:#f1e7cf;color:#5a4416}.townf-empty{margin-top:6px;color:#9a8f78;font-size:11px}.townf-chip.city{background:#efe3c4;color:#6b4e16;border:1px solid #d9bd84;font-weight:600}.townf-chip.city:hover{background:#e8d9b4}.townf-chip.city em{font-style:normal;font-size:9px;font-weight:700;color:#fff;background:#b88a3e;border-radius:4px;padding:1px 4px;margin-right:2px}.townf-opt.city{font-weight:600;color:#6b4e16}.townf-optbadge{display:inline-block;font-size:9px;font-weight:700;color:#fff;background:#b88a3e;border-radius:4px;padding:1px 5px;margin-right:7px;vertical-align:1px}.splash{position:fixed;inset:0;z-index:2000;display:grid;place-items:center;background:radial-gradient(120% 90% at 50% 38%,#f6f1e6 0,#efe9dd 58%,#e7dfcd 100%);transition:opacity .55s ease}.splash.out{opacity:0;pointer-events:none}.splash-inner{flex-direction:column;gap:22px;padding:28px;animation:splashUp .7s cubic-bezier(.2,.7,.2,1) both}.splash-inner,.splash-logo{display:flex;align-items:center}.splash-logo{gap:16px}.splash-seal{position:relative;width:88px;height:88px;border-radius:17px;background:#1c1a15;border:1.5px solid #b88a3e;display:grid;box-shadow:0 8px 28px rgba(33,30,24,.28),inset 0 0 0 1px hsla(40,53%,68%,.18)}.splash-seal>span{grid-area:1/1;font-family:var(--font-serif);font-size:54px;line-height:88px;text-align:center;font-weight:600}.seal-base{color:hsla(40,53%,68%,.2)}.seal-fill{color:#d9bd84;-webkit-clip-path:inset(0 0 100% 0);clip-path:inset(0 0 100% 0);animation:sealFill 1.6s cubic-bezier(.45,.05,.2,1) .15s forwards}@keyframes sealFill{to{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}}.splash-word{display:flex;flex-direction:column;gap:5px;filter:grayscale(1);opacity:.5;animation:wordColor 1.5s ease .15s forwards}@keyframes wordColor{to{filter:grayscale(0);opacity:1}}.splash-name{font-family:var(--font-serif);font-size:30px;font-weight:600;letter-spacing:3px;color:#211e18;line-height:1.1}.splash-tag{font-size:12px;letter-spacing:1.5px;color:#7a6f5b}.splash-bar{width:230px;height:3px;border-radius:3px;background:#e0d7c2;overflow:hidden}.splash-bar>span{display:block;height:100%;width:0;background:linear-gradient(90deg,#e8dcc0,#c79a3f 55%,#7a4f12);animation:barFill 1.75s cubic-bezier(.4,0,.2,1) forwards}@keyframes barFill{to{width:100%}}.splash-note{max-width:480px;margin:2px 0 0;text-align:center;font-size:12px;line-height:1.9;color:#6b6457;letter-spacing:.3px;animation:splashUp .8s ease .45s both}.splash-note:before{content:"";display:block;width:26px;height:1px;background:#c2b591;margin:0 auto 12px}@keyframes splashUp{0%{opacity:0;transform:translateY(9px)}to{opacity:1;transform:none}}@media (max-width:560px){.splash-br{display:none}.splash-seal{width:76px;height:76px}.splash-seal>span{font-size:46px;line-height:76px}.splash-name{font-size:25px}.splash-note{font-size:11.5px;max-width:340px}}@media (prefers-reduced-motion:reduce){.seal-fill,.splash-bar>span,.splash-inner,.splash-note,.splash-word{animation-duration:.01ms!important}}.stf{background:#f4efe2;border:1px solid #cdbf9f;border-radius:10px;padding:12px}.stf h3{display:flex;align-items:center;gap:8px}.stf-badge{background:#b88a3e;color:#fff;font-size:10px;font-weight:700;border-radius:999px;padding:1px 7px}.stf-clear{margin-left:auto;background:none;border:none;color:#9a8f78;font-size:11px;cursor:pointer;text-decoration:underline}.stf-clear:hover{color:#b88a3e}.stf-chips{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.stf-chip{display:inline-flex;align-items:center;gap:5px;background:#f1e7cf;color:#5a4416;border:1px solid #b88a3e;border-radius:999px;padding:3px 10px;font-size:12px;cursor:pointer}.stf-chip i{font-style:normal;color:#b88a3e;font-weight:700}.stf-chip:hover{background:#ecdfc1}.stf-chip.line{background:#e9edf0;color:#36424e;border-color:#8a97a5}.stf-chip.line i{color:#6b7888}.stf-chip-k{font-size:9px;font-weight:700;background:#5a6470;color:#fff;border-radius:3px;padding:0 4px}.stf-input{width:100%;box-sizing:border-box;background:#fbf8f1;color:#211e18;border:1px solid #cbbfa6;border-radius:8px;padding:8px 10px;font-size:13px}.stf-input::placeholder{color:#a89c84}.stf-list{margin-top:6px;max-height:240px;overflow-y:auto;border:1px solid #cbbfa6;border-radius:8px;background:#fffdf8}.stf-opt{display:flex;align-items:center;gap:8px;width:100%;text-align:left;background:none;color:#4a4538;padding:8px 10px;font-size:13px;cursor:pointer;border:none;border-bottom:1px solid #ece4d2}.stf-opt:last-child{border-bottom:none}.stf-opt:hover{background:#f1e7cf;color:#5a4416}.stf-opt-k{font-size:9px;font-weight:700;background:#5a6470;color:#fff;border-radius:3px;padding:1px 5px;flex:none}.stf-opt-name{font-weight:500}.stf-opt.line .stf-opt-name{color:#36424e}.stf-opt-line{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stf-opt-c,.stf-opt-line{color:#9a8f78;font-size:11px}.stf-opt-c{margin-left:auto;flex:none}.stf-empty{margin-top:6px;color:#9a8f78;font-size:11px}.stf-walk{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:9px}.stf-walk-lab{margin-right:2px}.stf-walk-lab,.stf-walk-opt{font-size:11px;color:#6b6457}.stf-walk-opt{background:#faf7f0;border:1px solid #d8cdb4;border-radius:999px;padding:4px 9px;cursor:pointer}.stf-walk-opt:hover{border-color:#c9a86a}.stf-walk-opt.on{background:#f1e7cf;border-color:#b88a3e;color:#5a4416;font-weight:500}.stf-hint{margin-top:9px;font-size:10.5px;color:#8a7f68;display:flex;align-items:center;gap:4px}.stf-hint-pin{width:8px;height:8px;border-radius:999px;background:#fff;border:1.5px solid #7a6f5b;flex:none}.cmt{background:#f4efe2;border:1px solid #cdbf9f;border-radius:10px;padding:12px}.cmt h3{display:flex;align-items:center;gap:8px}.cmt-badge{background:#1f9e84;color:#fff;font-size:10px;font-weight:700;border-radius:999px;padding:1px 7px}.cmt-clear{margin-left:auto;background:none;border:none;color:#9a8f78;font-size:11px;cursor:pointer;text-decoration:underline}.cmt-clear:hover{color:#1f9e84}.cmt-input{width:100%;box-sizing:border-box;background:#fbf8f1;color:#211e18;border:1px solid #cbbfa6;border-radius:8px;padding:8px 10px;font-size:13px}.cmt-input::placeholder{color:#a89c84}.cmt-list{margin-top:6px;max-height:220px;overflow-y:auto;border:1px solid #cbbfa6;border-radius:8px;background:#fffdf8}.cmt-opt{display:flex;align-items:center;gap:8px;width:100%;text-align:left;background:none;color:#4a4538;padding:8px 10px;font-size:13px;cursor:pointer;border:none;border-bottom:1px solid #ece4d2}.cmt-opt:last-child{border-bottom:none}.cmt-opt:hover{background:#e3f3ee;color:#0e7a64}.cmt-opt-name{font-weight:500}.cmt-opt-line{margin-left:auto}.cmt-empty,.cmt-opt-line{color:#9a8f78;font-size:11px}.cmt-empty{margin-top:6px}.cmt-hint{margin-top:9px;font-size:10.5px;line-height:1.6;color:#8a7f68}.cmt-dest{display:flex;align-items:center;gap:7px;background:#e3f3ee;border:1px solid #1f9e84;border-radius:8px;padding:7px 10px}.cmt-dest-pin{width:9px;height:9px;border-radius:999px;background:#1f9e84;box-shadow:0 0 0 3px rgba(31,158,132,.2);flex:none}.cmt-dest-name{font-weight:600;color:#0e7a64;font-size:13px}.cmt-dest-x{margin-left:auto;background:none;border:none;color:#1f9e84;font-size:16px;line-height:1;cursor:pointer;padding:0 2px}.cmt-mins{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:9px}.cmt-min,.cmt-mins-lab{font-size:11px;color:#6b6457}.cmt-min{background:#faf7f0;border:1px solid #d8cdb4;border-radius:999px;padding:4px 10px;cursor:pointer}.cmt-min:hover{border-color:#6cbfa0}.cmt-min.on{background:#e3f3ee;border-color:#1f9e84;color:#0e7a64;font-weight:600}.cmt-reach{margin-top:9px;font-size:11px;color:#0e7a64;background:#eaf5f0;border-radius:6px;padding:6px 9px}.legend-iso{font-size:10px;color:#6b6457;margin-top:7px;padding-top:6px;border-top:1px solid #d8cdb4;display:flex;align-items:center;gap:5px}.legend-iso-bar{width:26px;height:8px;border-radius:2px;background:linear-gradient(90deg,#1f9e84,#57b89a,#c79a3f,#bfa06a);flex:none}.legend-iso i{font-style:normal;font-weight:700;color:#5a5040}.cmt-pick{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:100%;margin-top:9px;background:#1c1a15;color:#d9bd84;border:1px solid #b88a3e;border-radius:8px;padding:8px 12px;font-size:12px;cursor:pointer}.cmt-pick:hover{background:#2a2620}.cmt-pick.on{background:#1f9e84;color:#fff;border-color:#1f9e84}.cmt-pick.small{width:auto;background:none;color:#0e7a64;border:none;padding:6px 0 0;justify-content:flex-start;text-decoration:underline;font-size:11px}.cmt-pick-pin{width:8px;height:8px;border-radius:999px;background:currentColor;flex:none}.map-pickbar{position:absolute;top:12px;left:50%;transform:translateX(-50%);z-index:5;display:flex;align-items:center;gap:8px;background:#1c1a15;color:#f5f1e8;border:1px solid #1f9e84;border-radius:999px;padding:8px 14px;font-size:12.5px;white-space:nowrap;box-shadow:0 6px 20px rgba(33,30,24,.3);max-width:92%}.map-pickbar b{color:#6cd0b5;font-weight:700}.map-pickbar-pin{width:9px;height:9px;border-radius:999px;background:#1f9e84;box-shadow:0 0 0 3px rgba(31,158,132,.35);flex:none}.map-pickbar-x{background:hsla(0,0%,100%,.12);color:#f5f1e8;border:none;border-radius:999px;padding:3px 10px;font-size:11px;cursor:pointer;margin-left:2px}.map-pickbar-x:hover{background:hsla(0,0%,100%,.22)}.mapwrap.picking .mapcanvas{cursor:crosshair}.cmt.coll .ghead,.stf.coll .ghead{border-top:none;padding:0}.cmt.coll .ghead h3,.stf.coll .ghead h3{font-size:14px}.cmt.coll .gbody,.stf.coll .gbody{padding:11px 0 0}.stf-clear.block{display:inline-block;margin:0 0 9px}.pcard-fsbadge{position:absolute;right:8px;top:8px;font-size:13px;font-weight:700;line-height:1;padding:3px 6px;border-radius:5px;background:hsla(42,39%,94%,.92);border:1px solid rgba(40,32,18,.18);box-shadow:0 1px 4px rgba(40,32,18,.2)}.pcard-fs{display:flex;align-items:center;gap:6px;font-size:12px}.pcard-fs-mk{font-weight:700;font-size:14px;line-height:1}.pcard-fs-label,.pcard-fs-tag{font-weight:500}.pcard-fs-tag{font-size:9px;color:#9a8f78;border:1px solid #d8cdb4;border-radius:4px;padding:0 5px}.legend-tabs{display:flex;gap:4px;margin-bottom:8px;background:#f0e9da;border:1px solid #d8cdb4;border-radius:8px;padding:3px}.legend-tab{flex:1 1;background:none;border:none;color:#6b6457;font-size:11px;font-weight:500;padding:4px 6px;border-radius:6px;cursor:pointer}.legend-tab:hover{color:#3a352b}.legend-tab.on{background:#1c1a15;color:#d9bd84}.legend-fs{display:flex;flex-direction:column;gap:4px}.legend-fs-row{display:flex;align-items:center;gap:7px;font-size:11px}.legend-fs-sw{width:13px;height:13px;border-radius:3px;flex:none}.legend-fs-star{font-size:13px;font-weight:700;line-height:1;min-width:16px;text-align:center}.legend-fs-lab{color:#4a4538}.choume-popup .maplibregl-popup-content i.fsline{display:block;margin-left:0;margin-top:3px;font-weight:500}.fsctl{background:#f5f0e4;border:1px solid #cdbf9f;border-radius:10px;padding:12px}.fsctl h3{display:flex;align-items:center;gap:8px;color:#3a352b}.fsctl-mark{color:#b88a3e}.fsctl-badge{color:#fff;font-size:10px;font-weight:700;border-radius:999px;padding:1px 8px}.fsctl-thr{display:flex;flex-wrap:wrap;gap:6px}.fsthr{background:#faf7f0;color:#4a4538;border:1px solid #d8cdb4;border-radius:999px;padding:5px 11px;font-size:12px;font-weight:500;cursor:pointer;transition:all .12s}.fsthr.on,.fsthr:hover{border-color:#1f9e84;color:#0e7a64}.fsthr.on{background:#e3f3ee}.fs-conf-legend{font-size:10px;color:#6b6457;margin-top:10px}.fs-conf-legend b{font-weight:500}.fs-conf-legend .c-g{color:#2f8f6a}.fs-conf-legend .c-y{color:#9a7b2e}.fs-conf-legend .c-b{color:#3a7fb0}.fs-details{display:flex;flex-direction:column;gap:8px;margin-top:8px}.fs-detail{background:#fffdf8;border:1px solid #e0d7c2;border-left:3px solid #c9bfa6;border-radius:8px;padding:9px 11px}.fs-detail-head{display:flex;align-items:baseline;gap:8px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fs-detail-head:hover .fs-detail-name{color:#1c1a15}.fs-detail-name{font-family:var(--font-serif);font-size:14px;font-weight:500;color:#211e18;flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fs-detail-chev{color:#9a8f78;font-size:12px;transition:transform .15s;flex:none}.fs-detail.open .fs-detail-chev{transform:rotate(180deg)}.fs-detail-rate{font-size:13px;font-weight:700;letter-spacing:.3px}.fs-detail-na{font-size:11px;color:#9a8f78}.fs-detail-grounds{font-size:11px;color:#6b6457;margin-top:5px;line-height:1.5;background:#f3eee2;border-radius:6px;padding:5px 8px}.fs-detail-row{display:flex;gap:8px;margin-top:7px;font-size:12px;color:#4a4538}.fs-k{flex:none;width:30px;color:#9a8f78;font-weight:500;font-size:11px}.fs-k.pro{color:#2f8f6a}.fs-k.con{color:#a35a2e}.fs-jiku{color:#4a4538}.fs-haz{display:flex;flex-wrap:wrap;gap:4px}.fs-haz-pill{font-size:10px;padding:1px 6px;border-radius:4px;border:1px solid}.fs-haz-pill.safe{color:#6b6457;border-color:#cdbf9f;background:#f0ece0}.fs-haz-pill.warn{color:#a3361f;border-color:#d8a89a;background:#f7e6e1}.fs-list{margin:0;padding-left:16px;display:flex;flex-direction:column;gap:2px}.fs-list li{line-height:1.45}.fs-kaige{margin-top:8px;background:#eef4ef;border:1px solid #bcd6c8;border-radius:7px;padding:7px 9px}.fs-kaige-h{font-size:11px;font-weight:500;color:#0e7a64;margin-bottom:3px}.fs-kaige .fs-list{font-size:11px;color:#3a5a4a}.shijin{margin-top:8px}.shijin-grid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-areas:". n ." "w c e" ". s .";grid-gap:5px;gap:5px;align-items:stretch}.sg-n{grid-area:n}.sg-w{grid-area:w}.sg-e{grid-area:e}.sg-s{grid-area:s}.sg-core{grid-area:c;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f3eee2;border:1px dashed #c2b591;border-radius:8px;font-family:var(--font-serif);font-size:12px;font-weight:500;color:#4a4538}.sg-core span{font-family:var(--font-sans);font-size:9px;color:#9a8f78;font-weight:400}.sg{background:#faf7f0;border:1px solid #e0d7c2;border-left-width:3px;border-radius:7px;padding:5px 7px;min-width:0}.sg-h{display:flex;align-items:center;gap:4px}.sg-dot{width:8px;height:8px;border-radius:999px;flex:none}.sg-ico{flex:none;margin-right:1px}.sg-pip{width:7px;height:7px;border-radius:999px;flex:none;margin-left:auto;box-shadow:0 0 0 1.5px #faf7f0}.sg-h b{font-size:12px;color:#211e18;font-weight:500}.sg-aspect{font-size:9px;color:#9a8f78}.sg-note{font-size:9.5px;color:#6b6457;line-height:1.35;margin-top:2px;word-break:break-all}.shijin-cap{font-size:9.5px;color:#9a8f78;margin-top:5px;line-height:1.4}.shijin-cap .conf.b{color:#3a7fb0}.fs-mitate{margin-top:8px;border-top:1px dashed #d8cdb4;padding-top:7px}.fs-mitate-lab{display:inline-block;font-size:10px;font-weight:500;color:#9a7b2e;margin-bottom:3px}.fs-mitate-body{display:block;font-size:11px;color:#6b6457;line-height:1.55}.fs-note{font-size:10px;color:#9a8f78;line-height:1.5;margin:10px 0 0;padding-top:8px;border-top:1px solid #ddd4c0}.fs-note b{color:#6b6457}.choume-popup .maplibregl-popup-content .fsp{font-size:11px;line-height:1.5;min-width:198px}.fsp-h{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:2px}.fsp-h b{font-family:var(--font-serif);font-size:13px;color:#211e18;font-weight:500}.fsp-h em{font-style:normal;font-weight:700;font-size:12px;white-space:nowrap}.fsp-t{color:#0e7a64;font-weight:500}.fsp-g{color:#6b6457}.fsp-s{color:#4a4538;margin-top:2px}.fsp-s .fsp-d{margin:0 5px 0 1px}.fsp-pro{color:#2f8f6a;margin-top:3px}.fsp-con{color:#a35a2e;margin-top:1px}.fsp-c{color:#9a8f78;font-size:10px;margin-top:4px;border-top:1px solid #d8cdb4;padding-top:3px}