@charset "UTF-8";
header {
	width: 100%;
	height: 50px;
	padding-top: env(safe-area-inset-top);
	background-color: #2b2b2b;
	z-index: 30!important;
	position: fixed;
}

.site-logo {
	width: 80px;
	margin: 0 auto;
	padding-top: 8px;
}

#nav-toggle {
	position: fixed;
	bottom: 20px;
	left: 10px;
	height: 58.4px;
	background-color: rgba(40, 26, 20, 0.8);
	border-radius: 50%;
	cursor: pointer;
	z-index: 99999;
}
#nav-toggle > div {
	position: relative;
	width: 55px;

}
#nav-toggle span {
	width: 34px;
	height: 1px;
	left: 10px;
	right: 10px;
	display: block;
	background: #fff;
	position: absolute;
	transition: transform 0.6s ease-in-out, top 0.5s ease;
}
#nav-toggle span:nth-child(1) {
	top: 20px;
	transition: all 0.6s;
}
#nav-toggle span:nth-child(2) {
	top: 28px;
	transition: all 0.6s;
}
#nav-toggle span:nth-child(3) {
	top: 36px;
	transition: all 0.6s;

}
.nav-topImg {
	width: 100px;
	margin: 30px auto!important;
	position: absolute;
	left: 0;
	right: 0;
	display: none;
}
.open .nav-topImg {
	display: block;
}

.open #nav-toggle span:nth-child(1) {

	top: 30px;
	transform: rotate(315deg);
	background: #fff;
}

.open #nav-toggle span:nth-child(2) {

	top: 30px;

	transform: rotate(-315deg);
	background: #fff;
}
.open #nav-toggle span:nth-child(3) {

   top: 30px;
	transform: rotate(-315deg);
	background: none;
}

.open #nav-toggle {
/*   width: 100%;*/
	height: 58.4px;
	background: #231815;
}


#gloval-nav {
	background: #2b2b2b;
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	visibility: hidden;
	flex-direction: column;
	justify-content: center;
	padding-left: 30px;
	padding-right: 30px;
	opacity: 0;
   /*transition: opacity 0.6s ease, visibility 0.6s ease;*/
	overflow: scroll;
	-webkit-overflow-scrolling: touch!important;
	z-index: 99998;
	font-family: "Ubuntu", sans-serif;
	font-size: 28px;
	font-weight: 700;
}
.main-menu {
	margin-top: 150px;
}
.open #gloval-nav {
	visibility: visible;
	opacity: 1;
	z-index: 9999;
}

.sub-menu {
	font-size: 16px;
	margin-left: 10px;
	font-weight: 500;
}


@media screen and (min-width: 679px) {


	#nav-toggle {
		top: 8px;
		background-color: transparent;

	}


	.open #nav-toggle {
		background-color: transparent;

	}

	#gloval-nav {
		max-width: 350px;

	}

	.open #pc-bk {
		opacity: 1;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0 ,0, 0.8)!important;
		z-index: 9997;
	}




}



