@charset "UTF-8";
#mainvisual_lower_block.exphouse_mv .mv_lw_box::before {
	background: rgba(255, 255, 255, 0.4);
}
/*-----------------------------------

	exphouse_block

-----------------------------------*/
#exphouse_block {
	padding: 156px 0 525px;
}
#exphouse_block h3 {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 58px;
}
#exphouse_block .exphouse_wrapper {
	justify-content: flex-start;
	gap: 74px 40px;
}
#exphouse_block .exphouse_box {
	width: calc((100% - 80px) / 3);
	display: flex;
	flex-direction: column;
}
#exphouse_block .exphouse_box .img_box {
	height: min(21vw, 253px);
	border-radius: 16px;
	margin-bottom: 21px;
	overflow: hidden;
}
#exphouse_block .exphouse_box .img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#exphouse_block .exphouse_box h4 {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-bottom: 6px;
	flex-grow: 1;
}
#exphouse_block .exphouse_box p {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.875;
	letter-spacing: 0.05em;
	flex-grow: 1;
}
@media screen and (max-width: 840px) {
	#exphouse_block .exphouse_box {
		width: calc((100% - 40px) / 2);
	}
	#exphouse_block .exphouse_box .img_box {
		height: min(31vw, 253px);
	}
}
@media screen and (max-width: 640px) {
	#exphouse_block {
		padding: 76px 0 185px;
	}	
	#exphouse_block h3 {
		font-size: 18px;
		margin-bottom: 38px;
	}
	#exphouse_block .exphouse_wrapper {
		gap: 44px 20px;
	}
	#exphouse_block .exphouse_box {
		width: calc((100% - 20px) / 2);
	}
	#exphouse_block .exphouse_box .img_box {
		border-radius: 6px;
		margin-bottom: 11px;
	}
	#exphouse_block .exphouse_box h4 {
		font-size: 15px;
	}
	#exphouse_block .exphouse_box p {
		font-size: 13px;
	}
}
/*-----------------------------------

	exphouse_block_detail

-----------------------------------*/
#exphouse_block_detail {
	padding: 156px 0 532px;
}
#exphouse_block_detail h3 {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	padding-bottom: 34px;
	margin-bottom: 40px;
	position: relative;
}
#exphouse_block_detail h3::after {
	content: "";
	display: block;
	background: rgba(35, 24, 21, 0.5);
	width: calc(100% + 214px);
	height: 1px;
	margin: auto;
	position: absolute;
	left: -107px;
	right: 0;
	bottom: 0;
}
#exphouse_block_detail .img_box {
	height: min(49vw, 728px);
	border-radius: 20px;
	margin-bottom: 50px;
	overflow: hidden;
}
#exphouse_block_detail .img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#exphouse_block_detail .text_box {
	align-items: flex-start;
}
#exphouse_block_detail .table_box {
	width: 75.1%;
}
#exphouse_block_detail .table_box table tr td {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.57;
	letter-spacing: 0.05em;
	width: calc(100% - 186px);
	height: auto;
	padding: 8px 15px;
}
#exphouse_block_detail .table_box table tr td:first-child {
	font-weight: 500;
	width: 186px;
}
#exphouse_block_detail .table_box table tr:nth-of-type(5) td,
#exphouse_block_detail .table_box table tr:last-child td {
	padding-bottom: 19px;
}
#exphouse_block_detail .table_box table tr td a {
	display: inline;
	font-weight: 500;
	text-decoration: underline;
}
#exphouse_block_detail .text_box .pdf_link {
	text-decoration: underline;
	margin-top: -12px;
	margin-right: 30px;
	position: relative;
	
	padding: 15px 0;
}
#exphouse_block_detail .text_box .pdf_link::before {
	content: "";
	background-image: url(../img/common/pdf.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	position: absolute;
	left: -40px;
	top: 0;
	bottom: 0;
	margin: auto;
}

#exphouse_block_detail .btn_gr{
	padding: 25px 0;
	margin: 70px auto 55px;
	max-width: 400px;
	width: 80%;
}
#exphouse_block_detail .btn_gr::after{
	content: "";
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    right: 24px;
    top: 0;
    bottom: 0;
}

@media screen and (max-width: 1500px) {
	#exphouse_block_detail h3::after {
		width: 100%;
		left: 0;
	}
}
@media screen and (max-width: 640px) {
	#exphouse_block_detail {
		padding: 66px 0 212px;
	}
	#exphouse_block_detail h3 {
		font-size: 18px;
		padding-bottom: 18px;
		margin-bottom: 24px;
	}
	#exphouse_block_detail .img_box {
		border-radius: 10px;
		margin-bottom: 30px;
	}
	#exphouse_block_detail .text_box {
		flex-direction: column-reverse;
	}
	#exphouse_block_detail .table_box {
		width: 100%;
	}
	#exphouse_block_detail .table_box table tr td {
		font-size: 13px;
		width: calc(100% - 100px);
		height: auto;
		padding: 8px 10px;
	}
	#exphouse_block_detail .table_box table tr td:first-child {
		width: 100px;
	}
	#exphouse_block_detail .text_box .pdf_link {
		margin-left: 28px;
		margin-right: 10px;
		margin-bottom: 20px;
	}
	#exphouse_block_detail .text_box .pdf_link::before {
		width: 20px;
		height: 20px;
		top: -1px;
		left: -27px;
	}
	
	#exphouse_block_detail .btn_gr{
		margin: 40px auto 55px;
		padding: 19px 0;
	}
}