/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 31 2025 | 03:10:14 */
body.es-page-shop,
body.es-page-company_about, body.es-page-company,
body.es-page-company_figure, body.es-page-company_history {
	background-color: #fff;
}

/* トップ - top
-------------------------------------------------- */
body.home {
	background-color: #F4F5F1;
}
/* body #page {
	overflow-x: hidden;
} */

.rtc_frame_leaf,
.rtc_frame_leaf_left {
	position: relative;
}
.rtc_frame_leaf::before,
.rtc_frame_leaf_left::before {
	content: '';
	display: block;
	position: absolute;
	top: -25px;
    right: -20px;
	width: 200px;
	height: 100px;
	background-image: url( '/app/uploads/sites/1332/2025/02/leaf_right.png' );
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 8;
}
.rtc_frame_leaf > .uagb-columns__inner-wrap > .wp-block-uagb-column,
.rtc_frame_leaf_left > .uagb-columns__inner-wrap > .wp-block-uagb-column {
	overflow: hidden;
}
.rtc_frame_leaf_left::before {
	top: -25px;
	left: -20px;
    right: auto;
	background-image: url( '/app/uploads/sites/1332/2025/02/leaf_left.png' );
}

.rtc_main_kensu {
	line-height: 1.5 !important;
}
.rtc_main_kensu p:first-of-type {
	font-size: 21px !important;
}
.rtc_main_kensu > strong {
	color: #E58C25;
	font-style: italic;
}
.rtc_main_kensu > span {
	margin-left: 10px;
	font-size: 21px !important;
	color: #009333;
}
.rtc_mainvisual_txt p {
	margin-bottom: 0 !important;
}

.es-logo-title-inline .es-site-identity {
	flex-direction: column-reverse;
}
.es-logo-title-inline .site-logo-img {
	margin-top: 5px;
}

/* 売買物件を探す - feature
-------------------------------------------------- */
.rtc_feature_btn {
	padding: 20px 0;
}
.rtc_feature_btn .img_4_3:before {
	padding-top: 32%;
}

.rtc_feature_btn .es-list-items > li {
	margin-bottom: 20px;
}
.rtc_feature_btn .es-list-items > li a, .rtc_feature_btn .es-list-items > li a figure {
	overflow: visible;
}
.search_btn_group a img {
	transition: all ease .6s;
}
.search_btn_group a:hover img,
.rtc_feature_btn a:hover img {
	box-shadow: none;
	transform: translate3d(0, 3px, 0) !important;
}
.search_btn_group a:hover {
	opacity: 1 !important;
	transform: none !important;
}


/* 賃貸物件を探す - search
-------------------------------------------------- */
.rtc_search_btn > .uagb-columns__inner-wrap > .wp-block-uagb-column {
	overflow: hidden;
}
.rtc_search_btn .top_search_block {
	margin: 0 !important;
	width: 100% !important;
}
.top_search_block .search_btn_group .wp-block-button__link {
	background: transparent;
	box-shadow: none;
}

.feature-advertisement-block a.wp-block-button__link {
	border-radius: 50vh;
	background-color: #00a040;
}

.rtc_ur_feature {
	position: relative;
	margin-bottom: 30px;
}
.rtc_ur_feature svg {
	position: absolute;
	top: 0;
	right: 30px;
	width: 120px;
	height: 120px;
	z-index: 2;
}
.rtc_ur_feature a {
	display: block;
	overflow: hidden;
	background-color: #fff;
	border-radius: 15px;
}
.rtc_ur_feature a:hover {
	text-decoration: none !important;
}
.rtc_ur_feature img {
	width: 100%;
	height: 230px;
	object-position: bottom;
	object-fit: cover;
	transition: all ease .6s;
}
.rtc_img_position_top img {
	object-position: center;
}

.rtc_ur_feature a:hover img {
	filter: opacity(0.6);
}
.rtc_ur_feature figcaption {
	position: relative;
	padding: 15px;
	color: #333;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
}
.rtc_ur_feature figcaption::after {
	position: absolute;
	top: 50%;
	right: 50px;
	transform: translateY( -50% );
	content: '\f138';
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	color: #00a040;
}

.rtc_list_cardmenu {
	margin: 50px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
}
.rtc_list_cardmenu > li {
	position: relative;
	cursor: pointer;
	margin-bottom: 40px;
	padding: 20px;
	width: 48%;
	height: 395px;
	overflow: hidden;
	border-radius: 10px;
}

