@charset "utf-8";
/* ==========================================================================
 initialize
========================================================================== */




#introduction {
	text-align: center;
}
	#introduction .title {
		margin-bottom: 2rem;
}
	#introduction .text {
		line-height: 1.75;
		display: inline-block;
		text-align: left;
		margin-bottom: 2rem;
}
	#introduction .time {
		font-family: 'Noto Serif JP', sans-serif;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
}
		#introduction .time dl {
			padding: 0 1.5rem;
			margin-bottom: 0;
}
			#introduction .time dl dt {
				font-size: 1.5rem;
				font-weight: normal;
}
	#introduction .address {
		margin-bottom: 0;
}
	#introduction .tel {
		font-family: 'Noto Serif JP', sans-serif;
		font-size: 1.5rem;
}

#header.r #topimage img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
	#header.r #topimage img[data-toggle="lunch"] {
		top: 60%;
		top: 48%;
	}
	#header.r #topimage img[data-toggle="dinner"] {
		top: 47%;
		top: 77%;
		top: 48%;
	}

#menu_container {
	position: relative;
}
	#menu_container #lunchmenu,
	#menu_container #dinnermenu {
		position: absolute;
		top: 0;
		background-color: #fff;
		width: 100%;
	}

#radio_lunch, #radio_dinner, #radio_drink {
	display: none;
}

#radio_lunch:checked ~ main .nav-tab-container .nav-item .nav-link[for="radio_lunch"],
#radio_dinner:checked ~ main .nav-tab-container .nav-item .nav-link[for="radio_dinner"],
#radio_drink:checked ~ main .nav-tab-container .nav-item .nav-link[for="radio_drink"]{
	cursor: default;
	color: #fff;
	background-color: rgba(184, 51, 17, 1.00);
}
	#radio_lunch:checked ~ main .nav-tab-container .nav-item .nav-link[for="radio_lunch"]:before,
	#radio_dinner:checked ~ main .nav-tab-container .nav-item .nav-link[for="radio_dinner"]:before,
	#radio_drink:checked ~ main .nav-tab-container .nav-item .nav-link[for="radio_drink"]:before{
		content: "";
		position: absolute;
		display: block;
		width: 10px;
		height: 10px;
		border-right: 3px solid white;
		border-bottom: 3px solid white;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		margin: 3px 0 0 3px;
	}

#radio_lunch:checked ~ header [data-toggle="lunch"],
#radio_dinner:checked ~ header [data-toggle="dinner"],
#radio_drink:checked ~ header [data-toggle="drink"] {
	opacity: 1;
}

#radio_lunch:checked ~ main [data-toggle="lunch"],
#radio_dinner:checked ~ main [data-toggle="dinner"],
#radio_drink:checked ~ main [data-toggle="drink"] {
	opacity: 1;
}

*[data-toggle="lunch"],
*[data-toggle="dinner"],
*[data-toggle="drink"] {
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
	opacity: 0;
}

#menu_tab {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.9);
}
	#menu_tab .nav-tab {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		border-bottom: solid 10px rgba(184, 51, 17, 1.00);
		margin-bottom: 0;
}
		#menu_tab .nav-tab .nav-item {
			font-size: 17px;
			font-weight: 500;
			margin: 0 .75rem;
			margin-bottom: -1px;
}
			#menu_tab .nav-tab .nav-item .nav-link {
				cursor: pointer;
				min-width: 300px;
				line-height: 1;
				display: block;
				padding: 1rem;
				color: rgba(184, 51, 17, 1.00);
				text-decoration: none;
				border: solid 1px rgba(184, 51, 17, 1.00);
				background-color: rgba(255, 255, 255, 0);
				margin-bottom: 0;
				-webkit-transition: color .5s, background-color .5s;
				-o-transition: color .5s, background-color .5s;
				transition: color .5s, background-color .5s;
			display: flex;
			flex-direction: column;
			justify-content: center;
}
	#menu_tab.fixed {
		position: fixed;
		z-index: 5;
}

.menu-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
	.menu-list .menu-item {
		width: calc(50% - .5rem);
		max-width: 500px;
		margin-top: 7rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
}
		.menu-list .menu-item.fill {
			width: 100%;
			max-width: none;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
}
			.menu-list .menu-item.fill.reverse {
				-webkit-box-orient: horizontal;
				-webkit-box-direction: reverse;
				-ms-flex-direction: row-reverse;
				flex-direction: row-reverse;
}
		.menu-list .menu-item .menu-body {
			padding: 1rem 0;
}
			.menu-list .menu-item .menu-body .menu-title {
				margin-bottom: .75rem;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
				-webkit-box-pack: justify;
				-ms-flex-pack: justify;
				justify-content: space-between;
				position: relative;
				padding-left: 25px;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
			}
				.menu-list .menu-item .menu-body .menu-title .catchy {
					-ms-flex-preferred-size: 100%;
					flex-basis: 100%;
					font-size: 14px;
					font-style: normal;
					color: #291c19;
				}

				.menu-list .menu-item .menu-body .menu-title .sub {
					line-height: 1;
					font-size: 14px;
					padding: .25rem;
					font-weight: inherit;
					margin-left: .5rem;
					margin-right: auto;
					color: #f00;
					border: solid 1px;
				}
				.menu-list .menu-item .menu-body .menu-title .lo-price {
					margin-left: auto;
				}


