@charset "utf-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  padding: 0;
  color: #000000;
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', sans-serif, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, Arial, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.6rem;
}
img {
  width: 100%;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.main_body {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.bold {
  font-weight: 500;
}
.top1em {
  padding-top: 1em;
}
aside {
  font-size: 1.3rem;
  text-align: left;
  padding: 15px 0 0 20px;
  line-height: 1.5;
}
.btn_line {
  padding: 0px 20px;
  margin: 80px auto 0;
}
#target {
  margin: 2em auto;
  border: solid 3px #b10005;
  border-radius: 20px;
  width: 92%;
  text-align: center;
}
#target .target_ttl {
  font-size: 2rem;
  background: #b10005;
  padding: 5px;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.2rem;
  border-radius: 15px 15px 0 0;
}
#target .target_txt {
  padding: 15px 20px;
  margin: 0 auto;
  text-align: center;
  font-size: 2.2rem;
  display: inline-block;
}
#target p {
  line-height: 1.6;
  color: #b10005;
}
/*button*/
.button {
  /*text-align: center;*/
  width: 96%;
  margin: 45px auto 50px;
  border-radius: 36px;
  height: 125px;
  position: relative;
  text-align: center;
  display: block;
  border: none;
  cursor: pointer !important;
}
/* 上下アニメーション */
.btn_lesson_rsv img,
.vote_btn a{
  animation: fuwafuwa 2.8s infinite ease-in-out;
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -20px);
  }
  /* -20pxを変えることで上下の動く幅を変えられる */
  100% {
    transform: translate(0, 0);
  }
}
.btn_first_lava a, .btn_lesson_rsva a {
  text-decoration: none;
}
.btn_first_lava {
  text-align: center;
}
.btn_first_lava a {
  transition: all 1s;
  border-bottom: solid;
  font-size: 2.4rem;
  color: #b10005;
  padding: 16px 18px;
  display: inline-block;
  text-decoration: none;
}
.btn_first_lava a:hover {
  opacity: 0.3;
}
.btn_first_lava::after {
  content: none;
}
.btn_lesson_rsv {
  opacity: 1;
  transition: all 1s;
}
.btn_lesson_rsv:hover {
  opacity: 0.6;
  transition: .3s;
}
.btn_lesson_rsv img {
  width: 100%;
  margin: 0 auto;
}
.btn_lesson_rsv img.shadow_img_01 {
  filter: drop-shadow(0px 10px 4px #dfdfdf);
}
/*.btn_lesson_rsv img.shadow_img_02{
  filter: drop-shadow(0px 10px 4px #001e46);
}
.btn_lesson_rsv img.shadow_img_03{
  filter: drop-shadow(0px 10px 4px #a03c05);
}*/
.btn_web .button:hover {
  opacity: 0.6;
  transition: .3s;
}
.btn_web img.btn_img {
  width: 100%;
  margin: 0 auto;
}
.btn_web_no_otameshi {
  opacity: 1;
  transition: all 1s;
}
.btn_web_no_otameshi:hover {
  opacity: 0.6;
  transition: .3s;
}
.btn_web_no_otameshi img {
  width: 100%;
  margin: 0 auto;
}
.con1_ttl img, .con2_ttl img {
  width: 100%;
  margin: 0 0 15px;
}
.con_tebura_ttl img {
  width: 100%;
}
.bottom25 {
  margin-bottom: 25px !important;
}
.bottom30 {
  margin-bottom: 30px;
}
.bottom50 {
  margin-bottom: 50px;
}
.bottom80 {
  margin-bottom: 80px;
}
.bottom95 {
  margin-bottom: 95px;
}
/*まずはおためし！手ぶら体験*/
#contents_box,#coupon_02.bg {
  background: rgb(019, 019, 019);
}
/*coupon 2311*/
#coupon_01,#coupon_02 {
  padding-bottom: 23rem;
  position: relative;
}
#coupon_01,#coupon_02 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#coupon_01 .try_bg {
  background: url("../img/231101/plan_bg_01.png") no-repeat top center;
  z-index: 0;
  position: relative;
}
#coupon_02 .try_bg{
  background: url("../img/231101/plan_bg_01.png") no-repeat top center;
  padding-bottom: 5rem;
  z-index: 0;
  position: relative;
}
#coupon_01 .try_inner,#coupon_02 .try_inner {
  width: 96%;
  margin: 0 auto;
  position: relative;
  top: 25rem;
}
.try aside {
  color: #FFF;
}
.vote_btn.shiny_btn {
  display: flex;
  position: absolute;
  bottom: 10.3rem;
  width: 100%;
  justify-content: center;
}
.shiny_btn a{
  display: block;
    position: relative;
     overflow: hidden;
  transition: 300ms;
}
.shiny_btn a._shiny::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #f7f2e2;
    transition: 300ms;
    animation: shinyshiny 2.5s ease-in-out infinite;
}

