@charset "utf-8";
/*------------------------------------------------------------------
	base.css
------------------------------------------------------------------*/
/*  　inviewContents関連　  */
.inviewContents {
	opacity: 0;
	transform: translate(0, 60px);
	-webkit-transform: translate(0, 60px);
	transition: .85s;
}
.fadein {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
body {
	width: 100%;
	min-width: 1000px;
	position: relative;
	line-height: 150%;
	color: #333;
	font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
	font-size: 14px;
	letter-spacing: .05em;
}
.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: #333;
}
a:hover {
	text-decoration: none;
}
header {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
header .headerInner {
	width: 1100px;
	margin: auto;
	position: relative;
	padding: 20px 0 0;
}
header .headerInner h1 {
	width: 195px;
	height: 105px;
	float: left;
	margin: 0 auto 45px;
	line-height: 0;
}
header .headerInner .logo {
	width: 100%;
	height: auto;
}
.snsWrap {
	width: calc(100% - 195px);
	height: 25px;
	float: right;
}
.snsWrap ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.snsWrap li {
	width: 25px;
	height: 25px;
	margin-right: 10px;
}
.snsWrap li:last-child {
	margin-right: 0;
}
.snsWrap a {
	width: 100%;
	height: 100%;
}
.snsWrap img {
	width: 100%;
}
header .headerInner h1::after {
	display: none;
}
header .menu_btn {
	display: none;
}
header .menu {
	float: right;
	margin-top: 25px;
}
header .menu ul {
	font-size: 0;
	text-align: center;
	position: relative;
}
header .menu ul li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}
header .menu ul li a {
	display: block;
	color: #333;
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: .2em;
	padding: 5px 0;
	box-sizing: border-box;
	position: relative;
}
header .menu ul li a:after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 18px;
	background: url(../img/ico_square.png) no-repeat top 2px center / 7px auto;
	vertical-align: middle;
	position: absolute;
	top: 8px;
	right: -15px;
}
#menu_list > ul > li:nth-child(6) a:after {
	content: none;
}
header .menu ul li a span {
	font-size: 15px;
	/*letter-spacing: 0.5px;*/
	color: #998c79;
}
header .headerInner .reserve {
	position: relative;
	width: 200px;
	margin-right: 0;
}
header .headerInner .reserve a {
	display: block;
	width: 100%;
	font-size: 13px;
	height: 45px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	background: #818360;
	font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;
	letter-spacing: 0.075em;
	position: relative;
}
header .headerInner .reserve a::after {
	display: inline-block;
	content: "";
	width: 12px;
	height: 13px;
	background: url(../img/ico_web.png) no-repeat center center / 7px auto;
	position: absolute;
	top: 16px;
	right: 8px;
}
.container {
	padding: 10px 0 250px;
}
/* sp 固定予約メニュー
======================================================*/
.footerArea {
	display: none;
}
/* footer
======================================================*/
footer {
	width: 100%;
	max-width: 1100px;
	padding: 45px 0 55px;
	margin: auto;
	font-size: 13px;
	color: #333;
	position: relative;
	border-top: solid 1px #818360;
}
#pagetop {}
#pagetop a {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	position: absolute;
	right: 15px;
	bottom: 15px;
	border-radius: 25px;
	padding-top: 5px;
	padding-right: 5px;
}
#pagetop a img {
	width: 45px;
	height: auto;
}
footer a {
	color: #fff;
}
footer ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
footer ul .logoArea {
	width: 220px;
}
footer ul figure {
	width: 160px;
	height: auto;
	margin: 0 auto 30px;
	display: block;
}
footer ul figure a {
	width: 100%;
	height: 100%;
}
footer ul figure img {
	display: block;
	width: 100%;
	height: auto;
}
footer ul #copyright {
	font-size: 12px;
	letter-spacing: .05em;
	line-height: 1.67em
}
footer ul #copyright a {
	color: #333;
}
footer ul .footerMenu {}
footer ul .footerSitemap {
	display: flex;
	justify-content: flex-end;
}
footer ul .footerSitemap li {
	margin-right: 30px;
}
footer ul .footerSitemap li a {
	color: #333;
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: .125em;
	padding: 5px 0;
	box-sizing: border-box;
	position: relative;
}
footer ul .footerSitemap li a:after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 12px;
	background: url(../img/ico_square.png) no-repeat center center / 7px auto;
	position: absolute;
	top: 8px;
	right: -15px;
}
footer ul .footerSitemap li:last-child {
	margin-right: 0;
}
footer ul .footerSitemap li:last-child a:after {
	content: none;
}
footer ul .cvArea {
	margin-top: 45px;
	justify-content: flex-end;
}
footer ul .cvArea .reserve {
	display: block;
	width: 200px;
	font-size: 13px;
	line-height: 45px;
	height: 45px;
	color: #fff;
	text-align: center;
	font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;
	letter-spacing: 0.2em;
	position: relative;
	background: #818360;
	margin-right: 20px;
}
footer ul .cvArea .reserve:after {
	display: inline-block;
	content: "";
	width: 12px;
	height: 18px;
	background: url(../img/ico_web.png) no-repeat center center / 7px auto;
	margin-left: 15px;
	position: absolute;
	top: 13px;
}
footer ul .cvArea .fb,
footer ul .cvArea .insta {
	display: block;
	width: 25px;
	height: 25px;
}
footer ul .cvArea .insta {
	margin-right: 10px;
}
footer ul .cvArea .fb img,
footer ul .cvArea .insta img {
	display: block;
	width: 100%;
	height: auto;
}
footer .footerMenu {
	color: #333;
	font-size: 12px;
	margin-bottom: 15px;
}
footer .footerInsta {
	margin-bottom: 15px;
}
footer .footerInfo {
	font-size: 12px;
	line-height: 1.8em;
	margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
	body {
		min-width: 320px;
		width: 100%;
		position: relative;
		min-height: 500px;
		font-size: 13px;
		color: #333;
		letter-spacing: 0.05em;
		line-height: 2;
	}
	header {
		width: 100%;
		margin: 0 auto;
		padding: 10px 0;
	}
	header .headerInner {
		width: 100%;
		margin: auto;
		position: relative;
		padding: 0;
	}
	header .headerInner h1,
	header .headerInner .logo {
		text-align: center;
		width: 100%;
		height: auto;
		margin: 0 auto;
		line-height: 0;
	}
	header .headerInner h1 img,
	header .headerInner .logo img {
		width: auto;
		height: 65px;
		margin-bottom: 10px;
	}
	header .headerInner h1::after {
		display: none;
	}
	header .menu_btn {
		display: block;
		width: 34px;
		height: 18px;
		position: fixed;
		top: 30px;
		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: #fff;
	}
	.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(129, 131, 96, .90);
		-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%;
		margin: 125px 0 0;
		padding: 0;
		border: none;
	}
	header .menu ul {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		padding: 10px 0 60px;
	}
	header .menu ul li {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	header .menu ul li a {
		display: block;
		width: 80%;
		margin: 0 auto;
		padding: 5% 0;
		font-size: 13px;
		line-height: 2em;
		letter-spacing: 0.25em;
		color: #fff;
		position: relative;
	}
	header .menu ul li a:before {
		content: "";
		display: inline-block;
		width: 7px;
		height: 12px;
		background: url(../img/ico_square_wh.png) no-repeat top center / 7px auto;
		vertical-align: middle;
		margin: 0 12px;
	}
	header .menu ul li a:after {
		content: "";
		display: inline-block;
		width: 7px;
		height: 12px;
		background: url(../img/ico_square.png) no-repeat top center / 7px auto;
		vertical-align: middle;
		margin: 0 12px;
		position: static;
	}
	#menu_list > ul > li:nth-child(6) a:after {
		content: "";
	}
	/* 開閉用ボタンがクリックされた時のスタイル */
	.open header .menu_bg {
		-webkit-transition: all .5s;
		transition: all .5s;
		visibility: visible;
		opacity: 1;
	}
	.container {
		padding: 0 0 80px;
	}
	#pagetop {
		display: none;
	}
	.footerArea {
		display: flex;
		position: fixed;
		bottom: 0;
		width: 100%;
		height: 54px;
		overflow: hidden;
		z-index: 99;
	}
	.footerArea .bg {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: url(../img/bg_reserve.png) repeat-x;
		background-size: auto 100%;
		opacity: 0.8;
	}
	.footerArea a {
		display: block;
		position: relative;
		width: 50%;
		height: 55px;
		margin: 0px auto;
		box-sizing: border-box;
		padding: 15px 0;
		text-align: center;
		font-size: 15px;
		line-height: 24px;
		color: #fff;
		background: rgba(129, 131, 96, .75);
		box-sizing: border-box;
	}
	.footerArea a:first-child {
		border-right: dotted 1px #fff;
	}
	.footerArea a::after {
		display: inline-block;
		vertical-align: middle;
		content: "";
		width: 12px;
		height: 12px;
		background: url(../img/ico_web_02.png) no-repeat center center / 100% auto;
		margin-top: -3px;
		margin-left: 5px;
	}
	/* footer */
	footer {
		padding: 30px 0 65px;
		font-size: 13px;
		color: #fff;
		position: relative;
		margin-top: 30px;
	}
	#pagetop {
		width: 1000px;
		margin: 0 auto;
		position: absolute;
		right: 50%;
		bottom: 55px;
		margin-right: -500px;
	}
	footer a {
		color: #333;
	}
	footer ul .logoArea {
		width: 100%;
	}
	footer ul figure {
		margin-bottom: 20px;
	}
	footer .snsWrap {
		display: block;
		float: none;
		margin: 0 auto 10px;
	}
	footer .snsWrap ul {
		justify-content: center;
	}
	footer .snsWrap li {
		margin-right: 20px;
	}
	footer ul #copyright {
		color: #333;
	}
}
@media screen and (min-width: 481px) {
	.sp {
		display: none !important;
	}
	.pc {
		display: block;
	}
}
@media screen and (max-width: 480px) {
	.sp {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
}