.menu-title *{
	font-style: normal;
	font-weight: normal;

	margin-bottom: .75rem;
}
.badge{
	flex-wrap: wrap;
	width: 120px;
	height: 30px;
	margin-bottom: 15px;
	border: 1px solid red;
	border-radius: 2px;
	color: red;
	font-size: 1.00rem;
	line-height: 30px;
	text-align: center;
}
	.badge.limited-time:after{
		content: "期間限定";
	}
	.badge.limited-10:after{
		content: "10食限定";
	}
	.badge.no-badge{
		display: none;
	}
.menu-cmt{
	width: 100%;
	margin-bottom: 5px;
	font-size: 1.00rem;
}
.lo-price > *{
	display: block;
}
.price-inc{
	margin-left: auto;
	font-size: 1.50rem;
	font-weight: bold;
	text-align: right;
}
.price-inc i:after{
	content: "円";
	margin-left: 3px;
	font-size: 0.95rem;
	font-style: normal;
	font-weight: bold;
}

.price-inc:after{
	content: ""; /*"/税込";	*/
	font-size: 0.95rem;
	font-style: normal;
	font-weight: normal;
}
.menu-name{
	position: relative;
	padding-left: 1.25rem;
}
				.menu-name:before,
				.menu-name:after {
					position: absolute;
					width: 10px;
					height: 10px;
					top: 0;
					content: "";
					margin-top: auto;
					margin-bottom: auto;
					bottom: 0;
				}

					.menu-name:before {
						left: 5px;
						top: 5px;
						bottom: -5px;
						background-color: #f2f2f0;
						border-radius: 50%;
					}
					.menu-name:after {
						left: 0;
						background-color: rgb(184, 51, 17);
						border-radius: 50%;
						-webkit-box-shadow: 1px 1px 0 #fff;
						box-shadow: 1px 1px 0 #fff;
					}


			.menu-list .menu-item .menu-body .menu-detail {
				list-style-type: none;
			}
			.menu-list .menu-item .menu-body .menu-detail li {
				font-size: .95rem;
				text-indent: -18px;
				padding-left: 18px;
			}
				.menu-list .menu-item .menu-body .menu-detail li .g {
					margin-right: 10px;
					color: gray;
				}
