/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 15 2024 | 03:41:53 */
@import url( 'https://fonts.googleapis.com/css2?family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&display=swap' );
@import url( 'https://fonts.googleapis.com/css2?family=Oooh+Baby&display=swap' );
@import url( 'https://fonts.googleapis.com/css2?family=Secular+One&display=swap' );
@import url( 'https://fonts.googleapis.com/css2?family=Secular+One&display=swap' );
@import url( 'https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap' );


/* 基本設定 - basic
-------------------------------------------------- */
.es-container.page-header {
	display: none;
}
body:not(.home) .site-content {
	padding-top: 50px;
}

.site-content a img {
	transition: all ease .6s;
}
.site-content a:hover img {
    transform: scale( 1 );
	opacity: .6;
}

.rtc_mb0 { margin-bottom: 0 !important; }


/* 共通項目 - common
-------------------------------------------------- */
.rtc_block_contact .rtc_contact_btn {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	width: 980px;
}

.rtc_block_contact .rtc_contact_btn a::after {
	content: '\f105';
	margin-left: 20px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.rtc_list_property {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	list-style: none;
}
.rtc_list_property > li {
	width: 33.33%;
}
.rtc_list_property > li::before {
	content: '\f105';
	margin-right: 10px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}


/* 特集物件リスト - FeatureList
-------------------------------------------------- */
.es-list > .es_new_block_item {
	background-color: #fff;
}


/* ヘッダー
-------------------------------------------------- */
.header_free_content {
	border: 1px solid #639b31;
    padding: 10px 30px;
    color: #639b31;
    border-radius: 50vh
}

.main-header-menu > .menu-item > a {
	position: relative;
}
.main-header-menu > .menu-item > a:hover::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 5px;
	left: 0;
	bottom: 10px;
    border-bottom: 5px double #639b31;
}

.header_free_content .header_phone {
	color: #639b31;
}
.header_free_text {
	font-size: 12px;
}
.header_links { /* ★ */
/* 	display: none; */
}

.main-header-menu .sub-menu {
	background-color: rgba( 99, 155, 49, 1 );
}
.main-header-menu .sub-menu .menu-item a {
	color: #fff !important;
	transition: all ease .6s;
}
.main-header-menu .sub-menu .menu-item a:hover {
	background-color: rgba( 0, 0, 0, .3 );
}

#primary-menu .sub-menu > li:not(:last-child) {
	border-bottom: 1px solid #fff;
}

/* タイトル
-------------------------------------------------- */
.rtc_title_borderleft {
	padding-left: 10px;
	border-left: 5px solid rgba( 99, 155, 49, 1 );
}


.rtc_title_opacity {
	position: relative;
}
.rtc_title_opacity > span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
/* 	opacity: .4; */
	font-family: "Tenor Sans", sans-serif;
	font-size: 63px;
	white-space: nowrap;
	color: rgba( 99, 155, 49, .1 );
	z-index: -1;
}

.rtc_title_white > span {
	opacity: 1;
	color: rgba( 255, 255, 255, .4 );
}

.entry-content h2.rtc_title_opacity::after {
	background-color: rgba( 99, 155, 49, 1 ) !important;
}
.entry-content h2.rtc_title_opacity.rtc_title_white::after {
	background-color: rgba( 255, 255, 255, 1 ) !important;
}

.rtc_opacity_left > span {
	left: 0;
	transform: translateY(-50%);
}

.rtc_title_sub {
	margin-bottom: 0 !important;
	min-height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
	background-image: url( '/app/uploads/sites/1182/2024/03/title_back.png' );
}


.rtc_block_search {
	text-align: center;
}
.rtc_block_search .rtc_title_opacity {
	display: inline-block;
	margin-bottom: 0;
	padding: 50px 20px 0;
    width: 90%;
    border-radius: 10px 10px 0 0;
	background-color: #fff;
}
.rtc_block_search .rtc_title_opacity > span {
	z-index: 0;
}


/* トップ：スライダー - Slider
-------------------------------------------------- */
.flexslider.es_slider .flex-direction-nav a {
	
}


/* 都内に住むなら足立区が～ - GOOD DEAL
-------------------------------------------------- */
.rtc_overflow_visible > .uagb-columns__inner-wrap > .wp-block-uagb-column {
	overflow: visible;
}

