@charset "UTF-8";

/*****************************
  共通
*****************************/
html {
  font-size: 62.5%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html * {
  box-sizing: border-box;
  word-break: break-all;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #595a5a;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  position: relative;
}

section {
  padding-bottom: 30px;
  background: #fff;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.lead {
  text-align: center;
}

.lead-image {
  width: 88%;
  max-width: 390px;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.sp-only320 {
  display: block;
}

/*****************************
  header
*****************************/
header {
  position: fixed;
  z-index: 4;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  transition: 0.3s;
}

.header-item {
  display: flex;
  align-items: center;
  width: calc(100% - 50px);
  height: 100%;
  background: #fff;
  transition: 0.3s;
}

body.active .header-item {
  background: none;
}

.header-logo {
  max-width: 180px;
  margin-left: 20px;
}

body.active .header-logo {
  display: none;
}

/* nav */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 80px;
  padding-bottom: 50px;
  background: rgb(242, 250, 255);
  background: linear-gradient(145deg, rgba(242, 250, 255, 1) 0%, rgba(221, 240, 251, 1) 100%);
  transform: translateX(-100%);
  transition: 0.3s;
  overflow: auto;
}

body.active .nav {
  display: flex;
  transform: translateX(0);
  transition: 0.3s;
}

.nav .nav-logo {
  max-width: 200px;
  margin: 50px auto 15px;
}

.nav .nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: fit-content;
  height: fit-content;
}

.nav .nav-group {
  margin-bottom: 15px;
}

.nav .nav-list {
  line-height: 2.3;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #1d68a8;
}

.nav .qr {
  display: none;
  max-width: 110px;
  margin-bottom: 15px;
}

.nav .qr-text {
  max-width: 90px;
  margin: 0 auto;
}

.nav .qr-image {
  mix-blend-mode: multiply;
}

/*****************************
  main
*****************************/
main {
  position: relative;
}

/* kv */
.kv {
  position: relative;
  padding-bottom: 20px !important;
}

.kv .kv-copy {
  position: absolute;
  bottom: 30%;
  left: 0;
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1d68a8;
}

.kv .kv-copy p {
  display: inline-block;
  width: fit-content;
  background: #fff;
  padding: 0 10px 0 20px;
}

/*.kv */
.kv-copy p:first-of-type {
  margin-bottom: 10px;
}

.kv .kv-heading {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.kv .heading-image {
  max-width: 335px;
  width: 88%;
}

/* appeal */
.appeal {
  padding: 40px 0;
  background: rgb(105, 195, 239);
  background: linear-gradient(90deg, rgba(105, 195, 239, 1) 0%, rgba(0, 173, 118, 1) 100%);
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

/* trial */
.trial {
  /*padding-top: 30px;*/
  background-color: #fff;
}

.trial .trial-item {
  /*padding: 30px 0 50px;*/
  text-align: center;
}

.trial .trial-item:first-of-type {
  background: url("../images/bg-trial.png") no-repeat center top / cover;
}

.trial .lead-image {
  margin-bottom: 30px;
}

.trial .text-image {
  /*width: 88%;*/
}

.trial .caution {
  width: 88%;
  margin: 0px auto 40px;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0;
  font-weight: 400;
  color: #595a5a;
  text-align: left;
}

.trial .trial-item .trial-item__content {
  background: #e4f4fd;
  margin-bottom: 50px;
}

.trial .trial-item .trial-item__content .three-times {
  width: 88%;
  margin: 0 auto;
  padding: 10px 0 20px;
}

.trial .trial-item .three-times h3 {
  position: relative;
  width: fit-content;
  margin: 0 auto 10px;
  padding-left: 60px;
  font-size: 2.6rem;
  font-weight: 700;
  color: #1d68a8;
}

.trial .trial-item .three-times h3 img {
  position: absolute;
  top: -9px;
  left: -6px;
  max-width: 60px;
}

.trial .three-times__lead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 30px;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 700;
}

.trial .three-times__lead p {
  position: relative;
  z-index: 1;
  display: inline-block;
  line-height: 1;
}

.trial .three-times__lead > div p::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 7px;
  background: #ffe100;
}

