@charset "utf-8";
/*-------------------------------------------------------
   main
-------------------------------------------------------*/
main {
	width: 1024px;
	margin: 0 auto;
	position: relative;
}
main::after {
	content: '';
	width: 100vw;
	height: 280px;
	margin-top: -40px;
	margin-left: calc((100vw - 1024px)/-2);
	background: #fff1cf;
	position: absolute;
	top: 0;
}
.mv {
	width: 1024px;
	height: 480px;
	margin: 40px auto 50px auto;
	border-radius: 6px;
	overflow: hidden;
}
.feed_wrap {
	width: 364px;
	margin: 50vh auto 0;
	display: flex;
	position: fixed;
	top: 0;
	left: -146px;
	transform: translate(-50%, -50%);
	z-index: 5;
}
.feed {
	width: 326px;
}
.feed iframe {
	max-width: 326px!important;
	margin-bottom: 0!important;
}
.feed li {
	padding: 0px;
}
.feed li a img {
	width: 326px;
}
.feed_wrap u {
	width: 36px;
	height: 126px;
	margin: 54px 0 auto 1px;
	background: #fff;
	border-top: solid 1px #ededed;
	border-right: solid 1px #ededed;
	border-bottom: solid 1px #ededed;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.feed_wrap u:hover {
	cursor: pointer;
}
.feed_wrap u img {
	margin-top: 6px;
	display: block;
}
.feed_wrap u:hover img {
	opacity: 0.7;
}
.information {
	margin-bottom: 50px;
}
.menu {
	margin-bottom: 50px;
}
.menu h3 {
	margin-bottom: 30px;
	line-height: 100%;
}
.menu .drink {
	margin-bottom: 50px;
}
.menu .drink p strong {
	margin-top: 15px;
	font-weight: 700;
	display: block;
}
.menu .drink p strong::before {
	content: url(/imgs/menu/ico_taplist.svg);
	width: 30px;
	height: auto;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.menu .food p {
	margin-bottom: 25px;
}
.menu .food ul {
	display: flex;
	flex-wrap: wrap;
}
.menu .food li {
	width: 341px;
	margin-bottom: 30px;
}
.menu .food figure {
	width: 320px;
	margin-bottom: 10px;
}
.menu .food figure img {
	width: 100%;
	height: auto;
}
.menu .food figcaption {
	width: 320px;
	font-size: 16px;
	text-align: center;
}
.overview {
	margin-bottom: 50px;
}
.overview h3 {
	margin-bottom: 25px;
	display: block;
}
.overview h3 + p {
	margin-bottom: 50px;
}
.overview > h3:last-of-type + p {
	margin-bottom: 70px;
}
.shopinfo {
	padding: 0 40px;
	border: 3px solid #222;
	border-radius: 10px;
}
.shopinfo h4 {
	width: 160px;
	padding: 5px 15px;
	margin: 0 auto -17px auto;
	background: #fcc800;
	position: relative;
	top: -27px;
}
.shopinfo em {
	margin-bottom: 15px;
	display: block;
}
.shopinfo em + p {
	margin-bottom: 35px;
}
.shopinfo dl {
	margin-bottom: 10px;
	display: flex;
}
.shopinfo > dl:last-of-type {
	margin-bottom: 35px;
}
.shopinfo dl dt {
	width: 90px;
}
.shopinfo dl dd {
	flex: 1;
}
.shopinfo b {
	margin-bottom: 40px;
	padding: 5px 10px;
	background: #fff1cf;
	border-radius: 10px;
	display: inline-block;
}
.access {
	margin-bottom: 50px;
}
.access .gmap {
	height: 480px;
	margin-bottom: 20px;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}
.access .gmap iframe {
	margin: auto;
	border-radius: 6px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.access .gmap + p {
	margin-bottom: 5px;
}

@media screen and (max-width: 1023px) {/*-- mobile --*/
main {
	width: calc(100% - 20px);
	margin: 0 10px;
}
main::after {
/*	width: 100%;
	height: calc(22.15vw + 30px);
	margin-top: -70px;
	margin-left: -10px;
	top: 145px;
*/
	display: none;
}
.mv {
	width: calc(100% + 20px);
	height: 46.97vw;
	margin: 83.5px -10px 40px -10px;
	border-radius: 0;
}
.mv img {
	width: 100%;
	height: auto;
}
.feed_wrap {
	width: 100%;
	margin: 0 auto 40px;
	display: block;
	position: static;
	transform: none;
}
.feed {
	width: 100%;
}
.feed iframe {
	max-width: 100%!important;
}
.feed li a img {
	width: 100%;
}
.feed_wrap u {
	display: none;
}
.information {
	margin-bottom: 40px;
}
.information h2 img {
	height: 24px;
}
.menu {
	margin-bottom: 40px;
}
.menu h2 img {
	height: 21px;
}
.menu h3 {
	margin-bottom: 15px;
}
.menu .drink {
	margin-bottom: 20px;
}
.menu .drink h3 img {
	height: 24px;
}
.menu .food h3 img {
	height: 36px;
}
.menu .food li {
	width: 100%;
	margin-bottom: 20px;
}
.menu .food figure {
	width: 100%;
	margin-bottom: 5px;
}
.menu .food figcaption {
	width: 100%;
}
.overview {
	margin-bottom: 40px;
}
.overview h2 img {
	height: 21px;
}
.overview h3 {
	margin-bottom: 10px;
}
.overview h3 img {
	height: 26px;
}
.overview h3 + p {
	margin-bottom: 30px;
}
.overview > h3:last-of-type + p {
	margin-bottom: 40px;
}
.shopinfo {
	padding: 0 25px;
	border: 2px solid #222;
	border-radius: 8px;
}
.shopinfo h4 {
	width: 140px;
	padding: 5px 10px;
	margin: 0 auto -22px auto;
	top: -24px;
	left: 5vw;
}
.shopinfo h4 img {
	height: 33px;
}
.shopinfo em {
	margin-bottom: 10px;
}
.shopinfo em img {
	height: 26px;
}
.shopinfo em + p {
	margin-bottom: 30px;
}
.shopinfo > em:last-of-type + p {
	margin-bottom: 24px;
}
.shopinfo dl dt {
	width: 80px;
}
.shopinfo b {
	margin-bottom: 25px;
	border-radius: 8px;
}
.access {
	margin-bottom: 40px;
}
.access h2 img {
	height: 21px;
}
.access .gmap {
	height: 360px;
}
}
