@charset "utf-8";
.sidemenu_base{
	position:absolute;
	top:0px;
	right:0;
	width:120px;height:150px;
	background:#42210B;
}
.hamburger-open{
	position:relative;
	display:inline-block;
	vertical-align:top;
	z-index:8;
	cursor: pointer;
	transition:width 0.5s,height 0.5s;
	border-radius:35px;
	width:40px;
	height:50px;
}
.hamburger-open span{
    display: inline;
    transition: all .4s;
    position:absolute;
	/*position:absolute;*/
    /*left: 14px;*/
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
    height:2px;
	border-radius: 2px;
	width:30px;
	background-color:#fff;
}
.hamburger-open .text_1{
    position:absolute;
	top:16px;
	left:50%;
	transform:translate(-50%,0);
	text-align:center;
	font-size:9px;
	color:#fff;
}
#checkcheck:checked ~.hamburger-open  span {
	background-color:#fff;
}

#checkcheck ~.hamburger-open  span:nth-of-type(1) {
	top:11px;
}
#checkcheck ~.hamburger-open  span:nth-of-type(2) {
	top:16px;
}
#checkcheck ~.hamburger-open  span:nth-of-type(3) {
	top:21px;
}

#checkcheck:checked ~.hamburger-open span:nth-of-type(1) {
	transform: translateY(6px) translateX(-50%) rotate(-40deg);
    top: 10px;
    
}
#checkcheck:checked ~.hamburger-open span:nth-of-type(2) {
	opacity: 0;
}
#checkcheck:checked ~.hamburger-open span:nth-of-type(3){
	transform: translateY(-6px) translateX(-50%) rotate(40deg);
	top: 22.5px;
}


#checkcheck ~.hamburger-open  p {
	position:absolute;top:40px;right:30px;color:#fff;
}
#checkcheck:checked ~.sidenavs {
	overflow-x: visible;
	width: 100vw;
	max-width:1920px;
	height: 100vh;
	display:block;
	opacity:1;
	right:0;
	top:0;
	background-color:rgba(36,36,36,0.9);
	pointer-events:auto;
}
#checkcheck:checked ~.hamburger-close div{
	display:block;
}
#checkcheck ~.hamburger-close div{
	display:none;
}
.sidenavs {	
	padding-top:20px;
	height:0px;
	width: 100vw;
	max-width:1920px;
	height: 100vh;
	position:fixed;
	z-index:7;
	top:0;
	right:0;
	overflow: hidden;
	transition: 0.5s;
	opacity:0;
	pointer-events:none;
}
.sidenavs .sidenavs_sub{
	position:relative;
	width:100vw;
	height:100vh;
	display:flex;
	align-items:center;
}
.sidenavs .sidenavs_sub .flex_1 .div_1:nth-child(2){
	border-right:1px solid white;
	height:420px;
	width:2px;
}
.sidenavs .sidenavs_sub .flex_1 .div_1:nth-child(3){
	text-align:center;
}
.sidenavs .sidenavs_sub .img_1{
	position:absolute;
	top:20px;
	left:40px;
	z-index:1;
}

.sidenavs a {
	color: #000;
	padding:7px 0 7px 15px;
	display:block;
	text-align:left;
	font-size:18px;
	font-weight:bold;
	transition: all .4s;
}
.sidenavs a span{
	opacity:0;
	transition: opacity .4s;
}
.sidenavs a:hover {
	color:#43B149;
}
.sidenavs a:hover span{
	opacity:1;
}

.sidenavs .flex_1{
	display:flex;
	width:730px;
	justify-content:space-between;
	align-items:center;
	margin:0 auto;
}
.sidenavs .flex_1 .list_1 a{
	color:#fff;
	font-size:22px;
	padding:4px 0 4px 0;
}
.sidenavs .flex_1 .list_1 a span{
	margin-right:20px;
	line-height:270%;
}


.sidenavs .flex_1 .btn_1{
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	width:274px;
	height:63.24px;
	font-weight:normal;
	box-sizing:border-box;
	font-size:20px;
	color:#6B635C;
	background:#fff;
	border-radius:35px;
}

.sidenavs .flex_1 .btn_2{
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	width:274px;
	height:63.24px;
	font-size:20px;
	font-weight:normal;
	color:#fff;
	box-sizing:border-box;
	border-radius:35px;
	border:1px solid #fff;
	margin:20px auto 0 auto;
}
.sidenavs .flex_1 .tel_1{
	margin-top:30px;
}
.sidenavs .flex_1 .sns_1{
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:100%;
	max-width:330px;
	margin:30px auto 0 auto;
	text-align:center;
}
.sidenavs .flex_1 .sns_1 div{
	width:45px;
}
.sidenavs .flex_1 .sns_1 img{
	width:45px;
	margin-left:-17px;
}

.sidenavs li{
	list-style: none;
	font-size:18px;
	margin-bottom:2px;
	padding:0;
}
.sidenavs .close-btn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}
#checkcheck{
	display:none;
}

@media screen and (max-width: 1024px) {
.menu_logo{
	top:15px;
	left:5px;
}
.menu_logo img{
	width:110px;
}
.sidenavs .sidenavs_sub{
	width:90%;
	margin:0 auto;
}
.sidenavs .sidenavs_sub .img_1{
	top:-10px;
	left:5px;
}
.sidenavs .sidenavs_sub .img_1 img{
	width:110px;
}

.sidenavs .flex_1{
	display:block;
}
.sidenavs .flex_1 .sns_1{
	width:90%;
}
.sidenavs .sidenavs_sub .flex_1 .list_1{
	width:100%;
	max-width:320px;
	margin:0 auto 30px auto;
}

.sidenavs .sidenavs_sub .flex_1 .div_1:nth-child(2){
	height:0;
	margin:0;
}
.sidenavs .sidenavs_sub .flex_1 .div_1:nth-child(3){
	width:100%;
	text-align:center;
	margin:0 auto;
}
.sidenavs .sidenavs_sub .flex_1 .div_1:nth-child(3) .btn_1{
	text-align:center;
	margin:0 auto;
	height:43.24px;
	font-size:15px;
}
.sidenavs .sidenavs_sub .flex_1 .div_1:nth-child(3) .btn_2{
	margin:0 auto;
	height:43.24px;
	font-size:15px;
}
.sidenavs .flex_1 .list_1 a{
	font-size:16px;
}
.sidenavs .flex_1 .list_1 a span{
	margin-right:0;
	line-height:110%;
}
.sidenavs .flex_1 .tel_1{
	margin-top:10px;
}
}
@media screen and (max-width:784px) {

}

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

}