
/* main
------------------------------------------------------------------------------*/

/* メインビジュアル
--------------------------------------*/

/* メインビジュアル非表示中 */

.lp-title-wrap {
  top: 28%;
}

.lp-title-wrap .page-title {
  font-size: 21px;
  letter-spacing: 4px;
}

@media screen and (max-width: 650px) {
  /*--- 表示領域が650px以下の場合に適用するスタイル ---*/
  .lp-title-wrap .page-title {
    font-size: 18px;
    letter-spacing: 3px;
  }
}

@media screen and (max-width: 500px) {
  /*--- 表示領域が500px以下の場合に適用するスタイル ---*/
  .lp-head .img {
    height: 300px;
    overflow: hidden;
  }

  .lp-head .img img {
    margin: 0 0 0 -50%;
    max-width: inherit;
    min-height: 300px;
    width: 200%;
  }

  .lp-title-wrap .page-title {
    font-size: 16px;
  }
}


/* LPページ用タイトル
--------------------------------------*/

.hd2 {
	padding-left: 3%;
	text-align: left;
	width: 91%;
}

.hd2:before {
	left: 0;
	top: 0;
	width: 3px;
}


/* LPページ用 ３カラムレイアウト
--------------------------------------*/

@media screen and (max-width: 600px) {
	/*--- 表示領域が600px以下の場合に適用するスタイル ---*/
	.c3it .box {
		margin: 0 auto 2em;
		width: auto;
	}
}


/* sale-item
--------------------------------------*/

.sale-list-wrap .items {
	margin-bottom: 0;
}

.sale-item .item-data-box {
	min-height: 365px;
}

.sale-item .img,
.sale-item .data {
  float: none;
  margin: .6em 0 1.6em;
  width: auto;
}

.sale-item .data th {
  width: 40%
}

.sale-item .go {
  padding: 0;
}

@media screen and (max-width: 600px) {
  /*--- 表示領域が600px以下の場合に適用するスタイル ---*/
	.sale-list-wrap .items {
		justify-content: center;
	}

  .sale-item {
    display: inline-block;
    margin: 4% 3%;
    padding: 20px;
    width: 80%;
  }

	.sale-item .item-data-box {
		min-height: auto;
	}
}

/* sale-item-none -- 売出中物件が0件のときの代替表示 */

.sale-item-none .head-txt {
	font-size: 13px;
}

/* kibou-room-none -- ご希望に合うお部屋がないときは
   konyu-kibou ------ 購入希望登録 */

.kibou-room-none .hd3 {
	font-size: 17px;
}


/* info-update - 売出中物件の更新日テキスト
--------------------------------------*/

.info-update {
	font-size: 12px;
	margin: 0 auto 1em;
}


/* content-block.bnr - バナー部分
--------------------------------------*/

.bnr-detail .text1 {
	font-size: 21px;
}

.bnr-detail .text2 {
	font-size: 20px;
	padding-top: 3%;
}

.bnr-detail .text3 .text-s {
	font-size: 15px;
}

.bnr-detail .text3 .text-m {
	font-size: 32px;
}

.bnr-detail .text3 .text-l {
	font-size: 54px;
}

.bnr-detail .komejiru {
	font-size: 10px;
}

.bnr-detail .info-inr-wrap {
	min-height: 120px;
}

.bnr-detail .info-inr-wrap.pc {
	display: none;
}

.bnr-detail .info-inr-wrap.mb {
	display: block;
}

.bnr-detail .info-tel .info-inr-wrap a,
.bnr-detail .info-web .info-inr-wrap a {
	display: block;
	min-height: 120px;
}

.bnr-detail .info-tel .info-inr-wrap a:hover > * {
	-ms-filter: "alpha(opacity=75)";
	opacity: .75;
}

.bnr-detail .info-tel .info-inr-wrap p {
	font-size: 14px;
}

.bnr-detail .info-tel .tel .tel-inr-wrap .tel-before {
	width: 40px;
}

.bnr-detail .info-tel .tel .tel-inr-wrap span {
	font-size: 24px;
}

.bnr-detail .info-tel .tel .notes {
	font-size: 11px;
	margin: 2% 0 1%;
}

.bnr-detail .info-web .info-inr-wrap .btn {
	font-size: 16px;
}


@media screen and (max-width: 560px) {
	/*--- 表示領域が560px以下の場合に適用するスタイル ---*/
	.bnr-detail .komejiru {
		text-align: center;
	}

	.bnr-detail td.info-tel,
	.bnr-detail td.info-web {
		display: block;
		margin: 0 auto;
		width: 94%;
	}

	.bnr-detail .info-inr-wrap {
		width: auto;
	}
}


@media screen and (max-width: 380px) {
	/*--- 表示領域が380px以下の場合に適用するスタイル ---*/
	.bnr-detail .text1 {
		font-size: 16px;
	}

	.bnr-detail .text2 {
		font-size: 18px;
		letter-spacing: 1px;
		line-height: 1.5;
	}

	.bnr-detail .text3 .text-s {
		font-size: 13px;
	}

	.bnr-detail .text3 .text-m {
		font-size: 30px;
	}

	.bnr-detail .text3 .text-l {
		font-size: 46px;
	}

	.bnr-detail .komejiru {
		letter-spacing: 0;
	}

	.bnr-detail .info-web .info-inr-wrap .btn {
		font-size: 15px;
	}
}


/*
// 以下
// 管理画面 > used/sell から入力している箇所のスタイル
// 全件検索でも引っかからないため誤って削除しないように
*/

/* Since 2025.10
 * .b-club-buttons-wrap --- Brillia Club - ブリリアクラブ
 */

.b-club-buttons-wrap .button {
	margin: 20px auto 0;
	max-width: revert;
}

.b-club-buttons-wrap .button img {}
