/* ========================================
   MEMBER / DROP-IN セクションタイトル
======================================== */

.lectfootballpark .court__content:nth-of-type(5),
.lectfootballpark .court__content:nth-of-type(6) {
  position: relative;
  margin-top: 140px;
}

@media screen and (min-width: 768px) {
  .lectfootballpark .court__content:nth-of-type(5),
  .lectfootballpark .court__content:nth-of-type(6) {
    margin-top: 190px;
  }
}

.lectfootballpark .court__content:nth-of-type(5)::before,
.lectfootballpark .court__content:nth-of-type(6)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
}

.lectfootballpark .court__content:nth-of-type(5)::before {
  background: url(../images/court-MEMBER.svg) no-repeat center center / contain;
  width: clamp(222px, calc(222px + (418 - 222) * ((100vw - 375px) / (1366 - 375))), 418px);
  aspect-ratio: 418 / 97;
}

.lectfootballpark .court__content:nth-of-type(6)::before {
  background: url(../images/court-DROPIN.svg) no-repeat center center / contain;
  width: clamp(214px, calc(214px + (403 - 214) * ((100vw - 375px) / (1366 - 375))), 403px);
  aspect-ratio: 403 / 97;
}

/* ========================================
   DROP-IN 料金表
======================================== */

.lectfootballpark .court__content:nth-of-type(6) .court__table {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  min-width: 0;
}

.lectfootballpark .court__content:nth-of-type(6) .court__table-row {
  display: contents;
}

/* 1行目：3項目（各2列） */
.lectfootballpark .court__content:nth-of-type(6) .court__table-row:first-of-type .court__table-th {
  grid-column: span 2;
  width: auto;
  padding-block: 12px;
  background: #f7f7f7;
  border-bottom: 1px solid #d9d9d9;
}

.lectfootballpark .court__content:nth-of-type(6) .court__table-row:first-of-type .court__table-th:not(:first-child) {
  border-left: 1px solid #d9d9d9;
}

/* 2行目：30分・60分 × 3 */
.lectfootballpark .court__content:nth-of-type(6) .court__table-row:nth-of-type(2) .court__table-th {
  grid-column: span 1;
  width: auto;
  padding-block: 22px;
  border-bottom: 1px solid #d9d9d9;
}

.lectfootballpark .court__content:nth-of-type(6) .court__table-row:nth-of-type(2) .court__table-th:not(:first-child) {
  border-left: 1px solid #d9d9d9;
}

/* 3行目：料金 */
.lectfootballpark .court__content:nth-of-type(6) .court__table-row:nth-of-type(3) .court__table-td {
  grid-column: span 1;
  width: auto;
  padding-block: 22px;
  border-left: 1px solid #d9d9d9;
}

.lectfootballpark .court__content:nth-of-type(6) .court__table-row:nth-of-type(3) .court__table-td:first-child {
  border-left: none;
}

@media screen and (max-width: 767px) {
  .lectfootballpark .court__content:nth-of-type(6) .court__table-container {
    overflow-x: auto;
  }

  .lectfootballpark .court__content:nth-of-type(6) .court__table {
    min-width: 725px;
  }
}

/* ========================================
   MEMBER 登録料テーブル
======================================== */

.lectfootballpark-member-table {
  max-width: 700px;
  margin-inline: auto;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  overflow: hidden;
}

.lectfootballpark-member-table .court__slide-text-row {
  display: grid;
  grid-template-columns: 30% 1fr;
}

.lectfootballpark-member-table .court__slide-text-value {
  margin: 0;
  padding: 20px;
}

.lectfootballpark-member-table .court__slide-text-value:first-of-type {
  width: auto;
  flex-shrink: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  border-right: 1px solid #d9d9d9;
  font-weight: 600;
  color: var(--sub-color);
}

.lectfootballpark-member-table .court__slide-text-value:last-of-type {
  display: block;
  width: auto;
  text-align: center;
  color: var(--sub-color);
}

.lectfootballpark-member-table .court__slide-text-value strong {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .lectfootballpark-member-table {
    max-width: 100%;
  }

  .lectfootballpark-member-table .court__slide-text-value {
    padding: 15px 10px;
  }

  .lectfootballpark-member-table .court__slide-text-value strong {
    font-size: 18px;
  }
}
/* ========================================
   MEMBER QRコード
======================================== */

.lectfootballpark-member-qr img {
  display: block;
  width: 350px;
  height: auto;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .lectfootballpark-member-qr img {
    width: 250px;
  }
}

@media screen and (min-width: 900px) {
.lectfootballpark .school__inner {
        padding-right: 0;
  }
}