@charset "utf-8";



/**************************************************
 Responsive
**************************************************/
@media screen and (max-width: 690px){
	

	
br.smp{display: block;}
br.pc{display: none;}



/**************************************************
 header
**************************************************/
header{
	min-width: 100%;
	height: 60px;
	padding: 0 20px;
}

header h1 img{width: 200px;}
	
#globalNavi{
	width: 100%;
	height: calc(100vh - 60px);
	top: 60px;
	right: calc(-100% - 1px);
}
#globalNavi ul{font-size: 1.7rem;}

#menu{
	width: 60px;
	height: 60px;
}
#menu span{
	width: 30px;
	height: 2px;
	top: 19px;
	left: calc(50% - 15px);
}
#menu span:nth-of-type(2){top: 29px;}
#menu span:nth-of-type(3){top: 39px;}
#menu.open span{
	width: 32px;
	top: 29px;
	left: calc(50% - 16px);
}



/**************************************************
 wrapper
**************************************************/
#wrapper{
	min-width: 100%;
	top: 60px;
}



/**************************************************
 footer
**************************************************/
footer{padding: 40px 0 0 0;}

footer dl{padding: 0 20px 40px 20px;}

footer dl dt{font-size: 2.0rem;}
footer dl dd{
	font-size: 1.3rem;
	padding-top: 25px;
}
footer dl dd a{
	width: 70%;
	margin: 30px auto 0 auto;
}

.copyRight{
	font-size: 1.1rem;
	padding: 25px 10px;
}

	
	
}