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

    
.navi {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100%;
  background-color: #31302d;
  width: 100%;
  z-index: 999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  overflow-y: scroll;
    padding: 80px 20px 25px 35px;
}

.navi p{
	margin: 0 !important;
}

.sidebarIconToggle {
	display: block;
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    top: 10px;
    right: 50px;
    height: 80px;
    width: 80px;
    margin: 0;
     padding: 32px 18px 0 18px;
}

.navi_inner{
    height: calc(100vh - 95px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}



.sidebar-btn ul{
	list-style: none;

}

.sidebar-btn a{
	display: block;
	font-size: 16px;
	color: #ada080;
	position: relative;
	font-weight: 500;
    margin-bottom: 25px;
}
.sidebar-btn a small{
    display: block;
    font-size: 12px;
}


/*Pure CSS Sidebar*/

#sidebarMenu {
    display: block;
    height: 100%;
    position: fixed;
	top: 0;
    right: -2px;
    width: 380px ;
    transform: translateX(100% );
    transition: transform 700ms ease-in-out;
	overflow: hidden;
}

#sidebarMenu.close {
    right: 0 !important;
    transform: translateX(470px ) !important;
    transition: transform 700ms ease-in-out;
}

div.hamburger-menu input[type="checkbox"]:checked ~ #sidebarMenu{
    transform: translateX(0) !important;
}

div.hamburger-menu input[type="checkbox"]:checked ~ .body-overlay{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 998;
	background: rgba(0,0,0,.7);
	display: block;
	transition: 1s;
}

div.hamburger-menu input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}

.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #31302d;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 6px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 6px;
	width: 75%;
    margin-left: 25%;
}
header input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
header input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 6px;
	background-color: #fff;
}
header input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -2px;
	width: 100%;
	background-color: #fff;
    margin-left: 1px;
}


#hm-address{
    text-align: center;
    margin: 65px 0 0;
    font-size: 12px;
    color: #fff;
}
#hm-address img{
    display: block;
    width: 30%;
    vertical-align: bottom;
    margin: 0 auto 25px;
}


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

.sidebarIconToggle {
    top: 5px;
    right: 25px;
    height: 60px;
    width: 60px;
    margin: 0;
     padding: 25px 13px 0 13px;
}
    
}



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

    .navi{
        padding-left: 25px;
    }
	
	
    #sidebarMenu{
        width: 40%;
    }

	
.sidebarMenuInner {
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.sidebarMenuInner > div.block-menu{
	width: calc(100%/2);
	text-align: left;
}

.sidebar-btn a{
	font-size: 14px;
} 	
	
div.hamburger-menu input[type="checkbox"]:checked ~ #sidebarMenu{
    transform: translateX(0) !important;
}	

div.hamburger-menu input[type="checkbox"]:checked ~ .body-overlay{
	display: none;
}
	

	
	
}



@media only screen and (max-width: 599px) {
    
    .navi_inner{
        height: calc(100vh - 50px);
    }

.sidebarIconToggle {
    top: 0;
    right: 15px;
     padding: 25px 0 0 20px;
    width: 50px;
}

#sidebarMenu {
    width: 60% ;
}
#hm-address img{
    width: 50%;
}
    


.sidebar-btn a{
	font-size: 3.4vw;
} 	
    
    #hm-cta a.icn-cta-menu span{
        font-size: 4vw;
    }
    
    #hm-cta{
        line-height: 1.4;
    }

#hm-cta small{
    font-size: 12px;
}


    
}