@charset "utf-8";


body {
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
}
#contents *{
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN','Meiryo', sans-serif;
}

/*-----------------------------------------------------------
reset
-----------------------------------------------------------*/
.h1_section {
	display: none;
}
.article {
	width: 950px;
	margin: 70px auto 60px;
}
/*-----------------------------------------------------------
h1
-----------------------------------------------------------*/
.section__title {
	font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 1.33;
    margin: 0 0 63px;
    position: relative;
}
	.section__title::after {
		display: block;
		content: "";
		width: 150px;
		height: 6px;
		background-color: #299668;
		border-radius: 5px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -30px;
		margin: auto;
	}

/*-----------------------------------------------------------
物件情報
-----------------------------------------------------------*/
.bkn_wrap {
	margin: 20px 0;
	padding: 20px;
	background: #fff;
	border: solid 1px #eaeaea;
}

/* 物件画像 */
.bkn_img_wrap {
	display: flex;
	justify-content: space-between;
}
	.bkn_primaries {
		width: 550px;
		height: 380px;
		margin-bottom: 20px;
		background: #f7f7f7;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.bkn_primaries .bkn_img {
		position: relative;
		box-sizing: border-box;
		border: 1px solid #ccc;
		width: 550px;
		height: 380px;
	}
	.bkn_primaries .bkn_img:hover {}
	.bkn_primaries .bkn_img img {
		position: absolute;
		max-width: 100%;
		max-height: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}

	.bkn_thumbs {
		width: 340px;
	}
	.bkn_thumbs .bkn_img {
		cursor: pointer;
		position: relative;
		box-sizing: border-box;
		border: 1px solid #ccc;
		width: 107px!important;
		height: 107px!important;
		border: 2px solid transparent;
	}
	.bkn_thumbs .thumbnail-current {
    border: 2px solid #000;
}
	.bkn_thumbs .bkn_img:nth-child(3n) {
		margin-right: 0;
	}
	.bkn_thumbs .bkn_img:hover {}
	.bkn_thumbs .bkn_img img {
		position: absolute;
		max-width: 100%;
		max-height: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}
	.slick-counter {
		display: none;
	}
	.bkn_thumbs .slick-track {
		width: 100%!important;
	}

/* 物件情報 */
.bkn_info {
	margin-bottom: 20px;
	border: solid 1px #ddd;
	border-bottom: none;
	border-left: none;
}
	.bkn_info_table {
		display: flex;
	}
	.bkn_info_table:not(:last-child) {
		border-bottom: none;
	}
		.bkn_info_title {
			width: 143px;
			padding: 8px 0 7px;
			text-align: center;
			border: solid 1px #ddd;
			border-top: none;
			border-right: none;
			background: #f7f7f7;
			display: flex;
			justify-content: center;
			align-items: center;
			box-sizing: border-box;
		}
		.bkn_info_text {
			padding: 8px 10px 7px;
			font-size: 14px;
			border: solid 1px #ddd;
			border-top: none;
			border-right: none;
			flex: 1;
			box-sizing: border-box;
		}
.bkn_info_half {
	display: flex;
}
	.bkn_info_half .bkn_info_text{
		width: 312px;
	}


/* 物件コメント */
.nkn_comment {
	padding: 10px 14px;
	color: #666;
	font-size: 14px;
	background: #f7f7f7;
}
