@charset "UTF-8";

/* ==== color ========================== */
:root {
  --color-black: #1A1A1A;
  --color-black-b: #434F56;
  --color-black-g: #4D4D4D;
  --color-white: #ffffff;



  --noto: "Noto Sans JP", sans-serif;
  --zen-maru: "Zen Maru Gothic", serif;
  --shippori: "Shippori Mincho", serif;

  --source-han-sans: "source-han-sans-japanese",
    sans-serif;
  --shuei-m: "dnp-shuei-mgothic-std", sans-serif;
  --din-Condensed: "din-condensed", sans-serif;
  --rodin: "fot-rodin-pron", sans-serif;

  --header: 13rem;
  scroll-padding: var(--header);
}

@media screen and (max-width:767px) {
  :root {
    --header: 16rem;
    scroll-padding: var(--header);
  }
}

/*================================================
 *  一般・共通設定
 ================================================*/
html {
  /* 1920>> 10px */
  /* font-size: 0.5208333vw; */
  font-size: clamp(1px, 0.5208333vw, 10px);
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  background: var(--color-white);
  color: var(--color-black);
  line-height: 1.8;
}

.wrap {
  width: 115rem;
  margin-left: auto;
  margin-right: auto;
}

a {
  text-decoration: none;
  transition: all .4s;
}

a:hover {
  opacity: .6;
}

img {
  max-width: 100%;

  display: block;
}

strong {
  font-weight: bold;
}

small {
  font-size: smaller;
}

ul,
ol,
dl {
  margin: 0;
}

ul li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

li {
  margin-left: 0;
}

/* タイトル */
h2.hd {
  margin: 0 auto;
}





@media screen and (max-width:767px) {
  html {
    /* 750px>> 10px */
    font-size: 1.3333vw;
  }

  .wrap {
    width: 70rem;
  }
}

/*================================================
 *  section btn
 ================================================*/
section {
  position: relative;
  padding-bottom: 10rem;
}

.section {
  padding-top: 10rem;
}

/*================================================
 *  header / ヘッダー
 ================================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: rgb(255 255 255 / 0%);
  transition: .2s;
  padding-top: 2rem;
}

header.changeNav {
  background: rgb(255 255 255 / 70%);
  padding: 0;
}


.nav_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 142rem;
  margin: 0 auto;
}

.nav_left {
  padding: 2rem 0;
}

.nav_left a {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 2rem;
}

.nav_left a div {
  border-top: 1px solid;
  border-bottom: 1px solid;
  color: var(--color-black-b);
  letter-spacing: 0.05em;
  padding: 1rem 0.5rem 1.5rem;
  font-size: 2.7rem;
}

.nav_left a span {
  font-size: 1.9rem;
  letter-spacing: 0.075em;
  margin-right: 0.6rem;
}

.nav_left a div span.pc {
  display: inline-block;
}

.nav_left img {
  width: 29rem;
}


.navMenu_btn {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: start;
}

.navMenu_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--color-white);
  padding: 1rem 2rem;
  border-radius: 1000px;
  background: #2D438B;
  letter-spacing: 0.01em;
}


.navMenu_btn a span {
  font-size: 1.5rem;
  margin-left: 0.5rem;
}

.navMenu_btn .l-blue {
  background: #20AEE5;
}

.navMenu_btn .green {
  background: #3FB695;
}

.navMenu_btn a img {
  width: 2.6rem;
  margin-right: 0.5rem;
}

@media screen and (max-width:767px) {
  header {
    padding: 0;
  }

  .nav_inner {
    width: 69rem;
    align-items: start;
  }

  .nav_left {
    width: 100%;
    padding: 2rem 0 0;
  }

  .nav_left img {
    width: 27rem;
    margin-top: 1rem;
  }

  .nav_left a {
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
    font-size: 1.9rem;
    gap: 2rem;
  }


  .nav_left a div {
    border-top: none;
    border-bottom: none;
    text-align: center;
    line-height: 2.6;
    padding: 0;
  }

  .nav_left a div span {
    display: block;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin: 0;
    padding: 0.5rem;
  }

  .nav_left a div span.pc {
    display: none;
  }

  .nav_right {
    display: none;
  }

  .navMenu_btn {
    justify-content: center;
    gap: 2.5rem;
  }

  .navMenu_btn a {
    font-size: 2.3rem;
    padding: 1.5rem 2.5rem;
    border: 1px solid;
  }
}

/*================================================
 *  banner
 ================================================*/
#banner {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;
  padding: 2.5rem 0;
  background: var(--color-black-b);
  display: none;
}


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


/*================================================
* mv
================================================*/
#mv {
  padding: 0;
}

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


/*================================================
* cp
================================================*/
#cp {
  padding: 0;
}

