/*========================
メニュー
========================*/
/*
タイトル
*/
.menuprice_title {
	margin-bottom: 0.9rem;
	text-align: center;
	font-size: 0.18rem;
	line-height: 1.6;
}
@media screen and (max-width: 499px) {
	.menuprice_title {
		font-size: 0.16rem;
		margin-bottom: 0.5rem;
	}
}

.menuprice_title .sec_title {
	font-size: 0.3rem;
	text-align: center;
	display: inline-block;
	padding-left: 0;
}
@media screen and (max-width: 499px) {
	.menuprice_title .sec_title {
		font-size: 0.22rem;
	}
}

@media screen and (max-width: 499px) {
	.menuprice_title p {
		text-align: left;
	}
}

/*
コンテンツ
*/
.menuprice_contents ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.menuprice_contents li {
	width: 50%;
	box-sizing: border-box;
	margin-bottom: 0.8rem;
}
@media screen and (max-width: 499px) {
	.menuprice_contents li {
		width: 100%;
		margin-bottom: 0.5rem;
	}
}

.menuprice_contents li:nth-child(odd) {
	padding-left: 0.3rem;
	padding-right: 0.5rem;
}
@media screen and (max-width: 499px) {
	.menuprice_contents li:nth-child(odd) {
		padding-left: 0;
		padding-right: 0;
	}
}

.menuprice_contents li:nth-child(even) {
	padding-left: 0.8rem;
}
@media screen and (max-width: 499px) {
	.menuprice_contents li:nth-child(even) {
		padding-left: 0;
	}
}

.menuprice_contents li table {
	width: 100%;
}

.menuprice_contents li tr {
	width: 100%;

}

.menuprice_contents li th {
	width: 70%;
	text-align: left;
	font-size: 0.15rem;
	font-weight: normal;
	line-height: 1.6;
	padding-top: 0.05rem;
	padding-bottom: 0.05rem;
}

.menuprice_contents li th span {
	font-size: 0.13rem;
	color: #b9272d;
}

.menuprice_contents li td {
	width: 30%;
	text-align: right;
	font-size: 0.15rem;
	line-height: 1.6;
	padding-top: 0.05rem;
	padding-bottom: 0.05rem;
	vertical-align: top;
}

.menuprice_contents li td span {
	width: 0.66rem;
	display: block;
	margin-left: auto;
	position: relative;
	font-family: 'Jost', sans-serif;
}

@media screen and (max-width: 499px) {
	.menuprice_contents li td span {
		margin-right: 0.20rem;
	}
}

.menuprice_contents li td span::before {
	content: "￥";
	position: absolute;
	left: 0;
	bottom:0;
}

.menuprice_contents li td span.kara::after {
	content: "〜";
	position: absolute;
	right: -0.20rem;
	bottom:0;
}

/* ノート */
.menuprice_contents .note {
	display: block;
	padding-top: 0.15rem;
	font-size: 0.12rem;
	line-height: 1.6;
}

/*詳細リンク add 2021.11.27*/
.menuprice_contents .sec_title {
    padding-right: 0.2rem;
    display: inline-block;
}

.menuprice_contents li a{
	font-size:0.15rem;
}

/*========================
カットイメージ
========================*/
#menucut {
	display: block;
	width: calc(100% - 1.00rem);
	height: 42.85vw;
	min-height: 5.00rem;
	max-height: 6.00rem;
	background-image: url(../img/menu_img_01.jpg);
	background-position: center center;
	background-size: cover;
	margin-left: auto;
	margin-right: 0;
	margin-bottom: 1rem;
}
@media screen and (max-width: 499px) {
	#menucut {
		width: calc(100% - 0.20rem);
		height: 53.33vw;
		min-height: auto;
		max-height: auto;
	}
}

/*========================
ガイド
========================*/

#menuguide .sec_title {
	font-size: 0.3rem;
	text-align: center;
	margin-bottom: 0.7rem;
	padding-left: 0;
}
@media screen and (max-width: 499px) {
	#menuguide .sec_title {
		font-size: 0.22rem;
		margin-bottom: 0.5rem;
	}
}

.menuguide_contents {
	margin-bottom: 1rem;
}

.menuguide_contents li {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.5rem;
}

.menuguide_contents li .guide_title{
	width: 15%;
	box-sizing: border-box;
	border-right: 1px solid #000;
	padding-right: 0.5rem;
	font-size: 0.18rem;
	font-weight: bold;
	line-height: 2;
}
@media screen and (max-width: 499px) {
	.menuguide_contents li .guide_title{
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #000;
		padding-top: 0.1rem;
		margin-bottom: 0.1rem;
		padding-right: 0;
		text-align: center;
	}
}

.menuguide_contents li .guide_text {
	width: 85%;
	box-sizing: border-box;
	padding-left: 0.5rem;
	font-size: 0.15rem;
	line-height: 2;
}
@media screen and (max-width: 499px) {
	.menuguide_contents li .guide_text {
		width: 100%;
		padding-left: 0;
	}
}


.menuguide_contents li .guide_text a {
	font-size: 0.21rem;
	text-decoration: none;
	font-family: 'Jost', sans-serif;
	color: #000;
}
