@charset "utf-8";
/* CSS Document */
#menu{
	padding: 30px 3% 30vh;
}

#menu .cate{
	margin-top: 20px;
}
#menu .cate .open_bt{
	display: table;
	width: 100%;
	cursor: pointer;
}
#menu .cate .open_bt span{
	display: table-cell;
	vertical-align: middle;
	padding: 2%;
	background-color: #33B59D;
	cursor: pointer;
}
#menu .cate .open_bt .arrow{
	width: 20%;
	text-align: center;
	cursor: pointer;
}
#menu .cate .open_bt .arrow img{
	width: 50%;
	max-width: 100px;
}
.arrow img{
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.arrow_be img{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);	
}
#menu .cate .open_bt .cate_title{
	width: 70%;
	font-size: 16px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
	color: #fff;
	cursor: pointer;
}
#menu .box_wrap{
	display: none;
	background-color: rgba(255,255,255,1.00);
	padding-top: 20px;
	padding-bottom: 20px;
}
#menu .box_wrap .cate_photo{
}
#menu .box_wrap .cate_img1{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
#menu .box_wrap .cate_img1 img{
	width: 60%;
	height: auto;
	box-shadow: 1px 1px 20px rgba(0,0,0,0.20);
}
#menu .box_wrap .cate_img1:empty{
	height: 0;
}
.cate .cate_txt1{
	border: 1px solid #70C1B2;
	padding: 5%;
	margin: 0 20px;
}
.cate .kotei{
	color: #70C1B2;
	text-align: right;
	margin: 0 20px;
	margin-bottom: 30px;
}
.cate .cate_box{
	text-align: left;
	margin: 0 5% 20px;
}
.cate .cate_box:last-of-type{
	margin-bottom: 0;
}
#menu .cate_box .box_title1{
	color: #33B59D;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	position: relative;
}
#menu .cate_box .box_title1:after{
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 1px #33B59D;
	bottom: -1px;
	width: 20%;
}
#menu .cate .cate_box .box_txt1{
	color: #666666;
	text-align: right;
}
#menu .cate .cate_txt1:empty,
#menu .cate .cate_box .box_title1:empty,
#menu .cate .cate_box .box_txt1:empty{
	display: none;
}
/*タブレット以上*/
@media screen and (min-width: 700px){
#menu{
	padding: 5% 8%;
	padding-bottom: 50%;
}
}
/*横向き*/
@media screen and (orientation: landscape){
@media screen and (max-height: 700px){
}
@media screen and (min-height: 700px){
}
}