body {
  padding-top: 0;
}

.header__list-buttons {
  margin-left: 2%;
}

.mv {
  position: relative;
  margin-top: 84px;
}

.mv__image img {
  height: calc(100vh - 84px);
  object-fit: cover;

  @media screen and (max-width: 768px) {
    object-position: top;
  }

}

.mv__text-wrap {
  color: #fff;
  max-width: unset;
  width: min(100%, 632px);
  top: 50%;
  translate: 0 -50%;
  left: 80px;
  position: absolute;

  @media screen and (max-width: 768px) {
    width: 100%;
    display: revert;
    top: unset;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    padding: 0 20px 40px;
  }

}

.mv__hgroup {
  display: flex;
  align-items: anchor-center;
  gap: 16px;
  margin-block: calc((1em - 1lh) / 2);
  align-items: baseline;
}

.mv__copy {
  font-size: 60.52px;
  font-weight: 700;
  line-height: normal;
  margin-top: 0;

  @media screen and (max-width: 768px) {
    font-size: 36px;
  }

}

.mv__copy-sub {
  color: #37C968;
  font-size: 39.885px;
  font-weight: 700;
  line-height: normal;

  @media screen and (max-width: 768px) {
    font-size: 22px;
  }

}

.mv__desc {
  margin-top: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;

  @media screen and (max-width: 768px) {
    font-size: 18px;
  }

}

.mv__cv-btn {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: unset;

  @media screen and (max-width: 768px) {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 20px;
  }

}


.cv-btn__link {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  font-size: 16px;
  width: min(300px, 100%);
  padding: 18px 40px;

  @media screen and (max-width: 768px) {
    width: 100%;
  }

}

.cv-btn__link--lesson {
  background: var(--main-green);
  color: #fff;
  border-radius: calc(infinity * 1px);
  transition: all .3s;
  opacity: 1;
  border: 1px solid var(--main-green);
}

.cv-btn__link:after {
  content: '';
  width: 24px;
  height: 24px;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: all .3s;
}

.cv-btn__link--lesson:after {
  mask-image: url(../images/arrow.svg);
  background-color: #fff;
}

.cv-btn__link--rental:after {
  mask-image: url(../images/higashiosaka/arrow_green.svg);
  background-color: var(--main-green);
}

.cv-btn__link:before {
  display: none;
}

.cv-btn__link--rental {
  background: #fff;
  color: var(--main-green);
  transition: all .3s;
}

@media (any-hover:hover) {
  .cv-btn__link.cv-btn__link--lesson:hover {
    transition: all .3s;
    background: #fff;
    color: var(--main-green);
    border: 1px solid;
  }

  .cv-btn__link.cv-btn__link--lesson:hover:after {
    background-color: var(--main-green);
  }

  .cv-btn__link.cv-btn__link--rental:hover {
    transition: all .3s;
    background: var(--main-green);
    color: #fff;
  }

  .cv-btn__link.cv-btn__link--rental:hover:after {
    background-color: #fff;
  }

  .reservation__btn .cv-btn__link--lesson:hover {
    background: #fff;
    color: var(--main-green);
  }
}

.section__top__bottom-line--green:before,
.section__top__bottom-line--green:after,
.section__top-line--green:before,
.section__top-line--green:after,
.section__bottom-line--green:before,
.section__bottom-line--green:after {
  background-color: var(--main-green);
}

.common__subtitle--green {
  color: var(--main-green);
}

.common__subtitle--green:after {
  width: 42%;
}

.common__subtitle--green:after {
  background-color: var(--main-green);
}

.common__hgroup {
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}

.common__title--higashiosaka {
  margin-top: 0;
}

.common__subtitle--higashiosaka {
  color: var(--main-green);
}

.common__subtitle--higashiosaka:after {
  display: none;
}

.facility-guide__textarea {
  border-radius: 12px;
  padding: 40px 24px;
  border: 1px solid #000;
  margin-top: 32px;

  @media screen and (max-width: 768px) {
    padding: 32px 18px;
  }

}

.facility-guide__heading {
  font-size: clamp(20px, calc(28/1440 *100vw), 28px);
  line-height: normal;
  width: fit-content;
  margin-inline: auto;
}

.facility-guide__text {
  font-size: clamp(14px, calc(16/1440 *100vw), 16px);
  line-height: normal;
  margin-top: 24px;
  width: min(800px, 100%);
  margin-inline: auto;

  @media screen and (max-width: 768px) {
    margin-top: 20px;
  }

}