.rtc_gooddeal_frame {
	position: relative;
}
.rtc_gooddeal_frame::after {
	content: '';
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 2;
}

.rtc_gooddeal_frame_type01::before, .rtc_gooddeal_frame_type02::before,
.rtc_gooddeal_frame_type03::before {
	content: '01';
    position: absolute;
    top: -55px;
    right: 10px;
    font-size: 128px;
    z-index: 9;
    color: rgba( 255, 255, 255, .2 );
    font-family: "Secular One", sans-serif;
}

.rtc_gooddeal_frame_type02::before {
	content: '02';
	left: 10px;
	right: auto;
}
.rtc_gooddeal_frame_type03::before {
	content: '03';
}

.rtc_gooddeal_frame_type01::after {
	top: -125px;
	left: 0;
	width: 111px;
	height: 127px;
	background-image: url( '/app/uploads/sites/1182/2024/03/top_15.png' );
}
.rtc_gooddeal_frame_type02::after {
	top: -111px;
	right: 0;
	width: 116px;
	height: 113px;
	background-image: url( '/app/uploads/sites/1182/2024/03/top_16.png' );
}
.rtc_gooddeal_frame_type03::after {
	top: -133px;
	left: 0;
	width: 84px;
	height: 139px;
	background-image: url( '/app/uploads/sites/1182/2024/03/top_17.png' );
}


/* トップ：Y’s HOMEのお役立ち情報 - INFORMATION
-------------------------------------------------- */
.rtc_block_infomation .wp-block-image {
	border: 5px solid rgba( 99, 155, 49, 1 );
}
.rtc_block_infomation figure {
	overflow: hidden;
}
.rtc_block_infomation figure img {
	transition: ease all .6s;
}


.rtc_img_contain, .rtc_pd0 > .uagb-column__inner-wrap {
	padding: 0 !important;
}


/* トップ：ご購入の皆様ありがとうございます - Slider
-------------------------------------------------- */
.rtc_list_tanks {
	list-style: none;
	margin-left: 0;
}
.rtc_list_tanks li {
	margin-right: 20px;
}

.rtc_list_tanks .flickity-button {
	display: none;
	padding: 0;
}
/* 
.blog_slider .es-list {
	overflow: visible !important;
}
.rtc_slider_img .flickity-viewport {
	width: 100%;
}
.rtc_slider_img {
	overflow: visible !important;
}
.rtc_slider_img li {
	margin-right: 2%;
	width: 32%;
}
.rtc_slider_img li a {
	position: relative;
	border-radius: 10px;
}
.rtc_slider_img li a img {
	filter: brightness( 75% );
}

.rtc_slider_img li a .list_content {
	position: absolute;
	width: 80%;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.rtc_slider_img li a .list_content h3.wrap {
	color: #fff;
}
.rtc_slider_img li a:hover .list_content h3.wrap {
	text-decoration: none;
}
.rtc_slider_img button {
	margin: 0 !important;
	padding: 0;
    transition: all ease .6s;
	width: 60px;
    height: 60px;
    top: auto;
    bottom: -78px;
	background: rgba( 235, 237, 244, 1 );
	z-index: 2;
}
.rtc_slider_img button:hover {
	background: rgba( 23, 45, 92, 1 );
}
.rtc_slider_img ol {
	margin-left: 0 !important;
}
.rtc_slider_img ol > li.dot {
	max-width: auto;
	min-width: auto;
	width: 10px !important;
}

.rtc_slider_img button.flickity-button svg { display: none; }

.rtc_slider_img button.flickity-prev-next-button::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	font-family: 'Font Awesome 5 Free';
	font-size: 21px;
	font-weight: 900;
}

.rtc_slider_img button.flickity-prev-next-button.previous::before {
	content: '\f060';
}
.rtc_slider_img button.flickity-prev-next-button.next::before {
	content: '\f061';
} */


