@charset "utf-8";
.modal_wrap{
		display:block;
		//z-index: 0;
	}
.modal_wrap input{
	display: none;
}
.mbbtn {
	color:#FFFFFF;


	//border-radius: 5px;
	//box-shadow: 3px 3px 5px #333;
	display: flex;
	justify-content: center;
	align-items: center;


	//border: thin solid rgba(153,153,153,1);
	margin: 10px;
	background-color: rgba(200,0,0,0.0);
	text-align: center;
	font-size: 1.3em;
	padding: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	line-height: 1.8em;
}
.mbbtn:hover {
	color:#a9a9a9;
}
.mblink {
	display: block;
	letter-spacing:0.1em;
}
.nav_overlay{
	display: flex;
	justify-content: center;
	overflow: auto;
	position: fixed;
	//z-index: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.5s, transform 0s 0.5s;
	transform: scale(0);
	top: 0px;
	background-color: rgba(0,0,0,0.65);

}

.modal_trigger{
	position: absolute;
	width: 100%;
	height: 100%;
}

.nav_content{
	align-self: center;
	width: 96%;
	max-width: 1000px;
	box-sizing: border-box;
	line-height: 1.4em;
	transform: scale(0.5) rotateX(0deg);
	//transform: scale(0.5) rotateX(-270deg);
	transition: 0.5s;
	background-color: rgba(255,255,255,0.0);
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	
}

.close_button{
	position: absolute;
	top: 14px;
	right: 16px;
	font-size: 24px;
	cursor: pointer;
}

.modal_wrap input:checked ~ .nav_overlay{
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.5s;
}

.modal_wrap input:checked ~ .nav_overlay .nav_content{
	transform: scale(1) rotateX(0deg);
}

.open_button{
	position: fixed;
	top: 0px;
	right: 0px;
	width: 60px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	//color: #FFF;
	//font-weight: bold;
	//text-align: center;
	//border-radius: 50%;
	//line-height: 100%;
	//z-index: -10;
	background-color: rgba(255,0,0,0.3);
}
.insta_button{
	position: fixed;
	top: 60px;
	right: 0px;
	width: 60px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	//z-index: -10;
	background-color: rgba(255,0,0,0.3);
}
.keu_button{
	position: fixed;
	top: 120px;
	right: 0px;
	width: 60px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	//z-index: -10;
	background-color: rgba(255,0,0,0.3);
}
.bar3zone {
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 60px;
	position: relative;
}
.bar3mg {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	position: relative;
}
.bar3text {
	position: absolute;
	top: 12px;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 40px;
	text-align: center;
}
/*
@media screen and (min-width:1080px) {
	.modal_wrap{
		display:none;
	}
	.open_button{
		display:none;
	}
}
*/
