@charset "utf-8";

/*-------------------
base.css
-------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0; padding: 0; border: 0; outline: 0;}
img { margin: 0; padding: 0; border: 0; line-height:0; font-size:0; vertical-align:top;}
html { width:100%; height: 100%; overflow-x:hidden;}
ul, li { list-style: none;}
p, th, td, dd { font-style:normal; font-weight:0; word-break: break-all;}
dd { word-break: break-all;}
a { margin: 0; padding: 0; border: 0;}
table { border-collapse: collapse; border-spacing: 0;}
 
/*layout style*/
body { font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; background-color:#fff;}
.pc{ display: block; }
.sp{ display: none; }

.pagetop {
position: fixed;
width: 70px;
height: 70px;
border-radius: 70px;
background: #c0182f;
color: #fff;
bottom: 50px;
right: 50px;
cursor: pointer;
z-index: 1000;
box-shadow: 0px 0px 16px -4px #e7e7e7;
}
.pagetop::before{
content: "";
display: block;
border-top: 7px solid #fff;
border-right: 7px solid #fff;
width: 13%;
height: 13%;
top: 42%;
left: 0;
right: 0;
margin: auto;
position: absolute;
transform: rotate(-45deg);
}
.pagetop span {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: block;
width: 100%;
text-align: center;
font-size: 14px;
}


/*-------------------
HEADER
-------------------*/
.fitnessstudio_header_main.nav_btn {
	position: relative;
	background: #fff;
	max-width: 1800px;
	margin: 0 auto;
}

.nav_btn .fitnessstudio_header_nav-info {
	float: right;
	padding: 16px 0 0 0;
	width: 290px;
}

.nav_btn .fitnessstudio_header_nav-info_item {
	float: left;
	width: 140px;
	height: auto;
}


#header_fix .fitnessstudio_header_main {
/*	border-bottom: 1px solid #dadada;*/
    height: 81px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
}

#header_fix .fitnessstudio_header_logo {
	top: 0;
	left: 0;
	width: 87px;
}

#header_fix .jr_header_logo {
	position: absolute;
	width: 87px;
	top: 0;
	left: 87px;
}
.fitnessstudio_header_nav-info {
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}

.fitnessstudio_header_nav-info_item {
	display: table;
	margin-right: 30px;
}

.fitnessstudio_header_nav-info_item a {
	display: table-cell;
	vertical-align: middle;
}

.fitnessstudio_header ul.addHeader li {
	display: inline-block;
	position: relative;
	width: 125px;
	height: 81px;
	text-align: center;
	background-color: #c0182f;
}

.fitnessstudio_header ul.addHeader li.info {
	background-color: #fff;
}

.fitnessstudio_header ul.addHeader li:hover {
	opacity: 0.5;
}

.fitnessstudio_header ul.addHeader li.lesson a::before {
	content: '';
	width: 100%;
	height: 100%;
	background-image: url(../../common/img/ico_notepc.png);
	background-size: 30%;
	background-repeat: no-repeat;
	background-position: 0 0;
	top: 36px;
	left: 42px;
}

.fitnessstudio_header ul.addHeader li.info a::before {
	content: '';
	width: 100%;
	height: 100%;
	background-image: url(../../common/img/ico_mail.png);
	background-size: 25%;
	background-repeat: no-repeat;
	background-position: 0 0;
	top: 35px;
	left: 46px;
}

.fitnessstudio_header ul.addHeader li a::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -2.5rem;
	margin: auto;
}

.fitnessstudio_header ul.addHeader li a p {
	font-size: 15px;
	font-weight: 600;
	text-indent: -1rem;
	padding: 1rem 0;
	color: #ffffff;
	margin: 36px 0px 0 12px;
}

.fitnessstudio_header ul.addHeader li.info a p {
	color: #EC0000;
}

.fitnessstudio_header ul.addHeader li:nth-of-type(2) {
	margin: 0 0 0 0.5%;
}

.fitnessstudio_header ul.list {
	right: 0;
}

.fitnessstudio_header ul.addHeader {
	position: fixed;
	width: 125px;
	z-index: 103;
	font-size: 0;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	background-color: #fff;
}

/*JSを使いfixedクラスが付与された際の設定*/
#header_fix.fixed {
	position: fixed;
	/*fixedを設定して固定*/
	z-index: 999;
	/*最前面へ*/
	top: 0;
	/*位置指定*/
	left: 0;
	/*位置指定*/
	max-width: 100%;
	background-color: #fff;
}

.fitnessstudio_header .pc{ display: block !important;}
.fitnessstudio_header .sp{ display: none !important;}

/*-------------------
共通
-------------------*/
#wrap .cp_contents{
	background-color: #c0182f;
	padding-bottom: 90px;
	width: 100%;
	box-sizing: border-box;
}

h4{
	background-color: #82b9c7;
}

h4 img{
	width: 1000px;
	margin: 0 auto;
}
.fix_bn{
position: fixed;
    right: 20px;
    bottom: 75px;
    background: #be0d15 url(https://www.jexer.jp/sopra/shop_2017/img/sopra_visual_point_bg.png) center 10px no-repeat;
    background-size: 7px 24px;
    padding-top: 40px;
    text-align: center;
    font-weight: bold;
    color: #fff !important;
    width: 120px;
    height: 80px;
    border-radius: 50%;
    letter-spacing: .1em;
    z-index: 2;
    font-size: 14px;
    line-height: 16px;
}
.text01, .text02, .text03{
    margin-bottom: 6px;
    font-size: 15px;
    display: block;
}


