@charset "UTF-8";

.small_tx {
  font-size: .8em;
}
/*
===============================================================================
■ 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: 10px;
  right: 5px;
  width: 35%;
}

@media (min-width:751px){
.fv_mv_btn {
  bottom: 40px;
  }
}

.fv_cp {
  position: relative;
  z-index: 3;
  pointer-events: none;
  top: -2px;　/*2502_追加*/

}

@media (min-width:751px){
.fv_cp {
  top: -3px;　/*2502_追加*/
  }
}

/*ボタンアニメーション*/

.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;
}

@media (min-width: 751px) {
.fv_area {
    margin-top: -18px;
	}}

/*
===============================================================================
■ CPエリア
===============================================================================
*/

/*2502_追加*/
.blue_area {
  margin-top: -3px;
  padding-top: 2em;
}

.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;
  position: relative;
}

.cp_kengaku_detail_ttl {
  text-align: center;
  margin-bottom: 10px;
}

.cp_kengaku_detail_ttl img {
  width: 90%;
}

.cp_kengaku_detail p {
  text-align: center;
}

.cp_kengaku_detail p.left,
.kengakukai_area p.left{
  text-align: left;
}

.cp_kengaku_detail_ttl p {
  font-size: 1.6rem;
}

.cp_tokuten_shisei {
  padding-top: 24px;
}


.cp_kengaku.-shisei {
  padding-top: 1px;
  margin-top: 10px;
  .cp_kengaku_detail {
    background-color: #fff;
    padding: 5% 3vw;
    margin-bottom: 20px;
      margin-top: 55px;
      position: relative;
  }
  @media (min-width: 600px){
    .cp_kengaku_detail {
        padding: 40px 24px 24px 24px;
    }
  }
  .cp_kengakuarea_ttl {
    position: absolute;
    top: -4%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}



.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;
}

.cp_plan_ttl img {
  margin-bottom: 15px;
}


/*タブ切り替え全体のスタイル*/
.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;
}



/*
===============================================================================
■ 体験会エリア
===============================================================================
*/
p.cta_text {
    font-size: clamp(20px, 5vw, 30px);
    position: relative;
    text-align: center;
}
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;
}

/*==========================241225_櫻井編集==========================*/

.cp_comment ul {
    padding-top: 0;
}
/*
==========================
動画上の日程
==========================
*/
.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;
}
/*
==========================
注釈
==========================
*/
.red {
    color: #c41d29;
}
.yellow {
    color: #fef100;
}
p.atten.red {
    color: #f20808;
    font-size: clamp(12px, 3vw, 14px);
    margin: 0 2.8rem 1.5rem 2.8rem;
}
p.atten {
    margin-bottom: 0;
}

.cp_pilates_yoga_plan02 {
  padding-top: 1em;
}


/*==========================250127編集　櫻井==========================*/
/*
==========================
ご入会・ご登録手続きに必要なもの
==========================
*/

.td_ttl {
    font-size: 1rem;
}
@media (min-width: 751px) {
    .td_ttl {
        font-size: 1.5rem;
    }
}

/* 追従ボタンのクリック位置を修正 */
.fixed_bnr_sp {
  pointer-events: none;
}
.floating__inner {
  pointer-events: none;
}
.fixed_bnr_sp .floating__inner > a {
  display: contents;
  pointer-events: auto;
}

.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
