@charset "UTF-8";
/* ========================================================================
   SNOW トップページ（/snow/index.html）専用スタイル
   既存スキー場LP（GALA湯沢 等）のトンマナに合わせたデザイントークンを使用
======================================================================== */

:root {
  --sn-navy: #0f172a;
  --sn-slate-800: #1e293b;
  --sn-slate-700: #334155;
  --sn-slate-600: #475569;
  --sn-slate-500: #64748b;
  --sn-slate-400: #94a3b8;
  --sn-slate-200: #e2e8f0;
  --sn-slate-100: #f1f5f9;
  --sn-slate-50: #f8fafc;
  --sn-blue-600: #0284c7;
  --sn-blue-500: #0ea5e9;
  --sn-blue-400: #38bdf8;
  --sn-red: #ad0808;
  --sn-orange-bg: #fff7ed;
  --sn-orange-border: #fed7aa;
  --sn-orange-text: #7c2d12;
  --sn-orange-link: #c2410c;
}

.snow-hub, .snow-hub * {
  box-sizing: border-box;
}

.snow-hub {
  font-family: "Noto Sans JP", system-ui, sans-serif;
  color: var(--sn-slate-800);
  overflow: hidden;
  padding-top: 111px;
}

@media (max-width: 767px) {
  .snow-hub {
    padding-top: 61px;
  }
}

.snow-hub img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.snow-hub a {
  text-decoration: none;
  color: inherit;
}

.snow-hub :where(h1, h2, h3, p, ul) {
  margin: 0;
  padding: 0;
}

.snow-hub ul {
  list-style: none;
}

.snow-hub .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* ========== パンくずリスト ========== */
.breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
}

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb li {
  font-size: 1.2rem;
  color: var(--sn-slate-400);
}

.breadcrumb li + li::before {
  content: "/";
  margin: 0 0.5em;
  color: var(--sn-slate-400);
}

.breadcrumb a {
  color: var(--sn-slate-400);
  text-decoration: none;
}

.breadcrumb a:hover {
  color: var(--sn-blue-600);
}

.breadcrumb li[aria-current="page"] {
  color: var(--sn-slate-600);
  font-weight: 600;
}

/* ========== HERO ========== */
.hub-hero {
  position: relative;
  padding: 5rem 0 4rem;
  background: url(../img/main-top.png) no-repeat top center / cover, #0f172a;
  text-align: center;
}

@media (max-width: 767px) {
  .hub-hero {
    padding: 3.5rem 0 3rem;
    background: url(../img/main-sp-top.png) no-repeat top center / cover, #0f172a;
  }
}

.hub-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top, rgba(56,189,248,0.35), rgba(15,23,42,0.75) 55%, rgba(0,0,0,0.85));
}

.hub-hero__inner {
  position: relative;
  z-index: 1;
}

.hub-hero__eyebrow {
  display: inline-block;
  padding: 0.4rem 1.2rem;
  border-radius: 9999px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.3);
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.hub-hero__title {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.4;
  text-shadow: 0 4px 20px rgba(0,0,0,0.5);
  margin-bottom: 1.25rem;
}

.hub-hero__title strong {
  color: var(--sn-blue-400);
}

@media (min-width: 768px) {
  .hub-hero__title {
    font-size: 3.4rem;
  }
}

.hub-hero__subtitle {
  max-width: 60rem;
  margin: 0 auto;
  color: #e2e8f0;
  font-size: 1.35rem;
  line-height: 1.8;
  text-shadow: 0 2px 10px rgba(0,0,0,0.4);
}

@media (min-width: 768px) {
  .hub-hero__subtitle {
    font-size: 1.6rem;
  }
}

/* ========== エリアバッジ ========== */
.hub-hero__badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.hub-hero__badges li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 9999px;
  padding: 0.5rem 1.1rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
}

@media (max-width: 480px) {
  .hub-hero__badges {
    flex-direction: column;
    align-items: center;
  }

  .hub-hero__badges li {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }
}

