@charset "UTF-8";
*{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
html,body,div,span,pre,p,blockquote,form,fieldset,input,
textarea,select,option,dl,dt,dd,ul,ol,li,img,p,hr,
h1,h2,h3,h4,h5,h6,table,th,td,embed,object{
	margin: 0;
	padding: 0;
}
header,nav,article,section,aside,footer,div,h1,h2,h3,h4,h5,h6,p,a,input,li{
	box-sizing: border-box;
}
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 14px;
	line-height: 1.6;
}
h2.yoga-style{
	font-size: 48px;
	text-align: center;
	color: #e75826;
}
h2.bfr-style{
	font-size: 48px;
	text-align: center;
	color: #aa48be;
}
h4{
	font-weight: normal;
}
ul{
	list-style-type: none;
}
img{
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
a:link,a:visited{
	text-decoration: none;
}
a:focus{
	border: none;
	outline: none;
}
.cf:after{
	content: "";
	display: block;
	clear: both;
}
.container{
	position: relative;
	width: 1080px;
	max-width: 100%;
	margin: 0 auto;
}
.section-style,
#main-footer{
	position: relative;
	width: 100%;
	min-width: 1080px;
}
.section-comment{
	position: relative;
	padding: 36px;
	color: #fff;
	background: #e75826;
	z-index: 2;
}
.section-comment .container{
	position: relative;
	text-align: center;
	font-size: 32px;
}
.section-comment .container:before{
	content: "";
	position: absolute;
	bottom: -65px;
	left: 50%;
	margin-left: -85px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 65px 85px 0 85px;
	border-color: #e75826 transparent transparent transparent;
}
/* Font Style */
h3.common-style{
	font-size: 27px;
	text-align: center;
}
.bold{
	font-weight: bold;
}
.thin{
	font-weight: normal;
}
.italic{
	font-style: italic;
}
.red{
	color: #df3633;
}
.yellow{
	color: #FFE100;
}
.black{
	color: #000;
}
.red-shadow{
	color: #f00;
	text-shadow: 1px 1px 1px #fff,
							-1px 1px 1px #fff,
							1px -1px 1px #fff,
							-1px -1px 1px #fff;
}
.span-space{
	margin-left: 14px;
}
#page-wrap{
	position: relative;
	width: 100%;
	-webkit-transition: 0.4s linear;
	-moz-transition: 0.4s linear;
	-ms-transition: 0.4s linear;
	transition: 0.4s linear;
}
#page-wrap.yoga-page{
	color: #4c371a;
}
#page-wrap.bfr-page{
	color: #222222;
}
/*===== Fixed Button =====*/
#lp-fixed-title{
	position: fixed;
	top: 16px;
	left: 18px;
	z-index: 100000;
}
#lp-fixed-title h2 a > img{
	display: inline-block;
	vertical-align: middle;
}
#lp-fixed-title h2 a > img.svglogo{
	width: 32px;
}
#lp-fixed-title h2 a > img.svgtitle{
	width: 169px;
}
#lp-fixed-button{
	position: fixed;
	top: 50%;
	right: 0;
	margin-top: -150px;
	z-index: 1000000000;
}
#lp-fixed-button > a{
	display: block;
	width: 60px;
	height: 220px;
	background-size: 100% auto;
	background-position: center center;
}
#lp-fixed-button > a.trial-button{
	background-image: url(../images/yoga/yoga-trial.png);
}
#lp-fixed-button > a.tel-button{
	display: none;
}
/*===== Main Visual =====*/
#main-visual img{
	width: 100%;
	height: auto;
}
/*===== Training Gym =====*/
#gym-section.yoga-version{
	padding: 68px 0;
	background: -webkit-linear-gradient(135deg, #e6853e, #e1ab3f, #fafafa);
	background: -moz-linear-gradient(135deg, #e6853e, #e1ab3f, #fafafa);
	background: -ms-linear-gradient(135deg, #e6853e, #e1ab3f, #fafafa);
	background: linear-gradient(180deg, #e6853e, #e1ab3f, #fafafa);
}
#gym-section.bfr-version{
	padding: 68px 0;
	background: -webkit-linear-gradient(135deg, #6f48be, #8f27a4,#fafafa);
	background: -moz-linear-gradient(135deg, #6f48be, #8f27a4,#fafafa);
	background: -ms-linear-gradient(135deg, #6f48be, #8f27a4,#fafafa);
	background: linear-gradient(180deg, #6f48be, #8f27a4,#fafafa);
}
#gym-section article{
	padding: 68px 48px;
	background-color: #fff;
}
#gym-section .comment{
	margin-top: 15px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #222020;
}
#gym-section .gym-image{
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: space-between;
	margin-top: 15px;
}
#gym-section .gym-image .gym01,
#gym-section .gym-image .gym02{
	width: 300px;
	max-width: 100%;
	background: #aaa;
}
#gym-introduce,
#others-introduce{
	margin-top: 36px;
}
#gym-introduce h3,
#others-introduce h3{
	padding: 8px 0;
	font-size: 23px;
	line-height: 1;
}
#gym-introduce.yoga-version h3,
#others-introduce.yoga-version h3{
	border-bottom: solid 2px #e75826;
	color: #e75826;
}
#gym-introduce.bfr-version h3,
#others-introduce.bfr-version h3{
	border-bottom: solid 2px #aa48be;
	color: #aa48be;
}
#gym-introduce .text-box{
	margin-top: 14px;
}
#gym-introduce .text-box p{
	margin-bottom: 8px;
}
#gym-introduce .place-list{
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	align-content: space-between;
	margin-top: 32px;
}
#gym-introduce .place-list li{
	vertical-align: middle;
	width: 198px;
	margin-right: 25px;
	padding: 9px 0;
	text-align: center;
	color: #fff;
	background: #000;
}
#gym-introduce .place-list li:nth-child(1){
	padding: 27px 0;
	line-height: 15px;
}
#others-introduce .facility-list{
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: space-between;
	margin-top: 14px;
}
#others-introduce .facility-list > li{
	width: 300px;
	max-width: 100%;
}
#others-introduce .facility-list li .facility-image{
	display: block;
	width: 300px;
	max-width: 100%;
	height: 180px;
}
#others-introduce .facility-list li .facility-image.entrance{
	background-image: url(../images/yoga/facilities03.jpg);
}
#others-introduce .facility-list li .facility-image.pool{
	background-image: url(../images/yoga/facilities04.jpg);
}
#others-introduce .facility-list li .facility-image.bath{
	background-image: url(../images/yoga/facilities05.jpg);
}
#others-introduce .facility-list li h4{
	margin-top: 8px;
	font-weight: bold;
	text-align: center;
}
/*===== Access =====*/
#access-section{
	background-color: #EDEDED;
}
#access-section article{
	padding: 68px 0;
}
#access-section article .access-table{
	width: 100%;
	padding: 24px;
	border-spacing: 0;
	background: #fff;
}
#access-section article .access-table tr td{
	padding: 5px 0;
	
}
#access-section article .table-title{
	width: 100px;
	vertical-align: top;
}
#access-section article .table-title > span:before{
	content: "■";
	padding-right: 4px;
	color: #917183;
}
#access-section article .table-title >.date{
	vertical-align: top;
	width: 118px;
}
.lity{
	z-index: 10000!important;
}
.opacity{
		-webkit-opacity: 0!important;
		-moz-opacity: 0!important;
		-ms-opacity: 0!important;
		opacity: 0!important;
}
@media screen and (max-width: 1080px) {
	.container{
		overflow: hidden;
	}
	#gym-section.yoga-version,
	#gym-section.bfr-version{
		padding: 0;
	}
	#access-section article{
		padding: 68px 12px;
	}
}
@media screen and (max-width: 480px) {
	.container{
		width: 100%;
		max-width: 100%;
	}
/* Font Style */
	h2.common-style,
	h2.bfr-style{
		font-size: 38px;
		line-height: 1.3;
	}
	h3.common-style{
		font-size: 24px;
	}
	.container{
		overflow: visible;
	}
	.section-style{
		min-width: 100%;
	}
	.section-comment{
		padding: 18px;
	}
	.sp-br{
		display: block;
	}
	.span-space{
		margin-left: 0;
	}
/*===== Fixed Button =====*/
	#lp-fixed-title{
		display: none;
		top: 20px;
		left: 20px;
		padding: 4px 8px;
		background: rgba(0,0,0,0.7);
		-webkit-transition: 0.6s ease-in;
		-moz-transition: 0.6s ease-in;
		-ms-transition: 0.6s ease-in;
		transition: 0.6s ease-in;
		visibility: hidden;
		-webkit-opacity: 0;
		-moz-opacity: 0;
		-ms-opacity: 0;
		opacity: 0;
	}
	#lp-fixed-title.move{
		top: 0;
		left: 0;
		visibility: visible;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		opacity: 1;
	}
	#lp-fixed-title h2 a > img.svglogo{
		width: 24px;
	}
	#lp-fixed-title h2 a > img.svgtitle{
		width: 100px;
	}
	#lp-fixed-button{
		position: fixed;
		top: auto;
		bottom: 0;
		left: 0;
		width: 100%;
		background: rgba(205,60,63,0.88);
	}
	#lp-fixed-button > a{
		float: left;
		width: 49%;
		height: 62px;
	}
	#lp-fixed-button > a.trial-button{
		border-right: dotted 1px #fff;
		background-image: url(../images/002.png);
	}
	#lp-fixed-button > a.tel-button{
		display: block;
		background-image: url(../images/001.png);
	}
	.sp-fixed-button > a > img{
		width: auto;
	}
	#map_canvas{
		width: 100%;
		height: 400px;
	}
/*===== Training Gym =====*/
	#gym-section,
	#gym-section.bfr-version{
		padding: 18px 14px 78px 14px;
	}
	#gym-section article{
		padding: 28px;
	}
	#gym-section .comment{
		font-size: 16px;
	}
	#gym-introduce h3,
	#others-introduce h3{
		font-size: 20px;
	}
	#gym-introduce .place-list li{
		width: 50%;
		margin-right: 0;
		border: solid 2px #fff;
		font-size: 12px;
	}
	#gym-introduce .place-list li:nth-child(1){
		padding: 9px 0;
		line-height: normal;
	}
/*===== Access =====*/
	#access-section article{
		padding: 48px 12px;
	}
	#access-section h2{
		text-align: center;
	}
}