@charset "utf-8";

/*リセット*/
*{
    padding:0;
    margin:0;
    text-decoration: none;
    list-style: none;
}

img{
    vertical-align: bottom;
    max-width: 100%;
}
/*リセット End*/

body{
    font-size: 1rem;
    line-height: 1.7;
    font-family: "Hiragino Sans","Hiragino Kaku Gothic ProN",sans-serif;
}

h2{
    font-size: 1.2rem;
    text-align: center;
}

h3{
    font-size: 1.1rem;
    text-align: center;
    font-weight: normal;
    margin-top: 10%;
    margin-bottom: 2%;
}

p{
    text-align: center;
}

a,a:visited{color: #000;
}

address{
    font-style: normal;
}

/*ヘッダー*/

header{
    display: flex;
    align-items: flex-end;/*flexアイテムを下揃え*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 26px;
    padding-top: 32px;
    padding-bottom: 10px;
    background: #fff;
    z-index: 1000;
}

h1.logo{
    width: 10rem;
    margin-top: 5%;
    margin-left: 3%;
}

a.btn_taiken {
	display: block;
	text-align: center;
	width: 100%;
    margin-left:50%;
	padding: 5%;
	font-weight: bold;
	border: 0.2rem solid #e00000;
	background: #e00000;
	color: #fff;
	border-radius: 0.8rem;
	transition: 0.5s;
}

a.btn_taiken:hover {
	color: #e00000;
	background: #fff;
}

.menu_btn{
    position: absolute;
    right: 10%;
    bottom: 30%;
    z-index: 2000;
    background: none;
    border: none;
    appearance: none;
    cursor: pointer;
    width: 2.125rem;
    height: 1.3125rem;
    transition: all 1s;

}

.menu_btn span{
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.0625rem;
    background: #000;
    transition: all .4s; /*0.4秒の意味*/
}
.menu_btn span:nth-of-type(1){
    top: 0;
}
.menu_btn span:nth-of-type(2){
    top: 0.6255rem;
}
.menu_btn span:nth-of-type(3){
    bottom: 0;
}

.menu_btn.active span:nth-of-type(1){
    transform:translateY(0.625rem)rotate(45deg);
}
.menu_btn.active span:nth-of-type(2){
    opacity: 0;
}
.menu_btn.active span:nth-of-type(3){
    transform: translateY(-0.5625rem)rotate(-45deg);
}

header ul.sp{/*メニューリスト*/
    display: none;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1500;
    background: #E1F2F6;
    font-size: 1.1rem;
    padding-top: 10%;
    padding-left: 15%;
    line-height: 2.5; 
}

header ul.sp.active{
    display: block;
}

header.sp li{
    border-bottom: solid 1px #333333; 
    padding-left:5% ;
    margin-right: 30%;
}

header ul.pc{
    display: none;
}

/* メイン */
main{
    margin-top: 5rem;
}

/* トップ画面　*/
#toppcBG{
    position: relative;
}

#toppcBG img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    z-index: 1;
}

div.toppc{
    position: absolute;
    top:0%;
    bottom: 0%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

div.beginner{
    position: absolute;
    bottom: 48%;
    left: 0%;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(2px);
    padding: 10px 20px 3px 20px;
}

div.stress{
    position: absolute;
    bottom: 38%;
    right: 0%;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(2px);
    padding: 10px 20px 3px 20px;
}

.topred{
    color: #e00000;
    font-size: 200%;
    line-height: 90%;
    font-weight: 700;
}
.beginner p{
    font-size: 20px;
    font-style: oblique;
}

.stress p{
    font-size: 20px;        
    font-style: oblique;
}

.toppc{
    visibility: hidden;
}
.toppc.slick-initialized{
    visibility: visible;
}
.slick-dots li button:before{
    font-size:3rem!important;
}
.slick-arrow:before{
    content:""!important;
}

/*OKについて*/

.fukidashi {
  position: relative;
  display: grid;
  place-items: center;
  width: 17rem;
  height: 4rem;
  border: 0.07rem solid #333333;
  border-radius: 1.6rem;
  margin: 50px auto;
}
.fukidashi h2{
    font-size: 1.2rem;
}
.fukidashi::before {
  content: "";
  position: absolute;
  bottom: -0.3rem;
  left: 4.3rem;
  width: 0.9rem;
  height: 0.9rem;
  transform: rotate(135deg);
  box-sizing: border-box;
  background-color: #ffffff;
}
.fukidashi::after {
  content: "";
  position: absolute;
  top: 108%;
  left: 4.25rem;
  width: 1.25rem;
  height: 0.125rem;
  transform: rotate(50deg);
  box-sizing: border-box;
  background-color: #333333;
}
.fukidashi > .ornament {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateX(0.4rem) translateY(0.4rem); /* 位置をややズラす */
  border-radius: 1.6rem;
  background-color:#E1F2F6;
  pointer-events: none; /* クリック不可にする（下のテキストに触れるように） */
  mix-blend-mode: multiply; /* 乗算 */
}

p.about{
    font-size: 1.3rem;
    margin-bottom: 20px;
    text-align: center;
}
span.red{
    color: #e00000;
}

span.marker{
    background: linear-gradient(transparent 60%, #F8B500 40%);
}

a.btn_bule {
	display: block;
	text-align: center;
	width: 10rem;
	margin: 60px auto 80px;
	padding: 13px 30px;
    font-size: 1.1rem;
	border: 0.125rem solid #00479D;
	background: #00479D;
	color: #fff;
	border-radius: 1.3rem;
	transition: 0.5s;
}
a.btn_bule:hover {
	color: #00479D;
	background: #fff;
}

/*sns*/
section#gym_sns{
    background-color:#E1F2F6;
    padding-top: 50px;
    padding-bottom: 50px;
}
#gym_sns p{
    text-align: center;
}

