:root {
  --area-deep: #064e7c;
  --area-ice: #eff8fd;
  --area-orange: #f58220;
  --area-red: #e9473f;
  --area-ink: #263746;
  --area-muted: #607381;
  --area-line: #d9e5ec;
  --area-white: #fff;
  --area-radius: 18px;
  --area-shadow: 0 12px 32px rgba(15, 73, 109, .12);
}

.resort-page { margin: 0; color: var(--area-ink); background: #fff; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", sans-serif; line-height: 1.75; }
.resort-page *, .resort-page *::before, .resort-page *::after { box-sizing: border-box; }
.resort-page img { display: block; max-width: 100%; }
.resort-page a { color: inherit; }
.resort-container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.resort-breadcrumb { width: min(1120px, calc(100% - 40px)); margin: 10px auto; font-size: 12px; color: var(--area-muted); }
.resort-breadcrumb ol { display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 0; list-style: none; }
.resort-breadcrumb li:not(:last-child)::after { content: "/"; margin-left: 7px; color: #9aabb5; }
.resort-breadcrumb a { text-decoration: underline; text-underline-offset: 3px; }

.resort-hero { position: relative; min-height: 590px; display: grid; align-items: center; overflow: hidden; color: #fff; background: #174d70 var(--hero-image) center 42% / cover no-repeat; }
.resort-hero__shade { position: absolute;inset: 0;background: linear-gradient(360deg, rgb(0 0 0 / 0%) 0%, rgb(4 42 68 / 38%) 45%, rgba(4, 42, 68, .12) 78%), linear-gradient(0deg, rgb(2 31 50 / 0%), transparent 45%); }
.resort-hero__inner { position: relative; z-index: 1; display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; padding-block: 78px; }
.resort-hero__copy { width: min(690px, 65%); text-shadow: 0 2px 18px rgba(0,0,0,.28); }
.resort-eyebrow { display: inline-flex; padding: 5px 13px; border: 1px solid rgba(255,255,255,.65); border-radius: 999px; font-weight: 700; font-size: 13px; letter-spacing: .04em; backdrop-filter: blur(6px); }
.resort-season { margin: 18px 0 0; font-size: 13px; font-weight: 800; letter-spacing: .16em; }
.resort-hero h2 { margin: 5px 0 12px; color: #fff; font-size: clamp(32px, 4.5vw, 58px); line-height: 1.23; letter-spacing: -.02em; }
.resort-hero__lead { margin: 0 0 7px; font-weight: 800; font-size: clamp(20px, 2.3vw, 29px); }
.resort-hero__text { max-width: 650px; margin: 0; font-size: 15px; }
.resort-tags { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 22px 0 0; list-style: none; text-shadow: none; }
.resort-tags li { padding: 5px 12px; border-radius: 999px; color: var(--area-deep); background: rgba(255,255,255,.94); font-weight: 800; font-size: 12px; }
.resort-hero__cta { flex: 0 0 300px; padding: 18px 22px; border-radius: 14px; color: #fff; background: var(--area-orange); border: 1px solid rgba(255, 255, 255, 0.35);  box-shadow: 0 4px 14px rgba(0, 60, 120, 0.15);  appearance: none; -webkit-appearance: none;
 font-weight: 800; font-size: 18px; line-height: 1.45; text-align: center; text-decoration: none; transition: transform .2s, filter .2s; }
.resort-hero__cta span { display: block; font-size: 11px; letter-spacing: .03em; }
.resort-hero__cta:hover { transform: translateY(-3px); filter: brightness(1.05); }

.resort-stats { position: relative; z-index: 2; margin-top: -34px; }
.resort-stats__grid { display: grid; grid-template-columns: repeat(6, 1fr); overflow: hidden; border: 1px solid var(--area-line); border-radius: var(--area-radius); background: #fff; box-shadow: var(--area-shadow); }
.resort-stats__grid > div { padding: 20px 8px 17px; text-align: center; }
.resort-stats__grid > div + div { border-left: 1px solid var(--area-line); }
.resort-stats span { display: block; color: var(--area-muted); font-size: 11px; font-weight: 700; }
.resort-stats strong { color: var(--area-deep); font-size: 27px; line-height: 1.25; }
.resort-stats small { margin-left: 2px; font-weight: 700; }

.resort-section { padding: 76px 0; }
.resort-section--soft { background: var(--area-ice); }
.resort-heading { margin: 0 auto 50px; text-align: center; }
.resort-heading--left { text-align: left; }
.resort-heading > span, .resort-search__intro > span, .resort-benefits__copy > span { color: var(--area-blue); font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.resort-heading h2, .resort-search h2, .resort-benefits h2, .resort-prose h2 { margin: 5px 0 8px; color: var(--area-deep); font-size: clamp(24px, 3vw, 36px); line-height: 1.4; }
.resort-heading p { margin: 0; color: var(--area-muted); }

.travel-style-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.travel-style-card { position: relative; min-width: 0; padding: 25px 18px 22px; border: 1px solid var(--area-line); border-radius: 10px; color: var(--area-ink); background: #fff; box-shadow: 0 5px 18px rgba(15,73,109,.07); font: inherit; text-align: left; cursor: pointer; transition: transform .2s, border-color .2s, box-shadow .2s; }
.travel-style-card:hover { transform: translateY(-4px); border-color: var(--area-blue); box-shadow: var(--area-shadow); }
.travel-style-card__icon { display: grid; width: 50px; height: 50px; place-items: center; margin-bottom: 15px; border-radius: 14px; color: var(--area-blue); background: var(--area-ice); font-size: 25px; }
.travel-style-card__label { display: inline-block; margin-bottom: 8px; padding: 2px 8px; border-radius: 5px; color: #fff; background: var(--area-blue); font-size: 11px; font-weight: 800; }
.travel-style-card strong, .travel-style-card small { display: block; }
.travel-style-card strong { color: var(--area-deep); font-size: 17px; line-height: 1.5; }
.travel-style-card small { margin-top: 7px; color: var(--area-muted); font-size: 12px; }

.travel-style-card--photo {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 220px;
  padding: 16px;
  overflow: hidden;
  color: #0f172a;
  background: #eaf6ff;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  box-shadow:
    0 10px 30px rgba(15, 80, 130, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  text-align: left;
  cursor: pointer;
  isolation: isolate;
  appearance: none;
  -webkit-appearance: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

/* 背景写真を少し明るくする */
.travel-style-card--photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--travel-card-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: var(--travel-card-position, center center);
  opacity: 0.62;
  filter: brightness(1.28) saturate(0.8) contrast(0.86);
}
/* 白い透明レイヤー */
.travel-style-card--photo::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(255, 255, 255, 0.22) 40%,
      rgba(255, 255, 255, 0.94) 100%
    );
}

/* 文字を読みやすくするグラデーション */
.travel-style-card--photo::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(
      180deg,
      rgba(5, 15, 30, 0.18) 0%,
      rgba(5, 15, 30, 0.28) 42%,
      rgba(5, 15, 30, 0.9) 100%
    );
}

/* アイコンと交通ラベル */
.travel-style-card__top {
  display: flex;
  align-items: center;
  gap: 9px;
}

.travel-style-card--photo .travel-style-card__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  color: #075985;
  background-color:#eff8fd ;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.16);
  font-size: 22px;
}

.travel-style-card--photo .travel-style-card__label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 11px;
  color: #075985;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(15, 80, 130, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 11px;
  font-weight: 900;
}

/* 下部テキスト */
.travel-style-card__body {
  display: block;
  margin-top: 42px;
}

.travel-style-card__body strong,
.travel-style-card__body small {
  display: block;
}

.travel-style-card__body strong {
  display: block;
  margin-bottom: 6px;
  color: #0f172a;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -0.02em;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.travel-style-card__body small {
  display: block;
  padding-right: 42px;
  color: #475569;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
}
/* 検索 */
.travel-style-card__body::after {
  content: "検索";
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 26px;
  color: #fff !important;
  background: #f58220 !important;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-color: #fff !important;
  border-radius: 15%;
  box-shadow: 0 5px 14px rgba(8, 123, 245, 0.24);
  backdrop-filter: blur(8px);
}

.travel-style-card--photo:hover {
  transform: translateY(-3px);
  box-shadow:
    0 14px 32px rgba(15, 80, 130, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.travel-style-card--photo:hover::before {
  transform: scale(1.04);
}

.travel-style-card--photo:focus-visible {
  outline: 3px solid #38bdf8;
  outline-offset: 3px;
}

.resort-search { padding: 72px 0; background: linear-gradient(135deg, #075b91, #063f67); }
.resort-search__box { display: grid; grid-template-columns: 300px 1fr; overflow: hidden; border-radius: 22px; background: #fff; box-shadow: 0 18px 50px rgba(0,25,43,.28); }
.resort-search__intro { padding: 34px 30px; color: #fff; background: var(--area-blue); }
.resort-search__intro > span, .resort-search__intro h2 { color: #fff; }
.resort-search__intro h2 { font-size: 27px; }
.resort-search__intro p { margin: 12px 0 0; font-size: 13px; }
.resort-search__body { min-width: 0; padding: 32px; }
.resort-search__body form { max-width: none !important; margin: 0 !important; }
.resort-search__body input, .resort-search__body select { max-width: 100%; }
.resort-search__fallback { display: grid; min-height: 150px; place-items: center; align-content: center; text-align: center; }
.resort-search__fallback a { display: inline-block; padding: 11px 22px; border-radius: 9px; color: #fff; background: var(--area-orange); font-weight: 800; text-decoration: none; }

.resort-tour-output { min-height: 130px; }
.resort-empty { padding: 35px 20px; border: 1px dashed #b8d0de; border-radius: var(--area-radius); background: rgba(255,255,255,.8); text-align: center; }
.resort-empty > span { color: var(--area-blue); font-size: 27px; }
.resort-empty h3 { margin: 6px 0; color: var(--area-deep); }
.resort-empty p { margin: 0; color: var(--area-muted); }

/* おすすめな3つの理由 */
.reason-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.reason-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.07);
}
.reason-card > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 8.5;
  object-fit: cover;
  object-position: center;
}

.reason-card > div {
  position: relative;
  padding: 18px 17px 20px;
}

.reason-card > div > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 25px;
  margin-bottom: 8px;
  color: #fff;
  background: #087bf5;
  border-radius: 7px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.reason-card h3 {
  margin: 0 0 8px;
  color: #101827;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.45;
}

.reason-card p {
  margin: 0;
  color: #64748b;
  font-size: 10px;
  line-height: 1.75;
}
.resort-benefits { padding: 68px 0; color: #fff; background: linear-gradient(135deg, #073e64, #0878c9); }
.resort-benefits__inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.resort-benefits__copy > span, .resort-benefits h2 { color: #fff; }
.resort-benefits__copy p { margin-bottom: 0; color: rgba(255,255,255,.82); }
.benefit-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0; margin: 0; list-style: none; }
.benefit-list li { padding: 18px; border: 1px solid rgba(255,255,255,.23); border-radius: 13px; background: rgba(255,255,255,.1); }
.benefit-list strong, .benefit-list span { display: block; }
.benefit-list strong { margin-bottom: 3px; font-size: 16px; }
.benefit-list span { color: rgba(255,255,255,.75); font-size: 11px; }

.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.guide-card { display: flex; gap: 17px; align-items: center; padding: 23px; border: 1px solid var(--area-line); border-radius: var(--area-radius); background: #fff; text-decoration: none!important; transition: border-color .2s, transform .2s; }
.guide-card:hover { transform: translateY(-3px); }
.guide-card > span { display: grid; flex: 0 0 53px; height: 53px; place-items: center; border-radius: 50%; color: var(--area-blue); background: var(--area-ice); font-size: 25px; }
.guide-card h3 { margin: 0; color: var(--area-deep); font-size: 17px; }
.guide-card p { margin: 3px 0 8px; color: var(--area-muted); font-size: 12px; }
.guide-card b { color: var(--area-blue); font-size: 12px; }

.slope-layout { display: grid; grid-template-columns: 1fr; gap: 24px; }
.slope-levels, .facility-details { padding: 28px; border: 1px solid var(--area-line); border-radius: var(--area-radius); background: #fff; }
.slope-levels h3 { margin: 0 0 16px; color: var(--area-deep); }
.level-bar { display: flex; overflow: hidden; min-height: 48px; border-radius: 10px; color: #fff; font-size: 12px; font-weight: 800; }
.level-bar span { display: grid; place-items: center; text-align: center; }
.level-bar .beginner { background: #39a8dd; }.level-bar .intermediate { background: #1377b8; }.level-bar .advanced { background: #073f67; }
.slope-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 25px 0 0; border-top: 1px solid var(--area-line); }
.slope-specs div { display: flex; justify-content: space-between; gap: 15px; padding: 13px 5px; border-bottom: 1px solid var(--area-line); }
.slope-specs dt { color: var(--area-muted); }.slope-specs dd { margin: 0; font-weight: 800; text-align: right; }
.facility-details { padding: 0; }
.facility-details summary { padding: 20px 25px; color: var(--area-deep); font-weight: 800; cursor: pointer; }
.facility-details > div { padding: 0 25px 20px; color: var(--area-muted); font-size: 13px; }

.resort-seo-copy { padding-top: 62px; }
.resort-prose { max-width: 900px; }
.resort-prose p { font-size: 13px; color: #526775; }
.mobile-search-cta { display: none; }

/* =========================================
   苗場・交通カード 明るい透明感デザイン
   必ずCSSの一番最後に記述
========================================= */

.travel-style-card.travel-style-card--photo {
  color: #0f172a !important;
  background: #edf8ff !important;
  border: 1px solid rgba(255, 255, 255, 0.95) !important;
  box-shadow:
    0 8px 24px rgba(14, 116, 180, 0.1),
    inset 0 1px 0 #fff !important;
}

/* 写真自体を明るく・薄くする */
.travel-style-card.travel-style-card--photo::before {
  opacity: 0.92 !important;
  filter:
    brightness(1.28)
    saturate(0.8)
/*    contrast(0.86) !important;*/
}

/* 暗いグラデーションを白いレイヤーで完全に上書き */
.travel-style-card.travel-style-card--photo::after {
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.38) 0%,
      rgba(255, 255, 255, 0.55) 45%,
      rgba(255, 255, 255, 0.97) 100%
    ) !important;
}

/* ラベル */
.travel-style-card--photo .travel-style-card__label {
  color: #0369a1 !important;
  background: rgba(255, 255, 255, 0.86) !important;
  border-color: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 3px 12px rgba(3, 105, 161, 0.1) !important;
}

/* タイトル */
.travel-style-card--photo .travel-style-card__body strong {
  color: #0f172a !important;
  text-shadow:
    0 1px 0 #fff,
    0 0 8px rgba(255, 255, 255, 0.95) !important;
}

/* 補足文 */
.travel-style-card--photo .travel-style-card__body small {
  color: #334155 !important;
  text-shadow: 0 1px 3px rgba(255, 255, 255, 0.95) !important;
}

/* ホバー時も暗くしない */
.travel-style-card.travel-style-card--photo:hover::before {
  opacity: 0.68 !important;
  filter:
    brightness(1.3)
    saturate(0.85)
    contrast(0.88) !important;
}

/* =====================================================
エリアガイド
===================================================== */

.resort-heading__lead {
  max-width: 680px;
  margin: 10px auto 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.guide-card {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  box-shadow: 0 7px 24px rgba(15, 23, 42, 0.07);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.guide-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 34px rgba(15, 23, 42, 0.12);
}

.guide-card > a {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none !important;
}

/* 上部ビジュアル */

.guide-card__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 105px;
  overflow: hidden;
}

.guide-card--rental .guide-card__visual {
  background:
    radial-gradient(circle at 75% 20%, #bae6fd, transparent 45%),
    linear-gradient(135deg, #e0f2fe, #f8fcff);
}

.guide-card--spa .guide-card__visual {
  background:
    radial-gradient(circle at 75% 20%, #fed7aa, transparent 45%),
    linear-gradient(135deg, #fff7ed, #fff);
}

.guide-card--hotel .guide-card__visual {
  background:
    radial-gradient(circle at 75% 20%, #c7d2fe, transparent 45%),
    linear-gradient(135deg, #eef2ff, #fff);
}

.guide-card__icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: #fff;
  background: #087bf5;
  border: 5px solid rgba(255, 255, 255, 0.75);
  border-radius: 18px;
  box-shadow: 0 8px 20px rgba(8, 123, 245, 0.2);
  font-size: 28px;
}

.guide-card--spa .guide-card__icon {
  background: #e66a25;
  box-shadow: 0 8px 20px rgba(230, 106, 37, 0.2);
}

.guide-card--hotel .guide-card__icon {
  background: #4f46e5;
  box-shadow: 0 8px 20px rgba(79, 70, 229, 0.2);
}

.guide-card__category {
  position: absolute;
  top: 12px;
  left: 13px;
  color: #64748b;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

/* 内容 */

.guide-card__body {
  display: flex;
  flex-direction: column;
  height: calc(100% - 105px);
  padding: 18px;
}

.guide-card__body h3 {
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.4;
}

.guide-card__body > p {
  min-height: 4.8em;
  margin: 0;
  color: #64748b;
  font-size: 12px;
  line-height: 1.7;
}

/* ページ内で分かる情報 */

.guide-card__points {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 14px 0;
  padding: 0;
  list-style: none;
}

.guide-card__points li {
  margin: 0;
  padding: 5px 8px;
  color: #0369a1;
  background: #eaf6ff;
  border-radius: 6px;
  font-size: 9px;
  font-weight: 800;
}

.guide-card--spa .guide-card__points li {
  color: #c2410c;
  background: #fff1e7;
}

.guide-card--hotel .guide-card__points li {
  color: #4338ca;
  background: #eef2ff;
}

/* おすすめ対象 */

.guide-card__recommend {
  margin-bottom: 15px;
  padding: 10px 11px;
  background: #f8fafc;
  border-left: 3px solid #38bdf8;
  border-radius: 0 8px 8px 0;
}

.guide-card__recommend strong,
.guide-card__recommend span {
  display: block;
}

.guide-card__recommend strong {
  margin-bottom: 2px;
  color: #64748b;
  font-size: 9px;
}

.guide-card__recommend span {
  color: #334155;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
}

/* CTA */

.guide-card__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 13px;
  color: #087bf5;
  border-top: 1px solid #e2e8f0;
  font-size: 12px;
  font-weight: 900;
}

.guide-card__link i {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #fff;
  background: #087bf5;
  border-radius: 50%;
  font-style: normal;

}

.guide-card__icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/*ゲレコンコンテナ*/
.gelecon-container { 
	 width: min(1120px, calc(100%)); 
	 padding:20px 0;
	 background-color: #fff;
	 margin-inline: auto;
	 border-radius: 18px;
}


@media (max-width: 900px) {
  .resort-hero { min-height: 630px; background-position: 62% center; }
/*  .resort-hero__shade { background: linear-gradient(0deg, rgba(3,37,59,.92) 0%, rgba(3,37,59,.52) 66%, rgba(3,37,59,.12) 100%); }*/
  .resort-hero__inner { display: block; padding-block: 100px 58px; }
  .resort-hero__copy { width: 100%; }
  .resort-hero__cta { display: block; width: min(340px, 100%); margin-top: 28px; margin-left:auto; margin-right:auto; }
  .resort-stats__grid { grid-template-columns: repeat(3, 1fr); }
  .resort-stats__grid > div:nth-child(4) { border-left: 0; }
  .resort-stats__grid > div:nth-child(n+4) { border-top: 1px solid var(--area-line); }
  .travel-style-grid { grid-template-columns: 1fr 1fr; }
  .resort-search__box { grid-template-columns: 1fr; }
  .resort-search__intro { padding: 25px; }
  .reason-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  /* SP：写真と文章を横並びにする */
  .reason-card {
    display: grid;
    grid-template-columns: 38% minmax(0, 1fr);
    min-height: 145px;
    border-radius: 14px;
  }

  .reason-card > img {
    width: 100%;
    height: 100%;
    min-height: 145px;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center;
  }

  .reason-card > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 13px 12px;
  }

  .reason-card > div > span {
    width: 28px;
    height: 20px;
    margin-bottom: 6px;
    border-radius: 5px;
    font-size: 9px;
  }

  .reason-card h3 {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.4;
  }

  /* 既存CSSで非表示になっていても文章を表示 */
  .reason-card p {
    display: -webkit-box !important;
    overflow: hidden;
    margin: 0;
    line-height: 1.55;
/*
    font-size: 9px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
*/
  }
  .resort-benefits__inner { grid-template-columns: 1fr; gap: 30px; }
  .guide-grid { grid-template-columns: 1fr; }
}


@media (max-width: 600px) {
  .resort-container, .resort-breadcrumb { width: min(100% - 28px, 1120px); }
  .resort-breadcrumb { overflow: hidden; white-space: nowrap; }
  .resort-hero { min-height: 620px; }
  .resort-hero__inner { padding-block: 80px 54px; }
  .resort-hero h1 { font-size: 32px; }
  .resort-hero__lead { font-size: 20px; }
  .resort-hero__text { font-size: 13px; }
  .resort-section { padding: 54px 0; }
  .resort-stats { margin-top: -24px; }
  .resort-stats__grid > div { padding: 14px 4px; }
  .resort-stats strong { font-size: 21px; }
  .travel-style-grid { gap: 10px; }
　.gelecon-container {width: 100%; margin-inline: 0;}

/*
  .travel-style-card { padding: 18px 13px; }
  .travel-style-card__icon { width: 42px; height: 42px; }
  .travel-style-card strong { font-size: 14px; }
  .travel-style-card small { font-size: 10px; }
*/
  .travel-style-card--photo {
    min-height: 180px;
    padding: 14px;
    border-radius: 15px;
  }
  .travel-style-card--photo::before {
    background-position:
      var(--travel-card-position-sp, var(--travel-card-position, center center));
  }
  .travel-style-card__body {
    margin-top: 30px;
/*    padding-right: 38px;*/
  }

  .travel-style-card__body strong {
    font-size: 16px;
  }

  .travel-style-card__body::after {
    right: 13px;
    bottom: 13px;
/*
    width: 31px;
    height: 31px;
*/
  }
}
  .resort-search { padding: 48px 0; }
  .resort-search__body { padding: 18px 14px; }

  /* SP：写真と文章を横並びにする */
  .reason-card {
    display: grid;
    grid-template-columns: 38% minmax(0, 1fr);
    min-height: 145px;
    border-radius: 14px;
  }

  .reason-card > img {
    width: 100%;
    height: 100%;
    min-height: 145px;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center;
  }

  .reason-card > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 13px 12px;
  }

  .reason-card > div > span {
    width: 28px;
    height: 20px;
    margin-bottom: 6px;
    border-radius: 5px;
    font-size: 9px;
  }

  .reason-card h3 {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.4;
  }

  .benefit-list { grid-template-columns: 1fr; }
  .slope-levels { padding: 20px 15px; }
  .level-bar { font-size: 10px; }
  .slope-specs { grid-template-columns: 1fr; }
  .mobile-search-cta { position: fixed; z-index: 100; right: 0; bottom: 0; left: 0; display: block; padding: 9px 14px calc(9px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.96); box-shadow: 0 -5px 20px rgba(4,55,86,.14); }
  .mobile-search-cta a { display: block; padding: 12px; border-radius: 10px; color: #fff; background: var(--area-orange); font-weight: 800; text-align: center; text-decoration: none; }
/*  .resort-page footer { padding-bottom: 72px; }*/
}

@media (prefers-reduced-motion: reduce) {
  .resort-page *, .resort-page *::before, .resort-page *::after { scroll-behavior: auto !important; transition: none !important; }
}


/* =====================================================
   エリアガイド
===================================================== */

@media screen and (max-width: 640px) {
  .resort-heading__lead {
    font-size: 11px;
    text-align: left;
  }

  .guide-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 18px;
  }

  .guide-card > a {
    display: grid;
    grid-template-columns: 105px minmax(0, 1fr);
  }

  .guide-card__visual {
    height: 100%;
    min-height: 205px;
  }

  .guide-card__category {
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
  }

  .guide-card__icon {
    width: 48px;
    height: 48px;
    border-width: 4px;
    border-radius: 14px;
    font-size: 23px;
  }

  .guide-card__body {
    height: auto;
    padding: 13px 12px;
  }

  .guide-card__body h3 {
    margin-bottom: 5px;
    font-size: 15px;
  }

  .guide-card__body > p {
    min-height: 0;
    font-size: 10px;
    line-height: 1.55;
  }

  .guide-card__points {
    margin: 9px 0;
  }

  .guide-card__points li {
    padding: 4px 6px;
    font-size: 8px;
  }

  .guide-card__recommend {
    margin-bottom: 9px;
    padding: 7px 8px;
  }

  .guide-card__recommend strong {
    display: none;
  }

  .guide-card__recommend span {
    font-size: 9px;
  }

  .guide-card__link {
    padding-top: 9px;
    font-size: 10px;
  }

  .guide-card__link i {
    width: 25px;
    height: 25px;
  }

}

/*-------------------
ゲレンデリンク
---------------------*/
.resort-other {
  background: #f3f8fc;
}

.resort-other__nav {
  max-width: 1100px;
  margin: 20px auto 0;
}

.resort-other__group + .resort-other__group {
  margin-top: 18px;
}

.resort-other__group h3 {
  margin: 0 0 8px;
  padding-left: 9px;
  border-left: 3px solid #0877bd;
  color: #173b55;
  font-size: .95rem;
}

.resort-other__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.resort-other__grid a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  min-height: 44px;
  padding: 8px 11px;
  border: 1px solid #d8e8f2;
  border-radius: 8px;
  background: #fff;
  color: #173b55;
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.resort-other__grid a span {
  flex: none;
  color: #0877bd;
}

.resort-other__grid a[aria-current="page"] {
  border-color: #0877bd;
  background: #e8f5fc;
}

.resort-other__grid a {
  transition: border-color .2s, box-shadow .2s, transform .2s;
}

.resort-other__grid a:hover,
.resort-other__grid a:focus-visible {
  border-color: #0877bd;
  box-shadow: 0 6px 16px rgba(24, 73, 105, .13);
  transform: translateY(-2px);
}

.resort-other__all {
  margin-top: 18px;
  text-align: center;
}

.resort-other {
  padding: 36px 0;
  background: #f3f8fc;
}


@media (max-width: 767px) {
  .resort-other__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .resort-other__grid a {
    min-height: 48px;
    font-size: .82rem;
  }
  .resort-other__grid a {
    transition: none;
  }
  .resort-other {
    padding: 28px 0 80px; /* スマホ下部の固定バーとの重なりを防ぐ */
  }
}
