@charset "utf-8";
/* CSS Document */


/* ----------------------------
	メインビジュアル
---------------------------- */
/****コースMV****/
.main_bg{
	width: 100%;
	max-height: 500px;
	min-height: 300px;
	height: auto;
	aspect-ratio: 1920 / 500;
	background: url("../img/course_plan_main.jpg") no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 120px
}
@media screen and (max-width:767px) {
.main_bg{
	max-height: 500px;
        min-height: 250px;
        aspect-ratio: 530 / 220;
        background-position: center center;
        margin-bottom: 90px;
}
}


.page_wrap{
	width: 1200px;
	margin: 0 auto
}
@media screen and (max-width:1024px) {
.page_wrap{
	width: 100%;
	margin: 0 auto
}
}


/****トレーナーMV****/
.trainers_main{
	background: url("../img/trainers_main.jpg") no-repeat;
	background-size: cover;
}
@media screen and (max-width:767px) {
.trainers_main{
	background: url("../img/trainers_main_sp.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}
}

/****Faq MV****/
.faq_main{
	background: url("../img/faq_main.jpg") no-repeat;
	background-size: cover;
}
@media screen and (max-width:767px) {
.faq_main{
	background-position: center left 25%;
	background-size: cover;
}
}

/****Access MV****/
.access_main{
	background: url("../img/access_main.jpg") no-repeat;
	background-size: cover;
}
@media screen and (max-width:767px) {
.access_main{
	background: url("../img/access_main_sp.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}
}

/****Voice MV****/
.voice_main{
	background: url("../img/voice_main.jpg") no-repeat;
	background-size: cover;
}
@media screen and (max-width:767px) {
.voice_main{
　　background: url("../img/voice_main_sp.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}
}

/****News MV****/
.news_main{
	background: url("../img/news_main.jpg") no-repeat;
	background-size: cover;
    background-position: center center;
}
@media screen and (max-width:767px) {
.news_main{
	background: url("../img/news_main_sp.jpg") no-repeat;
	background-size: cover;
}
}

.news_main_sub{
	background: url("../img/news_main.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	max-height: 250px;
	min-height: 200px;
	height: auto;
	aspect-ratio: 1920 / 300;
}
@media screen and (max-width:767px) {
.news_main_sub{
	background: url("../img/news_main_sp.jpg") no-repeat;
	background-size: cover;
	max-height: 350px;
    min-height: 180px;
   aspect-ratio: 530 / 220;
    background-position: center center;
    margin-bottom: 90px;
}
}


/****reservation MV****/
.reservation_main{
	background: url("../img/reservation_main.jpg") no-repeat;
	background-size: cover;
}
@media screen and (max-width:767px) {
.reservation_main{
	background-position: center center;
	background-size: cover;
}
}

/****Corporate MV****/
.company_profile_main{
	background: url("../img/company_profile_main.jpg") no-repeat;
	background-size: cover;
}
@media screen and (max-width:767px) {
.company_profile_main{
	background-position: center center;
	background-size: cover;
}
}


.page_title{
	font-family: "meno-banner", serif;
	font-weight: 500;
	font-style: normal;
	font-size:44px;
	color: #fff;
	line-height: 1.4em;
}
@media screen and (max-width:767px) {
.page_title{
	font-size:2.5rem;
	line-height: 1em
}
}

.page_ja_title{
	font-size: 14px;
	color: #fff;
	font-weight: 500
}
@media screen and (max-width:767px) {
.page_ja_title{
	font-size: .8rem;
}
}


.big_title{
	font-family: "meno-banner", serif;
	font-weight: 500;
	font-style: normal;
	font-size:62px;
	color: var(--gold);
	text-align: center;
	margin: 70px 0 0 0
}
@media screen and (max-width:767px) {
.big_title{
	font-size:2.7rem;
	line-height: 1.1em;
	margin: 100px 0 50px 0;
}
}

/* ----------------------------
	コース
---------------------------- */
#Course{
    background: url(../img/course_bg.jpg) no-repeat;
    background-position: left top;
    background-repeat: no-repeat;
    object-fit: cover;
    background-size: 240px 100%;
    position: relative;
    height: 100%;
    width: 100%
}
@media screen and (max-width:767px) {
#Course{
    background-image: none
}
}


/*
#course_bg{
    background:url("../img/oourse_bg.jpg") no-repeat;
    background-size: cover;
    width: 250px;
    height: 100%;
    background-position: left center;
    background-origin: padding-box;
}
*/
#Course:before{
	position: absolute;
	content: '';
	background: url("../img/sankaku_white.svg") no-repeat;
	width: 110px;
	height: 50px;
	z-index: 1;
	display: block;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.course_list{
	display: flex;
	justify-content: center;
	column-gap: 40px;
	max-width: 1200px;
	margin: 30px auto 0 auto
}
@media screen and (max-width:1024px) {
.course_list{
   width: 92%
}
}
@media screen and (max-width:767px) {
.course_list{
	display: block;
   width: 92%
}
}


.c_list{
	width: 50%
}
@media screen and (max-width:767px) {
.c_list{
	width: 100%;
	margin-bottom:35px
}
}


.course_vi{
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url("../img/traning.jpg") no-repeat;
	width: 100%;
	height: 185px;
	background-size: cover;
	background-position: bottom center;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	margin:0px 0 15px 0
}
@media screen and (max-width:767px) {
.course_vi{
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url("../img/traning.jpg") no-repeat;
	width: 100%;
   background-size: cover;
	background-position: bottom center;
}
}


.course_en{
	font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size:36px;
	line-height: 1em
}
@media screen and (max-width:767px) {
.course_en{
	font-size:2rem;
}
}

.course_ja{
	font-weight: 600;
	letter-spacing: 0.1em;
}
@media screen and (max-width:767px) {
.course_ja{
	font-size: .8rem
}
}


.pressurization{
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url("../img/pressurization_img.jpg") no-repeat;
	background-size: cover;
}

.chiropractic{
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url("../img/chiropractic_img.jpg") no-repeat;
	background-position: bottom center;
	background-size: cover;
}
.myofascial{
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url("../img/myofascial_img.jpg") no-repeat;
	background-size: cover;
}



/* ----------------------------
	トレーニング
---------------------------- */
#Training{
	position: relative;
    background:#fff url(../img/training_bg.jpg) no-repeat;
    background-position: right top;
    background-repeat: no-repeat;
    object-fit: cover;
    background-size: 240px 100%;
    height: 100%;
    width: 100%
}
@media screen and (max-width:767px) {
#Training{
    background-image: none
}
}

#Training:before {
    position: absolute;
    content: '';
    background: url(../img/sankaku_gray.svg) no-repeat;
    width: 110px;
    height: 50px;
    z-index: 1;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}
#training_list{
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	column-gap: 25px;
	row-gap:45px;
	width: 1200px;
	margin: 0 auto
}
.text{
   line-height:1.8em;
   text-align: justify
}

@media screen and (max-width:767px) {
#training_list{
	display: block;
	row-gap:45px;
	margin: 0 auto;
   width: 92%
}
.text{
   line-height: 1.9em;
   font-size: 0.9rem
}
}

