@charset "UTF-8";
/*------------ LUNCH ------------*/
.ib {
	display: inline-block;
}
#lunch .main.menu {
	background: url(../images/lunch/mv.jpg) no-repeat center center;
	background-size: cover;
}
.page_btn {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
}
.page_btn li {
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	margin: 0 40px;
	position: relative;
	cursor: pointer;
}
.page_btn li img {
	height: 36px;
	width: auto;
	display: block;
	margin: 1em;
}
.page_btn li:before {
	content: " ";
	display: block;
	width: 140px;
	height: 46px;
	background: url("../images/common/sun.png") no-repeat center bottom;
	background-size: contain;
	position: absolute;
	top: -42px;
	left: 50%;
	margin-left: -70px;
	opacity: 0;
}
.page_btn li:hover:before,
.page_btn li.active:before{
	opacity: 1;
}
.shop_info {
	border: 1px solid #681B00;
	border-radius: 30px;
	color: #681B00;
	font-size: 18px;
	margin: 0 auto;
	max-width: 620px;
	padding: 50px 15px 40px;
	position: relative;
	text-align: center;
	width: 90%;
}
.shop_info h3 {
	background: #D9D2C6;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	padding: 0 1.5em;
	text-align: center;
	transform: translateY(-50%);
	top: 0;
	width: fit-content;
}
.shop_info h3 img {
	height: 30px;
}
.menu_wrapper {
	margin-top: 155px;
	font-size: 14px;
}
.menu_section {
	position: relative;
	margin-top: 100px;
	margin-bottom: 200px;
	width: calc(100% - 15px);
}
.menu_box {
	position: absolute;
	border: 2px solid #fff;
}
.menu_box:before {
	content: " ";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 1px solid #fff;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 0;
}
.menu_box > div {
	position: relative;
	z-index: 1;
}
.menu_box ul {
	margin-bottom: -1.2em;
}
.menu_box li {
	margin-bottom: 1.2em;
}
.menu_box__ttl {
	height: 28px;
	width: auto;
	margin-bottom: 2em;
}
.lunchMenu_section {
	margin: 100px auto;
	max-width: 1320px;
	position: relative;
	width: calc(100% - 15px);
}
.lunchMenu_section + .lunchMenu_section {
	margin-top: 140px;
}
.lunchMenu_section .menu_box {
	padding: 85px 55px 70px 100px;
	position: relative;
}
.lunchMenu_section .menu_box ul li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lunchMenu_section .menu_img {
	flex-grow: 1;
	position: relative;
}
.lunchMenu_section .menu_img img {
	/* position: absolute; */
	width: calc(100% + 45px);
}
/*------------ FOOD ------------*/
#food .menu_img {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto -35px;
	position: relative;
	width: calc(100% - 30px);
}
#food .menu_img img {
	width: 33%;
}
#food .menu_box {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	line-height: 1.8;
	max-width: 980px;
	padding: 80px 40px 55px 55px;
	position: relative;
	width: calc(100% - 100px);
}
.lunchMenu_section .menu_box ul.rowList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lunchMenu_section .menu_box ul.rowList:before,
.lunchMenu_section .menu_box ul.rowList:after {
	content: '';
	display: block;
	order: 1;
	width: 35%;
}
.lunchMenu_section .menu_box ul.rowList:after {
	width: 28%;
}
.lunchMenu_section .menu_box ul.rowList li {
	display: block;
	width: 35%;
}
.lunchMenu_section .menu_box ul.rowList li:nth-child(3n) {
	width: 28%;
}
.lunchMenu_section .menu_box ul.rowList li .price {
	display: block;
	width: 80px;
}
.lunchMenu_section .menu_box ul.rowList li .name {
	text-align: left;
}
/*------------ DRINK ------------*/
#drink {
	display: flex;
	margin-left: 0;
	margin-right: auto;
}
#drink .menu_img {
	max-width: 600px;
	width: 60%;
}
#drink .menu_box {
	margin-top: 10%;
	max-width: 500px;
	width: calc(100% - 40px);
}
.notebox {
	max-width: 862px;
	margin: 1em auto 0;
	text-align: center;
	width: calc(100% - 30px);
}
/*------------ レスポンシブ 共通部分 ------------*/
@media screen and (max-width: 1000px) {
	.menu_box {
		position: relative;
		margin: 0 auto;
	}
	.menu_box__ttl {
		height: 28px;
		width: auto;
		margin-bottom: 2em;
	}
	#drink .menu_box {
		max-width: 400px;
	}
}
@media screen and (max-width: 767px) {
	.content h2 {
		padding: 78px 0;
	}
	.content h2 img {
		height: 60px;
	}
	.page_btn li:before {
		width: 100%;
		margin-left: -50%;
		background-size: 80% auto;
	}
	.page_btn li img {
		margin-bottom: 0.3em;
		}
	.menu_wrapper {
    margin-top: 80px;
	}
	.menu_section {
		margin-top: 60px;
		margin-bottom: 70px;
	}
	.menu_box__ttl {
		height: 20px;
	}
	.shop_info {
		border-radius: 15px;
		font-size: 15px;
		padding: 40px 15px 35px;
	}
	.shop_info h3 img {
		height: 25px;
	}
	.lunchMenu_section {
		margin-bottom: 80px;
	}
	.lunchMenu_section .menu_box {
		padding: 70px 30px 25px;
		width: calc(100% - 55px);
	}
	.lunchMenu_section .menu_box ul.rowList li {
		display: flex;
		width: 100%;
	}
	.lunchMenu_section .menu_box ul.rowList li:nth-child(3n) {
		width: 108%;
	}
	.lunchMenu_section .menu_box ul.rowList li .price {
		text-align: right;
	}
	#food .menu_box {
		display: block;
		max-width: 468px;
		padding: 70px 30px 25px;
		width: calc(100% - 55px);
	}
	#food .menu_img img {
		width: 50%;
	}
	#drink {
		display: block;
	}
	#drink .menu_box {
		margin-right: 5%;
		margin-top: -35px;
	}
}