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

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

body {
	width: 100%;
	min-width: 1000px;
	position: relative;
	line-height: 150%;
	color: #000;
	background: url(../img/bg_body.png) repeat;
}

.recruitbody {
	width: 100%;
	min-width: 1000px;
	position: relative;
	line-height: 150%;
	color: #000;
	background: url(../img/bg_body_r.png) repeat;
}

.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;
}

header h1,
header p.logo {
	margin: 0;
}

header .header_inner {
	width: 100%;
	margin: auto;
	padding: 30px 0 0;
	background: url(../img/bg_head_top.png) repeat-x center top;
}

header .header_inner .head_wrap {
	width: 1000px;
	margin: auto;
	position: relative;
}

header .header_inner p.web_resevation {
	position: absolute;
	top: -30px;
	left: 0;
	width: 160px;
	height: 60px;
	margin: 0 0 0 810px;
	z-index: 1000;
}

header .header_inner p.web_resevation a {
	display: block;
	padding: 13px 0;
	line-height: 100%;
	background: #482704;
}

header .menu_btn {
	display: none;
}

header .menu ul {
	width: 1050px;
	margin: 50px auto 0;
	font-size: 0;
	text-align: center;
}

header .menu ul li {
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 17.5px;
	letter-spacing: 1px;
	line-height: 100%;
}

header .menu ul li:first-child::before,
header .menu ul li::after {
	display: inline-block;
	content: "/";
	color: #000;
}

header .menu ul li a {
	padding: 5px 12px;
	color: #000;
}

header .menu ul li.sp {
	display: none;
}

.wrapper {
	width: 1000px;
	margin: 30px auto 0;
}

#pagetop {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0 15px;
}


.sideMenu {
	position: fixed;
	top: 60px;
	right: 0;
}

.sideMenu li {
	width: 40px;
	height: auto;
	text-align: center;
	margin-bottom: 15px;
}

.sideMenu li a {
	display: block;
	width: 100%;
	height: 100%;
	background: #bcbcbc;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 12px 0;
}

.sideMenu li.fixTel a {
	background: none;
}

/* footer */
footer {
	width: 100%;
	margin: auto;
	padding-top: 15px;
	padding-bottom: 30px;
	color: #000;
	border-top: 1px dotted #000;
	font-size: 12px;
	line-height: 22px;
}

footer p {
	margin-top: 10px;
}

footer a,
footer a:link {
	color: #000;
}

#copyright {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	padding: 0;
	font-size: 12px;
}

@media screen and (max-width: 480px) {
	body {
		min-width: 320px;
		width: 100%;
		position: relative;
		min-height: 500px;
	}

	.recruitbody {
		min-width: 320px;
		width: 100%;
		position: relative;
		min-height: 500px;
	}

	header {
		width: 100%;
		height: 70px;
		margin: 0 auto;
		padding: 10px 0 0;
	}

	header .header_inner {
		position: fixed;
		top: 0;
		width: 100%;
		margin: auto;
		padding: 10px 0;
		background: rgba(255, 255, 255, 0.8) url(../img/bg_head_top.png) repeat-x center top;
		z-index: 10;
	}

	header .header_inner .head_wrap {
		width: 100%;
	}

	header h1,
	header p.logo {
		margin: 0;
	}

	header h1 img,
	header p.logo img {
		width: auto;
		height: 50px;
	}

	header .menu_btn {
		display: block;
		width: 38px;
		height: 36px;
		position: fixed;
		top: 20px;
		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: #000;
		border-radius: 10px;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		-webkit-transform: rotate(0deg);
		    -ms-transform: rotate(0deg);
		        transform: rotate(0deg);
	}

	header .menu_btn span.middle {
		-webkit-transform: translateY(12px);
		    -ms-transform: translateY(12px);
		        transform: translateY(12px);
	}

	header .menu_btn span.bottom {
		-webkit-transform: translateY(24px);
		    -ms-transform: translateY(24px);
		        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 {
		-webkit-transform: rotate(-45deg) translate(-11px, 14px);
		    -ms-transform: rotate(-45deg) translate(-11px, 14px);
		        transform: rotate(-45deg) translate(-11px, 14px);
	}

	.open header .menu_btn span.bottom {
		-webkit-transform: rotate(45deg) translate(8px, 5px);
		    -ms-transform: rotate(45deg) translate(8px, 5px);
		        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;
		-o-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;
	}

	header .menu ul {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
		height: 100%;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		padding: 7% 0;

	}

	header .menu ul li {
		width: 100%;
		padding: 5% 0;
		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: 0;
		font-size: 18px;
		color: #fff;
	}

	header .menu ul li.sp {
		display: inline-block;
	}

	/* 開閉用ボタンがクリックされた時のスタイル */
	.open header .menu_bg {
		-webkit-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		visibility: visible;
		opacity: 1;
	}

	.wrapper {
		width: 94%;
		margin: 30px auto 0;
	}

	#pagetop {
		display: none;
	}


	.sideMenu {
		position: fixed;
		top: 80px;
		right: 0;
	}

	.sideMenu li {
		width: 40px;
		height: auto;
		text-align: center;
		margin-bottom: 15px;
	}

	.sideMenu li a {
		display: block;
		width: 100%;
		height: 100%;
		background: #bcbcbc;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		padding: 12px 0;
	}

	.footer_area {
		display: block;
		position: fixed;
		bottom: 0;
		width: 100%;
		height: 44px;
		overflow: hidden;
		background-color: rgba(0, 0, 0, 0.6);
		z-index: 10000;
	}

	.footer_area a {
		display: block;
		position: relative;
		width: 100%;
		margin: 0px auto;
		padding: 10px 0;
	}

	.footer_area a img {
		vertical-align: middle;
	}

	footer {
		width: 100%;
		padding-top: 10px;
		padding-bottom: 15px;
		color: #000;
		margin-top: 0;
		padding-bottom: 50px;
	}

	#copyright {
		width: 100%;
		padding: 0;
		font-size: 12px;
		margin: auto;
	}

	#copyright p {
		font-size: 12px !important;
	}

	#copyright p a {
		color: #999;
	}
}

/*@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;
	}
}*/