@charset "UTF-8";
:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }
}
.header {
  transition: opacity 0.5s ease;
  opacity: 0;
  pointer-events: none;
}
.header.is-show {
  opacity: 1;
  transition: opacity 0.5s ease;
  pointer-events: auto;
}

.section-mainvisual {
  position: relative;
  height: 100svh;
}
@keyframes slider {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
    transform: scale(1.1);
  }
}
.section-mainvisual .mainvisual-sliders {
  height: 100svh;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.section-mainvisual .mainvisual-sliders .slider-item {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: slider 15s 0s infinite;
}
.section-mainvisual .mainvisual-sliders .slider-item:nth-child(2) {
  animation-delay: 5s;
}
.section-mainvisual .mainvisual-sliders .slider-item:nth-child(3) {
  animation-delay: 10s;
}
.section-mainvisual .mainvisual-sliders .slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.section-mainvisual .mainvisual-text {
  position: relative;
  height: 100svh;
  z-index: 9999;
  overflow: hidden;
  pointer-events: none;
}
.section-mainvisual .mainvisual-text .text-left {
  position: absolute;
  width: 1280px;
  height: 100%;
  max-width: none;
  top: 0;
  left: 0;
}
.section-mainvisual .mainvisual-text .text-left img {
  width: 100%;
  height: 100%;
}
.section-mainvisual .mainvisual-text .text-right {
  position: absolute;
  width: 1280px;
  height: 100%;
  max-width: none;
  top: 0;
  right: 0;
}
.section-mainvisual .mainvisual-text .text-right img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .section-mainvisual .mainvisual-text .text-left {
    width: auto;
  }
  .section-mainvisual .mainvisual-text .text-right {
    width: auto;
  }
}
.section-mainvisual .mainvisual-cv {
  position: absolute;
  top: 210px;
  right: 27px;
  width: 139px;
  height: 136px;
  z-index: 9999;
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 1024px) {
  .section-mainvisual .mainvisual-cv {
    width: 15.641025641vw;
    height: 15.1282051282vw;
    top: 31.5384615385vw;
    right: 3.0769230769vw;
  }
}
.section-mainvisual .mainvisual-cv a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  background-color: #B7353B;
  border-radius: 10px;
  line-height: 1.25;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.16em;
  text-decoration: none;
  transform: translate(-5px, -5px);
  transition: transform 0.5s ease;
}
@media screen and (max-width: 1024px) {
  .section-mainvisual .mainvisual-cv a {
    font-size: 12px;
    font-size: 3.0769230769vw;
    border-radius: 1.2820512821vw;
    transform: translate(-0.7692307692vw, -0.7692307692vw);
  }
}
@media (hover: hover) and (pointer: fine) {
  .section-mainvisual .mainvisual-cv a:hover {
    transition: transform 0.5s ease;
    transform: translate(0);
  }
}
.section-mainvisual .mainvisual-cv a img {
  width: 48px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .section-mainvisual .mainvisual-cv a img {
    width: 5.1282051282vw;
  }
}
.section-mainvisual .mainvisual-cv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .section-mainvisual .mainvisual-cv::before {
    border-radius: 1.2820512821vw;
  }
}
.section-mainvisual .mainvisual-banner {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 9999;
  background-color: rgba(42, 158, 132, 0.52);
  padding: 48px 0;
}
@media screen and (max-width: 1024px) {
  .section-mainvisual .mainvisual-banner {
    padding: 6.1538461538vw 4.1025641026vw;
  }
}
.section-mainvisual .mainvisual-banner .list-banners {
  max-width: 960px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 48px;
}
@media screen and (max-width: 1024px) {
  .section-mainvisual .mainvisual-banner .list-banners {
    max-width: 100%;
    gap: 6.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .section-mainvisual .mainvisual-banner .list-banners .list-item {
    width: 42.5641025641vw;
  }
}
.section-mainvisual .mainvisual-banner .list-banners .list-item img {
  width: 100%;
}
.section-mainvisual .mainvisual-logo {
  position: absolute;
  bottom: 281px;
  right: 45px;
  width: 186px;
  height: 186px;
  z-index: 9999;
}
.section-mainvisual .mainvisual-logo img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .section-mainvisual .mainvisual-logo {
    bottom: 43.8461538462vw;
    right: 4.1025641026vw;
    width: 25.3846153846vw;
    height: 25.3846153846vw;
  }
}

