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

	base.css
 
------------------------------------------------------------------*/

body {
	width: 100%;
	min-width: 1000px;
	position: relative;
	line-height: 150%;
	color: #000;
}
.alphaOver a:hover img {
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: .7;
	opacity: .7;
	zoom: 1
}
a, a:link {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
}
header {
	width: 100%;
	margin: 0 auto;
	background: #000;
}
header h1,
header p.logo {
	margin: 0;
}
header .headerInner{
	width: 1000px;
	margin: auto;
	padding: 20px 0 25px;
}
header .headerInner h1{
	float: left;
}
header .headerInner .menu{
	float: right;
	font-family: 'Lato', sans-serif;
}


header .menu_btn{
	display: none;
}
header .menu ul{
	width: auto;
	margin: auto;
	font-size: 0;
	text-align: center;
	line-height: 100%;
	padding: 12px 0 0;
}
header .menu ul li{
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 100%;
}
header .menu ul li a{
	padding: 0 15px;
	color: #fff;
}
header .menu ul li.menuRecruit a{
	padding-right: 0;
	color: #b3e646;
}

h1, h2{
	font-size: 24px;
	letter-spacing: 1px;
	font-family: 'Lato', sans-serif;
}

.wrapper{
	width: 100%;
	margin: auto;
}


/* footer */
footer {
	width: 100%;
	margin: auto;
	background: #000;
	color: #fff;
	padding: 25px 0;
}
footer p{
	margin-top: 10px;
}
footer a,footer a:link{
	color: #fff;
}
#copyright {
	width: 1000px;
	margin: auto;
	font-size: 12px;
}
footer .footLogo{
	float: left;
}
footer .footmenu{
	float: left;
}
footer .footmenu ul{
	font-size: 0;
}
footer .footmenu ul li{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 1px;
	margin-left: 80px;
	font-family: 'Lato', sans-serif;
}
footer .footmenu ul li a.recruit{
	color: #b3e646;
}
footer .footinfo{
	float: right;
	font-size: 13px;
	line-height: 26px;
}

 @media screen and (max-width: 480px) {
	body {
		min-width: 320px;
		width: 100%;
		position: relative;
		min-height: 500px;
	}
	header {
		position: fixed;
		top: 0;
		width: 100%;
		height: 60px;
		margin: 0 auto;
		padding: 0;
		z-index: 99;
	}
	header .headerInner{
		width: 100%;
		margin: auto;
		padding: 18px 0;
	}
	header .headerInner h1,
	header .headerInner p.logo {
		float: none;
		margin: 0;
		text-align: center;
	}
	header .headerInner h1 img,
	header .headerInner p.logo img{
		max-width: 100%;
		height: auto;
	}
	header .menu_btn{
		display: block;
		width: 38px;
		height: 36px;
		position: fixed;
		top: 12px;
		left: 5%;
		z-index: 99;
	}
	.open header .menu_btn{
		display: block;
		line-height: 30px;
		text-align: center;
		z-index: 999;
	}
	header .menu_btn span{
		display: block;
		width: 38px;
		height: 4px;
		background: #fff;
		border-radius: 10px;
		transition: all 0.3s;
    	transform: rotate(0deg);
	}
	header .menu_btn span.middle{
		transform: translateY(12px);
	}
	header .menu_btn span.bottom{
		transform: translateY(24px);
	}
	.open header .menu_btn span{
		background: #fff;
	}
	.open header .menu_btn span.middle{
		background: rgba(255, 255, 255, 0);
	}
	.open header .menu_btn span.top{
		transform: rotate(-45deg) translate(-11px,14px);
	}
	.open header .menu_btn span.bottom{
		transform: rotate(45deg) translate(8px,5px);
	}
	header .menu_bg{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.8);
		-webkit-transition: all .5s;
		transition: all .5s;
		visibility: hidden;
		opacity: 0;
		z-index: 99;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	header .menu {
		display: table;
		padding-bottom: 50px;
		font-family: 'Lato', sans-serif;
	}
	header .menu ul{
		display: table-cell;
    	vertical-align: middle;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		padding: 7% 0;

	}
	header .menu ul li{
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	header .menu ul li:first-child::before,
	header .menu ul li::after{
		display: none;
	}
	header .menu ul li a{
		display: block;
		width: 100%;
		height: 100%;
		padding: 7% 0;
		font-size: 18px;
		color: #fff;
	}
	/* 開閉用ボタンがクリックされた時のスタイル */
	.open header .menu_bg {
		-webkit-transition: all .5s;
		transition: all .5s;
		visibility: visible;
		opacity: 1;
	}

	.wrapper{
		width: 100%;
		margin: auto;
	}
	
	
		
	footer {
		width: 100%;
		margin: auto;
		background: #000;
		color: #fff;
		padding: 20px 0;
		font-family: 'Lato', sans-serif;
	}
	#copyright{
		width: 94%;
		margin: auto;
	}
	footer p{
		margin-top: 10px;
	}
	footer a,footer a:link{
		color: #fff;
	}
	footer .footinfo{
		float: none;
		font-size: 13px;
		line-height: 28px;
	}
}
@media screen and (min-width: 481px) {
	.sp {
		display: none !important;
	}
	.pc {
		display: inline-block !important;
	}
}
@media screen and (max-width: 480px) {
	.sp {
		display: inline-block !important;
	}
	.pc {
		display: none !important;
	}
}
