@charset "utf-8";
.menu_logo{
	position:absolute;top:45px;left:40px;
}
.sns_2{
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:100%;
	max-width:180px;
	margin:10px auto 0 auto;
}
.sns_2 img{
	max-width:40px;
}
.sidemenu_base{
	position:absolute;
	top:0px;right:0;
	width:120px;height:150px;
	background:#42210B;
}
.hamburger-open{
	display:inline-block;
	width:80px;
	height:80px;
	position:fixed;
	vertical-align:top;
	z-index:8;
	top:40px;
	right:30px;
	cursor: pointer;
	transition:width 0.5s,height 0.5s;
	width:70px;
	height:70px;
	border-radius:35px;
}
.hamburger-open span{
    display: inline;
    transition: all .4s;
    position:absolute;
	/*position:absolute;*/
    /*left: 14px;*/
	right:20px;
	top:0px;
    height:2px;
	border-radius: 2px;
	width:50px;
}
/*
.hamburger-open span:nth-child(1){
	transform: translateY(5px) rotate(-45deg);
    right: 13px;
    width: 55px;
}
.hamburger-open span:nth-child(2){
	transform: translateY(14px) rotate(0deg);

	right: 29px;
	width: 30px;
}
.hamburger-open span:nth-child(3){
	transform: translateY(-10px) rotate(90deg);

	right: 45px;
	width: 30px;
}
#checkcheck:checked ~.hamburger-open span:nth-of-type(1) {
	transform: translateY(5px) rotate(-45deg);

    right: 15px;
    width: 55px;
}
#checkcheck:checked ~.hamburger-open span:nth-of-type(2) {
	transform: translateY(-25px) rotate(0deg);

	right: 21px;
	width: 30px;
}
#checkcheck:checked ~.hamburger-open span:nth-of-type(3){
	transform: translateY(-21px) rotate(90deg);
	right: 7px;
	width: 30px;
}
*/
#checkcheck:checked ~.hamburger-open  span {
	background-color:#fff;
}

#checkcheck ~.hamburger-open  span:nth-of-type(1) {
	top:0px;
}
#checkcheck ~.hamburger-open  span:nth-of-type(2) {
	top:17px;
}
#checkcheck ~.hamburger-open  span:nth-of-type(3) {
	top:34px;
}

#checkcheck:checked ~.hamburger-open span:nth-of-type(1) {
	transform: translateY(6px) rotate(-40deg);
    top: 10px;
    width: 50px;
}
#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: 22.5px;
}


#checkcheck ~.hamburger-open  p {
	position:absolute;top:40px;right:30px;color:#fff;
}
#checkcheck:checked ~.sidenavs {
	overflow-x: visible;
	width: 100vw;
	height: 100vh;
	display:block;
	opacity:1;
	right:0;
	top:0;
	background-color:rgba(36,49,52,0.8);
	pointer-events:auto;
}
#checkcheck:checked ~.hamburger-close div{
	display:block;
}
#checkcheck ~.hamburger-close div{
	display:none;
}

.sidenavs {	
	padding-top:20px;
	height:0px;
	width: 100vw;
	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 .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;
}
.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:230px;
	margin:10px auto 0 auto;
}
.sidenavs .flex_1 .sns_1 img{
	max-width:50px;
}


.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 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;
}

.right_side{
	position:absolute;top:369px;right:35px;font-size:16px;
}
.right_side .btn_1 a{
	border-radius:31px 31px 0 0 ;background:#6B635C;color:#fff;width:62.04px;height:191.93px;writing-mode: vertical-rl;display:flex;align-items:center;justify-content:center;border:1px #6B635C solid;
}
.right_side .btn_1 img{
	margin-bottom:10px;margin-left:2px;
}
.right_side .btn_2 a{
	border-radius: 0 0 31px 31px;background:#fff;color:#6B635C;width:62.04px;height:191.93px;writing-mode: vertical-rl;display:flex;align-items:center;justify-content:center;border:1px #6B635C solid;
}
.right_side .btn_2 img{
	margin-bottom:10px;margin-left:2px;
}

.left_side{
	position:fixed;bottom:0px;left:50%;transform:translate(-50%,0);
	font-size:16px;
	max-width:1920px;
	width:100%;
	justify-content:space-between;
	z-index:2;
	background:#fff;
}
.left_side .flex_1{
	display:flex;
	max-width:1200px;
	margin:0 auto;
	justify-content:space-between;
	align-items:center;
	height:50px;
}
.left_side  a{
	text-align:center;
	color:#6B635C;
	font-size:16px;
}
.left_side .btn_2{
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	width:150px;
	height:35px;
	font-size:16px;
	color:#6B635C;
	background:#fff;
	border-radius:15px;
	border:1px solid #6B635C;
}
@media screen and (max-width: 1024px) {
.menu_logo{
	top:15px;
	left:5px;
}

.menu_logo img{
	width:110px;
}
.hamburger-open{
	top:15px;
	right:5px;
}
.left_side{
	position:fixed;bottom:0px;left:50%;transform:translate(-50%,0);
	font-size:16px;
	max-width:1920px;
	width:100%;
	justify-content:space-between;
	z-index:2;
	background:#fff;
}
.left_side .flex_1{
	display:flex;
	max-width:1200px;
	width:95%;
	margin:0 auto;
	justify-content:space-between;
	align-items:center;
	height:50px;
}
.left_side .flex_1 .text_1{
	display:none;
}
.left_side  a{
	text-align:center;
	color:#6B635C;
	font-size:14px;
}
.left_side .btn_2{
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	width:100%;
	height:auto;
	font-size:14px;
	color:#6B635C;
	background:#fff;
	border-radius:15px;
	border:1px solid #6B635C;
	padding:5px 10px;
	box-sizing:border-box;
}
.sidenavs .sidenavs_sub .img_1{
	top:-10px;
	left:5px;
}
.sidenavs .sidenavs_sub .img_1 img{
	width:110px;
}

.sidenavs .flex_1{
	display:block;
}
.sidenavs .sidenavs_sub .flex_1 .list_1{
	width:100%;
	max-width:370px;
	margin:0 auto 0px 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;
}
	
.right_side{
	display:none;
}	

.hamburger-open span{
    display: inline;
    transition: all .4s;
    position:absolute;
	right:31px;
	top:0px;
    height:2px;
	width:30px;
}
#checkcheck ~.hamburger-open  span:nth-of-type(1) {
	top:5px;
}
#checkcheck ~.hamburger-open  span:nth-of-type(2) {
	top:16px;
}
#checkcheck ~.hamburger-open  span:nth-of-type(3) {
	top:27px;
}

#checkcheck:checked ~.hamburger-open span:nth-of-type(1) {
	transform: translateY(6px) rotate(-40deg);
    top: 10px;
    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: 22.5px;
}
	
	
.hamburger-menu1{display:block;z-index:110;position:fixed;top:0;left:0;width:100%;height:72px;}
.hamburger-menu{display:inline-block;}	
}
@media screen and (max-width:784px) {

}

@media screen and (max-width:500px){
.left_side  a{
	font-size:12px;
}
.left_side .btn_2{
	height:auto;
	font-size:12px;
	padding:3px 5px;
}
}