@charset "utf-8";
/* CSS Document */

.新築物件 カテゴリメニュー----------{}

#works_category {
	font-family: din;
	font-size: 2.7rem;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.3rem;
	
	display: flex;
	justify-content: center;
}
#works_category div {
	width: 200px;
	margin-bottom: 60px;
	padding: 0px 10px;
}
#works_category div p:hover {
	display: block;
	background-color: #F9F9F9;
	overflow: hidden;
cursor: pointer;
cursor: hand;
}

#works_category div:nth-child(2) {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

.新築物件----------{}

.built_wrap {
	margin-left: -20px;
}
.built_item, .reform_item {
	width: 300px;
	height: 300px;
	margin-bottom: 20px;
	margin-left: 20px;
	float: left;
	position: relative;
}

.built_item img,
.reform_item img {
	width: 100%;
}

.house_name {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	font-size: 2.6rem;
	line-height: 1.5;
	font-family: 'din', sans-serif;
	letter-spacing: 1rem;
}

.house_name p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.house_name {
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(255,255,255,0.7);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
}

.built_item:hover .house_name,
.reform_item:hover .house_name {
	opacity:		1;	/* マスクを表示する */
}


.ギャラリー----------{}

.gallery {
	margin-left: -20px;
	margin-bottom: 80px;
}
.gallery_item {
	width: 300px;
	height: 300px;
	margin-bottom: 20px;
	margin-left: 20px;
	float: left;
}
.gallery_item img {
	width: 100%;
}
.gallery_item {
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
}
.gallery_item:hover {
	opacity:		0.5;
}