/**
				.menu-list .menu-item .menu-body .menu-detail li:before {
					content: "";
					display: inline-block;
					vertical-align: middle;
					width: 6px;
					height: 6px;
					border-radius: 3px;
					margin-right: 6px;
					margin-left: 6px;
					background-color: gray;
					text-indent: 0;
				}
**/
				.menu-list .menu-item .menu-body .menu-detail li ul {
					padding-left: 6px;
					padding-bottom: .25rem;
					text-indent: 0;
}
				.menu-list .menu-item .menu-body .menu-detail li li:before {
					background-color: #999;
}
			.menu-list .menu-item .menu-body .menu-remark {
				font-size: .9rem;
				margin-top: 1rem;
}
				.menu-list .menu-item .menu-body .menu-remark > li {
					text-indent: -1em;
					padding-left: 1em;
}
		.menu-list .menu-item.fill .menu-body {
			padding-left: 1.5rem;
			padding-right: 0;
			-ms-flex-item-align: center;
			-ms-grid-row-align: center;
			align-self: center;
			max-width: 400px;
			-webkit-box-flex: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
			-ms-flex-negative: 0;
			flex-shrink: 0;
}
		.menu-list .menu-item.fill .menu-img {
			max-width: 750px;
			-webkit-box-flex: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
}
		.menu-list .menu-item.fill.reverse .menu-body {
			padding-left: 0;
			padding-right: 1.5rem;
}
		.menu-list .menu-item:not(.fill):not(.nowrap) .menu-body .menu-detail li {
			display: inline-block;
}
		.menu-list .menu-item .menu-img img {
			max-width: 100%;
}
		.menu-list .menu-item.daily {
			padding: 1rem;
			background-color: #f2f2f2;
			-ms-flex-item-align: start;
			align-self: flex-start;
}
			.menu-list .menu-item.daily #pager {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				margin-top: -.25rem;
				margin-bottom: .75rem;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
}
				.menu-list .menu-item.daily #pager .prev, .menu-list .menu-item.daily #pager .next {
					color: #fff;
					line-height: 1;
					font-size: 14px;
					background-color: gray;
					cursor: pointer;
					padding: .5rem;
					-webkit-transition: background-color .5s;
					-o-transition: background-color .5s;
					transition: background-color .5s;
}
					.menu-list .menu-item.daily #pager .prev:hover, .menu-list .menu-item.daily #pager .next:hover {
						background-color: #d7b863;
}
					.menu-list .menu-item.daily #pager .prev:before, .menu-list .menu-item.daily #pager .next:before {
						content: "";
						display: inline-block;
						width: 6px;
						height: 6px;
						margin-right: 6px;
						vertical-align: middle;
						-webkit-transform: rotate(45deg);
						-ms-transform: rotate(45deg);
						transform: rotate(45deg);
}
				.menu-list .menu-item.daily #pager .prev:before {
					border-bottom: 2px solid #fff;
					border-left: 2px solid #fff;
}
				.menu-list .menu-item.daily #pager .next {
					margin-left: auto;
					margin-left: .5rem;
}
					.menu-list .menu-item.daily #pager .next:before {
						border-top: 2px solid #fff;
						border-right: 2px solid #fff;
}
			.menu-list .menu-item.daily .daily-title {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
				margin-bottom: .75rem;
}
				.menu-list .menu-item.daily .daily-title .lo-price {
					margin-left: auto;
}
			.menu-list .menu-item.daily dl {
				margin-bottom: 0;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				border-top: solid 1px #eee5e2;
}
				.menu-list .menu-item.daily dl dt {
					font-size: 1.125rem;
					padding: .75rem 0;
					margin-right: 1rem;
					-ms-flex-negative: 0;
					flex-shrink: 0;
					-webkit-box-flex: 0;
					-ms-flex-positive: 0;
					flex-grow: 0;
					text-align: center;
}
					.menu-list .menu-item.daily dl dt > small {
						display: block;
						font-size: 14px;
						color: gray;
}
				.menu-list .menu-item.daily dl dd {
					padding: .75rem 0;
					margin-bottom: 0;
					-webkit-box-flex: 1;
					-ms-flex-positive: 1;
					flex-grow: 1;
}
			.menu-list .menu-item.daily li {
				display: inline-block;
				text-indent: -18px;
				padding-left: 18px;
}
				.menu-list .menu-item.daily li:before {
					content: "";
					display: inline-block;
					vertical-align: middle;
					width: 6px;
					height: 6px;
					border-radius: 3px;
					margin-right: 6px;
					margin-left: 6px;
					background-color: #291c19;
					text-indent: 0;
}
				.menu-list .menu-item.daily li ul {
					padding-left: 6px;
					padding-bottom: .25rem;
}
	.menu-list .menu-item {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
}
		.menu-list .menu-item:first-child {
			-webkit-box-ordinal-group: 0;
			-ms-flex-order: -1;
			order: -1;
}
		.menu-list .menu-item.daily {
			-webkit-box-ordinal-group: 0;
			-ms-flex-order: -1;
			order: -1;
}

.sgl-menu-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 4rem;
}
	.sgl-menu-container .sgl-menu-img {
		margin-top: 4rem;
		width: calc(50% - .5rem);
		max-width: 500px;
		position: relative;
		overflow: hidden;
}
		.sgl-menu-container .sgl-menu-img:before {
			content: "";
			display: block;
			height: 0;
			padding-bottom: 100%;
}
		.sgl-menu-container .sgl-menu-img img {
			position: absolute;
			top: 0;
			left: 50%;
			-webkit-transform: translateX(-46%);
			-ms-transform: translateX(-46%);
			transform: translateX(-46%);
}
		.sgl-menu-container .sgl-menu-img.l12 img {
			top: -5%;
}
		.sgl-menu-container .sgl-menu-img.d11 img {
			-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			transform: translateX(-50%);
}
		.sgl-menu-container .sgl-menu-img.c9 {
			-ms-flex-item-align: start;
			align-self: flex-start;
}
			.sgl-menu-container .sgl-menu-img.c9:before {
				padding-bottom: 80%;
}
			.sgl-menu-container .sgl-menu-img.c9 img {
				-webkit-transform: translateX(-50%);
				-ms-transform: translateX(-50%);
				transform: translateX(-50%);
}
		.sgl-menu-container .sgl-menu-img.m8 img {
			-webkit-transform: translateX(-55%);
			-ms-transform: translateX(-55%);
			transform: translateX(-55%);
}
	.sgl-menu-container .sgl-menu-body {
		margin-top: 4rem;
		width: 50%;
		padding: 0 1rem;
		max-width: calc(500px + 2rem);
}
		.sgl-menu-container .sgl-menu-body dl {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}
			.sgl-menu-container .sgl-menu-body dl dt {
				font-size: 1.125rem;
}
				.sgl-menu-container .sgl-menu-body dl dt.fill {
					-ms-flex-preferred-size: 100%;
					flex-basis: 100%;
}
			.sgl-menu-container .sgl-menu-body dl dt + dd {
				font-size: 1.125rem;
				white-space: nowrap;
				margin-left: auto;
				-ms-flex-item-align: end;
				align-self: flex-end;
}
			.sgl-menu-container .sgl-menu-body dl dd + dd {
				width: 100%;
				font-size: .9375rem;
				margin-top: -.5rem;
}
			.sgl-menu-container .sgl-menu-body dl:not(:last-of-type) {
				margin-bottom: 0;
}
	.sgl-menu-container .tit {
		padding: .125rem 0;
		border-bottom: solid 1px #291c19;
}
	.sgl-menu-container dl + .tit {
		margin-top: 1rem;
}




