@charset "utf-8";
* {
   -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
html {
  font-size: calc(100vw / 37.5);
}
/*header*/
@media (min-width: 500px) {
  html {
    font-size: 62.5%;
  }
}
body {
  color: #000;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  background: rgb(178, 178, 178, 0.2) url(../img/pc_logo.png) repeat 0 0 / 390px 160px;
  background-attachment: fixed;
  padding: 0 !important;
}
body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, hr, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
a:hover {
  opacity: .8;
}
img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.mb60 {
  margin-bottom: 8%;
}
#wrapper_lava {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
}
.bg01 {
  overflow-x: hidden;
  background: url(../img/bg01.jpg) top;
  background-size: 100%;
  min-height: 100vh;
  position: fixed;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  z-index: -1;
}
/*　mv　*/
.mainv {
  padding-top: 0px;
}
.mv {
position: relative;
  overflow-x: hidden;
}
/*阿部追加　251027*/
.mainv .limited_note {
    position: absolute;
    bottom: 1rem;
    right: 2rem;
    font-size: clamp(10px, 2vw, 14px);
    line-height: 1.4;
    text-align: right;
}
/*　grandOpen　*/
.grandOpen {
  position: relative;
  background: #fff5de;
}
.grandOpen h1 {
  position: relative;
  z-index: 1;
}
.grandOpen .goSlideArea {
  position: relative;
  z-index: 1;
}
.grandOpen .goSlideBlock {
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 354px;
}
.grandOpen .goSlideBlock .slideshow {
  display: flex;
  animation: loop-slide 30s infinite linear 1s both;
  z-index: 1;
  padding-left: 6%;
}
.grandOpen .goSlideBlock .slideshow_machine {
  display: flex;
  animation: loop-slide_machine 30s infinite linear 1s both;
  animation-direction: reverse;
  z-index: 1;
  padding-left: 6%;
}
.machine_sliderbox {
  margin-top: clamp(20px, 6vw, 50px);
}
.grandOpen .goSlideBlock li {
  width: 500px;
  height: 354px;
  margin-right: 1%;
  list-style: none;
}
.machine_fukidashi {
  position: absolute;
  width: 30%;
  z-index: 2;
  top: -30%;
  left: -1%;
}
.machinebox {
  position: relative;
}
.grandOpen .goSlideBlock li span {
  width: 500px;
  display: block;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide_machine {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.grandOpen .goTxt {
  font-size: 18px;
  color: #978774;
  width: 77%;
  margin: 0 auto;
  padding-top: 3.4667%;
  padding-bottom: 8.4%;
  text-align: right;
}
p.goTxt.yukara_slider_note {
  padding: 0;
  margin-top: 1rem;
}
.grandOpen .go_experience_block {
  position: relative;
}
.grandOpen .go_experience_block .list {
  position: absolute;
  list-style: none;
  overflow: hidden;
  padding-left: 8%;
  padding-bottom: 8%;
}
.grandOpen .go_experience_block .list li {
  width: 42.03%;
  margin-right: 4.35%;
  margin-bottom: 4.35%;
  float: left;
}
.grandOpen .go_experience_block .list li a {}
.grandOpen .go_lava_block .go_lava {
  position: relative;
}
.grandOpen .go_lava_block .go_lava .go_lava_text {
  width: 80%;
  margin-left: 18%;
  margin-top: 5.6%;
  position: absolute;
  font-size: 20px;
  line-height: 1.8;
  color: #5b4020;
}
.grandOpen .go_lava_block .go_lava .go_lava_caption_1 {
  width: 80%;
  bottom: 51%;
  left: 16%;
  position: absolute;
  font-size: 11px;
  line-height: 1.8;
  color: #978774;
}
.grandOpen .go_lava_block .go_lava .go_lava_caption {
  width: 80%;
  bottom: 8%;
  left: 16%;
  position: absolute;
  font-size: 16px;
  line-height: 1.8;
  color: #978774;
}
.grandOpen .go_spa_block .go_spa {
  position: relative;
}
.grandOpen .go_spa_block .go_spa .go_spa_caption {
  width: 80%;
  bottom: 8%;
  left: 16%;
  position: absolute;
  font-size: 18px;
  line-height: 1.8;
  color: #978774;
}
.grandOpen .confetti {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0%;
  width: 100%;
  height: 900px;
  max-height: 1080px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.grandOpen .confetti span {
  position: absolute;
  list-style: none;
  top: -100px;
}
@keyframes fall {
  to {
    top: 120%;
  }
}
@keyframes sway1 {
  from {
    transform: translateX(0px) rotate(0deg);
  }
  to {
    transform: translateX(200px) rotate(-45deg);
  }
}
@keyframes sway2 {
  from {
    transform: translateX(200px) rotate(-45deg);
  }
  to {
    transform: translateX(0px) rotate(0deg);
  }
}
.grandOpen .confetti .confetti01 {
  width: 6.4%;
  height: 10px;
  left: 10%;
  top: -100px;
  animation: fall 10s linear infinite, sway1 3s ease-in-out infinite alternate;
  animation-delay: 2s;
}
.grandOpen .confetti .confetti02 {
  width: 9.2%;
  height: 10px;
  left: 5%;
  top: -110px;
  animation: fall 15s linear infinite, sway1 2s ease-in-out infinite alternate;
  animation-delay: 8s;
}
.grandOpen .confetti .confetti03 {
  width: 6.9333%;
  height: 10px;
  left: 15%;
  top: -90px;
  animation: fall 9s linear infinite, sway1 3.5s ease-in-out infinite alternate;
  animation-delay: 13s;
}
.grandOpen .confetti .confetti04 {
  width: 13.4666%;
  height: 10px;
  left: 60%;
  top: -110px;
  animation: fall 8s linear infinite, sway2 4s ease-in-out infinite alternate;
  animation-delay: 7s;
}
.grandOpen .confetti .confetti05 {
  width: 5.4%;
  height: 10px;
  left: 30%;
  top: -100px;
  animation: fall 10s linear infinite, sway1 4s ease-in-out infinite alternate;
  animation-delay: 0s;
}
.grandOpen .confetti .confetti06 {
  width: 6.5333%;
  height: 10px;
  left: 55%;
  top: -90px;
  animation: fall 11s linear infinite, sway2 3s ease-in-out infinite alternate;
  animation-delay: 3s;
}
.grandOpen .confetti .confetti07 {
  width: 9.0666%;
  height: 10px;
  left: 65%;
  top: -80px;
  animation: fall 7s linear infinite, sway2 3.5s ease-in-out infinite alternate;
  animation-delay: 7s;
}
.grandOpen .confetti .confetti08 {
  width: 12.93%;
  height: 10px;
  left: 20%;
  top: -130px;
  animation: fall 7s linear infinite, sway1 3s ease-in-out infinite alternate;
  animation-delay: 3s;
}
.grandOpen .confetti .confetti09 {
  width: 6.4%;
  height: 10px;
  left: 80%;
  top: -110px;
  animation: fall 10s linear infinite, sway2 4s ease-in-out infinite alternate;
  animation-delay: 4s;
}
/*　fitness　*/
.fitness {
  position: relative;
}
.fitness .fitnessContent {
  padding-top: 66.6667%;
  position: relative;
}
.fitness .fitnessContent .floatIcon {
  position: absolute;
  display: block;
  width: 8%;
  top: 0%;
  margin-top: 80%;
  z-index: 2;
}
.fitness .fitnessContent .ph {
  position: absolute;
  top: 0;
}
.fitness .fitnessContent .fitnessContentInner {
  position: relative;
  margin-top: -13%;
  padding-bottom: 13.335%;
}
.fitness .fitnessContent .fitnessContentInner dl {
  background: #fff;
  width: 92%;
  margin-top: 13.3334%;
  margin-left: 8%;
  border-top-left-radius: 30px;
}
.fitness .fitnessContent .fitnessContentInner dl dt {}
.fitness .fitnessContent .fitnessContentInner dl dt {
  position: relative;
  text-align: right;
}
.fitness .fitnessContent .fitnessContentInner dl dt .titTxt {
  width: 92.7536%;
}
.fitness .fitnessContent .fitnessContentInner dl dt .icon {
  position: absolute;
  width: 11.696%;
  right: 3.7972%;
  top: 32%;
  background: url("../img/fitness_ac_close_icon01.png");
  background-size: 100%;
}
.fitness .fitnessContent .fitnessContentInner dl dt.open .icon img {
  opacity: 0;
}
.fitness .fitnessContent .fitnessContentInner dl dd {
  display: none;
  padding-bottom: 10.6667%;
}
.fitness .fitnessContent .fitnessContentInner dl dd .tab {
  list-style: none;
  width: 91.3044%;
  margin-left: 8.69565%;
  overflow: hidden;
  font-size: 20px;
}
.fitness .fitnessContent .fitnessContentInner dl dd .tab li {
  background: #feebf0;
  color: #f6376f;
  width: 42.858%;
  margin-right: 4.3479%;
  margin-bottom: 2%;
  float: left;
  border-radius: 100px;
  text-align: center;
  line-height: 2.6;
}
/*.hotyoga */
.fitness .fitness_hotyoga .fitnessContentInner dl dd .hotyoga_message01 {
  color: #5b4020;
  font-size: 20px;
  line-height: 2;
  margin-top: 4.35%;
  margin-left: 8.6957%;
  margin-right: 8.6957%;
  margin-bottom: 5.7971%;
}
.fitness .fitness_hotyoga .fitnessContentInner dl dd .hotyoga_message01 strong {
  color: #f6376f;
}
.fitness .fitness_hotyoga .fitnessContentInner dl dd .hotyoga_woodstone {
  margin-left: 8.6957%;
  background: #fff4f7;
  padding-bottom: 10.1449%;
  margin-bottom: 10.1449%;
}
.fitness .fitness_hotyoga .fitnessContentInner dl dd .hotyoga_woodstone .message {
  font-size: 20px;
  line-height: 2;
  padding-top: 1%;
  padding-bottom: 3.6232%;
  margin-left: 8.6957%;
  margin-right: 8.6957%;
  color: #5b4020;
}
.fitness .fitness_hotyoga .fitnessContentInner dl dd .hotyoga_woodstone .captionTxt {
  font-size: 16px;
  line-height: 1;
  margin-left: 8.6957%;
  margin-right: 8.6957%;
  color: #5b4020;
}
.fitness .fitness_hotyoga .fitnessContentInner dl dd .hotyoga_woodstone_other {
  position: relative;
}
.fitness .fitness_hotyoga .fitnessContentInner dl dd .hotyoga_woodstone_other .hinoki {
  position: absolute;
  margin-top: 0.6%;
  margin-left: 45.2%;
  margin-right: 8%;
  color: #5b4020;
}
.fitness .fitness_hotyoga .fitnessContentInner dl dd .hotyoga_woodstone_other .stone {
  position: absolute;
  margin-top: 46.1%;
  margin-left: 45.2%;
  margin-right: 8%;
  color: #5b4020;
}
.fitness .fitness_hotyoga .fitnessContentInner dl dd .hotyoga_woodstone_other .lead {
  margin-bottom: 6%;
  font-size: 18px;
}
.fitness .fitness_hotyoga .fitnessContentInner dl dd .hotyoga_woodstone_other .tit {
  font-size: 30px;
  font-weight: 600;
}
.fitness .fitness_hotyoga .fitnessContentInner dl dd .hotyoga_woodstone_other .txt {
  font-size: 18px;
  margin-top: 6%;
  line-height: 1.6;
}
/*.kickboxing */
.fitness .fitness_kickboxing .fitnessContentInner dl dd .tab li.w {
  width: 64%;
}
.fitness .fitness_kickboxing .fitnessContentInner dl dd .kickboxing_message01 {
  color: #5b4020;
  font-size: 20px;
  line-height: 2;
  margin-top: 4.35%;
  margin-left: 8.6957%;
  margin-right: 8.6957%;
  margin-bottom: 5.7971%;
}
.fitness .fitness_kickboxing .fitnessContentInner dl dd .kickboxing_message01 strong {
  color: #f6376f;
}
.fitness .fitness_kickboxing .fitnessContentInner dl dd .kickboxing_captionTxt01 {
  font-size: 16px;
  line-height: 1;
  margin-left: 8.6957%;
  margin-right: 8.6957%;
  margin-bottom: 8.6956%;
  color: #978774;
}
/*.pilates */
.fitness .fitness_pilates .fitnessContentInner dl dd .tab li.w {
  width: 64%;
}
.fitness .fitness_pilates .fitnessContentInner dl dd .pilates_message01 {
  color: #5b4020;
  font-size: 20px;
  line-height: 2;
  margin-top: 4.35%;
  margin-left: 8.6957%;
  margin-right: 8.6957%;
  margin-bottom: 8.6956%;
}
.fitness .fitness_pilates .fitnessContentInner dl dd .pilates_message01 strong {
  color: #f6376f;
}
/*.bike */
.fitness .fitness_bike .fitnessContentInner dl dd .tab li.w {
  width: 64%;
}
.fitness .fitness_bike .fitnessContentInner dl dd .bike_message01 {
  color: #5b4020;
  font-size: 20px;
  line-height: 2;
  margin-top: 4.35%;
  margin-left: 8.6957%;
  margin-right: 8.6957%;
  margin-bottom: 8.6956%;
}
.fitness .fitness_bike .fitnessContentInner dl dd .bike_message01 strong {
  color: #f6376f;
}
.fitness .fitness_bike .fitnessContentInner dl dd .bike_captionTxt01 {
  font-size: 16px;
  line-height: 1.6;
  margin-left: 8.6957%;
  margin-right: 8.6957%;
  margin-bottom: 8.6956%;
  color: #978774;
}
.fitness .fitness_bike .fitnessContentInner dl dd .bike_captionTxt02 {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 4.3478%;
  margin-left: 8.6957%;
  margin-right: 8.6957%;
  color: #978774;
}
/*.gym */
.fitness .fitness_gym .fitnessContentInner dl dd .tab li.w {
  width: 64%;
}
.fitness .fitness_gym .fitnessContentInner dl dd .bike_message01 {
  color: #5b4020;
  font-size: 20px;
  line-height: 2;
  margin-top: 4.35%;
  margin-left: 8.6957%;
  margin-right: 8.6957%;
  margin-bottom: 8.6956%;
}
.fitness .fitness_gym .fitnessContentInner dl dd .bike_message01 strong {
  color: #f6376f;
}
.fitness .fitness_gym .fitnessContentInner dl dd .bike_captionTxt01 {
  font-size: 16px;
  line-height: 1.6;
  margin-left: 8.6957%;
  margin-right: 8.6957%;
  margin-bottom: 8.6956%;
  color: #978774;
}
.fitness .fitness_gym .fitnessContentInner dl dd .bike_captionTxt02 {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 4.3478%;
  margin-left: 8.6957%;
  margin-right: 8.6957%;
  color: #978774;
}
/*　spa　*/
.spa {
  position: relative;
}
.spa .spa_message {
  position: relative;
}
.spa .spa_message .spa_message_txt {
  position: absolute;
  font-size: 20px;
  line-height: 2.2;
  color: #5b4020;
  width: 47%;
  top: 68%;
  right: 6.4%;
  letter-spacing: 1px;
}
.spa .spa_movie {
  position: relative;
}
.spa .spaContent {
  padding-top: 66.6667%;
  position: relative;
}
.spa .spaContent .floatIcon {
  position: absolute;
  display: block;
  width: 8%;
  top: 0%;
  margin-top: 80%;
  z-index: 2;
}
.spa .spaContent .ph {
  position: absolute;
  top: 0;
}
.spa .spaContent .spaContentInner {
  position: relative;
  margin-top: -13%;
  padding-bottom: 13.335%;
}
.spa .spaContent .spaContentInner dl {
  background: #fff;
  width: 92%;
  margin-top: 13.3334%;
  margin-left: 8%;
  border-top-left-radius: 30px;
}
.spa .spaContent .spaContentInner dl dt {}
.spa .spaContent .spaContentInner dl dt {
  position: relative;
  text-align: right;
}
.spa .spaContent .spaContentInner dl dt .titTxt {
  width: 92.7536%;
}
.spa .spaContent .spaContentInner dl dt .icon {
  position: absolute;
  width: 8.696%;
  right: 5.7972%;
  top: 40%;
  background: url("../img/fitness_ac_close_icon01.png");
  background-size: 100%;
}
.spa .spaContent .spaContentInner dl dt.open .icon img {
  opacity: 0;
}
.spa .spaContent .spaContentInner dl dd {
  display: none;
  padding-bottom: 10.6667%;
}
.spa .spaContent .spaContentInner dl dd .tab {
  list-style: none;
  width: 91.3044%;
  margin-left: 8.69565%;
  overflow: hidden;
  font-size: 18px;
}
.spa .spaContent .spaContentInner dl dd .tab li {
  background: #feebf0;
  color: #f6376f;
  width: 42.858%;
  margin-right: 4.3479%;
  margin-bottom: 2%;
  float: left;
  border-radius: 100px;
  text-align: center;
  line-height: 2.6;
}
/* sauna */
.spa .spa_sauna .spaContentInner dl dd .tab li.w {
  width: 64%;
}
.spa .spa_sauna .spaContentInner dl dd .sauna_message01 {
  color: #5b4020;
  font-size: 20px;
  line-height: 2;
  margin-top: 4.35%;
  margin-left: 8.6957%;
  margin-right: 8.6957%;
  margin-bottom: 8.6956%;
}
.spa .spa_sauna .spaContentInner dl dd .sauna_message01 strong {
  color: #f6376f;
}
/* bedrockbath */
.spa .spa_bedrockbath .spaContentInner dl {
  /*padding-bottom: 10.6667%;*/
}
.spa .spa_bedrockbath .spaContentInner dl dd .tab li.w {
  width: 64%;
}
.spa .spa_bedrockbath .spaContentInner dl dd .bedrockbath_message01 {
  color: #5b4020;
  font-size: 20px;
  line-height: 2;
  margin-top: 4.35%;
  margin-left: 8.6957%;
  margin-right: 8.6957%;
  margin-bottom: 8.6956%;
}
.spa .spa_bedrockbath .spaContentInner dl dd .bedrockbath_message01 strong {
  color: #f6376f;
}
/* selfesthetic */
.spa .spa_selfesthetic .spaContentInner dl {
  /*padding-bottom: 10.6667%;*/
}
.spa .spa_selfesthetic .spaContentInner dl dd .tab li.w {
  width: 64%;
}
.spa .spa_selfesthetic .spaContentInner dl dd .selfesthetic_message01 {
  color: #5b4020;
  font-size: 20px;
  line-height: 2;
  margin-top: 4.35%;
  margin-left: 8.6957%;
  margin-right: 8.6957%;
  margin-bottom: 8.6956%;
}
.spa .spa_selfesthetic .spaContentInner dl dd .selfesthetic_message01 strong {
  color: #f6376f;
}
dl dd .tab li span {
  font-weight: 600;
}
/* pricelist */
.pricelist {}
.pricelist dl {}
.pricelist dl dt {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.4;
  color: #5b4020;
  position: relative;
  margin-left: 8%;
}
.pricelist dl dt .icon {
  position: absolute;
  width: 8.696%;
  right: 5.7972%;
  top: 30%;
  background: url("../img/fitness_ac_close_icon01.png") no-repeat;
  background-size: 100%;
}
.pricelist dl dt.open .icon img {
  opacity: 0;
}
.pricelist dl dd {
  margin-top: 9.3334%;
  display: none;
}
.pricelist .caption {
  padding: 2% 8% 10% 8%;
  list-style: none;
  line-height: 2;
  color: #978774;
}
.pricelist ul.caption li {
  text-indent: -7%;
  margin-left: 7%;
}
/* storeinfo */
.storeinfo {
  color: #5b4020;
}
.storeinfo .storeinfoInner {
  padding: 8% 8% 10% 8%;
}
.storeinfo .storeinfoInner h1 {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 11.112%;
  border-bottom: 2px solid #fff;
}
.storeinfo .storeinfoInner ul {
  list-style: none;
}
.storeinfo .storeinfoInner ul li {
  margin-top: 8%;
  padding-bottom: 8%;
  border-bottom: 2px solid #fff;
}
.storeinfo .storeinfoInner ul li .yukala_logo {
  display: block;
  width: 58.7302%;
  margin-bottom: 5%;
}
.storeinfo .storeinfoInner ul li .tit {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5%;
}
.storeinfo .storeinfoInner ul li .txt {
  font-size: 20px;
  line-height: 1.8;
}
.storeinfo .storeinfoInner ul li .caption {
  font-size: 18px;
  margin-top: 5%;
}
.storeinfo .storeinfoInner ul li .gm {
  margin-top: 6.4%;
}
.storeinfo .storeinfoInner ul li .tel_bnr {
  display: block;
  margin-bottom: 6.4%;
}
/* footer */
footer {
  color: #5b4020;
  margin-bottom: 18%;
}
footer ul {
  list-style: none;
  line-height: 2;
  padding: 0% 8% 10% 8%;
  font-size: 20px;
}
footer ul li {
  text-indent: -7%;
  margin-left: 7%;
  margin-top: 6.4%;
}
footer ul li a {
  text-decoration: none;
  color: #5b4020;
}
footer .copyright {
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width:749px) {
  /*　grandOpen　*/
  .grandOpen .goTxt {
    font-size: 3vw;
  }
  .grandOpen .confetti {
    height: 120vw;
  }
  .grandOpen .go_lava_block .go_lava .go_lava_text {
    font-size: 3.467vw;
  }
  .grandOpen .go_lava_block .go_lava .go_lava_caption {
    font-size: 3vw;
  }
  .grandOpen .go_spa_block .go_spa .go_spa_caption {
    font-size: 3vw;
  }
  .grandOpen .goSlideBlock {
    height: 47.2vw;
  }
  .grandOpen .goSlideBlock li {
    width: 66.667vw;
    height: 47.2vw;
  }
  .grandOpen .goSlideBlock li span {
    width: 66.667vw;
  }
  /*　fitness　*/
  .fitness .fitnessContent .fitnessContentInner dl dd .tab li {
    font-size: 3.2vw;
  }
  .fitness .fitness_hotyoga .fitnessContentInner dl dd .hotyoga_message01 {
    font-size: 4.26vw;
    line-height: 1.7;
  }
  .fitness .fitness_hotyoga .fitnessContentInner dl dd .hotyoga_woodstone .message {
    font-size: 3vw;
    line-height: 1.6;
  }
  .fitness .fitness_hotyoga .fitnessContentInner dl dd .hotyoga_woodstone .captionTxt {
    font-size: 2.4vw;
  }
  .fitness .fitness_hotyoga .fitnessContentInner dl dd .hotyoga_woodstone_other .lead {
    font-size: 2.4vw;
  }
  .fitness .fitness_hotyoga .fitnessContentInner dl dd .hotyoga_woodstone_other .tit {
    font-size: 4vw;
  }
  .fitness .fitness_hotyoga .fitnessContentInner dl dd .hotyoga_woodstone_other .txt {
    font-size: 2.667vw;
  }
  .fitness .fitness_kickboxing .fitnessContentInner dl dd .kickboxing_message01 {
    font-size: 4.26vw;
    line-height: 1.7;
  }
  .fitness .fitness_kickboxing .fitnessContentInner dl dd .kickboxing_captionTxt01 {
    font-size: 2.8vw;
  }
  .fitness .fitness_pilates .fitnessContentInner dl dd .pilates_message01 {
    font-size: 4.26vw;
    line-height: 1.7;
  }
  .fitness .fitness_bike .fitnessContentInner dl dd .bike_message01 {
    font-size: 4.26vw;
    line-height: 1.7;
  }
  .fitness .fitness_bike .fitnessContentInner dl dd .bike_captionTxt01 {
    font-size: 2.8vw;
    letter-spacing: 0px;
  }
  .fitness .fitness_bike .fitnessContentInner dl dd .bike_captionTxt02 {
    font-size: 2.8vw;
  }
  .fitness .fitness_gym .fitnessContentInner dl dd .bike_message01 {
    font-size: 4.26vw;
    line-height: 1.7;
  }
  .fitness .fitness_gym .fitnessContentInner dl dd .bike_captionTxt01 {
    font-size: 2.8vw;
    letter-spacing: 0px;
  }
  .fitness .fitness_gym .fitnessContentInner dl dd .bike_captionTxt02 {
    font-size: 2.8vw;
  }
  /*　spa　*/
  .spa .spa_message .spa_message_txt {
    font-size: 3.467vw;
    letter-spacing: 0px;
  }
  .spa .spaContent .spaContentInner dl dd .tab li {
    font-size: 3.2vw;
  }
  .spa .spa_sauna .spaContentInner dl dd .sauna_message01 {
    font-size: 4.26vw;
    line-height: 1.7;
  }
  .spa .spa_bedrockbath .spaContentInner dl dd .bedrockbath_message01 {
    font-size: 4.26vw;
    line-height: 1.7;
  }
  .spa .spa_selfesthetic .spaContentInner dl dd .selfesthetic_message01 {
    font-size: 4.26vw;
    line-height: 1.7;
  }
  /*　pricelist　*/
  .pricelist dl dt {
    font-size: 6.667vw;
  }
  .pricelist ul.caption li {
    font-size: 3vw;
  }
  /*　storeinfo　*/
  .storeinfo .storeinfoInner h1 {
    font-size: 4vw;
  }
  .storeinfo .storeinfoInner ul li .tit {
    font-size: 3.733vw;
  }
  .storeinfo .storeinfoInner ul li .txt {
    font-size: 3.6vw;
    letter-spacing: 0px;
  }
  .storeinfo .storeinfoInner ul li .caption {
    font-size: 3vw;
  }
  .storeinfo .storeinfoInner ul li .gm iframe {
    width: 100%;
    height: 78vw;
  }
  /*　footer　*/
  footer ul {
    font-size: 3.2vw;
  }
  footer .copyright {
    font-size: 2.133vw;
  }
}
@-webkit-keyframes shiny-btn {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
video {
  width: 100%;
  max-width: 750px;
  height: auto;
  display: block;
  margin: auto;
}
#campaign .cp_tx {
  position: absolute;
  bottom: 2.8rem;
  left: calc(50% - 10.15rem);
  text-align: center;
}
@media (min-width: 500px) {
  #campaign .cp_tx {
    position: absolute;
    bottom: 40px;
    left: calc(50% - 224px);
  }
}
@media (min-width: 500px) {
  .grandOpen .go_lava_block .go_lava .go_lava_caption_1 {
    width: 80%;
    bottom: 51%;
    left: 16%;
    position: absolute;
    font-size: 16px;
    line-height: 1.8;
    color: #978774;
  }
}
/*モーダル枠の指定*/
.modal-body {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: clamp(10px, 6vw, 35px);
  right: clamp(10px, 6vw, 35px);
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: gray;
  cursor: pointer;
  border-radius: 50px;
  background: white;
  z-index: 998;
}
/*モーダル内のコンテンツの指定*/
/*.modal-content {
  text-align: center;
  position: absolute;
}
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
  background: #000000b0;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 500px;
  z-index: 2;
  border-radius: 3px;
}
.popup-inner img {
  width: 100%;
  border-radius: 3px 3px 0 0;
}
div#modalCloseCloss:hover {
  opacity: 0.7;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  z-index: 1;
  cursor: pointer;
}*/
.popup.is-show.active {
  display: none;
}
.top-close {
  position: absolute;
  right: 10px;
  background: white;
  padding: 8px 8px 8px 10px;
  border-radius: 50%;
  cursor: pointer;
  margin: 0;
  height: 2rem;
  width: 2rem;
  top: 5px;
  z-index: 999;
}
.mainv {
  position: relative;
}
.cp_wrap {
  position: relative;
}

/*------------240527山崎追記------------------*/
.updown {
  animation-name: updown1;
  animation-delay: 0s;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes updown1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.dokidoki {
  animation: dokundokun 2300ms ease infinite;
}
@keyframes dokundokun {
  0% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  30% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.1);
  }
  70% {
    transform: scale(1);
  }
}
.cta_area {
  background: none;
  padding: 0;
  position: relative;
}
.researve_kengaku_btn {
  position: absolute;
  bottom: -120px;
  left: 69%;
  width: 28%;
  margin-bottom: 100%;
}
@media (min-width: 500px) {
  .researve_kengaku_btn {
    bottom: -200px;
    left: 69%;
    width: 28%;
  }
}
.taiken_info {
  position: relative;
}
.taiken_info video {
  position: absolute;
  top: 45vw;
  width: 90%;
  padding: 0 28px;
  left: 0;
  right: 0;
}
@media (min-width: 500px) {
  .taiken_info video {
    top: 265px;
  }
}
.researve-btn_top {
  position: absolute;
  top: 64%;
  width: 86%;
  left: 7%;
}
.sec02-last-message {
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  line-height: 1.2;
  text-align: center;
}
.sec02-last-message p {
  font-size: 2.4vw;
}
@media screen and (min-width: 500px) {
  .sec02-last-message p {
    font-size: 14px;
  }
}
section.sec06 {
  position: relative;
  padding: 70px 0;
}
section.sec06::before {
  content: "";
  display: block;
  background-image: url("../img/240530/sec06-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sec06-top {
  width: 86%;
  margin: 0 auto;
}
p.sec06-message {
  font-size: 14px;
  color: #fff;
  width: 95%;
  margin: 12px auto 0;
}
@media screen and (max-width: 740px) {
  p.sec06-message {
    font-size: 11px;
  }
}
.reserve_system_ttl {
  text-align: center;
  margin-bottom: 40px;
}
.reserve_system_ttl img {
  width: 80%;
  padding: 25px 0 0;
}
/*Slickのためのcss*/
.slick-arrow_prev, .slick-arrow_next {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 10;
}
.slick-arrow_prev {
  left: 6px;
}
.slick-arrow_next {
  right: 6px;
}
@media screen and (max-width: 750px) {
  .slick-arrow_prev, .slick-arrow_next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 200;
  }
}
.slider_qa { /*横幅94%で左右に余白を持たせて中央寄せ*/
  /*    width:94%;*/
  margin: 0 auto;
}
.slider_qa img {
  height: auto;
}
.slider_qa .slick-slide {
  transform: scale(0.9); /*左右の画像のサイズを80%に*/
  /* transition: all .5s; */ /*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 0.5; /*透過50%*/
}
.slider_qa .slick-slide.slick-center {
  transform: scale(1); /*中央の画像のサイズだけ等倍に*/
  opacity: 1; /*透過なし*/
}

/*=========櫻井追加_240717=====================*/
.limited_txt {
  background-color: #e52727;
}
.limited_txt p {
  color: rgb(255, 255, 255);
  letter-spacing: 1px;
  font-size: clamp(10px, 3vw, 16px);
  text-align: center;
  font-weight: bold;
  margin-top: 0px;
  padding: 7px 0px;
  font-family: 'Noto Sans JP';
}

/*=========　カウントダウンタイマー　=========*/
.countdown_yukala {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-size: 25px;
  max-width: 600px;
  z-index: 999;
  bottom: 0;
}
.countdown_box_yukala {
  position: absolute;
  background: rgb(255 244 80 / 90%);
  padding: 0.5em 0 0;
  bottom: 0;
  width: 100%;
  max-width: 600px;
}
span#yukala_countdown-day, span#yukala_countdown-hour, span#yukala_countdown-min, span#yukala_countdown-sec {
  margin-right: 4px;
  padding: 0.2em 0.4em;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 3px 3px -2px #666464;
  color: black;
  font-weight: bold;
  font-family: sans-serif;
  font-size: clamp(15px, 4.5vw, 25px);
}
.countdownbtn_img_yukala {
  width: 90%;
  display: block;
  margin: 0.5em auto;
}
p.countdown_box_text_yukala::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 1.2em;
  background: #e7365c;
  margin-left: -0.5em;
  transform: rotate(-25deg);
  top: clamp(1px, 5vw, 5px);
}
p.countdown_box_text_yukala {
  position: relative;
}
p.countdown_box_text_yukala {
  position: relative;
  color: #e7365c;
  font-weight: bold;
  width: 92%;
  left: 7%;
}
p.countdown_box_text_yukala::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 1.2em;
  background: #e7365c;
  margin-left: 0.2em;
  transform: rotate(25deg);
  top: clamp(1px, 5vw, 5px);
}
p.countdown_box_text_02_yukala {
  position: relative;
  font-weight: bold;
  margin-bottom: 0.2em;
}
p.countdown_box_text_02_yukala {
  width: 93%;
  left: 7%;
  margin-top: 1em;
}
.btn2.countdownbtn_img_yukala a {
  padding-top: 0.5rem;
  margin-bottom: 0;
}
.countdown_box_bigtext_yukala {
  font-size: 30px;
}
.countdown_imgbox_yukala {
  position: relative;
}
.countdown_icon_yukala {
  width: clamp(16.5%, 10vw, 17%);
  position: absolute;
  left: 2%;
  top: -1%;
}
.countdown_yukala span {
  font-size: clamp(14px, 4vw, 23px);
  background: unset;
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP';
}
span.countdown_box_bigtext_yukala {
  color: #e7365c;
}
p.countdown_box_text_02_yukala {
  color: black;
}
p.countdown_box_text_02_yukala {
  font-size: clamp(12px, 3vw, 20px);
  font-family: 'Noto Sans JP';
}
p.countdown_box_text_yukala {
  font-size: clamp(14px, 4vw, 23px);
  letter-spacing: 0.1em;
  font-family: 'Noto Sans JP';
}
span.countdown_box_bigtext_yukala {
  font-size: clamp(16px, 6vw, 30px);
  font-family: 'Noto Sans JP';
}
.floatingBtn_yukala {
  opacity: 0;
  transition: .3s;
}
.active_yukala {
  opacity: 1;
  visibility: visible;
}
footer {
  margin-bottom: 64%;
}
body, #cta_follow {
  width: 100%;
}

