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

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

body {
	width: 100%;
	min-width: 1000px;
	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: 1000px;
	margin: 0 auto;
}
header .headerWrap{
	position: relative;
}
header h1 {
	text-align: center;
	margin: 0px auto;
	padding: 20px 0 35px;
}
header .headerWrap div.web_tool{
	position: absolute;
	top: 0;
	left: 0;
	width: 190px;
	height: 120px;
}
header .headerWrap p.web_resevation{
	position: absolute;
	top: 0;
	left: 0;
	width: 190px;
	height: 60px;
	margin: 0 0 0 810px;
	z-index: 1000;
}
header p.web_resevation a{
	display: block;
	padding: 21px 0;
	line-height: 100%;
	background: #000;
}
header .headerWrap p.line{
	position: absolute;
	top: 0;
	left: 0;
	width: 190px;
	margin: 0 0 0 810px;
	z-index: 1000;
}
header .headerWrap p.line a{
	display: block;
	padding: 8px 0 10px;
	/*padding: 12px 0;*/
	line-height: 100%;
	background: #00bd00;
}
header .headerWrap span.reserv{
	color:#fff;
	font-size:12px;
	display:inline-block;
	margin-bottom:5px;
}

#gnav {
	width: 1000px;
	box-sizing: border-box;
	padding: 0 37px;
}
#gnav li {
	float: left;
	margin-right: 0px;
}
#gnav li a {
	display: block;
	padding: 5px 21px;
}
#gnav li a img {
	vertical-align: middle;
}
#gnav_sp {
	display: none;
}
#pagetop {
	width: 1000px;
	text-align: right;
	margin: 0 auto;
	padding-bottom: 25px;
}

/*footer*/
footer {
	background: url(../img/bg_footer.png) repeat;
	padding-top: 40px;
	padding-bottom: 50px;
}
footer ul{
	width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 10px 20px;
	border-bottom: 1px solid #626262;
	font-size: 0;
}
footer ul li{
	display: inline-block;
	height: 12px;
	font-size: 12px;
	line-height: 100%;
}
footer ul li:first-child::before{
	display: inline-block;
	content: " ";
	height: 12px;
	border-left: 1px solid #929292;
}
footer ul li::after{
	display: inline-block;
	content: " ";
	height: 12px;
	border-right: 1px solid #929292;
}
footer ul li a{
	padding: 0 18px;
}

footer .footinfo{
	font-size: 12px;
	line-height: 22px;
	padding-top: 15px;
}
footer #copyright_inner{
	margin-top: 10px;
}

@media screen and (max-width: 480px) {
.sp {
	display: inline-block;
}
.pc {
	display: none;
}

body {
	min-width: 320px;
	width: 100%;
	position: relative;
	min-height: 500px;
}
header {
	width: 100%;
	height: 50px;
	padding: 10px 0 0;
}
header #gnav {
	display: none;
}
header h1 {
	width: auto;
	height: 50px;
	margin: 0 auto;
	float: none;
	text-align: center;
	padding: 0;
}
header h1 a img {
	width: auto;
	height: 100%;
	padding-top: 0px;
}
header h2 {
	display: none;
}
#gnav_sp {
	display: block;
}
.btn {
	background: #000 url(../img/sp-menu_btn.png) no-repeat 0 0;
	background-size: 90px 45px;
	display: block;
	width: 45px;
	height: 45px;
	position: fixed;
	top: 10px;
	left: 4%;
	cursor: pointer;
	z-index: 100;
}
.peke {
    background-position: -45px 0;
}
.drawr {
	display: none;
	background-color: #222728;
	position: absolute;
	top: -10px;
	left: 0;
	max-width: 350px;
	min-width: 320px;
	padding: 60px 0 20px 0px;
	z-index: 99;
	color: #FFF;
}
#spmenu li {
	max-width: 350px;
	min-width: 320px;
	text-align: left;
	border-top: solid 1px #434343;
}
#spmenu li:last-child {
	border-bottom: solid 1px #434343;
}
#spmenu li a {
	color: #fff;
	display: block;
	padding: 15px 20px;
}
#spmenu li a.yel {
	color: #fff100;
}
.backbg {
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	height: 300%;
	overflow: hidden;
	display: none;
	top: 0px;
	position: fixed;
}
#pagetop {
	display: none;
}
footer {
	padding-top: 20px;
	padding-bottom: 65px;
	color: #000;
	margin-top: 0;
}
footer .footinfo{
	font-size: 12px;
	line-height: 22px;
	padding-top: 0;
}

	.footer_area {
		display: block;
		position: fixed;
		bottom: 0;
		width: 100%;
		height: 54px;
		overflow: hidden;
		z-index: 10000;
	}
	.footer_area a.web_reserve {
		display: block;
		float: left;
		position: relative;
		width: 50%;
		margin: 0px auto;
		padding: 15px 0;
		background-color: rgba( 0, 0, 0, 0.6 );
	}
	.footer_area a.line {
		display: block;
		float: right;
		position: relative;
		width: 100%;
		line-height: 100%;
		padding: 9px 0;
		background: rgba(0,189,0,.7);
	}
	
.footer_area span.reservSp{
	font-size:11px;
	line-height:20px;
	color:#ffff;
	
}