/* ========== エリアマップ ========== */
.area-map {
  background: #fff;
  padding: 4rem 0;
}

@media (min-width: 768px) {
  .area-map {
    padding: 5rem 0;
  }
}

.area-map__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: start;
}

@media (min-width: 768px) {
  .area-map__grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: 3rem;
  }
}

.area-map__visual {
  min-width: 0;
}

/* 地図画像 + HTMLラベル方式（snow/img/map-higashinihon-base.svg を <img> で表示） */
.area-map__figure {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin-inline: auto;
}

.area-map__base {
  display: block;
  width: 100%;
  height: auto;
}

/* 実座標を示す小さいマーカー。ラベル本体は翻訳で文字数が増えるため、
   陸地の上ではなく空きスペース側にオフセットして配置している */
.area-map__marker {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.25);
  transform: translate(-50%, -50%);
}

.area-map__marker--tokyo {
  left: 69.5%;
  top: 91.3%;
  background: var(--sn-navy);
}

.area-map__marker--yuzawa {
  left: 62.7%;
  top: 71.1%;
  width: 12px;
  height: 12px;
  background: var(--sn-blue-600);
  z-index: 10;
}

.area-map__marker--nagano {
  left: 50.1%;
  top: 75.4%;
  background: var(--sn-blue-500);
}

/* 座標はすべて%で指定（pxを使うと地図の拡大縮小でラベルだけずれる） */
.area-map__label {
  position: absolute;
  transform: translate(-50%, -50%); /* 中心基準。翻訳で文字数が変わっても中心は動かない */
  font-size: clamp(11px, 1.6vw, 14px);
  line-height: 1.3;
  padding: 0.15em 0.5em;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--sn-slate-800);
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.12);
}

.area-map__label--tokyo {
  left: 72.0%;
  top: 86.0%;
}

.area-map__label--yuzawa {
  left: 78%;
  top: 60%;
  font-weight: 700;
  color: var(--sn-navy);
  border: 1px solid var(--sn-blue-400);
}

.area-map__label--nagano {
  left: 38%;
  top: 82%;
}

.area-map__label--shinkansen {
  left: 83%;
  top: 76%;
  color: var(--sn-blue-600);
  font-weight: 700;
}

.area-map__caption {
  max-width: 30rem;
  margin: 1rem auto 0;
  text-align: center;
  font-size: 1.15rem;
  color: var(--sn-slate-500);
  line-height: 1.6;
}

.area-map__info {
  min-width: 0;
}

.area-map__access {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.area-map__access-row {
  border-bottom: 1px solid var(--sn-slate-200);
  padding-bottom: 0.9rem;
}

.area-map__access-row dt {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--sn-navy);
}

.area-map__access-row dt a {
  color: var(--sn-navy);
}

.area-map__access-row dt a:hover {
  color: var(--sn-blue-600);
  text-decoration: underline;
}

.area-map__access-row dd {
  margin-top: 0.3rem;
  font-size: 1.2rem;
  color: var(--sn-slate-600);
  line-height: 1.5;
}

.area-map__note {
  margin-top: 1.5rem;
  font-size: 1.1rem;
  color: var(--sn-slate-500);
  line-height: 1.7;
}

/* ========== ①スキー場へのリンク ========== */
.resorts {
  background: var(--sn-slate-50);
  padding: 4rem 0;
}

@media (min-width: 768px) {
  .resorts {
    padding: 6rem 0;
  }
}

.section-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.section-header__title {
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--sn-navy);
  margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .section-header__title {
    font-size: 2.6rem;
  }
}

.section-header__subtitle {
  font-size: 1.35rem;
  color: var(--sn-slate-600);
  line-height: 1.7;
  max-width: 60rem;
  margin: 0 auto;
}

