@charset "UTF-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* 大枠 */
html,
body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling: touch !important;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-size: 16px;
	line-height: 1.6;
	word-wrap : break-word;
	overflow-wrap : break-word;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
body > #wrapper {
	height: auto;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}

@media print {
	html,
	html body{overflow: visible !important;}
}

/* アクセシビリティ */
.guidance {
	left:-999px;
	position:absolute;
	width:990px;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	pointer-events: none;
} /* レスポンシブ対応 */
img {
	vertical-align: bottom;
	box-shadow: #000 0 0 0; /* ロールオーバー対応 */
}
img,
x:-moz-any-link,
x:default {
	box-shadow: #000 0 0 0; /* IE7対応 */
}
/* Windows Chrome 画像ぼやけ防止 */
@media screen and (min-width: 768px) {
	img{
		image-rendering: -webkit-optimize-contrast;
	}
}
/* リンク */
a{
	display: inline-block;
}
a:link,
a:visited,
a:active {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: inherit;
	opacity: .7;
	text-decoration: none!important;
}

.NotoSans {
	font-family: 'NotoSans';
	font-weight: 400;
}

.NotoSerif {
	font-family: 'NotoSerif';
	font-weight: 400;
}

.roboto{
	font-family: 'Roboto', sans-serif;
	position: relative;
	font-weight: normal;
	letter-spacing: 2px;
}
.eb{
	font-family: 'EB_Garamond', sans-serif;
	position: relative;
	font-weight: 400;
}
/* CLEARFIX */
.container:after,
.row:after,
.col:after {
	content: "";
	display: table;
	clear: both;
}

.container {
	width: 100%;
	max-width: 896px;
	padding: 0 30px;
	margin: 0 auto;
	position: relative;
}

.pc {display: block;}
.sp {display: none;}

.btn{
	max-width: 294px;
	margin:0 auto;
	position: relative;
}
.btn::before{
	content:"";
	width:39px;
	height: 1px;
	background:  #707070;
	margin:auto;
	position: absolute;
	top:0;
	left: 256px;
	bottom: 0;
}
.btn:hover{
	opacity:0.5;
}
.btn a:hover{
	opacity:1;
}
.btn a{
	display: flex;
	color:#000;
	background: #fff;
	border:1px solid #707070;
	width: 100%;
	max-width: 275px;
	height: 50px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	justify-content: center;
	align-items: center;
}
/* ▼ タイトル
--------------------------------------- */
#site_title {
	display: flex;
	align-items: center;
	padding: 0 0 0 2vw;
	margin: auto 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
#site_title{
	width: 30%;
}
.title {
	padding: 20px 10px;
	margin-bottom: 30px;
	font-size: 32px;
	font-weight: 500;
	text-align: center;
}
.title span{
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.border{
	border-bottom: 1px solid #000;
	padding-bottom: 14px;
	font-size: 26px;
	font-weight: bold;
}

/* ▼▼▼ ヘッダー
====================================================== */
header {
	width: 100%;
	height: 80px;
	overflow: hidden;
	position: fixed;
	background: #fff;
	z-index: 999;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
}
header .header_inner {
	width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
}
header .color_link{
	display: flex;
	width: 100%;
	justify-content: flex-end;
	align-items: center;
  position: absolute;
	top:0;
	right:0;
}
header .color_link li{
	width: 100%;
	max-width: 140px;
	height: 80px;
}
header .color_link .h_tasting a{
	display: flex;
	height: 100%;
	color: #FFFFFF;
	background: #777;
	margin: auto;
	font-weight: bold;
	align-items: center;
	justify-content: center;
}
header .h_online a{
	display: flex;
	height: 100%;
	color: #FFFFFF;
	background: #000;
	margin: auto;
	font-weight: bold;
	align-items: center;
	justify-content: center;
}
header .h_dining a{
	display: flex;
	height: 100%;
	color: #FFFFFF;
	background: #575757;
	margin: auto;
	font-weight: bold;
	align-items: center;
	justify-content: center;
}
header .color_link img{
	margin-right:10px;
}
header p.lang {
	position: absolute;
	right: 31.5vw;
	top: 1em;
	width: 5em;
	padding: 0 1em;
	z-index: 1;
}
header p.lang a{
	display: block;
	text-align: center;
	color: #9D9D9D;
}
header p.lang a:first-child{
	border-bottom: 1px solid #9D9D9D;
}
header p.lang a.active,
header p.lang a:hover{
	opacity: 1;
	color: #000;
}


.menu {display: none;}

/* グローバルナビゲーション */
#gnav {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: auto;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 31.5vw;
	bottom: 0;
	padding-right: 5em;
}
#gnav ul {
	display: flex;
}
#gnav ul > li {
}
#gnav ul > li a {
	display: block;
	padding:19px .6vw;
	text-decoration: none;
}
#gnav ul > li a:hover {
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}