/* ページ：自社物件情報 - own-property
-------------------------------------------------- */
.rtc_marker > strong {
	background:linear-gradient( transparent 80%, #FEB80F 80% );
}

/* ページ：足立区タウンガイド - town-guide
-------------------------------------------------- */
.rtc_block_townguide {
	position: relative;
}
.rtc_block_townguide::after {
	content: '';
	position: absolute;
	right: 50px;
    bottom: 120px;
	width: 246px;
	height: 301px;
	background-image: url( '/app/uploads/sites/1182/2024/03/town-guide09.png' );
	background-size: contain;
	z-index: 9;
}

.rtc_num_town_guide {
	position: relative;
}
.rtc_num_town_guide::before {
	content: '01';
    position: absolute;
    top: -55px;
    right: 10px;
    font-size: 128px;
    z-index: 9;
    color: rgba( 255, 255, 255, .2 );
    font-family: "Secular One", sans-serif;
}

.rtc_num_town_guide.rtc_numtype02::before {
	content: '02';
	left: 10px;
	right: auto;
}
.rtc_num_town_guide.rtc_numtype03::before {
	content: '03';
}

.rtc_list_townguide {
	position: relative;
}
.rtc_list_townguide::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	width: 828px;
	height: 234px;
	background-image: url( '/app/uploads/sites/1182/2024/03/town-guide10.png' );
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
}

.rtc_list_townguide ul {
	margin: 0;
}
.rtc_list_townguide ul > li:not(:last-child) {
	margin-bottom: 10px;
}


.rtc_list_townguide02 > .uagb-columns__inner-wrap > .wp-block-uagb-column > .uagb-column__inner-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 125px;
}
.rtc_list_townguide02 > .uagb-columns__inner-wrap > .wp-block-uagb-column > .uagb-column__inner-wrap p {
	margin-bottom: 0;
	line-height: 1.5;
	font-size: 21px;
}


/* ページ：売却相談 - buy_sale
-------------------------------------------------- */
.rtc_president_name {
	font-family: "Oooh Baby", cursive;
}

.rtc_title_point {
	position: relative;
}
.rtc_title_point > em {
	position: absolute;
    top: -40px;
	left: 250px;
    font-weight: normal;
    font-style: normal;
    transform: rotate(-10deg);
}
.rtc_title_point > em::before,
.rtc_title_point > em::after {
	display: inline-block;
	content: '\f715';
	font-family: 'Font Awesome 5 Free';
	font-size: 18px;
	font-weight: 900;
}
.rtc_title_point > em::before {
	margin-right: 5px;
}
.rtc_title_point > em::after {
	transform: scaleX(-1);
}

.rtc_title_point span {
	font-family: "Old Standard TT", serif;
	font-size: 98px;
    font-weight: normal !important;
	color: rgba( 254, 184, 15, 1 );
}


.rtc_block_point > .uagb-columns__inner-wrap > .wp-block-uagb-column {
	box-shadow: 3px 3px 10px rgba( 0, 0, 0, .15 );
}
.rtc_block_point h3 {
	font-family: "Old Standard TT", serif;
	font-weight: normal !important;
}
.rtc_block_point h3 > span {
	display: block;
	font-size: 48px;
	font-weight: bold;
	color: rgba( 254, 184, 15, 1 );
}

.rtc_sale_btn > .uagb-columns__inner-wrap > .wp-block-uagb-column {
	overflow: visible;
}
.rtc_sale_btn .rtc_btn_df > a {
	font-size: 26px !important;
	font-weight: bold;
	line-height: 1.5;
}

.contact_block {
	min-height: 285px;
}


/* ページ：スタッフ紹介 - staff
-------------------------------------------------- */
.es-list.staffs h3 {
	margin-top: 20px;
	font-size: 24px;
	text-align: center;
}

.rtc_tbl_profile table,
.rtc_tbl_profile table tr td { border: none; }
.rtc_tbl_profile table tr:not(:last-child) td {
	border-bottom: 1px dashed #333;
}
.rtc_tbl_profile table tr td:first-child {
	width: 25%;
}
.rtc_tbl_profile table tr td:last-child {
	width: 75%;
}


/* ページ：ワイズホームのおもてなし - merit
-------------------------------------------------- */
.entry-content h2.rtc_ttl_reason {
	margin-bottom: -40px;
	font-family: "Old Standard TT", serif;
	font-weight: normal;
}
.entry-content h2.rtc_ttl_reason > span {
	font-size: 80px;
	color: rgba( 254, 184, 15, 1 );
}

