@charset "utf-8";
.M_menu {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	background-color: #fff;
	filter: alpha(opacity=50);
	opacity: 0.9;
	z-index: 3;
	height: 55px;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
	
}
.M_logo {
	width: 40%;
	float: left;
}
.M_btn {
	display: block;
	width: 15%;
	height: 100px;
	text-align: center;
	float: right;
	
}
#menu{
	font-family: "Noto Sans Japanese";
	font-weight: 100;
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
	background: #fff;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	
}


.close4{
	width: 20%;
	cursor: pointer;
	float: left;
	font-size: 40px;
	padding-left: 10px;
	margin-top: 10px;
    }
