@charset "utf-8";
/* CSS Document */
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, #menu_wrap {
		margin-left:-1px;
		padding-right: 1px;
	}
}
#menu{
	width: 100%;
	max-width: 768px;
	position: absolute;
	top: 10vh;
}
#menu_wrap{
	padding: 0 5%;
	background-color:rgba(255,255,255,0.70);	
	padding-top: 50px;
	min-height: 100vh;
	padding-bottom: 150px;
	text-align: center;
}
#menu_wrap h3{
	color: #fff;
	background-color: #E6453F;
	padding: 10px 0;
	text-align: left;
	margin-top: 0;
	cursor: pointer;
}
#menu_wrap .cate{
	margin-top: 20px;
}
#menu_wrap .box{
	display: none;
	background-color: #fff;
	color: #4d4d4d;
}
#menu_wrap .box .cate_photo{
	width: 90%;
	padding-top: 10px;
	margin: 5px 5% 0 5%;
}
#menu_wrap .box .cate_photo:empty{
	height: 0;
}
#menu_wrap .box .cate_photo img{
	width: 100%;
	height: auto;
}
.arow{
	vertical-align: middle;
	height: 20px;
	padding: 0 10px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.arow_be{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);	
}
.cate .cate_box{
	margin: 1% 0;
}
.cate h4{
	text-align: left;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 10px 5px 10px 5px;
	color: #ffffff;
	background-color: #EB6B67;
}
.cate .cate_box_photo{
	width: 100%
}
.cate .cate_box_photo img{
	width: 80%;
	margin: 1% 10%;
}
.cate h4 span{
	display: inline-block;
	text-align: left;
}
.cate .price{
	padding: 5px 5px 10px 5px;
	text-align: left;
}
.cate .price span{
	display: inline-block;
	text-align: left;
}
.cate .cate_txt{
	text-align: left;
	margin: 10px;
	padding: 5px;
}
.cate_txt:empty{
	display: none;
}
@media screen and (orientation: landscape){
   /* 横向きの場合のスタイル */
#menu{
	margin-top: 0;
}
}
@media screen and (max-width:320px) {
}
/*ここからスマートフォン用（415px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 415px){
}