.rtc_reason_catch {
	margin-bottom: 0 !important;
	font-size: 21px;
	font-weight: bold !important;
}
.rtc_reason_catch > span {
	display: inline-block;
	margin-right: 10px;
	padding: 5px 20px;
	color: #fff;
	background-color: rgba( 254, 184, 15, 1 );
}

.rtc_block_shadow {
	padding: 0;
}
.rtc_block_shadow > .uagb-columns__inner-wrap > .wp-block-uagb-column {
	box-shadow: 3px 3px 10px rgba( 0, 0, 0, 0.15 );
}

.rtc_block_reason h3 {
	padding-left: 10px;
	border-left: 5px solid rgba( 254, 184, 15, 1 );
}


/* ページ：会社概要 - COMPANY
-------------------------------------------------- */
.rtc_tbl_company table {
	border-top: 1px solid #F5F5F5;
}
.rtc_tbl_company table,
.rtc_tbl_company table tr td {
	border: none;
}
.rtc_tbl_company table tr td:first-child {
	width: 15%;
	text-align: center;
	font-weight: bold;
	background-color: #F5F5F5;
	border-bottom: 1px solid #fff;
}
.rtc_tbl_company table tr td:last-child {
	width: 85%;
	text-align: center;
	border-bottom: 1px solid #F5F5F5;
}


/* ページ：住宅ローンの相談 - HOUSING-LOAN
-------------------------------------------------- */
.rtc_btn_df {
	position: relative;
}
.rtc_btn_df:before,
.rtc_btn_df:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -15px;
	height: 1px;
	background: #333;
	z-index: 9;
}

.rtc_btn_df:before {
	width: 30px;
	transform: translateY(-50%);
}

.rtc_btn_df:after {
	width: 8px;
	transform: translateY( -50% ) rotate( 45deg );
	transform-origin: right center;
}

.rtc_btn_df > a > span {
	display: block;
	font-size: 14px;
}

.rtc_btn_df > a {
	position: relative;
	padding: 10px 50px;
	border: 1px solid #333;
	color: #333 !important;
	background-color: rgba( 255, 255, 255, .5 );
}
.rtc_btn_df > a::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 8px;
	width: 100%;
	height: 100%;
	background-color: rgba( 254, 184, 15, 1 );
	transition: ease all .6s;
	z-index: -1;
}

.rtc_btn_df > a:hover::before {
	top: 0;
	left: 0;
}

.rtc_btnbg_blue > a::before { background-color: rgba( 81, 167, 221, 1 ); }
.rtc_btnbg_red > a::before { background-color: rgba( 237, 121, 128, 1 ); }
.rtc_btnbg_green > a::before { background-color: rgba( 99, 155, 49, 1 ); }


/* ボタン系 - button
-------------------------------------------------- */
.wp-block-button__link.search, .result_data_wrap .inquiry_wrap .wp-block-button__link, .wp-block-button__link.next-line,
.wp-block-button__link.next-area, .wp-block-button__link.to-preferential, .wp-block-button__link.search-submit {
	position: relative;
/*     padding: 10px 50px; */
    border: 1px solid #333 !important;
    color: #333 !important;
    background-color: rgba( 255, 255, 255, .5 );
	border-radius: 0;
	z-index: 5;
}
.wp-block-button__link.search::after, .result_data_wrap .inquiry_wrap .wp-block-button__link::after, .wp-block-button__link.next-line:after,
.wp-block-button__link.next-area::after, .wp-block-button__link.to-preferential::after, .wp-block-button__link.search-submit::after {
	content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    width: 100%;
    height: 100%;
    background-color: rgba( 254, 184, 15, .4 );
    transition: ease all .6s;
    z-index: -1;
}
.wp-block-button__link.search:hover::after, .result_data_wrap .inquiry_wrap .wp-block-button__link:hover::after, .wp-block-button__link.next-line:hover::after,
.wp-block-button__link.next-area:hover::after, .wp-block-button__link.to-preferential:hover::after, .wp-block-button__link.search-submit:hover::after {
	top: 0;
	left: 0;
}