/*-------------------
CONTENTS
-------------------*/

#wrap { width:100%; text-align:center; overflow:hidden; padding-top:6vw;}

.main { background: url(../img/main_bk.jpg) no-repeat center;}

.main img{ width: 1000px;margin: 0 auto;}


.new_fitnessstudio_style{
	width: 100%;
	background: url(../img/new_fitnessstudio_style_bg.jpg) no-repeat center;
	display: inline-block;
}
.new_fitnessstudio_style .new_inner{
	width: 1000px;
	margin: 0 auto;
} 
.new_fitnessstudio_style .new_inner h3{
	margin: 80px auto;
}
.new_fitnessstudio_style .new_inner .illust{
	background: url(../img/staff_illust.png) no-repeat center;
	width: 302px;
	height: 373px;
	float: left;
}
.new_fitnessstudio_style .new_inner .comment{
	background: url(../img/staff_comment.png) no-repeat center;
	width: 686px;
	height: 217px;
	float: right;
}
.new_fitnessstudio_style .new_inner .staff_text{
    width: 654px;
    font-size: 23px;
    text-align: left;
    font-weight: bold;
    float: right;
    line-height: 1.6;
    margin: 40px auto 30px;
	letter-spacing: 1.2px;
}
.new_fitnessstudio_style .new_inner .staff_text span{
	color: #be0d15;
}
.new_fitnessstudio_style .new_inner .staff_text .link{
    font-size: 20px;
    display: inline-block;
    margin: 17px auto 40px;
}
.new_fitnessstudio_style .new_inner .staff_text .link a{
	text-decoration: underline;
}
.new_fitnessstudio_style .new_inner .staff_text .link a:hover{
	opacity: 0.8;
}
.campaign { 
    /* background-color: #fff; */
	/* overflow: hidden; */
}
h3.campaign.c_title{
	max-width: 826px;
	margin: auto;
	padding: 70px 0 0;	
}
p.yellow{
	font-size: 13px;
	color: #fff100;
	margin-top: 5px;
}
p.bannerTtl{
	background: #be0d15;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	text-align: left;
	padding: 16px 0 10px 30px;
	/*max-width: 970px;*/
	margin: 65px auto 0;
	position: relative;
	/*cursor : pointer;*/
	line-height: 1.4;
}
.inrPc {}

.inrPc img{
	z-index: 1;
    position: relative;
}
p.bannerTtl span{font-size: 22px;}
.campaign.other{
	max-width: 100%;
}

.campaign.c_title .inrSp{
}
.campaign_detail{
	margin-top: 37px;
}

.campaign p.banner{
	background: #be0d15;
	color: #fff;
	font-size: 27px;
	font-weight: bold;
	text-align: left;
	padding: 16px 0 10px 30px;
	max-width: 1000px;
	margin: 25px auto 0;
	position: relative;
	cursor : pointer;
}
/*.campaign:first-child p.banner{
	margin: 0 auto 15px;
}*/
.campaign p.banner.open::after{
	position: absolute;
    top: 21px;
    right: 20px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 12px 0 12px;
    border-color: #fff transparent transparent transparent;
    z-index: 190;
    pointer-events: none;
}
.campaign p.banner::after{
	position: absolute;
    top: 18px;
    right: 20px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 18px 12px;
    border-color: transparent transparent #fff transparent;
    z-index: 190;
    pointer-events: none;
}

#cp_box .new_year_camapign {
    margin: 0 auto;
}

#cp_box .new_year_camapign .cp_contents_main {
	padding-top: 50px;
}

#cp_box .btnArea{
	padding: 75px 0 33px;
	margin: 0 auto;

}

#cp_box .btnArea img{
	width: 100%;
}

#cp_box .btnArea h4 {
	width: 427px;
	margin: 0 auto;
	background-color: transparent;
	}
	
	#cp_box .btnArea p {
		text-align: center;
		margin: 25px auto 0;
		width: 460px;
	}
	#cp_box .btnArea p a {
		margin: auto;
	}

.campaign .inrPc a img ,.campaign .inrSp a img{
	width: auto;
}
.superMasterPc{
	width: 100%;
	background: url(../img/super-master_bg.jpg) no-repeat center top;
    background-color: #fff;
	/*height: 662px;*/
}

.superMasterPc .inr{
	width: 1000px;
	margin:0 auto;
	background: url(../img/super-master.png) no-repeat top center;
}

.superMasterSp{
}

.campaign .inrSp{
}
.campaign.other .inrPc{ width: 100%; margin: 0 auto;}
.campaign.other .inrPc img{ 
	width: 100%;
    background-color: #c0182f;
	margin-top: -125px;
	z-index: 0;

}
.campaign img{
	margin: 0 auto;
}