/******
 * 日替わりランチ用
 */
#week-lunch {
	padding-top: 30px;
	margin-top: 30px;
	background: rgb(240, 237, 233);
}
	#week-lunch h2 {
		height: 30px;
		font-size: 1.75rem;
		line-height: 30px;;
		text-align: center;
	}
		#week-lunch h2:before {
			content: "数量限定";
			height: 30px;
			padding: 0 8px;
			margin-right: 10px;
			border: 1px solid red;
			font-size: 1.50rem;
			text-align: center;;
		}

	#week-lunch ul {
		padding: 0 20px 0 20px;
		margin-top: 50px;
	}

		#week-lunch ul li {
			box-sizing: border-box;
			display: inline-flex;
			flex-direction: column;
			justify-content: start;
			width: 32%;
			min-height: 200px;
			margin-bottom: 20px;
		}

			#week-lunch ul li>* {
				margin: 0 auto 10px auto;
				text-align: center;
			}

				#week-lunch ul li>figure img {
					width: 100%;
					;
				}

				#week-lunch ul li>p:nth-child(2) {
					padding: 4px 4px 4px 1.00rem;
					background-color: rgb(255, 255, 255);
					border: 1px solid rgb(220, 220, 220);
					font-size: 1.15rem;
					font-weight: bolder;
					letter-spacing: 0.75rem;
				}

				#week-lunch ul li>p:nth-child(3) {
					font-size: 1.50rem;
					line-height: 1.35;
					;
				}

	@media screen and (max-width: 960px) and (min-width: 678px) {
		#week-lunch ul>li {
			width: 49%;
		}
	}

	@media screen and (max-width: 677px) {
		#week-lunch ul {
			justify-content: center;
		}

		#week-lunch ul>li {
			width: 100%;
			border-bottom: 10px dotted rgb(220, 220, 220);
		}
	}



	/**
	* ディナー 旬楽会
	*/
	#shunrakukai {
		background-color: rgb(240, 237, 233);
		padding: 30px;
		margin-top: 30px;
		margin-bottom: 70px;
	}

		#shunrakukai>h2 {
			margin-bottom: 20px;
			font-size: 2.00rem;
			font-weight: bold;
			text-align: center;
		}

			#shunrakukai>h2~p {
				margin-bottom: 0;
				font-size: 1.50rem;
				text-align: center;
			}

		#shunrakukai>div {
			margin-top: 30px;
		}

			#shunrakukai>div>figure {
				width: 60%;
				min-height: 400px;
			}

				#shunrakukai>div>figure img {
					width: 100%;
					;
				}

			#shunrakukai>div>div {
				width: calc(100% - 62%);
			}

				#shunrakukai>div>div>p>span {
					display: block;
					font-size: 1.25rem;
				}