.space{
	display: inline;
}
@media screen and (max-width:767px) {
.space{
	display: none;
}
}

.t_list{
	width: 31.3%
}
@media screen and (max-width:767px) {
.t_list{
	width: 100%;
   margin-bottom: 40px
}
.sp_none{
    display: none
}
}

.option{
	border: 1px #fff solid;
	font-size: 12px;
	font-family: "Montserrat", sans-serif;
    font-weight:600;
    font-style: normal;
	line-height: 1em;
	padding: 3px 8px 2px 8px;
	margin-bottom: 6px
}
.training_vi{
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url("../img/traning1.jpg") no-repeat;
	width: 100%;
	height: 220px;
	background-size: cover;
	background-position: bottom center;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	margin-bottom: 15px;
}
@media screen and (max-width:767px) {
.training_vi{
	height: 18vh;
}
}


.t_vi2{
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url("../img/traning2.jpg") no-repeat;
	background-size: cover;
	background-position: bottom center;
}
.t_vi3{
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url("../img/traning3.jpg") no-repeat;
	background-size: cover;
	background-position: bottom center;
}
.t_vi4{
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url("../img/traning4.jpg") no-repeat;
	background-size: cover;
	background-position: top center;
}
.t_vi5{
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url("../img/traning5.jpg") no-repeat;
	background-size: cover;
	background-position: bottom center;
}
.training_en{
	font-family: "Montserrat", sans-serif;
   font-weight:400;
   font-style: normal;
	font-size:30px;
	line-height: 1em
}
@media screen and (max-width:767px) {
.training_en{
	font-size:1.8em;
	line-height: 1em
}
}

.training_ja{
	font-weight: 600;
	letter-spacing: 0.1em;
}