.wp-block-button__link.next-line::after, .wp-block-button__link.next-area::after,
.wp-block-button__link.to-preferential::after {
	background-color: rgba( 99, 155, 49, .4 );
}

.rtc_btn_more {
	padding-right: 20px;
	text-align: right;
}
.rtc_btn_more > a {
	color: #fff;
}
.rtc_btn_more > a:hover {
	text-decoration: none;
}

.rtc_btn_more > a > i {
	margin-right: 10px;
	transition: all ease .6s;
}
.rtc_btn_more > a:hover > i {
	margin-right: 5px;
}


/* フローティングバナー - FloatingBanner
-------------------------------------------------- */
.rtc_floating_banner {
	margin: 0;
	position: fixed;
	top: 180px;
	right: 0;
	list-style: none;
	z-index: 99;
}

.rtc_floating_banner > li:not(:last-child) {
	padding: 10px 0 10px 10px;
	background-color: rgba( 99, 155, 49, 1 );
	border-radius: 10px 0 0 10px;
}
.rtc_floating_banner > li:not(:last-child) {
	margin-bottom: 10px;
}
.rtc_floating_banner > li:not(:last-child) > a {
	display: block;
	padding: 15px 20px;
	color: #fff;
	border-radius: 5px 0 0 5px;
    border: 2px solid #fff;
    border-right: none;
}

.rtc_floating_banner > li:not(:last-child) > a:hover {
	text-decoration: none;
}

.rtc_floating_banner > li:last-child {
	margin-top: 50px;
	margin-right: 10px;
	text-align: center;
}
.rtc_floating_banner > li:last-child > a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 50%;
    width: 120px;
    height: 120px;
    background: #fff;
    line-height: 1.5;
    border: 3px solid rgba( 99, 155, 49, 1 );
    font-size: 14px;
	transition: all ease .6s;
}
.rtc_floating_banner > li:last-child > a::before {
	content: '\f0e0';
	font-family: 'Font Awesome 5 Free';
	font-size: 21px;
	font-weight: 500;
}

.rtc_floating_banner > li:last-child > a:hover {
	text-decoration: none;
	color: #fff;
	background-color: rgba( 99, 155, 49, 1 );
}

.rtc_totop {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 99;
}
.rtc_totop img {
	width: 30px;
	background-size: contain;
}
/* .rtc_totop::before {
	content: '';
    position: absolute;
    top: -70px;
    right: 50%;
	width: 1px;
    transform: translateX(-50%);
	height: 50px;
    background: #333;
    z-index: 9;
}
.rtc_totop::after {
	content: '';
    position: absolute;
    top: -70px;
    right: 40%;
    width: 8px;
    transform: translateX(-50%) rotate(215deg);
    transform-origin: right center;
    height: 1px;
    background: #333;
    z-index: 9;
} */


/* .rtc_totop > a {
	color: #333;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing: .2em;
} */
.rtc_totop > a:hover {
	opacity: .6;
	text-decoration: none;
}


/* スタッフブログ - Blog
-------------------------------------------------- */
.rtc_column_list ul.es-list-items > li h3 {
	padding-left: 10px;
	border-left: 5px solid rgba( 99, 155, 49, 1 );
}

/* ブログ - Blogs
-------------------------------------------------- */
.entry-header.blog h1 {
	padding-left: 10px;
	color: #333;
	border-left: 5px solid rgba( 99, 155, 49, 1 );
}
.entry-meta { color: #333; }


/* 検索画面 - Feature
-------------------------------------------------- */
.es_search_list_block h2,
body.feature-template-default h1.entry-title {
	padding: 20px;
	text-align: center;
	color: #fff !important;
	font-weight: bold;
	background-image: url( '/app/uploads/sites/1182/2024/03/title_back.png' );
}
.es_search_list_block h2::after { display: none; }


/* フッター - Footer
-------------------------------------------------- */
footer .footer-adv .footer-adv-overlay {
	background-color: #fff;
}

footer.site-footer > .footer-adv > .footer-adv-overlay > .es-container > .wp-block-columns {
	flex-direction: column;
}
footer.site-footer > .footer-adv > .footer-adv-overlay > .es-container > .wp-block-columns.has-2-columns > * {
	width: 100% !important;
	text-align: center;
}
footer.site-footer #media_image-3 {
	margin-bottom: 20px;
}
footer.site-footer .footer-adv-widget-2 {
	margin-bottom: 0;
}


