@charset "utf-8";
/*----------------------------------------------------
	ナビ
----------------------------------------------------*/
.topNav {
	position: absolute;
	top: 0;
	right: 0;
}

.topNav ul {
	-js-display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	padding: 0 4px;
	-ms-flex-pack: end;
}

.topNav ul li {
	margin: 0 4px;
}

.topNav ul li img {
	width: 40px;
}
/*----------------------------------------------------
	ビジュアル
----------------------------------------------------*/
.topVisual {
	-js-display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	height: 60vh;
	background: url("../images/visual/bg.jpg") center center no-repeat;
	background-size: cover;
	-ms-flex-pack: center;
	-ms-flex-align: center;
}

.topVisual .logo {
	width: 480px;
	text-align: center;
}

@media (max-width: 767px) {
	.topVisual .logo {
		position: relative;
		width: 260px;
	}
}
/*----------------------------------------------------
	コンセプト
----------------------------------------------------*/
.topConcept {
	padding: 40px 0;
	background: url("../images/concept/bg.jpg") center center no-repeat;
	background-size: cover;
	text-align: center;
}

.topConcept h2 {
	margin: 20px auto 20px;
}

.topConcept .lead {
	width: 560px;
	margin: 20px auto 20px;
}

.topConcept .desc {
	margin: 20px auto 20px;
	line-height: 1.75;
}

.topConcept .sign {
	width: 336px;
	margin: 20px 0 20px auto;
	text-align: right;
}

@media (max-width: 767px) {
	.topConcept .lead {
		width: 280px;
	}

	.topConcept .sign {
		width: 180px;
	}
}
/*----------------------------------------------------
	スライド
----------------------------------------------------*/
.topSlide {
	padding: 0 0 20px;
	background-color: #540b1f;
}

.sp-thumbnails {
	-js-display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 8px 0;
	-ms-flex-pack: justify;
}

.sp-thumbnails li {
	width: 16%;
	margin-bottom: 4px;
	background-color: #000;
}

.sp-thumbnails li img {
	opacity: 0.5;
}

.sp-thumbnails .active img {
	opacity: 1;
}

@media (max-width: 767px) {
	.topSlide .sp-thumbnails li {
		width: 32%;
	}
}
/*----------------------------------------------------
	メニュー
----------------------------------------------------*/
.topMenu .item h3 {
	height: 320px;
}

.topMenu .item h3 img {
	position: relative;
	top: 80px;
	height: 160px;
}

.topMenu .item.wine h3 {
	background: url("../images/menu/bg_wine.jpg") center center repeat;
	background-size: cover;
}

.topMenu .item.cheese h3 {
	background: url("../images/menu/bg_cheese.jpg") center center repeat;
	background-size: cover;
}

.topMenu .item.food h3 {
	background: url("../images/menu/bg_food.jpg") center center repeat;
	background-size: cover;
}

.topMenu .item.event h3 {
	background: url("../images/menu/bg_event.jpg") center center repeat;
	background-size: cover;
}

.topMenu .item .desc {
	padding: 20px 0;
}

.topMenu .item .desc .lead {
	margin-bottom: 1.75em;
	line-height: 1.75;
	text-align: center;
}

.topMenu .item .desc ul {
	-js-display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}

.topMenu .item .desc ul li {
	min-width: 34%;
	max-width: 48%;
	padding: 0 1em 0.5em;
}

.topMenu .item .link {
	padding-top: 10px;
	text-align: center;
}

.topMenu .item .link a {
	display: inline-block;
	width: 200px;
	padding: 0.2em 1em;
	border-radius: 12px;
	background-color: #fff;
	color: #231815;
	font-size: 1.25em;
	text-decoration: none;
}

.remodal ul {
	-js-display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}

.remodal ul li {
	min-width: 34%;
	max-width: 48%;
	padding: 0 1em 0.5em;
	text-align: left;
}

@media (max-width: 767px) {
	.remodal ul li {
		width: 100%;
		min-width: 0;
		max-width: none;
	}
}

@media (max-width: 767px) {
	.topMenu .item h3 {
		height: 160px;
	}

	.topMenu .item h3 img {
		top: 40px;
		height: 80px;
	}

	.topMenu .item .desc ul {
		-js-display: flex;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		justify-content: center;
		-ms-flex-pack: center;
	}

	.topMenu .item .desc ul li {
		width: 100;
		min-width: 0;
		max-width: none;
	}
}