.kawasaki{position: relative;}
.kawasaki a{
    width: 25px;
    height: 20px;
    font-size: 0;
    display: inline-block;
    position: absolute;
    margin: -90px 0 0 -413px;
}
.kawasaki a:hover{
	background: #fff;
	opacity: 0.3;
}
/*.caution{
	background-color: #d20a10;
	width: 100%;
	padding: 0 0 80px 0;
}

.caution p{
	width: 1000px;
	margin: 0 auto;
}

.caution ul{
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	transform: translateX(80px);
}

.caution ul li{
	float: left;
}

.caution ul li dl{
	width: 500px;
	margin: 0 auto;
	text-align: left;
	color: #FFF;
	font-size: 13px;
    line-height: 26px;
}

.caution ul li dl dt{
	background-color: #fff;
    color: #d20a10;
    display: inline-block;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 1px 6px 2px;
	letter-spacing: 1.2px;
}*/
.fitnessstudio_campaign{
 width: 100%;
}

.fitnessstudio_campaign.gurutore{
background: url(../img/gurutore_pc.png) top center no-repeat;
background-size: cover;
padding-top: 37%;
line-height: 0;
}


.information{
width: 100%;
background: url(../img/information_bg.png) center top repeat;
}
.info_inner{
max-width:1215px;
margin: 0 auto;
padding:95px 0 120px 0;
background-color: #c0182f;	
}
.info_inner .wrap{
max-width: 1000px;
width: 100%;
margin: 0 auto;
}
.information h4{background-color: transparent;}
.information p{
text-align: center;
color: #ffffff;
}
.information .ttl img{
margin: 0 auto;
width: auto;
}
.information .lead{
padding: 75px 0 32px 0;
font-size: 18px;
line-height: 1.8;
letter-spacing: 0.06em;
}
.information .list_lead{
padding:75px 0 32px 0;
font-size: 20px;
line-height: 1.8;
letter-spacing: 0.06em;
}
.information .list_ttl {
padding-bottom: 32px;
font-size: 22px;
}
.information .btn_list_wrap .btn_list a{
line-height: 1.4;
}
.information .caution{
padding: 90px 0 70px 0;
font-size: 12px;
line-height: 1.8;
margin-top: 20px;
letter-spacing: 0.06em;
}
.information .btn{
width: 545px;
margin: 0 auto;
}
.information p.othershop{
font-size: 12px;
line-height: 1.5em;
color: #fff;
margin-top: -70px;
padding-bottom: 80px;
}
.information .btn_list {
width: 62%;
margin: 0 auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.information .btn_list li{
/*	margin-right: 3.25%;*/
flex-basis: 27.42%;
}
/*
.information .btn_list li:nth-child(5n){
margin-right: 0;
}*/

.information .btn_list li a{
width: 100%;
height: 70px;
border-radius: 6px;
border: 2px solid #ffffff;
display: flex;
justify-content: center;
align-items: center;
transition : 0.4s;
color: #ffffff;
}
.information .btn_list li:hover{
opacity: 0.6;
transition : 0.4s;
}
.information .btn_list li.none a{
border:none;
}
.information .btn_list li:nth-of-type(n+6){
margin-top: 30px;
}

/*
.information{
	width: 100%;
	background: url(../img/information_bg.jpg) center top;
	background-size: cover;
	padding-bottom: 0;
}

.information p{
	margin: 0 auto;
	width: 1000px;
}

.information .btn{
	width: 545px;
    height: 84px;
	margin: 0 auto;
}
.information .btn.pc a{
	width: 545px;
    height: 84px;
	background: url(../img/information_off.png) center top;
    display: block;
}
.information .btn.pc a:hover{
	background: url(../img/information_on.png) center top;
}

.information .btn.pc.observe a{
	width: 545px;
    height: 84px;
	background: url(../img/information2_off.png) center top;
    display: block;
}
.information .btn.pc.observe a:hover{
	background: url(../img/information2_on.png) center top;
}
.information p.othershop{
	font-size: 12px;
    line-height: 1.5em;
    color: #fff;
    margin-top: -70px;
    padding-bottom: 80px;
}
*/

#easy-enroll {
max-width: 1000px;
width: 82.32%%;
margin:90px auto 0 auto;
}
#easy-enroll img{width: 100%;}

.covid19{
	background-color: #f4f4f0;
	width: 100%;
	padding: 80px 0px 120px 0px;
}
.covid19 .covid19_inner{
	width: 1000px;
	margin: 0px auto 0px;
}
.covid19 .covid19_inner .covid19_ttl{width: 100%;}
	.covid19 .covid19_inner .contents{
		text-align: center;
		display: inline-block;
		vertical-align: top;
		width: 1000px;
		/*margin: 0 0 50px 0;*/
		}

	.covid19 .covid19_inner .contents .title {
	    display: inline-block;
	    font-size: 22px;
	    color: #e10000;
	    padding: 0 13px 0 0;
	    letter-spacing: 0.1rem;
	}

	.covid19 .covid19_inner .contents .sub_title {
	    display: inline-block;
	    padding: 12px 0 0 0;
	}
	.covid19 .covid19_inner .contents .title.line2{
	    line-height: 1.8rem;
	}
	.covid19 .covid19_inner .contents .main_title {
		font-size: 26px;
	    font-weight: bold;
	}
	.covid19 .covid19_inner .contents .main_title .text{
		color: #000000;
	    font-size: 16px;
	    text-align: center;
	    line-height: 1.5;
	    width: 100%;
	    margin: 0 auto;
	    padding: 60px 0 60px 0;
	    font-weight: normal;
	 }

	.covid19 .covid19_inner .contents .icon_list ul {
		overflow: hidden;
		margin: 50px 0 80px 265px;
	}

	.covid19 .covid19_inner .contents .icon_list ul li {
		float: left;
		width: 140px;
    	margin: 0 10px 0 10px;
		font-size: 12px;
	}
	.covid19 .covid19_inner .contents .icon_list ul li img {
		width: 100px;
		margin-bottom: 10px;
	}
