@charset "UTF-8";

p {
	margin-bottom: calc(var(--font-size) * 2);
}

h3.corner-title {
	margin-left: 3em;
}

h3.corner-title img {
	width: 1.8em;
	height: auto;
}

@media (min-width: 768px) {
	.food-item {
		border-right-width: 2px;
		border-right-style: solid;
		border-right-color: rgba(199, 220, 161, 1.00);
	}

	.food-item:last-child {
		border: none;
	}
}

.food-item figure {
	margin-bottom: 1.5em;
	padding-bottom: 0.7em;
}

.food-item.top figure {
	padding-bottom: 0em;
}

.food-item figure img {
	max-height: 80px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.food-item h4 {
	font-size: 1.25em;
	color: var(--main-color);
	text-align: center;
}

.food-area {
	padding: 3em 1.5em 2em;
	background-color: #EEF5E3;
	border-top-right-radius: 80pt;
	border-bottom-left-radius: 80px;
	margin-top: 2em;
}

@media (min-width: 768px) {
	.food-area {
		padding: 3em 3em 2em;
	}
}

.food-area .col-4 {
	width: 50%;
	padding-left: 5px !important;
	padding-right: 5px !important;
}

@media (min-width: 576px) {
	.food-area .col-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
}

.food-area h4 {
	color: #258039;
	font-size: 1.4em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8EBA43;
	padding-bottom: 1em;
	bottom: 1em;

}

.food-area h4 span {
	font-size: 0.8em;
	font-family: 'Montserrat', sans-serif;
	margin-right: 2em;
}

.food-text {}

.food-text h5 {
	color: #258039;
	font-size: 1.1em;
}

.use-title span {
	padding: 0.2em 1em;
	border-width: 1px;
	border-style: solid;
	border-color: #92BF9C;
	font-size: 0.5em;
	border-top-right-radius: 1em;
	border-bottom-left-radius: 1em;
	position: relative;
	top: -0.3em;
	margin-right: 1em;
}