.facility-guide__list {
  margin-top: 72px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding-inline: 32px;

  @media screen and (max-width: 1024px) {
    grid-template-columns: repeat(2, 1fr);
  }

  @media screen and (max-width: 768px) {
    grid-template-columns: 1fr;
    margin-top: 36px;
    padding-inline: 16px;
  }

}

.application {
  background: none;
  padding-bottom: 0;
}

.application__flow {
  border: none;
  background: #EBEBEB;
  border-radius: 24px;
  padding: 40px 48px;

  @media screen and (max-width: 768px) {
    padding: 20px 24px;
  }

}

.application__flow:last-child {
  background: none;
  padding: 0;
  margin-top: 155px;

  @media screen and (max-width: 768px) {
    margin-top: 65px;
  }

}

.application__flow-text {
  margin-top: 8px;
  font-size: clamp(16px, calc(18/1440*100vw), 18px);
}

.application__flow:after {
  background-color: var(--main-green);
  width: 54px;
  height: 27px;
  bottom: -70px;

  @media screen and (max-width: 768px) {
    width: 30px;
    height: 15px;
    bottom: -40px;
  }

}


.application__flow+* {
  margin-top: 123px;

  @media screen and (max-width: 768px) {
    margin-top: 60px;
  }

}

.application__flow:last-child .common__hgroup {
  background: #fff;
  padding-inline: 40px;
  position: relative;
  z-index: 1;
}

.application__flow:last-child .common__subtitle {
  margin-top: 0;
}

.application__flow:last-child:after {
  display: none;
}

.application__headline {
  font-size: clamp(24px, calc(28/1440*100vw), 28px);
  border-bottom: 1px dashed #000;
  padding-bottom: 8px;

  @media screen and (max-width: 768px) {
    font-size: 20px;
  }

}

.application__number {
  font-family: var(--en-font);
  color: var(--main-green);
  font-family: Oswald;
  font-size: clamp(24px, calc(28/1440*100vw), 28px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  display: block;

  @media screen and (max-width: 768px) {
    font-size: 20px;
  }

}

.reservation__btn {
  margin-top: 32px;

  @media screen and (max-width: 768px) {
    margin-top: 16px;
  }

}

.reservation__btn.--line {
  margin-inline: unset;

  @media screen and (max-width: 768px) {
    margin-inline: auto;
    padding-block: 16px;
  }

}

.reservation__btn__link.--line {
  padding-block: 20px;
  padding-inline: 40px;
  font-size: 16px;
  line-height: normal;
  text-box-trim: trim-both;
  background-color: var(--main-green);
}


.application__title {
  font-size: 28px;

  @media screen and (max-width: 768px) {
    font-size: 20px;
  }

}


.application__text__bottom {
  margin-top: 16px;
}

.reservation__btn__link {
  background: var(--main-green);
  padding: 16px 40px;
  width: min(350px, 100%);
  gap: 16px;
}

.registration__container {
  border-color: var(--main-green);
  margin-top: -16px;
  padding: clamp(30px, calc(70/1440*100vw), 70px) clamp(50px, calc((180/1440)*100vw), 180px);
  gap: clamp(40px, calc(78/1440*100vw), 78px);

  @media screen and (max-width: 768px) {
    padding: 40px 24px 36px;
  }

}

.registration__contents {
  text-align: left;
}

.registration__headline::before {
  background-color: var(--main-green);
}

.registration__text {
  line-height: 2;
  margin-top: 10px;
}

.registration__text__attention {
  color: var(--main-green);
  font-weight: 500;
}

.cv-btn--higashiosaka .cv-btn__link--lesson {
  margin-inline: auto;
}

.lesson.section__top-line--green:before,
.application.section__top__bottom-line:after {
  display: none;
}

[data-section="price"] {

  .lesson__table {
    position: relative;
    margin-top: 0;
  }

  .lesson__table:before {
    content: '';
    position: absolute;
    top: calc(50% + 5px);
    left: 0;
    translate: 0 -50%;
    width: 100%;
    border-top: 1px dashed #000;

    @media screen and (max-width: 768px) {
      top: 50%;
    }

  }

  .price__heading {
    border-bottom: 1px solid #AAA;
    padding-bottom: 16px;
  }

  .lesson__table__header {
    border: none;
    width: fit-content;
    width: -webkit-fit-content;
    white-space: unset;
    padding: 0;
    color: var(--main-green);
    padding-inline: 20px 10px;
    background: #fff;
    font-size: 22px;

    @media screen and (max-width: 768px) {
      font-size: 18px;
    }

  }

  .lesson__table__header:has(span) {
    padding-right: 0;
  }

  .lesson__table__header span {
    font-size: 14px;

    @media screen and (max-width: 768px) {
      font-size: 12px;
    }

  }

  .lesson__table__contents {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    position: relative;
  }

  .lesson__table__contents:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: min(100%, 160px);
    border-bottom: 1px solid var(--main-green);
    z-index: 1;
  }

  .lesson__table__contents:after {
    content: '';
    position: absolute;
    top: unset;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #aaa;
    z-index: 0;
  }


  .lesson__table__data {
    border: none;
    width: fit-content;
    width: -webkit-fit-content;
    padding: 0;
    justify-self: end;
    background: #fff;
    padding-inline: 10px 20px;
    padding-block: 32px;
    line-height: 1.5;

    @media screen and (max-width: 768px) {
      padding-block: 16px;
    }

  }

  .lesson__table__data .lesson__table-price {
    font-size: 24px;

    @media screen and (max-width: 768px) {
      font-size: 18px;
    }

  }

  .lesson__table__data .lesson__table-yen {
    font-size: 18px;

    @media screen and (max-width: 768px) {
      font-size: 16px;
    }

  }

  .lesson__table__data .lesson__table-tax {
    font-size: 14px;

    @media screen and (max-width: 768px) {
      font-size: 12px;
    }

  }

  .p-ticket__sub {
    display: block;
    font-size: 14px;
    margin-top: -10px;
    color: #000;

    @media screen and (max-width: 768px) {
      margin-top: 0;
    }

  }

}

