:root{--ink:#26332e;--muted:#6c7772;--green:#356a55;--pale:#edf4ef;--line:#dce5df;--paper:#f6f8f5;--warm:#fff4dc;--blue:#eef5fb}
*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Hiragino Sans","Yu Gothic",sans-serif}
button,a,input{font:inherit}.wrap{max-width:1160px;margin:auto;padding:18px}header{background:#fff;border-bottom:1px solid var(--line)}
.head{display:flex;justify-content:space-between;align-items:center;gap:10px}.brand{font-weight:800;font-size:13px}.headBtns{display:flex;gap:7px}.pillBtn{border:1px solid var(--line);background:white;border-radius:999px;padding:7px 11px;font-size:11px;cursor:pointer}
.route{display:flex;gap:6px;align-items:center;overflow:auto;padding-top:9px;white-space:nowrap}.crumb{font-size:10px;color:#8b948f}.crumb.on{color:var(--green);font-weight:800}.sep{color:#c2c8c4}
.screen{display:none;padding-top:10px}.screen.on{display:block}.eyebrow{font-size:10px;color:var(--green);font-weight:800}

.travelHero{
  position:relative;
  min-height:430px;
  border-radius:22px;
  overflow:hidden;
  margin-bottom:26px;
  background-image:url('../images/cat-travel-hero.png');
  background-size:cover;
  background-position:center top;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-end;
  padding:34px 28px 32px;
}
.travelHero::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(0,0,0,.07));
  pointer-events:none;
}
.travelHeroSearch{
  position:relative;
  z-index:1;
  width:min(680px,88%);
  margin-top:0;
  background:rgba(255,255,255,.95);
  border-radius:18px;
  padding:8px;
  box-shadow:0 5px 22px rgba(0,0,0,.15);
}
.travelHeroSearch .searchrow{margin:0}
.travelHeroSearch input{
  background:transparent;
  border:0;
  padding:14px 16px;
  font-size:14px;
  outline:none;
}
.travelHeroSearch .go{
  min-width:120px;
  border-radius:13px;
  font-size:14px;
}
.travelHeroCount{
  display:flex;
  align-items:center;
  gap:6px;
  margin:-14px 0 22px 4px;
  color:var(--green);
  font-size:11px;
  font-weight:800;
}
.travelHeroCount::before{
  content:"🐾";
  font-size:13px;
}
.homeRegions{margin-top:6px}
.homeSectionHead{margin-bottom:13px}
.homeSectionHead h2{font-size:22px;margin-top:3px}
.homeRegionGrid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}
@media(max-width:850px){
  .homeRegionGrid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:650px){
  .travelHero{
    min-height:0;
    aspect-ratio:16/9;
    border-radius:17px;
    padding:0 10px 12px;
    background-size:cover;
    background-position:center center;
    justify-content:flex-end;
  }
  .travelHeroSearch{
    width:92%;
    margin:0 auto;
    padding:6px;
    border-radius:15px;
  }
  .travelHeroSearch .searchrow{flex-direction:row}
  .travelHeroSearch input{
    min-width:0;
    padding:10px;
    font-size:11px;
  }
  .travelHeroSearch .go{
    min-width:66px;
    padding:9px 11px;
  }
  .travelHeroCount{
    margin:-4px 0 20px 2px;
    font-size:10px;
  }
  .homeRegionGrid{
    grid-template-columns:repeat(2,1fr);
    gap:8px;
  }
}
h1{font-size:28px;margin:6px 0 8px}h2{font-size:20px;margin:0 0 6px}h3{font-size:16px;margin:0}p{margin:0;color:var(--muted);line-height:1.65}.small{font-size:11px;color:var(--muted);line-height:1.55}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.card{border:1px solid var(--line);background:#fff;border-radius:15px;padding:15px;text-align:left;cursor:pointer}.card:hover{border-color:#8daf9c}.big{font-size:17px;font-weight:800}.count{display:inline-block;background:var(--pale);border-radius:999px;padding:4px 8px;font-size:10px;font-weight:800;margin-top:7px}
.top{display:flex;justify-content:space-between;align-items:center;margin-bottom:13px;position:sticky;top:0;z-index:20;background:var(--bg);padding:6px 0}
.topBrand{
  display:flex;
  align-items:center;
  gap:7px;
  margin-left:auto;
  color:#00a82d;
  font-size:13px;
  font-weight:800;
  letter-spacing:.03em;
  white-space:nowrap;
  pointer-events:none;
}
.topBrandPaw{
  position:relative;
  display:inline-block;
  width:13px;
  height:13px;
  flex:none;
}
.topBrandPaw .pad{
  position:absolute;
  width:7px;
  height:6px;
  left:3px;
  bottom:0;
  background:#00a82d;
  border-radius:55% 55% 48% 48%;
  transform:rotate(4deg);
}
.topBrandPaw .toe{
  position:absolute;
  width:4px;
  height:4px;
  background:#00a82d;
  border-radius:50%;
}
.topBrandPaw .t1{left:0;top:4px}
.topBrandPaw .t2{left:4px;top:0}
.topBrandPaw .t3{right:0;top:3px}
.back{border:0;background:var(--green);color:#fff;font-weight:800;font-size:13px;line-height:1;padding:10px 15px;border-radius:999px;cursor:pointer;box-shadow:0 2px 7px rgba(0,0,0,.12)}
.searchbox{background:#fff;border:1px solid var(--line);border-radius:16px;padding:14px;margin:14px 0}.searchrow{display:flex;gap:8px}.searchrow input{flex:1;border:1px solid var(--line);border-radius:10px;padding:11px 12px;font-size:13px}.go{border:0;background:var(--green);color:white;border-radius:10px;padding:0 16px;font-weight:800;cursor:pointer}
.filters{display:flex;gap:7px;flex-wrap:wrap;align-items:center;margin:12px 0}.filterHint{margin-left:auto;font-size:9px;color:var(--muted);white-space:nowrap}.chip{border:1px solid var(--line);background:#fff;border-radius:999px;padding:7px 10px;font-size:10px;cursor:pointer}.chip.on{background:#426f9f;color:#fff;border-color:#426f9f}
.summary{display:flex;justify-content:space-between;gap:8px;align-items:end;margin:14px 0}.summary strong{font-size:22px}.sort{border:1px solid var(--line);border-radius:9px;background:#fff;padding:7px 9px;font-size:10px}
.hotel{background:#fff;border:1px solid var(--line);border-radius:15px;overflow:hidden;cursor:pointer}.hotel img{width:100%;height:165px;object-fit:cover;background:#e9eeeb}.hotel>.noimage{width:100%;height:165px;background:#e9eeeb;display:grid;place-items:center;color:var(--muted);font-size:14px}.hb{padding:13px}.badge{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:var(--green);color:#fff;font-weight:800;flex:none}.meta{font-size:10px;color:var(--muted);line-height:1.5;margin-top:4px}.status{font-size:11px;font-weight:800;margin-top:7px}
.deep{background:#fff}.deep:after{content:"さらに選べます";display:inline-block;margin-top:8px;font-size:9px;font-weight:800;color:var(--green)}
.detail{display:grid;grid-template-columns:340px 1fr;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden}.detail>img{width:100%;height:100%;min-height:320px;object-fit:cover}.detail>.noimage{width:100%;min-height:320px;background:#e9eeeb;display:grid;place-items:center;color:var(--muted);font-size:16px}.btn{text-decoration:none;border:1px solid var(--line);border-radius:9px;padding:10px 12px;color:var(--ink);font-size:11px;font-weight:800}.btn.primary{background:var(--green);color:white;border-color:var(--green);font-size:13px}.btn small{display:block;font-size:8px;font-weight:500;opacity:.8}
.empty{background:#fff;border:1px dashed var(--line);border-radius:14px;padding:24px;text-align:center;color:var(--muted)}
 @media(max-width:850px){.grid3{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){header{position:static}.grid3,.detail{grid-template-columns:1fr}.detail>img{height:220px;min-height:0}h1{font-size:24px}.searchrow{flex-direction:column}.go{padding:10px}.summary{align-items:start;flex-direction:column}}

/* ===== Area selection / municipality map ===== */
.areaSelectWrap{display:grid;grid-template-columns:180px 1fr;gap:10px;align-items:start;margin-top:10px}
.areaMapBox{border:1px solid var(--line);border-radius:13px;background:#fff;padding:5px}
.areaMap{width:100%;height:145px}
.areaMap .municipality{fill:#f3f6f4;stroke:none}
.areaMap .municipality.active{fill:#cfe3d6}
.areaMap .prefOutline{fill:none;stroke:#61736a;stroke-width:1.5;pointer-events:none}
.areaMapNote{font-size:8px;color:var(--muted);line-height:1.25;margin:2px 3px 0}
.areaCardsCompact{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}
.areaCardsCompact .card{padding:9px;min-height:0}
.areaCardsCompact .big{font-size:14px}
.areaCardsCompact .meta{font-size:9px!important;line-height:1.35}
.areaCardsCompact .count{margin-top:4px}
.areaCardSelected{border:2px solid var(--green)!important;background:#fbfdfb!important}
@media(max-width:680px){
  .areaSelectWrap{grid-template-columns:112px 1fr;gap:6px;margin-top:6px}
  .areaMapBox{padding:3px;border-radius:10px}
  .areaMap{height:92px}
  .areaMapNote{display:none}
  .areaCardsCompact{gap:4px}
  .areaCardsCompact .card{padding:6px}
  .areaCardsCompact .big{font-size:12px;line-height:1.2}
  .areaCardsCompact .meta{font-size:7.5px!important;line-height:1.25;margin-top:2px!important}
  .areaCardsCompact .count{font-size:8px;padding:2px 5px;margin-top:2px}
}
@media(max-width:420px){
  .areaSelectWrap{grid-template-columns:96px 1fr}
  .areaMap{height:80px}
}


.areaConfirm{margin-top:9px;display:block}
.areaConfirm button{width:100%;border:0;background:var(--green);color:#fff;border-radius:999px;padding:11px 16px;font-size:12px;font-weight:800;cursor:pointer}
@media(max-width:680px){
  .areaConfirm{margin-top:5px}
  .areaConfirm button{width:100%;padding:7px 10px;font-size:10px}
}


.subSelectWrap{display:grid;grid-template-columns:180px 1fr;gap:10px;align-items:start;margin-top:10px}
.subMapBox{border:1px solid var(--line);border-radius:13px;background:#fff;padding:5px}
.subMap{width:100%;height:145px}.subMap .municipality{fill:#f3f6f4;stroke:none}.subMap .parentArea{fill:#e5ede8}.subMap .municipality.active{fill:#c3ddcd}.subMap .prefOutline{fill:none;stroke:#61736a;stroke-width:1.5;pointer-events:none}
.subCardsCompact{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.subCardsCompact .card{padding:9px;min-height:0}.subCardsCompact .big{font-size:14px}.subCardsCompact .meta{font-size:9px!important;line-height:1.35}
.subConfirm{margin-top:7px}.subConfirm button{width:100%;border:0;background:var(--green);color:#fff;border-radius:999px;padding:8px 13px;font-size:11px;font-weight:800;cursor:pointer}.subCardSelected{border:2px solid var(--green)!important;background:#fbfdfb!important}
@media(max-width:680px){.subSelectWrap{grid-template-columns:112px 1fr;gap:6px;margin-top:6px}.subMapBox{padding:3px}.subMap{height:92px}.subCardsCompact{gap:4px}.subCardsCompact .card{padding:6px}.subCardsCompact .big{font-size:12px}.subCardsCompact .meta{font-size:7.5px!important}.subConfirm{margin-top:5px}.subConfirm button{padding:7px 10px;font-size:10px}}
@media(max-width:420px){.subSelectWrap{grid-template-columns:96px 1fr}.subMap{height:80px}}


.detailHero{display:grid;grid-template-columns:minmax(280px,42%) 1fr;gap:18px;align-items:start}
.detailHero>img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:16px;border:1px solid var(--line)}
.detailMain{min-width:0}
.detailTitle{font-size:25px;line-height:1.35;margin:4px 0 7px}
.detailAddress{font-size:12px;color:var(--muted);margin-bottom:10px}
.catSummary{border:1px solid #b8d1c1;background:#f4faf6;border-radius:14px;padding:12px 14px;margin:10px 0}
.catSummary strong{font-size:18px}
.catSummary p{margin:6px 0 0;line-height:1.7}
.detailFacts{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:10px 0}
.fact{border:1px solid var(--line);border-radius:11px;padding:9px;background:#fff}
.fact span{display:block;font-size:9px;color:var(--muted);margin-bottom:2px}
.fact b{font-size:12px}
.detailSection{margin-top:16px;border-top:1px solid var(--line);padding-top:14px}
.detailSection h2{font-size:16px;margin:0 0 8px}
.infoRows{display:grid;gap:6px}
.infoRow{display:grid;grid-template-columns:72px 1fr;gap:8px;font-size:11px;line-height:1.65;padding:7px 0;border-bottom:1px dashed var(--line)}
.infoRow b{color:#52645b}
.verifyBox{background:#fffaf0;border:1px solid #e8d9b1;border-radius:12px;padding:10px 12px;font-size:11px;line-height:1.7}
.ctaNote{font-size:10px;color:var(--muted);margin:7px 0 0}
.travelExpand{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.travelCard{border:1px solid var(--line);border-radius:12px;padding:10px;background:#fff;cursor:pointer}
.travelCard b{display:block;font-size:12px;margin-bottom:3px}
.travelCard span{font-size:10px;color:var(--muted)}
@media(max-width:760px){
 .detailHero{grid-template-columns:1fr;gap:10px}
 .detailHero>img{aspect-ratio:16/9}
 .detailTitle{font-size:20px}
 .detailFacts{grid-template-columns:1fr 1fr}
 .fact:last-child{grid-column:1/-1}
 .travelExpand{grid-template-columns:1fr}
}


.editorialStack{display:grid;gap:10px;margin-top:12px}
.editorialBox{border:1px solid var(--line);border-radius:14px;padding:12px 14px;background:#fff}
.editorialBox h3{font-size:14px;margin:0 0 7px}
.editorialBox p{margin:0;line-height:1.8;font-size:11px}
.editorialBox.point{background:#f7fbf8;border-color:#c7dbcF}
.editorialBox.lili{background:#fff9f2;border-color:#ead8bd}
.editorialBox.review{background:#f8f8fb;border-color:#d9dbe4}
.editorialMeta{font-size:9px;color:var(--muted);margin-bottom:5px}
.oldBadge{display:inline-block;border:1px solid #dfc79f;background:#fff7e8;border-radius:999px;padding:3px 7px;font-size:9px;font-weight:800;margin-bottom:6px}
.reviewQuote{font-size:11px;line-height:1.75;margin:0}
.reviewSource{font-size:9px;color:var(--muted);margin-top:5px}




.verifyDate{font-size:11px;color:#6c746d;margin:-3px 0 8px}


.outsideSimple{margin-top:12px;padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:#fff}
.outsideSimple .btn{display:inline-block;margin:0 8px 8px 0}
@media(max-width:720px){
 .outsideSimple .btn{display:block;width:100%;box-sizing:border-box;margin-right:0;text-align:center}
}

/* ===== Booking / Rakuten CTA ===== */
.ctaRow{
 display:flex;
 flex-wrap:wrap;
 gap:10px;
 align-items:stretch;
 margin-top:12px;
}
.ctaRow .btn{
 display:inline-flex;
 align-items:center;
 justify-content:center;
 box-sizing:border-box;
 min-height:44px;
 padding:9px 14px;
 line-height:1.35;
 white-space:normal;
 text-align:center;
}
.ctaRow .btn.primary{
 flex-direction:column;
 min-width:230px;
}
.ctaRow .btn.primary small{
 display:block;
 width:100%;
 margin:4px 0 0;
 font-size:11px;
 line-height:1.35;
 font-weight:500;
 text-align:center;
}
.ctaRow .btn:not(.primary){
 min-width:170px;
}
.ctaNote{
 clear:both;
 display:block;
 margin-top:7px;
 line-height:1.55;
}
@media(max-width:720px){
 .ctaRow{display:grid;grid-template-columns:1fr}
 .ctaRow .btn,
 .ctaRow .btn.primary,
 .ctaRow .btn:not(.primary){
  width:100%;
  min-width:0;
 }
 .ctaRow .btn.primary small{
  font-size:12px;
 }
}


.contactFallback{
  margin-top:10px;
  padding-top:10px;
  border-top:1px solid #e2e7e3;
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:5px 10px;
  font-size:12px;
}
.contactFallback span{color:#68726b}
.contactFallback a{font-size:17px;font-weight:800;color:#285c47;text-decoration:none}
.contactFallback small{font-size:10px;color:#7b827d}
@media(max-width:720px){
  .contactFallback{display:block}
  .contactFallback span,.contactFallback small{display:block;margin-bottom:3px}
}


.editorialEvidence{margin-top:8px;padding-top:8px;border-top:1px dashed #d9dfdb;font-size:10px;line-height:1.6;color:#747b76}
.editorialEvidence a{color:#4d6659;text-decoration:underline}
.relationshipBadge{display:inline-block;margin:0 0 8px;padding:3px 7px;border-radius:999px;background:#fff3e8;color:#805835;font-size:10px;font-weight:800}







.detailHero>.noimage{width:100%;aspect-ratio:4/3;background:#e9eeeb;display:grid;place-items:center;color:var(--muted);font-size:16px;border-radius:16px;border:1px solid var(--line)}
@media(max-width:760px){.detailHero>.noimage{aspect-ratio:16/9}}


.detailMark{display:inline-grid;place-items:center;min-width:25px;height:25px;padding:0 6px;border-radius:999px;background:var(--green);color:#fff;font-weight:800;line-height:1;vertical-align:middle;margin-right:5px}
.verifyBox .detailMark{min-width:22px;height:22px;font-size:11px}





/* ===== Hotel list / compact cards ===== */

.hotelGridCompact{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:9px;
}

.hotel.hotelCompact{
  display:grid;
  grid-template-columns:90px minmax(0,1fr);
  min-height:96px;
  border-radius:11px;
  overflow:hidden;
}

.compactThumb{
  width:90px;
  height:100%;
  min-height:96px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#eef1ef;
  overflow:hidden;
}

/*
  楽天サムネイルを無理に横長へ変形しない。
  90px以上には拡大しない。
*/
.hotel.hotelCompact .compactThumb img{
  display:block;
  width:auto;
  height:auto;
  max-width:90px;
  max-height:96px;
  object-fit:contain;
  background:#eef1ef;
}

.hotel.hotelCompact .compactThumb .noimage{
  width:90px;
  height:96px;
  display:grid;
  place-items:center;
  font-size:9px;
  color:var(--muted);
  background:#e9eeeb;
}

.hotel.hotelCompact .hb{
  min-width:0;
  padding:8px 9px;
}

.hotel.hotelCompact .compactHead{
  display:flex;
  align-items:flex-start;
  gap:5px;
}

.hotel.hotelCompact .badge{
  width:20px;
  height:20px;
  min-width:20px;
  font-size:10px;
}

.hotel.hotelCompact h3{
  margin:0;
  font-size:12px;
  line-height:1.3;
  overflow:hidden;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}

.hotel.hotelCompact .compactArea{
  margin-top:4px;
  font-size:9px;
  line-height:1.3;
}

.hotel.hotelCompact .status{
  margin-top:4px;
  font-size:10px;
  line-height:1.3;
}

.hotel.hotelCompact .compactStats{
  margin-top:5px;
  font-size:9px;
  line-height:1.25;
}

/* Compact card thumbnail override */
.hotel.hotelCompact>img,
.hotel.hotelCompact>.noimage{
  width:auto;
  height:auto;
}

/* Tablet */
@media(max-width:1050px){
  .hotelGridCompact{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

/* Mobile: keep horizontal hotel cards */
@media(max-width:650px){
  .hotelGridCompact{
    grid-template-columns:1fr;
  }

  .hotel.hotelCompact{
    grid-template-columns:90px minmax(0,1fr);
  }
}


/* Rakuten CTA brand color */
.ctaRow .btn.primary{
  background:#BF0000;
  border-color:#BF0000;
  color:#fff;
}
.ctaRow .btn.primary:hover{
  background:#990000;
  border-color:#990000;
  color:#fff;
}
.ctaRow .btn.primary small{
  color:rgba(255,255,255,.82);
}


/* ============================================================
   TravelSpot - canonical compact style
   ============================================================ */

/* Direct hotel-list pages: limit desktop width */
#list{
  max-width:960px;
}

.travelSpotSection{
  max-width:700px;
  margin:16px 0 18px;
  padding:10px 12px;
  border:1px solid #eadfce;
  border-radius:13px;
  background:#fffaf3;
}

.travelSpotSectionHead{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:8px;
}

.travelSpotSectionHead h2{
  margin:0;
  font-size:16px;
  line-height:1.3;
}

.travelSpotGrid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
}

.travelSpotCard{
  display:grid;
  grid-template-columns:84px minmax(0,1fr);
  align-items:center;
  min-height:62px;
  overflow:hidden;
  border:1px solid #e4ddd3;
  border-radius:10px;
  background:#fff;
}

.travelSpotImage{
  display:block;
  width:84px;
  height:62px;
  object-fit:cover;
  background:#f1eee9;
}

.travelSpotBody{
  min-width:0;
  padding:6px 8px;
}

.travelSpotType{display:none}
.travelSpotDesc{
  margin:8px 0;
  font-size:12px;
  line-height:1.7;
  color:var(--muted);
}
.travelSpotLink{font-size:12px;color:var(--green);text-decoration:underline}
.travelSpotCardNoImage{grid-template-columns:minmax(0,1fr)}

.travelSpotName{
  margin:0;
  font-size:13px;
  line-height:1.3;
}

.travelSpotMeta{
  margin:3px 0 0;
  font-size:10.5px;
  line-height:1.25;
  color:#766d62;
}

/* Mobile: single-column travel spots */
@media(max-width:520px){
  #list{
    max-width:none;
  }

  .travelSpotSection{
    max-width:none;
    margin:14px 0 16px;
    padding:10px;
  }

  .travelSpotGrid{
    grid-template-columns:1fr;
    gap:7px;
  }

  .travelSpotCard{
    grid-template-columns:82px minmax(0,1fr);
    min-height:62px;
  }

  .travelSpotImage{
    width:82px;
    height:62px;
  }

  .travelSpotName{
    font-size:13px;
  }

  .travelSpotMeta{
    font-size:10.5px;
  }
}


/* ===== Home / region cards ===== */
.homeRegionCardNew{
  position:relative;
  display:flex;
  align-items:stretch;
  min-height:116px;
  padding:0;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:15px;
  background:#fff;
  text-align:left;
  cursor:pointer;
  transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease;
}
.homeRegionCardNew:hover{
  transform:translateY(-2px);
  border-color:#8daf9c;
  box-shadow:0 5px 14px rgba(0,0,0,.08);
}
.homeRegionCardNewText{
  position:relative;
  z-index:2;
  flex:0 0 48%;
  padding:13px 4px 11px 13px;
}
.homeRegionCardNew .homeRegionName{
  font-size:15px;
  font-weight:800;
  line-height:1.25;
}
.homeRegionCount{
  margin-top:5px;
  color:var(--green);
  font-size:12px;
  font-weight:800;
}
.homeRegionDesc{
  margin-top:13px;
  color:#59615d;
  font-size:10px;
  line-height:1.35;
}
.homeRegionCardNewImg{
  position:absolute;
  z-index:1;
  right:18px;
  bottom:0;
  width:57%;
  height:100%;
  object-fit:contain;
  object-position:right bottom;
  pointer-events:none;
}
.homeRegionCardNewArrow{
  position:absolute;
  z-index:3;
  right:7px;
  top:50%;
  transform:translateY(-50%);
  color:var(--green);
  font-size:24px;
  line-height:1;
}

@media(max-width:650px){
  .homeRegionCardNew{min-height:116px}
  .homeRegionCardNewText{
    flex-basis:49%;
    padding:12px 2px 10px 10px;
  }
  .homeRegionCardNew .homeRegionName{font-size:14px}
  .homeRegionCount{font-size:11px}
  .homeRegionDesc{
    margin-top:11px;
    font-size:9px;
  }
  .homeRegionCardNewImg{
    right:15px;
    width:58%;
  }
  .homeRegionCardNewArrow{
    right:5px;
    font-size:22px;
  }
}



/* ===== Prefecture cards ===== */
.prefCard{
  position:relative;
  overflow:hidden;
  min-height:108px;
}
/* Prefecture cat image tone */
.prefCat{
  filter:blur(.4px) brightness(1.07) saturate(.85);
}

.prefCardText{
  position:relative;
  z-index:2;
}
.prefCat{
  position:absolute;
  right:42px;
  bottom:0;
  width:88px;
  height:88px;
  object-fit:contain;
  object-position:center bottom;
  pointer-events:none;
}
.prefArrow{
  position:absolute;
  right:16px;
  top:50%;
  transform:translateY(-50%);
  color:var(--green);
  font-size:25px;
  line-height:1;
}

@media(max-width:650px){
  .prefCat{
    right:38px;
    width:72px;
    height:72px;
  }
  .prefArrow{
    right:12px;
    font-size:22px;
  }
}


/* Prefecture page layout */
.prefMainLayout{
  display:grid;
  grid-template-columns:minmax(0,2fr) minmax(280px,1fr);
  gap:22px;
  align-items:start;
}

.prefAreaPane,
.prefSpotPane{
  min-width:0;
}

.prefSpotPane .travelSpotSection{
  margin-top:0;
}

.prefSpotPane .travelSpotGrid{
  grid-template-columns:1fr;
}

@media(max-width:850px){
  .prefMainLayout{
    grid-template-columns:1fr;
    gap:18px;
  }
}


/* Hokkaido / Tohoku: keep region name on one line */
.homeRegionNameLong{
  white-space:nowrap;
  font-size:14px !important;
}
@media(max-width:650px){
  .homeRegionNameLong{
    font-size:12px !important;
  }
}


@media(max-width:650px){
  .screen{padding-top:8px}
  .topBrand{
    font-size:11px;
    gap:5px;
  }
  .topBrandPaw{
    transform:scale(.85);
  }
}

/* ===== Actual stay / trip story ===== */

/* Stay photos */
.memoryPhotos{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,420px));
  gap:16px;
  margin:18px 0 20px;
  align-items:start;
}
.memoryPhoto{
  width:100%;
  max-width:420px;
  margin:0;
  padding:8px;
  box-sizing:border-box;
  background:#faf8f4;
  border:1px solid #eadfce;
  border-radius:12px;
}
.memoryPhoto img{
  display:block;
  width:100%;
  max-width:none;
  height:auto;
  max-height:360px;
  object-fit:contain;
  margin:0 auto;
  background:#f3eee6;
  border-radius:8px;
}
.memoryPhoto figcaption{
  padding:8px 4px 3px;
  font-size:12px;
  line-height:1.55;
  color:#665b4f;
}

/* Travel diary / YouTube */
.sourceLinks{
  display:grid;
  gap:7px;
  margin:22px 0 8px;
}
.sourceGroupTitle{
  margin:16px 0 8px;
  font-size:13px;
  font-weight:800;
  color:#4d574f;
}
.sourceLink{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  box-sizing:border-box;
  width:100%;
  margin:0 0 8px;
  padding:13px 15px;
  border:1px solid #d9dfdb;
  border-radius:11px;
  background:#fff;
  color:var(--ink);
  text-decoration:none;
}
.sourceLink:hover{
  border-color:#8daf9b;
  background:#f7fbf8;
}
.sourceLink b{
  min-width:0;
  font-size:13px;
  line-height:1.5;
}
.sourceLink span{
  flex:0 0 auto;
  font-size:11px;
  font-weight:800;
  color:var(--green);
  white-space:nowrap;
}

/* Visited places */
.tripTrail{
  margin-top:26px;
  padding-top:20px;
  border-top:1px solid #dccfbd;
}
.tripTrail h4{
  margin:0 0 7px;
  font-size:19px;
}
.tripTrailLead{
  max-width:760px;
  margin-bottom:15px;
  font-size:12px;
  line-height:1.7;
  color:#74695e;
}
.tripDay{
  background:#fff;
  border:1px solid #e8ded0;
  border-radius:12px;
  padding:15px;
  margin-top:10px;
}
.tripDayHead{
  display:flex;
  gap:8px;
  align-items:baseline;
  flex-wrap:wrap;
  margin-bottom:7px;
}
.tripDayHead b{font-size:15px}
.tripDayHead span{
  font-size:11px;
  color:#85786b;
}
.tripPlaces{
  display:flex;
  gap:6px;
  flex-wrap:wrap;
}
.tripPlace{
  background:#f5f1e9;
  border-radius:999px;
  padding:5px 9px;
  font-size:12px;
}
.tripScene{
  margin:8px 0 0;
  font-size:13px;
  line-height:1.7;
  color:#5e554d;
}
.tripDiaryLink{
  display:inline-block;
  margin-top:11px;
  font-size:12px;
  font-weight:800;
  color:var(--green);
}
.tripPhotos{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,380px));
  gap:14px;
  margin-top:12px;
}
.tripPhotos figure{
  margin:0;
  width:100%;
  max-width:380px;
}
.tripPhotos img{
  display:block;
  width:100%;
  max-width:none;
  height:auto;
  max-height:320px;
  object-fit:contain;
  margin:0 auto;
  background:#f3eee6;
  border-radius:10px;
}
.tripPhotos figcaption{
  margin-top:4px;
  font-size:11px;
  line-height:1.45;
  color:#70665c;
}

@media(min-width:651px){
  .sourceLinks{max-width:760px}
}

@media(max-width:650px){
  .memoryPhotos,
  .tripPhotos{
    grid-template-columns:1fr;
  }
  .memoryPhoto,
  .tripPhotos figure{
    width:100%;
    max-width:100%;
  }
  .memoryPhoto img,
  .tripPhotos img{
    width:100%;
    max-height:none;
  }
  .sourceLink{
    padding:12px;
    gap:10px;
  }
  .sourceLink b{font-size:12px}
  .sourceLink span{font-size:10px}
  .tripTrail h4{font-size:18px}
}








/* ===== Region page landscape ===== */
.regionTitleRow{
  display:flex;
  align-items:flex-end;
  gap:14px;
  margin-bottom:12px;
}
.regionTitleRow h1{
  margin:0;
  flex:0 0 auto;
}
.regionTitleLandscape{
  display:block;
  width:auto;
  height:72px;
  max-width:68%;
  object-fit:contain;
  object-position:left bottom;
}
@media(max-width:650px){
  .regionTitleRow{
    gap:8px;
    margin-bottom:10px;
  }
  .regionTitleLandscape{
    height:58px;
    max-width:64%;
  }
}

/* Region page: eyebrow/title spacing */
#region .eyebrow{
  margin-bottom:2px;
}
#region .regionTitleRow{
  margin-top:0;
}

#region .eyebrow + .regionTitleRow{
  margin-top:4px;
}
#region .regionTitleRow h1{
  margin-top:0;
  margin-bottom:0;
}

/* Hotel detail: parking card */
#hotel .infoRows{
  gap:0;
}

#hotel .infoRow{
  padding:10px 12px;
  border:1px solid var(--line);
  border-radius:12px;
  background:#fff;
}

/* Hotel detail: point card background */
#hotel .editorialBox.point{
  background:#fff;
}

#hotel .detailSection:has(.infoRows){
  border-top:0;
}

/* Hotel detail: tighten point-to-parking spacing */
#hotel .detailSection:has(.infoRows){
  margin-top:8px;
  padding-top:0;
  border-top:0;
}
