@charset "UTF-8";

/* ============================================================
   TSUNABeeeeee! — Schedule Section Styles
   参照: 添付イメージのシンプルな表レイアウト
   ============================================================ */

.schedule-section {
  position: relative;
  padding: 100px 0 90px;
  background: #ffffff;
  overflow: hidden;
}

.schedule-inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}

.schedule-section .sec-title {
  margin-bottom: 40px;
}

.schedule-table-wrap {
  overflow-x: auto;
}

.schedule-table {
  width: 100%;
  min-width: 820px;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  border: 1px solid #e7edf5;
}

.schedule-table th,
.schedule-table td {
  border-right: 1px solid #e7edf5;
  border-bottom: 1px solid #e7edf5;
  padding: 22px 18px;
  text-align: center;
  vertical-align: middle;
}

.schedule-table tr:last-child th,
.schedule-table tr:last-child td {
  border-bottom: none;
}

.schedule-table th:last-child,
.schedule-table td:last-child {
  border-right: none;
}

.schedule-table__stub {
  width: 170px;
  background: #ffffff;
}

.schedule-table__stub--blank {
  background: #f3f4f6;
}

.schedule-table__day {
  background: #155bd9;
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 18px 12px;
}

.schedule-table__day--sun {
  background: #f06a97;
}

.schedule-table__rowhead {
  background: #ffffff;
  color: #1a2b5e;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: left;
  padding-left: 20px;
}

.schedule-table__rowhead span {
  vertical-align: middle;
}

.schedule-table__rowicon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  color: #155bd9;
  font-size: 15px;
}

.schedule-table td {
  font-size: 18px;
  font-weight: 700;
  color: #1f2a44;
  letter-spacing: 0.02em;
}

.schedule-table__point {
  color: #155bd9;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.8;
}

.schedule-table__dash {
  color: #9aa4b2 !important;
  font-weight: 500 !important;
}

.schedule-note {
  margin-top: 12px;
  font-size: 11px;
  color: #9aa4b2;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .schedule-section {
    padding: 80px 0 72px;
  }

  .schedule-inner {
    padding: 0 24px;
  }
}

@media (max-width: 480px) {
  .schedule-section {
    padding: 64px 0 56px;
  }

  .schedule-inner {
    padding: 0 16px;
  }

  .schedule-section .sec-title {
    margin-bottom: 28px;
  }

  .schedule-note {
    font-size: 10px;
  }
}

/* ============================================================
   Schedule tweak — Sunday 5 lessons display
   ============================================================ */
.schedule-table td {
  line-height: 1.8;
}

.schedule-table__point {
  vertical-align: middle;
}

/* ============================================================
   Mobile optimization — schedule
   ============================================================ */
@media (max-width: 768px) {
  .schedule-section {
    padding: 56px 0 48px;
  }

  .schedule-inner {
    padding: 0 16px;
  }

  .schedule-section .sec-title {
    margin-bottom: 24px;
  }

  .schedule-table-wrap {
    border-radius: 18px;
  }

  .schedule-table {
    min-width: 700px;
  }

  .schedule-table th,
  .schedule-table td {
    padding: 16px 10px;
  }

  .schedule-table__stub {
    width: 124px;
  }

  .schedule-table__day {
    font-size: 17px;
    padding: 14px 8px;
  }

  .schedule-table__rowhead {
    font-size: 13px;
    padding-left: 14px;
  }

  .schedule-table__rowicon {
    width: 22px;
    height: 22px;
    margin-right: 6px;
    font-size: 13px;
  }

  .schedule-table td {
    font-size: 13px;
    line-height: 1.7;
  }

  .schedule-table__point {
    font-size: 12px !important;
    line-height: 1.75;
  }

  .schedule-note {
    margin-top: 10px;
    font-size: 10.5px;
  }
}

@media (max-width: 480px) {
  .schedule-section {
    padding: 48px 0 42px;
  }

  .schedule-inner {
    padding: 0 12px;
  }

  .schedule-table {
    min-width: 640px;
  }

  .schedule-table th,
  .schedule-table td {
    padding: 14px 8px;
  }

  .schedule-table__day {
    font-size: 15px;
  }

  .schedule-table td {
    font-size: 12px;
  }
}
