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

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

body {
	width: 100%;
	min-width: 1000px;
	position: relative;
	line-height: 150%;
	color: #482704;
	font-family: p22-stickley-pro-display, serif;
}
.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;
	padding: 15px 0 25px;
	position: relative;
}
header .header_inner{
	width: 1000px;
	margin: auto;
	position: relative;
}
header .header_inner h1,
header .header_inner .logo{
	float: left;
	margin-left: 20px;
}
header .header_inner .header_btn{
	float: right;
	width: 285px;
	padding-top: 10px;
}
header .header_inner .header_btn ul li{
	float: left;
	margin-right: 12px;
}
header .header_inner .header_btn ul li:last-child{
	margin-right: 0;
	width: 205px;
}
header .header_inner .header_btn ul li:last-child a{
	display: block;
	width: 100%;
	font-family: p22-stickley-pro-display, serif;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 1px;
	text-indent: -1px;
	padding: 7px 0 3px;
	color: #fff;
	text-align: center;
	background: #ac7e05;
}
header .header_inner .header_btn ul li:last-child a::before{
	display: inline-block;
	vertical-align: top;
	content: url(../img/ico_webReservation.png);
	height: 18px;
	padding-right: 10px;
	margin-top: -2px;
}
.fixed {
	position: fixed;
	top: 0;
	margin-left: 80px;
	z-index: 99;
	width: 100%;
}
header .header_inner .header_btn p.online{
	width: 285px;
	margin-top: 10px;
}
header .header_inner .header_btn p.online a{
	display: block;
	width: 100%;
	font-family: p22-stickley-pro-display, serif;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 1px;
	text-indent: 1px;
	padding: 10px 0 4px;
	color: #fff;
	text-align: center;
	background: #7e5d05;
}
header .header_inner .header_btn p.online a::before{
	display: inline-block;
	vertical-align: top;
	content: url(../img/ico_onlineStore.png);
	height: 18px;
	padding-right: 10px;
	margin-top: -5px;
}

header .menu_btn{
	display: none;
}
header .menu ul{
	width: auto;
	margin: 20px auto 0;
	font-size: 0;
	text-align: center;
	float: right;
}
header .menu ul li{
	display: inline-block;
	vertical-align: middle;
	font-family: trajan-pro-3, serif;
	font-size: 16px;
	line-height: 100%;
}
header .menu ul li::after,
header .menu ul li:first-child::before{
	display: inline-block;
	vertical-align: middle;
	content: url(../img/deco_menu.png);
}
header .menu ul li a{
	padding: 5px 15px;
	color: #6e5e46;
}


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

/* footer */
footer {
	padding-top: 30px;
	padding-bottom: 40px;
	color: #fff;
	background: #c8a378;
}
footer .footer_menu a{
	font-family: trajan-pro-3, serif;
	font-size: 13px;
	letter-spacing: 1px;
	text-indent: 1px;
	padding: 0 20px;
	color: #fff;
}
footer .footer_logo {
	font-family: p22-stickley-pro-display, serif;
	font-size: 20px;
	padding: 20px 0;
	letter-spacing: 2px;
	text-indent: -2px;
}
#copyright {
	width: 100%;
	max-width: 1000px;
	padding: 0;
	font-size: 16px;
	margin: auto;
}
#copyright a {
	color: #fff;
}

 @media screen and (max-width: 480px) {
	body {
		min-width: 320px;
		width: 100%;
		position: relative;
		min-height: 500px;
	}
	header {
		width: 100%;
		height: auto;
		z-index: 1000;
		margin: auto;
		left: 0;
		padding: 10px 0;
		right: 0;
		position: fixed;
		background: #fff;
	}
	header .header_inner{
		width: 100%;
	}
	header .header_inner h1,
	header .header_inner .logo{
		float: none;
		margin-left: 0;
	}
	header .header_inner h1 img,
	header .header_inner .logo img{
		width: auto;
		height: 50px;
	}
	header .menu_btn{
		display: block;
		width: 38px;
		height: 36px;
		position: fixed;
		top: 17px;
		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;
		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;
	}
	header .menu ul{
		display: table-cell;
    	vertical-align: middle;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		padding: 5% 0 7%;

	}
	header .menu ul li{
		width: 100%;
		padding: 6% 0;
		margin: 0 auto;
		text-align: center;
	}
	header .menu ul li::after,
	header .menu ul li:first-child::before{
		display: none;
	}
	header .menu ul li a{
		display: block;
		width: 100%;
		height: 100%;
		padding: 0;
		font-size: 18px;
		color: #fff;
	}
	/* 開閉用ボタンがクリックされた時のスタイル */
	.open header .menu_bg {
		-webkit-transition: all .5s;
		transition: all .5s;
		visibility: visible;
		opacity: 1;
	}
	
	
	.main{
		padding-top: 90px !important;
	}
	
	.footer_area {
		display: block;
		position: fixed;
		bottom: 0;
		width: 100%;
		height: 48px;
		overflow: hidden;
		z-index: 10000;
	}
	.footer_area a.web_reserve {
		display: block;
		position: relative;
		width: 100%;
		margin: 0px auto;
		padding: 15px 0;
		background-color: rgba(100,68,30, 0.7);
		font-family: p22-stickley-pro-display, serif;
		font-size: 16px;
		line-height: 18px;
		letter-spacing: 2px;
		color: #fff;
	}
	.footer_area a::before{
		display: inline-block;
		vertical-align: top;
		content: url(../img/ico_webReservation.png);
		height: 18px;
		padding-right: 10px;
		margin-top: -2px;
	}
	
	
	footer {
		padding-top: 20px;
		padding-bottom: 60px;
		color: #fff;
		background: #c8a378;
	}
	footer .footer_logo {
		font-family: p22-stickley-pro-display, serif;
		font-size: 20px;
		padding: 10px 0;
		letter-spacing: 2px;
		text-indent: -2px;
	}
}
@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;
	}
}