.covid19 .covid19_inner .contents .icon_list ul li p{
		font-size: 12px;
		line-height: 1.5em;
}
	.covid19 .covid19_inner .contents ul.section {
		width: 1000px;
		text-align: left;
	}


	.covid19 .covid19_inner .contents p.text{
		/*margin: 0 0 50px 0;*/
		color: #000000;
		font-size: 15px;
		text-align: left;
		line-height: 1.8;
	}
	.covid19 .covid19_inner .contents p.text span{
		font-weight: bold;
		color: #EC0000;
	}
	.covid19 .covid19_inner .contents .block {
		width: 300px;
		vertical-align: top;
		display: inline-block;
		padding-bottom: 50px;
	}
	.covid19 .covid19_inner .contents .block:nth-child(1), .covid19 .covid19_inner .contents .block:nth-child(2){
		margin-right: 38px;
}
	.covid19 .covid19_inner .contents .block img{
		width: 310px;
	}

	.covid19 .covid19_inner .contents .block .ttl_fwb {
		text-align: left;
	    margin: 15px 0 0 0;
	    font-weight: 600;
	    font-size: 14px;
	}
.covid19 .covid19_inner .contents .block .ttl_fwb p{
	    font-size: 12px;
		font-weight: normal;
		margin-top: 5px;
	}
	.covid19 .covid19_inner .contents .block .detail {
		text-align: left;
	    font-size: 15px;
	    line-height: 1.5;
	    width: 100%;
	    margin: 10px 0 0 0;
	}
	.covid19 .covid19_inner .contents .block .ttl_fwb span.red{
		color: #e10000;
	}

	.covid19 .covid19_inner .contents p.text span.fwb {
		font-weight: bold;
		color: #000000;
	}
	.covid19 .covid19_inner .contents p.text span.kome {
		color: #000000;
		font-size: xx-small;
	}

	.covid19 .covid19_inner .contents p.text span.em{
		font-size: 18px;
		font-weight: bold;
	}
	.covid19 .covid19_inner .contents p.text a{
		color: #EC0000;
		text-decoration: underline;
	}
.covid19 .covid19_inner .btn{
	width: 545px;
    height: 84px;
	margin: 0 auto;
}
.covid19 .covid19_inner .btn.pc a{
	width: 545px;
    height: 84px;
	background: url(../img/covid19_off.png) center top;
    display: block;
}
.covid19 .covid19_inner .btn.pc a:hover{
	background: url(../img/covid19_on.png) center top;
}

.map{
	width: 100%;
	text-align: center;
}

.map ul.sp{
	width: 100%;
}

.map ul.sp li img{
	width: 100%;
}

.forInr{
	background-color: #EDEDED;
	width: 100%;
	overflow: hidden;
	position: relative;
    /*background-color: #f4f5f0;*/
}
.forInr > p{
	width: 100%;
	position: absolute;
    bottom: 290px;
    left: 0;
}
.forInr > p > span{
	display: block;
	max-width: 975px;
	margin: 0 auto;
}
.forInr > p > span a{
	width: 15em;
	display: block;
    background: #b51d23;
    color: #fff;
	font-weight: bold;
	border-radius: 3px;
	padding: 20px 50px 20px 20px;
	position: relative;
}
.forInr > p > span a:hover{
	opacity: 0.7;
}
.forInr > p > span a::after{
	content: "";
    position: absolute;
    top: 38%;
    right: 20px;
    margin: auto;
    margin-left: -9px;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
}

.forInr .pc{
	width: 1000px;
	margin:0 auto; 
}

.forInrclm{
	color: #000;
    float: left;
    height: 620px;/*デザインに合わせて*/
    width: 50%;
}


.forInrclm-l img{
	width: 500px;
	margin: 0 auto;
}

.forInrclm-r{
	background: url(../img/for_bk.jpg) no-repeat center;
	background-size: cover;
}

.campaign .ac_campaign{
	position: relative;
}

.campaign.n1 .ac_campaign a{
	display: block;
	position: absolute;
	top: 654px;
	right: 330px;
}
.campaign.n1 .ac_campaign a + a{
	display: block;
	position: absolute;
	top:auto;
	bottom: 56px;
	right: 95px;
}
.campaign.n2 .ac_campaign a{
	display: block;
	position: absolute;
	top: 654px;
	right: 330px;
}
.campaign.n2 .ac_campaign a.n2{
	top: auto; bottom: 52px; left: 240px;
	margin: 0 auto;
	font-weight: bold;
	text-decoration: underline;
}
.campaign.n2 .ac_campaign a + a{
	display: block;
	position: absolute;
	top:auto;
	bottom: 55px;
	right:310px;
}
.campaign .ac_campaign a:hover{
	opacity: 0.7;
}