/*======================================
櫻井追加_240801
=======================================*/
/*------YUKALAってどんなところ？------*/
.point_wrap {
  position: relative;
  margin-top: 20%;
}
.point_title {
  position: absolute;
  top: -24%;
  width: 97%;
}
.point01_lesson {
  width: 80%;
  margin: 0 auto 3%;
}
.about_pointTitle {
  width: 85%;
  margin: 5% auto 0;
}
p.point_text {
  text-align: center;
  font-size: clamp(16px, 5vw, 30px);
  line-height: 1.5em;
}
.point_textWrap.point01 {
  padding: 15% 0 5%;
}
.point_bk {
  background: white;
  width: 90%;
  margin: auto;
  border-radius: 0 0 10px 10px;
}
span.pink_text {
  color: #f5376f;
  font-weight: bold;
}
span.yellow_line {
  background: linear-gradient(transparent 60%, yellow 30%);
  font-weight: bolder;
}
.point_textWrap.point02 {
  padding-top: 16%;
}
.point_textWrap {
  padding: 10% 0 5%;
}
.point_title.point04_title, .point05_title {
  top: -14%;
}
.point_wrap.point04_wrap {
  margin-top: 28%;
}
.point_textWrap.point05_textWrap {
  margin-bottom: -8%;
  padding-top: 15%;
}
.point_title.point07_title {
  top: -23%;
}
.point02_fukidashi {
  width: 55%;
  margin: auto;
}
.point_bk.point04_bk {
  padding-bottom: 1rem;
}
section#about {
  background-image: url("../img/240801/about_bk.webp");
  padding-bottom: 3rem;
  background-repeat: repeat;
}
a {
  text-decoration: none;
}
.fadeInUp {
  opacity: 0;
  transform: translateY(100px);
}
.fadeIn {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes fadeIn {
  0% {}
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.point_textWrap small {
  text-align: center;
  display: block;
  margin-top: 1%;
}
/*------TOPアイコンリンク------*/
.point_linkbox ul {
  display: flex;
  justify-content: center;
}
.point_linkbox li {
  width: 28%;
  max-width: 150px;
  list-style: none;
  margin: 2rem 0.5rem;
}
/*------LAVA概要------*/
.go_lava {
  position: relative;
}
.go_lava_text {
  width: 80%;
  margin-left: 18%;
  margin-top: 5.6%;
  position: absolute;
  font-size: 20px;
  line-height: 1.8;
  color: #5b4020;
}
.go_lava_caption {
  width: 80%;
  bottom: 8%;
  left: 16%;
  position: absolute;
  font-size: 16px;
  line-height: 1.8;
  color: #978774;
}
@media screen and (max-width:749px) {
  .go_lava_text {
    font-size: 3.467vw;
  }
}
.go_lava_caption_1 {
  width: 80%;
  bottom: 51%;
  left: 16%;
  position: absolute;
  font-size: 11px;
  line-height: 1.8;
  color: #978774;
}
@media (min-width: 500px) {
  .go_lava_caption_1 {
    width: 80%;
    bottom: 51%;
    left: 16%;
    position: absolute;
    font-size: 16px;
    line-height: 1.8;
    color: #978774;
  }
}
@media screen and (max-width:749px) {
  .go_lava_caption {
    font-size: 3vw;
  }
}
/*------マシーン吹き出し-----*/
.machine_fukidashi {
  position: absolute;
  width: 25%;
  z-index: 2;
  top: -30%;
  left: -0%;
}
/*------追従ボタン-----*/
div#floating {
  position: fixed;
  z-index: 9999;
  width: 90%;
  max-width: 600px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
/*------footer-----*/
footer {
  margin-bottom: 30%;
}
/*------SPA MOVE_注釈-----*/
.spa_movie_noteBox {
  position: absolute;
  width: 100%;
  bottom: 31%;
}
p.spa_movie_note {
  text-align: center;
  font-size: clamp(10px, 2vw, 14px);
}
/*.sec02-last-message {
  bottom: 4%;
}*/
/*------SPA Movie_CTAボタン-----*/
/*.researve-btn_top {
  top: 71%;
}*/
/*------ホットヨガ_ウッドストーン-----*/
p.captionTxt {
  margin-bottom: 0.3rem;
  color: #5b4020;
}
p.captionTxt a {
  text-decoration: solid;
  border-bottom: 1px solid #5b4020;
  color: #5b4020;
}

/*------241112修正-----*/
.point_wrap {
    position: relative;
    margin-top: 24%;
}

.point_title.point03_title {
    margin-top: 2%;
}

.point_title.point04_title {
    top: -12%;
}

.point_title.point07_title {
    top: -22%;
}

.point_textWrap small {
    font-size: clamp(10px, 2vw, 16px);
}

/*------241213修正-----*/
.countdown_icon_yukala {
    width: clamp(16.5%, 10vw, 17%);
    position: absolute;
    left: 1%;
    top: -1%;
}
/*=========野元追加_241223=====================*/

.accordion-content {
  display: none;
}
.accordion-header {
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
}
.text_yellow {
    color: #FFF100;    
}

/*=================================
CPエリア 更新エリア
==================================*/
/*注釈*/
.cp_special_text_wrap{
    position: relative;
}
.cp_plan_note_wrap {
  position: absolute;
  padding: 0 3rem;
  font-size: 2.6vw;
  top: 1rem;
  line-height: 1.35;
}
@media screen and (min-width: 500px){
.cp_plan_note_wrap {
  font-size: 14px;
  padding: 0rem 6rem;
  top: 2rem;
  line-height: 1.5;
  } 
}
.cp_plan_note_wrap dd {
    padding-left: 1em;
    text-indent: -1em;
}
.cp_plan_note_wrap dd.tx_red{
    color: #E5353B;
}
#campaign .cp_tx {
    bottom: 2.5rem;
      width: 80%;
    left: 50%;
    transform: translateX(-50%);
}
@media (min-width: 500px){
#campaign .cp_tx {
    bottom: 76px;}
}


