 @import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@charset "UTF-8";
/* CSS Document */
/* Layout */
@media screen and (min-width: 1080px){
	
#header {
	max-width: 1200px;
	min-width: 1080px;
	height: 80px;
	text-align: left;
	font: 600 12px/20px 'Noto Sans JP', sans-serif;
	background: none;
	margin: 0 auto;
	padding: 0;
}

#top_logo {
	position: absolute;
	top: 10px;
	margin: 0 16px;
	z-index: 3000;
}

#top_logo a div {
	width: 125px;
	height: 64px;
	background: url(../image/common/gokisologo_white.svg) center center no-repeat;
	background-size: contain;
	opacity: 0.8;
	float: left;
}

#top_logo a div,
#top_logo a div::before,
#top_logo a div::after { -webkit-transition: all 0.2s ease-in ; transition: all 0.2s ease-in; }
#top_logo a div:hover { opacity: 1.0;}

.fixed {
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	box-sizing: border-box;
	visibility: visible;
}

.fixed1 {
	visibility: hidden;
}

#hedder_line {
	width: 100%;
	height: 88px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	/*background: #4ff;*/
	background: rgba(0,0,0,0.85);
	border-bottom: 4px solid rgba(170,000,17,0.80);
	box-sizing: border-box;
	z-index: 900;
/*	-webkit-clip-path: polygon(0 0, 100% 0, 100% 64px, 250px 64px, 200px 88px, 0% 88px);
	clip-path: polygon(0 0, 100% 0, 100% 64px, 250px 64px, 200px 88px, 0% 88px);*/
}

#footer {
	width: 100%;
	position: relative;
	bottom: 0;
	text-align: center;
	font: 300 12px/24px 'Noto Sans JP', sans-serif;
	letter-spacing: 1px;
	color: #fff;
	background: #333;
	margin: 0;
	padding: 16px 0 0;
	z-index: 999;
}

#footer2 {
	max-width: 1200px;
	min-width: 1048px;
	margin: 0 auto;
	padding: 0 16px;
}

#footer2 img {
	width: 160px;
}
 
#sitemap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
}

#sitemap .sitemap_box {
	width: 13em;
	text-align: left;
}

#sitemap .sitemap_box a { text-decoration: none; color: #fff; display: block; margin: 0; }
#sitemap .sitemap_box a:link { text-decoration: none; color: #fff }
#sitemap .sitemap_box a:visited { text-decoration: none; color: #fff }
#sitemap .sitemap_box a:hover { text-decoration: none; color: #fff; background: #C12; }

#copyright {
	width: 815px;
	margin: 0 auto;
	padding: 32px 0 12px;
	text-align: center;
	font: 400 10px/10px 'Noto Sans JP', sans-serif;
}