/* ----------------------------
	料金表
---------------------------- */
#plan_area{
    width: 800px;
    margin: 45px auto 0 auto
}
@media screen and (max-width:1024px) {
#plan_area{
    width:92%;
}
#plan_area .lead{
    width: 100%
}
}


#trial_tsudo_nyuukai{
    display: flex;
    justify-content:space-between;
    width: 100%;
    margin: 30px 0 0 0
}


#trial_tsudo_nyuukai li{
    text-align: center;
    width: 31%
}
#trial_tsudo_nyuukai li div{
   background: var(--gold);
    font-size: 20px;
    padding: 2px 0;
    color: #fff;
    font-weight: 600;
}
@media screen and (max-width:767px) {
#trial_tsudo_nyuukai li div{
    font-size: clamp(20px, 4.5vw ,24px)
}
}


#trial_tsudo_nyuukai li p{
    background: #F3F3F3;
    padding: 6px 0
}
#plan_area table{
    width: 100%;
    margin: 2px 0 0 0
}
#plan_area table td{
   border: 1px dashed #BDBDBD;
   width: 33.3%;
}
#plan_area table td:first-child{
    background: #F3F3F3
}
.plan_obi{
    background: var(--gold);
    color: #fff;
    font-weight: 600;
    padding: 2px 0;
    text-align: center;
    margin: 70px 0 20px 0;
    font-size: 20px
}
@media screen and (max-width:767px) {
.plan_obi{
    font-size: 4.5vw;
    padding: 2px 10px;
    line-height: 1.4em;
}
}

.no_indent{
	text-indent: 0 ;
    padding-left: 0;
}

.plan_attention{
    margin: 10px 0
}
@media screen and (max-width:767px) {
.plan_attention{
    margin: 10px 0;
    text-align: left !important
}
}


.grade{
    font-weight: 600;
    color: var(--gold);
    margin: 24px 0 0 0;
    font-size: 18px
}
@media screen and (max-width:767px) {
.grade{
    font-size: 16px
}
}

.mt50{
    margin-top: 50px !important
}
.mt30{
    margin-top: 30px !important
}
.at_mt{
    margin-top: 8px
}



#graph{
	width: 1100px;
	margin: 0 auto
}
@media screen and (max-width:767px) {
#graph{
	width: 92%;
}
}

#graph h3 {
  display: inline-block;
  position: relative;
  height: 44px;/*リボンの高さ*/
  line-height: 44px;/*リボンの高さ*/
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  box-sizing: border-box;
  position: relative;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    border-top: 1px var(--gold) solid;
    border-bottom: 1px var(--gold) solid;
    line-height: 2em;
    margin:50px auto 15px auto;
	width: 100%;
    color: var(--key);
}



@media screen and (max-width:767px) {
#graph h3 {
  height: 38px;/*リボンの高さ*/
  line-height: 38px;/*リボンの高さ*/
  padding: 0 30px;/*横の大きさ*/
    font-size: 18px;
    line-height: 2em;
    margin:50px auto 15px auto;
}
}

.course_name{
    text-align: center;
    font-family: "cooper-black-std", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    position: relative;
    margin-top: 100px;
    line-height: 1em;
    letter-spacing: -0.01em;
}
.course_name::before{
    content: '';
    background: url("../img/logo_normal.svg") no-repeat;
    width: 53px;
    height: 79px;
    display: inline-block;
    position: absolute;
    right: 0;
  left: 0;
  top: -80px;
  margin: 0 auto;
}

.royal{
    color: #948196
}
.course_name.royal::before{
    background: url("../img/logo_royal.svg") no-repeat;
}

.gold{
    color: #AB9B81
}
.course_name.gold::before{
    background: url("../img/logo_gold.svg") no-repeat;
}

.normal{
    color: #A1A6A6
}




.course_name_ja{
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    margin: 5px 0 20px 0
}
.description{
    font-weight: 800;
    margin: 20px auto 0 auto;
    text-align: center;
    line-height: 1.4em;
    color: var(--key);
}
.item{
    text-align: center;
    font-size: 14px;
    margin: 5px 0 0 0
}
.plan_lead{
    text-align: center
}

.mt_trial{
	margin-top: 10px !important
}


.mt_attention{
	margin-top: 50px
}
@media screen and (max-width:767px) {
.mt_attention{
	margin-top: 30px
}
}


.pt{
	font-size: 20px;
	color: var(--gold);
	font-weight: 700;
	margin-bottom: 4px
}
@media screen and (max-width:767px) {
.pt{
	font-size:18px;
	margin-bottom: 4px
}
}

