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

/* dropdown menu */
#dropmenu{
    list-style: none;
    margin: 25px 0 0;
}
#dropmenu > li{
    display: inline-block;
	width : auto;
    position: relative;
    vertical-align: top;
	margin-left: 20px;
}
#dropmenu > li > a{
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
font-weight: bold;
    letter-spacing: 0.05em;
    color: #fff;
}

#dropmenu > li > a:hover{
    border-bottom: 1px solid #fff;
	text-decoration: none;
}

.home #dropmenu > li > a{
    color: #000;
}

.home #dropmenu > li > a:hover{
    border-bottom: 1px solid #000;
}


.page header.bg-active #dropmenu > li > a{
    color: #000;
}

.page header.bg-active #dropmenu > li > a:hover{
    border-bottom: 1px solid #000;
}



#dropmenu > li > ul{
  list-style: none;
  position: absolute;
  top: 40px;
  left:-30px;
  margin: 0;
  padding: 0;
  height: 0 !important;
}

#dropmenu li ul li{
  overflow: hidden;
  display: block;
  height: 0;
  transition: 0;
  z-index:1000;
	margin: 0;
	width: 230px;
    transition: .2s;
    margin-bottom: 5px;
}
#dropmenu li ul li a{
	display: block;
    background-color: #333;
    color: #fff;
    border-radius: 60px;
    padding: 10px 20px;
    font-size: 14px;
}

#dropmenu li:hover ul li{
  overflow: visible;
height: 50px;
}

#dropmenu > li:nth-child(2){
    transition-delay: 300ms;
}

#dropmenu > li:nth-child(3){
    transition-delay: 500ms;
}

#dropmenu > li:nth-child(4){
    transition-delay: 700ms;
}

#dropmenu > li:nth-child(5){
    transition-delay: 900ms;
}
    
.navi {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100%;
  background-color: #000;
  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: 25px 30px;
}

.navi p{
	margin: 0 !important;
}

.sidebar-btn{
}

.sidebar-btn ul{
	list-style: none;
    margin: 0 auto;
    width: 90%;
}

.sidebar-btn ul li{
    border-bottom: 1px dotted #999;
}

#a-sp-service{
    padding-bottom: 15px;
}

.sidebar-btn a{
	display: block;
	padding: 20px 0;
	text-align: center;
	font-size: 14px;
	color: #fff;
	position: relative;
	font-weight: bold;
    letter-spacing: 0.1em;
}

.sidebar-btn a.sidebar-btn-sub{
    padding: 10px 0;
    font-size: 13px;
}


.hm-cp{
	font-size: 11px;
	color: #fff;
	position: absolute;
	width: 100%;
	bottom: 25px;
	left: 0;
}


/*Pure CSS Sidebar*/

#sidebarMenu {
    height: 100%;
    position: fixed;
	top: 0;
    right: 0;
    width: 470px ;
    transform: translateX(470px );
    transition: transform 700ms ease-in-out;
	overflow: hidden;
	text-align: center;
    padding-top: 40px;
}

#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;
}
.sidebarIconToggle {
   display: none;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #fff;
}

.home .spinner{
    background-color: #000;
}

.page header.bg-active .spinner{
    background-color: #000;
}


.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: 60%;
}
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: -10px;
	width: 100%;
	background-color: #fff;
}

/*
@media only screen and (max-width: 768px) {
#dropmenu{
    margin-top: 10px;
}
#dropmenu > li{
	margin-left: 15px;
}
#dropmenu > li > a{
    font-size: 13px;
}
    
}
*/



@media only screen and (max-width: 768px) {
	
.sidebarIconToggle {
	display: block;
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    top: 20px;
    right: 20px;
    height: 60px;
    width: 60px;
    margin: 0;
     padding: 21px 18px 0 18px;
}
	
.navi {
	top: 0;
	padding: 0;
}	


.navi-logo{
	width: auto;
	padding: 18px 0 0 18px;
	box-sizing: border-box;
}
	
	.navi_inner{
		padding: 0 ;
	}

.navi-logo img{
	width: auto;
	height: 25px;
}
	
.sidebarMenuInner {
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

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

   
	
.sidebarIconToggle {
    top: 0;
    right: 0;
    height: 60px;
    width: 60px;
}	

#sidebarMenu {
    width: 80% ;
    transform: translateX(100% );
}

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

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



.hm-logo{
    text-align: center;
    margin-bottom: 25px;
}

.hm-logo img{
    width: 32%;
    max-width: 140px;
    vertical-align: bottom;
}