/* キラッと光るアニメーション */
.shiny_btn img {
  animation: shinyshiny; 
}
@keyframes shinyshiny {
    0% {
      transform: scale(0) rotate(45deg); opacity: 0; 
    }
    80% {
      transform: scale(0) rotate(45deg); opacity: 0.5;
    }
    81% { 
      transform: scale(4) rotate(45deg); opacity: 1;
    }
    100% {
      transform: scale(50) rotate(45deg); opacity: 0;
      }
}

/*point_cp モーダル 2311*/
.remodal.cpn {
  max-width: 750px;
  border-radius: 2rem;
  position: relative;
  padding: 0;
  margin: 0 auto;
  background: transparent;
}
.remodal.cpn img {
  width: 100%;
}
.remodal.cpn.modal_coupon {
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
}
.coupon_img {
  position: relative;
}
.coupon_img img {
  border-radius: 1.5rem;
}
.vote_img img {
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.remodal.cpn .remodal-close.close_top {
  width: 3.8rem;
  height: 3.8rem;
  right: -0.5rem;
  left: unset;
  top: -0.5rem;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
}
.remodal.cpn .remodal-close.close_top::before {
  color: #666666;
  width: 3.8rem;
  height: 3.8rem;
  font-size: 4.4rem;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.remodal.cpn .remodal-close.close_bottom {
  position: relative;
  background-color: #fff;
  width: 12rem;
  height: 3.8rem;
  border-radius: 4rem;
  margin: -5rem auto 1.4rem;
  color: #000;
  font-size: 1.5rem;
  filter: drop-shadow(8px 8px 0px rgba(54, 126, 193, 0.2));
  font-weight: 500;
  padding-left: 0.8rem;
}
.remodal.cpn .remodal-close.close_bottom::before {
  width: 3.8rem;
  height: 3.8rem;
  font-size: 3.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.remodal-overlay {
  background: rgba(228, 228, 228, 0.6);
}
.remodal.modal_point .reserve_btn {
  display: block;
  position: absolute;
  left: calc(50% - 15.15rem);
  bottom: 22.2rem;
}
.coupon_ticket {
  position: absolute;
  display: block;
  content: '';
  height: auto;
  top: 20rem;
  left: 0;
  right: 0;
  width: 95%;
  margin: 0 auto;
}
@media (max-width: 500px) {
.coupon_ticket {
  width: calc(100% - 40px);
}
}

@media (min-width: 500px) {
  .vote_btn {
    top: 450px;
  }
  .vote_btn_2312{
    top: 490px;
  }
  .vote_btn li {
    width: 600px;
  }
 .remodal.cpn .remodal-close.close_top {
    width: 82px;
    height: 82px;
    right: -4px;
    top: -4px;
  }
  .remodal.cpn .remodal-close.close_top::before {
    width: 82px;
    height: 82px;
    font-size: 9rem;
  }
  .remodal.cpn .remodal-close.close_bottom {
    width: 250px;
    height: 85px;
    border-radius: 50px;
    margin: -110px auto 0;
    font-size: 3.2rem;
    padding-left: 20px;
  }
  .remodal.cpn .remodal-close.close_bottom::before {
    width: 85px;
    height: 85px;
    font-size: 7.6rem;
  }  
  .vote_img img {
    border-bottom-left-radius: 27px;
    border-bottom-right-radius: 27px;
  }
  .modal_coupon a.reserve_btn {
    bottom: -11px;
    left: calc(50% - 310px);
  }
  .reserve_btn {
    width: 630px;
}
  }
/*coupon 2311 ここまで*/

/*通い放題プラン*/
#contents1 {
  text-align: center;
  background: rgb(000, 000, 000);
  padding: 0 0 40rem;
}
#contents1 .plan_bg {
  background: url("../img/231101/plan_bg_02.png") no-repeat top center;
  z-index: 0;
  position: relative;
}
#contents1 .plan_inner {
  width: 96%;
  margin: 0 auto;
  display: block;
  position: relative;
  top: 35rem;
}
#contents1 .plan_inner::before {
  position: absolute;
  content: "";
  top: 10rem;
  left: 0;
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: 93%;
  z-index: -1;
}
#contents1 .s_tx {
  text-align: left;
  padding: 20px 20px 0;
  line-height: 1.4;
}
#contents1 .point_cp {
  position: relative;
}
#contents1 .point_cp .webEntry_btn {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 1s;
  border-bottom: solid;
  font-size: 2.8rem;
  color: #FFF;
  padding: 16px;
  display: inline-block;
  width: 400px;
  text-decoration: none;
}
#contents1 .point_cp .webEntry_btn a {
  color: #FFF;
  letter-spacing: 2px;
}
#contents1 .point_cp .webEntry_btn a::after {
  display: inline-block;
  content: '';
  border-style: solid;
  border-color: transparent;
  border-width: 0.64952em 0.375em;
  border-top-color: currentColor;
  border-bottom: 0;
  vertical-align: middle;
}
/*おためし再スタートプラン*/
.plan_acc {
  background: #fff;
  margin: 0 auto;
  display: block;
  border: 6px solid #e0dbd9;
}
.plan_acc .plan_ttl {
  font-size: 2.8rem;
  background: #e0dbd9;
  color: #000000;
  padding: 30px 0;
}
.plan_acc .acc_ctrl {
  position: relative;
  cursor: pointer;
}
/* アコーディオン*/
.plan_acc .acc_ctrl::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 24px;
  height: 4px;
  background: #000000;
  transform: translateY(-50%);
}
.plan_acc .acc_ctrl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  width: 4px;
  height: 24px;
  background: #000000;
  transform: translateY(-50%);
  transition: .3s;
}
.plan_acc .acc_ctrl.active::after {
  top: 25%;
  opacity: 0;
  transform: rotate(90deg);
}
.plan_acc .acc_panel {
  padding: 0 0 1px;
}
.plan_acc .plan_02 {
  padding: 40px 0 15px;
}
.plan_acc .plan_detail {
  display: none;
}
.web_entry {
  width: 96%;
  margin: 5rem auto 0;
}
.img-border {
  border: 3px solid #FFC204;
  box-sizing: border-box;
  border-radius: 36px;
}
.btn_lesson_check {
  position: absolute;
  right: 38px;
  bottom: 14px;
  font-size: 1.8rem;
  color: #333;
}
.btn_lesson_check a {
  color: #6a6666;
  font-size: 2.3rem;
}
.btn_lesson_check a:hover {
  color: cadetblue;
}
#flow {
  text-align: center;
  width: 100%;
  position: relative;
  color: #747879;
  margin: 0 auto 90px;
}
#flow h2 {
  position: absolute;
  width: 96%;
  margin-left: 2%;
  z-index: -1;
}
#flow h3 {
  padding-top: 246px;
  font-size: 4.6rem;
  line-height: 1.5;
  padding-bottom: 20px;
}
#flow #flow_02 h3 {
  padding-top: 10px;
}
.marker-P-blue {
  background: linear-gradient(transparent 60%, #FDFBCA 0%);
}
.h3_atten {
  font-size: 2.0rem;
  line-height: 1.6;
  padding: 0 60px 70px;
}
/*#flow_02 .h3_atten {
    padding: 0 60px 0px;
}*/
@media screen and (max-width: 1300px) {
  #flow h3 {
    padding-top: 246px;
    font-size: 4.6rem;
    line-height: 1.5;
    padding-bottom: 20px;
  }
  .h3_atten {
    font-size: 2rem;
    line-height: 1.6;
    padding: 0 60px 70px;
  }
}
@media screen and (max-width: 760px) {
  #header {
    background: #fff;
  }
  #flow h3 {
    padding-top: 246px;
    /*font-size: 3rem;*/
    line-height: 1.5;
    padding-bottom: 20px;
  }
  .h3_atten {
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 0 60px 70px;
  }
  .topBack {
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background: none;
    background-color: #f5f5f5;
    overflow: hidden;
    z-index: 10000;
  }
  .topBack a {
    background-size: 70px 140px;
    background-position: center top;
    display: block;
    height: 70px;
    width: 70px;
    text-indent: -9999px;
    outline: none;
  }
}
.icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 500px;
  margin: 0 auto;
}
.icon {
  flex: 0 0 auto;
  width: 31%;
}
.icon img {
  width: 88px;
}
.icon p {
  font-size: 2.2rem;
  padding: 34px 0 50px;
  color: #333;
  text-decoration: none;
}
.icon a {
  text-decoration: none;
}
#flow_01 {
  position: relative;
}
#flow_01::after {
  content: '';
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  border-top: 47px solid #6bc5d4;
  border-left: 83px solid transparent;
  border-right: 83px solid transparent;
  left: 292px;
}
#flow_02 {
  margin-top: 50px;
}
#flow_02 aside {
  text-align: center;
}
#belong {
  text-align: left;
  width: 100%;
  margin: 0 auto 50px;
  position: relative;
  color: #747879;
  font-size: 4.2rem;
}
#belong h2 {
  width: 96%;
  margin-left: 2%;
  z-index: -1;
}
.small_txt {
  font-size: 2.0rem;
  display: block;
  padding-left: 80px;
  line-height: 1.4;
  padding-top: 0px;
}
#belong_01 {
  position: absolute;
  top: 250px;
  left: 0;
}
#belong_02 {
  position: absolute;
  bottom: 10px;
  left: 0;
}
.belong_box {
  padding: 0 100px;
}
.belong_box ul li {
  position: relative;
  padding-bottom: 55px;
}
.belong_box ul li p {
  padding: 5px 0 5px 80px;
}
.belong_box ul li::before {
  content: '';
  position: absolute;
  width: 49px;
  background-image: url("../img/ico_check.png");
  height: 46px;
  top: -10px;
}
.belong_atten {
  text-align: center;
  margin: 0 0 40px 0;
  line-height: 1.4;
  color: #6bc5d4;
  font-weight: bold;
}
/*---------------------------------
アコーディオンボックス
--------------------------------*/
.acbox {
  width: auto;
  font-size: 0px; /* ラベルと開く部分を分離する時は数値を入れる */
  margin: 0 10px; /* ボックス全体の位置調整 */
}
.acbox label {
  width: auto;
  font-size: 16px; /* ラベルの文字サイズ */
  font-weight: bold;
  text-align: center;
  position: relative;
  display: block;
  cursor: pointer;
  color: #fff;
}
.acbox label:hover {
  /* background: #8BC34A; ラベルにマウスを乗せた時の背景色 */
}
.acbox input {
  display: none;
}
.acbox label:after {
  color: #fff;
  content: "▼"; /* ラベルのアイコン */
  position: absolute;
  top: 88%;
  right: 45px;
  margin-top: -14px;
  font-size: 4.2rem;
}
.acbox input:checked ~ label::after {
  content: "▲"; /* ラベルをクリックした後のアイコン */
}
.acbox div {
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.15s; /* 開閉スピードの設定 */
}
.acbox input:checked ~ div {
  height: auto;
  /* padding: 18px; 開いた部分の枠内の余白 */
  border-radius: 0px;
  /* background: #F3F4F5; 開いた部分の背景色 */
  opacity: 1;
}
.acbox input:checked ~ label {}
.acbox-under {
  font-size: 15px; /* 開いた部分の文字サイズ */
  color: #555555; /* 開いた部分の文字色 */
}
/*---------------------------------
new lava
--------------------------------*/
#contents3 {
  margin: 0 auto 50px;
  position: relative;
}
#contents3 h2 {
  width: 96%;
  margin: 0 auto;
}
.flame_bottom {
  width: 96%;
  margin: 0 auto;
}
.new_lava_flame {
  background: url("../img/new_lava_flame_middle.png") center 0 repeat-y;
  background-size: 96%;
}
.new_lava_flame > p {
  font-size: 2.0rem;
  letter-spacing: 2px;
  text-align: center;
  padding: 10px 40px 30px;
  line-height: 1.6;
}
.new_lava_box {
  border-radius: 34px;
  background: #fdfbca;
  width: 86%;
  margin: 0 auto;
  padding-bottom: 100px;
}
.new_lava_box h3 {
  background: #ffc208;
  color: #fff;
  border-top-left-radius: 34px;
  border-top-right-radius: 34px;
  text-align: center;
  letter-spacing: 2px;
  padding: 20px 0;
  font-size: 2.4rem;
}
.new_lava_box img {
  width: 100%;
  position: relative;
  bottom: 25px;
}
.new_lava_box .note {
  padding: 0 20px 30px;
  line-height: 1.6;
  color: #5a5a5a;
  font-size: 1.8rem;
}
.btn-gradient-3d-orange {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 34px;
  color: #ffffff;
  background-image: linear-gradient(45deg, #FFC107 0%, #FFC107 100%);
  /*box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);*/
  /*border-bottom: solid 3px #c58668;*/
}
.btn-gradient-3d-orange:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}
.new_lava_button {
  position: relative;
}
.new_lava_button a {
  position: absolute;
  bottom: -70px;
  left: 25%;
  width: 50%;
  line-height: 2;
  font-size: 2.4rem;
  text-align: center;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/*======================================================
アニメーション
======================================================*/
/*===============　上下に動くアニメーション ===============*/
.floatV img {
  -webkit-animation: floatV 2.5s ease-in-out infinite alternate;
  animation: floatV 2.5s ease-in-out infinite alternate;
}
@-webkit-keyframes floatV {
  0% {
    -webkit-transform: translate3d(0, -0.5em, 0);
    transform: translate3d(0, -0.5em, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0.3em, 0);
    transform: translate3d(0, 0.3em, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -0.3em, 0);
    transform: translate3d(0, -0.3em, 0);
  }
}
@keyframes floatV {
  0% {
    -webkit-transform: translate3d(0, -0.5em, 0);
    transform: translate3d(0, -0.5em, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0.3em, 0);
    transform: translate3d(0, 0.3em, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -0.3em, 0);
    transform: translate3d(0, -0.3em, 0);
  }
}