.cv-btn--lesson .cv-btn__link {
  width: min(316px, 100%);
}

.price-campaign-title:before,
.price-campaign-title:after {
  background-image: none;
  background-color: var(--main-green);
}

.price-campaign {
  background-color: #EBEBEB;
}

.price-half h3,
.price-intro h3 {
  color: var(--main-green);
}

.price-intro {
  border-color: var(--main-green);
}

.lesson {
  padding-bottom: 0;
}

.faq {
  padding-top: var(--padding);

  @media screen and (max-width: 768px) {
    padding-top: var(--sp-padding);
  }

}


.faq__container {
  margin-top: 40px;

  @media screen and (max-width: 768px) {
    margin-top: 32px;
  }

}

.faq__item {
  overflow: hidden;
  background: #EBEBEB;
  border-radius: 16px;
}

.faq__item .faq__icon-question {
  transition: color .3s;
}

.faq__icon-question span {
  margin-block: calc((1lh - 1em) / 2);
}

@media (any-hover:hover) {
  .faq__item:hover .faq__icon-question {
    color: var(--main-green);
    transition: color .3s;
  }
}

.faq__item+* {
  margin-top: 40px;

  @media screen and (max-width: 768px) {
    margin-top: 32px;
  }

}

.faq__a-wrapper {
  display: grid;
  -webkit-transition: grid-template-rows 0.3s;
  transition: grid-template-rows 0.3s, -ms-grid-rows 0.3s;
  margin-inline: 32px;
  position: relative;

  @media screen and (max-width: 768px) {
    margin-inline: 20px;

  }

}

.faq__a-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #aaa;
  top: -8px;
  left: 0;
}

.faq__q {
  font-weight: bold;
  font-size: clamp(12.69px, 0px + 1.5vw, 18px);
  line-height: 1.4444444444;
  letter-spacing: 0em;
}

.faq__q::-webkit-details-marker {
  display: none;
}

.summary {
  cursor: pointer;
  padding: 24.5px 32px;
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: bold;
  gap: 4px;
}

@media screen and (max-width: 768px) {
  .summary {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0em;
    padding: 16px;
  }
}

.summary::-webkit-details-marker {
  display: none !important;
}

.faq__inner {
  overflow: hidden;
  background: #EBEBEB;
}

.faq__inner p {
  padding-top: 8px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  padding-bottom: 24px;
  margin-block: calc((1em - 1lh)/2);
}

.faq__tel-inner a {
  display: inline;
  text-decoration: underline;
}

.faq__inner p:before {
  content: 'A';
  font-family: var(--en-font);
  font-size: 16px;
  font-weight: bold;
  margin-block: calc((1lh - 1em) / 2);
  line-height: normal;

  @media screen and (max-width: 768px) {
    margin-block: 0;
  }

}

