:root{--bg: #faf8f8;--text: #2b2b2b;--muted: #6b6b6b;--line: #e5e5e5;--accent: #284b63;--accent-soft: #84a59d;--highlight: rgba(143, 159, 169, .15);--maxw: 760px;--maxw-wide: 920px;--radius: 8px;--star: #c89b3f;--star-empty: #dcd4c2}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:Hiragino Sans,Hiragino Kaku Gothic ProN,BIZ UDPGothic,Yu Gothic UI,system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.75;font-size:16px}a{color:var(--accent);text-decoration:none;text-underline-offset:3px}a:hover{text-decoration:underline}.site-header{border-bottom:1px solid var(--line);background:var(--bg)}.site-header__inner{max-width:var(--maxw);margin:0 auto;padding:1rem 1.25rem;display:flex;align-items:baseline;justify-content:space-between;gap:1rem;flex-wrap:wrap}.site-title{font-size:1.1rem;font-weight:700;letter-spacing:.02em}.site-title a{color:var(--text)}.site-title .x{color:var(--accent-soft);margin:0 .08em}.site-footer .x{color:var(--accent-soft)}.site-nav{display:flex;gap:1rem;font-size:.9rem}.site-nav a{color:var(--muted)}.site-nav a:hover{color:var(--accent)}main{max-width:var(--maxw);margin:0 auto;padding:2rem 1.25rem 4rem}.breadcrumb{font-size:.85rem;color:var(--muted);margin-bottom:1.5rem}.breadcrumb a{color:var(--muted)}h1,h2,h3{line-height:1.4}h1{font-size:1.7rem;margin:0 0 1.25rem}h2{font-size:1.2rem;margin:2.5rem 0 .75rem;padding-bottom:.3rem;border-bottom:1px solid var(--line)}h3{font-size:1.05rem;margin:1.75rem 0 .5rem}p,ul,ol{margin:.5rem 0 1rem}ul,ol{padding-left:1.5rem}li{margin:.2rem 0}img{max-width:100%;height:auto;border-radius:var(--radius);display:block;margin:1rem 0}blockquote{border-left:3px solid var(--accent-soft);padding:.4rem 1rem;margin:1rem 0;background:var(--highlight);color:var(--muted);border-radius:0 var(--radius) var(--radius) 0}.markdown-alert{border-left:3px solid var(--accent-soft);padding:.6rem 1rem;margin:1rem 0;background:var(--highlight);color:var(--text);border-radius:0 var(--radius) var(--radius) 0}.markdown-alert-title{display:inline-flex;align-items:center;gap:.4rem;font-weight:700;font-size:.9rem;margin-bottom:.25rem}.markdown-alert-title svg{width:1em;height:1em}.markdown-alert>:last-child{margin-bottom:0}.markdown-alert-warning{border-left-color:#d97706}.markdown-alert-warning .markdown-alert-title{color:#b45309}.markdown-alert-note .markdown-alert-title{color:#1d4ed8}.markdown-alert-tip .markdown-alert-title{color:#047857}.markdown-alert-important .markdown-alert-title{color:#7c3aed}.markdown-alert-caution .markdown-alert-title{color:#b91c1c}hr{border:0;border-top:1px solid var(--line);margin:2.5rem 0}code{background:var(--highlight);padding:.1rem .35rem;border-radius:4px;font-size:.92em}pre code{background:transparent;padding:0}pre{background:#f3f1ef;padding:1rem;border-radius:var(--radius);overflow-x:auto}.site-footer{border-top:1px solid var(--line);margin-top:4rem;padding:1.5rem 1.25rem;text-align:center;font-size:.85rem;color:var(--muted)}.lede{margin:.5rem 0 2.5rem;color:var(--muted);font-size:.95rem}.lede p{margin:0}.section{margin:2.5rem 0}.section__head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1rem;border-bottom:1px solid var(--line);padding-bottom:.4rem}.section__head h2{margin:0;border:0;padding:0;font-size:1.1rem}.section__more{font-size:.85rem}.region-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.6rem}.region-grid a{display:block;padding:.6rem .8rem;background:#fff;border:1px solid var(--line);border-radius:var(--radius);text-align:center;color:var(--text);font-size:.95rem;transition:border-color .15s ease}.region-grid a:hover{border-color:var(--accent-soft);text-decoration:none}.rank-list,.recent-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem}.rank-list li,.recent-list li{display:flex;align-items:baseline;gap:.75rem;padding:.4rem 0;border-bottom:1px dashed var(--line)}.rank-list li:last-child,.recent-list li:last-child{border-bottom:0}.stars{flex:0 0 auto;font-size:.9rem;color:var(--star);letter-spacing:.05em;font-variant-numeric:tabular-nums}.stars .on{color:var(--star)}.stars .off{color:var(--star-empty)}.recent-date{flex:0 0 auto;font-size:.85rem;color:var(--muted);font-variant-numeric:tabular-nums;min-width:5.5em}.recent-title,.rank-title{flex:1;min-width:0}main.home{max-width:var(--maxw-wide)}.section-label{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.04em;color:var(--accent);margin-bottom:.9rem;padding-bottom:.35rem;border-bottom:2px solid var(--accent)}.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:2rem;align-items:start;margin:1.5rem 0 2.75rem}.hero__title{margin:0;font-size:2rem;font-weight:700;line-height:1.45;letter-spacing:.01em}.hero__lede{margin:1rem 0 0;max-width:40ch;color:var(--muted);font-size:.95rem;text-wrap:pretty}.hero__stats{display:flex;gap:1.75rem;margin-top:1.5rem}.hero__stat .n{font-size:1.5rem;font-weight:700;font-variant-numeric:tabular-nums}.hero__stat .l{font-size:.78rem;color:var(--muted);margin-top:.15rem}.featured{display:block;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff;color:var(--text);transition:border-color .15s ease}.featured:hover{border-color:var(--accent-soft);text-decoration:none}.featured img{width:100%;height:200px;object-fit:cover;display:block;margin:0;border-radius:0}.featured__body{padding:.9rem 1rem 1rem}.featured__kicker{font-size:.78rem;color:var(--muted);margin-bottom:.25rem}.featured__title{font-size:1rem;font-weight:700;line-height:1.4;margin-bottom:.5rem}.region-chips{display:flex;flex-wrap:wrap;gap:.5rem}.region-chips a{padding:.5rem 1rem;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--text);font-size:.9rem}.region-chips a:hover{border-color:var(--accent-soft);text-decoration:none}.region-note{margin:.9rem 0 0;font-size:.82rem;color:var(--muted);line-height:1.7}.home-cols{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;margin-top:2.5rem}.recent-list--thumb li{align-items:center}.recent-thumb{width:72px;height:52px;object-fit:cover;border-radius:8px;flex:0 0 auto;margin:0}.hotel-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem}.hotel-list li{padding:.4rem 0;border-bottom:1px dashed var(--line)}.hotel-list li:last-child{border-bottom:0}.chain-list{display:flex;flex-direction:column;gap:1.1rem}.chain-head{font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:.35rem}.chain-head a{color:inherit}.chain-head a:hover{color:var(--accent);text-decoration:none}.chain-items{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.05rem}.chain-items li{padding:.2rem 0}.chain-items a{font-size:.93rem}.ratings h2{display:flex;align-items:baseline;gap:.75rem;border:0;padding:0;margin:2.25rem 0 .6rem;font-size:1.4rem;font-weight:700;line-height:1.3;color:var(--star);letter-spacing:.05em;font-variant-numeric:tabular-nums}.ratings h2 .cap{font-size:.78rem;font-weight:500;letter-spacing:.04em;color:var(--muted);text-transform:none}.ratings ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.05rem}.ratings ul li{display:flex;align-items:baseline;gap:.6rem;padding:.25rem 0;border:0;margin:0}.ratings ul li:before{content:"";flex:0 0 auto;width:4px;height:4px;border-radius:999px;background:var(--accent-soft);transform:translateY(-2px)}.ratings ul li a{font-size:.95rem}.regions h2{display:inline-block;font-size:.85rem;font-weight:700;letter-spacing:.04em;color:var(--accent);margin:2.5rem 0 1rem;padding-bottom:.35rem;border-bottom:2px solid var(--accent)}.regions h3{font-size:1.1rem;font-weight:700;line-height:1.4;color:var(--text);margin:1.6rem 0 .4rem;display:flex;align-items:baseline;gap:.6rem;flex-wrap:wrap}.regions h3 .badge-stayed{font-size:.65rem;padding:.18rem .5rem;transform:translateY(-2px)}.regions h3+ul{margin-top:.25rem}.regions ul{list-style:none;padding-left:0;margin:.25rem 0 0;display:flex;flex-direction:column;gap:.05rem}.regions ul li{position:relative;padding:.18rem 0 .18rem 1.1rem;border:0;margin:0;font-size:.93rem;line-height:1.7}.regions ul li:before{content:"";position:absolute;left:0;top:.78em;width:4px;height:4px;border-radius:999px;background:var(--accent-soft)}.regions ul li strong{display:inline-block;font-size:.72rem;font-weight:700;color:var(--muted);letter-spacing:.08em;min-width:2.4em;margin-right:.5rem}.search-kicker{font-size:.78rem;font-weight:700;letter-spacing:.08em;color:var(--accent);margin:.5rem 0}.search-h1{font-size:1.7rem;font-weight:700;line-height:1.4;margin:0 0 .5rem}.search-lede{color:var(--muted);font-size:.95rem;margin:0 0 1.25rem}.pagefind-ui{margin:0 0 1.5rem}.pagefind-ui__form{position:relative}.pagefind-ui__search-input{width:100%;font-family:inherit;font-size:1.05rem;padding:1rem 1.1rem 1rem 3rem;border:1px solid var(--line);background:#fff;color:var(--text);border-radius:var(--radius);outline:none;transition:border-color .15s ease,box-shadow .15s ease;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b6b6b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-3.5-3.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:1rem center;background-size:20px 20px}.pagefind-ui__search-input:focus{border-color:var(--accent-soft);box-shadow:0 0 0 3px #84a59d2e}.pagefind-ui__search-input::placeholder{color:var(--muted)}.pagefind-ui__search-clear{background:none;border:0;position:absolute;right:.5rem;top:50%;transform:translateY(-50%);font-size:.85rem;color:var(--muted);cursor:pointer;padding:.35rem .6rem;border-radius:4px}.pagefind-ui__search-clear:hover{color:var(--text);background:var(--highlight)}.pagefind-ui__message{font-size:.85rem;color:var(--muted);margin:1.5rem 0 .75rem}.pagefind-ui__results{list-style:none;padding:0;margin:0}.pagefind-ui__result{padding:1rem 0;border-bottom:1px solid var(--line)}.pagefind-ui__result-link{display:block;margin-bottom:.4rem;font-size:1rem;font-weight:700;line-height:1.4;color:var(--accent);text-decoration:none}.pagefind-ui__result-link:hover{text-decoration:underline;text-underline-offset:3px}.pagefind-ui__result-excerpt{margin:0;font-size:.92rem;color:var(--text);line-height:1.65}.pagefind-ui__result-excerpt mark{background:#c89b3f38;color:inherit;padding:0 2px;border-radius:2px}.pagefind-ui__button{margin:1.25rem 0 0;padding:.6rem 1.2rem;background:#fff;border:1px solid var(--line);border-radius:var(--radius);font-family:inherit;font-size:.9rem;color:var(--accent);cursor:pointer}.pagefind-ui__button:hover{border-color:var(--accent-soft)}.hint-label{font-size:.78rem;color:var(--muted);margin:0 0 .5rem}.hint-chips{display:flex;flex-wrap:wrap;gap:.4rem;margin:0 0 2rem}.hint-chips button{padding:.35rem .85rem;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--text);font-family:inherit;font-size:.85rem;cursor:pointer;transition:border-color .15s ease,background .15s ease}.hint-chips button:hover{border-color:var(--accent-soft)}.search-empty{margin-top:1rem}.hotel-kicker{font-size:.78rem;font-weight:700;letter-spacing:.08em;color:var(--accent);margin:0 0 .5rem}.hotel-kicker a{color:inherit}.hotel-kicker a:hover{text-decoration:underline;text-underline-offset:3px}.hotel-meta{display:flex;flex-wrap:wrap;align-items:baseline;gap:.55rem 1.1rem;color:var(--muted);font-size:.92rem;margin:0 0 2.25rem;padding-bottom:1.25rem;border-bottom:1px solid var(--line)}.hotel-meta .label{font-size:.72rem;font-weight:700;letter-spacing:.08em;color:var(--muted);margin-right:.25rem}.hotel-meta a{color:var(--accent)}.memo-list{list-style:none;padding:0;margin:.25rem 0 0;display:flex;flex-direction:column;gap:.4rem}.memo-list li{display:grid;grid-template-columns:84px 7.5em 1fr;align-items:center;gap:1rem;padding:.5rem 0;border-bottom:1px dashed var(--line)}.memo-list li:last-child{border-bottom:0}.memo-list .thumb{width:84px;height:56px;object-fit:cover;border-radius:6px;background:var(--highlight);display:block;margin:0}.memo-list .meta{display:flex;flex-direction:column;gap:.1rem;font-variant-numeric:tabular-nums}.memo-list .stars{font-size:.85rem;letter-spacing:.05em}.memo-list .stars .on{color:var(--star)}.memo-list .stars .off{color:var(--star-empty)}.memo-list .date{font-size:.78rem;color:var(--muted)}.memo-list .title{font-size:.95rem;font-weight:500;line-height:1.45}.memo-list .title a{color:var(--accent)}@media(max-width:540px){.memo-list li{grid-template-columns:64px 5.5em 1fr;gap:.6rem}.memo-list .thumb{width:64px;height:44px}}.chain-kicker{font-size:.78rem;font-weight:700;letter-spacing:.08em;color:var(--accent);margin:0 0 .5rem}.chain-kicker a{color:inherit}.chain-kicker a:hover{text-decoration:underline;text-underline-offset:3px}.chain-summary{display:flex;flex-wrap:wrap;align-items:baseline;gap:.55rem 1.5rem;color:var(--muted);font-size:.92rem;margin:0 0 2.25rem;padding-bottom:1.25rem;border-bottom:1px solid var(--line);font-variant-numeric:tabular-nums}.chain-summary strong{color:var(--text);font-weight:700;font-size:1.1rem;margin-right:.25rem}.chain-summary .stars{font-size:.95rem;letter-spacing:.05em;color:var(--star)}.chain-hotels{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem}.chain-hotels li{margin:0;padding:0}.chain-hotel{display:grid;grid-template-columns:104px 1fr auto;align-items:center;gap:1.1rem;padding:.7rem 0;border-bottom:1px dashed var(--line);color:var(--text);transition:border-color .15s ease}.chain-hotel:hover{text-decoration:none;border-bottom-style:solid;border-bottom-color:var(--accent-soft)}.chain-hotels li:last-child .chain-hotel{border-bottom:0}.chain-hotel .thumb{width:104px;height:64px;object-fit:cover;border-radius:6px;background:var(--highlight);display:block;margin:0}.chain-hotel .info{min-width:0}.chain-hotel .name{font-size:1rem;font-weight:700;line-height:1.4;color:var(--accent)}.chain-hotel .meta{font-size:.82rem;color:var(--muted);margin-top:.15rem;font-variant-numeric:tabular-nums;display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.chain-hotel .meta .stars{letter-spacing:.05em}.chain-hotel .meta .stars .on{color:var(--star)}.chain-hotel .meta .stars .off{color:var(--star-empty)}.chain-hotel .count{font-size:.85rem;color:var(--muted);font-variant-numeric:tabular-nums;white-space:nowrap}.memo-kicker{font-size:.78rem;font-weight:700;letter-spacing:.08em;color:var(--accent);margin:0 0 .5rem}.memo-kicker a{color:inherit}.memo-kicker a:hover{text-decoration:underline;text-underline-offset:3px}.memo-hero{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.3rem 1.5rem;padding:0 0 1.5rem;margin:0 0 1.25rem;border-bottom:1px solid var(--line)}.memo-hero .rating{display:flex;align-items:baseline;gap:.6rem}.memo-hero .rating-note{grid-column:1;font-size:.82rem;color:var(--muted);margin-top:.1rem}.memo-hero .rating-note .s{color:var(--star);font-weight:600}.memo-hero .stars{font-size:1.6rem;letter-spacing:.05em;font-variant-numeric:tabular-nums}.memo-hero .stars .on{color:var(--star)}.memo-hero .stars .off{color:var(--star-empty)}.memo-hero .score{font-size:1.05rem;color:var(--muted);font-variant-numeric:tabular-nums}.memo-hero .meta{grid-column:2;grid-row:1 / span 2;display:flex;flex-wrap:wrap;gap:.5rem 1.1rem;color:var(--muted);font-size:.92rem;font-variant-numeric:tabular-nums;align-items:center}.memo-hero .meta .label{font-size:.72rem;font-weight:700;letter-spacing:.08em;color:var(--muted);margin-right:.25rem}.badge-stayed{font-size:.72rem;font-weight:700;letter-spacing:.06em;padding:.2rem .55rem;border-radius:999px;background:var(--accent);color:#fff}.stay-jumps{margin:0 0 2.25rem}.stay-jumps .label{display:block;font-size:.72rem;font-weight:700;letter-spacing:.08em;color:var(--muted);margin:0 0 .45rem}.stay-jumps .chips{display:flex;flex-wrap:wrap;gap:.35rem}.stay-jumps a{padding:.25rem .65rem;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--text);font-size:.78rem;font-variant-numeric:tabular-nums;white-space:nowrap}.stay-jumps a:hover{border-color:var(--accent-soft);text-decoration:none}.memo{display:grid;grid-template-columns:1fr 1fr;column-gap:.6rem;row-gap:0}.memo>*{grid-column:1 / -1}.memo h2{display:inline-block;font-size:.85rem;font-weight:700;letter-spacing:.04em;color:var(--accent);margin:2rem 0 .9rem;padding:0 0 .35rem;border:0;border-bottom:2px solid var(--accent);justify-self:start;scroll-margin-top:1rem}.memo h2:first-of-type{margin-top:0}.memo h3{font-size:1rem;font-weight:700;margin:1.25rem 0 .35rem;color:var(--text)}.memo hr{border:0;border-top:1px solid var(--line);margin:2rem 0 0;width:100%}.memo ul{list-style:none;padding-left:0;margin:.25rem 0 0}.memo ul li{position:relative;padding:.18rem 0 .18rem 1.1rem;border:0;margin:0;font-size:.95rem}.memo ul li:before{content:"";position:absolute;left:0;top:.7em;width:4px;height:4px;border-radius:999px;background:var(--accent-soft)}.memo ul ul{margin:.25rem 0}.memo ul ul li{font-size:.92rem;color:var(--muted)}.memo p{margin:.5rem 0 1rem}.memo p:has(>img:only-child){grid-column:auto;margin:0 0 .6rem}.memo p:has(>img:only-child) img{margin:0;width:100%;height:200px;object-fit:cover;border-radius:var(--radius);display:block}@media(max-width:540px){.memo p:has(>img:only-child) img{height:160px}}.lightbox{border:0;padding:0;max-width:100vw;max-height:100vh;width:100vw;height:100vh;background:transparent;overflow:hidden}.lightbox::backdrop{background:#000000d9}.lightbox__img{display:block;max-width:92vw;max-height:92vh;margin:auto;position:absolute;inset:0;object-fit:contain;border-radius:0}.lightbox__close,.lightbox__prev,.lightbox__next{position:absolute;background:#0006;color:#fff;border:0;width:44px;height:44px;border-radius:999px;font-size:1.5rem;line-height:1;cursor:pointer;display:grid;place-items:center;transition:background .15s ease}.lightbox__close:hover,.lightbox__prev:hover,.lightbox__next:hover{background:#000000b3}.lightbox__close{top:1rem;right:1rem}.lightbox__prev{left:1rem;top:50%;transform:translateY(-50%)}.lightbox__next{right:1rem;top:50%;transform:translateY(-50%)}@media(max-width:540px){.chain-hotel{grid-template-columns:72px 1fr auto;gap:.7rem}.chain-hotel .thumb{width:72px;height:50px}}@media(max-width:680px){.hero{grid-template-columns:1fr;gap:1.5rem}.home-cols{grid-template-columns:1fr;gap:2rem}.hero__title{font-size:1.7rem}}.memo .stay-date{font-size:.85rem;color:var(--muted);font-variant-numeric:tabular-nums;margin:-.3rem 0 1rem;letter-spacing:.02em}.memo .stay-date .n{color:var(--text);font-weight:500}.sibling-memos{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--line)}.sibling-memos .section-label{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.04em;color:var(--accent);margin-bottom:.9rem;padding-bottom:.35rem;border-bottom:2px solid var(--accent)}.sibling-memos ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem}.sibling-memos li{display:grid;grid-template-columns:84px 7.5em 1fr;align-items:center;gap:1rem;padding:.5rem 0;border-bottom:1px dashed var(--line)}.sibling-memos li:last-child{border-bottom:0}.sibling-memos .thumb{width:84px;height:56px;object-fit:cover;border-radius:6px;background:var(--highlight);display:block;margin:0}.sibling-memos .meta{display:flex;flex-direction:column;gap:.1rem;font-variant-numeric:tabular-nums}.sibling-memos .stars{font-size:.85rem;letter-spacing:.05em}.sibling-memos .stars .on{color:var(--star)}.sibling-memos .stars .off{color:var(--star-empty)}.sibling-memos .date{font-size:.78rem;color:var(--muted)}.sibling-memos .title{font-size:.95rem;font-weight:500;line-height:1.45}.sibling-memos .title a{color:var(--accent)}.sibling-memos__more{margin:.9rem 0 0;font-size:.85rem}.sibling-memos__more a{color:var(--accent);font-weight:500}@media(max-width:540px){.sibling-memos li{grid-template-columns:64px 5.5em 1fr;gap:.6rem}.sibling-memos .thumb{width:64px;height:44px}}
