@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@charset "UTF-8";
/* CSS Document */
/* Layout */
@media screen and (max-width: 1079px){
@media screen and (min-width: 835px){

#header {
	max-width: 1079px;
	min-width: 835px;
	height: 68px;
	text-align: left;
	font: 600 10px/16px '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: 98px;
	height: 48px;
	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%;
	max-width: 1079px;
	min-width: 835px;
	height: 72px;
	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;
}

#footer {
	max-width: 1079px;
	min-width: 835px;
	position: relative;
	bottom: 0;
	text-align: center;
	font: 300 10px/20px 'Noto Sans JP', sans-serif;
	letter-spacing: 1px;
	color: #fff;
	background: #333;
	margin: 0;
	padding: 16px 0 0;
	z-index: 999;
}

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

#footer2 img {
	width: 140px;
}

#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;
	margin: 0 0 16px;
}

#sitemap .sitemap_box a { text-decoration: none; color: #fff; display: block; margin: 0; border-radius: 3px; box-sizing: border-box;}
#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: 415px;
	margin: 0 auto;
	padding: 16px 0;
	text-align: center;
	font: 200 10px/10px 'Noto Sans JP', sans-serif;
}