/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
====================================================== */
#main {
	margin: 80px auto 0;
	clear: both;
	overflow: hidden;
}

.read{
	margin: 0 0 30px;
}

.flex_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 40px;
}
	.flex_box > div{
		width: 48%;
		margin: 0 0 10px;
	}
	.flex_box > div.full{
		flex: 100%;
	}
	.flex_box > div a{
		display: block;
		padding: 30px;
		text-align: center;
		text-decoration: none;
	}
	/* ▼ リンクエリア
	--------------------------------------- */
	#link_area > .wrapper{
		display: flex;
	}
	#link_area .wrapper > div{
		flex:1;
	}
	#link_area .wrapper a{
		display: flex;
		width: 100%;
		color:#fff;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}
	#link_area .wrapper a .roboto{
		margin-bottom: 20px;
		text-align: center;
		font-size: 10px;
		font-weight: bold;
	}
	#link_area .wrapper a .NotoSerif{
		text-align: center;
		font-size: 24px;
		font-weight: 500;
	}
	#link_area .wrapper .left_area a{
		height: 360px;
		background: url(../img/restaurant_guide.jpg)no-repeat top center / cover;
	}
	#link_area .wrapper .right_area a{
		height: 360px;
		background: url(../img/online_shop.jpg)no-repeat top center / cover;
	}

/* ▼ パンくず
--------------------------------------- */
#path {
	margin:10px 30px;
	font-size: 14px;
	overflow: hidden;
}
	#path li {
		color:#727272;
		float: left;
		font-size: 12px;
		font-weight: 500;
	}
	#path li:not(:last-child):after {
		content: "〉";
		margin-left: 10px;
		color: #727272;
	}
	#path li a{
		text-decoration: underline;
	}

/* ▼ Googlemap
--------------------------------------- */
.map_container {
	width: 100%;
	position: relative;
	padding-top: 30%;
}
.google {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}


/* ▼▼▼ フッター
===================================== */
footer {
	width: 100%;
	padding: 90px 0 73px;
	clear: both;
	overflow: hidden;
	}
#footer_inner {
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
#footer_nav{
	margin-bottom: 60px;
}
#footer_nav ul{
	display: flex;
	width: 82%;
	margin:0 auto;
	justify-content: space-between;
}
#footer_nav ul li a{
	font-size: 12px;
}
#footer_inner .f_logo{
	width: 115px;
	height: 150px;
	margin:0 auto 35px;
}
#footer_inner .f_adress{
	font-size: 12px;
	margin:0 auto 42px;
	text-align: center;
}
#footer_inner .btn_wrap{
	display: flex;
	margin:0 auto;
	justify-content: center;
}
#footer_inner .btn{
	width: 100%;
	margin-bottom: 43px;
}
#footer_inner .btn:hover{
	opacity:0.5;
}
#footer_inner .btn a:hover{
	opacity:1;
}
#footer_inner .sns{
	display: flex;
	justify-content: center;
	margin-bottom: 27px;
}
#footer_inner .sns li{
	width: 29px;
	height: 29px;
}
#footer_inner .sns li:not(:last-child){
	margin-right:24px;
}
/* ▼ ページ上部へ戻る
--------------------------------------- */
.pagetop {
	width: 60px;
	height: 60px;
	padding: 12px 6px;
	text-align: center;
	border: 1px solid #000;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 12px;
	z-index: 2000;
	cursor: pointer;
}

/* ▼ コピーライト
--------------------------------------- */
#copyright {
	font-size: 10px;
	color: #707070;
	text-align: center;
}


