@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-display: swap;
  src: url(../media/files/fonts/NotoSansJP-Regular.woff);
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-display: swap;
  src: url(../media/files/fonts/NotoSansJP-Medium.woff);
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-display: swap;
  src: url(../media/files/fonts/NotoSansJP-Bold.woff);
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-display: swap;
  src: url(../media/files/fonts/NotoSansJP-Black.woff);
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-weight: 900;
  font-display: swap;
  src: url(../media/files/fonts/NotoSansJP-Black.woff);
}
.c-price-table__row {
  display: flex;
  gap: 0 8px;
}
.c-price-table__row:first-child .c-price-table__data {
  border-bottom: unset;
}
.c-price-table__row:last-child .c-price-table__header {
  align-self: self-end;
}
.c-price-table__row:last-child .c-price-table__data {
  border-top: 2px solid #cccccc;
}

.c-price-table__header,
.c-price-table__data {
  display: flex;
  justify-content: center;
}

.c-price-table__header {
  border-radius: 24px 0 0 24px;
  background: #F5F5F5;
  width: 352px;
  height: 149px;
  flex-shrink: 0;
  font-size: 20px;
  font-weight: bold;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .c-price-table__header {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .c-price-table__header {
    width: 40%;
    height: 117px;
  }
}

.c-price-table__data {
  border: 4px solid #cccccc;
  background: #ffffff;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  padding: 42px;
  align-items: baseline;
}
@media only screen and (max-width: 767px) {
  .c-price-table__data {
    padding: 32px 20px;
  }
}

.c-price-table__price {
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .c-price-table__price {
    font-size: 32px;
  }
}

.p-gymclass-detail-detail + .p-gymclass-detail-detail {
  padding-top: 160px;
}
@media only screen and (max-width: 767px) {
  .p-gymclass-detail-detail + .p-gymclass-detail-detail {
    padding-bottom: 62px;
  }
}
.p-gymclass-detail-detail:not(:last-of-type) {
  padding-bottom: 0;
}

.p-gymclass-detail__content {
  margin-top: 64px;
}
@media only screen and (max-width: 767px) {
  .p-gymclass-detail__content {
    margin-top: 48px;
  }
}

.p-gymclass-detail__content-inner-bottom {
  margin-top: 82px;
}
@media only screen and (max-width: 767px) {
  .p-gymclass-detail__content-inner-bottom {
    margin-top: 56px;
  }
}

.p-gymclass-detail__content-group + .p-gymclass-detail__content-group {
  margin-top: 82px;
}
@media only screen and (max-width: 767px) {
  .p-gymclass-detail__content-group + .p-gymclass-detail__content-group {
    margin-top: 56px;
  }
}

.p-gymclass-detail__subtitle-wrap {
  padding-bottom: 18px;
  position: relative;
}
.p-gymclass-detail__subtitle-wrap::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #cccccc;
  border-radius: 8px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.p-gymclass-detail__subtitle {
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 4px;
}
@media only screen and (max-width: 767px) {
  .p-gymclass-detail__subtitle {
    font-size: 32px;
  }
}

.p-gymclass-detail__subtitle-deco {
  padding-left: 36px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-gymclass-detail__subtitle-deco {
    padding-left: 28px;
  }
}
.p-gymclass-detail__subtitle-deco::before {
  position: absolute;
  content: "";
  border-radius: 4px;
  width: 12px;
  height: 56px;
  background: #A9CE52;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .p-gymclass-detail__subtitle-deco::before {
    height: 48px;
  }
}

.p-gymclass-detail__subtitle-deco--blue::before {
  background: #00B8FF;
}

.p-gymclass-detail__subtitle-deco--red::before {
  background: #FF695B;
}

.p-gymclass-detail__subtitle-deco--yellow::before {
  background: #FFC72D;
}

.p-gymclass-detail__subtitle-deco--purple::before {
  background: #B295F9;
}

.p-gymclass-detail__subtitle-deco--orange::before {
  background: #FE993A;
}

.p-gymclass-detail__text-wrap {
  margin-top: 24px;
}

