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

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



/*Pure CSS Sidebar*/

#sidebarMenu {
    height: 100%;
    position: fixed;
	top: 70px;
    right: 0;
    width: 470px ;
    transform: translateX(470px );
    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;
}
.sidebarIconToggle {
   display: none;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #fff;
    border-radius: 2px;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 5px;
}
.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: 5px;
}
header input[type=checkbox]:checked ~ .sidebarIconToggle .spinner{
    background-color: #fff;
}
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;
}
header input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
	width: 100%;
}

.navi-menu{
	display: flex;
	margin-top: 50px;
}

a.sp-header-contact,
a.sp-header-tel{
    display: none;
}

a.sp-header-contact  .icn-beginner{
	width: 25px;
    position: absolute;
    top: 1px;
    right: 8px;
}

a.sp-header-btn{
    display: none;
}



@media only screen and (max-width: 1024px) {
    
.sidebarIconToggle{
	display: block;
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    height: 70px;
    width: 70px;
    margin: 0;
    padding: 20px 18px 0;
    text-align: center;
background-image: -moz-linear-gradient( 90deg, rgb(14,7,1) 0%, rgb(31,16,3) 50%, rgb(67,32,10) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(14,7,1) 0%, rgb(31,16,3) 50%, rgb(67,32,10) 100%);
background-image: -ms-linear-gradient( 90deg, rgb(14,7,1) 0%, rgb(31,16,3) 50%, rgb(67,32,10) 100%);  
    color: #fff;
} 
    header input[type=checkbox]:checked ~ .sidebarIconToggle{
        background: #2a1910;
        color: #fff;
    }
    
a.sp-header-btn{
	display: block;
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    height: 70px;
    width: 70px;
    margin: 0;
    text-align: center;
background-image: -moz-linear-gradient( 90deg, rgb(188,188,188) 0%, rgb(239,239,239) 50%, rgb(255,255,255) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(188,188,188) 0%, rgb(239,239,239) 50%, rgb(255,255,255) 100%);
background-image: -ms-linear-gradient( 90deg, rgb(188,188,188) 0%, rgb(239,239,239) 50%, rgb(255,255,255) 100%);
    font-size: 26px;
    line-height: 1.5;
    color: #333;
}
    a.sp-header-btn img{
        height: 25px;
    }
    
    a.sp-header-btn img.icn-mobile{
        height: 27px;
        
    }
    
a.sp-header-contact{
    right: 70px;
    width: 70px;
  background-image: -moz-linear-gradient( 90deg, rgb(151,129,72) 0%, rgb(193,174,114) 50%, rgb(224,211,170) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(151,129,72) 0%, rgb(193,174,114) 50%, rgb(224,211,170) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(151,129,72) 0%, rgb(193,174,114) 50%, rgb(224,211,170) 100%); 
    color: #fff;
}
    
a.sp-header-backtop{
    right: 140px;
    width: 70px;
    background-color: #92c833 !important;
    color: #fff !important;
}
    
a.sp-header-backtop i{
    font-size: 23px !important;
    padding-bottom: 3px;
}

a.sp-header-tel{
    right: 140px;
}    
    
.sidebarIconToggle small,
a.sp-header-btn small{
    font-size: 13px;
    display: block;
    font-weight: 600;
    width: 100%;
    position: absolute;
    bottom: 6px;
    left: 0;
    text-align: center;
}
	
.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;
}

.sidebar-btn{
	margin: 0 ;
}

.sidebar-btn a{
	display: block;
	padding: 13px 0;
	text-align: center;
	font-size: 17px;
	color: #fff;
	position: relative;
}
    
.sidebar-btn > div{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 auto;
    border-top: 1px solid #fff;
}

.sidebar-btn > div a i{
    font-size: 12px;
    margin-right: 5px;
}

.sidebar-btn > div#hm-area{
    border: none;
    padding: 20px 0;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}

.sidebar-btn > div > a{
    width: calc(100%/2 - 1px);
    padding: 10px 0 ;
    font-size: 14px;
    border-bottom: 1px solid #fff;
}

.sidebar-btn > div > a:nth-of-type(2n){
    border-left: 1px solid #fff;
}

.sidebar-btn > div#hm-area > a{
    border: none !important;
    text-align: center;
    font-size: 16px;
    width: 100%;
}

.sidebar-btn > div > ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}

.sidebar-btn > div > ul li{
    width: calc(100%/4);
    text-align: left;
}