.section-gyms .gyms {
  max-width: 960px;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .section-gyms .gyms {
    max-width: 100%;
  }
}
.section-gyms .gyms .list-tabs {
  display: flex;
  gap: 30px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .section-gyms .gyms .list-tabs {
    gap: 2.0512820513vw;
    margin-bottom: 2.0512820513vw;
  }
}
.section-gyms .gyms .list-tabs .tab {
  flex: 1;
  transition: background-color 0.5s ease;
  background-position: center bottom 25%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.65);
  background-blend-mode: lighten;
}
@media (hover: hover) and (pointer: fine) {
  .section-gyms .gyms .list-tabs .tab:hover {
    cursor: pointer;
  }
}
.section-gyms .gyms .list-tabs .tab .name {
  border: 5px solid transparent;
  color: #2A9E84;
  font-size: 36px;
  letter-spacing: 0.3em;
  white-space: nowrap;
  background-color: rgba(248, 247, 245, 0.3);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  line-height: 1;
  transition: border-color 0.5s ease, background-color 0.5s ease;
}
@media screen and (max-width: 1024px) {
  .section-gyms .gyms .list-tabs .tab {
    border-width: 0.5128205128vw;
  }
  .section-gyms .gyms .list-tabs .tab .name {
    padding: 4.1025641026vw;
    font-size: 20px;
    font-size: 5.1282051282vw;
    font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-weight: bold;
  }
}
@media screen and (max-width: 1024px) {
  .section-gyms .gyms .list-tabs .tab {
    background-size: cover;
  }
}
.section-gyms .gyms .list-tabs .tab:nth-child(1) {
  background-image: url("/assets/images/top/tab_yahaba.jpg");
}
.section-gyms .gyms .list-tabs .tab:nth-child(2) {
  background-image: url("/assets/images/top/tab_mizusawa.jpg");
}
.section-gyms .gyms .list-tabs .tab:nth-child(3) {
  background-image: url("/assets/images/top/tab_kitagami.jpg");
}
.section-gyms .gyms .list-tabs .tab.isSelected {
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color 0.5s ease;
}
.section-gyms .gyms .list-tabs .tab.isSelected .name {
  border-color: #2A9E84;
  background-color: rgba(238, 224, 83, 0.15);
  transition: border-color 0.5s ease, background-color 0.5s ease;
}
.section-gyms .gyms .list-content .content {
  border: 5px solid #2A9E84;
  padding: 60px 90px 56px;
}
@media screen and (max-width: 1024px) {
  .section-gyms .gyms .list-content .content {
    border-width: 0.5128205128vw;
    padding: 8.2051282051vw 7.1794871795vw;
  }
}
.section-gyms .gyms .list-content .content .content-title {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 456px;
  margin-inline: auto;
  font-size: 48px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 64px;
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}
@media screen and (max-width: 1024px) {
  .section-gyms .gyms .list-content .content .content-title {
    min-width: 45.641025641vw;
    margin-bottom: 8.2051282051vw;
    line-height: 1.2;
    font-size: 32px;
    font-size: 8.2051282051vw;
    letter-spacing: 0.2564102564vw;
    text-align: center;
  }
}
.section-gyms .gyms .list-content .content .content-title.price {
  text-wrap: nowrap;
}
.section-gyms .gyms .list-content .content .content-title.price .layout-price {
  display: inline-flex;
  align-items: flex-start;
}
.section-gyms .gyms .list-content .content .content-title.price .head {
  font-size: 32px;
  letter-spacing: 2px;
  line-height: 1.2;
}
.section-gyms .gyms .list-content .content .content-title.price .head span {
  font-size: 20px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .section-gyms .gyms .list-content .content .content-title.price .head {
    font-size: 15px;
    font-size: 3.8461538462vw;
    letter-spacing: 0.2564102564vw;
    text-align: right;
  }
  .section-gyms .gyms .list-content .content .content-title.price .head span {
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
}
.section-gyms .gyms .list-content .content .content-title.price .body {
  font-size: 64px;
  letter-spacing: 1px;
  line-height: 1;
}
.section-gyms .gyms .list-content .content .content-title.price .body .unit {
  font-size: 32px;
}
.section-gyms .gyms .list-content .content .content-title.price .body .tax {
  font-size: 15px;
  letter-spacing: 1px;
  display: block;
  text-align: right;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .section-gyms .gyms .list-content .content .content-title.price .body {
    font-size: 32px;
    font-size: 8.2051282051vw;
    letter-spacing: 0.2564102564vw;
  }
  .section-gyms .gyms .list-content .content .content-title.price .body .unit {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
  .section-gyms .gyms .list-content .content .content-title.price .body .tax {
    font-size: 10px;
    font-size: 2.5641025641vw;
  }
}
.section-gyms .gyms .list-content .content .content-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-color: #fce540;
}
@media screen and (max-width: 1024px) {
  .section-gyms .gyms .list-content .content .content-title::after {
    height: 1.2820512821vw;
  }
}
.section-gyms .gyms .list-content .content .layout-comingsoon p {
  text-align: center;
  font-size: 36px;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1024px) {
  .section-gyms .gyms .list-content .content .layout-comingsoon p {
    font-size: 20px;
    font-size: 5.1282051282vw;
  }
}
.section-gyms .gyms .list-content .content .layout-comingsoon + .content-footer {
  margin-top: 68px;
}
@media screen and (max-width: 1024px) {
  .section-gyms .gyms .list-content .content .layout-comingsoon + .content-footer {
    margin-top: 8.2051282051vw;
  }
}
.section-gyms .gyms .list-content .content .content-header {
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .section-gyms .gyms .list-content .content .content-header {
    margin-bottom: 8.2051282051vw;
  }
}
.section-gyms .gyms .list-content .content .content-header .content-title {
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .section-gyms .gyms .list-content .content .content-header .content-title {
    margin-bottom: 8.2051282051vw;
  }
}
.section-gyms .gyms .list-content .content .content-header .list-service-icons {
  display: flex;
  justify-content: center;
  gap: 32px;
}
.section-gyms .gyms .list-content .content .content-header .list-service-icons .list-item {
  width: 121px;
}
@media screen and (max-width: 1024px) {
  .section-gyms .gyms .list-content .content .content-header .list-service-icons {
    flex-wrap: wrap;
    max-width: 256;
    gap: 4.1025641026vw;
  }
  .section-gyms .gyms .list-content .content .content-header .list-service-icons .list-item {
    width: 19.2307692308vw;
  }
}
.section-gyms .gyms .list-content .content .content-body .service-title {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 10px 17px;
  border: 1px solid #1A201D;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 2;
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  margin-bottom: 48px;
}
.section-gyms .gyms .list-content .content .content-body .service-title .ja {
  font-size: 13px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .section-gyms .gyms .list-content .content .content-body .service-title {
    font-size: 12px;
    font-size: 3.0769230769vw;
    letter-spacing: 0.01em;
    line-height: 1.5;
    padding: 1.2820512821vw 5.1282051282vw;
  }
  .section-gyms .gyms .list-content .content .content-body .service-title .ja {
    font-size: 11px;
    font-size: 2.8205128205vw;
  }
}
.section-gyms .gyms .list-content .content .content-body .list-optional-service .list-item {
  display: flex;
  gap: 35px;
  flex-wrap: wrap;
  border-bottom: 1px solid #1A201D;
  margin-bottom: 48px;
}
.section-gyms .gyms .list-content .content .content-body .list-optional-service .list-item:nth-child(even) {
  flex-direction: row-reverse;
}
.section-gyms .gyms .list-content .content .content-body .list-optional-service .list-item .list-item-text {
  flex: 1;
}
.section-gyms .gyms .list-content .content .content-body .list-optional-service .list-item .list-item-text h5 {
  font-size: 24px;
  color: #2A9E84;
  letter-spacing: 1px;
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  margin-bottom: 11px;
}
.section-gyms .gyms .list-content .content .content-body .list-optional-service .list-item .list-item-text h5 .ja {
  display: block;
  color: #1a201d;
  font-size: 20px;
  letter-spacing: 0.16em;
}
.section-gyms .gyms .list-content .content .content-body .list-optional-service .list-item .list-item-text p {
  font-size: 13px;
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  letter-spacing: 0.16em;
}
.section-gyms .gyms .list-content .content .content-body .list-optional-service .list-item.layout-price {
  gap: 14px;
}
.section-gyms .gyms .list-content .content .content-body .list-optional-service .list-item.layout-price .list-item-text > div {
  display: flex;
  gap: 16px;
}
.section-gyms .gyms .list-content .content .content-body .list-optional-service .list-item.layout-price .list-item-text > div > p {
  flex: 1;
}
.section-gyms .gyms .list-content .content .content-body .list-optional-service .list-item.layout-price .list-item-text > div .price {
  white-space: nowrap;
  font-size: 32px;
  letter-spacing: 0.05em;
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  line-height: 1.2;
}
.section-gyms .gyms .list-content .content .content-body .list-optional-service .list-item.layout-price .list-item-text > div .price .unit {
  font-size: 20px;
}
.section-gyms .gyms .list-content .content .content-body .list-optional-service .list-item.layout-price .list-item-text > div .price .tax {
  display: block;
  text-align: right;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .section-gyms .gyms .list-content .content .content-body .list-optional-service .list-item.layout-price {
    gap: 2.0512820513vw;
  }
  .section-gyms .gyms .list-content .content .content-body .list-optional-service .list-item.layout-price .list-item-text > div {
    display: block;
  }
  .section-gyms .gyms .list-content .content .content-body .list-optional-service .list-item.layout-price .list-item-text > div .price {
    text-align: right;
    font-size: 20px;
    font-size: 5.1282051282vw;
  }
  .section-gyms .gyms .list-content .content .content-body .list-optional-service .list-item.layout-price .list-item-text > div .price .unit {
    font-size: 14px;
    font-size: 3.5897435897vw;
  }
  .section-gyms .gyms .list-content .content .content-body .list-optional-service .list-item.layout-price .list-item-text > div .price .tax {
    font-size: 10px;
    font-size: 2.5641025641vw;
  }
}
.section-gyms .gyms .list-content .content .content-body .list-optional-service .list-item .list-item-image {
  width: 235px;
}
@media screen and (max-width: 1024px) {
  .section-gyms .gyms .list-content .content .content-body .list-optional-service .list-item {
    flex-direction: column;
    gap: 2.0512820513vw;
    border: none;
  }
  .section-gyms .gyms .list-content .content .content-body .list-optional-service .list-item:nth-child(even) {
    flex-direction: column;
  }
  .section-gyms .gyms .list-content .content .content-body .list-optional-service .list-item:nth-child(even) .list-item-text h5 {
    display: block;
    float: right;
  }
  .section-gyms .gyms .list-content .content .content-body .list-optional-service .list-item:nth-child(even) .list-item-text h5 + p {
    clear: both;
  }
  .section-gyms .gyms .list-content .content .content-body .list-optional-service .list-item:nth-child(even) .list-item-image {
    margin-left: auto;
  }
  .section-gyms .gyms .list-content .content .content-body .list-optional-service .list-item .list-item-text {
    order: 2;
  }
  .section-gyms .gyms .list-content .content .content-body .list-optional-service .list-item .list-item-text h5 {
    font-size: 16px;
    font-size: 4.1025641026vw;
    letter-spacing: 0.2564102564vw;
    margin-bottom: 2.0512820513vw;
    line-height: 1.8;
  }
  .section-gyms .gyms .list-content .content .content-body .list-optional-service .list-item .list-item-text h5 .ja {
    font-size: 14px;
    font-size: 3.5897435897vw;
    letter-spacing: 0.01em;
  }
  .section-gyms .gyms .list-content .content .content-body .list-optional-service .list-item .list-item-text p {
    font-size: 15px;
    font-size: 3.8461538462vw;
    letter-spacing: 0.07em;
    border-top: 1px solid #1a201d;
    padding-top: 2.5641025641vw;
    line-height: 1.6666666667;
    font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-weight: normal;
  }
  .section-gyms .gyms .list-content .content .content-body .list-optional-service .list-item .list-item-image {
    order: 1;
    overflow: hidden;
    width: 32.3076923077vw;
    height: 17.6923076923vw;
  }
}
.section-gyms .gyms .list-content .content .content-footer .gym-information {
  margin-bottom: 48px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 96px;
  padding: 20px;
}
.section-gyms .gyms .list-content .content .content-footer .gym-information .gym-image {
  width: 235px;
}
.section-gyms .gyms .list-content .content .content-footer .gym-information .gym-address {
  flex: 1;
  line-height: 2;
}
.section-gyms .gyms .list-content .content .content-footer .gym-information .gym-address .heading {
  font-size: 16px;
  letter-spacing: 0.16em;
  color: #2a9e84;
}
.section-gyms .gyms .list-content .content .content-footer .gym-information .gym-address .zip {
  font-size: 14px;
  letter-spacing: 0.16em;
}
.section-gyms .gyms .list-content .content .content-footer .gym-information .gym-address .address {
  font-size: 14px;
  letter-spacing: 0.16em;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .section-gyms .gyms .list-content .content .content-footer .gym-information {
    margin-bottom: 8.2051282051vw;
    gap: 4.1025641026vw;
    padding: 4.358974359vw 6.1538461538vw;
    background-size: cover;
  }
  .section-gyms .gyms .list-content .content .content-footer .gym-information .gym-image {
    width: 30.2564102564vw;
  }
  .section-gyms .gyms .list-content .content .content-footer .gym-information .gym-address {
    line-height: 1.5;
    white-space: nowrap;
  }
  .section-gyms .gyms .list-content .content .content-footer .gym-information .gym-address .heading {
    font-size: 10px;
    font-size: 2.5641025641vw;
  }
  .section-gyms .gyms .list-content .content .content-footer .gym-information .gym-address .zip {
    font-size: 10px;
    font-size: 2.5641025641vw;
  }
  .section-gyms .gyms .list-content .content .content-footer .gym-information .gym-address .address {
    font-size: 10px;
    font-size: 2.5641025641vw;
  }
}
.section-gyms .gyms .list-content .content .content-footer .button-cv {
  width: 348px;
  height: 80px;
  margin-inline: auto;
  position: relative;
}
.section-gyms .gyms .list-content .content .content-footer .button-cv a {
  width: 100%;
  height: 100%;
  display: flex;
  background-color: #B7353B;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.16em;
  text-decoration: none;
  transform: translate(-5px, -5px);
  transition: transform 0.5s ease;
}
@media (hover: hover) and (pointer: fine) {
  .section-gyms .gyms .list-content .content .content-footer .button-cv a:hover {
    transition: transform 0.5s ease;
    transform: translate(0);
  }
}
.section-gyms .gyms .list-content .content .content-footer .button-cv a img {
  width: 48px;
  height: auto;
  margin-left: 13px;
}
.section-gyms .gyms .list-content .content .content-footer .button-cv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .section-gyms .gyms .list-content .content .content-footer .button-cv {
    width: 45.641025641vw;
    height: 10.5128205128vw;
  }
  .section-gyms .gyms .list-content .content .content-footer .button-cv a {
    font-size: 13px;
    font-size: 3.3333333333vw;
    border-radius: 1.2820512821vw;
    transform: translate(-0.7692307692vw, -0.7692307692vw);
  }
  .section-gyms .gyms .list-content .content .content-footer .button-cv a img {
    width: 6.1538461538vw;
  }
  .section-gyms .gyms .list-content .content .content-footer .button-cv a::after {
    border-radius: 1.2820512821vw;
  }
}
.section-gyms .gyms .list-content .content .content-footer .button-cv + .button-contact {
  margin-top: 16px;
}
.section-gyms .gyms .list-content .content .content-footer .button-contact {
  width: 348px;
  height: 80px;
  margin-inline: auto;
  position: relative;
}
.section-gyms .gyms .list-content .content .content-footer .button-contact a {
  width: 100%;
  height: 100%;
  display: flex;
  background-color: #2A9E84;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.16em;
  text-decoration: none;
  transform: translate(-5px, -5px);
  transition: transform 0.5s ease;
}
@media (hover: hover) and (pointer: fine) {
  .section-gyms .gyms .list-content .content .content-footer .button-contact a:hover {
    transition: transform 0.5s ease;
    transform: translate(0);
  }
}
.section-gyms .gyms .list-content .content .content-footer .button-contact a img {
  width: 32px;
  height: auto;
  margin-left: 13px;
}
.section-gyms .gyms .list-content .content .content-footer .button-contact::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .section-gyms .gyms .list-content .content .content-footer .button-contact {
    width: 45.641025641vw;
    height: 10.5128205128vw;
  }
  .section-gyms .gyms .list-content .content .content-footer .button-contact a {
    font-size: 13px;
    font-size: 3.3333333333vw;
    border-radius: 1.2820512821vw;
    transform: translate(-0.7692307692vw, -0.7692307692vw);
  }
  .section-gyms .gyms .list-content .content .content-footer .button-contact a img {
    width: 6.1538461538vw;
  }
  .section-gyms .gyms .list-content .content .content-footer .button-contact a::after {
    border-radius: 1.2820512821vw;
  }
}
.section-gyms .gyms .list-content .content.mizusawa .content-footer .gym-information {
  background-image: url(/assets/images/top/pic_gym_mizusawa_bg.png);
}
@media screen and (max-width: 1024px) {
  .section-gyms .gyms .list-content .content.mizusawa .content-footer .gym-information {
    background-image: url(/assets/images/top/pic_gym_mizusawa_bg_sp.png);
  }
}
.section-gyms .gyms .list-content .content.kitagami .content-footer .gym-information {
  background-image: url(/assets/images/top/pic_gym_kitagami_bg.png);
}
@media screen and (max-width: 1024px) {
  .section-gyms .gyms .list-content .content.kitagami .content-footer .gym-information {
    background-image: url(/assets/images/top/pic_gym_kitagami_bg_sp.png);
  }
}