.resorts__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 600px) {
  .resorts__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .resorts__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.resort-card {
  display: block;
  background: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid var(--sn-slate-200);
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: box-shadow 0.3s, transform 0.3s;
}

.resort-card:hover {
  box-shadow: 0 10px 24px rgba(0,0,0,0.1);
  transform: translateY(-3px);
}

.resort-card__media {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}

.resort-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.resort-card__logo {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  background: rgba(255,255,255,0.92);
  border-radius: 0.6rem;
  padding: 0.3rem 0.6rem;
  max-width: 55%;
}

.resort-card__logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.resort-card__body {
  padding: 1.25rem 1.4rem 1.5rem;
}

.resort-card__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--sn-navy);
  margin-bottom: 0.5rem;
}

.resort-card__location {
  font-size: 1.15rem;
  color: var(--sn-slate-500);
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.resort-card__text {
  font-size: 1.25rem;
  color: var(--sn-slate-600);
  line-height: 1.6;
  margin-bottom: 0.9rem;
}

.resort-card__link {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--sn-blue-600);
}

.resort-card__link::after {
  content: " →";
}

/* ========== ②ガイド記事(NAVI)バナー ========== */
.navi-banner-wrap {
  background: #fff;
  padding: 0 0 4rem;
}

@media (min-width: 768px) {
  .navi-banner-wrap {
    padding: 0 0 6rem;
  }
}

.navi-banner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  background: var(--sn-orange-bg);
  border: 1px solid var(--sn-orange-border);
  border-radius: 1.25rem;
  padding: 2rem;
  text-align: center;
}

@media (min-width: 768px) {
  .navi-banner {
    flex-direction: row;
    text-align: left;
    padding: 2.5rem 3rem;
  }
}

.navi-banner__icon {
  font-size: 3rem;
  flex-shrink: 0;
}

.navi-banner__body {
  flex: 1;
}

.navi-banner__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--sn-orange-text);
  margin-bottom: 0.4rem;
}

@media (min-width: 768px) {
  .navi-banner__title {
    font-size: 2rem;
  }
}

.navi-banner__text {
  font-size: 1.3rem;
  color: var(--sn-orange-text);
  line-height: 1.6;
}

.navi-banner__btn {
  flex-shrink: 0;
  display: inline-block;
  background: var(--sn-orange-link);
  color: #fff;
  font-weight: 700;
  font-size: 1.35rem;
  padding: 0.9rem 2rem;
  border-radius: 0.75rem;
  transition: background 0.2s;
}

.navi-banner__btn:hover {
  background: #9a3412;
}

/* ========== ③ツアー検索エリア ========== */
.tour-search {
  background: var(--sn-slate-50);
  padding: 4rem 0 5rem;
}

@media (min-width: 768px) {
  .tour-search {
    padding: 6rem 0 7rem;
  }
}

/* 大分岐タブ */
.style-tabs {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin: 0 auto 2rem;
  flex-wrap: wrap;
}

.style-tab {
  cursor: pointer;
  border: 2px solid var(--sn-slate-200);
  background: #fff;
  color: var(--sn-slate-600);
  font-weight: 700;
  font-size: 1.5rem;
  padding: 1rem 2rem;
  border-radius: 9999px;
  transition: all 0.2s;
}

.style-tab .style-tab__icon {
  margin-right: 0.4rem;
}

.style-tab:hover {
  border-color: var(--sn-blue-400);
}

.style-tab.is-active {
  background: var(--sn-blue-600);
  border-color: var(--sn-blue-600);
  color: #fff;
  box-shadow: 0 6px 16px rgba(2,132,199,0.25);
}

/* フィルター */
.filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem 2.5rem;
  background: #fff;
  border: 1px solid var(--sn-slate-200);
  border-radius: 1.25rem;
  padding: 1.5rem 2rem;
  margin-bottom: 2rem;
}

.filter-group {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.filter-group__label {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--sn-slate-700);
}

.filter-btn {
  cursor: pointer;
  border: 1px solid var(--sn-slate-200);
  background: var(--sn-slate-100);
  color: var(--sn-slate-600);
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0.55rem 1.2rem;
  border-radius: 9999px;
  transition: all 0.2s;
}