.rtc_list_cardmenu > li .card_front {
/* 	background-image: linear-gradient(rgba(116, 209, 209, .8),rgba(116, 209, 209, .8)),url( /app/uploads/sites/962/2024/01/sp01_menu_img01.jpg ); */
	background-color: #45B035;
	background-size: cover;
}
.rtc_list_cardmenu > li .card_back {
	background-color: rgba( 116, 209, 209, 1 );
}

.rtc_list_cardmenu > li .card_front,
.rtc_list_cardmenu > li .card_back {
	transition: all 0.6s;
	position: absolute;
	left: 0;
	top: 0;
	padding: 30px;
	height: 100%;
	width: 100%;
	backface-visibility: hidden;
	border-radius: 10px;
}

.rtc_list_cardmenu > li .card_front {
	transform: rotateY(-180deg);
}

.rtc_list_cardmenu > li:hover .card_back {
	transform: rotateY(180deg);
}

.rtc_list_cardmenu > li:hover .card_front {
	transform: rotateY(0);
}

.rtc_list_cardmenu > li .card_front h3,
.rtc_list_cardmenu > li .card_back h3 {
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: .1em;
}
.rtc_list_cardmenu > li .card_front h3 span,
.rtc_list_cardmenu > li .card_back h3 span {
	display: block;
	font-size: 14px;
	font-weight: normal;
}

.rtc_list_cardmenu > li .card_back figure img {
	width: 100%;
	height: 260px;
	object-fit: cover;
}

.card_txt {
	font-size: 14px;
	color: #fff;
}

