@charset "utf-8";

body{
	background: url(images/bg.jpg) no-repeat fixed center top / cover;
}
@media (max-width:1060px){
	body{
		background: url(images/bg.jpg) no-repeat center top / cover;
	}
}


article{
	display: block;
	width: 900px;
	background: rgba(255,255,255,0.9);
	padding: 30px 40px 60px 40px;
	margin: 0 auto 60px auto;
	color: #000;
	box-sizing: border-box;
}
article section{
	display: block;
	width: 100%;
}
article > h2{
	display: block;
	line-height: 100%;
	font-size: 16px;
	border-left: #000 solid 4px;
	margin-bottom: 40px;
	padding-left: 15px;
}
article > h2 span{
	font-family:"Roboto",sans-serif;	
	font-weight: 900;
	font-size: 30px;
	line-height: 100%;
	margin-right: 20px;
}
article section > h2{
	display: block;
	margin-bottom: 20px;
	border-bottom: #000 solid 1px;
	font-size: 18px;
	line-height: 100%;
	padding-bottom: 15px;
	font-weight: 700;
}
article section .read{
	display: block;
	font-size: 16px;
	margin-bottom: 20px;
}
article section .mapArea{
	display: block;
	padding-bottom: 20px;
}
article section .navArea{
	display: block;
	margin-bottom: 20px;
}
article section .navArea::after{
	content: "";
	display: block;
	clear: both;
}
article section .navArea ul li{
	display:block;
	width: 15.8%;
	float: left;
	margin-right: 1%;
	position: relative;
}
article section .navArea ul li:last-child{
	margin-right: 0;
}
article section .navArea ul li a{
	display: block;
	text-align: center;
	color: #FFF;
	background: #999;
	border-radius: 3px;
	text-decoration: none;
	padding: 7px 5px 9px 5px;
	z-index: 5;
}
article section .navArea ul li a:hover,
article section .navArea ul li.now a{
	background: #255D0C;
}
article section .navArea ul li:last-child a{
	padding: 17px 5px 17px 5px;
}
article section .navArea ul li.now::before{
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background: #255D0C;
	position: absolute;
	top:-6px;
	left: 50%;
	margin-left: -6px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	z-index: 2;
}
article section .kamiyaArea{
	display: block;
	margin-bottom: 40px;
}
article section .kamiyaArea ul::after{
	content: "";
	display: block;
	clear: both;
}
article section .kamiyaArea ul li{
	display: block;
	float: left;
	margin-right: 11px;
	width: 266px;
	height: 175px;
	margin-bottom: 15px;
}
article section .kamiyaArea ul li:last-child{
	margin-right: 0;
}
article section .carPhoto{
	display: block;
}
article section .carPhoto p{
	margin-bottom: 20px;
}
article section .carPhoto p::after{
	content: "";
	display: block;
	clear: both;
}
article section .carPhoto p img{
	display: block;
	float: left;
	width: 405px;
}
article section .carPhoto p img:first-child{
	margin-right: 10px;
}
article section .carPhoto a{
	color: #000;
}

