/*----- =================================
=== フロントページ
================================= -----*/
/*----------
Navigation - SP
----------*/
#menu-trigger{
  display: none;
  position: fixed;
	top: 0;
	right: 0;
	width: calc(32px + 6vw);
	height: calc(32px + 6vw);
  padding: 3vw 0;
  background: #957587;
  text-align: center;
	z-index: 12;
	transition: 0.3s ease-in;
}
#menu-trigger > div,
#menu-trigger > div span{
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
#menu-trigger > div{
	position: relative;
  width: 18px;
  height: 18px;
}
#menu-trigger > span{
  display: block;
  font-size: 2.3vw;
  color: #fff;
  line-height: 10px;
}
#menu-trigger > div span{
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 4px;
  background: #fff;
  transform-origin: center;
}
#menu-trigger > div span:nth-of-type(1){
  top: 0;
}
#menu-trigger > div span:nth-of-type(2){
  top: 7px;
}
#menu-trigger > div span:nth-of-type(3){
  top: 15px;
}
#menu-trigger.active > div span:nth-of-type(1){
  transform: rotate(-45deg);
  top: 8px;
}
#menu-trigger.active > div span:nth-of-type(2){
  left: calc(32px + 6vw);
}
#menu-trigger.active > div span:nth-of-type(3){
  transform: rotate(45deg);
  top: 8px;
}
#sp-g-nav-main{
  position: fixed;
  top: -100vh;
  right: 0;
  display: none;
  width: 100%;
  height: 100vh;
  font-size: 13px;
  background: #262628;
  transition: 0.5s ease-out;
  z-index: 11;
}
#sp-g-nav-main.active{
  top: 0;
}
#sp-g-nav-main.active .bk{
  display: block;
  position: fixed;
  top: 0 ;
  left: 0;
  width: 100%;
  height: calc(32px + 6vw);
  background: #262628;
  z-index: 1;
}
#sp-g-nav-main a{
  color: #fff;
  transition: 0.2s linear;
}
#sp-g-nav-main .g-nav-container{
  height: 100vh;
  padding-top: 19vw;
  padding-bottom: 16vw;
  overflow: auto;
  z-index: 0;
}
#sp-g-nav-main .nav-t{
  margin-bottom: 4px;
  color: #555;
}
#sp-g-nav-main ul li{
  border-top: solid 1px #555;
  line-height: 45px;
}
#sp-g-nav-main ul li:last-child{
  border-bottom: solid 1px #555;
}
#sp-g-nav-main ul li a{
  position: relative;
  display: block;
  padding: 0 5%;
}
#sp-g-nav-main ul li a:after{
  content: "";
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  background-image: url("../images/menu-arrow.svg");
  background-size: cover;
}
#sp-g-nav-main .member-menu{
  margin: 0 auto 12% auto;
  width: 80%;
}
#sp-g-nav-main .member-menu a{
  position: relative;
  display: block;
  margin: 5% auto 0 auto;
  padding: 0 5%;
  border: solid 1px #eee;
  line-height: 45px;
}
#sp-g-nav-main .member-menu a:after{
  content: "";
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  background-image: url("../images/menu-arrow.svg");
  background-size: cover;
}
#sp-g-nav-main .member-menu p{
  margin-top: 1px;
  font-size: 12px;
  color: #fff;
}
#sp-g-nav-main .information{
  margin-top: 6%;
  padding: 0 5%;
  color: #fff;
}
#sp-g-nav-main .information > p{
  margin-bottom: 3%;
  line-height: 1.7;
}
.visible{
	visibility: visible;
}
.button-style-change:link,
.button-style-change:visited{
	background: #fff!important;
	padding: 4px!important;
	border-radius: 50%!important;
}
@media screen and (max-width: 480px) {
  #menu-trigger{
    display: block;
  }
}