.foodMenu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
	background: rgba(0, 0, 0, 0.7);
	overflow: auto;
	z-index: 9999;
}

.foodMenu.show {
	display: block;
	-webkit-animation: show 0.3s linear 0s;
	animation: show 0.3s linear 0s;
}

.foodMenu .head {
	height: 160px;
	background: linear-gradient(to bottom, #7d292d, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
	text-align: center;
}

.foodMenu .head h3 {
	padding: 20px 0;
}

.foodMenu .head h3 img {
	height: 64px;
}

.foodMenu .head .close {
	position: absolute;
	top: 8px;
	right: 8px;
}

.foodMenu .head .close img {
	width: 50px;
}

.foodMenu .body {
	display: table;
	margin: 0 auto 40px;
	line-height: 1.8;
}

.foodMenu .slide {
	width: 640px;
	margin: 0 auto 40px;
}

@media (max-width: 767px) {
	.foodMenu .head {
		height: 100px;
	}

	.foodMenu .head h3 {
		padding: 20px 0;
	}

	.foodMenu .head h3 img {
		height: 48px;
	}

	.foodMenu .head .close img {
		width: 40px;
	}

	.foodMenu .slide {
		width: 80%;
		margin: 0 auto 40px;
	}
}
/*----------------------------------------------------
	ニュース
----------------------------------------------------*/
.topNews {
	background-color: #540b1f;
}

.topNews .entryList {
	-js-display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}

.topNews .entryList .item {
	width: 280px;
	margin: 20px 24px;
	padding: 6px 6px 12px;
	background-color: #fff;
	color: #231815;
}

.topNews .entryList .item .figure {
	display: block;
	margin-bottom: 8px;
}

.topNews .entryList .item .figure img {
	width: 100%;
}

.topNews .entryList .item .date {
	display: block;
}

.topNews .entryList .item h3 {
	font-size: 1.25em;
}

.topNews .entryList .item:nth-child(n+5) {
	display: none;
}

.topNews .link {
	padding: 10px 0 20px;
	text-align: center;
}

.topNews .link a {
	display: inline-block;
	width: 200px;
	padding: 0.2em 1em;
	border: #fff 1px solid;
	border-radius: 12px;
	font-size: 1.25em;
	text-decoration: none;
}

.newsTitle {
	margin-bottom: 12px;
	border-bottom: 1px solid #ccc;
	font-size: 24px;
}

.newsTitle .loader {
	padding: 10px 0;
	font-size: 14px;
	text-align: center;
}

.newsEntry {
	text-align: left;
}

.newsEntry .loader {
	padding: 20px 0;
	font-size: 14px;
	text-align: center;
}

@media (max-width: 767px) {
	.topNews .entryList {
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-ms-flex-pack: justify;
	}

	.topNews .entryList .item {
		width: 48%;
		margin: 0 0 20px;
	}
}
/*----------------------------------------------------
	インフォ
----------------------------------------------------*/
.footerInfo {
	padding: 20px 0 0;
	background: url("../images/info/bg_info.jpg") center center repeat;
	background-size: cover;
}

.footerInfo .logo {
	text-align: center;
}

.footerInfo .logo img {
	width: 240px;
}

.footerInfo .map {
	width: 80%;
	margin: 0 auto;
}

.footerInfo .map .googlemap {
	position: relative;
	padding: 100% 0 0;
}

.footerInfo .map .googlemap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.footerInfo .copyright {
	padding: 40px 0 100px;
	text-align: center;
}

.footerInfo .copyright img {
	height: 12px;
}

@media (max-width: 767px) {
	.footerInfo .logo img {
		width: 240px;
	}

	.footerInfo .map {
		width: 80%;
		margin: 0 auto;
	}

	.footerInfo .map .googlemap {
		position: relative;
		padding: 100% 0 0;
	}

	.footerInfo .map .googlemap iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.footerInfo .copyright {
		padding: 40px 0 100px;
		text-align: center;
	}

	.footerInfo .copyright img {
		height: 12px;
	}
}

@-webkit-keyframes show {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes show {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}
