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

#headerG {
    min-width: 1024px;
    display: flex;
    justify-content: space-between;
    background-color: rgba(21,21,21,1.00);
    padding-bottom: 1em;
}
#headerG #gnavi {
	display: flex;
	list-style: none;
	font-size: 86%;
	font-weight: 700;
}
#headerG #gnavi li {
	height: 20px;
	padding-left: 0.8em;
	padding-right: 0.8em;
	padding-top: 12px;
}
#headerG #gnavi li a {
    height: 100%;
    padding-top: 12px;
    padding-bottom: 0.2em;
    padding-left: 0.8em;
    padding-right: 0.8em;
    text-decoration: none;
    color: #555555;
}
#headerG #gnavi li a:hover, #headerG #gnavi li a.current {
	background-color: rgba(70,70,70,1.00);
	color: #fff;
}
#headerG #contact {
    padding-right: 4px;
    display: flex;
    list-style: none;
    height: 64px;
}
#headerG #contact #callphone {
	width: 144px;
	margin-top: 4px;
	color: #fff;
	font-size: 90%;
	line-height: 160%;
	font-weight: 600;
	text-align: center;
	border-right: 1px solid #fff;
}
#headerG #contact #mailadres {
	width: 144px;
	margin-top: 6px;
	font-size: 70%;
	line-height: 200%;
	text-align: center;
}
#headerG #contact #mailadres a {
	color: #fff;
	text-decoration: none;
}
#headerG #contact #mailadres a:hover {
	color: #EFFD88
}
i.fa-16x {
    font-size: 160%;
}
#headerG h2 {
    margin-left: 0.6em;
    margin-top: 0.2em;
    color: #fff;
    font-size: 150%;
    font-family: "source-han-serif-japanese", serif, sans-serif;
    font-weight: 600;
    letter-spacing: 0.2em;
}


@media screen and (min-width:1800px){
	#headerG #gnavi {
	font-size: 94%;
    padding-bottom: 4em;
	}
	#headerG #gnavi li {
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 12px;
	}
	#headerG #gnavi li a {
    padding-left: 2em;
    padding-right: 2em;
}
	#headerG h2 {
    margin-left: 0.6em;
    margin-top: 0.2em;
    font-size: 200%;
}
}