/**
* ディナー 定番コース用
*/
#list-dinner-course {
	margin-bottom: 70px;
}


	#list-dinner-course h2 {
		margin: 0 auto;
		text-align: center;
	}

		#list-dinner-course>ul>li {
			/*
			width: 31.5%;
			width: 29.5%;
			*/
			margin-top: 30px;
		}

		#course-itachou > dl > dt {
			width: 38%;;
		}

		#course-itachou > dl > dd {
			width: 60%;
		}

		#course-nabe-1,
		#course-nabe-2 {
			width: 49%;
		}

		#list-dinner-course>ul>li#course-sub {
			width: 100%;
			margin-top: 30px;
		}




		#list-dinner-course>ul>li#course-sub>ul>li {
			width: 43%;
		}



		#list-dinner-course>ul>li>dl>dt h3>* ,
		#list-dinner-course>ul>li#course-sub>ul>li>dl>dt h3>* {
			display: block;
			font-style: normal;
		}

		#list-dinner-course>ul>li>dl>dt h3 i ,
		#list-dinner-course>ul>li#course-sub>ul>li>dl>dt h3 i {
			margin-bottom: 5px;
			font-size: 1.00rem;
			font-weight: normal;
		}

		#list-dinner-course>ul>li>dl>dt h3 strong ,
		#list-dinner-course>ul>li#course-sub>ul>li>dl>dt h3 strong {
			margin-bottom: 5px;
			font-size: 1.50rem;
			font-weight: bold;
		}

		#list-dinner-course>ul>li>dl>dt h3 span.price ,
		#list-dinner-course>ul>li#course-sub>ul>li>dl>dt h3 span.price {
			margin-bottom: 10px;
			font-size: 1.35rem;
			font-weight: bold;
			text-align: right;
		}

		#list-dinner-course>ul>li>dl>dt h3 span.price:before ,
		#list-dinner-course>ul>li#course-sub>ul>li>dl>dt h3 span.price:before {
			content: "お一人様";
			margin-right: 8px;
			font-size: 1.00rem;
			font-weight: normal;
		}

		#list-dinner-course>ul>li>dl>dt h3 span.price i:after ,
		#list-dinner-course>ul>li#course-sub>ul>li>dl>dt h3 span.price i:after {
			content: "円";
			margin-left: 3px;
			;
			font-size: 1.00rem;
			font-style: normal;
			font-weight: bold;
		}

		#list-dinner-course>ul>li>dl>dt section>article>ul ,
		#list-dinner-course>ul>li#course-sub>ul>li>dl>dt section>article>ul {
			margin-bottom: 10px;
		}

		#list-dinner-course>ul>li>dl>dt section>article>ul>li ,
		#list-dinner-course>ul>li#course-sub>ul>li>dl>dt section>article>ul>li {
			font-weight: normal;
		}

		#list-dinner-course>ul>li>dl>dt section>article>p.cmt * ,
		#list-dinner-course>ul>li#course-sub>ul>li>dl>dt section>article>p.cmt * {
			display: block;
			font-weight: normal;
		}

		#list-dinner-course>ul>li>dl>dt section>article>p.cmt .opts ,
		#list-dinner-course>ul>li#course-sub>ul>li>dl>dt section>article>p.cmt .opts {
			padding: 2px 0;
			margin-bottom: 5px;
			border: 1px solid rgba(220, 220, 220, 1.00);
			border-right: none;
			border-left: none;
		}

		#list-dinner-course>ul>li>dl>dt section>article>p.cmt .sm {}




		#list-dinner-course>ul>li#course-sub>ul>li>dl>dd>figure {
			display: flex;
			flex-direction: row;
			justify-content: center;

			width: 80%;
			margin-right: auto;
			margin-left: auto;
		}

		#list-dinner-course>ul>li#course-sub>ul>li>dl>dd>figure>img {
			width: 100%;
		}




		#list-dinner-course>ul>li dl dd img {
			width: 100%;
		}


		/**
 * フリードリンク用
 */
#list-dinner-course>ul>li#free-drink-2000 {
	width: 100%;
}

#list-dinner-course>ul>li#free-drink-2000 section,
div#free-drink-2000 section {
	width: 90%;
	padding: 20px;
	margin: auto;
	border: 1px solid rgb(180, 180, 180);
}

#list-dinner-course>ul>li#free-drink-2000 h2,
div#free-drink-2000 h2 {
	font-size: 1.75rem;
	font-weight: bold;
	text-align: center;
}

#list-dinner-course>ul>li#free-drink-2000 section article ul,
div#free-drink-2000 section article ul {
	width: 80%;
	margin: 10px auto;
}

#list-dinner-course>ul>li#free-drink-2000 section article ul li:last-child,
div#free-drink-2000 section article ul li:last-child {
	margin-right: auto;
	margin-left: 10px;
}

#list-dinner-course>ul>li#free-drink-2000 section article p *,
div#free-drink-2000 section article p * {
	display: block;
	text-align: center;
}

#list-dinner-course>ul>li#free-drink-2000 section article p strong,
div#free-drink-2000 section article p strong {
	font-size: 1.50rem;
}

#list-dinner-course>ul>li#free-drink-2000 section article p span ,
div#free-drink-2000 section article p span {
	font-size: 1.00rem;
}




/**
	* ディナー 旬のおすすめ用
	*/
#list-rcm_season {
	position: relative;
	margin-bottom: 70px;
}

	#list-rcm_season h2 {
		margin: 0 auto;
		text-align: center;
	}

		#list-rcm_season h2:before,
		#list-rcm_season h2:after {
			position: absolute;
			width: 10px;
			height: 10px;
			top: -20px;
			content: "";
			margin-top: 0;
			margin-bottom: auto;
			bottom: 0;
		}

			#list-rcm_season h2:before {
				left: 50%;
				top: -15px;
				bottom: -5px;
				background-color: #f2f2f0;
				border-radius: 50%;
			}

			#list-rcm_season h2:after {
				left: 50%;
				background-color: rgb(184, 51, 17);
				border-radius: 50%;
				-webkit-box-shadow: 1px 1px 0 #fff;
				box-shadow: 1px 1px 0 #fff;
			}

	#list-rcm_season>ul>li {
			/*
			width: 31.5%;
			*/
			width: 29.5%;
		margin-top: 30px;
	}

		#list-rcm_season>ul>li>dl>dd img {
			width: 100%;
		}

		#list-rcm_season>ul>li>dl>dt ul li {
			box-sizing: border-box;
			font-size: 1.00rem;
			;
			font-weight: normal;
		}

			#list-rcm_season>ul>li>dl>dt ul li.n {
				text-align: left;
			}

			#list-rcm_season>ul>li>dl>dt ul li.p {
				text-align: right;
			}

			#list-rcm_season>ul>li>dl>dt ul li.w-100 {
				width: 100%;
			}

			#list-rcm_season>ul>li>dl>dd figure{
				margin-bottom: 0;
			}


