@charset "utf-8";

.hamburger-open div{
	display:inline-block;
	background:#005BAC;
	width:74px;
	height:74px;
	border-radius:0 0 0 20px;
	/*position:absolute;*/
	position:fixed;
	vertical-align:top;
	z-index:4;
	/*top:30px;*/
	top:0;
	/*right: -15px;*/
	right: 0;
	cursor: pointer;
	transition:width 0.5s,height 0.5s;
}
.hamburger-open span{
    display: inline;
    transition: all .4s;
    position:fixed;
	/*position:absolute;*/
    /*left: 14px;*/
	right:20px;
	top:0;
    height: 1px;
	border-radius: 2px;
	background-color:#fff;
	/*width: 45%;*/
	width:30px;
}
#checkcheck ~.hamburger-open  span:nth-of-type(1) {
	top:27.5px; 
}
#checkcheck ~.hamburger-open  span:nth-of-type(2) {
	top:36px;
}
#checkcheck ~.hamburger-open  span:nth-of-type(3) {
	top:43.5px;
}
#checkcheck:checked ~.sidenavs {
	overflow-x: visible;
	width: 200px;
	display:block;
	opacity:1;
	right: 0px;
	top:54px;
	height:230px;
}
#checkcheck:checked ~.sidenavs2 {
	overflow-x: visible;
	width: 170px;
	display:block;
	opacity:1;
	right: 0px;
}
#checkcheck:checked ~.hamburger-close div{
	display:block;
}
#checkcheck ~.hamburger-close div{
	display:none;
}
.sidenavs {
	height:0px;/*q&aあり 330px*/
	width: 200px;
	position: fixed;
	z-index: 5;
	top:0px;/*84px;*/
	right: 0px;/*220px;*/
	overflow: hidden;
	padding-top:30px;
	transition: 0.5s;
	opacity:0;
}
.sidenavs2 {
	height:50px;
	width: 170px;
	position: fixed;
	z-index: 2000;
	top: 50px;
	right: -220px;
	overflow-x: hidden;
	transition: 0.5s;
	opacity:0;
}
.sidenavs .a_main {
	padding:8px 0;
	text-decoration: none;
	font-size: 17px;
	font-weight:bold;
	color: #fff;
	display: block;
	transition: 0.3s;
}
.sidenavs .a_sub {
	padding:0 8px;
	text-decoration: none;
	font-size: 17px;
	font-weight:bold;
	color: #fff;
	transition: 0.3s;
}
.sidenavs .a_text {
	padding:8px 0 0 0;
	text-decoration: none;
	font-size: 17px;
	color: #fff;
	display: block;
	transition: 0.3s;
}

.sidenavs #lili {
	padding: 8px 8px 8px 22px;
	text-align:left;
	text-decoration: none;
	font-size: 17px;
	color: #000;
	display: block;
	transition: 0.3s;
	cursor:pointer;
}
.sidenavs a:hover {
	color: #aaa;

}
.sidenavs li{
	list-style: none;
	font-size:16px;
	margin-bottom:2px;
/*	background-color: rgba(0,60,130,0.6);*/
	padding:5px 0;
}
.sidenavs .close-btn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}
#menu_jigyou_ac{
	height:0px;
	overflow:hidden;
	transition: 0.5s;
}
#checkcheck{
	display:none;
}

@media screen and (max-width: 1024px) {

.sidenavs {
		
		right: 0;
		height:0;/*q&aあり 380px*/
		width: 100%;
}
#checkcheck:checked ~.sidenavs {
	width: 100%;height:100vh;
}
	
#checkcheck:checked ~.hamburger-open span:nth-of-type(1) {
	transform: translateY(6px) rotate(-40deg);
    top: 28px;
	/*
    right: 5px;
	*/
    width: 30px;
}
#checkcheck:checked ~.hamburger-open span:nth-of-type(2) {
	opacity: 0;
}
#checkcheck:checked ~.hamburger-open span:nth-of-type(3){
	transform: translateY(-6px) rotate(40deg);
	top: 40px;
	/*
	left: 18px;
	width: 30%;
	*/
}
#checkcheck:checked ~.hamburger-open div{
	width:100vw;
	height:100vh;
}
	
.hamburger-menu1{display:block;z-index:110;position:fixed;top:0;left:0;width: 100%;height: 72px;}
.hamburger-menu{display:inline-block;}	
}