#gym_sns h2{
    margin-bottom: 40px;
}
.fb-wrap{
    width: 350px;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
}

.fb-wrap iframe{
    width: 100%;
    height: 100%;
}

.instabanner{
    width:17rem;
    margin-left: auto;
    margin-right: auto;
}

/*営業時間*/
#gym_time h2{
    margin-top: 10%;
    margin-bottom: 5%;
}

dl.hyo{
    display: flex;
    flex-wrap: wrap;
    width: 350px;
    font-size: 1.1rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.hyo dt{
    width: 30%;
    padding-top: 2%;
    padding-left: 10%;
    padding-bottom: 2%;
    border-bottom: solid #333333;
}

.hyo dd{
    width: 45%;
    padding-top: 2%;
    padding-left: 8%;  
    padding-bottom: 2%;
    border-bottom: solid #333333;
}
/*施設案内*/

.shisetsu{
    visibility: hidden;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.shisetsu img{
    width: 310px;
    height: 310px;
    object-fit: contain;
}

.shisetsu.slick-initialized{
    visibility: visible;
}

/*料金*/

#gym_money{
    text-align: center;
    background-color: #E1F2F6;
    padding-top: 45px;
    padding-bottom: 20px;
}

table{
    width: 350px;
    margin: 30px auto;
    font-size: 1.1rem;
    border-spacing: 0;
    border-collapse: separate;
}

th,td{
    border: solid #333333;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}

th{
    color: #fff;
    font-weight: normal;
}

td{
    background-color: #fff;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-top: none;
}

.nyu th{
    background-color: #28BAE9;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;

}

.tuki th{
    background-color: #00479D;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.tuki td{
    border-radius: 0;
}

.tuki td.number{
    border-left: none;
}

td.lastleft{
    border-bottom-left-radius: 1rem;
}

td.lastright{
    border-bottom-right-radius: 1rem;
}

.chike th{
    background-color: #00479D;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.chike p{
    border-bottom:solid #333333;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 3%;
    padding-top: 1%;
    padding-bottom: 1%;
}
.chike ul{
    text-align: left;
    margin-left: 7%;
    padding-bottom: 3%;
}

.chike li{
    font-size: 1rem;
}

.kome{
    padding-left: 0.8em;
}

/*体験*/

.taiken1 p{
    width: 360px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10%;
    padding-bottom: 10%;
}

.taiken2 p{
    width: 100%;
    position: relative;
}

.taiken2_pc p{
    display: none;
}

a.btn_taikenB {
    position: absolute;
    bottom: 1%;
    left: 28%;
	display: block;
	text-align: center;
	width: 10rem;
	margin: auto;
	padding: 2% 8%;
    font-size: 1.1rem;
	border: 2px solid #fff;
	background: #fff;
	color: #330099;
	border-radius: 3.75rem;
    margin-bottom: 10%;
	transition: 0.5s;
}

a.btn_taikenB:hover {
	color: #fff;
	background: #330099;
}

/*Ｑ＆Ａ*/
section#gym_QA{
    text-align: left;
    background-color: #E1F2F6;
    padding-top: 50px;
    padding-bottom: 50px;
}

#gym_QA dl{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

p.q,.a{
    margin-top:5%;
    margin-left: 10%;
    margin-right: 5%;
    font-size: 1rem;
}

p.q::before{
    content: "Ｑ";
    font-size: 2rem;
    color: #00479D;
}

p.a::before{
    content: "Ａ";
    font-size: 2rem;
    color: #e00000;
}

/*アクセス*/

#gym_access{
    width: 350px;
    margin-top: 50px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

#gym_access h2{
    margin-bottom: 40px;
}

#gym_access div{
    height: 450px;
}
#gym_access address,p{
    text-align: left;
}

ul.eki{
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
}

ul.eki li::before{
    content: "■";
    margin-right: 0.25rem;
}
#gym_access address{
    margin-top: 35px;
    margin-left: 5px;
}

h3.hajimetetitle{
    background-color:#28BAE9 ;
    color: #fff;
}
ul.hajimete{
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 3%;
    border-bottom: 0.4rem solid #28BAE9;
}

