@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-concept {
  background-color: #f7f7f7;
  padding-top: 170px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page .section-concept {
    padding-top: 100px;
  }
}
.page .section-concept .inner-concept {
  color: #181919;
  position: relative;
  z-index: 2;
}
.page .section-concept .concept-flex {
  justify-content: space-between;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .page .section-concept .concept-flex {
    flex-direction: column;
    padding-bottom: 80px;
  }
}
.page .section-concept .text-warp {
  max-width: 510px;
  width: 35.4166666667vw;
}
@media screen and (max-width: 768px) {
  .page .section-concept .text-warp {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
}
.page .section-concept .text-warp h2 {
  font-size: clamp(5.5rem, 5.5vw, 6.6rem);
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page .section-concept .text-warp h2 {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
.page .section-concept .text-warp h2 span {
  color: #005bbb;
}
.page .section-concept .text-warp h3 {
  font-size: clamp(1.8rem, 2vw, 2rem);
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .page .section-concept .text-warp h3 {
    margin-bottom: 20px;
  }
}
.page .section-concept .text-warp .description {
  margin-bottom: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .page .section-concept .text-warp .description {
    margin-bottom: 18px;
    font-size: 14px;
  }
}
.page .section-concept .text-warp .description:last-child {
  margin-bottom: 0;
}
.page .section-concept .image-wrap {
  max-width: 510px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .page .section-concept .image-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.page .section-facilities {
  padding-top: 140px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .page .section-facilities {
    padding-top: 90px;
  }
}
.page .section-facilities 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-facilities h2 {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
.page .section-facilities h2 span {
  color: #d72638;
}
.page .section-facilities .sub {
  font-size: clamp(1.8rem, 2vw, 2rem);
  color: #181919;
  text-align: center;
  margin-bottom: 60px;
}
.page .section-facilities .note {
  font-size: clamp(1.8rem, 2vw, 2rem);
  color: #181919;
  margin-top: 40px;
}
.page .section-facilities .more-btn {
  color: #181919;
  margin: 40px auto 0;
}
.page .section-facilities .more-btn a::before {
  background-color: #181919;
}
.page .section-before-after {
  padding-top: 17.3611111111vw;
  padding-bottom: 130px;
  background-color: #005bbb;
  position: relative;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .page .section-before-after {
    padding-top: 130px;
    padding-bottom: 140px;
  }
}
.page .section-before-after::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-image: url(../image/fitness/before-after-cover.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 12.2916666667vw;
}
@media screen and (max-width: 768px) {
  .page .section-before-after::before {
    background-image: url(../image/fitness/before-after-cover-sp.webp);
    height: 16.8vw;
  }
}
.page .section-before-after h2 {
  font-size: clamp(5.5rem, 5.5vw, 6.6rem);
  margin-bottom: 20px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .page .section-before-after h2 {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
.page .section-before-after .sub {
  font-size: clamp(1.8rem, 2vw, 2rem);
  color: #ffffff;
  margin-bottom: 60px;
}
.page .section-before-after .before-after-wrap {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 60px 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page .section-before-after .before-after-wrap {
    padding: 30px 15px 40px 15px;
  }
}
.page .section-before-after .before-after-flex {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page .section-before-after .before-after-flex {
    flex-direction: column;
  }
}
.page .section-before-after .before-after-flex .image-wrap {
  width: 51.8333333333%;
  max-width: 622px;
}
@media screen and (max-width: 768px) {
  .page .section-before-after .before-after-flex .image-wrap {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.page .section-before-after .before-after-flex .text-wrap {
  width: 41.6666666667%;
  max-width: 500px;
  color: #181919;
}
@media screen and (max-width: 768px) {
  .page .section-before-after .before-after-flex .text-wrap {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.page .section-before-after .before-after-flex .text-wrap .day {
  align-items: center;
  font-size: clamp(1.8rem, 2vw, 2rem);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page .section-before-after .before-after-flex .text-wrap .day {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.page .section-before-after .before-after-flex .text-wrap .weight {
  display: inline-block;
  background-color: #005bbb;
  color: #ffffff;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  padding: 0 27px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 30px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .page .section-before-after .before-after-flex .text-wrap .weight {
    padding: 0 20px;
    height: 27px;
    line-height: 27px;
    margin: 0 auto 16px;
  }
}
.page .section-before-after .before-after-flex .text-wrap .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #005bbb;
  border-right: 0;
  margin: 0 8px;
}
@media screen and (max-width: 768px) {
  .page .section-before-after .before-after-flex .text-wrap .triangle {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 11px solid #005bbb;
  }
}
.page .section-before-after .before-after-flex .text-wrap .number {
  font-size: clamp(3.8rem, 3.6vw, 5rem);
  align-items: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .page .section-before-after .before-after-flex .text-wrap .number {
    justify-content: center;
  }
}
.page .section-before-after .before-after-flex .text-wrap .number .small {
  font-size: clamp(1.8rem, 2.3vw, 2.4rem);
}
.page .section-before-after .before-after-flex .text-wrap .result {
  display: block;
  background-color: #005bbb;
  color: #ffffff;
  font-size: clamp(3.8rem, 3.6vw, 5rem);
  padding: 5px 15px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .page .section-before-after .before-after-flex .text-wrap .result {
    margin: 0 auto 30px;
  }
  .page .section-before-after .before-after-flex .text-wrap .result:last-of-type {
    margin-bottom: 0;
  }
}
.page .section-before-after .before-after-flex .text-wrap .result .small {
  font-size: clamp(1.8rem, 2.3vw, 2.4rem);
}
.page .section-before-after .more-btn {
  margin: 60px auto 0;
}
.page .section-before-after .more-btn a::before {
  background-color: #ffffff;
}
.page .section-price {
  padding-top: 140px;
  padding-bottom: 160px;
  background-color: #ffffff;
  border-radius: 0 0 60px 60px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .page .section-price {
    padding-top: 40px;
    padding-bottom: 60px;
    border-radius: 0 0 30px 30px;
  }
}
.page .section-price h2 {
  font-size: clamp(5.5rem, 5.5vw, 6.6rem);
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page .section-price h2 {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
.page .section-price h2 span {
  color: #d72638;
}
.page .section-price .sub {
  font-size: clamp(1.8rem, 2vw, 2rem);
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .page .section-price .sub {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.page .section-price .price-flex {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page .section-price .price-flex {
    flex-direction: column;
  }
}
.page .section-price .table-wrap {
  width: 100%;
}
.page .section-price .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 .section-price .price-table {
    width: 844px;
  }
}
.page .section-price .price-table th,
.page .section-price .price-table td {
  border: 1px solid #181919;
  padding: 17px;
}
.page .section-price .price-table thead th {
  background: #f7f7f7;
  text-align: center;
  font-weight: normal;
}
.page .section-price .price-table tbody th {
  font-weight: normal;
  text-align: center;
}
.page .section-price .price-table td {
  background: #ffffff;
}
.page .section-price .price-table .course {
  text-align: center;
}
.page .section-price .price-table .bg-gray {
  background-color: #f7f7f7;
}
.page .section-price .price-table .bg-gray td {
  background-color: #f7f7f7;
}
.page .section-price .text-wrap {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page .section-price .text-wrap {
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
  }
}
.page .section-price .text-wrap h3 {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  margin-top: 30px;
}
.page .section-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 .section-price .text-wrap h3::before {
    width: 6px;
    height: 6px;
    margin-right: 6px;
  }
}
.page .section-price .text-wrap .course-description {
  padding-left: 1em;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.8;
}
.page .section-price .text-wrap-bottom {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .page .section-price .text-wrap-bottom {
    margin-top: 20px;
  }
}
.page .section-price .text-wrap-bottom .description {
  margin-bottom: 20px;
  line-height: 1.8;
}
.page .section-price .table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.page .section-hours {
  padding-top: 180px;
  padding-bottom: 160px;
  background-color: #f7f7f7;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .section-hours {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.page .section-hours::after {
  content: "";
  position: absolute;
  top: -3.4722222222vw;
  right: 0;
  background-image: url(../image/boxer/hours-deco.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  width: 30.9722222222vw;
  height: 51.5277777778vw;
}
@media screen and (max-width: 768px) {
  .page .section-hours::after {
    background-image: url(../image/boxer/hours-deco-sp.webp);
    width: 49.8666666667vw;
    height: 143.7333333333vw;
  }
}
.page .section-hours h2 {
  font-size: clamp(5.5rem, 5.5vw, 6.6rem);
  margin-bottom: 20px;
  color: #181919;
}
@media screen and (max-width: 768px) {
  .page .section-hours h2 {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
.page .section-hours h2 span {
  color: #005bbb;
}
.page .section-hours .sub {
  font-size: clamp(1.8rem, 2vw, 2rem);
  color: #181919;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page .section-hours .sub {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.page .hours-wrap {
  width: 51.8055555556vw;
  max-width: 746px;
}
@media screen and (max-width: 768px) {
  .page .hours-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.page .hours-flex {
  border-bottom: solid 1px #181919;
  padding: 20px 0;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .page .hours-flex {
    padding: 16px 0;
  }
}
.page .hours-flex dt {
  font-weight: normal;
  width: 39.0080428954%;
}
@media screen and (max-width: 768px) {
  .page .hours-flex dt {
    width: 46.1333333333%;
    line-height: 1.6;
  }
}
.page .hours-flex dd {
  width: 60.9919571046%;
}
@media screen and (max-width: 768px) {
  .page .hours-flex dd {
    width: 36.8%;
    line-height: 1.6;
  }
}
.page .hours-flex.saturday {
  color: #005bbb;
}
.page .hours-flex.sunday {
  color: #d72638;
}
.page .section-qa {
  border-radius: 60px 60px 0 0;
  background-color: #ffffff;
  padding-top: 90px;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .page .section-qa {
    border-radius: 30px 30px 0 0;
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
.page .section-qa .inner-qa {
  max-width: 900px;
  margin: auto;
}
.page .section-qa h2 {
  font-size: clamp(5.5rem, 5.5vw, 6.6rem);
  margin-bottom: 20px;
  color: #181919;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .section-qa h2 {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
.page .section-qa h2 span:first-child {
  color: #005bbb;
}
.page .section-qa h2 span:last-child {
  color: #d72638;
}
.page .section-qa .sub {
  font-size: clamp(1.8rem, 2vw, 2rem);
  color: #181919;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .section-qa .sub {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.page .accordion {
  margin: auto;
}
.page .accordion dl {
  cursor: pointer;
  margin-bottom: 30px;
  position: relative;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.5;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .page .accordion dl {
    margin-bottom: 20px;
  }
}
.page .accordion dl:last-child {
  margin-bottom: 0;
}
.page .accordion dl dt {
  padding: 19px 22px 17px 60px;
  position: relative;
  background-color: #f7f7f7;
  border-radius: 10px;
  z-index: 2;
  border-radius: 10px;
  color: #181919;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .page .accordion dl dt {
    font-size: 1.6rem;
    padding: 10px 47px 10px 50px;
  }
}
.page .accordion dl dt::before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 40px;
  aspect-ratio: 1;
  transform: translateY(-50%);
  background-color: #005bbb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  font-family: "NotoSansJP-Bold";
}
@media screen and (max-width: 768px) {
  .page .accordion dl dt::before {
    width: 30px;
    font-size: 16px;
  }
}
.page .accordion dl dd {
  position: relative;
  background-color: #f7f7f7;
  color: #181919;
  border-radius: 10px;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 10px;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out, opacity 0.2s ease-out 0.1s, top 0.3s ease-out 0.1s;
  z-index: 1;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .page .accordion dl dd {
    font-size: 1.4rem;
  }
}
.page .accordion dl dd.open {
  opacity: 1;
  position: relative;
  top: 0;
  z-index: 3;
  transition: opacity 0.2s ease-out, top 0.3s ease-out, z-index 0.31s ease-out, max-height 0.3s ease-out, padding 0.3s ease-out;
}
.page .accordion dl dd.closing {
  opacity: 0;
  top: -30px;
  z-index: 1;
  transition: opacity 0.4s ease-out, top 0.3s ease-out;
}
.page .accordion dl dd::before {
  content: "A";
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  position: absolute;
  top: 42px;
  left: 10px;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d72638;
  font-family: "NotoSansJP-Bold";
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
}
@media screen and (max-width: 768px) {
  .page .accordion dl dd::before {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}
.page .accordion dl dd .answer-text {
  padding: 19px 22px 17px 60px;
  min-height: 86px;
  color: #181919;
}
@media screen and (max-width: 768px) {
  .page .accordion dl dd .answer-text {
    padding: 10px 22px 10px 50px;
  }
}
.page .accordion .mark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
@media screen and (max-width: 768px) {
  .page .accordion .mark {
    right: 10px;
  }
}
.page .accordion .mark::after {
  content: "";
  position: absolute;
  background: #181919;
  width: 20px;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  right: 0;
  margin: auto;
}
.page .accordion .mark::before {
  content: "";
  position: absolute;
  background: #181919;
  width: 20px;
  height: 2px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  left: -20px;
  right: 0;
  margin: auto;
  transition: 0.3s;
}
.page .accordion .open .mark::before {
  transform: translateY(-50%) rotate(0deg);
  transition: 0.3s;
}/*# sourceMappingURL=fitness-course.css.map */