@charset "utf-8";

div.fix_menu{
	
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  bottom: 0px;
  left: 0;
  z-index: 99999;
  box-sizing: border-box;
}


div.menu_btn{
	width: 40px;
	float: right;
}

div.menu_btn img{
	width: 100%;
}

div.sp_menu{
	position:fixed;
	z-index: 999;
	bottom:-450px;
	opacity: 0;
	background: #4a322c;
}

div.fix_menu ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

div.fix_menu ul li{
	width: 25%;
}

div.fix_menu ul li img{
	width:100%;
}

div.sp_menu li.menu_bnr{
	padding: 5px 0 0;
	background: #fff;
}
div.sp_menu li ul.sub_menu{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
	background: #fff;
	padding: 0 2px 10px;
}

div.sp_menu li ul.sub_menu li{
	width: 50%;
	padding: 2px;
}