.trial .three-times__lead span {
  font-size: 2rem;
  color: #1d68a8;
}

.trial .three-times__lead .trial-image {
  max-width: 80px;
}

.trial .trial-text {
  font-size: 1.3rem;
}

/* renewal */
.renewal {
  background: rgb(57, 112, 195);
  background: linear-gradient(215deg, rgba(57, 112, 195, 1) 0%, rgba(82, 137, 194, 1) 100%);
}

.renewal .renewal-item {
  padding: 60px 0 100px;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.renewal .renewal-item .lead-text {
  margin: 30px 0;
  font-size: 2.3rem;
}

/* renewal-slider */
#renewal-slider {
  width: 100%;
  margin: 0 auto;
}

.renewal .renewal-slider__text h3 {
  margin-bottom: 15px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1d68a8;
}

.renewal-slider__text p {
  font-size: 1.2em;
}

.renewal .renewal-slider__text {
  padding: 20px 0 30px;
  background: #fff;
  font-size: 1.5rem;
  color: #595a5a;
  height: 220px;
}

/* nice */
.nice {
  padding-top: 70px;
}

.nice h2 {
  margin-bottom: 30px;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
  font-weight: 700;
  color: #1d68a8;
}

.nice h2 span {
  position: relative;
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 900;
}

.nice h2 span::before,
.nice h2 span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2px;
  height: 30px;
  background: #1d68a8;
}

.nice h2 span::before {
  left: -12px;
  transform: translate(0, -48%) rotate(-17deg);
}

.nice h2 span::after {
  right: -12px;
  transform: translate(0, -48%) rotate(17deg);
}

.nice .lead {
  margin-bottom: 30px;
}

/* plan */
.plan {
  padding-bottom: 60px;
}

.plan .plan-item {
  position: relative;
  margin-bottom: 47px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.plan .plan-item > div {
  position: relative;
  background: linear-gradient(90deg, rgba(105, 195, 239, 1) 0%, rgba(0, 173, 118, 1) 100%);
  padding: 30px 0 35px;
  z-index: 1;
}

.plan .plan-item::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
  width: 40px;
  height: 20px;
  background: linear-gradient(90deg, rgba(105, 195, 239, 1) 0%, rgba(0, 173, 118, 1) 100%);
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
}

.plan .plan-item .lead-text {
  margin-bottom: 20px;
}

.plan .plan-group {
  width: 90%;
  margin: 0 auto;
}

.plan .plan-list {
  /*margin-bottom: 30px;
  background: rgb(242,250,255);
  background: linear-gradient(145deg, rgba(242,250,255,1) 0%, rgba(221,240,251,1) 100%);*/
}

.plan .plan-list:last-of-type {
  margin-bottom: 15px;
}

.plan .plan-list .plan-image {
  margin-bottom: 15px;
}

.plan .plan-list .plan-image + h4 {
  margin-bottom: 10px;
}

.plan .plan-list h3 {
  background: linear-gradient(90deg, rgba(105, 195, 239, 1) 0%, rgba(0, 173, 118, 1) 100%);
  font-size: 2.8rem;
  line-height: 1.7;
  font-weight: 900;
  color: #fff;
  text-align: center;
}

.plan .plan-list h3 span.emphasis {
  font-size: 3.2rem;
}

.plan .plan-list h4 {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  color: #5bb431;
}

.plan .plan-list .plan-list__content {
  padding: 10px;
}