.section-news {
  background-color: #D4EAE5;
  border-top: 32px solid #2A9E84;
  border-bottom: 32px solid #2A9E84;
}
@media screen and (max-width: 1024px) {
  .section-news {
    border-width: 2.0512820513vw;
  }
}
.section-news .list-content {
  max-width: 960px;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .section-news .list-content {
    max-width: calc(100% - 14.358974359vw);
  }
}
.section-news .list-content .list-insta {
  display: flex;
  gap: 54px;
  margin-bottom: 64px;
}
@media screen and (max-width: 1024px) {
  .section-news .list-content .list-insta {
    gap: 7.4358974359vw;
    margin-bottom: 8.2051282051vw;
  }
}
.section-news .list-content .list-insta .list-insta-item {
  width: 195px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-news .list-content .list-insta .list-insta-item {
    width: 20.2564102564vw;
  }
  .section-news .list-content .list-insta .list-insta-item:last-child {
    display: none;
  }
}
.section-news .list-content .list-insta .list-insta-item .insta {
  position: relative;
  width: 195px;
  height: 244px;
  z-index: 1;
  background: #E5E3DF;
}
.section-news .list-content .list-insta .list-insta-item .insta img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1024px) {
  .section-news .list-content .list-insta .list-insta-item .insta {
    width: 20.2564102564vw;
    height: 25.3846153846vw;
  }
}
.section-news .list-content .list-insta .list-insta-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -12px;
  right: -12px;
  background-color: #2a9e84;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .section-news .list-content .list-insta .list-insta-item::before {
    bottom: -1.5384615385vw;
    right: -1.5384615385vw;
  }
}
.section-news .list-content .list-insta .list-insta-item::after {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  bottom: -24px;
  right: -24px;
  background-color: transparent;
  background-image: radial-gradient(circle, #00BF62 3px, transparent 3px);
  background-position: 0 0;
  background-size: 12px 12px;
  background-repeat: space;
}
@media screen and (max-width: 1024px) {
  .section-news .list-content .list-insta .list-insta-item::after {
    bottom: -3.0769230769vw;
    right: -3.0769230769vw;
    background-image: radial-gradient(circle, #00BF62 0.2564102564vw, transparent 0.2564102564vw);
    background-size: 1.0256410256vw 1.0256410256vw;
  }
}
.section-news .list-content .link {
  text-align: center;
}
.section-news .list-content .link a {
  font-size: 16px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  transition: opacity 0.5s ease;
}
.section-news .list-content .link a::after {
  content: "";
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  background-image: url(/assets/images/top/icon-instagram.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: 0.5em;
}
@media (hover: hover) and (pointer: fine) {
  .section-news .list-content .link a:hover {
    opacity: 0.8;
    transition: opacity 0.5s ease;
  }
}
@media screen and (max-width: 1024px) {
  .section-news .list-content .link a {
    font-size: 12px;
    font-size: 3.0769230769vw;
  }
  .section-news .list-content .link a::after {
    margin-left: 0;
  }
}

.section-service {
  position: relative;
  clip-path: inset(0);
}
.section-service::after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -10;
  background-image: url(/assets/images/top/bg_service.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.section-service .service {
  max-width: 966px;
  margin-inline: auto;
  border: 5px solid #2A9E84;
}
@media screen and (max-width: 1024px) {
  .section-service .service {
    border-width: 0.5128205128vw;
  }
}
.section-service .service .list-service {
  padding: 48px 7px;
  background-color: rgba(250, 249, 248, 0.67);
}
@media screen and (max-width: 1024px) {
  .section-service .service .list-service {
    padding: 5.1282051282vw;
  }
}
.section-service .service .list-service .list-item:not(:last-child) {
  margin-bottom: 7px;
}
.section-service .service .list-service .list-item a {
  text-decoration: none;
  transition: background-color 0.5s ease;
  background-color: rgba(250, 249, 248, 0);
  padding: 7px 25px;
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .section-service .service .list-service .list-item a[href]:hover {
    background-color: rgb(250, 249, 248);
    transition: background-color 0.5s ease;
  }
}
@media screen and (max-width: 1024px) {
  .section-service .service .list-service .list-item a {
    display: flex;
    flex-direction: column;
    padding: 3.0769230769vw 2.3076923077vw;
  }
}
.section-service .service .list-service .list-item a .item-wrap {
  display: flex;
  gap: 30px;
  border-bottom: 1px solid #1A201D;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .section-service .service .list-service .list-item a .item-wrap {
    display: block;
    border: none;
    margin-bottom: 2.5641025641vw;
  }
}
.section-service .service .list-service .list-item a .item-wrap .item-thumbnail {
  width: 282px;
  height: 155px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .section-service .service .list-service .list-item a .item-wrap .item-thumbnail {
    width: 30.5128205128vw;
    height: 16.6666666667vw;
    margin-bottom: 2.0512820513vw;
  }
}
.section-service .service .list-service .list-item a .item-wrap .item-text {
  flex: 1;
}
.section-service .service .list-service .list-item a .item-wrap .item-text .title {
  margin-bottom: 30px;
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .section-service .service .list-service .list-item a .item-wrap .item-text .title {
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    margin-bottom: 2.0512820513vw;
  }
}
.section-service .service .list-service .list-item a .item-wrap .item-text .title .en {
  color: #2A9E84;
  font-size: 24px;
  letter-spacing: 1px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .section-service .service .list-service .list-item a .item-wrap .item-text .title .en {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.section-service .service .list-service .list-item a .item-wrap .item-text .title .ja {
  font-size: 20px;
  display: block;
  letter-spacing: 0.16em;
}
.section-service .service .list-service .list-item a .item-wrap .item-text .title .ja span {
  font-size: 13px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .section-service .service .list-service .list-item a .item-wrap .item-text .title .ja {
    font-size: 14px;
    font-size: 3.5897435897vw;
    letter-spacing: 0.01em;
  }
  .section-service .service .list-service .list-item a .item-wrap .item-text .title .ja span {
    font-size: 10px;
    font-size: 2.5641025641vw;
  }
}
.section-service .service .list-service .list-item a .item-wrap .item-text .body {
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 1024px) {
  .section-service .service .list-service .list-item a .item-wrap .item-text .body {
    display: block;
    border-top: 1px solid #1A201D;
    padding-top: 2.0512820513vw;
  }
}
.section-service .service .list-service .list-item a .item-wrap .item-text .body .body-text {
  flex: 1;
  letter-spacing: 0.16em;
  font-size: 13px;
}
@media screen and (max-width: 1024px) {
  .section-service .service .list-service .list-item a .item-wrap .item-text .body .body-text {
    letter-spacing: 0.07em;
    font-size: 15px;
    font-size: 3.8461538462vw;
    line-height: 1.6666666667;
  }
}
.section-service .service .list-service .list-item a .item-wrap .item-text .body .body-price {
  width: 175px;
  text-align: right;
  white-space: nowrap;
  font-size: 32px;
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.section-service .service .list-service .list-item a .item-wrap .item-text .body .body-price .unit {
  font-size: 16px;
}
.section-service .service .list-service .list-item a .item-wrap .item-text .body .body-price .tax {
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .section-service .service .list-service .list-item a .item-wrap .item-text .body .body-price {
    width: 100%;
    text-align: right;
    font-size: 20px;
    font-size: 5.1282051282vw;
  }
  .section-service .service .list-service .list-item a .item-wrap .item-text .body .body-price .unit {
    font-size: 14px;
    font-size: 3.5897435897vw;
  }
  .section-service .service .list-service .list-item a .item-wrap .item-text .body .body-price .tax {
    font-size: 10px;
    font-size: 2.5641025641vw;
  }
}
.section-service .service .list-service .list-item a .more {
  background: url(/assets/images/top/icon_arrow.png);
  background-repeat: no-repeat;
  background-size: 74px auto;
  background-position: right center;
  padding-right: 74px;
  text-align: right;
  letter-spacing: 2px;
  font-size: 13px;
}
@media screen and (max-width: 1024px) {
  .section-service .service .list-service .list-item a .more {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    font-size: 10px;
    font-size: 2.5641025641vw;
    letter-spacing: 0.5128205128vw;
    padding-right: 4em;
    padding-bottom: 1.5384615385vw;
    background-size: 100% auto;
    background-position: bottom right;
  }
}
.section-service .service .list-service .list-item a:not([href]) {
  padding-bottom: 38px;
}
.section-service .service .list-service .list-item a:not([href]) .item-text .title {
  margin-bottom: 10px;
  position: relative;
}
.section-service .service .list-service .list-item a:not([href]) .item-text .title::after {
  content: "※店舗によって異なります";
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 13px;
  letter-spacing: 0.01em;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .section-service .service .list-service .list-item a:not([href]) .item-text .title {
    width: 100%;
    text-align: left;
  }
  .section-service .service .list-service .list-item a:not([href]) .item-text .title .ja {
    text-indent: 1em;
  }
  .section-service .service .list-service .list-item a:not([href]) .item-text .title:after {
    font-size: 10px;
    font-size: 2.5641025641vw;
    bottom: 0.641025641vw;
  }
}
.section-service .service .list-service .list-item a:not([href]) .item-text .body {
  display: block;
}
.section-service .service .list-service .list-item a:not([href]) .item-text .body .body-text {
  width: 510px;
}
@media screen and (max-width: 1024px) {
  .section-service .service .list-service .list-item a:not([href]) .item-text .body .body-text {
    width: 100%;
  }
}
.section-service .service .list-service .list-item:last-child a {
  padding-bottom: 7px !important;
}

.section-facility .image-facility {
  width: 680px;
  height: 412px;
  margin-inline: auto;
  margin-bottom: 48px;
  overflow: hidden;
  position: relative;
}
.section-facility .image-facility img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .section-facility .image-facility {
    width: 76.9230769231vw;
    height: auto;
    margin-bottom: 8.2051282051vw;
  }
}
.section-facility .image-facility .gymname {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: right;
  font-size: 18px;
  padding: 0.5em 1em 0.5em 0;
}
@media screen and (max-width: 1024px) {
  .section-facility .image-facility .gymname {
    font-size: 18px;
    font-size: 4.6153846154vw;
  }
}
.section-facility .list-images {
  max-width: 960px;
  margin-inline: auto;
  display: flex;
}
.section-facility .list-images .list-item {
  flex: 1;
  transition: opacity 0.5s ease;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .section-facility .list-images .list-item:hover {
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.5s ease;
  }
}
@media screen and (max-width: 1024px) {
  .section-facility .list-images {
    max-width: 76.9230769231vw;
    flex-wrap: wrap;
  }
  .section-facility .list-images .list-item {
    width: 25%;
    flex: 0 1 auto;
  }
}
.section-facility .list-images .gymname {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 12px;
  text-align: right;
  padding-right: 0.5em;
}
@media screen and (max-width: 1024px) {
  .section-facility .list-images .gymname {
    font-size: 10px;
    font-size: 2.5641025641vw;
  }
}
.section-facility .list-facility {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  max-width: 960px;
  margin-inline: auto;
  border: 5px solid #2A9E84;
  margin-bottom: 10px;
  padding: 32px 0;
}
.section-facility .list-facility .list-item {
  width: 118px;
}
.section-facility .list-facility .list-item img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .section-facility .list-facility {
    gap: 4.1025641026vw;
    border-width: 0.5128205128vw;
    padding: 4.1025641026vw;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 76.9230769231vw;
    flex-wrap: wrap;
    margin-bottom: 2.0512820513vw;
  }
  .section-facility .list-facility .list-item {
    width: calc((100% - 8.2051282051vw) / 3);
  }
}
.section-facility .list-facility + .note {
  text-align: right;
  max-width: 960px;
  margin-inline: auto;
  margin-bottom: 40px;
  font-size: 13px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1024px) {
  .section-facility .list-facility + .note {
    max-width: 76.9230769231vw;
    font-size: 10px;
    font-size: 2.5641025641vw;
    margin-bottom: 8.2051282051vw;
  }
}

.section-membership {
  background-color: rgba(42, 158, 132, 0.19);
}
.section-membership .list-membership {
  max-width: 737px;
  margin-inline: auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .section-membership .list-membership {
    max-width: 100%;
    width: calc(100% - 15.3846153846vw);
    margin-bottom: 8.2051282051vw;
  }
}
.section-membership .list-membership .list-item {
  position: relative;
}
.section-membership .list-membership .list-item .num {
  font-size: 36px;
  color: #2A9E84;
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  line-height: 1;
  padding-left: 5px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1024px) {
  .section-membership .list-membership .list-item .num {
    font-size: 16px;
    font-size: 4.1025641026vw;
    padding-left: 0.7692307692vw;
  }
}
.section-membership .list-membership .list-item .text {
  border: 5px solid #2A9E84;
  text-align: center;
  border-radius: 10px;
  padding: 15px;
  background-color: #fff;
  font-size: 16px;
  position: relative;
  letter-spacing: 0.02em;
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .section-membership .list-membership .list-item .text {
    height: 16.6666666667vw;
    display: flex;
    align-items: center;
    border-radius: 1.2820512821vw;
    border-width: 0.7692307692vw;
    padding: 0 21.7948717949vw 0 7.6923076923vw;
    text-align: left;
    font-size: 12px;
    font-size: 3.0769230769vw;
  }
}
.section-membership .list-membership .list-item:not(:last-child) {
  margin-bottom: 125px;
}
@media screen and (max-width: 1024px) {
  .section-membership .list-membership .list-item:not(:last-child) {
    margin-bottom: 9.7435897436vw;
  }
}
.section-membership .list-membership .list-item:not(:last-child)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top: 23px solid #2A9E84;
  border-bottom: 0;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .section-membership .list-membership .list-item:not(:last-child)::after {
    border-right-width: 4.1025641026vw;
    border-left-width: 4.1025641026vw;
    border-top-width: 5.8974358974vw;
    bottom: -6.9230769231vw;
  }
}
.section-membership .list-membership .list-item img {
  position: absolute;
  vertical-align: bottom;
  bottom: 0;
  right: 74px;
  height: 135px;
  width: auto;
}
@media screen and (max-width: 1024px) {
  .section-membership .list-membership .list-item img {
    height: 23.5897435897vw;
    right: 0;
  }
}
.section-membership .list-membership .list-item:nth-child(1) img {
  bottom: 25px;
  right: 78px;
  height: 110px;
}
@media screen and (max-width: 1024px) {
  .section-membership .list-membership .list-item:nth-child(1) img {
    bottom: 1.2820512821vw;
    right: 1.5384615385vw;
    height: 18.4615384615vw;
  }
}
.section-membership .list-membership .list-item:nth-child(4) .text {
  text-indent: -10em;
}
@media screen and (max-width: 1024px) {
  .section-membership .list-membership .list-item:nth-child(4) .text {
    text-indent: 0;
  }
}
.section-membership .list-membership .list-item:nth-child(7) img {
  right: 50px;
}
@media screen and (max-width: 1024px) {
  .section-membership .list-membership .list-item:nth-child(7) img {
    right: -4.1025641026vw;
  }
}
@media screen and (max-width: 1024px) {
  .section-membership .list-membership .list-item:last-child .text {
    padding: 0 15.3846153846vw;
  }
}
.section-membership .button-cv {
  width: 348px;
  height: 80px;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-membership .button-cv {
    width: 45.641025641vw;
    height: 10.5128205128vw;
  }
}
.section-membership .button-cv a {
  width: 100%;
  height: 100%;
  display: flex;
  background-color: #B7353B;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.16em;
  text-decoration: none;
  transform: translate(-5px, -5px);
  transition: transform 0.5s ease;
}
@media (hover: hover) and (pointer: fine) {
  .section-membership .button-cv a:hover {
    transition: transform 0.5s ease;
    transform: translate(0);
  }
}
.section-membership .button-cv a img {
  width: 36px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .section-membership .button-cv a {
    font-size: 13px;
    font-size: 3.3333333333vw;
    border-radius: 1.2820512821vw;
    transform: translate(-0.7692307692vw, -0.7692307692vw);
  }
  .section-membership .button-cv a img {
    width: 6.1538461538vw;
  }
}
.section-membership .button-cv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .section-membership .button-cv::before {
    border-radius: 1.2820512821vw;
  }
}/*# sourceMappingURL=style.css.map */