.cp_btn {
  position: absolute;
  width: 40rem;
  bottom: 9rem;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width:767px) {
  .cp_btn {
    bottom: 4rem;
  }
}

/*================================================
* point
================================================*/

#point {
  background: url(../images/point_bg.png) no-repeat center top/cover;
  height: 100%;
  padding: 12rem 0 18rem;
  margin: 8rem 0 12rem;
}

#point h2 {
  width: 44rem;
  margin: 10rem auto 4rem;
}

#point .lead {
  text-align: center;
  font-size: 3.2rem;
}

#point ul {
  display: grid;
  gap: 4rem 3rem;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 4rem;
}

#point ul li {
  position: relative;
}

#point ul li img {
  box-shadow: -0.7rem 0.7rem 0.7rem rgb(0 0 0 / 15%);
  border-radius: 1rem;
}

#point ul li p {
  position: absolute;
  text-align: center;
  line-height: 1.3;
  width: 100%;
  font-weight: 400;
  color: var(--color-black-b);
  font-size: 2rem;
  left: 50%;
  transform: translateX(-50%);
  top: 17rem;
}

@media screen and (max-width:767px) {
  #point {
    background: url(../images/point_bg_sp.png) no-repeat center top/cover;

    padding: 12rem 0 18rem;
    margin: 8rem 0 12rem;
  }

  #point .lead {
    font-size: 2.6rem;
  }

  #point ul {
    gap: 2rem 2rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 4rem;
  }

  #point ul li p {
    font-size: 1.8rem;
    top: 14rem;

  }
}

/*================================================
* facility
================================================*/
#facility {}

#facility h2 {
  width: 24rem;
}

#facility p {
  font-size: 3.2rem;
  text-align: center;
  margin: 4rem auto 10rem;
}

@media screen and (max-width:767px) {
  #facility h2 {
    width: 20rem;
  }

  #facility p {
    font-size: 3rem;
    margin: 4rem auto 6rem;
  }

  #facility .sp_scroll {
    overflow: scroll;
    width: 72rem;
    margin-left: auto;
  }

  #facility .wrap {
    width: 100%;
    margin-right: 0;
  }

  #facility .wrap img {
    width: 110rem;
    max-width: unset;
  }
}

/*================================================
* gym
================================================*/
.gym_ttl {
  background: #434F56;
  color: var(--color-white);
}

.gym_ttl p {
  text-align: center;
  padding: 6rem 0;
  font-size: 3rem;
}

.gym_ttl p small {
  font-size: 1em;
}

.gym_cnt {
  padding: 8rem 0;
}

.gym_cnt h2 {
  text-align: center;
  font-size: 4.4rem;
  line-height: 1.4;
  margin-bottom: 3rem;
  font-family: var(--shippori);
}

.gym_cnt .wrap {
  width: 160rem;
}

.gym_cnt-clm {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 3rem;
}

.gym_cnt-clm>img {
  width: 71rem;
}

.gym_cnt-clm .gym_cnt-txt {
  width: 61rem;
}

.gym_cnt-clm h3 {
  width: 48rem;
}

.gym_cnt-clm p {
  font-size: 1.8rem;
  margin-top: 2rem;
}


.gym_cnt-clm.clm02 {
  flex-direction: row-reverse;
  justify-content: end;
}

.gym_cnt-clm.clm02 h3 {
  width: 54rem;
}

@media screen and (max-width:767px) {
  .gym_ttl p small {
    font-size: 85%;
  }

  .gym_cnt .wrap {
    width: 70rem;
  }

  .gym_cnt h2 {
    font-size: 3.8rem;
  }

  .gym_cnt-clm {
    flex-wrap: wrap;
    gap: 3rem;
  }

  .gym_cnt-clm.clm02 {
    margin-top: 3rem;
  }

  .gym_cnt-clm>img {
    width: 100%;
  }

  .gym_cnt-clm .gym_cnt-txt {
    width: 100%;
  }

  .gym_cnt-clm h3 {
    margin: 0 auto;
  }

  .gym_cnt-clm p {
    font-size: 2.4rem;
  }
}

/*================================================
* personal
================================================*/
#personal {
  background: url(../images/personal_bg.webp) no-repeat center/cover;
  height: 100%;
}

.personal_box {
  padding: 4rem 3rem;
  background: var(--color-white);
  border-radius: 5rem;
  margin-top: 10rem;
  box-shadow: -1rem 1rem 1rem rgb(0 0 0 / 10%);
}

.personal_box h2 {
  text-align: center;
  font-size: 5rem;
  line-height: 1.6;
}

.personal_box h2 span {
  text-align: center;
  font-size: 3.8rem;
}

