@charset "UTF-8";
/*----------------------------------------

	+ wrapper
		- header
		- footer

-----------------------------------------*/


/*----------------------------------------
	body
-----------------------------------------*/
body{
	background: #333;
	color: #fff;
}


.pc{
	display:block;
}

.sp{
	display:none;
}

.map {
width:100%;              /*横幅いっぱいにwidthを指定*/
padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
height:0px;              /*高さはpaddingで指定するためheightは0に*/
position: relative;
}
.map iframe{
  position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
	border: none;
}
/*----------------------------------------
	header
-----------------------------------------*/
header{
	padding:20px 40px;
	margin:0 auto;
	width:100%;
	background:#000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  z-index : 2;
  top  : 0;
  left : 0;
	display: flex;
	justify-content: space-between;
}
header .header_logo{
	display: flex;
}
header .header_logo h1{
	margin-right: 30px;
	border-right:1px #ccc solid;
}
header .header_logo a{
	display: flex;
	align-items: center;
}
header .header_logo dl{
	padding:0 30px 0 20px;
	line-height: 1.4;
}
header .header_logo dt{
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	letter-spacing:2px;
	font-weight: 600;
}
header .header_logo dd{
	font-size: 24px;
	letter-spacing:5px;
	font-weight: 500;
}
header .header_logo .header_tel{
	background:url("../images/rn_cmn/cmn_head_telico.png") no-repeat left center;
	padding:5px 0 0 40px;
	font-size: 10px;
	font-weight: 500;
}
header .header_logo .header_tel span{
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	font-weight: 600;
}

header .header_nav{
	display: flex;
	align-items: center;
}
nav.globalMenu ul{
	display: flex;
}
nav.globalMenu li{
	font-weight: 700;
	padding-right: 30px;
	line-height: 1.5;
}
nav.globalMenu li span{
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	font-weight: 600;
}
header .regist{
	display: block;
	background:url("../images/rn_cmn/cmn_head_registico.png") no-repeat left 20px center #3cb7f5;
	border-radius: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	padding:5px 60px;
	margin: 0 10px 0 10px;
}


/*----------------------------------------
	header_covid
-----------------------------------------*/
.header_covid{
	box-sizing: border-box;
	margin:100px auto 0 auto;
	background: #404040;
	font-size: 13px;
	padding: 10px 0;
	text-align: center;
}

