@charset "UTF-8";
#sitemenu {
	position: fixed;
	z-index: 100;
	text-align: left;
	display: none;
	height: 100%;
	overflow-x: hidden;
	top: 0;
	right: 0;
	color: #000;
	background-color: rgba(255, 255, 255, 1.0);
}
#sitemenu[data-opend="true"] {
	display: block;
}
#sitemenu {
	width: 0px;
	border-left-width: 0px;
	transition: all 0.15s ease-out;
}
#sitemenu[data-efx="true"] {
	width: 100%;
}
@media only screen and (max-width:800px) {
	#sitemenu[data-efx="true"] {
		/* width: 280px; */
	}
}

/**/
#sitemenu .head .close {
	position: fixed;
	z-index: 5;
	top: 0.5em;
	right: 0.5em;
	display: inline-block;
	background-image: url(/share/im/nv_close.svg);
	background-size: auto 2em;
	background-position: center;
	width: 4.5em;
	opacity: 0.2;
}
#sitemenu .head .close::before {
	content: "";
	display: block;
	padding-top: 100%;
}
/**/
#sitemenu .menus {
	padding-bottom: 10rem;
	width: 100%;
	min-height: 100vh;
	margin: 0 auto;
	background-color: #fff;
}
#sitemenu .menus > div {
	padding-top: 3.5em;
}
#sitemenu .menus a {
	display: block;
	font-size: 1em;
	padding: 1.75em 2em;
	color: #373737;
	text-align: center;
}
#sitemenu .menus a:not(.m-contact):hover {
	background-color: rgba(0, 0, 0, 0.04);
}
#sitemenu .menus p {
	margin-bottom: 0.6em;
}
#sitemenu .menus-1 span img {
	height: 1.875em;
}
#sitemenu .menus a.m-contact {
	width: 40%;
	max-width: 200px;
	text-align: right;
	margin-left: auto;
	padding-bottom: 0;
	padding-left: 0;
}
#sitemenu .m-contact img,
#sitemenu .m-contact p {
	text-align: center;
}
@media only screen and (max-width:800px) {
	#sitemenu .menus {
		padding-bottom: 0;
	}
}