@charset "UTF-8";
/*
===============================================================================
■ MV
===============================================================================
*/
.fv_mv_img {
  z-index: -2;
}
.fv_mv {
  position: relative;
  top: 3vw;
}
@media (min-width:751px) {
  .fv_mv {
    top: 18px;
  }
}
.fv_mv_btn {
  position: absolute;
  bottom: 39vw;
  right: 5px;
  width: 35%;
}
@media (min-width:751px) {
  .fv_mv_btn {
    bottom: 237px;
  }
}
.fv_cp {
  position: relative;
  z-index: 3;
  pointer-events: none;
}
@media (min-width:751px) {
  .fv_cp {
    top: 0px;
  }
}
/*ボタンアニメーション*/
.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);
  }
}
.fv_area {
  margin-top: -3vw;
  background-color: #e63462;
}
@media (min-width: 751px) {
  .fv_area {
    margin-top: -18px;
  }
}
/*
===============================================================================
■ CPエリア
===============================================================================
*/
.cp_area {
  color: #4c4948;
}
.cp_kengaku_ttl {
  padding: 20px 4vw 15px 4vw;
  text-align: center;
}
.cp_kengaku_ttl img {
  width: 96%;
}
@media (min-width:751px) {
  .cp_kengaku_ttl {
    padding: 20px 2vw 15px 2vw;
  }
}
.cp_kengaku_detail {
  background-color: #fff;
  padding: 5% 3vw;
  margin-bottom: 20px;
}
.cp_kengaku_detail_ttl {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}
.cp_kengaku_detail_ttl img {
  width: 90%;
}
.cp_kengaku_detail p {
  text-align: start;
}
img.cp_tokuten_shisei {
  margin: 3rem 0;
}
.cp_kengaku_detail p.left, .kengakukai_area p.left {
  text-align: left;
}
.cp_kengaku_detail_ttl p {
  font-size: 1.6rem;
}
.schedule {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 10px;
}
@media (min-width:500px) {
  .schedule {
    font-size: 2.5rem;
    margin-bottom: 5px;
  }
}
.cp_kengaku {
  text-align: center;
}
.cp_kengaku img {
  margin: 0 auto;
}
.btn img {
  padding-top: 20px;
}
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
/*タブのスタイル*/
.tab_item, .tab_item_02 {
  width: 48%;
  height: 18vw;
  padding-bottom: 10px;
  background-color: #f08c00;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  border-radius: 8px 8px 0 0;
  box-shadow: 5px 0px 0px rgb(0 0 0 / 20%);
  font-size: 1.4rem;
}
.tab_right {
  position: relative;
}
.tab_item, .tab_item_02 span {
  font-size: 4.2vw;
}
@media (min-width:751px) {
  .tab_item, .tab_item_02 span {
    height: 110px;
    font-size: 2.2rem;
  }
}
@media (min-width:751px) {
  .tab_item_02, .tab_item_02 span {
    height: 110px;
    font-size: 2.2rem;
  }
}
.tab_yohaku {
  margin-left: 4%;
  position: relative;
}
.tab_comment p {
  display: block;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}
