
/* main
------------------------------------------------------------------------------*/

.lp-head {
	margin: 0 auto 30px;
	max-height: 460px;
	overflow: hidden;
	position: relative;
}

.lp-head img {
	width: 100%;
}

.lp-title-wrap {
	left: 0;
	position: absolute;
	text-align: center;
	top: 30%;
	width: 100%;
	z-index: 1000;
}

.lp-title-wrap .page-title {
	background: url(../img/mv_txt_bg-065.png) center repeat-y;
	color: #fff;
	display: inline-block;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 6px;
	line-height: 150%;
	margin: 0;
	padding: 30px 1%;
	text-align: center;
	width: 98%;
}

.lp-title-wrap .page-title span {
	display: block;
}


@media screen and (max-width: 950px) {
	/*--- 表示領域が950px以下の場合に適用するスタイル ---*/
	.lp-title-wrap .page-title {
		font-size: 24px;
		letter-spacing: 5px;
	}
}


/* sale-item - 20190807 変更
						 - 20201109 変更
						 - 20210928 変更
--------------------------------------*/

.sale-list-wrap {
	text-align: center;
}

.sale-item {
	background: #fefefe;
	border: 1px solid #cecece;
	border-radius: 4px;
	color: #393939;
	display: inline-block;
	margin: 1.5% 1%;
	min-height: 246px;
	overflow: hidden;
	padding: 2% 2% 1.8%;
	vertical-align: top;
	width: 42%;
}

.sale-item:hover {
	background: #f7f7f7;
}

.sale-item .name {
	border-bottom: 1px solid #cecece;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, 'Yu Gothic', 'Arial', sans-serif;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 15px;
	padding: 0 0 10px;
	text-align: center;
}

.sale-item .img {
	float: left;
	overflow: hidden;
	width: 43%;/*45%*/
}

.sale-item .img img {
	max-height: 160px;/*170px*/
}

.sale-item .data {
	float: right;
	font-size: 100%;
	width: 55%;
}

.sale-item .data table {
	border-collapse: separate;
	border-spacing: 2px;
	width: 100%;
}

.sale-item .data th {
	background: #ddd;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 9px 8px;
	width: 40%/*45%*/
}

.sale-item .data td {
	background: #eee;
	font-size: 16px;
	padding: 9px 8px;
}

.sale-item .go {
	float: right;
	font-size: 80%;
	padding: 20px 0 0;
	text-align: right;
	width: 55%;
}

.sale-item .go:after {
	content: '»';
	margin: 0 0 0 4px;
}


@media screen and (max-width: 840px) {
	/*--- 表示領域が840px以下の場合に適用するスタイル ---*/
	.sale-item .data th {
		font-size: 12px;
	}

	.sale-item .data td {
		font-size: 14px;
	}
}


/* 売出中物件が無いときの代替え表示部分 - 20190820（新規追加） */

.sale-list-wrap.item-none {}

.sale-list-wrap.item-none .content-block .text {
	text-align: center;
}

.sale-list-wrap.item-none .content-block .text a {
	text-decoration: underline;
}

.sale-list-wrap.item-none .content-block .text a:hover {
	text-decoration: none;
}

.sale-list-wrap.item-none .content-block .text span {
	display: inline-block;
}


/* lp-box
--------------------------------------*/

.inner.bnr-block {
	max-width: 1160px;
	padding: 0 20px;
}

.lp-box {
	background-color: #eee;
	border: 1px solid #d4bea4;
	height: 300px;
	margin: 0 auto;
	max-width: 956px;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1;
}

.lp-box .fit-img-wrap {
	width: 100%;
}

.lp-box .fit-img-wrap img {
	height: auto;
	margin: -20% 0 0 -5%;
	width: 110%;
}

.lp-box .detail {
	left: 0;
	max-width: 956px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.lp-box .detail .detail-inr-wrap {
	background: url(../img/overlay1.png) repeat;
	color: #fff;
	display: block;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, 'Yu Gothic', 'Arial', sans-serif;
	height: 110px;
	padding: 26px 30px;
	text-align: left;
}

.lp-box .detail-inr-wrap .text1 {
	font-size: 150%;
	font-weight: 400;
	letter-spacing: 4px;
	margin: 0;
}

.lp-box .detail-inr-wrap .text2 {
	font-size: 230%;
	font-weight: 600;
	letter-spacing: 4px;
	margin: 10px 0 0;
}

.lp-box .detail-inr-info-wrap {
	background: url(../img/overlay3.png) repeat;
	height: 135px;
	padding: 3px 30px 0;
	position: relative;
	text-align: left;
}

.lp-box .detail-inr-info-wrap table {
	width: 100%;
}

.lp-box .detail-inr-info-wrap td {
	vertical-align: middle;
}

.lp-box .detail-inr-info-wrap .left-area {
	min-width: 470px;
	width: 60%;
}

.lp-box .detail-inr-info-wrap .tel {
	height: 134px;
}

.lp-box .detail-inr-info-wrap .tel .ico {
	height: 50px;
	vertical-align: middle;
}

.lp-box .detail-inr-info-wrap .tel span {
	color: #ab9366;
	font-family: 'Arial', sans-serif;
	font-size: 46px;
	font-weight: 500;
	line-height: 1;
	vertical-align: middle;
}

.lp-box .detail-inr-info-wrap .tel-inr-wrap {
	margin-bottom: 5px;
}

.lp-box .detail-inr-info-wrap .pc {
	display: inline-block;
}

.lp-box .detail-inr-info-wrap .mb {
	display: none;
}

.lp-box .detail-inr-info-wrap .notes {
	color: #444;
	display: table-cell;
	font-family: 'Hiragino Kaku Gothic ProN', 'HiraKakuProN-W3', 'Droid Sans', 'Meiryo UI';
	font-size: 75%;
	height: 72px;
	line-height: 150%;
	text-align: left;
	vertical-align: middle;
}

.lp-box .detail-inr-info-wrap .right-area {
	min-width: 180px;
	padding-left: 10px;
	width: 40%;
}

.lp-box .detail-inr-info-wrap .link {
	text-align: center;
}

.lp-box .detail-inr-info-wrap .link .btn {
	background: #484848;
	border: 0;
	border-radius: 2px;
	color: #fff;
	display: block;
	letter-spacing: 2px;
	line-height: 160%;
	padding: 1em 10px;
}

.lp-box .detail-inr-info-wrap .link .btn:hover {
	filter: alpha(opacity=80);
	-ms-filter: 'alpha(opacity=80)';
	opacity: .8;
	transition: opacity .2s;
}


/* lp-box no-img
--------------------------------------*/

.lp-box.no-img {
	height: 320px;
}

.lp-box.no-img .detail .detail-inr-wrap {
	background: #484848;
}

.lp-box.no-img .detail-inr-info-wrap {
	padding: 13px 30px 10px;
}
