@charset "UTF-8";
/*アンクールデザイン変更2021年8月9日*/

section.post-menu-item-box .post_menus_itemname a {
	color: #333;
	text-decoration: none;
}

.post_menu_div img {
	width: 100%;
}

section.post-menu-item-box .right_setsu_box .post_menus_itemname {
	font-size: 20px;
}

section.post-menu-item-box .right_setsu_box .post-menus-capa {
	display: inline-block;
	font-size: 13px;
	margin: 5px 0 5px 10px;
	padding: 0 10px;
	border: 1px solid #000;
	vertical-align: top;
}

section.post-menu-item-box .right_setsu_box .post-menus-price {
	font-size: 18px;
	color: #b20016;
	display: inline-block;
}

section.post-menu-item-box .right_setsu_box .post_menus_shopsetsu {
	font-size: 15px;
	background-color: #eaeaea;
	border-radius: 0;
	box-shadow: none;
}

.left_img_box img {
	border: 2px solid #eaeaea;
	max-width: 300px;
}

.item-fav-box {
	display: inline-block;
	width: 66px;
	height: 21px;
	background-color: #b20016;
}

.item-fav-box p {
	font-size: 13px;
	color: #fff;
	text-align: center;
	padding: 1px;
}

.menu-none {
	display: none;
}

.only-img {
	width: 100%;
}

@media screen and (min-width: 769px) {

	/*PC*/

	.post-menu-item-box {
		display: inline-block;
		overflow: hidden;
		width: 45%;
		padding: 20px 0 0;
		margin-left: 20px;
		margin-right: 20px;
		position: relative;
		border-top: 2px solid #000;
		vertical-align: top;
	}

	.left_img_box {
		width: 34%;
		margin: 0;
	}

	.right_setsu_box {
		width: 65%;
	}

	section.post-menu-item-box .right_setsu_box .post_menus_itemname {
		padding: 0 0 0 10px;
	}

	section.post-menu-item-box .right_setsu_box .post-menus-price {
		padding: 2px 0 2px 10px;
	}

	section.post-menu-item-box .right_setsu_box .post_menus_shopsetsu {
		margin-top: 10px;
		margin-left: 10px;
	}

	.item-fav-box {
		margin-left: 10px;
	}

}

@media screen and (max-width: 769px) {

	/*スマホ*/

	.post-menu-item-box {
		display: block;
		overflow: hidden;
		width: 95%;
		margin: 0 auto 20px;
		position: relative;
		border-bottom: 2px solid #000;
		vertical-align: top;
		text-align: center;
	}

	.left_img_box {
		width: 80%;
		margin: 0;
		display: inline-block;
	}

	.right_setsu_box {
		text-align: left;
		margin-bottom: 25px;
	}

	section.post-menu-item-box .right_setsu_box .post_menus_itemname {
		margin: 5px 0;
		padding: 0;
	}

	section.post-menu-item-box .right_setsu_box .post-menus-capa {
		margin: 0;
		vertical-align: text-bottom;
	}

	section.post-menu-item-box .right_setsu_box .post-menus-price {
		margin: 0;
	}

	section.post-menu-item-box .right_setsu_box .post_menus_shopsetsu {
		margin-top: 10px;
	}

}