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

.disp-ib {
	display: inline-block;
}


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

/* メインビジュアル非表示中 */

.lp-head {
  display: none;/* メインビジュアル非表示 */
  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;
  }
}


/* LPページ用コンテンツ幅
--------------------------------------*/

.content-block {
/*	max-width: 990px; -- あとで消してOK */
}

.content-block.lp-content {
	padding: 3% 0;
}


/* LPページ用タイトル
--------------------------------------*/

.hd2:after {
	width: 100%;
	height: 2px;
	margin: 20px 0 0 0;
	content: "";
	display: block;
	background: linear-gradient(to right, rgba(213, 213, 213, .2), #d5d5d5 35%, #958a5a 50%,#d5d5d5 65%, rgba(213, 213, 213, .2));
}


/* LPページ用 直書きバナーブロック
--------------------------------------*/

.link-banner-area {
	padding: 4% 0;
}

.link-banner-area .img + .img {
	margin-top: 3%;
}

.link-banner-area img {
	height: auto;
}


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

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

.sale-item {
	background: rgba(255, 255, 255, .1);
  border: 1px solid #d5d5d5;
	display: inline-block;
  margin: 1.5% 1%;
  overflow: hidden;
  padding: 2% 2% 1.3%;
	vertical-align: top;
  width: 41.4%;
}

.sale-item:hover {
	background: rgba(255, 255, 255, .15);
	border-color: #fff;
}

.sale-item .name {
	border-bottom: 1px dashed #d5d5d5;
	color: #fff;
  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 .item-data-box {
	height: 180px;
	overflow: hidden;
}

.sale-item .img {
  float: left;
  overflow: hidden;
	padding-top: 4px;/* 右のテーブルと上を揃えるため */
  width: 36%;
}

.sale-item .img img {
	border: 6px solid #fff;
  max-height: 151px;/* 163px */
	max-width: calc(100% - 12px);
}

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

.sale-item .data .bg-table {
/*	background: #ccc;
	padding: 1px;*/
}

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

.sale-item .data th {
	background: #565656;
	color: #d5d5d5;
  font-weight: normal;
  padding: 6px 8px;
  width: 45%
}

.sale-item .data td {
	background: #999;
	color: #fff;
  padding: 6px 8px;
}

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

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


/* sale-list-wrap item-none - 表示するデータが0件のときの代替表示
--------------------------------------*/

.sale-list-wrap.item-none a {
	display: inline-block;
	padding: 0 2px;
}

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


/* rent-item
--------------------------------------*/

.rent-list-wrap {}

.rent-list-wrap .style-mobile {
	display: none;
}

.rent-items {/* table */
	margin: 0 auto;
	text-align: center;
	width: 94%;
}

.rent-head {/* thead tr */
	background: #393939;
}

.rent-head th {
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	color: #d5d5d5;
	height: 30px;
	font-family: YuGothic, 'Yu Gothic';
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 6px 1%;
	vertical-align: middle;
	width: 10%;
}

.rent-head .img { width: 15%;}
.rent-head .rent { width: auto;}
.rent-head .floor { width: 11%;}
.rent-head .menseki { width: 13%;}
.rent-head .madori { width: 18%;}
.rent-head .lighting { width: 11%;}
.rent-head .detail { width: 15%;}

.rent-item {/* tbody tr */
	border-bottom: 1px solid #958a5a;
	cursor: pointer;
}

.rent-item:last-of-type {
	border-bottom: 3px double #d5d5d5;
}

.rent-item:hover {
	background: rgba(255, 255, 255, .15);
	transition: background-color .2s;
}

.rent-item td {
	height: 104px;
	padding: 8px 1%;
	vertical-align: middle;
}

.rent-item .img {
	border: 6px solid #fff;
	display: inline-block;
	max-height: 88px;/* 100px */
	max-width: calc(100% - 12px);
	vertical-align: middle;
}

.rent-item .button {
	background: #958a5a;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	padding: 12px 1em;
	width: calc(100% - 2em);
}

.rent-item:hover .button {
	background-color: #b9ad79;
	transition: background-color .2s;
}


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

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


/* rent-list-wrap item-none - 表示するデータが0件のときの代替表示
--------------------------------------*/

.rent-list-wrap.item-none a {
	display: inline-block;
	padding: 0 2px;
}

.rent-list-wrap.item-none a:hover {
	text-decoration: underline;
}


/* lp-box - バナー部分
--------------------------------------*/

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

.lp-box {
	background: #d5d5d5;
	border: 1px solid #958a5a;
	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;*/
	font-family: 'Times New Roman', "source-han-serif-japanese", 'Yu Mincho', serif;
	height: 110px;
	padding: 26px 30px;
	text-align: left;
}

.lp-box .detail-inr-wrap .text1 {
	font-size: 150%;
	font-weight: 500;
	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: 40px;/*50px*/
	vertical-align: middle;
	width: auto;
}

.lp-box .detail-inr-info-wrap .tel span {
	color: #958a5a;
/*	font-family: 'Arial', sans-serif;*/
	font-family: 'Times New Roman', "source-han-serif-japanese", 'Yu Mincho', 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: #333;
	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 + .link {
	margin-top: 1em;
}

.lp-box .detail-inr-info-wrap .link .btn {
	background: #333;
	border: 0;
	border-radius: 2px;
	color: #fff;
	display: block;
	font-family: 'Noto Serif JP', 'Yu Mincho', serif;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 160%;
	padding: .8em 10px;
}

.lp-box .detail-inr-info-wrap .link .btn:hover {
	opacity: .8;
	transition: opacity .2s;
}


@media screen and (max-width: 960px) {
	.lp-box .detail-inr-info-wrap .left-area {
		min-width: 400px;
		width: 53%;
	}

	.lp-box .detail-inr-info-wrap .right-area {
		width: auto;
	}

	.lp-box .detail-inr-info-wrap .link .btn {
		font-size: 1.74vw;
	}
}


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

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

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

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


/* お引渡し後の安心サポート　STEP SCORT
--------------------------------------*/

.step-scort img {
	height: auto;
}
