html {
  font-size: 62.5%;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333333;
}
.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: url("../img/btn_pagetop.svg");
  background-size: 70px 140px;
  background-position: center top;
  display: block;
  height: 70px;
  width: 70px;
  text-indent: -9999px;
  outline: none;
}
/*
===============================================================================
■ header
===============================================================================
*/
header {
  /*position: fixed;*/
  width: 100%;
  background: #f2efe3;
  padding: 2rem 0;
  transition: .3s;
  z-index: 999;
}
header .f-container {
  align-items: stretch;
}
.headerInner {
  display: flex;
}
.headerInner {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.headerInner .logo a img {
  display: block;
  width: 240px;
  height: 72px;
  margin: 0 auto;
}
.headerInner .overview {
  position: absolute;
  left: 260px;
  height: 72px;
  text-align: left;
  line-height: 30px;
  padding: .6rem 0;
}
.headerInner .btn a {
  height: 72px;
  font-size: 2rem;
  line-height: 72px;
  padding: 0 6rem 0 4rem;
}
.headerInner .btn a:before {
  width: 16px;
  height: 16px;
  top: 0;
  right: 20px;
}
/* スクロールするとヘッダーが小さくなる */
.is-animation {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 1.5rem 0;
}
.is-animation .logo a img {
  width: 180px;
  height: 50px;
  transition: .3s;
}
.is-animation .overview {
  left: 200px;
  height: 50px;
  font-size: 1.4rem;
  line-height: 20px;
  transition: .3s;
}
.is-animation .btn a {
  height: 50px;
  font-size: 1.6rem;
  line-height: 50px;
  padding: 0 5rem 0 3rem;
  transition: .3s;
}
.is-animation .btn a:before {
  width: 12px;
  height: 12px;
  top: 0;
  right: 20px;
}
img {
  width: 96%;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.lavapoint2000 {
  width: 80%;
  margin: 0 auto;
}
.bold {
  font-weight: 500;
}
.top1em {
  padding-top: 1em;
}
.bottom25 {
  margin-bottom: 25px !important;
}
.bottom30 {
  margin-bottom: 30px;
}
.bottom50 {
  margin-bottom: 50px;
}
.bottom80 {
  margin-bottom: 80px;
}
.bottom95 {
  margin-bottom: 95px;
}
header {
  line-height: 0;
}
body {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.6em;
}
.main_body {
  width: 750px;
  margin: auto;
}
aside {
  font-size: 1.3rem;
  text-align: left;
  padding: 15px 0 0 20px;
  line-height: 1.5;
}
header img, main h1 img {
  width: 100%;
}
.main_img {
  width: 80%;
  padding: 20px 0;
}
.btn_line {
  padding: 0px 20px
}
#ticket_area {
  padding: 10px;
}
#target::before {
  content: '';
  display: inline-block;
  width: 87px;
  height: 83px;
  background-image: url("../img/2207/yoga_icon.png");
  background-size: contain;
  vertical-align: baseline;
  position: absolute;
  left: 43px;
  top: 70px;
}
#target::after {
  content: '';
  display: inline-block;
  width: 90px;
  height: 83px;
  background-image: url("../img/2207/yoga_icon2.png");
  background-size: contain;
  vertical-align: baseline;
  position: absolute;
  right: 35px;
  top: 71px;
}
#target {
  margin: 5% 0% 10%;
  position: relative;
  padding-top: 185px;
}
#target img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 438px;
}
#target p {
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 2.1rem;
  line-height: 1.6;
}
.gnav {
  background: #fff;
  border-radius: 26px;
  padding: 125px 25px 0px 25px;
  position: relative;
}
.gnav div.menu {
  position: absolute;
  width: 377px;
  top: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.gnav ul li {
  padding-bottom: 30px;
}
.side {
  display: flex;
  flex-wrap: wrap;
}
.side_by_side {
  width: 50%;
}
.movie_corona {
  width: 100%;
  margin: 0px auto 80px;
}
/*button*/
.button {
  /*text-align: center;*/
  width: 96%;
  margin: 65px auto 0;
  border-radius: 36px;
  height: 125px;
  position: relative;
  text-align: center;
  display: block;
  border: none;
  cursor: pointer !important;
}
/* 上下アニメーション */
.btn_lesson_rsv img {
  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 {
  margin: 3% 0% 10%;
  text-align: center;
}
.btn_first_lava a {
  transition: all 1s;
  border-bottom: solid;
  font-size: 2.4rem;
  color: #f34023;
  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_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%;
}
/*contents*/
#contents1 {
  text-align: center;
  width: 96%;
  margin: 0 auto 50px;
}
/*2023.3 背景*/
#contents1 .contents_box, #contents2 .contents_box {
  background-image: linear-gradient(0deg, #EBC0FD 0%, #FDC2D8 100%);
  border-radius: 0 0 30px 30px;
  width: 96%;
  margin: 0 auto;
  background-size: cover;
}
/*2023.4 背景*/
#contents1 .contents_box_2304, #contents2 .contents_box_2304 {
  border-radius: 0 0 30px 30px;
  width: 96%;
  margin: 0 auto;
  background-size: cover;
}
#contents1 .contents_box_2304 {
  background: #ffa5d7;
}
#contents2 .contents_box_2304 {
  background: #fed586;
}
#contents1_02, #contents1_03, #contents1_04, #contents2_01, #contents2_02, #contents2_03, #contents2_04,.con_tebura_ttl {
  background: repeating-linear-gradient(140deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2) 2px, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0.1) 8px);
}
#contents1_01 p, #contents2_01 p {
  width: 58%;
  margin: 50px auto 40px;
}
#contents1_01 h3, #contents2_01 h3 {
  width: 100%;
  margin: 0px auto 30px;
}
#contents1_02 p, #contents2_02 p {
  width: 70%;
  margin: 50px auto 50px;
}
#contents1_02 h3, #contents2_02 h3 {
  width: 90%;
  margin: 0px auto 45px;
}
#contents1_02::after {
  display: inline-block;
}
#contents1_03 p {
  width: 69%;
  margin: 55px auto 45px;
}
#contents1_03 h3 {
  width: 100%;
  margin: 0px auto 30px;
}
.and_more {
  display: flex;
  flex-wrap: wrap;
}
.more_box {
  width: 100%;
  border-radius: 40px;
  padding: 45px 20px 0px;
}
#and_more1 {
  margin-right: 30px;
  margin-left: 10px;
}
#and_more1 img {
  width: 200px;
}
#and_more2 img {
  width: 67%;
}
#contents1_03 .and_more p img {
  width: 49%;
  argin: 0px auto;
}
#contents1_02, #contents1_03 {
  padding: 30px 20px;
}
#contents1_04, #contents2_04 {
  text-align: left;
  padding: 0 20px 40px
}
#contents2 {
  text-align: center;
  width: 96%;
  margin: 0 auto 50px;
}
#contents2_03 {
  text-align: left;
}
#contents2_03 p {
  width: 48%;
  margin: 0 auto 45px;
}
#contents2_01, #contents2_02 {
  padding: 30px 20px;
}
#contents2_03 {
  position: relative;
}
#contents3 {
  width: 96%;
  margin: 0 auto 50px;
  position: relative;
}
.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: 96%;
  margin: 0px auto 25%;
  position: relative;
  color: #747879;
}
#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: 68px;
}
.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;
  }
  #flow {
    text-align: center;
    width: 100%;
    margin: 0px auto 24%;
    position: relative;
    color: #747879;
  }
  .h3_atten {
    font-size: 2rem;
    line-height: 1.6;
    padding: 0 60px 70px;
  }
}
@media screen and (max-width: 760px) {
  #header {
    background: #fff;
  }
  /*	.topBack a {
    height: 42px;
    width: 42px;
    background-size: 42px 84px;
}*/
  #flow h3 {
    padding-top: 246px;
    font-size: 3rem;
    line-height: 1.5;
    padding-bottom: 20px;
  }
  #flow {
    text-align: center;
    width: 100%;
    margin: 0px auto 33%;
    position: relative;
    color: #747879;
  }
  .h3_atten {
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 0 60px 70px;
  }
}
.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 aside {
  text-align: center;
}
#belong {
  text-align: left;
  width: 96%;
  margin: 0 auto 50px;
  position: relative;
  color: #747879;
  font-size: 4.2rem;
}
.small_txt {
  font-size: 2.0rem;
  display: block;
  padding-left: 80px;
  line-height: 1.4;
  padding-top: 0px;
}
#belong_01 {
  position: absolute;
  top: 290px;
  left: 0;
}
#belong_02 {
  position: absolute;
  bottom: 85px;
  left: 0;
}
.belong_box {
  padding: 0 100px;
}
.belong_box ul li {
  position: relative;
  padding-bottom: 40px;
}
.belong_box ul li p {
  padding-left: 80px;
}
.belong_box ul li::before {
  content: '';
  position: absolute;
  width: 49px;
  background-image: url(../img/2107/ico_check.png);
  height: 46px;
  top: -10px;
}
.belong_atten {
  text-align: center;
  position: absolute;
  top: 535px;
  left: 0;
  right: 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; /* 開いた部分の文字色 */
}
/*============================
2022/03_脳が眠る枕_姉崎追加
==============================*/
.spring_cp_prize {
  padding: 20px;
  margin-top: 10px;
  background-color: #5f84bd;
  border-radius: 0px 0px 28px 28px;
}
.spring_cp_prize .prize_ttl_box {
  margin-top: -38px;
}
.spring_cp_prize .prize_ttl_box .prize_ttl img {
  width: 100%;
}
.spring_cp_prize .prize_ttl_box .prize_ttl p {
  padding: 2px 0 0;
  margin: 10px 7vw 5px;
  border: solid 1px #fff;
  border-radius: 15px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}
