@charset "UTF-8";

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans Japanese', serif;
  font-size: 1.2rem;
  width:100%;
  margin: 0 auto;
  padding: 0;
  background-color: #FFF;
}

*, *::before, *::after {
  box-sizing: border-box;
}

a:link, a:visited, a:hover, a:active {
  color: #0000ff;
  text-decoration: none;
}

img {
	border:none;
	vertical-align:bottom;
}

#KCmain {
	width:100%;
	background-color: #EEE;

}

#KCmain .KCimg {
	width:100%;
	max-width:1000px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#KCmain .KCimg img {
	width:100%;
	max-width:1000px;
}

/*------------------header--------------------------------------------*/
#header-wrapper{
	margin: 0 auto;
	width: 100%;
	height:125px;
	clear:both;
	background:url("../images/bg_header.jpg") repeat-x 0 0;
}

#header-contents{
	margin: 0 auto;
	position:relative;
	width: 100%;
	max-width: 1000px;
	height:125px;
	background-color: #FFF;
}
#header-contents-sp {
	display: none;
}

#header-contents h1{
	position:absolute;
    /* top: 5px; */
    /* left: 5px; */
    font-size: 12px;
    font-weight: normal;
}

#logo{
	position:absolute;
	width:152px;
	height:92px;
	top:27px;
	left:0;
}

#h-contact{
	position:absolute;
	width:150px;
	height:40px;
	top:8px;
	right:0;
}

#h-menu-box {
	position:absolute;
	width:798px;
	height:46px;
	top:79px;
	left:152px;
}

#h-menu-box ul {
	margin: 0px;
	padding: 0px;
}

#h-menu-box li {
	display: inline;
	list-style-type: none;
	margin-left: 0px;
	font-size: 0;
	line-height: 1px;
}

#copy{
	padding:5px 0px 0 0;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: right;
	font-size:10px;
	color:#555;
	clear:both;
	background: #FFF;
	height: 50px;
}

.linkW {
	display: block;
	width:100%;
	text-align: center;
	background-color: #FFF;
	padding:100px 0;
}
.linkB {
	display: block;
	width:100%;
	text-align: center;
	background-color: #1a1615;
	padding:100px 0; 
}
.linkBl {
	display: block;
	width:100%;
	text-align: center;
	background-color: #000;
	padding:100px 0; 
}

.linkW img, .linkB img, .linkBl img{
	max-width: 580px !important;	
}

.bnr{
	width:100%;
	background:#fff;
}

.bnr.linkB{
	background:#1a1615;
}

.bnr.linkBl{
	background:#000;
}

.bnr .inner{
	margin:0 auto;
	padding:100px 0;
	width:583px;
	line-height:1;
	vertical-align:top;
}

.bnr .inner a{
	display:block;
}


@media screen and (max-width: 768px) {
	
	#header-contents{
		display: none;
	}
	
	#header-contents-sp {
		display: block;
	}

	#header-contents-sp{
		margin: 0 auto;
		position:relative;
		width: 100%;
		height:70px;
		background-color: #FFF;
	}

	#header-contents-sp h1{
		position:absolute;
		/* top: 5px; */
		/* left: 5px; */
		display: none;
		font-size: 12px;
		font-weight: normal;
	}

	#logo{
		position:absolute;
		width:100px;
		top:5px;
		left:0;
	}
	#logo img , #h-contact img{
		width:100px;
		height: auto;
	}

	#h-contact{
		position:absolute;
		width:100px;
		height:40px;
		top:25px;
		right:0;
	}	

	#h-contact img {
		width:100px;
		height: auto;
	}
	.linkW , .linkB , .linkBl{
		padding: 25px 0;
	}
	.linkW img, .linkB img, .linkBl img{
		max-width: 300px !important;
	}
	.bnr.linkW , .bnr.linkB , .bnr.linkBl{
		padding:0;
	}
	.bnr .inner{
		margin:0 auto;
		padding:50px 0;
		width:100%;
		line-height:0;
	}
	.bnr img{
		max-width: 300px !important;
		height:auto;
		font-size:0;
		vertical-align:bottom;
	}
}