/**
* ディナー その他一品用
*/
	#list-alacarte {
		margin-bottom:
	}

		#list-alacarte>ul>li.grp {
			/*
			width: 31.5%;
			*/
			width: 29.5%;
			margin-bottom: 50px;
		}

		#list-alacarte>ul>li.grp h2 {
			position: relative;
			font-size: 1.40rem;
			text-align: center;
		}

			#list-alacarte>ul>li.grp h2:before,
			#list-alacarte>ul>li.grp h2:after {
				position: absolute;
				width: 10px;
				height: 10px;
				top: -20px;
				content: "";
				margin-top: 0;
				margin-bottom: auto;
				bottom: 0;
			}

				#list-alacarte>ul>li.grp h2:before {
					left: 50%;
					top: -15px;
					bottom: -5px;
					background-color: #f2f2f0;
					border-radius: 50%;
				}

				#list-alacarte>ul>li.grp h2:after {
					left: 50%;
					background-color: rgb(184, 51, 17);
					border-radius: 50%;
					-webkit-box-shadow: 1px 1px 0 #fff;
					box-shadow: 1px 1px 0 #fff;
				}


		#list-alacarte>ul>li.grp p {
			width: 85%;
			height: 50px;
			margin: 0 auto 10px auto;
			font-size: 0.90rem;
		}

		#list-alacarte>ul>li.grp:last-child {
			/* margin-right: auto; */
		}

		#list-alacarte>ul>li.grp ul {
			width: 100%;
		}

		#list-alacarte>ul>li.grp ul li.nf {
			margin-bottom: 5px;
			border-bottom: 1px solid rgb(220, 220, 220);
		}

		#list-alacarte>ul>li.grp ul li.nf.nn {
			margin-top: 5px;
			margin-bottom: 5px;
			border: none;
			text-align: center;
		}

		#list-alacarte>ul>li.grp ul li.nf>ul li.n:before {
			content: "・";
			margin-right: -5px;
		}

		#list-alacarte>ul>li.grp ul li.wf:last-child {
			border-bottom: 1px solid rgb(220, 220, 220);
		}

		#list-alacarte>ul>li.grp ul li.wf dl dd figure {
			overflow: hidden;
			width: 100%;
			margin: 0;
		}

		#list-alacarte>ul>li.grp ul li.wf dl dd figure img {
			width: 100%;
		}



/**
* ディナー 定番コース用
*/
#list-zen {
	margin-bottom: 70px;
}

	#list-zen h2 {
		position: relative;
		margin: 0 auto;
		text-align: center;
	}

		#list-zen h2:before,
		#list-zen h2:after {
			position: absolute;
			width: 10px;
			height: 10px;
			top: -20px;
			content: "";
			margin-top: 0;
			margin-bottom: auto;
			bottom: 0;
		}

			#list-zen h2:before {
				left: 50%;
				top: -15px;
				bottom: -5px;
				background-color: #f2f2f0;
				border-radius: 50%;
			}

			#list-zen h2:after {
				left: 50%;
				background-color: rgb(184, 51, 17);
				border-radius: 50%;
				-webkit-box-shadow: 1px 1px 0 #fff;
				box-shadow: 1px 1px 0 #fff;
			}

		#list-zen>ul>li {
			width: 47.50%;
			margin-top: 30px;
		}

		#list-zen>ul>li dl dd img {
			width: 100%;
		}

		#list-zen>ul>li>dl>dt h3>* {
			display: block;
			font-style: normal;
		}

		#list-zen>ul>li>dl>dt h3 i {
			margin-bottom: 5px;
			font-size: 1.00rem;
			font-weight: normal;
		}

		#list-zen>ul>li>dl>dt h3 strong {
			margin-bottom: 5px;
			font-size: 1.50rem;
			font-weight: bold;
		}

		#list-zen>ul>li>dl>dt h3 span.price {
			margin-bottom: 10px;
			font-size: 1.35rem;
			font-weight: bold;
			text-align: right;
		}

		#list-zen>ul>li>dl>dt h3 span.price:before {
			content: "お一人様";
			margin-right: 8px;
			font-size: 1.00rem;
			font-weight: normal;
		}

		#list-zen>ul>li>dl>dt h3 span.price i:after {
			content: "円";
			margin-left: 3px;
			;
			font-size: 1.00rem;
			font-style: normal;
			font-weight: bold;
		}

		#list-zen>ul>li>dl>dt section>article>ul {
			margin-bottom: 10px;
		}

		#list-zen>ul>li>dl>dt section>article>ul>li {
			font-weight: normal;
		}