/*======= モーダルウィンドウ 251226(広瀬)　=======*/
.popup {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 9999;
opacity: 0;
visibility: hidden;
transition: .6s;
}
.popup.is-show {
opacity: 1;
visibility: visible;
}
.popup a:hover {
opacity: 1;
}
.popup-inner {
position: relative;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 80%;
max-width: 600px;
z-index: 2;
border-radius: 3px;
}
.popup_cta {
position: absolute;
bottom: 15%;
width: 85%;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}

@media screen and (min-width:751px) {
.popup-inner {
width: 400px;
}
}
.popup-inner img {
width: 100%;
border-radius: 3px 3px 0 0;
}
div#modalCloseCloss:hover {
opacity: 1;
}
.modalCloseButton {
position: absolute;
left: 87%;
top: 1%;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
cursor: pointer;
background: white;
border-radius: 50%;
}

@media screen and (min-width:751px) {
.modalCloseButton {
position: absolute;
left: 86%;
top: 0%;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
cursor: pointer;
background: white;
border-radius: 50%;
}
}
.lineClose {
display: inline-block;
vertical-align: middle;
color: gray;
line-height: 1;
width: 2rem;
height: 0.3rem;
background: currentColor;
border-radius: 0.1rem;
position: relative;
transform: rotate(45deg);
}
.lineClose::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: inherit;
border-radius: inherit;
transform: rotate(90deg);
}
.black-background {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,.6);
z-index: 1;
cursor: pointer;
}


