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


/*-----------------------------------------------------------------------------
	PC
-----------------------------------------------------------------------------*/


.header{
    width:750px;
    height:120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.top_logo{
    width:240px;
    margin-left: 50px;
}

.header_icons{
	width:350px;
	position: relative;
	padding-left: 110px;
}

.header_icons a{
    width:120px;
}

.fix{
    display: flex;
    position: fixed;
    top:0;
    z-index: 9999999;
}

.campaign   {
    padding:100px 0;
    background-color:#000;
}

/*-------------------------
section_2
--------------------------*/
.sec_2{
    padding:100px 0;
    background-image: url(../images/sec_2/no3_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.sec2_ttl{
    width:319px;
    margin: 0 auto;
}

.sec2_imgwrap img{
    margin-top: 100px;
}

.slide_ttl{
    margin: 45px auto 66px;
}


.content {
    width: 430px;
    margin-right: 5px;
    }

.slideshow {
    display: flex;
    }

.slide_wrap {
    display: flex;
    align-items: center;
    height: 500px;
    overflow: hidden;
}

.slideshow {
    display: flex;
    animation: loop-slide 20s infinite linear 1s both;
}
@keyframes loop-slide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

/*-------------------------
section_3
--------------------------*/
.sec_3{
    padding:100px 0  0;
    background-image: url(../images/sec_3/no4_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec3_2{
    width:260px;
    margin: 49px auto 0;
}
/*-------------------------
section_4
--------------------------*/
.sec_4{
    margin-top: -60px;
}

.hurdle{
    position: relative;
    margin:44px auto -115px;
}

/*-------------------------
section_5
--------------------------*/
.reason_ttl{
    background-color:#000;
    padding: 100px 0;
}

.reason_ttl img{
    width: 520px;  
    margin: 0 auto;
    display: block;
}

.diagonal{
    margin-top: -100px;
    background-color: #f64f97;
    padding: 100px 0;
    width: 100%;
    height: 431px;
    transform: skewY(-7deg);


}

.reason_wrap{
    position: relative ;
}
.point_no{
    font-size:30px;
    font-weight: bold;
    color:#000;
    position: relative;
    text-align: center;
}

.point_content{
    width:100%;
    position:absolute;
    top: 60px;
    left :50%;
    transform: translateX(-50%);
}
.point_no::after{
    content: '';
    width: 70px;
    height: 2px;
    background-color:#000;
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
}

.point_ttl{
    display: block;
    margin: 40px auto;
    font-size: 42px;
    text-align: center;
    line-height: 1.6;
    font-weight: bold;
    color: #fff;
}

.reason_img{
position: relative;
margin-top: -40px;
}

.point_detail{
    font-size: 30px;
    line-height:1.6;
    margin-top: 35px;
}
.point_caution{
    font-size:27px;
}

.u_line{
    background: linear-gradient(transparent 30%, #fddeec  0%);
    display: inline;
    /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
    padding: 0 2px ;
}

.merit li {
    color: #5e68af;
    font-weight:bold;
    margin-top: 29px;
    display: flex;
    align-items: center;
    margin-left: 40px;
}
.merit li:first-child {
    margin-top: 53px;
}
.merit li .no{
    font-size: 30px;
    font-weight: bold;
    width: 190px;
    height: 59px;
    border: 2px solid #5e68af;
    border-radius:30px;
    margin-right: 27px;
    text-align: center;
    line-height: 55px;
}

.merit li .merit_detail{
    font-size: 32px;
    font-weight: bold;
} 


.reason_wrap2{
    position: relative;
    margin-top: 180px;
}

.point_content2{
    width:100%;
    position:absolute;
    top: 60px;
    left :50%;
    transform: translateX(-50%);
}
.reason_wrap2 .reason_img{
    position: relative;
    margin-top: -110px
}

.mdl_img{
    margin-top: 40px;
}


.reason_wrap3{
    position: relative;
    margin-top: 180px;
}

.point_content3{
    width:100%;
    position:absolute;
    top: 60px;
    left :50%;
    transform: translateX(-50%);
}
.reason_wrap3 .reason_img{
    position: relative;
    margin-top: -180px;
}


/*-------------------------
section_6
--------------------------*/
.sec_6{
    margin:100px 0 20px;
}

.method{
    margin: 20px auto 100px;
}

.method1{
    width: 507px;
    display: block;
    margin: 0 auto;
}

.method_detail{
    margin:55px auto 68px;
    font-size: 30px;
    text-align: center;
    line-height:1.6;
}

.pink{
    color: #f64f97;
}


.method_flex{
    display:flex;
    align-items: center;
    justify-content: space-between;
}

.method_flex li{
    width:300px;
}

.diet{
    margin:20px auto 50px;
    width: 208px;
}

.training_effect{
    font-size: 30px;
    text-align: center;
    line-height:1.6;
}


/*-------------------------
section_7
--------------------------*/
.sec_7{
    padding:100px 0;
    background-image: url(../images/sec_7/no6_bg.jpg);
    background-size: cover;
}

.carousel_ttl{
    width:421px;
    margin:0 auto
}

.carousel{
    overflow: hidden;
}

.center {
    margin: 0 0 50px;
}

.center img { 
    width: 430px;
    height: auto;
    margin: 0 auto;
}

.center .slick-next {
    display: none;
}
.center .slick-prev {
    display: none;
}

.powder_room{
    margin-top: 120px;
}
.powder_room p{
    font-size: 30px;
    color: #fff;
    line-height: 1.6;
}

/*-------------------------
section_8
--------------------------*/
.sec_8{
    padding:100px 0;
}
.cov_ttl{
    width: 385px;
    margin:0 auto;
}
.cov_ttl img{
    width: 385px;
}

.cov_list{
    width:579px;
    margin: 100px auto 105px;
}

.airdog{
    margin: 0 auto; 
}

.airdog img:first-child{
    width: 595px;
    margin: 0 auto;
    display: block;
}

.airdog img:last-child{
    width: 500px;
    height: auto;
    margin: 28px auto 50px;
    display: block;
}

/*-------------------------
section_10
--------------------------*/
.sec_10{
    margin: 100px auto;
}
.trainer_ttl{
    width:458px ;
    display: block;
    margin:0 auto;
}


.trainer_slider .slick-next {
    right: 30px;
    z-index: 99;
    width: 90px;
    height: 90px;
    background-color: #000;
    border-radius: 50%;
}
.trainer_slider .slick-prev {
    left: 30px; 
    z-index: 100;
    width: 90px;
    height: 90px;
    background-color: #000;
    border-radius: 50%;
}
.trainer_slider img{
    width:500px;
    height: auto;
}


.trainer_slider .slick-slide img {
    display: block;
    margin: 83px auto 70px;
}

.name{
    font-size:32px;
    text-align: center;
    font-weight:700;
}

.message{
    margin: 46px auto 30px;
    font-size: 30px;
    line-height: 1.6;
    display: block;

}

.personal{
    padding: 25px 30px;
    font-size: 24px;
    line-height: 1.7;
    border: 1px solid #000;
}

/*-------------------------
section_11
--------------------------*/
.sec_11{
    background-color: #5e68af;
    padding: 100px 0;
}

.menu_ttl{
    width: 524px;
    display: block;
    margin: 0 auto 100px;
}

.course img:first-child , .course-spacer{
    margin-bottom:55px;
}

.good_deal{
    width: 571px;
    display: block;
    margin: 84px auto 42px;
}

.caution p{
    color:#fff;
    font-size: 24px;
    line-height: 1.7;
}

.caution p:first-child{
    margin-top: 15px;
}
.caution p:last-child{
    margin-top: 0;
}


/*-------------------------
section_12
--------------------------*/
.sec_12{
    padding: 100px 0;
}
.qa_ttl{
    width:350px;
    display: block;
    margin: 0 auto;
}
.accordion {
    width: 100%;
  }

/* inputのチェックボックスを非表示 */
.accordion-hidden {
    display: none;
}

/* 見出しボタン部分 */
.accordion-open {
    display: block;
    padding: 20px 0 50px;
    cursor: pointer;
    margin: 60px 0 0;
    position: relative;
    font-size:1.5rem;
    letter-spacing: 0.2em;
    line-height:1.7;
}

.accordion:first-child {
margin-top:100px;
}

/* ＋アイコン */
.accordion-open::before,
.accordion-open::after {
    content: '';
    width: 60px;
    height: 10px;
    background: #5e68af;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
}

/* アイコンのー */
.accordion-open::after {
    transform: translateY(-50%) rotate(90deg);
    transition: .5s;
}

/* アコーディオンが開いたらーに */
.accordion-hidden:checked+.accordion-open:after {
    transform: translateY(-50%) rotate(0);
}

/* アコーディオン中身部分 */
.accordion-inner {
    display: block;
    height: 0;
    overflow: hidden;
    padding-left: 0px;
    opacity: 0;
    transition: 0;
    /* 表示速度の設定 */
    cursor: pointer;
    position: relative;
    font-size:28px;
    letter-spacing: normal;
    line-height:1.7;
    position:relative;
}

.accordion-inner::before {
    content: ' A';
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    color: #fff;
    background-color: #f64f97;
    border-radius: 50%;
    height: 74px;
    width: 74px;
    line-height: 74px;
    text-align: center;
    position: absolute;
    top: 38px;
    left: 54px;
    transform: translateY(-50%);
}


/* チェックボックスにチェックが入ったら中身部分を表示する */
.accordion-hidden:checked+.accordion-open+.accordion-inner {
    height: auto;
    opacity: 1;
    padding-left: 144px;
    padding-right: 50px;
}

.accordion_qa .Q {
    position: relative;
    width: 100%;
    margin-left: 145px;
    display: block;
    color: #5e68af;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: normal;
}

.accordion_qa .Q::before {
    content: 'Q';
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    color: #fff;
    background-color: #5e68af;
    border-radius: 50%;
    height: 74px;
    width: 74px;
    line-height: 74px;
    text-align: center;
    position: absolute;
    left: -89px;
    top: 50%;
    transform: translateY(-50%);
}




.accordion_qa .accordion-hidden:checked+.accordion-open+.accordion-inner {
height: auto;
opacity: 1;
padding-left: 144px;
padding-right: 50px;    
padding-bottom: 30px;
}

/*-------------------------
footer
--------------------------*/

.footer{
    margin-top: 100px;
    background-color:#f64f97;
    padding: 100px 0 0;
}

.footer_logo{
    width: 335px;
    display: block;
    margin: 0 auto;
}

.gym_name{
    font-size:36px;
    text-align: center;
    color:#fff;
    margin: 77px 0 50px;
    font-weight: 700;
}

.address{
    font-size: 28px;
    line-height: 1.7;
    color: #fff;
    text-align: center;
}

.tel_no{
    font-size: 66px;
    text-align: center;
    margin: 55px auto 40px;
    font-weight: 700;
}


.tel_no a{
    color: #fff;
}


.business_hours{
    font-size: 28px;
    color: #fff;
    text-align: center;
}

.map{
    margin: 60px auto 70px;
}

.footer_icons{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 332px;    
    margin: 0 auto;
}

.footer_icons li img{
    width:80px;
}

.footer_link{
    width:563px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin:  60px auto 70px;
}
.footer_link a{
    font-size:28px;
    color:#fff;
    text-decoration: underline;
}

.copy{
    padding: 25px 0;
    background-color: #000;
}
.copy p{
    font-size: 18px;
    color: #fff;
    text-align: center;
}

/*-----------------------------------------------------------------------------
	SP
-----------------------------------------------------------------------------*/
@media screen and (max-width:749px){



header{
    width: 100%;
    height: 16vw;
    min-height: 60px;
}

.top_logo {
    width: 31.9vw;
    margin-left: 6.6vw;
}



.header_icons {
    width: 48vw;
    position: relative;
}

.header_icons a {
    width: 16vw;
    min-width:60px;
}

.fix{
    display: flex;
    position: fixed;
    top:0;
    right: 0;
    z-index: 9999999;
}

.campaign   {
    padding:50px 0;
    background-color:#000;
}

/*-------------------------
section_2
--------------------------*/


.sec2_ttl {
    min-width: 159.5px;
    width: 42.53vw;
}

.sec_2 {
    padding: 50px 0;
}

.sec2_imgwrap img{
    width: 86vw;
    min-width: 323px;
    display: block;
    margin: 50px auto 0;
    width: 86vw;
}

.slide_ttl {
    margin: 22.5px auto 33px;
}

.content {
    width: 57vw;
    min-width: 215px;
}


.slide_wrap {
    height: 66.7vw;
    min-height:250px;
}

/*-------------------------
section_3
--------------------------*/
.sec_3 {
    padding: 50px 0 0;
}

.sec3_2{
    width: 34.6vw;
    min-width: 130px;
    margin: 50px auto;
}

/*-------------------------
section_4
--------------------------*/

.hurdle{
    margin: 22px auto -15.4vw;
}

/*-------------------------
section_5
--------------------------*/
.reason_ttl{
    background-color:#000;
    padding: 13vw 0;
}

.reason_ttl img{
    width:69.3vw;
    min-width: 260px;
}

.diagonal{
    margin-top: -51px;
    padding: 0;
    width: 100%;
    height: 320px;
    transform: skewY(-7deg);
}

.reason_wrap{
    position: relative ;
}
.point_no{
    font-size: 15px;
    font-weight: bold;
    color: #000;
    position: relative;
    text-align: center;
}

.point_content{
    width: 100%;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.point_no::after{
    content: '';
    width: 70px;
    height: 1px;
    background-color:#000;
    position: absolute;
    bottom: -6.5px;
    left: 50%;
    transform: translateX(-50%);
}

.point_ttl{
    display: block;
    margin: 20px auto;
    font-size: 21px;
    text-align: center;
    line-height: 1.6;
    font-weight: bold;
    color: #fff;
}

.reason_img{
    margin-top:-126px;
}

.point_detail{
    font-size: 4.3vw;
}
.point_caution{
    font-size:4.2vw;
}

.u_line{
    background: linear-gradient(rgba(255, 255, 255, 0)  30%, #fddeec  0%);
    display: inline;
    /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
    padding: 0 2px ;
}



.merit li {

    margin-left: 0;
    width: 100%;
    height: 55px;
}
.merit li:first-child {
    margin-top: 53px;
}
.merit li .no{
    font-size: 4vw;
    margin-right:10px;
    width:33%;
    min-width: 110px;
}

.merit li .merit_detail{
    font-size: 5.3vw;
    font-weight: bold;
} 


.reason_wrap2{
    margin-top: 110px;
}

.point_content2{

    top: 30px;

}

.reason_wrap2 .reason_img{
    margin-top: -156px;
}

.sp_wrap .reason_img{
    margin-top: -126px;
}

.mdl_img{
    margin-top: 20px;
}


.reason_wrap3{
    margin-top: 110px;
}

.point_content3{
    width:100%;
    position:absolute;
    top: 30px;
    left :50%;
    transform: translateX(-50%);
}
.reason_wrap3 .reason_img{
    margin-top: -200px;
}


/*-------------------------
section_6
--------------------------*/
.sec_6 {
    margin: 50px 0 10px;
}
.method {
    margin: 20px auto 50px;
}

.method1 {
    width: 67.6vw;
    min-width: 253.5px;
}

.method_detail{
    font-size: 4.3vw;
}




.method_flex{
    display:flex;
    align-items: center;
    justify-content: space-between;
}

.method_flex li{
    width:40vw;
}

.diet {
    width: 27.73vw;
    min-width: 104px;
    margin: 10px auto 25px;
}

.training_effect{
    font-size: 4.3vw;
}


/*-------------------------
section_7
--------------------------*/
.sec_7 {
    padding: 50px 0;
}
.carousel_ttl {
    min-width: 210.5px;
    width: 56.13vw;
}

.carousel{
    overflow: hidden;
}

.center {
    margin: 0 0 50px;
}

.center img { 
    width: 57.3vw;
    min-width: 215px;
}

.powder_room p{
    font-size: 4.3vw;
}

/*-------------------------
section_8
--------------------------*/
.sec_8 {
    padding: 50px 0;
}

.cov_ttl{
    min-width: 250px;
    width: 66.6vw;
}
.cov_ttl img {
    width: 51.33vw;
    min-width: 192.5px;
    display: block;
    margin: 0 auto;
}

.cov_list{
    width: 100%;
    margin: 60px auto 70px; 
}

.airdog{
    margin: 0 auto; 
}

.airdog img:first-child{
    width: 100%;}

.airdog img:last-child{
    width: 100%;
}

/*-------------------------
section_10
--------------------------*/
.sec_10 {
    margin: 50px auto;
}
.trainer_ttl {
    min-width: 229px;
    width: 61.6vw;
}

.trainer_slider .slick-slide img {
    margin: 50px auto 45px;
}

.trainer_slider .slick-next {
    right: -10px;
    width: 45px;
    height: 45px;
}

.trainer_slider .slick-prev {
    left: -10px; 
    width: 45px;
    height: 45px;
}
.trainer_slider img{
    width:100%;
}

.name{
    font-size:25px;
}

.message{
    font-size: 23px;

}

.personal{
    font-size: 18px;
    padding: 15px 15px;
    margin: 0 5px;
}

/*-------------------------
section_11
--------------------------*/
.sec_11{
    background-color: #5e68af;
    padding: 50px 0;
}

.menu_ttl {
    min-width: 263.5px;
    width: 70.26vw;
    margin: 0 auto 50px;
}

.good_deal {
    min-width: 285.5px;
    width: 76.13vw;
    margin: 42px auto 21px;
 
}

.caution p{
    margin-top: 5px;
    font-size: 15px;
}

.caution p:first-child{
    margin-top: 15px;
}


/*-------------------------
section_12
--------------------------*/
.sec_12 {
    padding: 50px 0;
}
.qa_ttl {
    min-width: 175px;
    width: 46.6vw;
}
.accordion {
    width: 100%;
    }

/* inputのチェックボックスを非表示 */
.accordion-hidden {
    display: none;
}

/* 見出しボタン部分 */
.accordion-open {
    margin: 0;

    padding: 15px 0 35px;
}

.accordion:first-child {
margin-top:100px;
}

/* ＋アイコン */
.accordion-open::before,
.accordion-open::after {
    width: 7vw;
    height: 2vw;
    right: 7.2vw;
}

/* アイコンのー */
.accordion-open::after {
    transform: translateY(-50%) rotate(90deg);
    transition: .5s;
}

/* アコーディオンが開いたらーに */
.accordion-hidden:checked+.accordion-open:after {
    transform: translateY(-50%) rotate(0);
}

/* アコーディオン中身部分 */
.accordion-inner {
    display: block;
    height: 0;
    overflow: hidden;
    padding-left: 0px;
    opacity: 0;
    transition: 0;
    /* 表示速度の設定 */
    cursor: pointer;
    position: relative;
    font-size:5vw;
    letter-spacing: normal;
    line-height:1.7;
    position:relative;

}

.accordion-inner::before {

    font-size: 6vw;
    height: 9.3vw;
    width: 9.3vw;
    line-height: 9.3vw;
    top: 5.86vw;
    left: 4vw;

}


/* チェックボックスにチェックが入ったら中身部分を表示する */
.accordion-hidden:checked+.accordion-open+.accordion-inner {
    height: auto;
    opacity: 1;
    padding-left: 144px;
    padding-right: 50px;
}

.accordion_qa .Q {
    margin-left: 14.6vw;
    font-size:5.5vw;
    padding-right: 29vw;
    margin-top: 20px;
}

.accordion_qa .Q::before {

    font-size: 6vw;
    height: 9.3vw;
    width: 9.3vw;
    line-height: 9.3vw;
    left: -11vw;
}




.accordion_qa .accordion-hidden:checked+.accordion-open+.accordion-inner {
height: auto;
opacity: 1;
padding-left: 14.6vw;
padding-right: 15px;
}

/*-------------------------
footer
--------------------------*/
.footer {
    margin-top: 50px;
    background-color: #f64f97;
    padding: 50px 0 0;
}
.footer_logo{
    width: 44.6vw;
    min-width: 168px;
}

.gym_name{
    font-size:5.5vw;
    margin: 60px 0 50px;
}

.address{
    font-size: 4.2vw;
    line-height: 1.7;
    color: #fff;
    text-align: center;
}

.tel_no{
    font-size: 10vw;
    margin: 45px auto 35px;
}


.tel_no a{
    color: #fff;
}


.business_hours{
    font-size: 3.7vw;
}

.map{
    margin: 45px auto 55px;
}

.footer_icons{
    width: 69.3vw;
    min-width: 260px;
}

.footer_icons li img{
    width: 17.3vw;
    min-width: 65px;
}

.footer_link{
    width:100%;
    margin: 45px auto 50px;
}
.footer_link a{
    font-size: 4.8vw;
}

.copy{
    padding: 20px 0;

}
.copy p{
    font-size: 2.6vw;
}
}



@media (min-width:530px) and (max-width:749px){
.point_ttl {
    font-size: 37px;
}
.reason_img {
    margin-top: -70px;
}

.reason_wrap2 .reason_img {
    margin-top: -135px;
}

.sp_wrap .reason_img {
    margin-top: -70px;
}
.reason_wrap3 .reason_img {
    margin-top: -200px;
}
}


/*-----------------------------------------------------------------------------
	SP
-----------------------------------------------------------------------------*/
@media  (min-width:500px) and (max-width:749px){
    /*-------------------------
section_5
--------------------------*/
.reason_ttl{
    background-color:#000;
    padding: 13vw 0;
}

.reason_ttl img{
    width:69.3vw;
    min-width: 260px;
}

.diagonal{
    margin-top: -51px;
    padding: 100px 0;
    width: 100%;
    height: 431px;
    transform: skewY(-7deg);
}

.reason_wrap{
    position: relative ;
}
.point_no{
    font-size:24px;
    font-weight: bold;
    color:#000;
    position: relative;
    text-align: center;
}

.point_content{
    width:100%;
    position:absolute;
    top: 40px;
    left :50%;
    transform: translateX(-50%);
}
.point_no::after{
    content: '';
    width: 70px;
    height: 2px;
    background-color:#000;
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
}

.point_ttl{
    display: block;
    margin: 35px auto;
    font-size: 26px;
    text-align: center;
    line-height: 1.6;
    font-weight: bold;
    color: #fff;
}

.reason_img {
    margin-top: -170px;
}

.point_detail{
    font-size: 4.3vw;
}
.point_caution{
    font-size:4.2vw;
}

.u_line{
    background: linear-gradient(rgba(255, 255, 255, 0)  30%, #fddeec  0%);
    display: inline;
    /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
    padding: 0 2px ;
}

.point_content2 {
    top: 40px;
}

.merit li {

    margin-left: 0;
    width: 100%;
    height: 55px;
}
.merit li:first-child {
    margin-top: 53px;
}
.merit li .no{
    font-size: 4vw;
    margin-right:10px;
    width:33%;
    min-width: 110px;
}

.merit li .merit_detail{
    font-size: 5.3vw;
    font-weight: bold;
} 


.reason_wrap2{
    margin-top: 110px;
}


.reason_wrap2 .reason_img{
    margin-top: -215px;

}

.sp_wrap .reason_img {
    margin-top: -175px;
}

.mdl_img{
    margin-top: 20px;
}


.reason_wrap3{
    margin-top: 110px;
}

.point_content3{
    width:100%;
    position:absolute;
    top: 40px;
    left :50%;
    transform: translateX(-50%);
}
.reason_wrap3 .reason_img {
    margin-top: -260px;
}


}
