@charset "utf-8";

/***************************************************************************
   home.css 
****************************************************************************/

#topbanner {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	height: 600px;
	overflow: hidden;
}
#topbanner video{
	width: 100%;
	height: auto;
}
#topbanner img {
	width: 100%;
}
#topbanner .title {
	background: url(../img/home/title.png) no-repeat;
	position: absolute;
	top: 20%;
	left: 5%;
	width: 32%;
	height: 80%;
	background-size: 100%;
}

.area1 {
	width: 100%;
	background: #FFFFFF;
	padding: 56px 0 86px;
}
.area1 .text_area {
	text-align: center;
	line-height: 2;
	font-size: 14px;
	margin-top: 44px;
}

.area2 {
	width: 100%;
	background: #f7f2e8;
	padding: 38px 0 60px;
}
.area2 .list_photo {
	overflow: hidden;
	margin-top: 30px;
}
.area2 .list_photo li {
	float: left;
	overflow: hidden;
	margin-bottom: 28px;
}
.area2 .list_photo li.col2 {
	margin-right: 28px;
}
.area2 .list_photo li.col3 {
	margin-right: 29px;
}
.area2 .list_photo li.last {
	margin-right: 0;
}
.area2 .list_photo li a {
	display: block;
}
.area2 .list_photo li img {
	float: left;
}

.area2 .plink {
	text-align: center;
	margin-top: 50px;
}
.area2 .plink a {
	color: #000000;
	font-size: 16px;
	background: url(../img/home/icon_link.png) no-repeat left 35%;
	padding-left: 50px;
	font-weight: bold;
	text-decoration: none;
}
.area2 .plink a span {
	border-bottom: 2px solid #7c7974;
	padding-bottom: 4px;
}


/* SP */
@media (max-width: 767px) {
	#topbanner{
		height: auto;
	}
	.area1 {
		padding: 0 0 30px;
	}
	.area1 .text_area {
		text-align: justify;
		padding: 0 3%;
		margin-top: 20px;
	}

	.area2 {
		padding: 2px 0 30px;
	}
	.area2 .photo_sp {
		display: block;
		width: 100%;
		margin-top: 15px;
	}
	.area2 .list_work {
		width: 100%;
	}
	.area2 .list_work li {
		border-bottom: 1px solid #b08019;
	}
	.area2 .list_work li:hover {
		/*background: #ceb070;*/
	}
	.area2 .list_work li a {
		display: block;
		font-weight: bold;
		font-size: 16px;
		padding: 14px 14% 13px;
		color: #000000;
		text-decoration: none;
	}
	.area2 .plink {
		margin-top: 40px;
	}
	.area2 .plink a span {
		border-bottom: 1px solid #000000;
	}

}
@media (max-width: 550px) {
	#topbanner{
		width: 100%!important;
		height: auto;
	}
	#topbanner .title {
	   display: none;
	}

}

