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

header nav#global-nav {
	 transition: 950ms ease-in-out;

}
header nav#global-nav.active {
    background-color: rgba(215,29,32,0.00);
    height: auto;
    display: block;
    opacity: 1;
    width: 100%;
}
header nav#global-nav.active ul {

}


#global-nav_tggle {
    display: none;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 53;
    background-color: #7F8614;
    text-align: center;
}
 
#global-nav_tggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    transition: 300ms ease-in-out;
    left: 6px;
}
 
#global-nav_tggle span:nth-child(1) {
    top: 9px;
}
 
#global-nav_tggle span:nth-child(2) {
    top: 18px;
}
 
#global-nav_tggle span:nth-child(3) {
    top: 27px;
}
 
#global-nav_tggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}

#global-nav_tggle.active span:nth-child(1) {
    top: 15px;
transform: rotate(45deg);
}
#global-nav_tggle.active span:nth-child(2) {
    top: 15px;
transform: rotate(-45deg);
}
#global-nav_tggle.active span:nth-child(3) {
	opacity: 0.0;
}
.order-sect div p {
    line-height: 2em;
}
dl dd>dl {
    padding-left: 1rem;
}







      

@media (max-width : 540px ){
		#site-header #global-nav {
		  display: block;
		  position: fixed;
			top: 0;
		  transition: all 900ms ease 0s;
		  width: 100%;
		  height: 0px;
		  z-index: 201;
		  background-color: rgba(102, 96, 85, 0.91);
			margin: 0;
			padding:0px 0;
		}
	#site-header #global-nav li {
	 width: 80vw;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 7px;
		margin-top: 10px;
		background-color: 
		rgba(255,255,255,1.00);
		overflow: hidden;
		height:0;
		padding:0 0 0 1.61rem;
		  transition: all 700ms ease 0s;
		background-position: 10px  center;
	}
	#site-header #global-nav li a {
		line-height: 2rem;
	}
	#site-header #global-nav.active {
		  height: 90vh;
		padding:70px 0;
		}
	#site-header #global-nav.active li {
		height:3.3rem;

	}	
	
		#site-header #global-nav li#go-to-top {
			position: absolute;
			top:-5px;
			background-color: rgba(255,255,255,0.00);
	}
	#site-header #global-nav li#go-to-top a {
			background-color: rgba(255,255,255,0.00);
		padding-bottom: 26px;
	}	
	#global-nav_tggle {
		  display: block;
		z-index: 300;
		}



}
