@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;
	}
	.det_bu_new_item {
		display: flex;
		align-items: center;
		position: relative;
		padding: 20px;
	}
	.det_bu_new_item:hover {
		background: #f5f5f5;
	}
	.det_bu_new_img {
		width: 320px !important;
		height: 200px !important;
	}
	.det_bu_new_img iframe {
		width: 320px;
		height: 200px;
	}
	.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: 22px;
		line-height: 36px;
		width: 595px;
		position: absolute;
		top: 30px;
		left: 380px;
		color: #111;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.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: 25px;
	}
	.det_bu_new_tag p {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.det_bu_new_tag label {
		margin: 0 3px;
		display: block;
		color: #111;
		font-size: 12px;
		border: 1px solid #111;
		background: #fff;
		padding: 1px 13px;
		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;
	}
	
}