/* ▼▼▼ 404
====================================================== */
#not_found{
	padding: 8vw 20px;
	}
	#not_found p{
		font-size: 14px;
		text-align: center;
	}
	#not_found p.arial{
		margin-bottom: 10px;
		font-size: 42px;
		font-family: "Arial", "メイリオ";
	}
	#not_found p.arial + p{
		margin-bottom: 20px;
		font-size: 18px;
		font-weight: bold;
	}
	#not_found p.txt{
		margin-bottom: 30px;
		line-height: 1.9;
	}
	#not_found .top_btn a{
		display: inline-block;
		padding: 15px 40px;
		border: 1px solid #ccc;
	}


	/* ▼▼▼ 769px〜1135px
	====================================================== */
	@media screen and (max-width: 1135px){
        #gnav {
            right: 24%;
        }
        header {
            font-size: 12px;
        }
        #site_title {
            width: 21.7%;

        }
        header .h_online {
            width: 11%;
        }
        header .color_link img{
            display: none;
        }
	}

/* ▼▼▼ 480px〜768px
====================================================== */
@media screen and (max-width: 768px) {

	body{
		font-size: 14px;
	}
	body.wrap {
		overflow: hidden;
	}


	#wrapper {width: 100%;}
	#screen {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color:rgba(0,0,0,0.8);
		z-index: 200;
	}

	.pc {display: none;}
	.sp {display: block;}

	.btn a{
		font-size: 14px;
	}
	/* ▼タイトル
	--------------------------------------- */
	#site_title {
		width: 100%;
		height: 74px;
		padding-left:0;
		justify-content: center;
		position: relative;
		z-index: 0;
	}
	#site_title a{
		display: flex;
		width: calc(100% - 148px);
		height: 60px;
		margin-top: -5px;
		align-items: center;
		justify-content: center;
	}
	#site_title a img {
		width: 190px;
	}
	.title{
		font-size: 28px;
	}
	.border{
		font-size: 18px;
	}
	/* ▼▼▼ ヘッダー
	====================================================== */
	header {
		width: 100%;
		height: 60px;
		padding: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999;
		overflow: visible;
	}

	header .header_inner {
		width: 100%;
		height: 61px;
		background: #fff;
		border-bottom: 1px solid #D9D9D9;
		position: fixed;
		top: 0;
		left:0;
		z-index: 99999
	}
	header .color_link{
		width: calc(100% - 120px);
		position: absolute;
		left:0;
	  z-index: 99999;
	}
	header .color_link li{
		width: calc(100% / 3);
		max-width: none;
		height: 60px;
	}
	header .color_link li a {
		position: relative;
		font-size: 10px;
		text-align: center;
		padding-top: 25%;
		line-height: 1.2;
	}
	header .color_link .h_online a {
		background: #575757;
	}

	header .h_online a::before{
		content: "";
		background: url(../img/icon_cart.svg)no-repeat top center / contain;
		width: 20px;
		height: 14px;
		margin: auto;
		position: absolute;
		top: -24px;
		bottom: 0;
		left: 52%;
		transform: translateX(-50%);
	}
	header .color_link .h_tasting a {
		background: #777777;
	}
	header .color_link .h_tasting a::before {
		content: "";
		background: url(../img/icon_tasting.svg)no-repeat top center / contain;
		width: 12px;
		height: 22px;
		margin: auto;
		position: absolute;
		top: 8px;
		left: 52%;
		transform: translateX(-50%);
	}
	header .color_link .h_dining a {
		background: #575757;
	}
	header .color_link .h_dining a::before {
		content: "";
		background: url(../img/icon_dining.svg)no-repeat top center / contain;
		width: 10px;
		height: 22px;
		margin: auto;
		position: absolute;
		top: 12%;
		left: 50%;
		transform: translateX(-50%);
	}
	header p.lang {
		right: 60px;
		top: 0;
		width: 60px;
		height: 60px;
		padding: 10px 10px 0;
		background: #393939;
		z-index: 99999;
	}
	header p.lang a{
		color: #9D9D9D;
		font-size: 86%;
	}
	header p.lang a.active,
	header p.lang a:hover{
		opacity: 1;
		color: #fff;
	}
	/* ▼ グローバルナビゲーション
	--------------------------------------- */
	#gnav {
		display: block!important;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		float: none;
		width: 100%;
		max-height: 80vh;
		padding: 60px 40px 0;
		background: #000;
		margin: 0;
		position: absolute;
		top: -1000px;
		left: 0;
		z-index: 1000;
		overflow: auto;
	}
		#gnav.open {
			-moz-transform: translateY(1000px);
			-webkit-transform: translateY(1000px);
			transform: translateY(1000px);
		}
		#gnav ul {
			display: flex;
			margin:25px auto 30px;
			flex-wrap: wrap;
			justify-content: space-between;
		}
		#gnav > ul > li {
			width: 46%!important;
			max-width:46%!important;
			height: auto;
			text-indent: 0;
		}
		#gnav > ul > li > a {
			width: 100%;
			height: 50px!important;
			background: #fff;
			background-size: 10px 10px!important;
			background: #000;
			color: #fff;
			font-size: 14px;
			line-height: 10px;
		}
		#gnav ul > li > a:hover {
			text-decoration: none;
			opacity: 1;
		}
		#gnav div.sp .btn::before{
			display: none;
		}
		#gnav div.sp .btn a{
			padding: 13px 0;
		}
