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

/* メインビジュアル
--------------------------------------*/

.lp-head {
	margin: 0 auto 30px;
	max-height: 800px;
	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;
	}
}


/* LPページ用コンテンツ幅
--------------------------------------*/
/*
※変更が必要な場合のみ適宜調整する
.content-block {
	max-width: 990px;
}
*/


/* LPページ用タイトル
--------------------------------------*/
/*
※変更が必要な場合のみ適宜調整する
.hd2 {
	text-align: left;
}

.hd2:before {
	background: #dfc7a2;
	content: "";
	display: block;
	height: 100%;
	left: -15px;
	position: absolute;
	top: -1px;
	width: 5px;
}
*/


/* LPページ用 ３カラムレイアウト
--------------------------------------*/
/*
※変更が必要な場合のみ適宜調整する
@media screen and (max-width: 850px) {
	.c3it .card-wrap {
		text-align: center;
	}

	.c3it .box {
		margin: 0 1% 2em;
		width: 29.7%;
	}
}
*/


/* sale-item
--------------------------------------*/

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

.sale-item {
	background: #fefefe;
	border: 1px solid #cecece;
	border-radius: 4px;
	float: left;
	margin: 1.3%;
	overflow: hidden;
	padding: 2%;
	width: 43%;
}

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

.sale-item .name {
	border-bottom: 1px solid #cecece;
	font-family: "source-han-serif-japanese", 'Yu Mincho', serif;
	font-weight: 500;
	margin: 0 0 12px;
	padding: 0 0 8px;
	text-align: center;
}

.sale-item .img {
	float: left;
	overflow: hidden;
	width: 36%;
}

.sale-item .img img {
	max-height: 139px;
}

.sale-item .data {
	float: right;
	font-size: 90%;
	width: 62%;
}

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

.sale-item .data th {
	background: #ddd;
	font-weight: normal;
	padding: 4px 8px;
	width: 45%
}

.sale-item .data td {
	background: #eee;
	padding: 4px 8px;
}

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

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


/* info-update - 売出中物件の更新日テキスト
--------------------------------------*/

.info-update {
	clear: both;
	color: #666;
	font-size: 13px;
	line-height: 1.8;
	letter-spacing: 1px;
	margin: 1.2em auto 2em;
	text-align: right;
	width: 94%;
}


/* lp-box - バナー部分の見た目
--------------------------------------*/

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

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

.lp-box .tk-genmin {
	font-family: "source-han-serif-japanese", 'Yu Mincho', serif;
}

.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;
	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: #c7a97b;
	font-size: 350%;
	font-weight: 500;
	line-height: 1;
	vertical-align: bottom;
}

.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: #555;
	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: #ccc;
}

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