.faq__icon-question {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  margin-block: calc((1lh - 1em) / 2);

  @media screen and (max-width: 768px) {
    gap: 10px;
  }

}

.faq__icon-question:before {
  content: "Q";
  font-family: var(--en-font);
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  line-height: normal;
  margin-block: calc((1lh - 18px) / 2);

  @media screen and (max-width: 768px) {
    font-size: 16px;
    margin-block: calc((1lh - 16px) / 2);
    position: relative;
    top: -2px;
  }


}

.icon {
  position: relative;
  display: inline-block;
  inline-size: 1em;
  block-size: 1em;
}

.icon::before,
.icon::after {
  position: absolute;
  inset: 0;
  inline-size: 100%;
  width: 21px;
  margin: auto;
  content: "";
  background-color: var(--main-green);
  block-size: 3px;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {

  .icon::before,
  .icon::after {
    width: 16px;
    block-size: 2px;
  }
}

.icon::after {
  rotate: 90deg;
  -webkit-transition: rotate 0.3s;
  transition: rotate 0.3s;
}

details.is-opened .icon::after {
  rotate: 0deg;
  -webkit-transition: rotate 0.3s;
  transition: rotate 0.3s;
}

.access.section__top__bottom-line:before,
.access.section__top__bottom-line:after {
  display: none;
}

.footer-recruit {
  background: var(--main-green);
}

.footer__copyright-wrapper,
.footer__copyright {
  background: var(--main-green);
}

.footer__copyright-wrapper {
  padding-top: 40px;
}

.footer__copyright-wrapper>a {
  display: block;
  color: #fff;
  text-decoration: underline;
  width: fit-content;
  width: -webkit-fit-content;
  margin-inline: auto;
  font-weight: 500;
}

@media (any-hover:hover) {
  .footer__copyright-wrapper>a:hover {
    text-decoration: none;
  }
}

.footer__sns-wrapper {
  max-width: 85px;
  margin-left: unset;

  @media screen and (max-width: 768px) {
    margin-inline: auto;
  }

}

.inner--higashiosaka {
  width: min(100% - 40px, 1000px);
}

.footer-recuit__inner {
  padding-inline: clamp(40px, calc((85/1440)*100vw), 85px);
}

.footer__menu {
  gap: 1.5em;
}

.sp__link__tel {
  background: var(--main-green);
}

.about {
  @media screen and (max-width: 768px) {
    padding-top: 40px;
  }
}

.common__mv {
  background-image: none;
  position: relative;
  width: 100%;
  height: 300px;
  margin-top: 84px;
  background: #EBEBEB;

  @media screen and (max-width: 768px) {
    height: 150px;
    margin-top: 77px;
  }

}

.common__mv__text-box {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  letter-spacing: 1.5px;
  color: #000;
}

.common__mv__title {
  font-size: 42px;
  text-shadow: none;

  @media screen and (max-width: 768px) {
    font-size: 24px;
  }
}

.common__mv__subtitle {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 24px;
  text-shadow: none;
  text-transform: uppercase;
  color: var(--main-green);
  line-height: 1;

  @media screen and (max-width: 768px) {
    font-size: 16px;
  }
}

.terms {
  padding-block: var(--padding);

  @media screen and (max-width: 768px) {
    padding-top: var(--sp-padding);
  }

}



/* タイトル */
.terms__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 40px;
}

.terms__title span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-top: 8px;
}

/* リード文 */
.terms__lead {
  margin-bottom: 48px;
}

.terms__lead p {
  font-size: 15px;
  line-height: 1.9;
  color: #333;
}

/* 規約全体 */
.terms__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* 各条文 */
.terms__section {
  font-size: 15px;
  line-height: 1.9;
  color: #333;
}

/* 条文タイトル */
.terms__section h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

/* 段落 */
.terms__section p {
  margin-bottom: 12px;
}

/* 箇条書き（番号付き） */
.terms__section ol {
  margin-top: 8px;
  counter-reset: terms-list;
  padding-left: 0;
  margin-top: 12px;
}

.terms__section ol li {
  margin-bottom: 6px;
  counter-increment: terms-list;
  position: relative;
  padding-left: 1.8em;
  margin-bottom: 8px;
  line-height: 1.9;
}

/* 番号表示 */
.terms__section ol li::before {
  content: counter(terms-list) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
}

/* 最後の余白調整 */
.terms__section ol li:last-child,
.terms__section p:last-child {
  margin-bottom: 0;
}