#public-img{
	position: relative;
	/*margin-top: 40px;*/
	box-shadow: 0 0 20px rgba(0, 0, 0, .6);
}
.btn-transfer{
	margin-bottom: 40px;
	position: relative;
	padding-top: 34.72%;
	width: 100%;
	height:0;
}
.btn-transfer input{
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: none;
	text-indent: -9999px;
	background: url(../images/front/public.png) no-repeat;
	background-size: 100% auto;
}
#public-img a{
	display: block;
}
#public-img a:first-child{
	margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
	.btn-transfer{
		width: calc(100% - 20px);
		margin: 0 auto 10px;	
	}
	#public-img a{
		margin: 0 10px;
	}
	#public-img a:first-child{
		margin-bottom: 20px;
	}
}
/*----- =================================
=== 動画とインスタグラム
================================= -----*/
.wrap_topix{
	display: flex;
}
.section-movie {
	width: 100%;
	/*width: 50%;*/
	display: block;
}
.section-instagram {
	width: 50%;
	display: block;
}
@media screen and (max-width: 480px) {
	 .wrap_topix{
		display: block;
	}
	.section-movie {
		width: 100%;
		display: block;
	}
	.section-instagram {
		width: 100%;
		display: block;
	}
}
/*
 section-movie
----------------------------*/
.section-movie {
  background-color: #242424;
  background-size: cover;
  padding: 40px 20%;
  display: block;
}
.section-movie > h2{
  color: #fff;
  text-align: center;
}
.section-movie > h2 span{
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.section-movie p{
  color: #fff;
  text-align: center;
  margin: 20px 0;
  font-size: 18px;
}
.section-movie .movie{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
　height:0;
   background-color: #efefef;
}
.section-movie .movie iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 480px) {
	.section-movie {
		width: 100%;
		padding: 40px 10px;
	}
	.section-movie p{
		font-size: 100%;
	}
}
/*
 section-instagram
----------------------------*/
.section-instagram{
	padding: 40px;
	background-color: #242424;
}
.section-instagram > h2{
  color: #fff;
  text-align: center;
}
#insta-feed{
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
#insta-feed .if-items{
	float: left;
	position: relative;
	display: block;
	width: calc(100% / 3 - 6px);
	margin-right: 9px;
	margin-bottom: 9px;
	background-size: cover;
	background-position: center center;
}
#insta-feed .if-items:nth-child(3n){
	margin-right: 0;
}
#insta-feed .if-items > span{
	position: absolute;
	top: 0;
	left: 0;
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	background-color: rgba(248, 175, 248, 0.69);
	opacity: 0;
	transition: 0.2s linear;
}
#insta-feed .if-items > span > span{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	color: #fff;
}
#insta-feed .if-items > span > span:before{
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 3px;
	background-image: url("images/likes.svg");
	background-repeat: no-repeat;
	background-position: center;
}
#insta-feed .if-items:hover span{
	opacity: 1;
}
@media screen and (max-width: 480px) {
	.section-instagram{
		padding: 60px 10px 85px;
	}
	#insta-feed{
		width: 100%;
	}
	#insta-feed .if-items{
		width: calc(100% / 3 - 4px);
		min-height: auto;
		margin-right: 6px;
		margin-bottom: 6px;
	}
}
/*----- =================================
=== ジムエリア
================================= -----*/
#rn-gym-studio{
	position: relative;
	background: #000;
	padding-bottom: 80px;
}
#rn-gym-studio .line-up{
	margin: 120px 0 40px;
}
#rn-gym-studio .line-up img{
	margin-top: 80px;
}
#rn-gym-studio .line-up img:first-child{
	margin-top: 0;
}
@media screen and (max-width: 480px) {
	#rn-gym-studio .machine-wrap{
		width: 96%;
		margin: 10.25vw auto 4vw auto;
		padding: 8%;
		background-color: #fff;
	}
	#rn-gym-studio .machine-wrap:nth-child(1) h3{
		width: 90%;
		margin: 0 auto 5% auto;
	}
	#rn-gym-studio .machine-wrap:nth-child(2) h3{
		width: 70%;
		margin: 0 auto 5% auto;
	}
	#rn-gym-studio .machine-wrap h4{
		margin-bottom: 5%;
		text-align: center;
	}
	#rn-gym-studio .machine-wrap h4:nth-of-type(2){
		margin-top: 10%;
	}
	#rn-gym-studio .machine-wrap h4 > img{
		height: 7.625vw;
	}
	.slider{
		border: solid 1px #aaa;
	}
	.slick-list{
		padding: 0!important;
	}
	.slider .name{
		position: relative;
	}
	.slider .name > .new{
		position: absolute;
		top: 0;
		left: 0;
		width: 20%;
		height: 24px;
		font-size: 13px;
		line-height: 24px;
		text-align: center;
		color: #fff;
		background-color: #ac0711;
	}
	.slider .name > span{
		position: absolute;
		bottom: 2.4%;
		width: 100%;
		display: inline-block;
		text-align: center;
		font-size: 2.9vw;
		background-color: #fff;
	}
}
/*----- =================================
=== サポート体制
================================= -----*/
.section-support .support_inner h2{
	background-color: #000;
	background-repeat:no-repeat;
	background-position: 20% 25%;
	background-size: 140px 300px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 50px;
	padding: 30px 10px 15px;
}
.section-support .support_inner h2 span{
	display: block;
	font-size: 30px;
}
.section-support .support_plan h2 img{
	display: block;
	width: 340px;
	margin: 0 auto;
}
.section-support .support_inner .content img{
	width: 100%;
}