footer.site-footer .es-small-footer-wrap {
	display: flex;
	flex-wrap: wrap;
}

footer.site-footer .es-small-footer .es-footer-overlay {
	padding: 2em 0;
	background-color: #1C712E;
}
footer.site-footer .es-small-footer-section {
	text-align: left;
}

footer.site-footer .es-small-footer-wrap > *:nth-child(odd) {
	width: 60%;
}
footer.site-footer .es-small-footer-wrap > *:nth-child(even) {
	width: 40%;
}

footer.site-footer .es-small-footer-wrap .rtc_list_sitemap > li:not(:last-child) {
	margin-right: 20px;
}

footer.site-footer .rtc_list_sitemap {
	display: flex;
	flex-wrap: wrap;
}

/* ブログ - blog
-------------------------------------------------- */
body.single-post .entry-meta { display: none; }


.rtc_sp { display: none !important; }

@media ( max-width: 480px ) {
	.rtc_pc { display: none !important; }
	.rtc_sp { display: block !important; }
	
	body #page {
		overflow-x: hidden;
	}
	
	.header_links { /* ★ */
		display: block;
	}
	
	.rtc_forsp_flex_reverse .uagb-columns__inner-wrap { /* ★ SP時上下反転 */
		display: flex;
		flex-direction: column-reverse;
	}
	
	/* ボタン - BTN
	-------------------------------------------------- */
	.rtc_btn_df, .rtc_btn_df > a {
		width: 100%;
	}
	.rtc_btn_df:before, .rtc_btn_df:after {
		right: 15px;
	}
	
	/* タイトル - TITLE
	-------------------------------------------------- */
	.rtc_title_opacity {
		font-size: 14px !important;
	}
	.rtc_title_opacity > span {
		top: 35%;
		font-size: 36px;
		opacity: .6;
	}
	
	.rtc_title_sub {
		font-size: 14px !important;
	}
	
	#masthead .site-logo-img {
		padding-right: 0;
	}
	
	/* トップ - TOP
	-------------------------------------------------- */
	.rtc_mainvisual {
		padding: 0;
	}
	
	.rtc_mainvisual_sp {
		padding: 0;
	}
	.flexslider.es_slider ol {
		margin-top: 10px !important;
	}
	
	.rtc_img_full {
		padding: 0;
	}
	
	.rtc_block_search .rtc_title_opacity {
		padding-top: 20px;
		color: #fff !important;
		background-color: transparent;
	}
	.rtc_block_search .rtc_title_opacity > span {
		color: rgba( 255, 255, 255, .6 ) !important;
	}
	.entry-content .rtc_block_search h2.rtc_title_opacity::after {
		background-color: #fff !important;
	}
	
	.rtc_gooddeal_frame_type01::before {
		top: 275px;
		left: 10px;
		right: auto;
		font-size: 80px;
	}
	.rtc_gooddeal_frame_type02::before {
		top: 205px;
		font-size: 80px;
	}
	.rtc_gooddeal_frame_type03::before {
		top: 255px;
		left: 10px;
		right: auto;
		font-size: 80px;
	}
	
	
	/* ページ:会社概要
	-------------------------------------------------- */
	.rtc_tbl_company table tr td:first-child,
	.rtc_tbl_company table tr td:last-child {
		width: 100%;
		text-align: left;
	}
	
	/* ページ:スタッフ紹介
	-------------------------------------------------- */
	.es-list.staffs h3 {
		margin-top: 10px;
		font-size: 14px;
	}
	
	.rtc_tbl_profile table tr td:first-child,
	.rtc_tbl_profile table tr td:last-child {
		display: block;
		width: 100%;
	}
	.rtc_tbl_profile table tr td:first-child {
		padding-bottom: 0;
		font-weight: bold;
		border-bottom: none;
	}
	
	/* ページ:ワイズホームのおもてなし
	-------------------------------------------------- */
	.rtc_reason_catch { font-size: 16px !important; }
	.rtc_reason_catch > span {
		display: block;
	}
	
	
	/* ページ:住宅ローンの相談
	-------------------------------------------------- */
	body.es-page-housing-loan h2.rtc_title_loan {
		font-size: 22px !important;
	}
	
	body.es-page-housing-loan .has-medium-font-size {
		font-size: 13px !important;
	}
	
	
	/* ページ:売却相談
	-------------------------------------------------- */
	.rtc_title_point {
		font-size: 16px !important;
	}
	.rtc_title_point > em {
		position: static;
		margin-bottom: 10px;
		display: block;
		transform: rotate( 0deg );
	}
	
	.rtc_title_point > em::before,
	.rtc_title_point > em::after {
		font-size: 14px;
	}
	
	.rtc_sale_btn > .uagb-columns__inner-wrap {
		display: flex;
		flex-wrap: wrap;
	}
	.rtc_sale_btn > .uagb-columns__inner-wrap > .wp-block-uagb-column {
		width: 50% !important;
	}
	.rtc_sale_btn .rtc_btn_df > a {
		padding: 10px 20px;
		font-size: 16px !important;
	}
	.rtc_btn_df > a > span {
		font-size: 9px;
	}	
	
	/* ページ:足立区タウンガイド
	-------------------------------------------------- */
	.rtc_block_townguide::after { display: none; }
	
	.rtc_list_townguide > .uagb-columns__inner-wrap {
		max-width: 100% !important;
	}
	.rtc_list_townguide::before {
		width: 100%;
		height: 80%;
	}
	.rtc_list_townguide02 > .uagb-columns__inner-wrap {
		display: flex;
		max-width: 100% !important;
	}
	.rtc_list_townguide02 > .uagb-columns__inner-wrap > .wp-block-uagb-column > .uagb-column__inner-wrap p {
		font-size: 12px;
	}
	
	.rtc_imgcover {
		background-size: cover !important;
	}
	
	.rtc_img_abs {
		position: absolute;
		right: -20px;
		top: 45px;
	}
	
	body.es-page-town-guide .entry-content h2 {
		font-size: 16px !important;
	}
	
	body.es-page-town-guide .has-medium-font-size {
		font-size: 10px !important;
	}
	
	body.es-page-town-guide .entry-content h2.rtc_title_sub {
		font-size: 14px !important;
	}
	
	
	/* お問合せボタン
	-------------------------------------------------- */
	.rtc_contact_btn > .uagb-columns__inner-wrap {
		display: flex;
		flex-wrap: wrap;
	}
	.rtc_contact_btn > .uagb-columns__inner-wrap > .wp-block-uagb-column {
		width: 50% !important;
	}
	
	.rtc_block_contact .rtc_contact_btn {
		width: 100%;
		bottom: 8px;
	}
	
	.rtc_block_contact .rtc_contact_btn .wp-block-button__link {
		font-size: 8px;
	}
	
	
	/* 取り扱い物件一覧
	-------------------------------------------------- */
	.rtc_list_property > li {
		width: 100%;
	}
	
	/* フローティングバナー - FloatingBanner
	-------------------------------------------------- */
	.rtc_floating_banner { display: none; }
	.rtc_totop {
		right: 10px;
		bottom: 80px;
	}
	
	
	/* フッター
	-------------------------------------------------- */
	footer.site-footer .textwidget {
		font-size: 12px;
	}
	
	footer.site-footer .es-small-footer-wrap > *:nth-child(odd) {
		width: 100%;
	}
	footer.site-footer .es-small-footer-wrap > *:nth-child(even) {
		width: 100%;
	}
	
	
	footer.site-footer .rtc_list_sitemap > li {
		width: 50%;
		text-align: left;
	}
	footer.site-footer .rtc_list_sitemap > li > a {
		display: block;
		padding: 5px 0;
	}
	footer.site-footer .es-small-footer-wrap .rtc_list_sitemap > li:not(:last-child) {
		margin-right: 0;
	}
	
	footer.site-footer .rtc_list_sitemap.rtc_sp {
		display: flex !important;
	}
	
	footer.site-footer .es-small-footer-section {
		margin-top: 10px;
		text-align: center;
	}
	
}