.plan .plan-list .plan-text {
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.plan .plan-list .plan-text + h4 {
  margin-bottom: 5px;
  font-size: 1.4rem;
  text-align: left;
}

.plan .caution {
  font-size: 1.3rem;
  line-height: 1.5;
}

.plan .plan-group + .caution {
  width: 90%;
  margin: 0 auto;
  text-align: right;
  line-height: 1;
}

.plan .plan-list h3.plan-price {
  max-width: fit-content;
  margin: 15px auto 0;
  background: none;
}

.plan .plan-list h3.plan-price span {
  display: inline-block;
  min-width: fit-content;
  margin: 0 13px 17px 0;
  padding: 8px 10px 6px;
  background: #fff;
  border-radius: 10px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  color: #1d68a8;
}

.plan .plan-list h3.plan-price .price-image {
  max-width: 140px;
}

.plan .btn.btn-white {
  width: 220px;
  height: 50px;
  margin: 45px auto 0;
  border: 1px solid #1d68a8;
  border-radius: 25px;
  font-weight: 700;
}

/* facility */
.facility .facility-item {
  padding: 50px 0;
  background: #d8f2fc;
}

.facility .lead {
  max-width: 180px;
  margin: 0 auto 40px;
}

.facility .facility-item h3 {
  width: 100%;
  margin: 0 auto 20px;
  padding: 9px 0 9px;
  text-align: center;
}

.facility .facility-item h3 img {
  max-width: 170px;
}

.facility .facility-item.gym-area h3 {
  background: #318acb;
}

.facility h4 {
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  color: #1d68a8;
}

.facility .lead-text {
  margin: 10px auto 40px;
  font-size: 1.6em;
  line-height: 1.5;
  text-align: center;
}

.facility .facility-list {
  margin-bottom: 60px;
}

.facility .facility-list:nth-of-type(odd) .facility-image {
  margin-left: auto;
}

.facility .facility-list:nth-of-type(odd) .facility-image__icon {
  left: -3%;
}

.facility .facility-image {
  width: 94%;
  position: relative;
  margin-bottom: 20px;
}

.facility .facility-image__icon {
  position: absolute;
  top: -30px;
  right: -3%;
  max-width: 76px;
}

.facility .area-desc {
  width: 88%;
  margin: 0 auto 20px;
  line-height: 1.5;
  text-align: center;
}

.facility .area-desc h4 {
  display: inline-block;
  margin-bottom: 20px;
  border-bottom: 1px dotted #1d68a8;
  font-size: 2.8rem;
  font-weight: 700;
}

.facility .area-desc p {
  text-align: left;
  font-size: 1.6rem;
}

.facility .accordion label {
  border: none;
}

.facility .accordion input:checked + label {
  margin: 0;
  border-radius: 0;
}

.facility .accordion-content {
  padding: 0 10px;
  background: #fff;
}

.facility .accordion-content .content-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #c2dae5;
}

.facility .free-weight .accordion-content .content-list:last-of-type {
  display: block;
  margin: 30px 0;
  border-bottom: none;
}

.facility .free-weight .accordion-content .content-list:last-of-type dt {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c2dae5;
  font-size: 1.8rem;
}

.facility .accordion-content .item-title {
  font-size: 2rem;
  line-height: 2.3rem;
}

.facility .accordion-content .item-desc {
  font-size: 1.3rem;
  font-weight: 500;
  color: #595a5a;
}

.facility .accordion-content .content-item {
  margin-right: 5px;
}

.facility .accordion-content p.content-image {
  max-width: 90px;
  min-width: 90px;
  margin: 0;
}

.facility .accordion-content h5.item-title {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c2dae5;
  line-height: 1.5;
}

/*
.facility .stretch-machine .accordion-content li:nth-last-child(2) {
  margin-top: 40px;
}
*/
/* studio */
.facility .facility-item.studio {
  padding: 0px 0 50px;
  background: #fff;
}

.facility .facility-item.studio h3 {
  margin-bottom: 30px;
  padding: 15px 0;
  background: #71706d;
}

.facility .facility-item.studio h3 img {
  max-width: 120px;
}

.facility .facility-item.studio .lead-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
}

.facility .studio .studio-text {
  width: 88%;
  margin: 0 auto;
}

.facility .studio .dashed-frame {
  position: relative;
  margin: 0 auto 30px;
  padding: 20px 8px;
  text-align: center;
  background-color: #fff;
  color: #000;
  border: 2px dashed #1d68a8;
  border-radius: 15px;
}

.facility .studio .dashed-frame::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 15px;
  right: 30px;
  bottom: -10px;
  border-bottom: 2px dashed #1d68a8;
  border-left: 2px dashed #1d68a8;
  background-color: #fff;
  transform: rotate(-40deg);
}

.facility .studio .dashed-frame p {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1d68a8;
  text-align: center;
  line-height: 1.5;
}