#sp-hm-btn,
#sp-hm-banner{
    text-align: center;
    padding-top: 20px;
}

#sp-hm-btn a{
    margin-bottom: 15px;
    width: 90%;
    position: relative;
    box-sizing: border-box;
}
    
    #sp-hm-btn a img{
        vertical-align: middle;
        height: 20px;
        margin-right: 8px;
    }
    
    #sp-hm-banner img{
        vertical-align: bottom;
        width: 82%;
    }

#sp-hm-btn .icn-beginner{
	width: 50px;
    top: -15px;
}

#sidebarMenu {
    width: 60% ;
    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;
}
	
	
}

@media only screen and (max-width: 768px) {
    
.sidebarIconToggle {
    height: 60px;
    width: 60px;
    padding: 15px 16px 0;
} 
    
a.sp-header-btn{
    height: 60px;
    width: 60px;
    font-size: 26px;
}
    
a.sp-header-contact{
    right: 60px;
    width: 60px;

}

    
a.sp-header-backtop{
    right: 120px;
    width: 60px;
}
    
#sidebarMenu {
	top: 60px;
}

a.sp-header-tel{
    right: 120px;
} 
    a.sp-header-btn img{
        height: 20px;
        margin-bottom: 5px;
    }
    
    a.sp-header-btn img.icn-mobile{
        height: 22px;
        
    }
    
.sidebarIconToggle small,
a.sp-header-btn small{
    font-size: 12px;
    bottom: 5px;
}
    
}

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

#sidebarMenu {
    width: 80% ;
    padding-top: 25px;
}

.sidebar-btn{
}

.sidebar-btn a{
	font-size: 14px;
}
    
}

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

#sidebarMenu {
    width: 100% ;
}

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


/*==================================================
PC navigation menu
================================================== */

#pc-navi{
background-image: -moz-linear-gradient( 90deg, rgb(14,7,1) 0%, rgb(31,16,3) 50%, rgb(67,32,10) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(14,7,1) 0%, rgb(31,16,3) 50%, rgb(67,32,10) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(14,7,1) 0%, rgb(31,16,3) 50%, rgb(67,32,10) 100%);
}

#pc-navi-inner{
    width: 1024px;
    height: 60px;
    margin: 0 auto;
	display: flex;
}

#dropmenu{
    display: flex;
	width: 100%;
    list-style: none;
    text-align: center;
    justify-content: center;
}
#dropmenu li{
  position: relative;
    flex: 1;
}
#dropmenu li a{
  display: block;
    text-align: center;
  margin: 0;
  line-height:60px;
  vertical-align:middle;
  text-decoration: none;
    color: #fff;
    /*min-width: 100px;*/
    box-sizing: border-box;
    font-size: 0.9rem;

}

#dropmenu li:last-child a{
}


#dropmenu li ul{
  list-style: none;
  position: absolute;
	width:135%;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
	height: 0 !important;
}


#dropmenu li ul li{
  overflow: hidden;
  width:100%;
  height: 0;
  color: #fff;
  transition: .2s;
  z-index:1000;
    border-right: none;
}
/*▼兵庫作成中のみ適用▼*/
/*#dropmenu li ul li:nth-child(7){
    display: none;
}*/
/*▲兵庫作成中のみ適用▲*/


#dropmenu li ul li a{
  padding: 0 10px;
    text-align: center;
    font-size: 13px;
    height: 42px;
    line-height: 42px;
    background: #fff05e;
  color: #111;
}


#dropmenu li ul li a:hover{
    background: #f39d09;
}
#dropmenu li:hover > a{
  background: #2a1910;
  color: #e0c88d;
    transition: 0;
}
#dropmenu > li:hover > a{
  
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 42px;
}

#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0;
}

#navi-sns{
	width: 8%;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}

#navi-sns a{
	color: #fff;
	margin: 0 7px;
	font-size: 16px;
}

#navi-sns a:hover{
	opacity: 0.5;
}

@media only screen and (max-width: 1024px) {
    
#pc-navi{
    display: none;
}

#pc-navi-inner{
    width: 100%;
}


#dropmenu li a{
    font-size: 13px;
    padding: 0 10px;
    min-width: 100px;
    box-sizing: border-box;
}
    
}

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

#dropmenu li a{
    font-size: 13px;
    padding: 0 5px;
    min-width: 80px;
    box-sizing: border-box;
}
    
}


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


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

#navi-sns a{
	font-size: 16px;
}
    
}



