@charset "utf-8";

@font-face {
	font-family: 'HAYMAKER';
    src: url('fonts/Haymaker.eot'); /* IE9以上用 */
	src:url('fonts/Haymaker.woff') format('woff'), /* モダンブラウザ用 */
		url('fonts/Haymaker.ttf') format('truetype'); /* iOS, Android用 */
	font-weight: normal;
	font-style: normal;
}

.haymaker{
	font-family:HAYMAKER, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-variant:small-caps;
}



*{
	box-sizing:border-box;
	margin:0;
	padding:0;
	-webkit-text-size-adjust: none;
}

img{
	max-width:100%;
	height:auto;
}

ul,li{
	list-style:none;
}


html,body{
	height:100%;
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:#000;
}

#wrapper{
	position:relative;
	height:100%;
	max-width:480px;
	margin:0 auto;
}
nav a img,h1 a img{

}

nav a:hover img,h1 a:hover img{
	opacity:.8;
}

.mainSec{
	position:absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	background:#233;
	border:10px solid #FFF;
	min-height:480px;
}

.index .mainSec{
	background:url(images/bg_index.jpg) no-repeat center;
	background-size:cover;
}

.frame{
	position:absolute;
	text-align:center;
	width:100%;
	top:50%;
	transform:translateY(-50%);
}

.inner{
	width:76%;
	margin:0 auto;
}
.inner img{
	width:100%;
}

.ico{
	position:absolute;
	top:20px;
	right:20px;
	width:auto;
	width: 15%;
    z-index: 99;
}

.mb1em{
	margin-bottom:1em;
}


.frame nav{
	position:absolute;
	width:100%;
	top:41%;
}

.frame nav li{
	width:100%;
	text-align:center;
}
.frame nav li a{
	display:inline-block;
	width:25%;
}

.frame nav li img{
}

.frame .secondNav{
	position:relative;
}
.frame .secondNav li{
	display:inline-block;
	margin:0 10px;
	width:auto;
	font-size:11px;
}
.frame .secondNav li a{
	width:auto;
	color:#FFF;
}


/*---system---*/
.system .mainSec{
	background:url(images/bg_system.png) no-repeat center;
	background-size:cover;
}

.systemTxt{
	position:absolute;
	top:54%;
	width:50%;
	left:25%;
	color:#FFF;
	font-size:12px;
	text-align:left;
}

.systemTxt li{
	overflow:hidden;
	text-shadow:0 0 5px rgba(0,0,0,.8);

}

.systemTxt li .set{
	float:left;
}
.systemTxt li .price{
	float:right;
}

/*---system---*/
.recruit .mainSec{
	background:url(images/bg_recruit.jpg) no-repeat center;
	background-size:cover;
}
.recruit .contents{
	position:absolute;
	color:#FFF;
	top:40%;
    bottom: 36px;
    width: 100%;}
.recruit .lead{
	font-size:13px;
	text-shadow:0 0 5px rgba(0,0,0,.8);
}

.underLine{
	text-decoration:underline;
}

.recruit .txtBox{
	position:absolute;
	top:20%;
	bottom:0;
	overflow:auto;
	background:rgba(255,255,255,.5);
	width:50%;
	font-size:12px;
	left:25%;
	text-align:left;
	text-shadow:0 0 5px rgba(0,0,0,.8);
}
/*---aboutus---*/
.aboutus .mainSec{
	background:url(images/bg_aboutus.jpg) no-repeat center;
	background-size:cover;
}
.aboutus .contents{
	position:absolute;
	color:#FFF;
	top:55%;
    bottom: 36px;
    width: 50%;
	text-align:left;
	left:25%;
	text-shadow:0 0 5px rgba(0,0,0,.8);
	
}
.aboutus .contents h3{
	font-size:14px;
}
.aboutus .contents p{
	font-size:12px;
}
.aboutus .contents .tel{
	margin-bottom:15px;
}

#pageFoot{
	position:fixed;
	bottom:0;
	right:0;
	z-index:999;
	width:100%;
}
#pageFoot p{
	font-size:8px;
	text-align:right;
	padding:0;
	margin:0;
	max-width:480px;
	margin:0 auto;
}