/**
* ディナー 定番コース用
*/
#list-muslim-menu {
	margin-bottom: 70px;
}

	#list-muslim-menu h2 {
		width: 33%;
		position: relative;
		margin: 20px auto 0 auto;
		text-align: center;
	}

		#list-muslim-menu h2:before,
		#list-muslim-menu h2:after {
			position: absolute;
			width: 10px;
			height: 10px;
			top: -20px;
			content: "";
			margin-top: 0;
			margin-bottom: auto;
			bottom: 0;
		}

			#list-muslim-menu h2:before {
				left: 50%;
				top: -15px;
				bottom: -5px;
				background-color: #f2f2f0;
				border-radius: 50%;
			}

			#list-muslim-menu h2:after {
				left: 50%;
				background-color: rgb(184, 51, 17);
				border-radius: 50%;
				-webkit-box-shadow: 1px 1px 0 #fff;
				box-shadow: 1px 1px 0 #fff;
			}
		#list-muslim-menu h2 *{
			display: block;
			margin-bottom: 15px;;
			font-family: sans-serif;
			font-style: normal;
		}
			#list-muslim-menu h2 strong{
				font-size: 1.50rem;
				letter-spacing: -0.15rem;;
			}
			#list-muslim-menu h2 em{
				font-size: 1.25rem;
			}
			#list-muslim-menu h2 span{
				font-size: 1.00rem;
				font-family: serif;
				line-height: 1.5;;
			}

	#list-muslim-menu>ul {
		width: 64%;
	}
		#list-muslim-menu>ul>li {
			width: 47.50%;
		}

		#list-muslim-menu>ul>li dl dd img {
			width: 100%;
		}

		#list-muslim-menu>ul>li>dl>dt h3>* {
			display: block;
			font-style: normal;
		}

		#list-muslim-menu>ul>li>dl>dt h3 i {
			margin-bottom: 5px;
			font-size: 1.00rem;
			font-weight: normal;
		}

		#list-muslim-menu>ul>li>dl>dt h3 strong {
			margin-bottom: 5px;
			font-size: 1.50rem;
			font-weight: bold;
		}

		#list-muslim-menu>ul>li>dl>dt h3 span.price {
			margin-bottom: 10px;
			font-size: 1.35rem;
			font-weight: bold;
			text-align: right;
		}

		#list-muslim-menu>ul>li>dl>dt h3 span.price:before {
			content: "お一人様";
			margin-right: 8px;
			font-size: 1.00rem;
			font-weight: normal;
		}

		#list-muslim-menu>ul>li>dl>dt h3 span.price i:after {
			content: "円";
			margin-left: 3px;
			;
			font-size: 1.00rem;
			font-style: normal;
			font-weight: bold;
		}

		#list-muslim-menu>ul>li>dl>dt section>article * {
			font-weight: normal;
		}

@media screen and (max-width: 800px){
	#list-muslim-menu{
		flex-direction: column;
		flex-wrap: wrap;
	}
	#list-muslim-menu h2,
	#list-muslim-menu > ul{
		width: 100%;
	}
}

@media screen and (max-width: 800px) {
	#list-muslim-menu > ul{
		flex-direction: column;
		flex-wrap: wrap;
	}
	#list-muslim-menu > ul > li{
		width: 100%;
	}
}



@media screen and (max-width: 960px) and (min-width: 678px) {
	#list-dinner-course ul>li,
	#list-rcm_season ul > li,
	#list-alacarte ul > li.grp{
		width: 49%;
	}
	#shunrakukai > div{
		flex-wrap: wrap !important;
	}
		#shunrakukai > div > div,
		#shunrakukai > div > figure{
			width: 100%;
		}
}





@media screen and (max-width: 677px) {
	#week-lunch ul {
		justify-content: center;
	}

	#course-itachou > dl {
		flex-direction: column-reverse !important;;
	}
	#course-itachou > dl > dt,
	#course-itachou > dl > dd,
	#course-nabe-1,
	#course-nabe-2 {
		width: 100%;
	}

	#list-dinner-course ul>li,
	#list-dinner-course>ul>li#course-sub ,
	#list-dinner-course>ul>li#course-sub>ul>li,
	#list-rcm_season ul > li,
	#list-alacarte ul > li.grp,
	#list-zen ul > li{
		width: 100%;
	}

	#shunrakukai > div{
		flex-wrap: wrap !important;
	}
		#shunrakukai > div > div,
		#shunrakukai > div > figure{
			width: 100%;
		}
}








/**
 * ドリンク　田中酒造場
 */

#list-tanakas{
	padding: 30px;
	margin-top: 30px;
	margin-bottom: 70px;
}
	#list-tanakas h2{
		margin-bottom: 20px;
		font-size: 2.00rem;
		font-weight: bold;
		text-align: center;
	}
	#list-tanakas > ul > li:nth-child(1){
		width: 280px;
	}
		#list-tanakas > ul > li:nth-child(1) img{
			width: 100%;
		}
	#list-tanakas > ul > li:nth-child(2){
		width: calc(100% - 310px);
	}
		#list-tanakas > ul > li > dl > dd{
			padding-bottom: 10px;
			margin-bottom: 15px;
			border-bottom: 1px dotted rgb(220, 220, 220);
		}

		#list-tanakas h3 > *{
			display: block;
			font-style: normal;
		}

			#list-tanakas h3 > em{
				position: relative;
				width: 100%;
				padding-left: 15px;
				margin-bottom: 5px;
				font-size: 1.25rem;
			}
				#list-tanakas h3 > em:before{
					content: "";
					position: absolute;
					top: 5px;
					left: 0px;
					display: block;
					width: 15px;
					height: 15px;
					background-color: rgba(184, 51, 17, 1.00);
				}

			#list-tanakas h3 > strong{
				font-size: 1.50rem;
				font-weight: bold;
				line-height: text-bottom;
			}

			#list-tanakas h3 > span{
				margin-left: auto;
				font-size: 1.25rem;
				text-align: right;
				line-height: text-bottom;
			}
			#list-tanakas dl > dd > p{
				margin-bottom: 5px;
				font-size: 0.90rem;;
			}