/*-------------------
fitnessstudioのみ
-------------------*/

.bnrArea ul{
	width: 600px;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0 50px;
}
.bnrArea ul li {
    float: left;
    margin: 0 auto;
    padding: 0 20px;
    width: 260px;
}
.bnrArea ul li dd {
    text-align: left;
}
.bnrArea ul li dd a.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 12px;
}
.bnrArea ul li dd a.arrow::before,
.bnrArea ul li dd a.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.bnrArea ul li dd a.arrow::before{
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #c00000;
}
.bnrArea ul li dd a.arrow::after{
	left: 3px;
	width: 3px;
	height: 3px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*-------------------
OTHER　キャンペーン・広告
-------------------*/
.wd_box{
	width: 100%;
/*	background-color: #FFFFDC;*/
}
.wd_box .ttlArea_box{
    width: 87.125%;
    margin: 0 auto;
}
.wd_box .ttlArea_box img{
	width: 100%;
}
.wd_box .ttlArea_box .ttl{
display: inline-block;
}
.wd_box .inner{
max-width: 1000px;
margin: 0 auto;
padding-bottom: 100px;
width: 69.44%;
}

/*-------------------
ジェクサーが選ばれる理由
-------------------*/
#reason .ttlBox{
    text-align: center;
    margin-bottom: 50px;
    padding-top: 90px;	
}
#reason .reasonBox{
	text-align: center;
}
#reason .reasonBox img{
	width: 100%;
}
#reason .ttlBox p {
    display: inline-block;
}
#reason .txtArea{
/*    color: #012A7A;*/
    line-height: 1.8;
    text-align: center;
    margin-bottom: 70px;
    font-size: 22px;
    margin-top: 40px;
}



/*-------------------
終了マスク
-------------------*/
	.campaign{position:relative; max-width:1000px; margin: 0 auto;}
	.close_box{position: absolute; left:0; top:0; width:100%; height: 100%; display: inline-block;}
	.close_box span{position: absolute; left:0; top:0; z-index:1; width:100%; height: 100%; background: #fff; opacity: 0.9;}
	.close_box strong{position: absolute; left:0; top:35%; z-index:2; width:100%; color:#555; font-size: 3em; text-align: center; line-height: 1.5em; padding: 0;}

/*-------------------
fitnessstudioのみ
-------------------*/

@media screen and (max-width : 768px){

.pc{ display: none; }
.sp{ display: block; }

.pagetop {
width: 50px;
height: 50px;
bottom: 20vw;
right: 4vw;
}
.pagetop::before {
border-top: 6px solid #fff;
border-right: 6px solid #fff;
width: 14%;
height: 14%;
top: 40%;
}

/*-------------------
共通
-------------------*/
#wrap .cp_contents{
	background-size: 17%;
}
.campaign.other{
	background-color: #c0182f;
}
h4 img{
	width: 100%;
}
.fix_bn{
    right: 20px;
    bottom: 25px;
    background-size: 5px 20px;
    padding-top: 40px;
    width:90px;
    height: 50px;
    font-size: 14px;
    line-height: 1.2;
}
.text01, .text02, .text03{
    margin-bottom: 2px;
    font-size: 2.6vw;
    display: block;
}
#cp_box{

	}

/*-------------------
HEADER
-------------------*/
.fitnessstudio_header_nav-info_item {
margin-right: 3vw
/*15px*/
;
height: 27px;
}

.fitnessstudio_header_nav-info_item.nav-info-1,
.fitnessstudio_header_nav-info_item.nav-info-2,
.fitnessstudio_header_nav-info_item.nav-info-3 {
width: 18vw;
}

.fitnessstudio_header_main {
height: 57px;
}

.fitnessstudio_header_nav-info_item {
height: 14vw
/*57px*/
;
}

.nav_btn .fitnessstudio_header_nav-info {
padding: 0;
width: auto;
}

.nav_btn .fitnessstudio_header_nav-info_item {
float: left;
width: 60px;
height: auto;
}

#header_fix .fitnessstudio_header_main {
height: 15vw;
}

#header_fix .fitnessstudio_header_logo {
top: 0;
left: 0;
width: 16vw;
}

#header_fix .jr_header_logo {
position: absolute;
width: 16vw;
top: 0;
left: 16vw;
}
.fitnessstudio_header ul.addHeader li {
display: inline-block;
position: relative;
width: 27vw;
height: 15vw;
text-align: center;
background-color: #c0182f;
}

.fitnessstudio_header ul.addHeader li.info {
background-color: #fff;
}

.fitnessstudio_header ul.addHeader li.lesson a::before {
content: '';
width: 100%;
height: 100%;
background-image: url(../../common/img/ico_notepc.png);
background-size: 26%;
background-repeat: no-repeat;
background-position: 0 0;
top: 5vw;
left: 10vw;
}

