@media screen and (min-width: 897px) {
body {
	margin: 0;
	padding: 0;
	color: #111;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	font-family: 'Noto Sans JP', "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
p {
	margin: 0;
}
img {
	vertical-align: bottom;
}
img.of_js {
	object-fit: cover;
	font-family: 'object-fit: cover';
}
.pc_off {
	display: none;
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	src: local("Noto Sans CJK JP Regular"),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}
/* ----------------------------------------
bukken_new
---------------------------------------- */
.det_bu_new_ifr {
	width: 100%;
	height: auto;
	display:flex;
	justify-content:flex-start;
}
.det_bu_new_item {
	position: relative;
	width:19.2%;
	margin-right:1%;
}
.det_bu_new_item:last-child {
	margin-right:0;
}
.det_bu_new_item:hover .det_bu_new_tx span{
	color:#2667a0;
}
.det_bu_new_img {
	width: 100%;
    	position: relative;
    	padding-bottom: 56.5%;
    	height: 0;
    	overflow: hidden;
    	margin-bottom: 10px;
}
.det_bu_new_img iframe {
	aspect-ratio: 16 / 9;
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
}
.det_bu_new_tx {
	margin-left: 40px;
	width: 595px;
}
.det_bu_new_tx a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background
	/*¥**/
	: #fff¥9;
	filter: alpha(opacity=0);
	z-index: 1;
}
.det_bu_new_tx a span.det_bu_new_item_tl {
	font-size: 13px;
	line-height: 18px;
	position: absolute;
	top: 135px;
	left: 0px;
	color: #111;
    	display: -webkit-box;
    	-webkit-box-orient: vertical;
    	-webkit-line-clamp: 2;
    	overflow: hidden;
	height:35px;
	width:100%;
}
.det_bu_new_tx hr {
	width: 40px;
	height: 3px;
	background-color: #111;
	border: none;
	text-align: left;
	margin: 0;
	margin-top: 60px;
	margin-bottom: 10px;
}
.det_bu_new_tx span.det_bu_new_name {
	font-size: 17px;
	color: #999;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.det_bu_new_tx p {
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.det_bu_new_tag {
	margin-top: 50px;
}
.det_bu_new_tag p {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap:wrap;
}
.det_bu_new_tag label {
	margin: 0 3px 3px 0;
	display: block;
	color: #111;
	font-size: 10px;
	border: 1px solid #111;
	background: #fff;
	padding: 1px 5px;
	position: relative;
	width: auto;
}
.det_bu_new_tag label::before {
	content: "#";
}
 /* ----------------------------------------
 architect,town_new
 ---------------------------------------- */
.det_bu_new_p {
	font-size: 13px;
	line-height: 23px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 46px;
	color: #999;
	margin-top: 25px;
}

}