@charset "utf-8";

.special-bustour {
  --bustour-ink: #2d2c37;
  --bustour-sub: #68636f;
  --bustour-line: rgba(65, 66, 96, 0.12);
  --bustour-surface: rgba(255, 255, 255, 0.94);
  --bustour-archive: #0e7da5;
  --bustour-alert: #00b9ee;
  --bustour-red: #d70000;
  --bustour-shadow: 0 24px 50px rgba(35, 42, 78, 0.08);
  background:
    radial-gradient(circle at top right, rgba(14, 125, 165, 0.12), transparent 28%),
    radial-gradient(circle at top left, rgba(215, 0, 0, 0.06), transparent 24%),
    linear-gradient(180deg, #f5f7fb 0%, #fbfaf8 100%);
  color: var(--bustour-ink);
  padding: 0 0 88px;
}

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

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

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

.special-bustour .page-nav,
.special-bustour .page-nav li,
.special-bustour .page-nav li::after {
  color: var(--bustour-sub);
}

.special-bustour .page-nav a,
.special-bustour a {
  color: var(--bustour-archive);
}

.special-bustour .bustour-page,
.special-bustour .bustour-card {
  border: 1px solid var(--bustour-line);
  border-radius: 28px;
  background: var(--bustour-surface);
  box-shadow: var(--bustour-shadow);
}

.special-bustour .bustour-page {
  margin-top: 10px;
  padding: 30px;
}

.special-bustour .bustour-page h1 {
  margin: 0 0 20px;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  color: var(--bustour-ink);
  font-size: clamp(25px, 2.5vw, 34px);
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.special-bustour .bustour-page h1::after {
  content: none !important;
  display: none !important;
}

.special-bustour .bustour-page > p {
  margin: 0 0 12px;
  color: var(--bustour-sub);
  line-height: 1.9;
}

.special-bustour .bustour-tour-list {
  margin-top: 32px;
  display: grid;
  gap: 20px;
}

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

.special-bustour .bustour-card h2 {
  margin: 0;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  text-align: left;
  color: var(--bustour-red);
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.special-bustour .bustour-card h2::after {
  content: none !important;
  display: none !important;
}

.special-bustour .bustour-card__season {
  color: var(--bustour-ink);
  font-size: 0.7em;
}

.special-bustour .bustour-card__status {
  color: var(--bustour-alert);
}

.special-bustour .bustour-card__note {
  margin: 12px 0 0;
  color: var(--bustour-sub);
  line-height: 1.8;
}

.special-bustour .bustour-card__note a {
  color: var(--bustour-archive);
  font-weight: 700;
  text-decoration: none;
}

.special-bustour .bustour-card__image {
  margin-top: 12px;
  overflow: hidden;
  border-radius: 20px;
}

.special-bustour .bustour-card__image img {
  width: 100%;
}

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

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

  .special-bustour .bustour-page,
  .special-bustour .bustour-card {
    padding: 20px;
    border-radius: 22px;
  }

  .special-bustour .bustour-page h1 {
    font-size: 24px;
    line-height: 1.55;
  }

  .special-bustour .bustour-card h2 {
    font-size: 18px;
    line-height: 1.65;
  }

  .special-bustour .bustour-tour-list {
    gap: 18px;
  }

  .special-bustour .bustour-card__image {
    border-radius: 16px;
  }
}