.light_bg{
	background: #F3F3F3
}


.short{
	width: 30%
}
table{
	width: 900px;
	background: #fff;
	margin: 35px auto 0 auto
}

@media screen and (max-width:767px) {
table{
    width: 100%;
	font-size: 0.9rem
}
}
.bottom{
    border: none;
    font-size: 12px;
    padding-top: 5px;
}

.type_text{
    display: flex;
    justify-content: center;
    width: 560px;
    margin: 0 auto;
}
@media screen and (max-width:767px) {
.type_text{
    width: 100%;
    }
}


.type_text h5{
    font-weight: 800;
    line-height: 1.5em;
    margin-bottom:7px
}
.two_column{
	margin: 0
}
.two_column td{
	width: 50%;
}

sup{
    top: -0.7em;
    font-size: 75% !important;
}

td{
	border-top: 1px solid #BDBDBD;
    border-bottom: 1px solid #BDBDBD;
	padding: 10px;
	text-align: center;
   vertical-align: middle;
   line-height: 1.4em
}

.line{
   border-top: 1px dashed #BDBDBD;
   width: 900px;
   margin:50px auto 0 auto;
   padding-bottom: 20px
}
@media screen and (max-width:767px) {
.line{
   width: 100%
}
}

.mt_kin{
    margin-top: 10px
}
.width900{
    width: 680px;
    margin: 0 auto
}
@media screen and (max-width:767px) {
.width900{
    width: 100%
}
}

.price{
	text-align: right
}
.set{
	display: flex;
	align-items: center;
}

@media screen and (max-width:767px) {
.tsuika{
   flex:0.45
}
.yukou{
   flex:1
}
}

.kigen{
	font-size: 12px;
	margin: 15px 0 0 10px
}
@media screen and (max-width:767px) {
.kigen{
   font-size: 11px;
   line-height: 1em;
}
}

.mb{
	margin-bottom: 10px
}

/* ----------------------------
	トレーナー
---------------------------- */
#Trainers{
	
}

.trainer{
	display: flex;
	justify-content: space-between;
	width: 1200px;
	column-gap:80px;
	margin: 0 auto;
}
@media screen and (max-width:1024px) {
.trainer{
   width: 92%;
   column-gap:30px;
}
}
@media screen and (max-width:767px) {
.trainer{
	display: block;
   width: 92%;
}
}


.trainer_photo img{
	width: 750px;
   flex-shrink: 0;
}
@media screen and (max-width:767px) {
.trainer_photo img{
   width: 100%;
   margin-bottom: 15px
}
}


.profile{
	width: 100%
}
.profile h3{
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 15px;
	line-height: 1em
}
.profile h3 span{
    font-size: 60%;
    margin-left: 5px
}
.profile h4{
   line-height: 1.8em;
   text-align: justify
}
@media screen and (max-width:767px) {
.profile h4{
   font-size: 0.9rem
}
}


.profile ul{
	margin: 10px 0
}
.handa{
	margin: 0 0 10px 0 !important
}
.trainer_box{
	border: 1px var(--gold) solid;
	font-size: 12px;
	font-family: "Montserrat", sans-serif;
    font-weight:600;
    font-style: normal;
	line-height: 1em;
	padding: 3px 8px 2px 8px;
	margin-bottom: 6px;
	display: inline-block;
	color: var(--gold)
}
.trainer_m{
	margin-top: 90px
}
.order1{
	order: 1;
}
.order2{
	order: 2;
}

/* ----------------------------
	FAQ
---------------------------- */
#Faq{
	background: #fff
}
.accordion-container {
  margin: 0px auto;
  width: 800px;
}
@media screen and (max-width:1024px) {
.accordion-container {
  width: 92%;
}
}



.accordion-list:not(:first-child) {
  margin-top: 10px;
}
.accordion-list{
	margin-bottom: 20px
}
.accordion-title {
  background:var(--light_gray);
  cursor: pointer;
  padding: 5px 20px;
  position: relative;
  font-weight: 600;
  display: flex;
  align-items: center;
  
}
.accordion-title h4{
	color: var(--gray)
}
@media screen and (max-width:767px) {
.accordion-title{
   padding: 7px 31px 7px 15px;
        line-height: 1.5em;
        font-size: 16px;
}
}



.accordion-title:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: var(--gold);
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
.accordion-title:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: var(--gold);
  transition: all .3s ease-in-out;
}
@media screen and (max-width:767px) {
.accordion-title:before {
  right: 15px;
}
.accordion-title:after {
  right: 15px;
}
}


