@charset "UTF-8";

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
HOME
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#container {
	overflow: hidden;
	position: relative;
	padding: 620px 0 0;
    background-color: rgb(229, 236, 236);
}
#container:before {
	content: "";
	width: 100%;
	min-width: 1200px;
	max-width: 1600px;
	height: 700px;
	padding-top: 58.3%;
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: -50vw;
	right: -50vw;
	margin: 0 auto;
	background: url(../images/main_img.jpg) no-repeat center top;
	background-size: 100% auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#service {
	width: 1016px;
	margin: 0 auto;
	background: #fff;
	position: relative;
	padding: 50px 28px 25px;
	box-sizing: border-box;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
#service h2 { text-align: center; }
#service h2 span {
	display: block;
	padding: 7px 0 48px;
}
#service h3 { 
    text-align: center; 
	color: #000;
	font-size: 28px;
	padding: 60px 0 0 0;

}
#service ul:after {
	content: "";
	display: block;
	clear: both;
}
#service li {
	float: left;
	width: calc(25% - 21px);
}
#service li + li { margin-left: 28px; }
#service a {
	color: #505050;
	display: block;
	font-size: 12px;
	line-height: 22px;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}
#service a:hover {
	color: #3cf;
	text-decoration: none;
}
#service figure { background: #3cf; }
#service figure img {
	width: 100%;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}
#service a:hover figure img { opacity: 0.5; }
#service dt {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 15px 0 9px;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}
#service a:hover dt { color: #3cf; }
#map iframe { vertical-align: top; }
.re-bnr {
	width: 760px;
	margin: 50px auto 0px;
}