@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------- */
/* おすすめメニュー */
/* ------------------------------------------------- */
.system_recomend  {
	margin-bottom: 40px;
}
.system_recomend ul {
	
}
.system_recomend ul li {
	display: flex;
    background-color: #fff9e0;
	border: solid 2px rgb(255,224,97);
	padding: 15px;
	margin-bottom: 15px;
}
.system_recomend ul li figure {
	width: 120px;
    margin-right: 15px;
    min-width: 120px;
}
.system_recomend ul li figure img {
	width: 100%;
	display: block;
}
.system_recomend ul li dl {
	width: 100%;
}
.system_recomend ul li dt {
	display: flex;
	font-size: 24px;
	font-weight: bold;
	justify-content: space-between;
	width: 100%;
}
.system_recomend ul li dt span {
	font-weight: bold;
}
.system_recomend ul li dd {
	font-size: 12px;
}


@media screen and (max-width: 760px) {
	.system_recomend ul li {
		padding: 2vw;
		margin-bottom: 3vw;
	}
	.system_recomend ul li figure {
		width: 14vw;
		max-width: 14vw;
		margin-right: 2vw;
		min-width: 14vw;
	}
	.system_recomend ul li dt span {
		font-weight: bold;
		font-size: 4vw;
	}
}





/* ------------------------------------------------- */
/* 下部メニューの一覧表示 */
/* ------------------------------------------------- */
.menu_list {
	margin-bottom: 40px;
}
.menu_list h3 {
	background-color: rgb(255,224,97);
	font-weight: bold;
	font-size: 22px;
	padding: 15px 10px;
	margin-bottom: 10px;
	line-height: 1;
}
.menu_list ul {
	margin-bottom: 30px;
}
.menu_list ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
	font-size: 20px;
	border-bottom: dashed 1px #8e8e8e;
}


@media screen and (max-width: 760px) {
	.menu_list h3 {
		font-size: 4vw;
		padding: 2vw 3vw;
		margin-bottom: 10px;
		line-height: 1;
	}
	.menu_list ul li {
		margin-bottom: 2vw;
		padding-bottom: 2vw;
		font-size: 3.4vw;
	}
}



/* メニュー料金の説明 */
.menu_info {
	margin-bottom: 40px;
}
.menu_info p {
	font-size: 18px;
}
@media screen and (max-width: 760px) {
	.menu_info {
		margin-bottom: 0;
	}
	.menu_info p {
		font-size: 3.4vw;
	}
}