.p-gymclass-detail__text > .--large {
  font-size: 20px;
  font-weight: bold;
}

.p-gymclass-detail__content-inner-top {
  display: flex;
  gap: 80px;
}
@media only screen and (max-width: 1279px) {
  .p-gymclass-detail__content-inner-top {
    flex-direction: column-reverse;
    gap: 56px;
  }
}

.p-gymclass-detail__content-inner-top-right {
  flex-shrink: 0;
}

@media only screen and (max-width: 1279px) {
  .p-gymclass-detail__image {
    width: 100%;
  }
}

.p-gymclass-detail__practise-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 34px;
}
@media only screen and (max-width: 1279px) {
  .p-gymclass-detail__practise-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .p-gymclass-detail__practise-list {
    grid-template-columns: auto;
  }
}

.p-gymclass-detail__practise-list-item {
  border-radius: 24px;
  background: #f1f7e3;
  padding: 34px;
  text-align: center;
}

.p-gymclass-detail__practise-list-title {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .p-gymclass-detail__practise-list-title {
    font-size: 20px;
  }
}
.p-gymclass-detail__practise-list-title::before, .p-gymclass-detail__practise-list-title::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 22px;
  background-image: url("../media/images/common/star_image_yellow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
}
.p-gymclass-detail__practise-list-title::before {
  left: -36px;
}
.p-gymclass-detail__practise-list-title::after {
  right: -36px;
}

.p-gymclass-detail__practise-list-text {
  margin-top: 24px;
}

.p-gymclass-detail__customer-block-wrap {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media only screen and (max-width: 767px) {
  .p-gymclass-detail__customer-block-wrap {
    grid-template-columns: auto;
  }
}

.p-gymclass-detail__customer-block {
  background: #F5F5F5;
  border-radius: 24px;
  padding: 34px 30px 64px;
}
@media only screen and (max-width: 767px) {
  .p-gymclass-detail__customer-block {
    padding: 32px 20px;
  }
}

.p-gymclass-detail__customer-block-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.p-gymclass-detail__customer-block-text {
  margin-top: 24px;
}

.p-gymclass-detail__price-table {
  margin-top: 24px;
}

.p-gymclass-detail__note-list {
  margin-top: 26px;
}

.p-gymclass-detail__note-text {
  line-height: 1.9;
}

.p-gymclass-detail__btn {
  margin-top: 48px;
}

.p-contact__block {
  background: #f1f7e3;
  border-radius: 40px;
}

.p-gymclass-detail-category {
  padding-bottom: 0;
}

.p-gymclass-detail-category__list {
  display: grid;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .p-gymclass-detail-category__list {
    max-width: 400px;
    margin: 0 auto;
  }
}

.p-gymclass-detail-category__list--top {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 767px) {
  .p-gymclass-detail-category__list--top {
    grid-template-columns: 1fr;
  }
}

.p-gymclass-detail-category__list--bottom {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .p-gymclass-detail-category__list--bottom {
    grid-template-columns: 1fr;
  }
}

.p-gymclass-detail-category__link {
  display: flex;
  height: 128px;
  border-radius: 24px;
  background: #F2F2F2;
  padding: 26px 26px 54px;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .p-gymclass-detail-category__link {
    padding: 24px;
    height: auto;
  }
}
.p-gymclass-detail-category__link::before {
  top: unset;
  right: 50%;
  bottom: 22px;
  transform: translateX(50%) rotate(90deg);
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .p-gymclass-detail-category__link::before {
    top: 50%;
    right: 20px;
    bottom: unset;
    transform: translateY(-50%) rotate(90deg);
  }
}
@media only screen and (min-width: 768px) {
  .p-gymclass-detail-category__link:hover::before {
    bottom: 14px;
  }
}

.p-gymclass-detail-category__text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
}

.p-gymclass-detail-category__notion-wrap {
  margin-top: 32px;
}

.p-gymclass-detail-category__notion {
  line-height: 1.8;
}/*# sourceMappingURL=gymclass_detail.css.map */

/*20250403追記*/
.p-gymclass-detail__image{
	border-radius: 24px;
}