.filter-btn:hover {
  border-color: var(--sn-blue-400);
}

.filter-btn.is-active {
  background: var(--sn-navy);
  border-color: var(--sn-navy);
  color: #fff;
}

/* 件数・条件表示 */
.tour-meta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  font-size: 1.25rem;
  color: var(--sn-slate-600);
  margin-bottom: 2rem;
}

.tour-meta-row .count-number {
  color: var(--sn-blue-600);
  font-weight: 700;
}

.no-result {
  display: none;
  text-align: center;
  color: var(--sn-red);
  font-weight: 700;
  font-size: 1.5rem;
  margin: 3rem 0;
}

/* ツアーカード本体（.tour-grid / .tour-card / .tour-badge 等）は
   css/tour-card.css に一本化し、GALA湯沢LPと共有している */

/* ========== ④よくある質問 ========== */
.faq {
  background: #fff;
  padding: 4rem 0 5rem;
}

@media (min-width: 768px) {
  .faq {
    padding: 5rem 0 6rem;
  }
}

.faq .section-header {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.faq__list {
  max-width: 90rem; /* 480px から変更。1200px(.inner)いっぱいには広げない */
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq__item {
  border: 1px solid var(--sn-slate-200);
  border-radius: 1rem;
  padding: 1.25rem 1.5rem;
  background: var(--sn-slate-50);
  transition: border-color 0.2s;
}

.faq__item:hover {
  border-color: var(--sn-blue-400);
}

.faq__question {
  position: relative;
  display: block;
  cursor: pointer;
  padding-right: 2.75rem;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--sn-navy);
  list-style: none;
}

.faq__question:hover {
  color: var(--sn-blue-600);
}

.faq__question:focus-visible {
  outline: 2px solid var(--sn-blue-500);
  outline-offset: 3px;
}

.faq__question::-webkit-details-marker {
  display: none;
}

.faq__question::before {
  content: "Q. ";
  color: var(--sn-blue-600);
}

/* 開閉アイコン（シェブロン）。DOMテキストではなくCSS疑似要素で描画 */
.faq__question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.3rem;
  width: 0.6em;
  height: 0.6em;
  margin-top: -0.45em;
  border-right: 2px solid var(--sn-slate-500);
  border-bottom: 2px solid var(--sn-slate-500);
  transform-origin: center;
  transform: rotate(45deg);
  transition: transform 0.25s ease;
}

.faq__item[open] .faq__question::after {
  transform: rotate(225deg);
}

.faq__item[open] .faq__question {
  margin-bottom: 0.75rem;
}

.faq__answer {
  font-size: 1.25rem;
  color: var(--sn-slate-700);
  line-height: 1.8;
}

.faq__answer p:first-child::before {
  content: "A. ";
  color: var(--sn-blue-600);
  font-weight: 700;
}

.faq__answer p + p {
  margin-top: 0.75rem;
}

.faq__answer a {
  color: var(--sn-blue-600);
  text-decoration: underline;
}

/* 地図のパルスアニメ */

/* .pulse-container {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(12px * 4.1);
	height: calc(12px * 4.1);
} */

.pulse-container {
  position: relative;
  width: 12px;
  height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pulse-dot {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #0284c7;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} 

.pulse-ring {
	position: absolute;
	width: 12px;
	height: 12px;
	background-color: #0284c7;
	border-radius: 50%;
	opacity: 0.8;
	animation: pulse-animation 2.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
	animation-delay: calc(2.5s / 3 * var(--i));
	animation-play-state: running;
}

.pulse-container:hover .pulse-ring {
	animation-play-state: running;
}

@keyframes pulse-animation {
	0% {
		transform: scale(1);
		opacity: 0.8;
	}
	100% {
		transform: scale(4.1);
		opacity: 0;
	}
}

.marker--yuzawa{
  position: absolute;
    left: 58%;
    top: 71.1%;

}