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

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

body {
	width: 100%;
	min-width: 1000px;
	position: relative;
	line-height: 150%;
	color: #482704;
	font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
	background: url(../img/bg.jpg) 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;
}
a:hover {
	text-decoration: none;
}
header {
	width: 100%;
	margin: 0 auto;
}
header .headerInner{
	width: 1240px;
	margin: auto;
	position: relative;
	padding: 40px 0 0;
}
header .headerInner h1,
header .headerInner .logo {
	text-align: center;
	width: 100%;
	margin: 0 auto 40px;
	line-height: 0;
}
header .headerInner .reserve{
	position: absolute;
	top: 0;
	right: 0;
	/*margin-left: 755px;*/
	z-index: 999;
	margin-top: 40px;
}
header .headerInner .reserve ul li{
	float: left;
}
header .headerInner .reserve .web{
	width: 140px;
	margin: 0 0 0 20px;
}
header .headerInner .reserve .web a{
	display: block;
	width: 100%;
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
	padding: 8px 0;
	background: #b28850;
}
header .headerInner .reserve .web2{
	width: 230px;
	margin: 0 0 0 20px;
}
header .headerInner .reserve .web2 a{
	display: block;
	width: 100%;
	font-size: 13px;
	color: #fff;
	letter-spacing: 1px;
	padding: 8px 0;
	background: #482704;
}
header .menu_btn{
	display: none;
}
header .menu ul{
	font-size: 0;
	text-align: center;
}
header .menu ul li{
	display: inline-block;
	vertical-align: top;
}
header .menu ul li::after,
header .menu ul li:first-child::before{
	display: inline-block;
	vertical-align: top;
	content: "|";
	font-size: 12px;
}
header .menu ul li a{
	display: inline-block;
	padding: 5px 15px;
	font-size: 10.5px;
	line-height: 1.8em;
	letter-spacing: 0.8px;
	color: #835f3d;
}
header .menu ul li a span{
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color: #482704;
}

.container{
	padding: 50px 0 0;
}

#pagetop {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 30px 10px 0;
}
#pagetop a{
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	color: #482704;
}


/* footer */
footer {
	padding: 40px 0 25px;
	background: #7e6b5a;
	font-size: 13px;
	color: #fff;
}
footer a{
	color: #fff;
}
footer .footerMenu{
	font-size: 12px;
	margin-bottom: 15px;
}
footer .footerMenu a{
	padding: 0 10px;
}
footer .footerInfo{
	line-height: 2em;
	margin-bottom: 45px;
}

 @media screen and (max-width: 480px) {
	body {
		min-width: 100%;
		width: 100%;
		position: relative;
		min-height: 500px;
	}
	header {
		width: 100%;
		margin: 0 auto;
		padding: 20px 0 10px;
	}
	header .headerInner{
		width: 100%;
		margin: auto;
		position: relative;
		padding: 0;
	}
	header .headerInner h1,
	header .headerInner .logo {
		text-align: center;
		width: 100%;
		margin: 0 auto;
		line-height: 0;
	}
	header .headerInner h1 img,
	header .headerInner .logo img{
		width: auto;
		height: 30px;
	}
	
	header .menu_btn{
		display: block;
		width: 34px;
		height: 18px;
		position: fixed;
		top: 20px;
		right: 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: 34px;
		height: 2px;
		background: #5f4605;
		border-radius: 5px;
		transition: all 0.3s;
    	transform: rotate(0deg);
	}
	header .menu_btn span.middle{
		transform: translateY(6px);
	}
	header .menu_btn span.bottom{
		transform: translateY(12px);
	}
	.open header .menu_btn span{
		background: #5f4605;
	}
	.open header .menu_btn span.middle{
		background: rgba(255, 255, 255, 0);
	}
	.open header .menu_btn span.top{
		transform: rotate(-45deg) translate(-8px,12px);
	}
	.open header .menu_btn span.bottom{
		transform: rotate(45deg) translate(9px,5px);
	}
	header .menu_bg{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(255,255,255,0.8);
		-webkit-transition: all .5s;
		transition: all .5s;
		visibility: hidden;
		opacity: 0;
		z-index: 100;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	header .menu {
		display: table;
		width: 100%;
		padding: 0;
		border: none;
	}
	header .menu ul{
		display: table-cell;
    	vertical-align: middle;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		padding: 70px 0 60px;

	}
	header .menu ul li{
		width: 50%;
		margin: 0 auto;
		text-align: center;
		box-sizing: border-box;
		border-right: 1px solid #482704;
		border-bottom: 1px solid #482704;
	}
	header .menu ul li:nth-child(1),
	header .menu ul li:nth-child(2){
		border-top: 1px solid #482704;
	}
	/*header .menu ul li:nth-child(11){
		width: 100%;
	}*/
	header .menu ul li:nth-child(even),
	header .menu ul li:last-child{
		border-right: none;
	}
  header .menu ul li:last-child{
    width: 100%;
  }
	header .menu ul li::after, header .menu ul li:first-child::before{
		display: none;
	}
	header .menu ul li a{
		display: block;
		width: 100%;
		margin: 0 auto;
		padding: 20px 0;
		font-size: 12px;
		line-height: 1em;
		position: relative;
	}
	header .menu ul li a span{
		display: inline-block;
		padding-bottom: 10px;
	}
	/* 開閉用ボタンがクリックされた時のスタイル */
	.open header .menu_bg {
		-webkit-transition: all .5s;
		transition: all .5s;
		visibility: visible;
		opacity: 1;
	}
	 .container{
		 padding: 20px 0 50px;
	 }
	
	#pagetop {
		display: none;
	}
	

	.footerArea {
		display: block;
		position: fixed;
		bottom: 0;
		width: 100%;
		height: 54px;
		overflow: hidden;
		z-index: 99;
	}
	.footerArea a {
		display: block;
		position: relative;
		width: 100%;
		height: 54px;
		margin: 0px auto;
		box-sizing: border-box;
		padding: 15px 0;
		text-align: center;		
		font-size: 13px;
		line-height: 24px;
		color: #fff;
		background: rgba(178,136,80,0.6);
	}
.footerArea a.brown {
		display: block;
		position: relative;
		width: 100%;
		height: 54px;
		margin: 0px auto;
		box-sizing: border-box;
		padding: 12px 0;
		text-align: center;		
		font-size: 13px;
		line-height: 16px;
		color: #fff;
		background: rgba(73,47,21,0.7);
	}

	 .footerArea ul{
		 width: 100%;
		 display:flex;
		 justify-content: space-around
	 }
	 
	 .footerArea li{
		 width: 100%;
	 }
	 
	/* footer */
	footer {
		padding: 30px 0 70px;
		background: #7e6b5a;
		font-size: 13px;
		color: #fff;
	}
	footer a{
		color: #fff;
	}
	footer .footerMenu{
		font-size: 12px;
		margin-bottom: 15px;
	}
	footer .footerMenu a{
		padding: 0 10px;
	}
	footer .footerInfo{
		line-height: 2em;
		margin-bottom: 30px;
	}
}
@media screen and (min-width: 481px) {
	.sp {
		display: none !important;
	}
	.pc {
		display: block !important;
	}
}
@media screen and (max-width: 480px) {
	.sp {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
}
