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

/* -----------RESET----------- */
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,main,summary,time,mark,audio,video,a,input,textarea,section
{margin:0;padding:0; border:0; font-size:100%; background:transparent; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main{ display:block;}
nav ul{ list-style:none;}
ul{ list-style:none; }
blockquote,q{ quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{ content:''; content:none;}
pre,code,kbd,samp{ font-family:monospace,monospace; font-size:inherit;}
table{ border-collapse:collapse; border-spacing:0;}
img{ border:0;}
address,caption,cite,code,dfn,em,th,var{ font-style:normal; font-weight:normal;}
caption,th{ text-align:left;}
h1,h2,h3,h4,h5,h6{ font-size:100%; font-weight:normal}
sup{ vertical-align:text-top; font-size:75%;}
sub{ vertical-align:text-bottom; font-size:75%;}
input,textarea,select{ z-index:auto; font-family:inherit; font-size:inherit; font-weight:inherit; vertical-align:middle;}
a{ outline:none;}
audio:not([controls]){ display:none;}
time{ display:inline;}
[hidden]{ display:none;}
input::-ms-clear,input::-ms-reveal,input:focus::-ms-clear,input:focus::-ms-reveal{visibility:hidden; display:none;}
button::-moz-focus-inner,input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"]>input[type="button"]::-moz-focus-inner{ padding:0; border:0; outline:none;}
/* clear Fix */
.clr{clear:both;}
.hide{position:absolute !important; left:-9999px !important; top:-9999px !important;}
.clr{clear:both;}
section {clear:both; zoom:1;}
header:after,footer:after,nav:after,article:after,section:after,dl:after,ul:after,.inner:after,.clrFx:after{content:''; clear:both; display:block;}
img{-ms-interpolation-mode: bicubic;}
/* chrome bug fix*/
*{max-height:999999px;}
*,*::before,*::after {will-change:all;}
textarea,input[type="email"],input[type="password"],input[type="text"],input[type="button"],input[type="submit"]{-webkit-appearance:none;}
textarea{resize:vertical;}
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px rgba(255,255,255,1) inset; outline:none;}
input,button{ outline:none;}

/* -----------BASE SET----------- */
html{overflow:visible;}
body {position:static; overflow:auto; width:auto; *overflow-y:hidden; color:#fff; background:#000;}
/* font family */
body{-webkit-text-size-adjust:100%; -webkit-font-smoothing:antialiased; font-family:'Roboto','Droid Sans',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;}
button{font-family:'Roboto','Droid Sans',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif; cursor:pointer;}
/* link color */
a:link{ color:#fff; text-decoration: underline;}
a:visited{ color:#fff; text-decoration:none;}
a:hover{ color:#fff; text-decoration:none;}
a:active{ color:#fff; text-decoration:none;}
a{-webkit-tap-highlight-color:rgba(15,152,217,0.5);}
/* leyoutblock */
header,footer,section,main,nav,.fat-nav,#fixed,#header {font-size:0; line-height: 1;}
header img,footer img,section img,main img,#header img {width:100%; height:auto;}


@media screen and (max-width:800px){
	
	body {font-feature-settings: "palt";-moz-font-feature-settings: "palt";-webkit-font-feature-settings: "palt";}
	header,section,footer {position: relative;}
	
	header .discription {height: 30px; font-size: 2.8125vw; letter-spacing: 0.03em; position: absolute; left: 3.75vw; top: 3.125vw;}
	header #logo {font-size: 0; background: url("../images/common/logo.png") no-repeat; background-size: 100% auto; display: block; width: 46.015625vw; height: 5.46875vw; position: absolute; left: 4.6875vw; top: 7.8125vw;}
	header .entry a {background: #aa9345 url("../images/common/entry_btn_sp.png") no-repeat center center; background-size:auto 25px; display: block; height: 60px; width: 100vw; position: fixed; bottom: 0; z-index: 100;}
	footer {border-top: 1px solid #212121; text-align: center; background: #000; padding: 7.8125vw 0 23.4375vw;}
	footer ul {display: none;}
	footer p {font-size: 2.8125vw; line-height: 4.6875vw; letter-spacing: 0.1em;}

	
	/* ---------------------------------
				  Drawer
	--------------------------------- */
	/* Base */
	.drawer-open {overflow: hidden !important;}
	.drawer-nav {position: fixed; z-index: 101; top: 0; overflow: hidden; width: 54.6875vw; height: 100%; color: #fff; background-color: #000;}
	.drawer-menu {margin: 0; padding: 23.4375vw 0 0 12.5vw; list-style: none;}
	/* overlay */
	.drawer-overlay {position: fixed; z-index: 100; top: 0; left: 0; display: none; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .5);}
	.drawer-open .drawer-overlay { display: block;}
	/* Right */
	.drawer--right .drawer-nav {right: -500px; -webkit-transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000); transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);}
	.drawer--right.drawer-open .drawer-nav,.drawer--right .drawer-hamburger,.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {right: 0;}
	.drawer--right.drawer-open .drawer-hamburger {right: 0;}
	/* icon */
	.drawer-hamburger {position: fixed; z-index: 104; top: 0; display: block; box-sizing: content-box; padding: 7.03125vw 4.6875vw; border: 0; outline: 0; background-color: #aa9345; -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000); transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
	.drawer-hamburger:hover {cursor: pointer; background-color: #aa9345;}
	.drawer-hamburger-icon {position: relative; display: block;}
	.drawer-hamburger-icon,
	.drawer-hamburger-icon:before,
	.drawer-hamburger-icon:after {width: 5.46875vw; height: 1px; -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000); transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000); background: #fff;}
	.drawer-hamburger-icon:before,
	.drawer-hamburger-icon:after {position: absolute; top: -1.5625vw; left: 0; content: ' ';}
	.drawer-hamburger-icon:after {top: 1.5625vw;}
	.drawer-open .drawer-hamburger-icon {background: none;}
	.drawer-open .drawer-hamburger-icon:before,
	.drawer-open .drawer-hamburger-icon:after {top: 0;}
	.drawer-open .drawer-hamburger-icon:before {-webkit-transform: rotate(45deg); transform: rotate(45deg);}
	.drawer-open .drawer-hamburger-icon:after {-webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
	/* Menu */
	.drawer-menu li {margin-bottom: 7.8125vw;}
	.drawer-menu li a {position: relative; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all  0.3s ease;}
	.drawer-menu li:nth-child(1) a {background: url("../images/common/nav01.png")top left no-repeat; background-size: 100% auto; width: 11.40625vw; height: 7.8125vw; display: block;}
	.drawer-menu li:nth-child(2) a {background: url("../images/common/nav02.png")top left no-repeat; background-size: 100% auto; width: 33.90625vw; height: 7.8125vw; display: block;}
	.drawer-menu li:nth-child(3) a {background: url("../images/common/nav03.png")top left no-repeat; background-size: 100% auto; width: 26.71875vw; height: 7.8125vw; display: block;}
	.drawer-menu li:nth-child(4) a {background: url("../images/common/nav04.png")top left no-repeat; background-size: 100% auto; width: 30.46875vw; height: 7.8125vw; display: block;}
	.drawer-menu li:nth-child(5) a {background: url("../images/common/nav05.png")top left no-repeat; background-size: 100% auto; width: 23.125vw; height: 7.8125vw; display: block;}
	/* Blog btn */
	.drawer-nav .blog a {display: block; width: 33.75vw; height: 8.59375vw; background: url("../imges/common/nav_sp_blog.png") center center no-repeat,#fff; background-size: 20.15625vw auto; margin-left: 7.03125vw;}
	/* current */
	#top .drawer-menu li:nth-child(1) a {background: url("../images/common/nav01_ov.png")top left no-repeat; background-size: 100% auto;}
	#facilities .drawer-menu li:nth-child(2) a {background: url("../images/common/nav02_ov.png")top left no-repeat; background-size: 100% auto;}
	#trainer .drawer-menu li:nth-child(3) a {background: url("../images/common/nav03_ov.png")top left no-repeat; background-size: 100% auto;}
	#company .drawer-menu li:nth-child(4) a {background: url("../images/common/nav04_ov.png")top left no-repeat; background-size: 100% auto;}
	#entry .drawer-menu li:nth-child(5) a {background: url("../images/common/nav05_ov.png")top left no-repeat; background-size: 100% auto;}
	
}

@media screen and (min-width:801px){
	
	header,section,footer {min-width: 1200px; position: relative;}
	
	.drawer-toggle.drawer-hamburger {display: none;}
	header .discription {height: 30px; font-size: 14px; position: absolute; left: 20px; top: 15px;}
	header #logo {font-size: 0; background: url("../images/common/logo.png") no-repeat; background-size: 294.5px auto; display: block; width: 294.5px; height: 35px; position: absolute; left: 30px; top: 50px;}
	header nav ul {text-align: center; position: absolute; top: 57px; width: 100%; z-index: 10;}
	header nav ul li {display: inline-block; height: 25px; border-right: 1px solid #fff; padding-right: 12.5px; margin-right: 12.5px;}
	header nav ul li:nth-child(5) {display: none;}
	header nav ul li:nth-child(4) {border-right: none; padding-right: 0; margin-right: 0;}
	header nav ul li:nth-child(1) a {background: url("../images/common/nav01.png") no-repeat; background-size: 100% auto; width: 36.5px; height: 25px; display: block;}
	header nav ul li:nth-child(1) a:hover {background: url("../images/common/nav01_ov.png") no-repeat; background-size: 100% auto;}
	#entry header nav ul li:nth-child(1) a:hover {background: url("../images/common/nav01_ov2.png") no-repeat; background-size: 100% auto;}
	header nav ul li:nth-child(2) a {background: url("../images/common/nav02.png") no-repeat; background-size: 100% auto; width: 108.5px; height: 25px; display: block;}
	header nav ul li:nth-child(2) a:hover {background: url("../images/common/nav02_ov.png") no-repeat; background-size: 100% auto;}
	#entry header nav ul li:nth-child(2) a:hover {background: url("../images/common/nav02_ov2.png") no-repeat; background-size: 100% auto;}
	header nav ul li:nth-child(3) a {background: url("../images/common/nav03.png") no-repeat; background-size: 100% auto; width: 85.5px; height: 25px; display: block;}
	header nav ul li:nth-child(3) a:hover {background: url("../images/common/nav03_ov.png") no-repeat; background-size: 100% auto;}
	#entry header nav ul li:nth-child(3) a:hover {background: url("../images/common/nav03_ov2.png") no-repeat; background-size: 100% auto;}
	header nav ul li:nth-child(4) a {background: url("../images/common/nav04.png") no-repeat; background-size: 100% auto; width: 97.5px; height: 25px; display: block;}
	header nav ul li:nth-child(4) a:hover {background: url("../images/common/nav04_ov.png") no-repeat; background-size: 100% auto;}
	#entry header nav ul li:nth-child(4) a:hover {background: url("../images/common/nav04_ov2.png") no-repeat; background-size: 100% auto;}
	header .entry a {background: url("../images/common/btn_entry.png") no-repeat; background-size: 100% auto; width: 180px; height: 80px; display: block; position: fixed; top: 30px; right: 0; z-index: 10;}
	header .entry a:hover {background: url("../images/common/btn_entry_ov.png") no-repeat; background-size: 100% auto;}
	#top header nav ul li:nth-child(1) a {background: url("../images/common/nav01_ov.png") no-repeat; background-size: 100% auto; width: 36.5px; height: 25px; display: block;}
	#facilities header nav ul li:nth-child(2) a {background: url("../images/common/nav02_ov.png") no-repeat; background-size: 100% auto; width: 108.5px; height: 25px; display: block;}
	#trainer header nav ul li:nth-child(3) a {background: url("../images/common/nav03_ov.png") no-repeat; background-size: 100% auto; width: 85.5px; height: 25px; display: block;}
	#company header nav ul li:nth-child(4) a {background: url("../images/common/nav04_ov.png") no-repeat; background-size: 100% auto; width: 97.5px; height: 25px; display: block;}
	#entry header .entry a {background: url("../images/common/btn_entry_ov.png") no-repeat; background-size: 100% auto; width: 180px; height: 80px; display: block; position: fixed; top: 30px; right: 0; z-index: 10;}
	
	footer {border-top: 1px solid #212121; text-align: center; background: #000;}
	footer ul {padding: 50px 0 40px;}
	footer ul li {display: inline-block; border-right: 1px solid #ccc; padding-right: 10px; margin-right: 10px;}
	footer ul li:last-child {border-right: none; padding-right: 0; margin-right: 0;}
	footer ul li a {font-size: 15px; letter-spacing: 0.15em;}
	footer ul li a:link{ color:#fff; text-decoration: none;}
	footer ul li a:visited{ color:#fff; text-decoration:none;}
	footer ul li a:hover{ color:#aa9345; text-decoration:none;}
	footer ul li a:active{ color:#fff; text-decoration:none;}
	#top footer ul li:nth-child(1) a,
	#facilities footer ul li:nth-child(2) a,
	#trainer footer ul li:nth-child(3) a,
	#company footer ul li:nth-child(4) a,
	#entry footer ul li:nth-child(5) a {color:#aa9345;}
	footer p {font-size: 13px; line-height: 26px; letter-spacing: 0.1em; padding-bottom: 40px;}
	
	
	
}
@media screen and (min-width:1200px){
	
}

