@charset "utf-8";

.special-hatsumoude {
  --hatsu-bg-top: #f7f0e4;
  --hatsu-bg-bottom: #fcfaf4;
  --hatsu-surface: rgba(255, 255, 255, 0.94);
  --hatsu-border: rgba(136, 36, 32, 0.14);
  --hatsu-red: #8e2320;
  --hatsu-gold: #ab7b32;
  --hatsu-ink: #3e3129;
  --hatsu-subtext: #65574d;
  --hatsu-shadow: 0 24px 48px rgba(107, 72, 34, 0.1);
  background:
    radial-gradient(circle at top right, rgba(190, 142, 55, 0.12), transparent 22%),
    radial-gradient(circle at top left, rgba(142, 35, 32, 0.08), transparent 24%),
    linear-gradient(180deg, var(--hatsu-bg-top) 0%, var(--hatsu-bg-bottom) 100%);
  color: var(--hatsu-ink);
  padding: 0 0 88px;
}

.special-hatsumoude-content {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.special-hatsumoude #main.col-left.special {
  float: none;
  width: 100%;
  background: transparent;
}

.special-hatsumoude img {
  display: block;
  max-width: 100%;
  height: auto;
}

.special-hatsumoude .page-nav {
  color: var(--hatsu-subtext);
}

.special-hatsumoude .page-nav li,
.special-hatsumoude .page-nav li::after {
  color: var(--hatsu-subtext);
}

.special-hatsumoude .page-nav a,
.special-hatsumoude a {
  color: var(--hatsu-red);
}

.special-hatsumoude .hatsumoude-hero,
.special-hatsumoude .hatsumoude-section,
.special-hatsumoude .hatsumoude-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--hatsu-border);
  border-radius: 28px;
  background: var(--hatsu-surface);
  box-shadow: var(--hatsu-shadow);
}

.special-hatsumoude .hatsumoude-hero {
  margin-top: 10px;
  padding: 28px;
}

.special-hatsumoude .hatsumoude-hero__visual img {
  width: 100%;
  border-radius: 22px;
}

.special-hatsumoude .hatsumoude-hero__lead {
  margin-top: 20px;
  padding: 24px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 250, 242, 0.96) 0%, rgba(255, 255, 255, 0.88) 100%);
}

.special-hatsumoude .hatsumoude-hero__lead p,
.special-hatsumoude .hatsumoude-card__text,
.special-hatsumoude .hatsumoude-info-table td,
.special-hatsumoude .hatsumoude-card figcaption,
.special-hatsumoude .hatsumoude-card__note {
  margin: 0;
  color: var(--hatsu-subtext);
  line-height: 1.9;
}

.special-hatsumoude .hatsumoude-hero__actions {
  margin-top: 20px;
}

.special-hatsumoude .hatsumoude-hero__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #8e2320 0%, #b5412c 100%);
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
}

.special-hatsumoude .hatsumoude-section {
  margin-top: 28px;
  padding: 30px;
}

.special-hatsumoude .hatsumoude-section__heading {
  margin-bottom: 22px;
}

