@charset "utf-8";
/* CSS Document */

/*###################################
メニュー装飾設定をクリア
###################################*/

#drawernav #menu{
	background: none !important;
	width: inherit;
}

#drawernav #menu ul{
	background: none;
	width: inherit;
	display: block;
	flex: none;
	flex-wrap: nowrap;
	border: 0 !important;
	position: inherit;
}

#drawernav #menu ul li{
	background: none !important;
	width: 100%;
	display: block;
	text-align: left;
	padding: 0;
	border: 0;
}

#drawernav #menu ul li a{
	background: none ;
	margin-left: 10px;
	display: block;
	text-align: left;
	border: 0;
	border-bottom: dotted 1px #AAAAAA;
	border-radius: 0;
	padding:9px;
}

#drawernav #menu li.current_page_item > a{
	background: none !important;
}

#drawernav #menu ul li a:before{
	content: none;
}

#drawernav #menu .sub-menu{
	display: block !important;
	margin-left: 10px;
	width: calc(100% - 10px);
}

#drawernav #menu .sub-menu li a{
	border: 0 !important;
}


/*###################################
ドロワーメニュー
###################################*/
#drawernav{
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.9);
	color: #222;
	z-index: 200;
	padding-top: 70px;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	-moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	-o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	-moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	-o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}

#drawernav .hidden_box{
	overflow-y: auto;
	overflow-x: hidden;
	height: calc(90vh - 80px);
}

#drawernav .menu_title{
	background-color: #39b54a;
	padding: 6px;
	font-weight: 500;
	color: #FFF;
	font-size: 110%;
}

#drawernav ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#drawernav ul li{
	margin: 0;
	color: #fff;
	display: block;
	padding: 5px 20px;
	font-size: 0.95em;
	text-decoration: none;
}

#drawernav #menu ul li:hover{
	color: #fff !important;

}
#drawernav #menu ul li a{
	color: #fff !important;
	display: block;
	font-weight: 500;
	font-size: 95%;
}
	
#drawernav #menu ul li a::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-left: -5px;
	margin-right: 10px;
	width: 5px;
	height: 5px;
	border: 2px solid;
	border-color: #fff #fff transparent transparent;
	transform: rotate(45deg);
}

#drawernav h4{
	padding: 0 15px; 
}

#humberger{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 203;
	padding: 15px 10px 3px;
	cursor: pointer;
	background: #fff;
	display: block;
	text-align: center;
}

#humberger .hum_title{
	font-size: 80%;
	display: block;
	color: #9E000F;
	margin-top: 10px;
}

.icon-bar{
	height: 3px;
	background: #9E000F;
	display: block;
	margin-bottom: 5px;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}

.fixed-content{
	right: inherit;
	width: 100%;
	z-index: 202;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	 -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
		-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}

#overlay{
	z-index:-1;
	opacity: 0;
	background: #000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}

body.drawer-opened #page{
	left: -240px;
}

body.drawer-opened .fixed-content{
	left: -240px;
}

body.drawer-opened #drawernav{
	right: 0;
}

body.drawer-opened #humberger .icon-bar{
	background: #fff;
}

body.drawer-opened #humberger .hum_title{
	color: #fff;
}

body.drawer-opened #humberger{
	background-color: #000;
}

body.drawer-opened #humberger :nth-child(1){
	transform:translate(0,8px) rotate(45deg);
	-webkit-transform:translate(0,8px) rotate(45deg);
}

body.drawer-opened #humberger :nth-child(2){
	transform:translate(-20px ,0);
	-webkit-transform:translate(-20px ,0);
	opacity:0;
}

body.drawer-opened #humberger :nth-child(3){
	transform:translate(0,-8px) rotate(-45deg);
	-webkit-transform:translate(0,-8px) rotate(-45deg);
}

body.drawer-opened #overlay{
	z-index: 203;
	opacity: 0.3;
	left: -300px;
}


#drawernav .menu_title{
	display: block;
}