.fitnessstudio_header ul.addHeader li.info a::before {
content: '';
width: 100%;
height: 100%;
background-image: url(../../common/img/ico_mail.png);
background-size: 22%;
background-repeat: no-repeat;
background-position: 0 0;
top: 20px;
left: 40px;
}

.fitnessstudio_header ul.addHeader li a::before {
content: '';
display: inline-block;
position: absolute;
top: 0;
bottom: 0;
left: -2.5rem;
margin: auto;
}

.fitnessstudio_header ul.addHeader li a p {
font-size: 3vw;
font-weight: 600;
text-indent: -1rem;
padding: 1rem 0;
color: #ffffff;
margin: 5vw 0px 0 4vw;
}

.fitnessstudio_header ul.addHeader li.info a p {
color: #EC0000;
}

.fitnessstudio_header ul.addHeader li:nth-of-type(2) {
margin: 0 0 0 0.5%;
}

.fitnessstudio_header ul.list {
right: 0;
}

.fitnessstudio_header ul.addHeader {
position: fixed;
text-align: right;
z-index: 103;
font-size: 0;
display: inline-block;
vertical-align: top;
letter-spacing: 0;
background-color: #fff;
}

.fitnessstudio_header .spFixed {
		position: fixed;
		bottom: 0;
		right: 0;
		width: 100%;
		z-index: 103;
		font-size: 0;
		display: inline-block;
		vertical-align: top;
		letter-spacing: 0;
		text-align: center;
	}
.fitnessstudio_header .spFixed img {
		width: 60vw;
		padding: 5vw;
	}
.fitnessstudio_header .spFixed p {
		font-size: 0.85rem;
		color: #fff;
		line-height: 1.2rem;
		padding: 3vw 0;
	}
.fitnessstudio_header .linebtn {
		background-color: #c0182f;
	}

.fitnessstudio_header .pc{ display: none !important;}
.fitnessstudio_header .sp{ display: block !important;}

/*--　Footer: spFixed 使用時　--*/
footer {padding: 18px 0 18vw 0 !important;}



/*-------------------
CONTENTS
-------------------*/


#wrap {padding-top:15%;}
#wrap .sp {width:100%;}

.forInr.applications{
	background: #dbddde;
}
.forInr.applications .sp{
	margin-bottom: 60px;
}
.forInr.applications > p {
    position: absolute;
    /*bottom: 30px;*/
    bottom: 14px;
    left: 0;
}
.forInr.applications > p > span a{
	width: 16em;
}
.main img{ width: 100%;}

p.bannerTtl{
	font-size: 4.6vw;
	padding: 5% 0 5% 5%;
	margin: 5% 5% 0 5%;
}
p.bannerTtl span{font-size: 3.4vw;}
.new_fitnessstudio_style{
	background: url(../img/new_fitnessstudio_style_bg_sp.jpg) no-repeat center top;
	background-size: contain;
	padding-bottom: 20%;
}
.new_fitnessstudio_style .new_inner{
	width: 100%;
	margin: 12% auto 0%;
} 
.new_fitnessstudio_style .new_inner h3{
    margin: 13% auto 12%;
    padding: 0;
}
.new_fitnessstudio_style .new_inner .illust{
	background: url(../img/staff_illust.png) no-repeat center;
    float: left;
    width: 60%;
    margin: 34% 0 0 20%;
    background-size: contain;
}
.new_fitnessstudio_style .new_inner .comment{
	background: url(../img/staff_comment_sp.png) no-repeat center;
	width: 90%;
    background-size: contain;
    margin: -10% 5% 0 5%;
	position: absolute;
}
.new_fitnessstudio_style .new_inner .staff_text{
	width: 90%;
    font-size: 4.2vw;
    line-height: 1.6;
    margin: 0 5% 10% 0;
}
.new_fitnessstudio_style .new_inner .staff_text span{

}
.new_fitnessstudio_style .new_inner .staff_text .link{
    font-size: 3.8vw;
    margin: 3% auto 3%;
	display: block;
}
#cp_box .new_year_camapign{
	padding: 0 5.06vw;
}	

#cp_box .campaign.c_title .inrSp.sp{
width: 89.8vw;
margin: 0 5%;
}

h3.campaign.c_title{
padding-top: 32px;
}
.campaign_detail{
margin-top:32px;
}	
#wrap .cp_contents	{
margin: 0;
padding-bottom: 0;
}

#wrap .cp_contents .cp_contents_main {
	width: 100%;
	padding-top: 7.33vw;
}

p.yellow{
	font-size: 3.2vw;
    color: #fff100;
    margin: 0px 3.7vw;
    line-height: 5vw;
    text-align: left;
}
	
.campaign.n1{
	padding-top: 10px;
}
.campaign.n2{
	height: auto;
}

.campaign img { width: 100%; }

