/*------------------------------------
モーダル中身
------------------------------------*/
#single-other_menu {display: block; width: 480px; height: 480px; margin: 0; padding: 0; overflow-x: hidden;}
#single-other_menu .main_img {width: 100%; height: 300px; object-fit: cover; object-position: 50%; font-family: 'object-fit: cover; object-position: 50% 50%;';}
#single-other_menu h2{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 21px;
	line-height: 30px;
	color: #fff;
	background: #231815;
	padding: 6px 6px 6px 26px;
}
#single-other_menu h2:before{
	position: relative;
	content: "";
	display: inline-block;
	width: 2px;
	height: 24px;
	top: 4px;
	left: -10px;
	background: #cebc7a;
}
#single-other_menu .text {padding: 14px;}
#single-other_menu .text .set {display: flex; justify-content: space-between; align-items: center;}
#single-other_menu .text .set span {font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; line-height: 1;}
@media all and (-ms-high-contrast:none){#single-other_menu .text .set span{margin: 4px 0 -4px;}}
#single-other_menu .text .set .price {color: #231815; font-size: 25px; font-weight: 700; margin-left: auto;}
#single-other_menu .text h3 {margin-top: 14px;}
#single-other_menu .text p {margin-top: 6px;}

@media screen and (max-width: 425px) and (min-width: 0px) {
	#single-other_menu {width: 100%; height: 100%;}
	#single-other_menu .main_img {width: 100%; height: 55vw;}
}