/* 岡ジャズトレイン train2 カード */
.train2-cards__lead-title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #2c5a94;
  margin: 0 0 20px;
  padding: 12px 16px;
  line-height: 1.5;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 0 2px 4px rgba(0,0,0,0.15);
  letter-spacing: 0.02em;
}
@media (max-width: 639px) {
  .train2-cards__lead-title { font-size: 16px; padding: 10px 8px; }
}

/* スマホ：カードへジャンプ */
.train2-cards__jump { display: none; }
@media (max-width: 959px) {
  .train2-cards__jump {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin: 0 0 20px;
    padding: 0 12px;
  }
  .train2-cards__jump-btn {
    flex: 1;
    max-width: 168px;
    display: block;
    padding: 12px 10px;
    font-size: 15px;
    font-weight: bold;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    line-height: 1.3;
  }
  .train2-cards__jump-btn:hover { opacity: 0.88; color: #fff; text-decoration: none; }
  .train2-cards__jump-btn--am { background: #d34e43; }
  .train2-cards__jump-btn--pm { background: #2c5a94; }
  #train2-card-am,
  #train2-card-pm { scroll-margin-top: 72px; }
}
.train2-cards { margin: 24px 0 40px; }
.train2-cards__grid { display: flex; flex-wrap: wrap; gap: 20px; align-items: flex-start; }
.train2-card { flex: 1 1 420px; max-width: 100%; background: #fff; box-shadow: 0 2px 16px rgba(0,0,0,0.15); overflow: hidden; }

/* ヘッダー */
.train2-card__head { display: flex; justify-content: space-between; align-items: center; padding: 12px 18px; color: #fff; }
.train2-card--am .train2-card__head { background: #d34e43; }
.train2-card--pm .train2-card__head { background: #2c5a94; }
.train2-card__head-ja { font-size: 20px; font-weight: bold; }
.train2-card__head-en { font-size: 26px; font-style: italic; font-family: Georgia, "Times New Roman", serif; }

/* 本文エリア */
.train2-card__inner { padding: 16px 16px 0; }
.train2-card--am .train2-card__catch { color: #d34e43; }
.train2-card--pm .train2-card__catch { color: #2c5a94; }
.train2-card__catch { font-size: 16px; font-weight: bold; line-height: 1.6; margin: 0 0 10px; }
.train2-card__desc { font-size: 13px; line-height: 1.8; color: #222; margin: 0 0 14px; }

/* 画像 */
.train2-card__img-main { margin: 0 0 8px; }
.train2-card__img-main img { width: 100%; height: auto; display: block; }
.train2-card__img-composite { margin: 0 0 14px; }
.train2-card__img-composite img { width: 100%; height: auto; display: block; }
.train2-card__img-main figcaption,
.train2-card__img-sub figcaption { font-size: 10px; color: #666; text-align: center; margin-top: 3px; line-height: 1.35; }
.train2-card__img-row { display: flex; gap: 6px; margin-bottom: 14px; flex-wrap: wrap; }
.train2-card__img-sub { flex: 1 1 80px; margin: 0; }
.train2-card__img-sub img { width: 100%; height: 72px; object-fit: cover; background: #eee; display: block; }
.train2-card__img-row--top { margin-bottom: 8px; margin-top: 0; }

/* 料金（チラシ風） */
.train2-card__price-sec { margin: 0 0 16px; padding: 12px 0; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.train2-card__price-h { font-size: 13px; font-weight: bold; margin: 0 0 8px; }
.train2-card__price-row { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 4px; font-size: 13px; }
.train2-card__price-num { font-size: 28px; font-weight: bold; line-height: 1.2; }
.train2-card--am .train2-card__price-num { color: #d34e43; }
.train2-card--pm .train2-card__price-num { color: #2c5a94; }
.train2-card__price-code { font-size: 12px; color: #555; margin-top: 6px; }

/* 各セクション見出し */
.train2-card__block { margin-bottom: 20px; }
.train2-card__block-h {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 12px;
  padding: 10px 14px;
  line-height: 1.45;
  border-left: 5px solid;
  border-bottom: none;
  letter-spacing: 0.02em;
}
.train2-card--am .train2-card__block-h {
  color: #d34e43;
  border-left-color: #d34e43;
  background: linear-gradient(90deg, rgba(211,78,67,0.14) 0%, rgba(211,78,67,0.03) 100%);
}
.train2-card--pm .train2-card__block-h {
  color: #2c5a94;
  border-left-color: #2c5a94;
  background: linear-gradient(90deg, rgba(44,90,148,0.14) 0%, rgba(44,90,148,0.03) 100%);
}
@media (max-width: 639px) {
  .train2-card__block-h { font-size: 16px; padding: 8px 12px; }
}

/* スケジュール */
.train2-card__tbl { width: 100%; font-size: 12px; border-collapse: collapse; }
.train2-card__tbl td { padding: 5px 4px; border-bottom: 1px solid #eee; vertical-align: top; }
.train2-card__tbl td:first-child { font-weight: bold; white-space: nowrap; width: 68px; color: #444; }

/* 出演者 */
.train2-card__perf { margin-bottom: 14px; padding-bottom: 14px; border-bottom: 1px dashed #ddd; }
.train2-card__perf:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.train2-card__perf-photos { display: flex; gap: 6px; margin-bottom: 8px; }
.train2-card__perf-photos img { width: 48%; height: auto; object-fit: contain; }
.train2-card__perf-group { font-size: 14px; font-weight: bold; margin: 0 0 6px; }
.train2-card__perf-name { font-size: 13px; font-weight: bold; margin: 0 0 2px; }
.train2-card__perf-desc { font-size: 11px; line-height: 1.65; margin: 0 0 8px; color: #333; }

/* 予約ボタン */
.train2-card__book { font-size: 12px; line-height: 1.7; }
.train2-card__book-btn-wrap { margin: 0; text-align: center; }
.train2-card__book-btn {
  display: inline-block;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none;
  border-radius: 4px;
  transition: opacity 0.2s;
}
.train2-card__book-btn:hover { opacity: 0.85; color: #fff; text-decoration: none; }
.train2-card--am .train2-card__book-btn { background: #d34e43; }
.train2-card--pm .train2-card__book-btn { background: #2c5a94; }

/* ツアーのポイント（紹介文の直下・強調） */
.train2-card__points { padding: 14px 16px 16px; color: #fff; }
.train2-card__points--featured {
  margin: 0 -16px 18px;
  padding: 16px 18px 18px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.18);
  border-top: 3px solid rgba(255,255,255,0.45);
  border-bottom: 3px solid rgba(255,255,255,0.45);
}
.train2-card--am .train2-card__points { background: #d34e43; }
.train2-card--pm .train2-card__points { background: #2c5a94; }
.train2-card__points-h { text-align: center; font-size: 16px; font-weight: bold; margin: 0 0 12px; display: flex; align-items: center; gap: 8px; }
.train2-card__points--featured .train2-card__points-h { font-size: 20px; font-weight: bold; letter-spacing: 0.03em; }
.train2-card__points-h::before, .train2-card__points-h::after { content: ""; flex: 1; height: 1px; background: rgba(255,255,255,0.55); }
.train2-card__points ul { list-style: none; padding: 0; margin: 0; font-size: 13px; line-height: 1.75; }
.train2-card__points--featured ul { font-size: 17px; font-weight: 500; line-height: 1.7; }
.train2-card__points li { margin-bottom: 4px; }
.train2-card__points--featured li { letter-spacing: -0.01em; }
.train2-card__points .hl { color: #ffe066; font-weight: bold; }
.train2-card__points-note { font-size: 11px; text-align: right; margin: 10px 0 0; opacity: 0.95; }

/* 共通注意事項 */
.train2-phone-shared {
  margin: 30px 0 20px;
  padding: 16px 20px;
  background: #fff;
  border: 2px solid #2c5a94;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.75;
  text-align: center;
}
.train2-phone-shared p { margin: 0; }
.train2-phone-shared a {
  color: #2c5a94;
  font-weight: bold;
  text-decoration: none;
}
.train2-phone-shared a:hover { text-decoration: underline; }
.train2-notes { margin-top: 24px; padding: 16px; background: #f5f5f5; font-size: 12px; line-height: 1.75; }
.train2-notes h4 { font-size: 14px; margin: 0 0 8px; }

@media (max-width: 959px) {
  .train2-cards__grid { flex-direction: column; }
  .train2-card { flex: 1 1 100%; }
}