.inrSp img{
	width: 100%;
	z-index: 1;
	position: relative;
}
.campaign.other .inrSp img{
	z-index: 0;
	margin-top: -110px;
}
.campaign p.banner{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4em;
	padding: 20px 0 14px 5%;
	max-width: 85%;
	margin: 25px auto 0;
	position: relative;
}
/*.campaign:first-child p.banner{
	margin: 0 auto 10px;
}*/
.campaign p.banner.open::after{
	position: absolute;
    top: 22px;
    right: 15px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
    z-index: 190;
    pointer-events: none;
}
.campaign p.banner::after{
	position: absolute;
    top: 18px;
    right: 15px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 10px 14px 10px;
    border-color: transparent transparent #fff transparent;
    z-index: 190;
    pointer-events: none;
}
.campaign.n3 p.banner::before{
	position: absolute;
	top: 30px;
    right: 20px;
}
.campaign.n1 p.banner::after, .campaign.n2 p.banner::after, .campaign.n3 p.banner::after{
	position: absolute;
	top: 32px;
    right: 15px;
}
.campaign.n1 p.banner.open::after, .campaign.n2 p.banner.open::after, .campaign.n3 p.banner.open::after{
	position: absolute;
	top: 34px;
    right: 15px;
}
.campaign .inrSp a img{
	width: auto;
}

.superMasterPc .inr{
	width: 100%;
}

.kawasaki a{
    width: 10vw;
    height: 8vw;
    margin: -22% 0 0 -36%;
}

.fitnessstudio_campaign.gurutore{
		background: url(../img/gurutore_sp.png) top center no-repeat;
		background-size: cover;
		padding-top: 121.068%;
}
.information{
/*background: url(../img/information_bg.png) center top repeat;
padding: 20vw 0;
	*/
}
.info_inner{
padding: 60px 5% 30px 5%;
}		
	
.information p{
	width: 100%;
}
.information h4 {
width: 90%;
margin: 0 auto 25px auto;
}
.information .ttl img{
	width: 80%;
}
.information .lead{
    padding: 10vw 0;
    font-size: 3.6vw;
    line-height: 1.8;
    letter-spacing: 0.06em;
    width: 90vw;
    margin: 0 auto;
}
.information .list_lead{
    padding: 10vw 0;
    font-size: 3.6vw;
    line-height: 1.8;
    letter-spacing: 0.06em;
}
.information .list_ttl{
	font-size: 4vw;
}
.information_btn::after {
    border-right: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 18%;
    top: 48%;
    transform: rotate(135deg) translateY(50%);
    width: 8px;
}
.open.information_btn::after {
    transform: rotate(-45deg) translate(-1px, -4px);
}

.information .btn_list{
	display: none;
}
.information_btn{
    position: relative;
    font-size: 5vw;
    letter-spacing: 0.1em;
    font-weight: bold;
    padding: 6vw 0;
}
.information .btn_list_wrap{
    display:none;
}
.information .btn_list {
    width: 72vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 10vw;
}
.information .btn_list li {
    margin-right: 0;
}
.information .btn_list li a{
    width: 32vw;
    height: 13vw;
    border-radius: 6px;
    background-color: #c0182f;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    font-size: 3.4vw;
    color: #fff;
    border: 2px solid #ffffff;	
}
.information .btn_list li:hover{
	opacity: 0.6;
	transition : 0.4s;
}
.information .btn_list li.none a{
	display: none;
}
.information .btn_list li:nth-of-type(n+3){
    margin-top: 6vw;
}
.information .wrap{
    margin: 30px auto 0;
    border-radius: 10px;
    border: 2px solid #ffffff;
    width: 100%;
    padding: 0 3vw;
    box-sizing: border-box;
}
.information .caution {
    font-size: 3vw;
    line-height: 1.8;
    margin-top: 6vw;
    letter-spacing: 0.06em;
    width: 80vw;
    padding: 0;
}
.information p.othershop{
	font-size: 12px;
    line-height: 1.7em;
    color: #fff;
    margin-top: -20px;
    padding-bottom: 15px;
}


/*
.information{
    padding-top: 30px;
	padding-bottom: 35px;
}
.information p{
	width: 100%;
}

.information .btn.sp a {
	width: 80%;
    display: block;
    margin: 0 auto;
}

.information .btn.sp a img {
	width: 100%;
}
.information p.othershop{
	font-size: 12px;
    line-height: 1.7em;
    color: #fff;
    margin-top: -20px;
    padding-bottom: 15px;
}
*/

#easy-enroll{
    margin-top: 35px;
    width: 100%;
    max-width: 100%;
}


.covid19{
	width: 100%;
	padding: 20px 0px 55px 0px;
}
.covid19 .covid19_inner{
	width: 100%;	
	margin: 8% auto 10%;
}
	.covid19 .covid19_inner .covid19_ttl img{width: 100%;}
		.covid19 .covid19_inner .contents{
			width: 100%;
		text-align: center;
		display: inline-block;
		vertical-align: top;
		margin: 0 0 8vw 0;
		}
	.covid19 .covid19_inner .contents .icon_list ul {
	overflow: hidden;
    margin: 7vw 0 15vw -1vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	}

	.covid19 .covid19_inner .contents .icon_list ul li {

	    width: 24vw;
   		margin: 0 1vw 0 1vw;
	}
	.covid19 .covid19_inner .contents .icon_list ul li p{
		margin: 0 auto;
	}

	.covid19 .covid19_inner .contents .icon_list ul li img {
		width: 20vw;
	}


	.covid19 .covid19_inner .contents .block {
		width: 100%
	}
	.covid19 .covid19_inner .contents ul.section{
	width: 80%;
    margin: 0 0 0 10%;
	}
	.covid19 .covid19_inner .contents .block .photo img {
		width: 100%;
	}

	.covid19 .covid19_inner .contents .block:nth-child(1), .covid19 .covid19_inner .contents .block:nth-child(2){
		margin: 0;
}

	.covid19 .covid19_inner .contents .block .ttl_fwb {
		text-align: left;
	    margin: 3vw 0 0 0;
	    font-weight: bold;
	    font-size: 3.9vw;
	}
	.covid19 .covid19_inner .contents .block .detail {
	    margin: 2.5vw 0 8vw 0;
	    color: #000000;
	    font-size: 3.5vw;
	    text-align: left;
	}
	.covid19 .covid19_inner .contents .block .ttl_fwb span.red{
		color: #e10000;
	}



	.covid19 .covid19_inner .contents .block .icon img{
		width: 15vw;
	}
	.covid19 .covid19_inner .btn{width: 100%; margin: -9% 0 0 0}