.special-hatsumoude .hatsumoude-section__heading p {
  margin: 0 0 10px;
  color: var(--hatsu-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.special-hatsumoude .hatsumoude-section__heading h2 {
  margin: 0;
  padding-top: 0 !important;
  color: var(--hatsu-ink);
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.3;
}

.special-hatsumoude .hatsumoude-section__heading h2::after {
  content: none !important;
  display: none !important;
}

.special-hatsumoude .hatsumoude-spot-list {
  display: grid;
  gap: 22px;
}

.special-hatsumoude .hatsumoude-card {
  padding: 24px;
}

.special-hatsumoude .hatsumoude-card__head {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  margin-bottom: 18px;
}

.special-hatsumoude .hatsumoude-card__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8e2320 0%, #c04e37 100%);
  color: #fff5e7;
  font-size: 28px;
  font-weight: 800;
}

.special-hatsumoude .hatsumoude-card__titles h3 {
  margin: 0;
  color: var(--hatsu-ink);
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: 1.35;
}

.special-hatsumoude .hatsumoude-card__catch {
  margin: 10px 0 0;
  color: var(--hatsu-red);
  font-weight: 700;
  line-height: 1.7;
}

.special-hatsumoude .hatsumoude-card__note {
  margin-top: 8px;
  color: var(--hatsu-red);
  font-weight: 700;
}

.special-hatsumoude .hatsumoude-card__body {
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  gap: 24px;
}

.special-hatsumoude .hatsumoude-card__gallery {
  display: grid;
  gap: 14px;
}

.special-hatsumoude .hatsumoude-card__gallery.is-multi {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.special-hatsumoude .hatsumoude-card__gallery figure {
  margin: 0;
}

.special-hatsumoude .hatsumoude-card__gallery img {
  width: 100%;
  border-radius: 18px;
}

.special-hatsumoude .hatsumoude-card figcaption {
  margin-top: 8px;
  font-size: 13px;
}

.special-hatsumoude .hatsumoude-card__text--tight {
  margin-top: 12px;
}

.special-hatsumoude .hatsumoude-card__list {
  margin: 8px 0 0;
  padding-left: 0;
  list-style: none;
  color: var(--hatsu-subtext);
  line-height: 1.9;
}

.special-hatsumoude .hatsumoude-info-table {
  width: 100%;
  margin-top: 16px;
  border-collapse: collapse;
}

.special-hatsumoude .hatsumoude-info-table th,
.special-hatsumoude .hatsumoude-info-table td {
  padding: 13px 0;
  vertical-align: top;
  border-top: 1px solid rgba(136, 36, 32, 0.1);
}

.special-hatsumoude .hatsumoude-info-table th {
  width: 84px;
  padding-right: 18px;
  color: var(--hatsu-gold);
  font-weight: 700;
  text-align: left;
  line-height: 1.8;
}

.special-hatsumoude .hatsumoude-map iframe {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 20px;
}

.special-hatsumoude .hatsumoude-related__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 4px;
}

.special-hatsumoude .hatsumoude-related__list .col {
  width: auto;
  margin: 0;
  float: none;
}

.special-hatsumoude .hatsumoude-related__list .spot-card a {
  display: block;
  height: 100%;
}

.special-hatsumoude .hatsumoude-related-spot-card .hatsumoude-mini-spot__thumb {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 14px;
  background: rgba(142, 35, 32, 0.06);
}

.special-hatsumoude .hatsumoude-related-spot-card .hatsumoude-mini-spot__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.special-hatsumoude .hatsumoude-related__action {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.special-hatsumoude .hatsumoude-related__action a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid rgba(142, 35, 32, 0.2);
  background: rgba(255, 255, 255, 0.88);
  color: var(--hatsu-red) !important;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .special-hatsumoude .hatsumoude-card__body {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .special-hatsumoude {
    padding-bottom: 64px;
  }

  .special-hatsumoude-content {
    padding: 0 14px;
  }

  .special-hatsumoude .hatsumoude-hero,
  .special-hatsumoude .hatsumoude-section,
  .special-hatsumoude .hatsumoude-card {
    padding: 20px;
    border-radius: 22px;
  }

  .special-hatsumoude .hatsumoude-card__head {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .special-hatsumoude .hatsumoude-card__number {
    width: 52px;
    height: 52px;
    font-size: 22px;
  }

  .special-hatsumoude .hatsumoude-card__titles h3 {
    font-size: 22px;
  }

  .special-hatsumoude .hatsumoude-card__gallery.is-multi {
    grid-template-columns: 1fr;
  }

  .special-hatsumoude .hatsumoude-related__list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .special-hatsumoude .hatsumoude-info-table th,
  .special-hatsumoude .hatsumoude-info-table td {
    display: block;
    width: 100%;
    padding: 10px 0;
  }

  .special-hatsumoude .hatsumoude-info-table th {
    padding-bottom: 0;
  }
}