@media screen and (max-width: 960px) and (min-width: 678px) {
	#list-tanakas ul > li:nth-child(1){
		width: 30%;
	}
	#list-tanakas ul > li:nth-child(2){
		width: calc(100% - 32%);
	}
}

@media screen and (max-width: 677px) {
	#list-tanakas ul > li:nth-child(1){
		width: 100%;
	}
	#list-tanakas ul > li:nth-child(2){
		width: 100%;
	}
}


/**
 * ドリンク リスト用
 */
#list-drinks {
	margin-bottom: 100px;;
}

	#list-drinks>ul>li.grp {
		/*
		width: 31.5%;
		*/
		width: 29.5%;
		margin-bottom: 50px;
	}

	#list-drinks>ul>li.grp h2 {
		position: relative;
		font-size: 1.40rem;
		text-align: center;
	}

		#list-drinks>ul>li.grp h2:before,
		#list-drinks>ul>li.grp h2:after {
			position: absolute;
			width: 10px;
			height: 10px;
			top: -20px;
			content: "";
			margin-top: 0;
			margin-bottom: auto;
			bottom: 0;
		}

			#list-drinks>ul>li.grp h2:before {
				left: 50%;
				top: -15px;
				bottom: -5px;
				background-color: #f2f2f0;
				border-radius: 50%;
			}

			#list-drinks>ul>li.grp h2:after {
				left: 50%;
				background-color: rgb(184, 51, 17);
				border-radius: 50%;
				-webkit-box-shadow: 1px 1px 0 #fff;
				box-shadow: 1px 1px 0 #fff;
			}


	#list-drinks>ul>li.grp p {
		width: 85%;
		height: 50px;
		margin: 0 auto 10px auto;
		font-size: 0.90rem;
	}

	#list-drinks>ul>li.grp:last-child {
		/* margin-right: auto; */
	}

	#list-drinks>ul>li.grp ul {
		width: 100%;
	}

	#list-drinks>ul>li.grp ul li.nf,
	#list-drinks>ul>li.grp ul li.wf
		{
		padding-bottom: 8px;
		margin-bottom: 12px;
	}

		#list-drinks>ul>li.grp ul li.nf {
			border-bottom: 1px solid rgb(220, 220, 220);
		}

		#list-drinks>ul>li.grp ul li.nf.nn {
			margin-top: 5px;
			margin-bottom: 5px;
			border: none;
			text-align: center;
		}

		#list-drinks>ul>li.grp ul li.nf>ul li.n {
			padding-left: 0.50rem;
			font-weight: bold;
			font-size: 1.25rem;
		}

			#list-drinks>ul>li.grp ul li.nf>ul li.n span {
				padding-left: 0.50rem;
				font-weight: normal;
				font-size: 1.00rem;
			}

			#list-drinks>ul>li.grp ul li.nf>ul li.n strong.gh {
				position: relative;
				display: block;
				font-size: 1.10rem;;
				font-weight: normal;
				padding-left: 10px;
			}
			#list-drinks>ul>li.grp ul li.nf>ul li.n strong.gh:before {
				content: "";
				position: absolute;
				top: 8px;
				left: 0;
				width: 8px;
				height: 8px;
				background: rgba(184, 51, 17, 1.00);
			}

		#list-drinks>ul>li.grp ul li.nf>ul li.p {
			margin-top: auto;
			text-align: right;
		}
		#list-drinks>ul>li.grp ul li.nf>ul li.x {
			width: 100%;
			margin-top: 8px;
		}

	#list-drinks>ul>li.grp ul li.wf:last-child {
		border-bottom: 1px solid rgb(220, 220, 220);
	}

	#list-drinks>ul>li.grp ul li.wf dl dd figure {
		overflow: hidden;
		width: 100%;
		margin: 0;
	}

	#list-drinks>ul>li.grp ul li.wf dl dd figure img {
		width: 100%;
	}




@media screen and (max-width: 960px) and (min-width: 768px) {
	#list-drinks ul > li.grp{
		width: 49%;
	}
}

@media screen and (max-width: 767px) {
	#list-drinks ul > li.grp{
		width: 100%;
	}

}


@media screen and (max-width: 767px) {
	#menu_tab .nav-tab .nav-item{
		width: calc(90% / 3);
	}
}