.covid19 .covid19_inner .btn.sp a {
	width: 80%;
    display: block;
    margin: 0 auto;
}

.covid19 .covid19_inner .btn.sp a img {
	width: 100%;
}

.forInrclm-l{
	width: 100%;
	background: url(../img/for_Inr_bk_sp.jpg) no-repeat center;
	background-size: cover;
}

.forInrclm-l img{
	width: 100%;
}
.forInr > p {
    position: absolute;
    bottom: 0;
	left: 0;
}
.forInr > p > span a{
	margin: 0 auto;
}
.forInr img{width: 100%;}
.bnrArea ul{
	width: 100%;
}

.bnrArea ul li{
	width: 46%;
	padding: 0 1%;
}
.bnrArea > ul li:nth-of-type(1){
	width: 48%;
	padding: 0 0.5% 0 1.5%;
}
.bnrArea > ul li:nth-of-type(2){
	width: 48%;
	padding: 0 1.5% 0 0.5%;
}


.campaign .ac_campaign a{
	max-width: 76%;
}
.campaign .ac_campaign a img{
	max-width: 100%;
}
.campaign.n1 .ac_campaign a{
	position: absolute;
	top: 58.5%;
	/*top: 69.7%;*/
	right: 12%;
}
.campaign.n1 .ac_campaign a + a{
	position: absolute;
	top:auto;
	bottom: 1.5%;
	right: 12%;
}
.campaign.n2 .ac_campaign a{
	position: absolute;
	top: 58.5%;
	right: 12%;
}
.campaign.n2 .ac_campaign a.n2{
	top: auto; bottom: 4vw; left: 14vw;
	margin: 0 auto;
	font-weight: bold;
	font-size: 3.2vw;
	text-decoration: underline;
}
.campaign.n2 .ac_campaign a + a{
	position: absolute;
	top:auto;
	bottom: 1.1%;
	right: 12%;
}
#wrap .sp.shop_list > ul li{
	border-bottom: solid 1px #dedede;
}
#wrap .sp.shop_list > ul li > a{
	display: block;
	width: 100%;
	height: 100%;
}
#wrap .sp.shop_list > ul li > a img{
	display: block
}

#cp_box .btnArea {
	width: 90%;
	margin: auto;
	padding: 10vw 4.66vw 15.33vw;
}

#cp_box .btnArea h4 ,#cp_box .btnArea p {
	max-width: 100%;
}

#cp_box .btnArea h4 ,#cp_box .btnArea h4 img {
	width: 64.8vw;
	margin: auto;
}

#cp_box .btnArea p {
	margin-top: 4.66vw;
}

#cp_box .btnArea p a,#cp_box .btnArea p a img {
	margin: auto;
}

/*-------------------
OTHER　キャンペーン・広告
-------------------*/
.wd_box .ttlArea_box{
    padding: 0 3.2%;
    width: 100%;
    box-sizing: border-box;
}	
	
.wd_box .flBox_btween{
display: block;
}
.wd_box .facility .area {
    margin-bottom: 50px;
}
.wd_box .facility .areabox02 .box li{
margin-bottom: 40px;
}	
.wd_box .inner .ttlArea .pc {
    display: none;
}
.wd_box .box{
	margin-bottom: 20px;
}	
.wd_box .box:last-child{
	margin-bottom: 0;
}	
.wd_box .inner{
	width:100%;
    padding: 0 6.4% 28px;
    box-sizing: border-box;
}



/*-------------------
ジェクサーが選ばれる理由
-------------------*/
#reason .ttlBox{
    text-align: center;
    margin-bottom: 30px;
    padding-top: 45px;
    width: 92%;
    margin: 0 auto 15px auto;    
}
#reason .reasonBox{
	text-align: center;
} 
#reason .ttlBox p {
    display: inline-block;
}
#reason .txtArea{
    line-height: 1.6;
    margin-bottom: 30px;
    font-size: 13px;
    margin-top: 25px;
    letter-spacing: 0.1em;    
}

/* 終了マスク */
.close_box{position: absolute; left:5%; top:0; width:90%; height: 100%; display: inline-block;}
.close_box strong{font-size: 1.4em; position: absolute; left:1%; top:45%;}

}

