/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 20 2024 | 00:46:23 */
/* ヘッダー - header
-------------------------------------------------- */
#masthead .site-logo-img .custom-logo {
	max-width: 300px !important;
}
#masthead.fixed .title-exist .site-logo-img .custom-logo {
	max-width: 240px !important;
}
.header_free_content > .header_phone > .header_phone_shop_name,
.header_free_content > .header_phone > .icon-phone-alt,
.header_free_content > .header_phone > .header_phone_number {
	font-size: 1rem;
}
.header_free_content > .header_phone > .header_phone_shop_name {
	display: inline-block;
	padding: 5px 20px;
	min-width: 200px;
	font-size: .8rem;
	color: #fff;
	border-radius: 50vh;
	background-color: #A72126;
}
.header_free_content strong+.header_phone {
	margin-top: 0;
}
.header_free_text {
	margin-top: 10px;
	font-size: 12px;
}


.rtc_list_bnr {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	list-style: none;
}
.rtc_list_bnr > li {
	width: 23.5%;
}
.rtc_list_bnr > li a {
	display: flex;
}
.rtc_list_bnr > li a figure {
	position: relative;
}
.rtc_list_bnr > li a figcaption {
	padding: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background-color: rgba( 47, 51, 59, .85 );
}

.rtc_bnr_under {
	margin: 20px auto 0;
	max-width: 825px;
}
.rtc_bnr_under > li {
	width: 31%;
}

/* ストライプ柄 - StripeBackg
-------------------------------------------------- */
.rtc_bg_stripe_left > .uagb-columns__overlay {
	background-image: repeating-linear-gradient( -45deg, rgba( 255, 255, 255, .1 ), rgba( 255, 255, 255, .1 ) 1px, rgba( 255, 255, 255, 0 ) 0, rgba( 255, 255, 255, 0 ) 11px );
}

/* 物件情報の背景
-------------------------------------------------- */
.es_new_block .es-list .wp-block-column {
	background-color: #fff;
}


/* おすすめ賃貸物件 - RECOMMEND
-------------------------------------------------- */
.rtc_list_recommend {
	display: flex;
	justify-content: space-between;
	margin: 0;
	list-style: none;
}
.rtc_list_recommend > li {
	width: 16%;
}
.rtc_list_recommend > li a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 30px 20px;
	background-color: #A72126;
	transition: all ease .6s;
}
.rtc_list_recommend > li a:hover {
	background-color: #2F333B;
	transform: translateY( 10px );
}
.rtc_list_recommend > li a img {
	margin-bottom: 10px;
	width: 75px;
}
.rtc_list_recommend > li a h3 {
	margin-bottom: 0 !important;
	padding: 0 10px;
	color: #fff;
	text-align: center;
	font-size: 12px;
}
.rtc_list_recommend > li a h3 > span {
	display: block;
	font-size: 10px;
	font-weight: normal;
}
.rtc_list_recommend > li a:hover img {
	transform: scale( 1 );
}
.rtc_list_recommend > li a:hover {
	text-decoration: none;
}

.rtc_bnr_imgs {
	position: relative;
	margin-bottom: 20px;
}
.rtc_bnr_imgs a img {
	transition: all ease .6s;
}
.rtc_bnr_imgs a:hover {
	text-decoration: none;
}
.rtc_bnr_imgs a:hover img {
/* 	transform: scale(1); */
	transform: scale(0.9);
}

.rtc_bnr_imgs figcaption {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	color: #fff;
	font-size: 31px;
	font-weight: 500;
	opacity: 0;
	transition: all ease .6s;
	background-color: rgba( 47, 51, 57, .7 );
}
.rtc_bnr_imgs a:hover figcaption {
	opacity: 1;
	letter-spacing: .1em;
	transform: scale(0.9);
}

.custom-title-block1.es-list-wrapper {
	padding-bottom: 20px;
}

/* フッター - footer
-------------------------------------------------- */
footer .footer-adv .footer-adv-overlay {
	background-color: #2F333B;
}
footer .es-footer-overlay {
	background-color: #A72126;
}
.site-footer .widget-title {
	color: #fff;
	border-bottom: 1px solid #fff;
}
.footer-adv-overlay li a {
	color: #fff;
}
.site-footer a:hover {
	color: #A72126;
	text-decoration: none;
}


/* 共通 - common
-------------------------------------------------- */
.rtc_ttl_main {
	color: #363636;
}
.rtc_ttl_main > strong {
	letter-spacing: .1em;
}
.rtc_ttl_main > span {
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #A72126;
}
.rtc_ttl_main.rtc_ttl_clrwhite,
.rtc_ttl_main.rtc_ttl_clrwhite > span { color: #fff; }
.rtc_ttl_main_clrblack > span { color: #575757; }

.rtc_ttl_sub {
	padding: 10px 0;
	border-bottom: 6px double #A72126;
}

.rtc_flex_center > .uagb-columns__inner-wrap {
	display: flex;
	align-items: center;
}
.rtc_flex_center p, .rtc_flex_center .wp-block-image {
	margin-bottom: 0 !important;
}


/* 会社概要 - company
-------------------------------------------------- */
body.es-page-company .es-container.page-header { display: none; }
body.es-page-company #content { margin-top: 60px; }
body.es-page-company #primary { padding-bottom: 0; }
body.es-page-company footer.site-footer { margin-top: 0; }

.rtc_font_small > span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #A72126;
}

.rtc_border_tb {
	padding: 20px;
	border-top: 2px solid #A72126;
	border-bottom: 2px solid #A72126;
}

.rtc_accessmap {
	height: 400px;
}
.rtc_accessmap > .uagb-columns__inner-wrap {
	max-width: 100% !important;
}
.rtc_accessmap .uagb-column__inner-wrap {
	padding: 0 !important;
}


/* その他 - other
-------------------------------------------------- */
.rtc_clr_main { color: #A72126; }


/* スマホ版 - sp
-------------------------------------------------- */
@media ( width <= 480px ) {
	
	.feature-list-embed.feature .es-list-items {
		justify-content: space-between;
	}
	.feature-list-embed.feature .es-list-items > li {
		width: 49%;
	}
	.es-list .has-3-columns>:not(:nth-child(3n+1)) {
		margin-left: 0;
	}
	
	.rtc_list_bnr > li {
		margin-bottom: 15px;
		width: 48%;
	}
	.rtc_list_bnr > li a figcaption {
		font-size: 12px;
	}
	.rtc_bnr_under {
		margin-top: 0;
	}
	.rtc_bnr_under > li:last-child {
		width: 100%;
	}
	
	.rtc_list_recommend {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.rtc_list_recommend > li {
		margin-bottom: 7px;
		width: 49%;
	}
	.rtc_list_recommend > li a {
		padding: 20px 0;
	}
}