@charset "utf-8";
/*--------------------------------------------------------------------------------

  price

--------------------------------------------------------------------------------*/
.price-sec {
  --ttl2-fs: var(--fs-3l);
}

/*--------------------------------------------------------------------------------
  .price-tbl
--------------------------------------------------------------------------------*/
.price-tbl-wrap {
  container-type: inline-size;
}
.price-tbl {
  width: 100%;
  border-collapse: collapse;
  line-height: var(--lh-s);
}
.price-tbl tr:not(:first-child) th:not(.price-tbl_sth) {
  border-top: 1px solid rgb(255 255 255 / 0.3);
}
.price-tbl tr:not(:first-child) .price-tbl_sth,
.price-tbl tr:not(:first-child) td {
  border-top: 1px solid var(--border-color);
}
.price-tbl th,
.price-tbl td {
  padding: 1.25rem;
  vertical-align: middle;
}
.price-tbl th:not(.price-tbl_sth) {
  background-color: var(--color-blue-lighter);
  color: #FFF;
  text-align: center;
  font-weight: 400;
}
.price-tbl_sth {
  background-color: var(--bg-base-1);
  text-align: center;
  font-weight: 300;
}
.price-tbl_sth b {
  font-weight: 400;
}
.price-tbl td {
  background-color: var(--bg-base);
}
.price-tbl_price {
  font-family: var(--ff-min);
  font-weight: 500;
  font-size: var(--fs-l);
  color: var(--color-blue);
  display: inline-block;
  margin-bottom: 0.25rem;
}
.price-tbl_tax {
  font-family: var(--ff-min);
  font-weight: 400;
  font-size: var(--fs-2s);
  color: var(--color-blue);
}
@media (max-width: 640px) {
  .price-tbl {
    font-size: min(3.8cqw, 1rem);
  }
  .price-tbl, 
  .price-tbl tbody {
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .price-tbl tr {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: 1 / -1;
  }
  .price-tbl tr:not(:first-child) th:not(.price-tbl_sth) {
    margin-top: 1.5rem;
  }
  .price-tbl tr th:not(.price-tbl_sth) ~ .price-tbl_sth,
  .price-tbl tr th:not(.price-tbl_sth) ~ td {
    border-top: none !important;
  }
  .price-tbl tr th:not(.price-tbl_sth) {
    text-align: left;
    grid-column: 1 / -1;
    border-top: 0 !important;
    padding: 0.75rem 1rem;
  }
  .price-tbl .price-tbl_sth {
    grid-column: 1;
    align-content: center;
  }
  .price-tbl td {
    grid-column: 2;
    align-content: center;
  }
}

/*--------------------------------------------------------------------------------

  about

--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
  .about-tbl
--------------------------------------------------------------------------------*/
@media (max-width: 640px) {
  .about-tbl_rsv {
    text-align: center !important;
  }
}

/*--------------------------------------------------------------------------------

  voice

--------------------------------------------------------------------------------*/
.voice-sec {
  --ttl2-fs: var(--fs-3l);
}
.voice {
  display: flex;
  flex-direction: column;
  row-gap: var(--space-m);
}
.voice_item {
  background-color: var(--bg-base);
  padding: var(--inner-space-m);
}
.voice_ttl {
  font-weight: 400;
  margin-bottom: 0.5rem;
}

/*--------------------------------------------------------------------------------

  flow

--------------------------------------------------------------------------------*/
@media not (max-width: 640px) { .flow-sec { --no-mgt: 0.15rem; } }
@media (max-width: 640px) { .flow-sec { --no-mgt: 0.25rem; } }
.flow-sec {
  --ttl2-fs: var(--fs-3l);
}
.flow-ttl {
  font-size: var(--fs-l);
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.flow-ttl_desc {
  font-size: var(--fs-m-rem);
  color: var(--color-blue);
}

/*--------------------------------------------------------------------------------

  reserve

--------------------------------------------------------------------------------*/
.rsv-sec {
  --ttl2-fs: var(--fs-3l);
}

/*--------------------------------------------------------------------------------

  banner

--------------------------------------------------------------------------------*/
.bnr-list {
  width: calc(var(--base-width) * 1px);
  padding-inline: var(--space-l);
  margin-inline: auto;
  list-style: none;
  display: flex;
  gap: 1.5rem var(--space-s);
}
@media (max-width: 640px) {
  .bnr-list {
    flex-direction: column;
    padding-inline: var(--side-space);
  }
}

/*--------------------------------------------------------------------------------

  course

--------------------------------------------------------------------------------*/
.course-sec {
  --ttl-color: var(--color-blue);
  --ttl-line-color: var(--color-blue);
  display: flex;
  flex-direction: column;
  row-gap: var(--space-m);
}
