@charset "UTF-8";
@import url('https://fonts.googleapis.com/icon?family=Material+Icons+Round');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

/* ===========================
   アバスポさいたま — DARK THEME
   Base  : #111 / #1a1a1a / #000
   Text  : #fff
   Accent: #EBCE4A
   Design: SmartHR Design System 準拠
   Spacing: 8px grid (4/8/16/24/32/40/48/64px)
   Typography: Display 2rem / H1 1.5rem / Body 1rem / Small 0.857rem / Caption 0.75rem
   Line-height: Tight 1.25 / Normal 1.5 / Relaxed 1.75
   =========================== */

*, *::before, *::after { box-sizing: border-box; }

/* ===========================
   アイコン
   =========================== */
.mi {
  font-family: 'Material Icons Round';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
  vertical-align: middle;
  margin-right: 4px;
}
.mi-sm { font-size: 14px; }
.material-icons-round {
  font-family: 'Material Icons Round';
  font-size: 14px;
  vertical-align: text-bottom;
  margin-right: 4px;
  font-style: normal;
}

/* ===========================
   MV
   =========================== */
.mv {
  position: relative;
  overflow: hidden;
  margin: 0; padding: 0;
  background: #000;
}
.mv + p:empty, .mv + p { display: none !important; margin: 0 !important; }

#imageSlide { width: 100%; height: 400px; overflow: hidden; }
#imageSlide img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center top;
  display: block;
  /*filter: brightness(0.5);*/
}
@media (min-width: 737px) {
  #imageSlide { height: auto; max-height: 65vh; }
}

/* ===========================
   スティッキー CTA（スマホ専用）
   =========================== */
