@charset "UTF-8";

/*header指定*/
body{
	position: relative;
}
header{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/img/top/header_bg.png) left top repeat-x;
	height: 150px;
}
#gnav{
	margin-top: 0;
}
h1{
	display: inline-block;
}

/*キービジュアル*/
#keyvisual{
	position: relative;
	padding-top: 70px;
	width: 100%;
}
.slick-slide img{
	width: 100%;
	height: auto;
}
.slick-slide img.pc{
	display: block;
}
.slick-slide img.sp{
	display: none;
}
.keyvisual_over img{
	width: 100%;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.dots{
	position: absolute;
	bottom: 10%;
	left: 7.5%;
	z-index: 11;
}
.dots:after {
	content: "";
	display: block;
	clear: both;
}
.dots li{
	float: left;
	display: inline-block;
}
.dots li button {
	font-size: 0;
	line-height: 0;
	display: inline-block;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.dots li button:before {
	font-size: 42px;
	line-height: 42px;
	content: '•';
	text-align: center;
	color: #999;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.dots li.slick-active button:before {
	color: #ff7d00;
}
/*コンテンツ リンクエリア*/
#contents{
	max-width: 1020px;
}
#contents section{
	margin: 0 0.9% 20px 0.9%;
	width: 31.37%;
	float: left;
	position: relative;
}
#contents section.item_l{
	width: 48%;
}
section h2 {
	padding: 17px 0;
}
section h2 img{
	max-width: 83%;
}
.item_img{
	margin-bottom: 50px;
}
.item_img img{
	width: 100%;
}
.linkarea a{
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border: transparent 1px solid;
	background-image: url(/img/arrow01_off.png);
	background-position: 95% 96%;
	background-repeat: no-repeat;
	z-index: 100;
}
.linkarea a:hover{
	border: #ff7d00 1px solid;
	background-image: url(/img/arrow01_on.png);
}

/*---------------------------------------------*/
/*768px以下*/
/*---------------------------------------------*/
@media only screen and (max-width: 768px) {
	/*コンテンツ*/
	#contents section{
		margin: 0 1% 2em 1%;
		width: 48%;
		}
	#contents section.item_l{
		margin: 0 0 2em 0;
		width: 100%;
	}
	.item_img {
		margin-bottom: 0;
}
	.linkarea a{
		background-position: 96% 18px;
	}
}

/*---------------------------------------------*/
/*ヘッダは900pxでブレイク*/
/*---------------------------------------------*/
@media only screen and (max-width: 900px) {
	header{
		position: relative;
		background-image: none;
		height: auto;
	}
	#keyvisual {
		padding-top: 0;
	}
	.dots {
		left: 1.5%;
		bottom: 5%;
	}
	.dots li{
		float: none;
	}
	.slick-slide img.pc{
		display: none;
	}
	.slick-slide img.sp{
		display: block;
	}
	.dots li button:before{
		font-size: 30px;
		line-height: 35px;
	}
}
@media only screen and (max-width: 600px) {
	/*コンテンツ*/
	.dots {
		bottom: 3%;
	}
}
@media only screen and (max-width: 450px) {
	/*コンテンツ*/
	.dots {
		bottom: 0;
	}
}