.personal_box h2 img {
  display: block;
  margin-top: 2rem;
}

.personal_box .lead {
  font-size: 2.8rem;
  text-align: center;
  color: var(--color-black-b);
  font-family: var(--zen-maru);
  line-height: 2;
  margin: 4rem 0 6rem;
  font-feature-settings: "palt";
}


.personal_list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  gap: 2rem;
  margin-top: 4rem;
}

.personal_list li .num {
  width: 100%;
}

.personal_list li .num img {
  width: 15rem;
  margin: 0 auto;
  display: block;
}

.personal_list li .txt {
  width: 49rem;
  font-size: 1.8rem;
  line-height: 2.8;
}

.personal_list li .txt h3 {
  text-align: center;
  font-family: var(--zen-maru);
  font-size: 3.3rem;
  border: 0.6rem solid #47B1BB;
  border-radius: 1000px;
  margin-bottom: 2rem;
  line-height: 2;
}

.personal_list li .img {
  width: 51rem;
  border-radius: 2rem;
  overflow: hidden;
}

@media screen and (max-width:767px) {
  #personal {
    background: url(../images/personal_bg_sp.webp) no-repeat center/cover;
  }

  .personal_box {
    padding: 6rem 3rem;
  }

  .personal_box h2 {
    font-size: 4.5rem;
  }

  .personal_box h2 span {
    font-size: 3.2rem;
  }

  .personal_box .lead {
    font-size: 3rem;
  }

  .personal_list li {
    margin-top: 8rem;
  }

  .personal_list li .txt,
  .personal_list li .img {
    width: 100%;
    font-size: 2.8rem;
  }

  .personal_list li .txt {
    line-height: 2;
  }

  .personal_list li .txt h3 {
    font-size: 3.8rem;
    border: 0.7rem solid #47B1BB;
  }
}

/*================================================
* machine
================================================*/
/* .loop_swiper .swiper-wrapper {
  transition-timing-function: linear;
} */

.machineSection h3 {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 5rem auto 0;
  padding: 0 3rem;
  font-size: 2.2rem;
}

.machineSection h3::before,
.machineSection h3::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/machine_subttl.png);
  width: 1.9rem;
  height: 5rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.machineSection h3::after {
  left: auto;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}

.machineSection .loop_swiper {
  margin: 5rem 0;
}

.machineSection .loop_swiper .swiper-wrapper {
  align-items: stretch;
}

.machineSection .loop_swiper .swiper-wrapper .swiper-slide {
  width: 22rem;
  padding: 2rem 0 5rem;
  border: 1px solid;
  text-align: center;
  height: auto;
  position: relative;
}

.machineSection .loop_swiper .swiper-wrapper .swiper-slide img {
  width: 18rem;
  margin: 0 auto 2rem;
}

.machineSection .loop_swiper .swiper-wrapper .swiper-slide p {
  font-size: 1.3rem;
  line-height: 1.6;
  position: absolute;
  left: 0;
  bottom: 2rem;
  width: 100%;
}

@media screen and (max-width:767px) {
  .machineSection .loop_swiper .swiper-wrapper .swiper-slide {
    width: 28rem;
    padding: 2rem 0 5rem;
  }

  .machineSection .loop_swiper .swiper-wrapper .swiper-slide img {
    width: 26rem;
    margin: 0 auto 2rem;
  }

  .machineSection .loop_swiper .swiper-wrapper .swiper-slide p {
    font-size: 1.7rem;
  }
}

/*================================================
* price
================================================*/

#price h2 {
  margin-bottom: 10rem;
}

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

/*================================================
* price
================================================*/

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

/*================================================
* access
================================================*/


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

/*================================================
* price
================================================*/

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

/*================================================
* access
================================================*/


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

/*================================================
* price
================================================*/

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

/*================================================
* access
================================================*/


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

/*================================================
* studio
================================================*/

.studio_top {
  background: url(../images/studio_top-bg.png) no-repeat center top/cover;
  height: 100%;
  padding: 12rem 0 14rem;
}

#studio iframe {
  display: block;
  width: 80%;
  height: 100%;
  aspect-ratio: 16/9;
  border: 2rem solid var(--color-white);
  border-radius: 1rem;
  margin: 6rem auto 0;
}

/* studio_under */
.studio_under .wrap {
  width: 94rem;
}

.studio_under-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10rem 0 0;
}



.studio_under-box h2 {
  width: 100%;
  margin-bottom: 5rem;
}

.studio_under-box h2 img {
  width: 44rem;
  margin: 0 auto;
}

.studio_under-box h3 {
  width: auto;
  height: 8.5rem;
}

.studio_under-box h3 img {
  width: auto;
  max-width: unset;
  height: 100%;
}