.ab-sticky-cta { display: none; }
@media (max-width: 767px) {
  .ab-sticky-cta {
    display: flex;
    position: fixed;
    bottom: 0; left: 0; right: 0;
    z-index: 9999;
    padding: 8px 16px;
    background: #000;
    border-top: 1px solid #222;
  }
  .ab-sticky-cta a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 44px;
    background: #EBCE4A !important;
    color: #000 !important;
    text-decoration: none !important;
    padding: 12px 16px;
    font-weight: 900;
    font-size: 0.857rem;
    letter-spacing: 0.06em;
    border-radius: 6px;
  }
  .ab-sticky-icon .mi { font-size: 2.4rem !important; color: #000 !important; margin: 0; }
  .ab-sticky-text { font-weight: 900; color: #000 !important; font-size: 0.857rem; }
  .ab-sticky-text span { display: block; font-size: 0.75rem; font-weight: 500; color: #333 !important; }
  .ab-container { padding-bottom: 72px; }
}

/* ===========================
   ヒーロー CTA
   =========================== */
.hero-cta {
  background: #000 !important;
  padding: 64px 24px !important;
  text-align: center;
  border-bottom: 1px solid #222;
}
.hero-cta .session-label {
  display: inline-block;
  color: #EBCE4A !important;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: 'Oswald', sans-serif;
}
.hero-cta .session-date {
  font-family: 'Oswald', 'Noto Sans JP', sans-serif;
  color: #fff !important;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}
.hero-cta .session-info {
  color: rgba(255,255,255,0.6) !important;
  font-size: 0.857rem;
  margin-bottom: 32px;
  line-height: 1.75;
}
.hero-cta .cta-btn-main {
  display: inline-block !important;
  background: #EBCE4A !important;
  color: #000 !important;
  font-weight: 900;
  font-size: 1rem;
  padding: 16px 48px;
  text-decoration: none !important;
  letter-spacing: 0.08em;
  border-radius: 6px;
  transition: opacity 0.2s;
  box-shadow: none !important;
  min-height: 44px;
  line-height: 1;
}
.hero-cta .cta-btn-main:hover { opacity: 0.85; }
.hero-cta .cta-note { color: rgba(255,255,255,0.4) !important; font-size: 0.75rem; margin-top: 16px; }
.hero-cta a:not(.cta-btn-main) { color: #EBCE4A !important; text-decoration: underline; }
.hero-cta, .hero-cta .session-label, .hero-cta .session-date,
.hero-cta .session-info, .hero-cta .cta-note { text-align: center !important; }

@media (min-width: 768px) {
  .hero-cta { padding: 88px 40px !important; }
  .hero-cta .session-date { font-size: 3.2rem; }
}
@media (max-width: 767px) {
  .hero-cta { padding: 48px 24px !important; }
  .hero-cta .session-date { font-size: 2rem; }
}

/* ===========================
   コンテナ
   =========================== */
.ab-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  background: #111;
  color: #fff;
  font-family: 'Noto Sans JP', "Hiragino Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

/* ===========================
   セクション共通
   =========================== */
.ab-section { padding: 34px 32px; }
.ab-section + .ab-section { border-top: 1px solid #222; }

/* セクションタイトル：英字ラベル＋日本語大見出し */
.ab-section-title {
  display: block;
  margin-bottom: 32px;
  border-left: none;
  padding-left: 0;
}
.ab-section-title .mi { display: none; }

.ab-title-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
/* 上段：英字ラベル（SmartHR Caption XS: 0.75rem） */
.ab-title-text > span:first-child {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  color: #EBCE4A;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
/* 下段：日本語見出し（SmartHR Display: 2rem / Heading 1: 1.5rem） */
.ab-title-text-ja {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 1.25;
}

@media (max-width: 767px) {
  .ab-section { padding: 48px 24px; }
  .ab-title-text-ja { font-size: 1.25rem; }
}
@media (min-width: 768px) {
  .ab-title-text-ja { font-size: 2rem; }
}

/* ===========================
   お知らせ
   =========================== */
.ab-notice {
  background: #1a1a1a;
  border-left: 3px solid #EBCE4A;
  padding: 16px 24px;
  font-size: 0.857rem;
  line-height: 1.75;
  color: rgba(255,255,255,0.7);
  margin-bottom: 24px;
}
.ab-notice a { color: #EBCE4A !important; }

/* ===========================
   インナーナビ（kumamon風グリッドカード）
   =========================== */
.ab-inner-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: #222;
}
.ab-inner-nav a {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  background: #111 !important;
  color: #fff !important;
  font-weight: 700;
  font-size: 0.857rem;
  padding: 24px;
  min-height: 44px;
  text-decoration: none !important;
  letter-spacing: 0.04em;
  transition: background 0.2s, color 0.2s;
  border: none !important;
  box-shadow: none !important;
}
.ab-inner-nav a:hover {
  background: #1a1a1a !important;
  color: #EBCE4A !important;
}
.ab-inner-nav a::after {
  content: '→';
  font-size: 1rem;
  color: #EBCE4A;
  flex-shrink: 0;
  margin-left: 8px;
}
.ab-inner-nav .mi { display: none; }

@media (min-width: 600px) {
  .ab-inner-nav { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 767px) {
  .ab-inner-nav a { padding: 20px 16px; font-size: 0.857rem; }
}

/* ===========================
   About カード
   =========================== */
.ab-about-card {
  background: #1a1a1a;
  padding: 24px;
  border-left: 3px solid #EBCE4A;
}
.ab-about-card p {
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(255,255,255,0.8);
  margin-bottom: 16px;
}
.ab-about-card p:last-child { margin-bottom: 0; }
.ab-about-card strong { color: #EBCE4A; }

/* ===========================
   スケジュールカード
   =========================== */
.schedule-cards { display: flex; flex-direction: column; gap: 2px; }
.schedule-cards > p { display: none !important; height: 0 !important; margin: 0 !important; padding: 0 !important; }

.schedule-card {
  background: #1a1a1a;
  padding: 24px;
  border: none;
  position: relative;
  overflow: hidden;
  animation: none !important;
  border-left: 3px solid #333;
}
.schedule-card.closed { opacity: 0.35; }
.schedule-card.open {
  background: #1e1b13;
  border-left-color: #EBCE4A;
}

.schedule-card .round-badge {
  position: absolute;
  top: 16px; right: 16px;
  background: #333;
  color: rgba(255,255,255,0.5);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 10px;
  letter-spacing: 0.08em;
  border-radius: 4px;
}
.schedule-card.open .round-badge {
  background: #EBCE4A;
  color: #000 !important;
}

.schedule-card .schedule-date {
  font-family: 'Oswald', 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff !important;
  margin-bottom: 8px;
  padding-right: 88px;
  line-height: 1.25;
  letter-spacing: 0.02em;
}

.schedule-card .schedule-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 8px; }
.schedule-card .meta-tag {
  font-size: 0.75rem;
  padding: 4px 10px;
  background: #252525;
  color: rgba(255,255,255,0.7);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.schedule-card .meta-tag .material-icons-round { color: #EBCE4A; }
.schedule-card .meta-tag a { color: rgba(255,255,255,0.7) !important; text-decoration: underline; }
.schedule-card .meta-tag a:hover { color: #EBCE4A !important; }

.schedule-card .schedule-sports {
  font-size: 0.857rem;
  color: rgba(255,255,255,0.6);
  margin-bottom: 8px;
  line-height: 1.75;
}
.schedule-card .schedule-status {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.35);
  text-align: right;
}
.schedule-card .schedule-fee {
  display: inline-block;
  font-size: 0.75rem;
  background: rgba(235,178,91,0.12);
  color: #EBCE4A;
  padding: 4px 10px;
  margin-bottom: 8px;
  font-weight: 700;
  letter-spacing: 0.06em;
  border-radius: 4px;
}

.cta-btn-card {
  display: block !important;
  text-align: center;
  background: #EBCE4A !important;
  color: #000 !important;
  font-weight: 900;
  font-size: 0.857rem;
  padding: 14px 16px;
  text-decoration: none !important;
  margin-top: 16px;
  letter-spacing: 0.08em;
  animation: none !important;
  transition: opacity 0.2s;
  border-radius: 6px;
  min-height: 44px;
  line-height: 1;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.cta-btn-card:hover { opacity: 0.85; }

/* schedule-cards は常に1カラム */

/* 過去の開催アコーディオン */
.history-accordion {
  margin-top: 24px;
  border: 1px solid #222;
}
.history-accordion summary {
  background: #1a1a1a;
  color: rgba(255,255,255,0.6);
  font-size: 0.857rem;
  font-weight: 700;
  padding: 16px 24px;
  min-height: 44px;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.04em;
  transition: color 0.2s;
}
.history-accordion summary::-webkit-details-marker { display: none; }
.history-accordion summary .mi { color: #EBCE4A; }
.history-accordion summary:hover { color: #fff; }
.history-accordion[open] summary { color: #EBCE4A; }
.history-accordion .history-table-wrap {
  overflow-x: auto;
  padding: 16px 24px;
  background: #0f0f0f;
}
.history-table {
  width: 100%; min-width: 560px;
  border-collapse: collapse;
  font-size: 0.857rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.5;
}
.history-table thead tr { background: #1a1a1a; }
.history-table th {
  padding: 8px 12px;
  border-bottom: 1px solid #333;
  font-weight: 700;
  color: rgba(255,255,255,0.5);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: left;
}
.history-table td {
  padding: 10px 12px;
  border-bottom: 1px solid #1e1e1e;
  vertical-align: top;
  line-height: 1.5;
}
.history-table tbody tr:hover { background: rgba(255,255,255,0.02); }
.history-table .cancelled { color: #e05555; font-weight: 700; }

/* ===========================
   種目グリッド（kumamon風グリッドカード）
   =========================== */
.sports-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: #222;
}
@media (max-width: 480px) {
  .sports-grid { grid-template-columns: repeat(2, 1fr); }
  .sport-chip { padding: 16px 8px; font-size: 0.8rem; }
  .sport-chip .mi { font-size: 2rem !important; margin-bottom: 6px; }
}

.sport-chip {
  background: #111;
  padding: 24px 16px;
  text-align: center;
  font-size: 0.857rem;
  font-weight: 700;
  color: rgba(255,255,255,0.8);
  letter-spacing: 0.04em;
  line-height: 1.5;
  transition: background 0.2s, color 0.2s;
  cursor: default;
}
.sport-chip:hover { background: #1a1a1a; color: #EBCE4A; }
.sport-chip .mi {
  display: block;
  font-size: 2.6rem !important;
  color: #EBCE4A;
  margin: 0 0 8px;
}

/* ===========================
   Q&A
   =========================== */
.ab-qa { display: flex; flex-direction: column; gap: 2px; background: #222; }
.qa-card {
  background: #111;
  overflow: hidden;
  animation: none !important;
}
.qa-question {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  background: #1a1a1a !important;
  min-height: 44px;
}
.qa-question .q-icon {
  flex-shrink: 0;
  width: 32px; height: 32px;
  background: #EBCE4A !important;
  color: #000 !important;
  font-weight: 900;
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.qa-question h4 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #fff !important;
  line-height: 1.5;
  padding: 0 !important;
}
.qa-answer {
  padding: 16px 24px !important;
  font-size: 0.857rem;
  line-height: 1.75;
  color: rgba(255,255,255,0.7);
  background: #111 !important;
  max-height: none !important;
  opacity: 1 !important;
  transform: none !important;
  margin-top: 0 !important;
}
.qa-check {
  color: rgba(255,255,255,0.8);
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.5;
}
.qa-check::before {
  content: '▶';
  color: #EBCE4A;
  font-size: 0.6rem;
  margin-top: 5px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .ab-qa { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
}

/* ===========================
   動画
   =========================== */
.video-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
  background: #222;
}
@media (min-width: 600px) { .video-grid { grid-template-columns: repeat(3, 1fr); } }

.video-item {
  background: #111;
  overflow: hidden;
  transition: opacity 0.2s;
}
.video-item:hover { opacity: 0.8; }
.video-item a { display: block; text-decoration: none !important; }
.video-item img { width: 100%; display: block; }
.video-item p {
  font-size: 0.857rem;
  font-weight: 700;
  color: rgba(255,255,255,0.7);
  padding: 12px 16px;
  margin: 0;
  line-height: 1.5;
}

/* ===========================
   注意事項
   =========================== */
.caution-card {
  background: #1a1a1a;
  padding: 24px;
  margin-bottom: 2px;
  border-left: 3px solid #333;
}
.caution-card h5 {
  font-size: 0.75rem;
  font-weight: 700;
  color: #EBCE4A;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #2a2a2a;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.caution-card p {
  font-size: 0.857rem;
  line-height: 1.75;
  color: rgba(255,255,255,0.7);
}
.caution-card a { color: #EBCE4A !important; }

/* ===========================
   お問い合わせ
   =========================== */
.contact-card {
  background: #1a1a1a;
  padding: 40px 24px;
  text-align: center;
  border-top: 2px solid #EBCE4A;
}
.contact-card, .contact-card p { text-align: center !important; }
.contact-card p {
  font-size: 0.857rem;
  line-height: 1.75;
  color: rgba(255,255,255,0.7);
  margin-bottom: 8px;
}
.tel-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #EBCE4A !important;
  text-decoration: none !important;
  margin: 16px 0 8px;
  letter-spacing: 0.06em;
  min-height: 44px;
}
.contact-form-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #fff !important;
  border: 1px solid #444;
  padding: 12px 40px;
  min-height: 44px;
  font-weight: 700;
  text-decoration: none !important;
  font-size: 0.857rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 16px;
  border-radius: 6px;
  transition: border-color 0.2s, color 0.2s;
}
.contact-form-btn:hover {
  border-color: #EBCE4A !important;
  color: #EBCE4A !important;
}

/* ===========================
   クレジット
   =========================== */
.ab-credit {
  background: #000 !important;
  border-top: 1px solid #1e1e1e;
  padding: 64px 32px 48px;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}
.ab-credit .credit-block {
  width: 100%;
  margin-bottom: 40px;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}
.ab-credit .credit-label {
  color: rgba(255,255,255,0.4) !important;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 16px !important;
}
.ab-credit a { display: inline-flex !important; align-items: center; margin: 0 12px; }
.ab-credit img {
  max-width: 300px;
  width: 100% !important;
  height: auto !important;
  filter: brightness(0) invert(1) !important;
  transition: filter 0.2s;
}
.ab-credit a:hover img { opacity: 0.75; }
.ab-credit .trademark-note {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.3);
  margin-top: 24px;
  letter-spacing: 0.08em;
}

@media (min-width: 768px) {
  .ab-credit {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: flex-start !important;
    gap: 16px 64px;
    padding: 64px 48px;
  }
  .ab-credit .credit-block { margin-bottom: 0; }
}

/* ===========================
   令和8年度 スケジュール（月別カード）
   =========================== */

.sched-list { display: flex; flex-direction: column; }

/* 月グループ */
.sched-month { margin-bottom: 40px; border: none; }
.sched-month:last-child { margin-bottom: 0; }
.sched-month:not([open]) { margin-bottom: 12px; }

.sched-month-hd {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  background: #EBCE4A;
  cursor: pointer;
  list-style: none;
  user-select: none;
  margin-bottom: 0;
  border-bottom: none;
}
.sched-month-hd::-webkit-details-marker { display: none; }
.sched-month-hd::after {
  content: 'expand_more';
  font-family: 'Material Icons Round';
  font-size: 1.5rem;
  color: rgba(0,0,0,0.4);
  margin-left: auto;
  line-height: 1;
  transition: transform 0.2s;
}
.sched-month[open] .sched-month-hd::after {
  transform: rotate(180deg);
}

.sched-m-en {
  font-family: 'Oswald', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(0,0,0,0.5);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.sched-m-ja {
  font-family: 'Oswald', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.04em;
  line-height: 1;
}

/* イベントカード */
.sched-card {
  background: #1a1a1a;
  border-left: 3px solid #333;
  padding: 20px 24px;
  margin-top: 2px;
}
.sched-paid {
  background: #1e1b13;
  border-left-color: #EBCE4A;
}

/* タグ */
.sched-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}
.stag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 4px;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.stag-apply  { background: #EBCE4A; color: #000; }
.stag-walkin { background: transparent; border: 1px solid #444; color: rgba(255,255,255,0.6); }
.stag-fee    { background: rgba(235,206,74,0.12); color: #EBCE4A; }
.stag-free   { background: #252525; color: rgba(255,255,255,0.4); }
.stag-set    { background: transparent; border: 1px solid #333; color: rgba(255,255,255,0.35); font-size: 0.7rem; }
.stag-sport  { background: #252525; color: rgba(255,255,255,0.75); }

/* 日付 */
.sched-dates { margin-bottom: 12px; }
.sched-d-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 16px;
  margin-bottom: 4px;
}
.sched-d {
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 1.25;
}
.sched-t {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.5;
}
.sched-note {
  font-size: 0.75rem;
  color: #EBCE4A;
  margin-top: 6px;
  margin-bottom: 0;
}

/* 会場 */
.sched-venue {
  font-size: 0.857rem;
  color: rgba(255,255,255,0.7);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.sched-venue .mi { color: #EBCE4A; font-size: 14px !important; margin: 0; }
.sched-venue a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.sched-venue a:hover { color: #EBCE4A; }

/* 種目バッジ */
.sched-sports {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}

/* 講師：シンプル1行 */
.sched-inst {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.75rem;
  margin-bottom: 16px;
  line-height: 1.5;
}
.inst-label {
  color: rgba(255,255,255,0.3);
  font-weight: 700;
  letter-spacing: 0.06em;
  flex-shrink: 0;
  white-space: nowrap;
}
.inst-val { color: rgba(255,255,255,0.65); }

/* 講師：種目ペア表 */
.sched-inst-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 16px;
}
.inst-row {
  display: flex;
  gap: 8px;
  font-size: 0.75rem;
  align-items: baseline;
}
.inst-sport {
  color: rgba(255,255,255,0.3);
  min-width: 120px;
  flex-shrink: 0;
}
.inst-name { color: rgba(255,255,255,0.65); }

/* 日別種目内訳（複数日イベント） */
.sched-daily {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 10px;
  padding: 8px 10px;
  background: rgba(255,255,255,0.03);
  border-radius: 4px;
}
.daily-row {
  display: flex;
  gap: 8px;
  font-size: 0.72rem;
  align-items: baseline;
  line-height: 1.5;
}
.daily-d {
  font-family: 'Oswald', sans-serif;
  color: rgba(255,255,255,0.4);
  font-weight: 600;
  min-width: 30px;
  flex-shrink: 0;
}
.daily-s { color: rgba(255,255,255,0.55); }

/* 申込ボタン */
.sched-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px 16px;
  min-height: 44px;
  font-size: 0.857rem;
  font-weight: 700;
  text-decoration: none !important;
  border-radius: 6px;
  letter-spacing: 0.04em;
  transition: opacity 0.2s;
}
.sched-cta-soon {
  background: #222;
  color: rgba(255,255,255,0.2) !important;
  cursor: default;
  pointer-events: none;
}
.sched-cta-open {
  background: #EBCE4A;
  color: #000 !important;
}
.sched-cta-open:link,
.sched-cta-open:visited,
.sched-cta-open:hover,
.sched-cta-open:active {
  color: #000 !important;
  opacity: 0.85;
}
.sched-cta-open a,
.sched-cta-open a:link,
.sched-cta-open a:visited,
.sched-cta-open a:hover,
.sched-cta-open a:active {
  color: #000 !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.sched-cta + .sched-cta {
  margin-top: 8px;
}

/* 開催名タイトル */
.sched-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #2a2a2a;
}
.sched-paid .sched-title { border-bottom-color: rgba(235,206,74,0.2); }

/* カード本体：画像＋コンテンツ横並び */
.sched-card-body {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 16px;
}

/* 正方形画像エリア */
.sched-img-wrap {
  flex-shrink: 0;
  width: 110px;
  height: 110px;
  background: #222;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sched-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sched-img-wrap .mi {
  font-size: 2rem !important;
  color: rgba(255,255,255,0.12);
  margin: 0;
}

/* コンテンツエリア */
.sched-content { flex: 1; min-width: 0; }
.sched-content .sched-tags { margin-bottom: 10px; }
.sched-content .sched-dates { margin-bottom: 10px; }
.sched-content .sched-venue { margin-bottom: 8px; }
.sched-content .sched-sports { margin-bottom: 8px; }
.sched-content .sched-inst { margin-bottom: 0; }
.sched-content .sched-inst-list { margin-bottom: 0; }

@media (min-width: 600px) {
  .sched-img-wrap { width: 150px; height: 150px; }
}
@media (max-width: 479px) {
  .sched-card-body { flex-direction: column; }
  .sched-img-wrap { width: 100%; height: 180px; }
}
@media (min-width: 768px) {
  .sched-card { padding: 24px 32px; }
  .inst-sport { min-width: 140px; }
}

/* ===========================
   イベント画像ギャラリー
   =========================== */
.sched-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 16px;
}
@media (min-width: 600px) {
  .sched-gallery { grid-template-columns: 1fr 1fr; }
}
.sched-gallery-item {
  display: block;
  cursor: zoom-in;
  border-radius: 4px;
  overflow: hidden;
  background: #222;
}
.sched-gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.2s;
}
.sched-gallery-item:hover img { opacity: 0.8; }

/* ===========================
   WordPress テーマ干渉リセット
   =========================== */
.post_container p { padding-bottom: 0; }

.ab-container ul { list-style: none; padding: 0; margin: 0; }
.ab-container ul li {
  position: static; margin: 0; background: transparent;
  margin-bottom: 0; line-height: inherit; animation: none;
}
.ab-container ul li input[type=checkbox] { display: none; }
.ab-container ul li h4 { color: inherit; font-weight: inherit; padding-left: 0; }
.ab-container ul li p {
  position: static; overflow: visible; opacity: 1;
  transform: none; z-index: auto; background: transparent;
  padding: 0; margin-top: 0; padding-bottom: 0 !important;
}

/* リンク */
.ab-container a { color: #EBCE4A !important; }
.ab-inner-nav a { color: #fff !important; }
.ab-inner-nav a:hover { color: #EBCE4A !important; }
.cta-btn-card, .cta-btn-main { color: #000 !important; }
.contact-form-btn { color: #fff !important; }
.contact-form-btn:hover { color: #EBCE4A !important; }
