
/* 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;
}


/* rent-item
--------------------------------------*/

.rent-items {
	margin-bottom: 3px;
}

.rent-head th {
	font-size: 12px;
	letter-spacing: 1px;
}

.rent-item .button {
	font-size: 10px;
	padding: 12px .6em;
	width: calc(100% - 1.2em);
}

@media screen and (max-width: 540px) {
	/*--- 表示領域が540px以下の場合に適用するスタイル ---*/
	.rent-list-wrap .style-pc-tab {
		display: none;
	}

	.rent-list-wrap .style-mobile {
		display: block;
	}

	.rent-list-wrap .hd3 {
		width: 94%;
	}

	.rent-items.style-mobile {/* ul */
		padding: 0;
	}

	.rent-item {/* li */
		padding: 0;
		position: relative;
	}

	.rent-item:first-of-type {
		border-top: 3px double #ddd;
	}

	.rent-item:last-of-type {
		border-bottom: 3px double #ddd;
	}

	.rent-item::after {
		color: #92803e;
		content: "\f054";
		display: inline-block;
		font-family: 'FontAwesome';
		font-size: 24px;
		height: auto;
		line-height: 1;
		position: absolute;
		right: 0;
		top: calc(50% - 12px);
		width: auto;
	}

	.rent-item a {
		display: table;
		text-align: left;
		width: 94%;
	}

	.rent-item a > * {
		display: table-cell;
		vertical-align: middle;
	}

	.rent-item .img-side {
		height: 85px;
		padding: 8px 1%;
		width: 20%;
	}

	.rent-item .img {
		max-height: 85px;
	}

	.rent-item .data-side {
		padding: 0 4%;
	}

	.rent-item .data-side > * {
		color: #333;
		display: inline-block;
		font-size: 3.3vw;
		line-height: 1.4;
		width: auto;
	}

	.rent-item .kanrihi {
		display: block;
		margin-top: 3px;
	}

	.rent-item .kanrihi::before {
		border: 1px solid #92803e;
		border-radius: 2px;
		color: #92803e;
		content: "管理費";
		display: inline-block;
		font-size: 10px;
		letter-spacing: .15em;
		line-height: 1;
		margin-right: 4px;
		padding: 4px 4px 3px 5px;
		vertical-align: middle;
	}
}


/* info-update - 売出中物件の更新日テキスト
--------------------------------------*/

.info-update {
	font-size: 12px;
	margin: 0 auto 1em;
}


/* daiko-flow - 代行コースの流れ
--------------------------------------*/

.daiko-flow .hd3 {
	font-size: 15px;
}

.daiko-flow .head-txt {
	font-size: 14px;
	width: 28%;
}

.daiko-flow .detail-txt {
	font-size: 12px;
}

.daiko-flow .detail-txt > * {
	line-height: 1.4;
}

.daiko-flow .detail-txt > * + * {
	margin-top: 6px;
}

@media screen and (max-width: 540px) {
	/*--- 表示領域が540px以下の場合に適用するスタイル ---*/
	.daiko-flow li {
		display: block;
		min-height: revert;
	}

	.daiko-flow li > * {
		display: block;
	}

	.daiko-flow .head-txt {
		width: auto;
	}

	.daiko-flow .detail-txt {
		padding: 1em 1.3em;
	}
}


/* 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;
	}
}


/* 賃貸専用バナー ※上記をベースとして上書き */

.rent .bnr-detail .text3 .text-s {
	letter-spacing: .08em;
}

.rent .bnr-detail .text3 .text-m {
	font-size: 21px;
}

.rent .bnr-detail .text3 .text-l {
	font-size: 42px;
}


/*
// 以下
// 管理画面 > used/sell から入力している箇所のスタイル
// 全件検索でも引っかからないため誤って削除しないように
*/

/* BrilliaClub（ブリリアクラブ） */

.buttons-wrap .button {
  border: none;
  box-sizing: unset;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: inherit;
  margin: 15px auto 0;
  letter-spacing: 1px;
  outline: none;
  text-align: center;
  text-decoration: none;
}

.buttons-wrap .button img {
  max-height: 71px;
  max-width: 100%;
  margin: 0 auto;
}

.buttons-wrap .left_button,
.buttons-wrap .right_button {
	width: 250px;
}
