
/* 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;*/
}


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

.hd2:before {}


/* LPページ用 ３カラムレイアウト
--------------------------------------*/

@media screen and (max-width: 850px) {
  /*--- 表示領域が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: 'Yu Mincho', 'YuMincho', serif;
  font-weight: 500;
  margin: 0 0 12px;
  padding: 0 0 8px;
  text-align: center;
}

.sale-item .item-data-box {
	min-height: 136px;
	overflow: hidden;
}

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

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

.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: 1px;
  width: 100%;
}

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

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

.sale-item .condition {
	min-height: 22px;
	padding-top: 12px;
	text-align: center;
}

.sale-item .condition-icon {
	max-width: 100%;
}

.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 .inner {
	border: 1px solid #eee;
	padding: 15px 0 40px;
	width: 94%;
}

.sale-list-wrap.item-none .hd2 {
	margin-bottom: 1em;
}

.sale-list-wrap.item-none .hd2 span {
	font-size: 21px;
}

.sale-list-wrap.item-none .text {
	font-size: 15px;
	letter-spacing: .1em;
	line-height: 2;
	margin-bottom: 2.6em;
	text-align: center;
}

.sale-list-wrap.item-none .text > * {
	display: block;
}


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


/* 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: #dcdfe3;
}

.rent-head th {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #464646;
	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 .room { width: 13%;}
.rent-head .menseki { width: 13%;}
.rent-head .madori { width: 20%;}
.rent-head .detail { width: 15%;}

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

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

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

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

.rent-item .img {
	display: inline-block;
	max-height: 100px;
	max-width: 100%;
	vertical-align: middle;
}

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

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


/* 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 - バナー部分 --- 2024.10.12 改善更新
--------------------------------------*/

.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', 'Shippori Mincho B1', 'Yu Mincho', 'YuMincho', 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;
	padding: 3px 30px 0;
	position: relative;
	text-align: left;
}

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

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

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

.lp-box .detail-inr-info-wrap .tel {}

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

.lp-box .detail-inr-info-wrap .tel span:not(.notes) {
	color: #958a5a;
/*	font-family: 'Arial', sans-serif;*/
	font-family: 'Times New Roman', 'Yu Mincho', 'YuMincho', 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: 46%;
}

.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: 'Shippori Mincho B1', 'Yu Mincho', 'YuMincho', serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1.4;
	padding: .8em 1.3em 1em;
}

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


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

	.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（現在 背景画像の無いこちらのパターンONLYで運用中‥）
--------------------------------------*/

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

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

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