.q{
	color: var(--gold);
	font-family: arial;
	font-size: 30px;
	margin-right: 10px
}
.accordion-title.open:before {
  transform: rotate(180deg);
}
.accordion-title.open:after {
  opacity: 0;
}

.accordion-text {
  display: none;
  padding: 20px 20px;
}
@media screen and (max-width:767px) {
.accordion-text{
    font-size: 0.9rem
}
}

.answer{
	display: flex;
	text-align: justify;
}
@media screen and (max-width:767px) {
.answer{
	text-align: left
}
}


.card{
   margin-top: 15px
}
.photo{
	width: 100px;
	flex-shrink: 0;
}
@media screen and (max-width:767px) {
.photo{
	width: 80px;
   margin-right: 10px
}
}

/* ----------------------------
	アクセス
---------------------------- */
#access_logo{
	margin: 50px auto 0 auto 
}
@media screen and (max-width:767px) {
#access_logo{
	margin: 40px auto 0 auto 
}
}


/* ----------------------------
	お客様の声
---------------------------- */
#voice{
	width: 1000px;
	margin: 0 auto
}
@media screen and (max-width:1024px) {
#voice{
	width: 92%;
}
}
@media screen and (max-width:767px) {
#voice{
	width: 95%;
}
}

/* ----------------------------
	体験予約の申し込み
---------------------------- */
#Reservation{
	background: var(--right_glay)
}
.must_attention{
    font-size: 12px;
    line-height: 1.8em;
    margin-top: 10px
}
@media screen and (max-width:767px) {
.must_attention{
    margin-top: 2px
}
}


.center{
   text-align: center
}
.align_left{
    text-align:left
}
.must{
    color: #D1292C;
    font-weight: 600;
    font-size: 12px
}


#town{
   background: url("../img/town.jpg") no-repeat;
   width: 100%;
   min-height: 300px;
   background-size: cover;
   background-position: center center
}
@media screen and (max-width:767px) {
#town{
   background: url("../img/town.jpg") no-repeat;
   width: 100%;
   min-height: 150px;
   background-size: cover;
   background-position: center center
}
}


#form_title{
   font-size: 24px;
   font-weight: 600;
   color: var(--gold);
   border: 1px var(--gold) solid;
   text-align: center;
   line-height: 1em;
   padding: 9px 0 10px 0;
   margin: 50px 0 20px 0
}

#form_wrap{
   width: 800px;
   margin: 0 auto
}
@media screen and (max-width:767px) {
#form_wrap{
   width: 92%;
}
}

.mini{
    font-size: 14px;
    margin-bottom: 4px
}
@media screen and (max-width:767px) {
.mini{
    font-size: 12px;
    margin-bottom: 4px;
	line-height: 1em
}
.mini_time{
	margin: 2px 0 5px 0
}
}


/* ----------------------------
	サンクスページ
---------------------------- */
#thanks{
    width: 1200px;
    margin: 0 auto;
    text-align: center
}
@media screen and (max-width:767px) {
#thanks{
    width: 90%;
}
}

#thanks h3{
    font-size: 22px;
    margin-bottom: 30px
}
#thankyou{
    font-family: "meno-banner", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 40px;
    color: var(--gold);
}
#thanks_illust{
    width: 120px;
    margin: 20px 0
}
#thanks_text{
    margin: 0 0 15px 0;
}
@media screen and (max-width:767px) {
#thanks_text{
    text-align: left
}
}


#thanks_btn{
    margin: 50px auto
}
#thanks_btn span::before{
    background: none
}



/* ----------------------------
	会社概要
---------------------------- */
#company_profile{
	background: #fff
}
dl.company {
  display: flex;
  flex-wrap: wrap;
  width: 800px;
  margin: 0 auto;
  border-top: 1px dashed var(--gold);
  padding-top: 20px
}

.company dt {
  width: 18%;
  padding-bottom: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed var(--gold);
  font-weight: 600
}

.company dd {
  width: 82%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding-right: 20px;
  border-bottom: 1px dashed var(--gold)
}

.company li{
	text-indent: -1.2em;
	padding-left: 1.2em
}
@media screen and (max-width:1024px) {
dl.company {
  width: 92%;
  font-size: 0.9rem
}
.company dt {
  width: 100%;
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 10px;
}
.company dd {
  width: 100%;
  padding-left: 20px
}
}