.studio_under-box p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2;
}

#studio .studio_under-box iframe {
  width: 100%;
  box-shadow: -0.6rem 0.6rem 0.6rem rgb(0 0 0 / 20%);
  margin: 3rem auto 0;
  z-index: 1;
  position: relative;
}



.studio_btn {
  position: relative;
  margin-top: -6rem;
}

.studio_btn a {
  display: block;
  margin: -12rem auto 2rem;
  width: 47rem;
}

.studio_btn p {
  text-align: center;
  font-size: 1.8rem;
}

@media screen and (max-width:767px) {
  .studio_top {
    background: url(../images/studio_top-bg_sp.png) no-repeat center top/cover;
    padding: 7rem 0 0;
  }

  #studio iframe {
    width: 100%;
    border: 1rem solid var(--color-white);
    margin: 6rem auto 0;
  }

  .studio_under .wrap {
    width: 70rem;
  }

  .studio_under-box {
    justify-content: center;
  }

  .studio_under-ttl {
    margin-bottom: 3rem;
  }

  .studio_btn {
    margin-top: 6rem;
  }

  .studio_btn a {
    margin: -4rem auto 2rem;
  }
}

/*================================================
 *  faq
 ================================================*/
#faq .lead {
  text-align: center;
  font-size: 2.2rem;
  margin: 4rem 0;
}

#faq ul {
  color: var(--color-black-b);
}

#faq ul li {
  margin-top: 4rem;
}

#faq .label {
  cursor: pointer;
  background: #A1D7DC;
  padding: 3rem 8rem 3rem 15rem;
  font-family: var(--zen-maru);
  position: relative;
  font-weight: bold;
  font-size: 2.2rem;
}

#faq .detail {
  display: none;
  padding: 4rem 4rem 4rem 15rem;
  background: #EFEFEF;
  position: relative;
}


#faq .label span,
#faq .detail span {
  position: absolute;
  font-family: var(--din-Condensed);
  font-size: 6.2rem;
  top: -1rem;
  left: 10rem;
  font-weight: 400;
}

@media screen and (max-width:767px) {
  #faq .label {
    padding: 3rem 8rem 3rem 8rem;
    font-size: 2.5rem;
  }

  #faq .detail {
    padding: 4rem 4rem 4rem 8rem;
    font-size: 2.4rem;
  }

  #faq .label span,
  #faq .detail span {
    top: 0rem;
    left: 3rem;
  }
}


/*================================================
* reserve
================================================*/
#reserve .wrap {
  margin-top: 5rem;
}


@media screen and (max-width:767px) {
  #reserve .wrap {
    margin-top: 2rem;
  }
}

/*================================================
* access
================================================*/
#access {
  padding-bottom: 0;
}

#access .inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 8rem;
}

#access .inner h3 {
  width: 100%;
  margin-bottom: 4rem;
}

#access .inner h3 img {
  width: 78rem;
  margin: 0 auto;
}

.acc_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}

.acc_box img {
  width: 15rem;
}

.acc_box p {
  font-size: 2.1rem;
  color: var(--color-black-g);
  line-height: 1.6;
}

.acc_box a {
  font-family: var(--zen-maru);
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  color: var(--color-black-g);
}

.acc_box.box02 {
  margin-left: 3rem;
}

#access iframe {
  display: block;
  width: 100%;
  height: 61rem;
  margin-top: 5rem;
}

@media screen and (max-width:767px) {
  #access .inner h3 img {
    width: 70rem;
    margin: 0 auto;
  }

  .acc_box {
    width: 100%;
  }

  .acc_box.box02 {
    margin: 2rem 0 0 0;
  }

  .acc_box img {
    width: 19rem;
  }

  .acc_box.box02 img {
    display: none;
  }

  .acc_box p {
    font-size: 2.5rem;
  }

  .acc_box p.sp {
    font-size: 3.2rem;
    font-weight: 700;
    color: #47B1BB;
  }

  .acc_box a {
    font-size: 3.6rem;
  }
}

/*================================================
 *  footer
 ================================================*/

.ft_company {
  padding: 2rem 0;
  background: var(--color-black-b);
  color: var(--color-white);
  font-size: 2.2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.ft_company a {
  width: 4rem;
}

.ft_menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin: 5rem 0 10rem;
}

.ft_menu li a {
  font-size: 1.7rem;
  border-radius: 1000px;
  padding: 1rem 3rem;
  border: 1px solid;
  display: flex;
}

@media screen and (max-width:767px) {
  footer {
    margin-bottom: 12rem;
  }

  .ft_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 5rem 0 10rem;
  }

  .ft_menu li a {
    font-size: 2rem;
    padding: 1rem 2rem;
  }
}