.section-wrap h3 {
	background: none;
}

.flex {
	padding-bottom: 0.9em;
}
.flex_color {
	padding-bottom: 0.5em;
}

.corse_info {
	font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    font-family: serif;
	padding-top: 12px;
	padding-bottom: 15px;
}

.menu_price {
	line-height: 1.3;
	margin: 0;
	padding: 34px 0 0 0;
}

.menu_pricep40 {
	padding: 85px 0 3px 0;
}

.menu_pricep50 {
	padding: 53px 0 0 0;
}

.menu_pricepchef {
	padding: 92px 0 0 0;
}

.section-wrap h3.dessert_plate_title {
    background-image: url(../takeout/images/bg_title.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-left: 1em;
}

/* スマートフォン */
@media screen and (max-width: 768px){


.flex {
padding: 0;
}

.corse_info {
padding-top: 15px;
line-height: 1.3;
}

.menu_price {
    padding: 15px 0 10px 0;
}


}