/*----------------------------------------
	cmn_btn
-----------------------------------------*/
.cmn_btn{
	box-sizing: border-box;
	text-align: center;
	display: flex;
	position: fixed;
	justify-content: space-between;
	z-index: 99;
	width: 100%;
	bottom: 0;
}
.cmn_btn dl{
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	padding: 20px 0;
}
.cmn_btn dd{
	font-size: 2vw;
	padding-left:4%;
}
.cmn_btn dt{
	width:10%;
}
.cmn_btn .tel{
	background:url("../images/rn_cmn/cmn_bottom_btn.png") no-repeat right 5px bottom 5px #ffa800;
	width:100%;
}
.cmn_btn .regist{
	background:url("../images/rn_cmn/cmn_bottom_btn.png") no-repeat right 5px bottom 5px #006ff8; 
	width:100%;
}
.cmn_btn .see{
	background:url("../images/rn_cmn/cmn_bottom_btn.png") no-repeat right 5px bottom 5px #219bc6; 
	width:100%;
}
.cmn_btn .ex{
	background:url("../images/rn_cmn/cmn_bottom_btn.png") no-repeat right 5px bottom 5px #de6b89; 
	width:100%;
}
/*----------------------------------------
	regist_btn
-----------------------------------------*/
.regist_btn{
	display: block;
	padding: 90px 40px 100px 40px;
}
.btm{
	padding: 150px 0 0px 0;
}
.regist_btn a{
	display: block;
	margin: 0 auto;
	background:#3cb7f5;
	border-radius: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 30px;
	padding:30px 20px;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	max-width: 1200px;
}
.regist_btn p{
	top:-30px;
	left:30%;
	position: absolute;
}
/*----------------------------------------
	footer
-----------------------------------------*/
footer{
	margin-top: 150px;
}
/*--------  footer_greeting --------*/
.footer_greeting{
	padding:0 8% 100px 8%;
	margin: 0 auto;
	text-align: center;
}
.footer_greeting h3{
	font-size: 25px;
	font-weight: 700;
	padding:0 0 30px 0;
	color:#3cb7f5;
}
/*--------  footer_clubinfo --------*/
.footer_clubinfo{
	padding:0 8% 80px 8%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footer_clubinfo .info_left{
	width:350px;
}
.footer_clubinfo .info_left .pic{
	margin: 0 auto;
	text-align: center;
}
.footer_clubinfo .info_left h4{
	font-size: 20px;
	font-weight: 700;
	padding:10px 0 0 0;
	color:#ffa800;
	margin: 0 auto;
	text-align: center;
}
.footer_clubinfo .adress .tel{
	font-size: 24px;
	font-weight: 500;
	padding:0 0 0 40px;
	background:url("../images/rn_cmn/cmn_foot_telico.png") no-repeat left center;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
.footer_clubinfo .adress .hours{
	padding:0 0 0 40px;
	background:url("../images/rn_cmn/cmn_foot_hourico.png") no-repeat left center;
	line-height: 1.5;
}
.footer_clubinfo .adress .hours dt{
	font-weight: 700;
}
.footer_clubinfo .adress .hours dd{
	font-size: 12px;
}
.footer_clubinfo .business_hours p{
	font-size: 12px;
	padding: 10px 0 0 0;
	font-weight: 700;
	line-height: 1.5;
}
.footer_clubinfo .business_hours{
	margin: 20px 0;
	padding: 20px 0;
	border-bottom: 1px #ccc solid;
	border-top: 1px #ccc solid;
}
.footer_clubinfo .business_hours .business_wrap{
	display: flex;
	justify-content: space-between;
}
.footer_clubinfo .business_hours ul{
	width: 48%;
	font-size: 13px;
}
.footer_clubinfo .business_hours .title{
	font-size: 12px;
	font-weight: 700;
}
.footer_clubinfo .business_hours dl{
	display: flex;
	justify-content: space-between;
	align-items:center;
}
.footer_clubinfo .business_hours dd{
	font-size: 18px;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
.footer_clubinfo .business_hours dd span{
	font-size: 12px;
}
.footer_clubinfo .info_left .regist{
	display: block;
	background:url("../images/rn_cmn/cmn_head_registico.png") no-repeat left 20px center #3cb7f5;
	border-radius: 50px;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 20px;
	padding:15px 20px;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}
.footer_clubinfo .info_left .regist p{
	top:-10px;
	left:15%;
	position: absolute;
}
.footer_clubinfo .info_right{
	flex: 1;
	padding-left: 50px;
}
.footer_clubinfo .info_right ul{
	display: flex;
	justify-content: space-between;
	align-items:center;
	margin-top: 50px;
}
.footer_clubinfo .info_right li{
	display: block;
	background:url("../images/rn_cmn/cmn_foot_arrow.png") no-repeat right 20px center #fff;
	border-radius: 50px;
	font-weight: 700;
	letter-spacing: 1px;
	padding:8px 20px;
	width: 32%;
	text-align: center;
	box-sizing: border-box;
}
.footer_clubinfo .info_right li a{
	color:#000;
	font-size: 14px;
}

/*--------  footer_link --------*/
.footer_link{
	padding:0 8% 20px 8%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
}
.footer_link .link_left{
	width: 31%;
}
.footer_link .link_left ul{
	margin: 30px auto 0 auto;
}
.footer_link .link_left li{
	margin: 0 auto;
	border-bottom: 1px #ccc solid;
	padding: 12px 0;
	background:url("../images/rn_cmn/cmn_foot_arrow_wh.png") no-repeat right center;
}
.footer_link .link_left li:first-of-type{
	border-top: 1px #ccc solid;
}

.footer_link .link_right{
	width: 65%;
}
.footer_link .link_right dl{
	display: flex;
	justify-content: space-between;
}
.footer_link .link_right dt{
	font-weight: 700;
	font-size: 16px;
	width: 42%;
}
.footer_link .link_right dd{
	width: 55%;
}
.footer_link .link_right dd a{
	display: block;
	background:url("../images/rn_cmn/cmn_foot_linkico.png") no-repeat right 20px center #3cb7f5;
	border-radius: 50px;
	font-weight: 700;
	padding:8px 40px;
	text-align: center;
	box-sizing: border-box;
}
.footer_link .link_right ul{
	margin: 30px auto 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer_link .link_right li:first-of-type,
.footer_link .link_right li:nth-of-type(2),
.footer_link .link_right li:nth-of-type(3){
	border-top: 1px #ccc solid;
}
.footer_link .link_right li{
	border-bottom: 1px #ccc solid;
	padding: 12px 0;
	width: 31%;
}
.footer_link .link_right ul:after {
    content: "";
    display: block;
    width: 31%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
.footer_link .link_right li:first-of-type{
	border-top: 1px #ccc solid;
}
/*--------  copyright --------*/
.copyright{
	padding:0 8% 160px 8%;
	text-align: right;
	font-size: 12px;
}
/*ページトップボタン*/
.page-top{
	display: block;
	position: fixed;
	right: 40px;
	bottom: 90px;
	z-index: 9999;
	line-height: 1.2;
	margin-bottom: 0;
}




/*media Queries タブレットサイズ（1200px～
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1200px) {

	body{
		font-size: 13px;
	}

	html{
		overflow-x: hidden;
		overflow-y: scroll;
	}

	html,body{
		width: 100%;
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
	}


.pc{
	display:none;
}

.sp{
	display:block;
}


/*----------------------------------------
	header
-----------------------------------------*/
header{
	padding:10px 4%;
}
header .header-logo{
	width:30%;
}

header .header_logo h1{
	margin-right: 0px;
	border-right:none;
}	
header .header_nav{
	display: none;
}
header .header_logo .header_tel{
	display: none;
}	
	
/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: absolute;
  z-index : 9999;
  right : 30px;
  top   : 23px;
  width : 60px;
  height: 60px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 50px;
  height  : 1px ;
  left    : 6px;
  background : #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 13px;
}
.hamburger span:nth-child(2) {
  top: 21px;
}

nav.globalMenuSp {
	position: fixed;
	height: 100vh;
  z-index :999;
  top  : 0;
  left : 0;
  color: #fff;
  background:#333;
  text-align: center;
  width: 100%;
  opacity: 0;
	pointer-events: none;
  transition: opacity .6s ease, visibility .6s ease;
}

nav.globalMenuSp.is-active{
  pointer-events: auto;
  opacity: 1;
}


nav.globalMenuSp li{
	border-bottom: 1px #ccc solid;
	font-weight: 700;
	font-size:  15px;
	text-align: left;
	position: relative;
	padding: 10px 0;
}
nav.globalMenuSp li span{
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	font-weight: 600;
}
nav.globalMenuSp .regist{
	display: block;
	background:url("../images/rn_cmn/cmn_head_registico.png") no-repeat left 20px center #3cb7f5;
	border-radius: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	padding:8px 60px;
	margin:20px 8% 0 8%;
}
nav.globalMenuSp li:last-of-type,
nav.globalMenuSp li.last{
	border-bottom:none;
}
nav.globalMenuSp li::after{
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
nav.globalMenuSp ul {
	padding:10% 8% 0 8%;
	 margin: 0 auto;
}
nav.globalMenuSp .form{
	font-size:5vw;
	border-radius:50px;
	font-weight: 700;
	letter-spacing: 1px;
	padding:10px 10px;
	margin:0;
	text-align: center;
}

	
/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;

}
/*----------------------------------------
	header_covid
-----------------------------------------*/
.header_covid{
	margin:80px auto 0 auto;
}
	
/*----------------------------------------
	footer
-----------------------------------------*/
.footer_clubinfo .info_right li{
	background-image: none;
}
.footer_clubinfo .info_right li a{
	font-size: 1.3vw;
}
	
}/*解像度1120px以下*/

/*media Queries タブレットサイズ（900px～
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 900px) {
	
/*----------------------------------------
	regist_btn
-----------------------------------------*/
.regist_btn{
	display: block;
	padding: 10% 5% 20% 5%;
}

.regist_btn a{
	display: block;
	margin: 0 auto;
	background:#3cb7f5;
	border-radius: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 25px;
	padding:20px 20px;
}
.regist_btn p{
	left:20%;
}
	
	
/*----------------------------------------
	footer
-----------------------------------------*/
.footer_greeting{
	padding:0 5% 30px 5%;
}
.footer_clubinfo{
	display: block;
}
.footer_clubinfo .info_left{
	width:auto;
	margin-bottom: 40px;
}
.footer_clubinfo .info_right{
	padding-left: 0;
}

/*--------  footer_link --------*/
.footer_link{
	display: block;
}
.footer_link .link_left{
	width: auto;
}	
.footer_link .link_right{
	width: auto;
}
.footer_link .link_right dl{
	margin: 40px auto 0 auto;
	display: block;
}
.footer_link .link_right dt{
	width: auto;
	text-align: center;
}
.footer_link .link_right dd{
	margin: 10px auto 0 auto;
	width: auto;
}

.footer_link .link_right li{
	font-size: 11px;
	font-weight: 500;
	letter-spacing: -1px;
}
/*--------  copyright --------*/
.copyright{
	text-align:center;
	font-size: 10px;
}

}/*解像度1120px以下*/