.facility .facility-item.pool {
  padding: 0px 0 60px;
}

.facility .facility-item.pool h3 {
  margin-bottom: 30px;
  padding: 15px 0;
  background: #00b3ec;
}

.facility .facility-item.pool h3 img {
  max-width: 120px;
}

.facility .facility-item.pool .lead-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
}

.facility .facility-item.pool .btn.btn-white {
  margin: 0px auto 0;
}

/* spa & sauna */
.facility .facility-item.spa-sauna {
  background: #e7b257;
  padding: 60px 0 50px;
}

.facility .facility-item .spa-sauna__item {
  width: 88%;
  margin: 0 auto;
  text-align: center;
}

.facility .facility-item.spa-sauna h4 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 2.5rem;
}

.facility .facility-item.spa-sauna .content-images {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.facility .facility-item.spa-sauna .content-images div {
  width: calc((100% - 10px) / 2);
}

.facility .facility-item.spa-sauna h3 {
  width: auto;
  padding-bottom: 9px;
}

.facility .facility-item.spa-sauna h3 img {
  max-width: 280px;
}

.facility .facility-item.spa-sauna .content-title {
  font-size: 2.3rem;
  font-weight: 700;
  color: #595a5a;
}

.facility .facility-item.spa-sauna .content-text {
  margin-bottom: 20px;
  line-height: 1.5;
  color: #595a5a;
}

.facility .facility-item.spa-sauna .content-images div p.content-text {
  margin: 20px auto;
  line-height: 2.5rem;
  font-size: 1.5rem;
  text-align: justify;
  font-weight: bold;
}

/*****************************
  store
*****************************/
.store {
  position: relative;
  margin: 0 auto;
  padding: 60px 0 0;
  text-align: center;
}

.store .lead {
  max-width: 230px;
  margin: 0 auto 40px;
}

.store .store-logotype {
  max-width: 90px;
  margin: 0 auto 20px;
}

.store .store-name {
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 700;
}

.store .store-tel {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 700;
  color: #1d68a8;
}

/*
.store .store-tel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -54%);
  width: 21px;
  height: 21px;
  background: url("../images/telephone.png") no-repeat center center / contain;
}
*/
.store .store-info dl {
  margin-bottom: 10px;
  line-height: 1.5;
}

.store .store-info dl:not(:first-of-type) {
  display: flex;
  justify-content: center;
  align-items: center;
}

.store .store-info dt {
  font-weight: 500;
}

.store .store-ig {
  width: 30px;
  margin: 40px auto;
}

.store .cvt-btns {
  padding: 40px 0;
  background: rgb(242, 250, 255);
  background: linear-gradient(145deg, rgba(242, 250, 255, 1) 0%, rgba(221, 240, 251, 1) 100%);
}

.store .frame {
  margin: 0 auto;
}

/*****************************
  footer
*****************************/
.footer {
  position: relative;
  padding: 30px 0 60px;
  background: rgb(115, 131, 192);
  background: linear-gradient(90deg, rgba(115, 131, 192, 1) 0%, rgba(102, 110, 179, 1) 100%);
}

.footer-item {
  text-align: center;
}

.footer-logo {
  max-width: 245px;
  margin: 0 auto 10px;
}

.footer small {
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  color: #fff;
}

/*****************************
  animation
*****************************/
.fadein {
  opacity: 0;
  transition: 0.5s;
  transform: translatey(20px);
}

.fadein.active {
  opacity: 1;
  transform: translatey(0);
}

.fadedown {
  opacity: 0;
  transition: 0.5s;
  transform: translatey(-20px);
}

.fadedown.active {
  opacity: 1;
  transform: translatey(0);
}

/*****************************
  loading
*****************************/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeOut 1.5s 2.5s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.loading-logo {
  opacity: 0;
  animation: logo_fade 2s 0.5s forwards;
  width: 300px;
}

@keyframes logo_fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  60% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
  }
}

