@charset "UTF-8";
/**** 共通カラー ****/
.page {
  background-color: #f7f7f7;
}
.page .section-mv {
  background-image: url(../image/fitness/mv-bg.webp);
}
@media screen and (max-width: 576px) {
  .page .section-mv {
    background-image: url(../image/fitness/mv-bg-sp.webp);
  }
  .page .section-mv .breadcrumb .breadcrumb-list {
    align-items: flex-start;
    line-height: 1.3;
  }
  .page .section-mv .tit-wrap h1 {
    line-height: 1.3;
  }
}
.page .section-price {
  padding-top: 140px;
  padding-bottom: 160px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .page .section-price {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
.page .section-price h2 {
  font-size: clamp(5.5rem, 5.5vw, 6.6rem);
  margin-bottom: 20px;
  text-align: center;
  color: #181919;
}
@media screen and (max-width: 768px) {
  .page .section-price h2 {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
.page .section-price h2 span {
  color: #005bbb;
}
.page .section-price .sub {
  font-size: clamp(1.8rem, 2vw, 2rem);
  color: #181919;
  text-align: center;
  margin-bottom: 40px;
}
.page .section-price .top-description-wrap {
  margin: 0 auto 36px;
  max-width: 720px;
}
.page .section-price .top-description-item {
  margin: 0 0 28px;
}
.page .section-price .top-description-item:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page .section-price .top-description-item {
    margin-bottom: 22px;
  }
}
.page .section-price .top-description-item dt {
  display: flex;
  align-items: center;
  margin: 0 0 8px;
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-family: "NotoSansJP-Bold";
  font-weight: normal;
  color: #181919;
}
@media screen and (max-width: 768px) {
  .page .section-price .top-description-item dt {
    font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  }
}
.page .section-price .top-description-item dt::before {
  content: "";
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .page .section-price .top-description-item dt::before {
    width: 6px;
    height: 6px;
    margin-right: 6px;
  }
}
.page .section-price .top-description-item dd {
  margin: 0;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.7;
  color: #181919;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .page .section-price .top-description-item dd {
    font-size: 14px;
  }
}
.page .section-price .top-description-item:first-of-type dt::before {
  background-color: #d72638;
}
.page .section-price .top-description-item:nth-of-type(2) dt::before {
  background-color: #005bbb;
}
.page .section-price .top-description-item span {
  color: #d72638;
  font-family: "NotoSansJP-Bold";
}
.page .section-price .price-tabs {
  display: flex;
  width: 100%;
  gap: 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .page .section-price .price-tabs {
    margin-bottom: 30px;
  }
}
.page .section-price .price-tab {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 16px 28px;
  color: #ffffff;
  border-radius: 0;
  font-size: clamp(1.8rem, 2.2vw, 2.2rem);
  font-family: "NotoSansJP-Bold";
  border: none;
  cursor: pointer;
  box-shadow: none;
  background: #b0b0b0;
  background-size: 100% 200%;
  background-position: 0 0;
  transition: 0.3s;
}
.page .section-price .price-tab:first-child {
  border-radius: 10px 0 0 0;
}
.page .section-price .price-tab:last-child {
  border-radius: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  .page .section-price .price-tab {
    font-size: clamp(1.4rem, 1.25vw, 1.6rem);
    padding: 12px 16px;
  }
}
.page .section-price .price-tab[data-tab=fitness].is-active {
  background: linear-gradient(#005bbb 0%, #053467 100%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
}
.page .section-price .price-tab[data-tab=boxer].is-active {
  background: linear-gradient(#d72638 0%, #a70c1c 100%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
}
.page .section-price .price-tab.is-active:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  background-position: 0 100%;
}
.page .section-price .price-tab-panel {
  display: none;
}
.page .section-price .price-tab-panel.is-active {
  display: block;
}
.page .price-flex {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page .price-flex {
    flex-direction: column;
  }
}
.page .table-wrap {
  width: 100%;
}
.page .price-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  font-family: "NotoSansJP-Medium";
}
@media screen and (max-width: 768px) {
  .page .price-table {
    width: 844px;
  }
}
.page .price-table .note {
  color: #d72638;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
}
.page #price-panel-fitness .price-private-block {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #e0e0e0;
}
@media screen and (max-width: 768px) {
  .page #price-panel-fitness .price-private-block {
    margin-top: 40px;
    padding-top: 40px;
  }
}
.page #price-panel-fitness .price-private-block h3 {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  margin-top: 30px;
}
.page #price-panel-fitness .price-private-block h3:first-of-type {
  margin-top: 0;
}
.page #price-panel-fitness .price-private-block h3::before {
  content: "";
  background-color: #d72638;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .page #price-panel-fitness .price-private-block h3::before {
    width: 6px;
    height: 6px;
    margin-right: 6px;
  }
}
.page #price-panel-fitness .price-private-block .private-lead {
  margin-bottom: 40px;
  padding-left: 1em;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .page #price-panel-fitness .price-private-block .private-lead {
    margin-bottom: 30px;
  }
}
.page #price-panel-fitness .price-private-block .private-lead p {
  margin-bottom: 0;
}
.page #price-panel-fitness .price-private-block .private-lead .private-example {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .page #price-panel-fitness .price-private-block .price-table.course {
    width: 844px;
  }
}
.page #price-panel-fitness .price-private-block .price-table.hours {
  margin-bottom: 30px;
}
.page #price-panel-fitness .price-private-block .price-table thead th {
  vertical-align: middle;
  line-height: 1.8;
}
.page #price-panel-fitness .price-private-block .private-notes {
  margin-top: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .page #price-panel-fitness .price-private-block .private-notes {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.page #price-panel-fitness .price-private-block .private-notes .description {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.8;
  padding-left: 1em;
  margin-bottom: 8px;
}
.page #price-panel-fitness .price-private-block .private-notes .description:last-child {
  margin-bottom: 0;
}
.page #price-panel-fitness .price-private-block .private-notes--bottom {
  margin-top: 0;
  margin-bottom: 50px;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .page #price-panel-fitness .price-private-block .private-notes--bottom {
    margin-bottom: 40px;
  }
}
.page #price-panel-fitness .price-private-block .private-schedule-flex .table-wrap--schedule {
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  .page #price-panel-fitness .price-private-block .private-schedule-flex .table-wrap--schedule {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page #price-panel-fitness .price-private-block .private-schedule-flex .price-table {
    width: 100%;
    min-width: 280px;
  }
}
.page #price-panel-fitness .price-private-block .btn-wrap {
  display: flex;
  justify-content: center;
}
.page #price-panel-fitness .price-private-block .more-btn {
  width: auto;
  min-width: 280px;
  margin: 0;
  color: #181919;
}
@media screen and (max-width: 768px) {
  .page #price-panel-fitness .price-private-block .more-btn {
    min-width: 260px;
  }
}
.page #price-panel-fitness .price-private-block .more-btn a::before {
  width: calc(100% - 70px);
  background-color: #181919;
}
.page #price-panel-boxer .table-wrap {
  width: 51.1666666667%;
  max-width: 614px;
}
@media screen and (max-width: 768px) {
  .page #price-panel-boxer .table-wrap {
    width: 100%;
  }
}
.page #price-panel-boxer .table-wrap .description {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .page #price-panel-boxer .price-table {
    width: 614px;
  }
}
.page #price-panel-boxer .price-table .course {
  text-align: left;
  padding-left: 8.6956521739%;
}
.page #price-panel-boxer .price-text-wrap {
  width: 45.5%;
  max-width: 546px;
}
@media screen and (max-width: 768px) {
  .page #price-panel-boxer .price-text-wrap {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}
.page #price-panel-boxer .price-text-wrap h3 {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.page #price-panel-boxer .price-text-wrap h3::before {
  content: "";
  background-color: #d72638;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .page #price-panel-boxer .price-text-wrap h3::before {
    width: 6px;
    height: 6px;
    margin-right: 6px;
  }
}
.page #price-panel-boxer .price-text-wrap .description {
  padding-left: 1em;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.8;
}
.page #price-panel-boxer .text-wrap-bottom {
  justify-content: space-between;
}
.page #price-panel-boxer .text-wrap-bottom .text-note {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .page #price-panel-boxer .text-wrap-bottom .text-note {
    width: 100%;
    padding-left: 1em;
  }
}
.page #price-panel-boxer .text-wrap-bottom .text-belongings {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .page #price-panel-boxer .text-wrap-bottom .text-belongings {
    width: 100%;
    padding-left: 1em;
  }
}
@media screen and (max-width: 768px) {
  .page #price-panel-boxer .text-wrap-bottom {
    flex-direction: column;
  }
}
.page #price-panel-boxer .text-wrap-bottom .description {
  padding: 0;
}
.page .price-table th,
.page .price-table td {
  border: 1px solid #181919;
  padding: 17px;
}
.page .price-table thead th {
  background: #f7f7f7;
  text-align: center;
  font-weight: normal;
}
.page .price-table tbody th {
  font-weight: normal;
  text-align: center;
}
.page .price-table td {
  background: #ffffff;
}
.page .price-table .course {
  text-align: center;
}
.page .price-table .bg-gray {
  background-color: #f7f7f7;
}
.page .price-table .bg-gray td {
  background-color: #f7f7f7;
}
.page .text-wrap {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page .text-wrap {
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
  }
}
.page .text-wrap h3 {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  margin-top: 30px;
}
.page .text-wrap h3::before {
  content: "";
  background-color: #d72638;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .page .text-wrap h3::before {
    width: 6px;
    height: 6px;
    margin-right: 6px;
  }
}
.page .text-wrap .course-description {
  padding-left: 1em;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.8;
}
.page .text-wrap-bottom {
  margin-top: 30px;
}
.page .text-wrap-bottom .fitness-text-wrap {
  justify-content: space-between;
}
.page .text-wrap-bottom .fitness-text-wrap .text-note {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .page .text-wrap-bottom .fitness-text-wrap .text-note {
    width: 100%;
  }
}
.page .text-wrap-bottom .fitness-text-wrap .text-belongings {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .page .text-wrap-bottom .fitness-text-wrap .text-belongings {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page .text-wrap-bottom .fitness-text-wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .page .text-wrap-bottom {
    margin-top: 20px;
  }
}
.page .text-wrap-bottom .description {
  margin-bottom: 20px;
  line-height: 1.8;
}
.page .table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/*# sourceMappingURL=price.css.map */