input[name="tab_item_02"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 20px 16px;
  clear: both;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 5px 5px 0px rgb(0 0 0 / 20%);
}
/*選択されているタブのコンテンツのみを表示*/
#tab_01:checked ~ #pilates_content, #tab_02:checked ~ #pilates_yoga_content {
  display: block;
}
/*選択されているタブのコンテンツのみを表示*/
#tab_03:checked ~ #pilates_content_02, #tab_04:checked ~ #pilates_yoga_content_02 {
  display: block;
}
/*1つめのタブが選択されていない状態のスタイル*/
.tabs > input:first-child + label {
  background: #366dc1;
  color: #fff;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + label {
  background-color: #fff;
  color: #7595cd;
}
/*マシピラ＋ヨガプランが選択されているとき文字をオレンジにする*/
.tabs input:checked + .plan_02 {
  color: #f08c00;
}
.tab_comment {
  width: 42%;
  position: relative;
  top: 4vw;
  right: -56%;
  z-index: 1;
}
@media (min-width:751px) {
  .tab_comment {
    top: 30px;
    right: -56%;
    z-index: 1;
  }
}
.cp_norikae_fukidashi {
  position: relative;
}
.cp_norikae_fukidashi img {
  position: absolute;
  top: 20px;
  z-index: 1;
  padding: 0 17%;
}
.cp_norikae {
  background-color: #fff;
  padding: 0 0 16px;
  position: relative;
  margin-top: 50px;
  box-shadow: 5px 5px 0px rgb(0 0 0 / 20%);
}
@media (min-width:751px) {
  .cp_norikae {
    padding-top: 0px;
  }
}
.tab_item, .tab_item_02 span {
  font-size: 3.5vw;
}
.tab_item_02, .tab_item_02 span {
  font-size: 3.5vw;
}
@media (min-width: 751px) {
  .tab_item, .tab_item_02 span {
    font-size: 1.7rem;
  }
}
@media (min-width: 751px) {
  .tab_item_02, .tab_item_02 span {
    font-size: 1.7rem;
  }
}
.tab_content_description {
  background: white;
  padding: 2rem;
}
.tab_comment {
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}
.cp_norikae_02 {
  width: 90%;
  text-align: center;
  margin: 0 auto;
  display: block;
  padding: 1em 0;
}
img.cp_tokuten_shisei {
  margin: 2em 0 1em;
}
.cp_area.inner.bottom {
  padding-top: 30px;
}
/*
===============================================================================
■ 体験会エリア
===============================================================================
*/
p.cta_text {
  font-size: clamp(20px, 5vw, 30px);
  position: relative;
}
p.cta_text:before {
  content: "";
  position: absolute;
  left: 10%;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background: white;
  transform: rotate(60deg);
}
p.cta_text:after {
  content: "";
  position: absolute;
  right: 10%;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background: white;
  transform: rotate(-60deg);
}
.kengakukai_area {
  background-color: #7595cd;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width:751px) {
  .kengakukai_area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.kengakukai_area_ttl {
  padding-bottom: 10px;
}
/*
===============================================================================
■ 料金表
===============================================================================
*/
/*タイトル下の横線*/
.ttl_bar {
  position: relative;
  width: 80px;
  max-width: 100%;
  margin: 5px auto 0;
}
@media screen and (min-width:751px) {
  .ttl_bar {
    margin: 15px auto 48px auto;
  }
}
.ttl_bar:before {
  content: "";
  position: absolute;
  right: 0;
  width: 50%;
  border-bottom: 3px solid #CDCCCC;
}
.ttl_bar:after {
  content: "";
  position: absolute;
  left: 0;
  width: 50%;
  border-bottom: 3px solid #7595cd;
}
.price_modal_ttl {
  font-size: 3rem;
  font-family: 'Times New Roman', 'A-OTF A1明朝 Std Bold', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  text-align: center;
  padding: 24px 0 40px 0;
  color: #4c4948;
}
@media (min-width:751px) {
  .price_modal_ttl {
    font-size: 3.5rem;
  }
}
.price_wrap {
  position: relative;
  color: #4c4948;
}
.price {
  display: flex;
  justify-content: center;
  /* font-family: 'Oswald', sans-serif;*/
  font-family: 'Barlow Condensed', sans-serif;
  align-items: baseline;
  line-height: 0.8;
}
.price_ttl {
  background-color: #2b5caa;
  text-align: center;
}
.p16 {
  padding: 16px 0;
}
.price_mainttl {
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (min-width:751px) {
  .price_mainttl {
    font-size: 2rem;
  }
}
.price_subttl {
  background-color: #fff;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 5px;
}
.price_subttl p {
  margin-top: 0;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  color: #2b5caa;
  display: inline-block;
}
@media screen and (min-width:751px) {
  .price_subttl p {
    font-size: 1.5rem;
  }
}
.osusume_icon {
  position: absolute;
  top: -22px;
  width: 81px;
  left: -21px;
}
@media screen and (min-width:751px) {
  .osusume_icon {
    width: 100px;
    left: -21px;
  }
}
.pricedown_icon {
  background-color: #fff100;
  color: #e63462;
}
.pricedown_icon p {
  font-size: 1.5rem;
  line-height: 18px;
  padding: 8px;
}
.pricedown_icon p span {
  font-size: 2.5rem;
  font-weight: bold;
  font-family: 'Barlow Condensed', sans-serif;
}
.basic_price {
  font-size: 1.4rem;
}
.basic_price p span {
  font-size: 2.5rem;
  font-family: 'Barlow Condensed', sans-serif;
}
.naname {
  position: relative;
}
.naname::before {
  position: absolute;
  content: "";
  display: block;
  transform: rotate(-10deg);
  background-color: #4c4948;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
}
.price_01 {
  color: #E63463;
  font-size: 6rem;
  font-weight: 500;
}
.pricelist_getsugaku {
  width: 24px;
  height: 100%;
  margin-right: 8px;
}
.pricelist_yen {
  width: 31px;
  height: 100%;
  margin-left: 8px;
}
.price_02 {
  color: #4c4948;
  font-size: 3.5rem;
  flex-weight: 200;
  padding-top: 8px;
  display: flex;
  align-items: flex-start;
}
.price_02 span {
  font-size: 1.8rem;
  align-items: center;
}
.price_03 {
  color: #E63463;
  font-size: 3rem;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: -34px;
}
.price_03 p span {
  font-size: 10rem;
  font-family: 'Barlow Condensed', sans-serif;
  padding: 0 5px;
  font-weight: normal;
}
.price_item span {
  font-size: 2.5rem;
  padding: 8px 0;
}
.price_item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pricelist_getsugaku_02 {
  width: 18px;
  height: 100%;
  margin-right: 8px;
}
.pricelist_yen_02 {
  width: 28px;
  height: 100%;
}
.price_detail {
  border: solid 2px #2b5caa;
  padding: 16px;
  text-align: center;
  margin-bottom: 24px;
}
.price_basic {
  width: 165px;
  margin-top: 8px;
}
.price_comment {
  margin-top: 24px;
  text-align: left;
}
/*アコーディオン PRICE LIST*/
.ac_menu_wrap_price {
  text-align: center;
}
.label_price {
  margin-top: 0;
}
#ac-menu_price .label_price {
  cursor: pointer;
  font-size: 1.4rem;
  padding: 30px 30px;
  position: relative;
  transition: .5s;
}
@media (min-width:751px) {
  #ac-menu_price .label_price {
    width: 24vw;
    max-width: 370px;
    font-size: 1.8rem;
    padding: 20px 60px 20px 30px
  }
}
/*
ラベル右側のアイコン「＋」を設定
beforeが横棒
afterが縦棒
*/
#ac-menu_price .label_price::before, #ac-menu_price .label_price::after {
  content: '';
  width: 13px;
  height: 1px;
  background: #2b5caa;
  position: absolute;
  top: 50%;
  right: 23%;
  transform: translateY(-50%);
}
#ac-menu_price .label_price::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}
/*
アコーディオンメニューが開いている場合
*/
#ac-menu_price .label_price.open::before {
  /* ラベルアイコンの横棒を非表示 */
  opacity: 0;
}
#ac-menu_price .label_price.open::after {
  /* ラベルアイコンの縦棒を横向きに回転 */
  transform: rotate(180deg);
}
/*
アコーディオンメニューのコンテンツ部分は、「display: none;」で非表示にしておく。
ラベルクリック時にjQueryの「  $(this).next().slideToggle();」で表示に切り替わる
*/
#ac-menu_price .detail_price {
  padding: 20px 0 30px 0;
  display: none;
}
/*---SP---*/
@media screen and (max-width: 600px) {
  #ac-menu_price .label_price {
    text-align: center;
    width: 70vw;
    padding: 10px 35px 10px 10px;
  }
}
.detail_btn {
  color: #2b5caa;
  border-radius: 50px;
  border: solid 1.5px #2b5caa;
  background-color: #fff;
  margin: 0px auto 24px auto;
  display: inline-block;
  box-shadow: 9px 11px 17px -12px #bababa;
}
.fulltime {
  width: 5rem;
  margin-right: 8px;
}
.red {
  color: #CF171B;
}
/*
==========================
動画上の日程
==========================
*/
.schedule_box {
  background: #2c5caa;
  padding: 1rem;
}
small.schedule_note {
  font-size: clamp(12px, 2vw, 16px);
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: bold;
}
.cp_kengaku_detail_ttl img {
  width: 80%;
}
p.scheduledate {
  font-size: clamp(20px, 4vw, 30px);
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #f0faff;
  margin: 0;
}
p.atten.red {
  color: #f20808;
  font-size: clamp(12px, 3vw, 14px);
  margin: 0 2.8rem 1.5rem 2.8rem;
}
/*
==========================
FV下注釈
==========================
*/
.fv_area {
  background-color: #7595cc;
}
.fv_cp small {
  color: white;
  padding: 0 1em 1.5rem;
  display: block;
  text-align: right;
  font-size: clamp(10px, 2vw, 14px);
}
/*
==========================
5大特典したCP期間
==========================
*/
p.cp_period {
  color: white;
  font-size: clamp(10px, 3vw, 18px);
  text-align: center;
  margin-top: -2em;
  margin-bottom: 1rem;
  font-weight: bold;
}
/*
==========================
地図下注釈
==========================
*/
p.point_text {
  font-size: clamp(15px, 4vw, 25px);
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.point_03_ekichika small {
  font-size: clamp(10px, 2vw, 14px);
}
dl.address>dd>.red {
    display: none;
}

/*動画エリア幅*/
@media (min-width: 600px) {
    .cp_kengaku_detail {
        padding: 40px 24px 24px 24px;
    }
}

/*4.15修正*/
fv_mv_btn {
    position: absolute;
    bottom: 9vw;
    right: 5px;
    width: 35%;
}
@media (min-width: 751px){
.fv_mv_btn {
    bottom: 170px;
}}
.price.price_01 {
    margin-top: 2rem;
}