@media screen and (min-width: 360px) {
  /*****************************
    共通
  *****************************/
  .sp-only320 {
    display: none;
  }

  /*****************************
    header
  *****************************/
  .header-logo {
    max-width: 220px;
    margin-left: 25px;
  }

  /*****************************
    main
  *****************************/
  /* kv */

  .kv .kv-copy {
    font-size: 5vw;
  }

  .kv .kv-copy p {
    padding: 0 10px 0 25px;
  }

  /* nav */
  .nav {
    padding-top: 0;
  }

  .nav .nav-logo {
    max-width: 220px;
    margin: 80px auto 20px;
  }

  .nav .nav-group {
    margin-bottom: 30px;
  }

  /* trial */
  .trial .trial-item .trial-item__content .three-times {
    padding: 20px 0;
  }

  .trial .trial-item .three-times h3 {
    max-width: 300px;
    width: 100%;
    font-size: 3.2rem;
  }

  .trial .trial-item .three-times h3 img {
    top: -20px;
    left: -23px;
    max-width: 77px;
  }

  .trial .three-times__lead {
    max-width: 320px;
    font-size: 2rem;
  }

  .trial .three-times__lead .trial-image {
    max-width: fit-content;
  }

  /* plan */
  .plan .plan-list {
    /*padding: 20px;*/
  }

  .plan .plan-list h4 {
    font-size: 1.8rem;
  }

  .plan .plan-list .plan-list__content {
    padding: 20px 10px 0;
  }

  .plan .plan-list .plan-text {
    font-size: 1.5rem;
  }

  .plan .plan-list .plan-text + h4 {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }

  /* facility */
  .facility .lead-text {
    font-size: 2.5rem;
  }

  .facility .accordion-content {
    padding: 0 20px;
  }

  .facility h4 {
    font-size: 3rem;
  }

  .area-stretch {
    font-size: 2rem;
  }

  .facility .accordion-content .item-title {
    font-size: 1.6rem;
  }

  .modal-content2 {
    width: 350px;
  }

  .modal .content-text2 ul {
    max-width: 320px;
    width: 100%;
  }

  .modal .content-text2 ul li {
    width: 140px;
  }

  .facility .facility-item.spa-sauna h4 {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 768px) {
  .wrapper {
    position: relative;
    display: flex;
    margin-left: 380px !important;
    overflow: hidden !important;
  }

  .wrapper::after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background: rgb(242, 250, 255);
    background: linear-gradient(145deg, rgba(242, 250, 255, 1) 0%, rgba(221, 240, 251, 1) 100%);
  }

  .header {
    opacity: 0;
    max-width: none;
  }

  /* kv */
  /*
  .kv {
    padding: 0 0 30px 0;
  }
  */
  .kv .kv-copy {
    font-size: 2rem;
  }

  /* nav */
  .nav {
    display: flex;
    overflow: auto;
    padding-bottom: 0;
    transform: translateX(0);
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 400px !important;
    height: 100vh !important;
    background-color: #333 !important;
    color: white !important;
    overflow: auto !important;
  }

  .nav .nav-list {
    font-size: 1.5rem;
  }

  .nav .nav-logo {
    margin: 0 auto 20px;
  }

  .nav .qr {
    display: block;
    max-width: 140px;
    margin-bottom: 40px;
  }

  .nav .qr-text {
    max-width: 130px;
    margin: 0 auto 10px;
  }

  /* store */
  .store .tel-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }

  /*****************************
  animation
  *****************************/
  .fadein {
    transform: translatey(60px);
  }

  .fadedown {
    transform: translatey(-60px);
  }
}

.pick_up {
  position: relative;
}

.pick_up::before {
  content: "";
  display: block;
  position: absolute;
  top: -300px;
  left: -20px;
  width: 30%;
  height: 100%;
  background: url(../images/pick_up.png) no-repeat center center;
  background-size: contain;
  pointer-events: none;
}

.sp_br {
  display: none;
}

.pc_br {
  display: block;
}

@media screen and (max-width: 720px) {
  .kv {
    padding-top: 50px;
  }

  .pick_up::before {
    top: -280px;
  }

  .sp_br {
    display: block;
  }

  .pc_br {
    display: none;
  }
}

#trial > div:nth-child(4) {
  padding: 40px 0 40px;
}

hr {
  width: 89%;
  margin: 0 auto;
  background: #595a5a;
}

