.menu-item {
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	margin-bottom: 60px;
}
.menu-item p {
	line-height: 1.3;
	/*margin: 0.7em 0;*/
	/*border: 1px solid black;*/
	margin: 2px 0;
}
.item-l {
	width: 48%;
	text-align: right;
}
.item-l img {
	width: 100%;
	max-width: 400px;
}
.item-r {
	width: 48%;
	text-aling: left;
}
.menu-item .type-1 {
	background: #d84e80;
	color: white;
	font-size: 90%;
	padding: 1px 10px 3px 10px;
	border-radius: 5px;
	vertical-align: 5px;
	margin-right: 20px;
}
.menu-item .type-2 {
	color: #d84e80;
	font-size: 120%;
	font-weight: bold;
	padding: 1px 10px 3px 10px;
	vertical-align: 5px;
	/*margin-right: -10px;*/
}
.menu-item .size-1 {
	font-size: 200%;
	/*margin-left: 20px;*/
}
.menu-item .size-2 {
	font-size: 140%;
}
.menu-item .size-s {
	font-size: 80%;
}
.menu-item .line-b {
	line-height: 1;
	margin: 0;
}
.menu-item .line-p {
	margin-top: 10px;
}
.menu-item .line-l {
	margin-top: 10px;
	margin-bottom: -3px;
}
.item-name-s {
	display: none;
}
@media only screen and (max-width:740px) {
	.menu-item {
		display: block;
	}
	.item-l {
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}
	.item-r {
		width: 80%;
		margin: 0 auto;
	}
	.item-name-p {
		display: none;
	}
	.item-name-s {
		display: block;
	}
}
@media only screen and (max-width:440px) {
	.menu-item .size-1 {
		display: inline-block;
		margin-top: 10px;
		/*margin-left: 0;*/
		width: 100%;
	}
	.menu-item .type-1 {
		margin-right: 0;
	}
}

