
.title_wrap dl{
	text-align: center;
}
.title_wrap dl dd{
	margin-bottom: 15px;
	color: #453022;
	font-weight: 500;
}

.content-wrapper {
	padding: 20px 0;
}


.sub_text {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	margin: 15px auto;
	font-size: 15px;
	line-height: 1.3;
	padding-left: 1em;
}

.menu_item {
	display: flex;
	gap: 30px;
	flex-direction: row;
	padding-left: 1em;
	margin-bottom: 10px;
}
.menu_photo {
	max-width: 480px;
	width: auto;
}
.menu_photo img{
	width: 100%;
}
.menu_itemContent {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.menu_title {
	font-weight: 500;
    color: #58351b;
    font-size: 20px;
	}
.menu_price {
	font-family: serif;
	text-align: right;
	font-weight: bold;
	font-size: 20px;
}

.menu_info {
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 14px;
}
.pbborder {
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
}

.item_wrap .menu_itemContent{
	justify-content: flex-start;
	gap:25px;
}

@media (max-width: 768px) {

.title_wrap h2 img{
	max-width: 238px;
	width: 100%;
}
.sub-title dt img {
	max-width: 487px;
	width: 100%;
}


.section-wrap h3 img.lazagna {
	max-width: 327px;
	width: 100%;
}
.section-wrap h3 img.pasta {
	max-width: 534px;
	width: 100%;
}
.section-wrap h3 img.set {
	max-width: 431px;
	width: 100%;
}
.sub_text,
.menu_item{
	padding: 0;
	flex-direction:column;
}
.menu_photo {
	margin-left: auto;
	margin-right: auto;}


}