/* =========================
  SP調整
========================= */

@media (max-width: 768px) {
  .terms {
    padding: 56px 0;
  }

  .terms__title {
    font-size: 22px;
  }

  .terms__title span {
    font-size: 15px;
  }

  .terms__section h3 {
    font-size: 16px;
  }

  .terms__section,
  .terms__lead p {
    font-size: 14px;
  }
}

.rental {
  padding-top: var(--padding);

  @media screen and (max-width: 768px) {
    padding-top: var(--sp-padding);
  }
}

.main-guide {
  padding-bottom: 100px;

  @media screen and (max-width: 768px) {
    padding-bottom: 50px;
  }

}

.guide {
  padding-top: var(--padding);

  @media screen and (max-width: 768px) {
    padding-top: var(--sp-padding);
  }
}

.guide-rule {
  margin-top: 80px;

  @media screen and (max-width: 768px) {
    margin-top: 40px;
  }

}

.guide-rule__image {
  width: min(500px, 100%);
  margin-inline: auto;
}

.guide-rule__image:nth-of-type(2) {
  margin-top: 80px;

  @media screen and (max-width: 768px) {
    margin-top: 40px;
  }

}

.guide-rule__text {
  width: fit-content;
  margin-inline: auto;
  background: #EBEBEB;
  padding: 32px 24px;
  line-height: 1.5;
  width: min(500px, 100%);
  border-radius: 0 0 12px 12px;
}

.guide-rule__text--red {
  color: rgb(202, 3, 3);
  border: 1px solid rgb(202, 3, 3);
  background: none;
  font-weight: 500;
  padding-block: 20px;
  border-radius: 12px;
}

.guide-rule__text-strong {
  background: rgb(202, 3, 3);
  display: block;
  color: #fff;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 12px;
  text-align: center;
  width: fit-content;
  width: -webkit-fit-content;
  margin-inline: auto;
  margin-top: 20px;

  @media screen and (max-width: 768px) {
    text-align: left;
    padding: 10px;
    font-size: 14px;
  }

}

.registration__contents {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 20px;
}

.registration__text {
  height: unset;
  margin-top: unset;
}

.registration__text__attention {
  margin-top: unset;
}

.usage {
  padding-top: var(--padding);

  @media screen and (max-width: 768px) {
    padding-top: var(--sp-padding);
  }
}

.usage__headline {
  grid-area: title;
}

.usage__flow {
  padding: 40px;
  display: grid;
  grid-template-columns: minmax(200px, 400px) 1fr;
  gap: 20px;
  grid-template-areas:
    "title title"
    "img text";
  align-items: center;

  @media screen and (max-width: 768px) {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "text"
      "img";
    gap: 20px;
    padding: 20px 24px;
  }

}

.usage__flow:last-child {
  background: #EBEBEB;
  padding: 40px;
  margin-top: 123px;

  @media screen and (max-width: 768px) {
    margin-top: 60px;
  }

}

.usage__flow-image {
  grid-area: img;
}

.usage__flow-text {
  grid-area: text;
  margin-top: 0;
}


.breadcrumb {
  margin: 24px 0 40px;
  font-size: 14px;
}

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumb__item {
  display: flex;
  align-items: center;
  color: #666;
}

/* 区切り */
.breadcrumb__item:not(:last-child)::after {
  content: ">";
  margin-left: 8px;
  color: #999;
}

/* リンク */
.breadcrumb__item a {
  color: #666;
  text-decoration: none;
  transition: opacity .2s;
}

.breadcrumb__item a:hover {
  opacity: .7;
}

/* 現在地 */
.breadcrumb__item[aria-current="page"] {
  color: #111;
  font-weight: 500;
}


.access__heading.--green:before {
  background: linear-gradient(to right, var(--main-green) 0%, var(--main-green) 50%, var(--main-color) 50%, var(--main-color) 100%);
}

.access__map-item {
  max-width: 500px;
}

.access__map iframe {
  max-height: 540px;
}

.access__youtube-wrap {
  width: min(800px, 100%);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-inline: auto;
  margin-top: 40px;

  @media screen and (max-width: 768px) {
    display: block;
  }

}

.access__youtube+* {
  @media screen and (max-width: 768px) {
    margin-top: 40px;
  }

}

.access__youtube iframe {
  aspect-ratio: 9 / 16;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 16px;
}

.access__youtube-title {
  font-size: 18px;
  text-align: center;

  @media screen and (max-width: 768px) {
    font-size: 16px;
  }

}