/*トレーナー*/
a.btn_trainer {
	display: block;
	text-align: center;
	width: 250px;
	margin: 60px auto 40px auto;
	padding: 0.5rem 2rem;
    font-size: 1.2rem;
	border: 2px solid #00479D;
	background: #00479D;
	color: #fff;
	border-radius: 1rem;
	transition: 0.5s;
}
a.btn_trainer:hover {
	color: #00479D;
	background: #fff;
}

/*フッター*/
footer{
    background-color: #E1F2F6
}

/*フッターメニュー*/
.menu li{
    padding: 2% 10% 2% 10%;
    line-height: 2; 
    font-size: 1rem;
    border-bottom: solid 0.06rem #333333;
}

li.arrow_right{
    position: relative;
}

li.arrow_right::before{
    content:"";
    margin: auto;
    position: absolute;
    top:0;
    bottom: 0;
    right:10%;
    width: 1rem;
    height: 1rem;
    border-top: 0.1rem solid #333;
    border-right: 0.1rem solid #333;
    transform: rotate(45deg);
}

footer div#pcmenu{
    display: none;
}

/*フッター*/

footer address h3{
    float: left;
    margin-bottom: 5%;
    width: 45%;
    margin-left: 5%;
}

footer .sns-btn{
    display: inline-block;
    margin-top: 13%;
    margin-left: 3%;
}
.sns-btn li{
    width: 2rem;
    margin-left: 0.5rem;
    margin-right: 0.8rem;
    float: left;
}

footer address ul{
    padding-left: 5%;
    clear: left;
}

p.copy{
    text-align: center;
    padding-top: 5%;
    padding-bottom: 7%;
}

/*768px以上*/
@media screen and (min-width:768px){

    /*header*/

    h1.logo{
        width: 10rem;  
    }

    header .menu_btn{
        display: none;
    }
    header ul.pc{
        display: block;
        font-size: 14px;
        margin-left: 10%;   
        width: 500px;
    }
    header ul.pc li{
        display: inline-block;
        padding-left: 2%;
    } 

    /* トップ画面　*/

    div.toppc{
        position: absolute;
        top: 0%;
        bottom: 0%;
        left: 25%;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

    div.beginner{
        position: absolute;
        left: 25%;
    }

    div.stress{
        position: absolute;
        right: 25%;
    }

    .topred{
        color: #e00000;
        font-size: 170%;
        line-height: 90%;
        font-weight: 700;
    }
    .beginner p{
        font-style: oblique;
        font-size: 24px;
    }

    .stress p{
        font-style: oblique;
        font-size: 24px;
    }
    .toppc{
        visibility: hidden;
    }
    .toppc.slick-initialized{
        visibility: visible;
    }
    .slick-dots li button:before{
        font-size:3rem!important;
    }
    .slick-arrow:before{
        content:""!important;
    }

   /*about*/
   .container{
    display: flex;
    }
   .about_a{
    width: 33%;
   }
   .about_b{
    width: 33%;
   }
   .about_c{
    width: 33%;
   }

    /*sns*/

    .instabanner{
    width: 350px;
    }

   /*営業時間*/
   #gym_time{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
   }

    /*施設案内*/
    div.shisetsu{
        width: 40%;
        margin-left: auto;
        margin-right: auto;
    }

    .shisetsu figcaption{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .shisetsu img{
        width: 500px;
        height: 400px;
        object-fit: contain;
        margin-top: 20px;
    }

    .shisetsu.slick-initialized{
        visibility: visible;
    }


    /*体験*/
    .taiken1{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    }

   .taiken2 p{
    display: none;
   }

   .taiken2_pc p{
    display: block;
    height: 100%;
    position: relative;
    }

a.btn_taikenB {
    position: absolute;
    bottom: 1%;
    left: 38%;
	display: block;
	text-align: center;
	width: 6rem;
	margin: auto;
	padding: 1% 6%;
    font-size: 1rem;
	border: 2px solid #fff;
	background: #fff;
	color: #330099;
	border-radius: 3.75rem;
    margin-bottom: 2%;
	transition: 0.5s;
}

a.btn_taikenB:hover {
	color: #fff;
	background: #330099;
}

/*QA*/

#gym_QA div{
    margin-left: 15%;
    margin-right: 10%;
}

#gym_QA dl{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

/*アクセス*/

#gym_access{
    width: 500px;

}

/*footer menu*/
footer ul.menu{
    display: none;    
}

footer div#pcmenu{
    display: block;
    width: 700PX;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    line-height: 2.5em;
}

footer ul#pcmenu1{
    float: left;
    width: 40%;
}

footer ul#pcmenu2{
    float: left;
    width: 23%;
}

footer ul#pcmenu3{
    float: left;
    width: 33%;
}

footer address h3{
    clear: both;
    width: 40%;
}

footer div#pcfooter{
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}


}