#trial > p.lead.fadein.active > img {
  margin-top: 40px;
}

.bg_none {
  background: none;
  width: 200px;
  margin: 0 auto;
}

.membership-image {
  width: 100%;
  max-width: 420px;
  margin-bottom: 20px;
}

.gym_area {
  width: 300px;
  margin: 0 auto 30px;
  display: block;
}

.area-stretch {
  width: 88%;
  margin: 0 auto 20px;
  line-height: 1.5;
  text-align: center;
}

.area-stretch {
  display: block;
  margin-top: 20px;
  border-top: 1px dotted #1d68a8;
  font-size: 2rem;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
}

.area-stretch p {
  text-align: center;
  margin: 10px 0 20px;
}

.modal .content-lead2 {
  margin: 15px auto;
  font-size: 2.1rem;
  line-height: 1.5;
  color: #8dc21f;
  text-align: center;
}

.modal .content-image2 {
  width: 245px;
  margin: 0 auto;
}

.modal .content-text2 {
  margin-bottom: 20px;
  line-height: 1.5;
}

.modal .content-text2 ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3%;
  flex-direction: row;
  max-width: 380px;
  width: 100%;
  margin: 8% auto;
  gap: 0.5em;
  justify-content: center;
}

.modal .content-text2 ul li {
  width: 165px;
}

.modal-content2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 420px;
  width: 100%;
  overflow: auto;
  padding: 15px;
  background-color: #322b29;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 10000;
}

.content-text2 ul li p:nth-of-type(1) {
  color: #8dc21f;
  text-align: center;
  margin-top: 3%;
}

.content-text2 ul li p:nth-of-type(2) {
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.studio_wrap {
  margin-bottom: 1% !important;
}

.studio_w_p {
  margin-bottom: 5%;
  text-align: center;
  font-size: 1.8rem;
}

.btn-white2 {
  width: 280px;
  height: 50px;
  margin: 20px auto 0;
  background: #fff;
  border-radius: 40px;
  font-size: 2rem;
  font-weight: 700;
  border: 1px solid #1d68a8;
  color: #1d68a8 !important;
}

#facility > div.facility-item.spa-sauna > div > div:nth-child(6) > div:nth-child(2) > p {
  text-align: left;
}

#facility > div.facility-item.spa-sauna > div > div:nth-child(7) {
  margin-top: 10%;
}

#facility > div.facility-item.spa-sauna > div > div:nth-child(6) > div:nth-child(1) > p > img {
  width: 80%;
}

#facility > div.facility-item.pool > p.btn.btn-white2.fadein.active {
  border: none;
}

#store > h3 {
  margin-bottom: 10px;
}

#facility > div.facility-item.gym-area > div.area-stretch.fadein.active {
  border: none;
}

#facility > div.facility-item.gym-area > div:nth-child(8) {
  border-top: 1px dotted #1d68a8 !important;
}

#facility > div.facility-item.gym-area > div:nth-child(8) {
  padding-top: 40px;
}

#facility > div.facility-item.spa-sauna > div > div:nth-child(6),
#facility > div.facility-item.spa-sauna > div > div:nth-child(5) {
  margin-top: 6%;
}

.renewal_a {
  margin-top: 40px;
  display: block;
}

#modal1 > div > p:nth-child(6) {
  text-align: center;
}

@media screen and (max-width: 375px) {
  .pick_up::before {
    content: "";
    display: block;
    position: absolute;
    top: -245px;
    left: -20px;
    width: 30%;
    height: 100%;
    background: url(../images/pick_up.png) no-repeat center center;
    background-size: contain;
    pointer-events: none;
  }

  .facility .accordion-content .item-desc {
    font-size: 1.1rem;
    letter-spacing: -0.01rem;
  }

  .accordion label {
    font-size: 1.7rem;
  }

  .facility h4 {
    font-size: 2.5rem;
  }

  .modal .content-text2 ul li {
    width: 130px;
  }

  .modal .content-text2 ul {
    max-width: 350px;
    width: 100%;
  }

  .renewal .renewal-slider__text h3 {
    font-size: 2.1rem;
  }
}

.map_frame {
  width: 100%;
  height: 360px;
}
