@charset "UTF-8";
/**** 共通カラー ****/
.page {
  background-color: #f7f7f7;
}
.page .section-mv {
  background-image: url(../image/common/page-cover.webp);
}
@media screen and (max-width: 576px) {
  .page .section-mv {
    background-image: url(../image/common/page-cover-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-rental-studio {
  background-color: #ffffff;
  padding-top: 160px;
}
@media screen and (max-width: 768px) {
  .page .section-rental-studio {
    padding-top: 100px;
    padding-bottom: 30px;
  }
}
.page .section-rental-studio .rental-studio-intro {
  text-align: center;
}
.page .section-rental-studio .rental-studio-intro h2 {
  font-size: clamp(3rem, 3.2vw, 4.4rem);
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page .section-rental-studio .rental-studio-intro h2 {
    font-size: clamp(1.6rem, 1.8vw, 1.8rem);
    margin-bottom: 20px;
  }
}
.page .section-rental-studio .rental-studio-intro .description {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page .section-rental-studio .rental-studio-intro .description {
    margin-bottom: 20px;
  }
}
.page .section-rental-studio .rental-studio-intro .rental-studio-btn a {
  padding: 20px 0;
  width: 350px;
  font-size: clamp(1.8rem, 2vw, 2rem);
  text-align: center;
  color: #ffffff;
  margin: 55px auto 0;
  background-color: #005bbb;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .page .section-rental-studio .rental-studio-intro .rental-studio-btn a {
    padding: 16px 0;
    width: 300px;
    margin-top: 0;
  }
}
.page .section-rental-studio .rental-studio-hours-wrap {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .page .section-rental-studio .rental-studio-hours-wrap {
    margin-top: 60px;
  }
}
.page .section-rental-studio .rental-studio-hours-wrap dl {
  padding: 30px 15px;
  border-top: solid 1px #cccccc;
}
@media screen and (max-width: 768px) {
  .page .section-rental-studio .rental-studio-hours-wrap dl {
    flex-direction: column;
    padding: 20px 15px;
  }
}
.page .section-rental-studio .rental-studio-hours-wrap dl dt {
  width: 20.6666666667%;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.8;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .page .section-rental-studio .rental-studio-hours-wrap dl dt {
    width: 100%;
    margin-bottom: 16px;
  }
}
.page .section-rental-studio .rental-studio-hours-wrap dl dd {
  width: 79.3333333333%;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .page .section-rental-studio .rental-studio-hours-wrap dl dd {
    width: 100%;
    padding-left: 1em;
  }
}
.page .section-rental-studio .rental-studio-hours-wrap dl dd p {
  margin-bottom: 20px;
}
.page .section-rental-studio .rental-studio-hours-wrap dl dd.l-flex {
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .page .section-rental-studio .rental-studio-hours-wrap dl dd.l-flex {
    padding-left: 0;
  }
}
.page .section-rental-studio .rental-studio-hours-wrap dl dd .item {
  width: 47%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page .section-rental-studio .rental-studio-hours-wrap dl dd .item {
    margin-bottom: 20px;
  }
}
.page .section-rental-studio .rental-studio-hours-wrap dl dd .item span {
  display: block;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .page .section-rental-studio .rental-studio-hours-wrap dl dd .item span {
    font-size: 14px;
  }
}
.page .section-contact-form.trial-lesson-form-section {
  padding-top: 16.6666666667vw;
  background-color: #f7f7f7;
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .page .section-contact-form.trial-lesson-form-section {
    padding-top: 140px;
    padding-bottom: 100px;
  }
}
.page .section-contact-form.trial-lesson-form-section::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-contact-form.trial-lesson-form-section::before {
    background-image: url(../image/fitness/before-after-cover-sp.webp);
    height: 16.8vw;
  }
}
.page .section-contact-form.trial-lesson-form-section h2 {
  font-size: clamp(5.5rem, 5.5vw, 6.6rem);
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .section-contact-form.trial-lesson-form-section h2 {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
.page .section-contact-form.trial-lesson-form-section h2 span {
  color: #005bbb;
}
.page .section-contact-form.trial-lesson-form-section .sub {
  font-size: clamp(1.8rem, 2vw, 2rem);
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .section-contact-form.trial-lesson-form-section .sub {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.page .section-contact-form.trial-lesson-form-section .form-note:first-of-type {
  margin-bottom: 0;
}
.page .section-contact-form.trial-lesson-form-section .time-flex {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .page .section-contact-form.trial-lesson-form-section .time-flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
.page .section-contact-form.trial-lesson-form-section .time-flex .time-border {
  display: block;
  width: 60px;
  height: 1px;
  background-color: #181919;
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .page .section-contact-form.trial-lesson-form-section .time-flex .time-border {
    display: none;
  }
}
.page .section-contact-form.trial-lesson-form-section .item-flex {
  flex-direction: column;
}
.page .section-contact-form.trial-lesson-form-section .people-wrap .input_box {
  width: 168px;
  position: relative;
}
.page .section-contact-form.trial-lesson-form-section .people-wrap .input_box::after {
  content: "人";
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  position: absolute;
  bottom: 0;
  right: -30px;
}
.page .section-contact-form.trial-lesson-form-section .people-wrap input {
  width: 168px;
}
.page .tool-wrap .col-xs-12.col-sm-9 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px; /* 要調整 */
}
.page .tool-wrap {
  /* 1項目（グローブ/ミット…） */
  /* ラベル（上の小見出し） */
}
.page .tool-wrap .input_box label {
  display: block;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  margin-bottom: 6px;
  color: #181919;
  line-height: 1.3;
}
.page .tool-wrap {
  /* CF7のtext input */
}
.page .tool-wrap .input_box input[type=text],
.page .tool-wrap .input_box input[type=number],
.page .tool-wrap .input_box input[type=tel],
.page .tool-wrap .input_box input[type=email] {
  width: 100%;
  max-width: 100%;
  height: 40px;
  border: 1px solid #999;
  border-radius: 6px;
  padding: 8px 10px;
  font-size: 14px;
  box-sizing: border-box;
}
.page .tool-wrap {
  /* フォーカス時ちょい見やすく */
}
.page .tool-wrap .input_box input:focus {
  outline: none;
  border-color: #216fb8;
  box-shadow: 0 0 0 2px rgba(33, 111, 184, 0.15);
}
.page .tool-wrap {
  /* --- SP（1〜2列に落とす） --- */
}
@media (max-width: 767px) {
  .page .tool-wrap .form-group .col-xs-12.col-sm-9 {
    gap: 12px;
  }
  .page .tool-wrap .input_box {
    flex: 1 1 calc(50% - 12px); /* 2列 */
    min-width: 0;
  }
}
@media (max-width: 480px) {
  .page .tool-wrap .input_box {
    flex: 1 1 100%; /* 1列 */
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  .page .tool-wrap .input_box {
    flex: none;
  }
}
.page .tool-wrap .glove-set {
  width: 110px;
  position: relative;
  margin-right: 80px;
}
@media screen and (max-width: 768px) {
  .page .tool-wrap .glove-set {
    width: 30%;
    margin-right: 50px;
    margin-bottom: 16px;
  }
}
.page .tool-wrap .glove-set::after {
  content: "セット";
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  position: absolute;
  bottom: 12px;
  right: -50px;
}
.page .tool-wrap .item-set {
  width: 110px;
  position: relative;
  margin-right: 80px;
}
@media screen and (max-width: 768px) {
  .page .tool-wrap .item-set {
    width: 30%;
    margin-right: 50px;
    margin-bottom: 16px;
  }
}
.page .tool-wrap .item-set::after {
  content: "個";
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  position: absolute;
  bottom: 12px;
  right: -30px;
}

.rental-studio-confirm .tool-wrap .glove-set,
.rental-studio-confirm .tool-wrap .item-set {
  background-color: #ececec;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 10px;
}
.rental-studio-confirm .tool-wrap .glove-set::after,
.rental-studio-confirm .tool-wrap .item-set::after {
  content: "セット";
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  position: absolute;
  bottom: -12px;
  right: -50px;
}
.rental-studio-confirm .time-flex {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .rental-studio-confirm .time-flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
.rental-studio-confirm .time-flex .time-border {
  display: block;
  width: 60px;
  height: 1px;
  background-color: #181919;
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .rental-studio-confirm .time-flex .time-border {
    display: none;
  }
}
.rental-studio-confirm .input_box label {
  display: block;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  margin-bottom: 6px;
  color: #181919;
  line-height: 1.3;
}
.rental-studio-confirm .item-flex {
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .rental-studio-confirm .item-flex {
    width: 100%;
  }
}
.rental-studio-confirm .tool-wrap .col-xs-12.col-sm-9 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px; /* 要調整 */
}/*# sourceMappingURL=rental-studio.css.map */