.rtc_list_cardmenu > li:nth-child(1) .card_back, .rtc_list_cardmenu > li:nth-child(4) .card_back { background-color: #45B035; }
.rtc_list_cardmenu > li:nth-child(2) .card_back, .rtc_list_cardmenu > li:nth-child(3) .card_back { background-color: #ABCD03; }

.rtc_list_cardmenu > li:nth-child(1) .card_front, .rtc_list_cardmenu > li:nth-child(4) .card_front {
	background-color: #45B035;
}
.rtc_list_cardmenu > li:nth-child(2) .card_front, .rtc_list_cardmenu > li:nth-child(3) .card_front {
	background-color: #ABCD03;
}


/* 会社概要 - company
-------------------------------------------------- */
.rtc_list_company {
	display: flex;
	margin: 0;
	list-style: none;
}
.rtc_list_company > li {
	width: 25%;
}
.rtc_list_company > li a {
	padding: 15px 10px;
	display: block;
	text-align: center;
	color: #009c3c;
	background-color: #fff;
}
.rtc_list_company > li a:hover {
	color: #00cf50;
	text-decoration: none;
}
body.es-page-company_about .rtc_list_company > li:nth-child(1) a,
body.es-page-company .rtc_list_company > li:nth-child(2) a,
body.es-page-company_figure .rtc_list_company > li:nth-child(3) a,
body.es-page-company_history .rtc_list_company > li:nth-child(4) a { background-color: #cfcfcf; }


.rtc_flex_aligncenter .uagb-columns__inner-wrap {
	align-items: center;
}

.rtc_btn_group {
	margin-top: 30px !important;
}
.rtc_btn_group a::after {
	margin-left: 10px;
	content: '\f2d2';
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
}
.rtc_btn_group a:hover {
	color: #0c8a3f;
	background-color: #fff;
	border: 2px solid #0c8a3f;
}


/* 東日本住宅について - company_about
-------------------------------------------------- */
.rtc_ttl_opacity > span {
	display: block;
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
    color: lightgray;
}

.rtc_ttl_line {
	position: relative;
	border-top: #e7e7e7 1px solid;
    border-bottom: #e7e7e7 1px solid;
    padding: 12px;
    padding-left: 22px;
}
.rtc_ttl_line:before {
    content: '';
    width: 4px;
    height: 60%;
    background: #009c3c;
    position: absolute;
    top: 20%;
    left: 0;
}

.rtc_underbar {
	padding-bottom: 10px;
	border-bottom: #e7e7e7 1px solid;
}

.rtc_block_img100 {
	margin-bottom: 0 !important;
}
.rtc_block_img100 img {
	width: 100px;
	height: 100px;
}


/* 組織図 - company_figure
-------------------------------------------------- */
.rtc_eigyosyo_img {
	margin-bottom: 0 !important;
}
.rtc_eigyosyo_img img {
	object-fit: cover;
/*     width: auto !important; */
    height: 230px  !important;
}


/* 沿革 - company_history
-------------------------------------------------- */
.rtc_tbl_history tr td {
	vertical-align: middle;
}

.rtc_list_privacy {
	margin-left: 0;
	list-style: none;
}
.rtc_list_privacy > li {
	position: relative;
	padding-left: 25px;
}
.rtc_list_privacy > li::before {
	content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 8px;
    left: 0;
    background: #e7e7e7;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
}
.rtc_list_num {
	counter-reset: number 0;
}
.rtc_list_num > li {
	padding-left: 48px;
}
.rtc_list_num > li:not(:last-child) {
	margin-bottom: 20px;
}
.rtc_list_num > li::before {
	counter-increment: number 1;
	content: counter(number);
	top: 4px;
	width: 24px;
    height: 24px;
	line-height: 1.5;
}

/* 店舗詳細 - shop
-------------------------------------------------- */
body.es-page-shop1, body.es-page-shop2, body.es-page-shop3,
body.es-page-shop4, body.es-page-shop5, body.es-page-shop6, body.es-page-shop26 {
	background-color: #F4F5F1;
}
.rtc_ttl_office {
	font-weight: bold;
}
.rtc_ttl_office > span {
	display: block;
	margin-bottom: 5px;
	color: #009c3c;
	font-size: 14px;
}
.rtc_ttl_officesub {
	color: #00A040 !important;
}
.rtc_ttl_officesub  > span {
	color: #97A69D;
}

.rtc_tbl_shop table {
	margin-bottom: 0 !important;
}
.rtc_tbl_shop table, .rtc_tbl_shop table tr td {
	border: none;
}
.rtc_tbl_shop table tr {
	border-bottom: #e7e7e7 1px dashed;
}


/* 営業所 - office
-------------------------------------------------- */
.rtc_office_img > .uagb-columns__inner-wrap > .wp-block-uagb-column {
	overflow: visible;
}
.rtc_office_img figure {
	position: relative;
	margin-bottom: 0 !important;
}
.rtc_office_img figure > img {
	position: absolute;
	top: 10px;
}

.rtc_btn_office a {
	padding: 5px 50px;
}


/* 団地紹介（UR（公団）・公社）一覧 - ur_sale
-------------------------------------------------- */
.rtc_ttl_ur, .rtc_ur_list p {
	margin-bottom: 0 !important;
}
.rtc_icon_bill {
	padding: 10px 0;
}

.rtc_ur_list .rtc_underbar {
	border-bottom: #e7e7e7 1px dashed;
}

.rtc_icon_bill::before {
	margin-right: 10px;
	content: '\f1ad';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}


/* UR賃貸特集 - ur_rent
-------------------------------------------------- */
.rtc_list_none {
	margin-left: 10px;
	list-style: none;
}


/* 成約速報 - ur_rent
-------------------------------------------------- */
.rtc_list_sokuhou {
	list-style: none;
	margin-left: 0;
}
.rtc_list_sokuhou > li span {
	display: inline-block;
	margin-right: 20px;
	padding: 5px;
	min-width: 200px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #00A040;
}
.rtc_list_sokuhou > li:first-child > span {
	background-color: #E58C25;
}
.rtc_list_sokuhou > li:not(:last-child) {
	margin-bottom: 10px;
}


/* フッター - footer
-------------------------------------------------- */
#primary {
	padding-bottom: 0 !important;
}
.site-footer {
	padding-top: 300px !important;
	background-image: none !important;
}
footer .footer-adv .footer-adv-overlay, .es-footer-overlay {
	background-color: #45B035;
}
.es-footer-overlay {
	border-top: 1px solid #fff;
	background-color: #45B035 !important;
}
/* body.home .es-link-container {
	margin-top: 0 !important;
}
.es-link-container {
	background-color: #45B035;
	border-bottom: none;
} */

/* .es-link-container .es-link-section h2, .es-link-container .es-link-list li a, .es-link-container .es-link-list span {
	color: #fff;
} */
footer.site-footer {
	position: relative;
}
footer.site-footer::before {
	position: absolute;
	top: 75px;
    left: 0;
    width: 100%;
    height: 225px;
    background-image: url( '/app/uploads/sites/1332/2025/02/footer_top.png' ) !important;
    background-size: cover;
    z-index: 9;
    background-repeat: no-repeat;
}

.footer-adv.footer-adv-layout-4 {
	position: relative;
}
.footer-adv.footer-adv-layout-4::before, .footer-adv.footer-adv-layout-4::after {
	position: absolute;
	content: '';
	top: -235px;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 99;
}
.footer-adv.footer-adv-layout-4::after {
	right: 0;
	width: 265px;
    height: 134px;
	background-image: url( '/app/uploads/sites/1332/2025/02/leaf_right.png' );
}
.footer-adv.footer-adv-layout-4::before {
	left: 15px;
    width: 131px;
    height: 134px;
	background-image: url( '/app/uploads/sites/1332/2025/02/footer_left.png' );
}

.footer-adv-overlay h2.widget-title {
	color: #fff;
	border-bottom-color: #fff;
}
.footer-adv-overlay li a {
	color: #fff;
}

.rtc_totop {
	position: fixed;
	right: 30px;
	bottom: 30px;
	background-color: #fff;
	border-radius: 50%;
	z-index: 999;
}
.rtc_totop a {
	width: 140px;
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #00A040;
	font-size: 14px !important;
	font-weight: bold;
}
.rtc_totop a:hover {
	text-decoration: none;
}
.rtc_totop a i {
	display: block;
	margin-bottom: 10px;
	font-size: 20px !important;
}

.footer-adv-widget-4 .textwidget {
	color: #fff;
}

#text-5.widget_text .textwidget {
	font-size: 12px !important;
}
.site-footer a:hover {
	text-decoration: none;
}

.rtc_btn_rent a.wp-block-button__link {
	background-color: #E58C25;
}

.es-list.staffs .es-list-items li a h3,
.es-list.staffs-embed .es-list-items li a h3 {
	text-align: center;
}
#menu-item-3222 a, #menu-item-3225 a,
#menu-item-3223 a, #menu-item-3226 a {
	pointer-events: none;
}