#gnav div.sp ul.sns{
	justify-content: center;
}
#gnav div.sp ul.sns li:not(:last-child){
	margin-right:25px;
}
	/* ▼メニューボタン
	--------------------------------------- */
	.menu {
		display: block;
		width: 60px;
		height: 60px;
		background: #000;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 999999;
	}
		.menu .icon {
			display: block;
			width: 20px;
			height: 1px;
			border-top: 1px solid #000;
			position: absolute;
			top: 45%;
			right: 20px;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			-moz-transition: all 0.3s;
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
		}
		.menu .icon:before,
		.menu .icon:after{
			content: '';
			width: 20px;
			border-top: 1px solid #fff;
			position: absolute;
			-moz-transition: all 0.3s;
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
			top:-6px;
			right: 0;
		}
		.menu .icon:before {
			top:-11px;
		}
		.menu .icon:after {
			bottom:-9px;
		}
		.menu .icon.active {
			border-color: #000;
		}
		.menu .icon.active:before {
			-moz-transform: rotate(-165deg);
			-webkit-transform: rotate(-165deg);
			transform: rotate(-165deg);
			top: -6px;
			right: 0;
		}
		.menu .icon.active:after {
			-moz-transform: rotate(165deg);
			-webkit-transform: rotate(165deg);
			transform: rotate(165deg);
			bottom: 10px;
			right: 0;
		}
		.menu .icon span:before{
			content: "MENU";
			color: #fff;
			font-size: 10px;
			font-family: 'Roboto', sans-serif;
			position: absolute;
			left: 50%;
			bottom: -19px;
			transform: translate(-50%,-0%);
			-webkit-transform: translate(-50%,-0%);
		}
		.menu .icon.active span:before{
			content: "CLOSE";
		}

	/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
	====================================================== */
	#header_inner,
	#main,#contents,#side,
	footer,#footer_inner {
		float: none;
		width: 100%;
		}
	#main {
		margin: 60px auto 0;
	}
	.menu_fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	.read{
		margin: 0 0 15px;
	}

	/* ▼ パンくず
	--------------------------------------- */
	#path {
		margin: 10px 20px 27px;
	}

	/* ▼ リンクエリア
	--------------------------------------- */
	#link_area > .wrapper{
		display:block;
	}
	#link_area .wrapper .left_area a,
	#link_area .wrapper .right_area a{
		height: 200px;
	}
	#link_area .wrapper a .roboto{
		margin-bottom: 10px;
	}
	#link_area .wrapper a .NotoSerif{
		font-size: 20px;
	}
	/* ▼▼▼ フッター
	====================================================== */
	footer {
		padding: 43px 0 50px;
	}
	#footer_nav {
		padding: 0 34px 0;
		margin-bottom: 65px;
	}
	#footer_nav ul{
		width: 100%;
		flex-wrap: wrap;
	}
	#footer_nav ul li{
		width: 38%;
	}
	#footer_nav ul li a{
		display: block;
		padding: 14.5px 0;
	}
	#footer_inner .f_logo {
    width: 90px;
    height: 118px;
    margin: 0 auto 25px;
	}
	#footer_inner .btn_wrap{
		display: block;
	}
	#footer_inner .btn {
	    margin-bottom: 39px;
	}
	#footer_inner .btn:not(:last-of-type){
		margin-bottom: 20px;
	}
	/* ▼ ページ上部へ戻る
	--------------------------------------- */
	.pagetop {
		width: 50px;
		height: 50px;
		background: #000;
		padding: 9px 7px;
		color: #fff;
		font-size: 10px;
		right:0;
		bottom: 0;
	}

	/* ▼▼▼ 404
	====================================================== */
	#not_found{
		padding: 100px 20px 60px;
		}
		#not_found p.arial{
			margin-bottom: 10px;
			font-size: 39px;
		}
		#not_found p.arial + p{
			font-size: 17px;
		}
		#not_found p.txt{
			line-height: 1.6;
		}

}
