@charset 'UTF-8';




@media screen and (max-width: 768px) {
    #building .print-like-area button {
        font-size: 2.5rem;
    }
}
	
	
/* -----------------------------------------------------------
    TOPのボタン
-------------------------------------------------------------- */
.top-btn {
	margin-bottom: 30px;
	text-align: center;
	background-color: #eff4fa;
	border-radius: 30px;
}
.top-btn .txt {
	font-size: 2rem;
	font-weight: 700;
	
}
/*表示制御：マンション・アパートのみ表示：他カテゴリは非表示*/
.property-detail.other .top-btn {
	display: none;
}


/*募集中*/
.top-btn.for-lease .txt {
	position: relative;
	display: flex;
    justify-content: center;
    gap: 15px;
}

.top-btn.for-lease .txt::after {
    content: "\f107";
    color: #0E70B5;
    font: 900 2rem / 1 'Font Awesome 5 Free';
    z-index: 2;
    text-align: center;
    transition: all .4s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-btn.for-lease a {
	padding: 30px;
	display: block;
	width: 100%;
	height: 100%;
}

/*物件なし*/
.top-btn.leased {
	padding: 30px;
}

.top-btn.leased .cmn-btn {
	margin: 10px auto 0;
}


@media screen and (max-width: 768px) {
	.top-btn {
		border-radius: 20px;
	}

	.top-btn .txt {
		font-size: 1.8rem;
	}

	/*募集中*/
	.top-btn.for-lease .txt {
		gap: 15px;
	}

	.top-btn.for-lease .txt::after {
		font: 900 1.6rem / 1 'Font Awesome 5 Free';
	}

	.top-btn.for-lease a {
		padding: 20px;
	}

	/*物件なし*/
	.top-btn.leased {
		padding: 20px;
	}

	.top-btn.leased .cmn-btn {
		margin: 5px auto 0;
	}	
	
}

/* -----------------------------------------------------------
    TOPのボタン
-------------------------------------------------------------- */
#building .first-area-right .property-info-subttl {
	font-size: 2rem;
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	#building .first-area-right .property-info-subttl {
		font-size: 1.8rem;
		margin: 20px 0;
	}
	
}


/* -----------------------------------------------------------
    この建物内で⼊居募集中の物件
-------------------------------------------------------------- */
/*表示制御：マンション・アパートのみ表示：他カテゴリは非表示*/
.property-detail.other .now-leasing-area {
	display: none;
}