.section-support .support_plan  h2 span{color: #E96CA3;}
.section-support .support_personal  h2 span{color: #C7C12E;}
.section-support .support_bfr  h2 span{color: #A563B3;}
.section-support .support_plan .txt {
		background: #fff;
		color: #000;
		text-align: center;
		font-size: 18px;
		padding: 15px 10px;
}
@media screen and (max-width: 480px) {
	.section-support .support_inner h2{
		font-size: 5vw;
		padding: 5vw 3vw 3vw;
		background-size: 70px 140px;
	}
	.section-support .support_inner h2 span{
		margin-bottom: 5px;
		font-size: 4vw;
	}
	.section-support .support_inner h2 img{
		width: 50%;
		margin: 5px auto;
	}
	.section-support .support_plan .txt {
		font-size: 14px;
	}
}
@media screen and (max-width: 920px) {
   .section-support .support_box .txt {
    	font-size: 14px;
    }
}
/*----- =================================
=== その他
================================= -----*/
.section-other img{
	margin-bottom: 40px;
}
.section-other img:last-child{
	margin-bottom: 0;
}
@media screen and (max-width: 480px) {
	.section-other img{
		margin-bottom: 0;
	}
	.section-other img:last-child{
		margin-top: 20px;
	}
}
/**********************
Pagenavi Plugin
**********************/
#pagenavi-wrap{
	padding: 40px 0;
	text-align: center;
}
#pagenavi-wrap a{
	transition: 0.2s linear;
}
#pagenavi-wrap a:link,
#pagenavi-wrap a:visited{
	color: #000;
}
#pagenavi-wrap a:hover{
	color: #fff;
	background: #000;
}
#pagenavi-wrap .current,
#pagenavi-wrap .page,
#pagenavi-wrap .nextpostslink,
#pagenavi-wrap .previouspostslink{
	display: inline-block;
	height: 30px;
	margin: 0 5px;
	padding: 0 10px;
	border: solid 1px #fff;
	line-height: 30px;
}
#pagenavi-wrap .current{
	color: #fff;
	background: #000;
}
#pagenavi-wrap .page,
#pagenavi-wrap .nextpostslink,
#pagenavi-wrap .previouspostslink{
	background: #fff;
}
@media screen and (max-width: 920px) {
  #footer .copyright > p {
    width: 100%;
  }
}
/*----- =================================
=== Common Class
================================= -----*/
.cf:after{
	content: "";
	display: block;
	clear: both;
}
.o-link:hover{
	opacity: 0.6;
}
.opacity{
	opacity: 0;
}
.right-move{
	right: 0!important;
}
.transitionx02{
	transition: 0.2s linear;
}
.flex-box{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: stretch;
	align-items: stretch;
}
.fadein{
	visibility: hidden!important;
}
.hide{
	display: none!important;
}
.pc_only{
  display: block!important;
}
.pc_only_inline{
  display: inline!important;
}
.sp_only{
  display: none!important;
}
.sp-br{
	display: inline;
}
@media screen and (max-width: 480px) {
  .sp_only{
    display: block!important;
  }
  .pc_only{
    display: none!important;
  }
.sp-br{
	display: block;
}
.pc_only_inline{
  display: none!important;
	}
}
/*----- =================================
=== お問い合わせ
================================= -----*/

.transfer-section{

}
.transfer-section h3{
	position: relative;
    margin-bottom: 50px;
    font-size: 29px;
    font-weight: 700;
    text-align: center;
}
.transfer-section h3:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -21px;
    width: 42px;
    height: 3px;
    background: #D02570;
    z-index: 2;
}
.transfer-section .lead{
	text-align: center;
}
.transfer-section .list_transfer{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 50px 0 20px;
}
.transfer-section li{
	width: 49%;
	margin-bottom: 30px;
	border: 1px solid #0C0C0C;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	padding: 25px 20px 10px;
}
.transfer-section .num{
	position: absolute;
	width: 158px;
	height: 30px;
	line-height: 32px;
	top: -15px;
	left: 50%;
	margin-left: -79px;
	display: inline-block;
	background-color: #D02570;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
}
.transfer-section .txt_title{
	font-size: 22px;
	font-weight: bold;
}
@media screen and (max-width: 480px) {
	.transfer-section li{
		width: 100%;
	}
}