/* ブログ - blog
-------------------------------------------------- */
.entry-meta { display: none; }

.rtc_mb0 p { margin-bottom: 0 !important; }
.clr_red { color: #c34e4e; }
.rtc_clr_orange { color: #E58C25 !important; }

/* スマホ版 - sp
-------------------------------------------------- */
@media ( width <= 480px ) {
	.rtc_tbl_history tr td {
		display: block;
		width: 100%;
	}
	
	.rtc_cover_img {
		min-height: 280px !important;
	}
	
	.rtc_ttl_line {
		margin: 0 10px;
	}
	
	.rtc_main_visual {
		padding: 0 !important;
	}
	.rtc_frame_leaf::before {
		width: 80px;
		height: 40px;
		right: 10px;
	}
	.rtc_frame_leaf_left::before {
		width: 80px;
        height: 40px;
        left: 10px;
        top: -20px;
	}
	
	.search_btn_group {
		flex-direction: column;
	}
	.search_btn_group > li {
		width: 100% !important;
	}
	.search_btn_group > li:not(:last-child) {
		margin-bottom: 20px;
	}
	
	.rtc_ur_feature figcaption::after {
		position: static;
		margin-left: 10px;
	}
	.rtc_ur_feature figcaption {
		font-size: 16px;
	}
	.rtc_ur_feature svg {
		width: 60px;
		height: 60px;
	}
	.rtc_ur_feature img {
		height: 160px;
	}
	
	.rtc_list_company {
		flex-wrap: wrap;
	}
	.rtc_list_company > li {
		width: 100%;
	}
	.rtc_list_company > li:not(:last-child) {
		border-bottom: 1px solid #cfcfcf;
	}
	
	.rtc_tbl_shop table, .rtc_tbl_shop table tr td {
		display: block;
		width: 100%;
	}
	
	.rtc_office_img figure img {
		position: static;
		width: 100% !important;
	}
	
	body.es-page-ur_rent p {
		font-size: 14px !important;
	}
	
	.rtc_list_cardmenu > li {
		width: 100%;
		height: 320px;
	}
	.rtc_list_cardmenu > li .card_front h3, .rtc_list_cardmenu > li .card_back h3 {
		font-size: 16px;
	}
	.rtc_list_cardmenu > li .card_front, .rtc_list_cardmenu > li .card_back {
		padding: 20px;
	}
	.rtc_list_cardmenu > li .card_back figure img {
		height: 210px;
	}
	
	.rtc_totop {
		right: 20px;
		bottom: 80px;
	}
	.rtc_totop a {
		width: 90px;
		height: 90px;
		font-size: 11px !important;
	}
	
	.rtc_footer_img {
		padding: 0 !important;
	}
	
	.footer-adv.footer-adv-layout-4::after {
		top: -90px;
		width: 104px;
		height: 55px;
	}
	.footer-adv.footer-adv-layout-4::before {
		top: -80px;
		width: 49px;
		height: 50px;
	}
	.site-footer {
		padding-top: 135px !important;
	}
	footer.site-footer::before {
		width: 100%;
		height: 60px;
	}
}