.spring_cp_prize .prize_ttl_box .prize_ttl_txt {
  color: #fff;
  text-align: center;
  font-size: 10px;
}
.spring_cp_prize .prize_ttl_box .prize_ttl_txt a {
  color: #fff;
  font-size: 10px;
  text-decoration: underline;
}
.spring_cp_prize .prize_box {
  position: relative;
  margin-top: 24px;
  padding: 8px 10px 20px;
  border-radius: 6px;
  background-color: #fff;
}
.spring_cp_prize .prize_box .prize {
  position: relative;
  margin-bottom: 8px;
}
.spring_cp_prize .prize_box .prize p {
  line-height: 1.6;
  color: #5f84bd;
  font-weight: bold;
  text-align: center;
}
.spring_cp_prize .prize_box .prize p:first-of-type {
  font-size: 3.4vw;
}
.spring_cp_prize .prize_box .prize p:last-of-type {
  font-size: 4.8vw;
}
.spring_cp_prize .prize_box .prize img:last-of-type {
  transform: rotate(180deg);
}
.spring_cp_prize .prize_box .prize_img {
  position: relative;
}
.spring_cp_prize .prize_box .prize_img img {
  width: 100%;
}
.spring_cp_prize .prize_box .prize_img .prize_txt {
  padding-top: 10px;
}
.spring_cp_prize .prize_box .prize_img .prize_txt dt {
  text-align: center;
  font-size: 3.2vw;
  font-weight: bold;
}
.spring_cp_prize .prize_box .prize_img .prize_txt dd {
  text-align: center;
  font-size: 1.8vw;
}
.spring_cp_prize .prize_application {
  margin-top: 15px;
}
.spring_cp_prize .prize_application .prize_application_title {
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 35px;
  border-radius: 3px;
  background: #14315d;
  color: #fff;
  font-weight: bold;
  font-size: 3.2vw;
  cursor: pointer;
}
.spring_cp_prize .prize_application .prize_application_title:hover {
  background: #244981;
}
.spring_cp_prize .prize_application .prize_application_title .icon_wrap {
  position: absolute;
  top: 50%;
  right: 15px;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
}
.spring_cp_prize .prize_application .prize_application_title .icon_wrap::before, .spring_cp_prize .prize_application .prize_application_title .icon_wrap::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 12px;
  height: 2px;
  text-align: center;
  vertical-align: middle;
  background: #fff;
}
.spring_cp_prize .prize_application .prize_application_title .icon_wrap::after {
  transform: rotate(90deg);
  transition: 0.2s;
}
.spring_cp_prize .prize_application .prize_application_title.active {
  border-radius: 3px 3px 0 0;
}
.spring_cp_prize .prize_application .prize_application_title.active .icon_wrap::after {
  transform: rotate(0deg);
  transition: 0.2s;
}
.spring_cp_prize .prize_application .prize_application_wrapper {
  padding: 10px;
  background: #fff;
}
.spring_cp_prize .prize_application .prize_application_wrapper.acc_panel {
  display: none;
  text-align: left;
}
.spring_cp_prize .prize_application .prize_application_wrapper .application_container dt {
  position: relative;
  padding-left: 12px;
  font-weight: bold;
}
.spring_cp_prize .prize_application .prize_application_wrapper .application_container dt::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ee6350;
}
.spring_cp_prize .prize_application .prize_application_wrapper .application_container dd {
  margin-bottom: 10px;
  padding-left: 12px;
}
.spring_cp_prize .prize_application .prize_application_wrapper .application_container dd p, .spring_cp_prize .prize_application .prize_application_wrapper .application_container dd ul li {
  font-size: 11px;
  padding-left: 1em;
  text-indent: -1em;
}
@media (min-width: 768px) {
  .spring_cp_prize {
    margin-top: 30px;
    padding: 20px 27px;
  }
  .spring_cp_prize .prize_ttl_box {
    margin-top: -50px;
  }
  .spring_cp_prize .prize_ttl_box .prize_ttl p {
    margin: 14px 40px 10px;
    border: solid 2px #fff;
    border-radius: 15px;
    color: #fff;
    font-size: 16px;
  }
  .spring_cp_prize .prize_ttl_box .prize_ttl_txt {
    font-size: 14px;
  }
  .spring_cp_prize .prize_ttl_box .prize_ttl_txt a {
    font-size: 12px;
  }
  .spring_cp_prize .prize_box {
    padding: 12px 20px 35px;
    border-radius: 12px;
  }
  .spring_cp_prize .prize_box .prize p:first-of-type {
    font-size: 26px;
  }
  .spring_cp_prize .prize_box .prize p:last-of-type {
    font-size: 36px;
  }
  .spring_cp_prize .prize_box .prize_img {
    text-align: center;
  }
  .spring_cp_prize .prize_box .prize_img img {
    max-width: 447px;
    margin: 0 auto;
  }
  .spring_cp_prize .prize_box .prize_img .prize_txt {
    padding-top: 25px;
  }
  .spring_cp_prize .prize_box .prize_img .prize_txt dt {
    font-size: 24px;
  }
  .spring_cp_prize .prize_box .prize_img .prize_txt dd {
    font-size: 18px;
  }
  .spring_cp_prize .prize_application {
    margin-top: 26px;
  }
  .spring_cp_prize .prize_application .prize_application_title {
    border-radius: 6px;
    font-size: 16px;
  }
  .spring_cp_prize .prize_application .prize_application_title.active {
    border-radius: 6px 6px 0 0;
  }
  .spring_cp_prize .prize_application .prize_application_wrapper {
    padding: 20px 25px;
  }
  .spring_cp_prize .prize_application .prize_application_wrapper .application_container:first-of-type {
    margin-bottom: 20px;
  }
  .spring_cp_prize .prize_application .prize_application_wrapper .application_container dt {
    padding-left: 16px;
    font-size: 16px;
  }
  .spring_cp_prize .prize_application .prize_application_wrapper .application_container dt::before {
    top: 6px;
    width: 10px;
    height: 10px;
  }
  .spring_cp_prize .prize_application .prize_application_wrapper .application_container dd {
    margin-bottom: 20px;
    padding-left: 16px;
    font-size: 16px;
  }
  .spring_cp_prize .prize_application .prize_application_wrapper .application_container dd p, .spring_cp_prize .prize_application .prize_application_wrapper .application_container dd ul li {
    font-size: 13px;
  }
}
/*---------------------------------
new lava
--------------------------------*/
.new_lava_flame {
  background: url("../img/2210/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: 0px 40px 20px;
  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%;
}
.new_lava_box .note {
  padding: 20px;
  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;
  }
}