@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 ;
	width: calc(100% - 20px);
	margin-left: 10px;
	display: block;
	text-align: left;
	border: 0;
	border-bottom: 1px dotted #FFF;
	border-radius: 0;
	padding: 5px;
}

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

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

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

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


/*###################################
ドロワーメニュー
###################################*/
#drawernav{
	position: fixed;
	top: 0;
	right: -240px;
	width: 240px;
	height: 100%;
	background: #4A90A6;
	color: #fff;
	z-index: 200;
	padding-top: 60px;
	-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: #004D64;
	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: 4px 20px;
	text-decoration: none;
}

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

}
#drawernav #menu ul li a{
	color: #fff !important;
	display: block;
	font-weight: 500;
	font-size: 90%;
}

#drawernav ul li a:hover{
	background: #222 !important;
}

#drawernav h4{
	padding: 0 15px; 
}

#humberger{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 203;
	width: 36px;
	padding: 14px 14px 3px;
	cursor: pointer;
	background: #007DA3;
	display: block;
}

#humberger .hum_title{
	font-size: 70%;
	padding-top: 3px;
	display: block;
	height: 16px;
	color: #FFF;
	text-align: center;
}

.icon-bar{
	height: 4px;
	background: #FFF;
	display: block;
	margin-bottom: 4px;
	-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;
	box-shadow: 1px 0 2px #007DA3;
	-webkit-box-shadow: 1px 0 2px #007DA3;
}

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{
	background-color: #007DA3;
}

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: -240px;
}


#drawernav .menu_title{
	display: block;
}