/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 22 2023 | 08:13:32 */
/* 共通 - common
-------------------------------------------------- */
.rtc_line_under {
	padding: 10px;
	border-bottom: 1px solid rgba( 123, 17, 15, 1 );
}

/* ナビ - nav
-------------------------------------------------- */
.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: 120px;
	font-size: .8rem;
	color: #fff;
	border-radius: 50vh;
	background-color: rgba( 123, 17, 15, 1 );
}
.header_free_content strong+.header_phone {
	margin-top: 0;
}

/* TOP - おすすめ物件背景
-------------------------------------------------- */
.rtc_recommend.es_new_block .es-list .wp-block-column {
  background-color: #fff;
}


/* 下層ページ：会社概要 - page:company
-------------------------------------------------- */


/* 下層ページ：この街どんな街 - page:town
-------------------------------------------------- */
.es-page-town .es-container.page-header, .es-page-mizonoguchi .es-container.page-header,
.es-page-shinjo .es-container.page-header, .es-page-kikuna .es-container.page-header {
	display: none;
}

.rtc_list_town > a {
	display: flex;
	flex-wrap: wrap;
}
.rtc_list_town > a:hover {
	text-decoration: none;
}
.rtc_list_town > a h2 {
	margin: 0;
	padding: 20px;
	width: 40%;
	font-size: 21px;
	text-align: left;
	color: #fff;
	background-color: rgba( 26, 26, 26, 1 );
}
.rtc_list_town > a h2 span {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	letter-spacing: .1em;
}
.rtc_list_town > a h2 i {
	font-style: normal;
	font-size: 18px;
	color: rgba( 152, 203, 0, 1 );
}
.rtc_list_town > a h2::after {
	display: none;
}

.rtc_list_town > a figure {
	width: 60%;
	min-height: 150px;
}

.rtc_img_fukidashi figure {
	margin-bottom: 0;
}
.rtc_img_fukidashi figure img {
	width: auto;
	height: 130px;
}

.rtc_title_dot > span {
	display: block;
	margin-top: 5px;
    padding: 5px 0;
	font-size: 14px;
	color: #888;
	border-top: 1px dotted #333;
}

.rtc_color_yellow { color: rgba( 255, 204, 0, 1 ) !important; }
.rtc_color_pink { color: rgba( 250, 104, 153, 1 ) !important; }


/* 見出し - ストライプ柄
-------------------------------------------------- */
.rtc_ttl_stripe > span {
  background-size: auto auto;
  background-color: #D4CEC9 !important;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 20px, rgba(255, 255, 255, 1) 20px, rgba(255, 255, 255, 1) 22px );
}


/* ページ：この街 - page:town
-------------------------------------------------- */
.rtc_list_twonarea {
	display: flex;
/* 	justify-content: space-between; */
	flex-wrap: wrap;
	margin: 50px 0;
	list-style: none;
}
.rtc_list_twonarea > li {
	margin-bottom: 10px;
	width: 32%;
}
.rtc_list_twonarea > li:not(:nth-child(3n)) {
	margin-right: 2%;
}
.rtc_list_twonarea > li a {
	display: block;
	position: relative;
	padding: 5px;
	color: #fff;
	text-align: center;
	background-color: rgba( 123, 17, 15, 1 );
	border-radius: 50vh;
	transition: all ease .6s;
}
.rtc_list_twonarea > li a::before {
	position: absolute;
	top: 50%;
	left: 25px;
	transform: translateY( -50% );
	content: '\f061';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.rtc_list_twonarea > li a:hover {
/* 	opacity: .6; */
	background-color: rgba( 35, 144, 209, 1 );
	text-decoration: none;
}

/* スマホ版 - sp
-------------------------------------------------- */
@media ( max-width: 480px ) {
	.rtc_forsp_flex_reverse .uagb-columns__inner-wrap {
	  display: flex;
	  flex-direction: column-reverse;
	}


	/* 下層ページ：共通 - page:common
	-------------------------------------------------- */
	.rtc_subvisual {
		min-height: auto;
	}
	
	.rtc_twon_img {
		margin: 0 !important;
		padding: 0 !important;
	}
	
	.rtc_text_catch {
		font-size: 21px !important;
	}
	.rtc_text_catch br {
		display: none;
	}
	
	.rtc_list_twonarea > li {
		width: 100%;
	}
	.rtc_list_twonarea > li:not(:nth-child(3n)) {
		margin-right: 0;
	}
}