/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 31 2026 | 02:54:35 */
body.home #content { overflow-x: hidden; }



@media ( min-width: 480px ) {
	.main-navigation {
		align-items: center;
		vertical-align: inherit !important;
	}
	nav#site-navigation {
		display: flex;
		justify-content: flex-end;
	}
	
	#primary-menu {
		height: 30px;
	}
	#primary-menu > li:not(:last-of-type) {
		border-right: 1px solid #333;
	}
	#primary-menu > li#menu-item-2488 {
		border-right: none;
	}
	
	#masthead .site-logo-img .custom-logo {
		max-height: 60px;
	}
	
	.main-header-menu li:hover > a {
		color: #090B5C;
	}
	
	.main-header-menu > .menu-item > a {
        font-weight: 500;
        letter-spacing: 0.1em;
    }
	
	.header_links__list {
		flex-direction: row-reverse;
	}
	.header_links li {
		margin-left: 0;
	}
	#masthead .main-header-container .header_links li:first-child > a {
		min-width: auto;
	}
	.header_links__list li a .pc, 
	.header_links__list li a {
		color: transparent;
		font-size: 0;
	}
	
	.header_links__list li a .icon-history,
	.header_links__list li a .icon-heart {
		color: #090B5C;
	}
	
	.header_links__list li a {
		display: flex;
		align-items: center;
		text-decoration: none;
	}
	.header_links__list li a:hover {
		border-bottom: none !important;
	}
	.header_links__list li a:hover span[class^="icon-"] {
		color: #fff;
		background-color: #090B5C;
	}

	.header_links__list li a span[class^="icon-"] {
		display: inline-block;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		border: 1px solid #090B5C;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-right: 8px;
	}
	
	.header_links span.favorite-count, .header_links span.history-count {
		top: 25px;
		right: 0;
	}
	#masthead.fixed .header_links span[class^=icon-] {
		display: flex;
		font-size: 1.5rem;
	}
	.header_links span.favorite-count, .header_links span.history-count {
		left: auto !important;
		right: 5px !important;
	}
	
	.rtc_header_btncontact {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		font-family: var( --main-font );
		margin-right: 20px;
		padding: 5px 30px;
		border: 2px solid #090B5C;
		border-radius: 30px; 
		background-color: #fff;
		text-decoration: none;
		box-sizing: border-box;
		transition: all 0.6s ease;
	}

	.rtc_header_btncontact span {
		color: #090B5C;
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 0.15em;
	}

	.rtc_header_btncontact:hover {
		background-color: #000c5c;
	}
	.rtc_header_btncontact:hover span {
		color: #fff;
	}
	
	#menu-item-5258 { display: none; }
	
	
}

/* ボタン - Button
-------------------------------------------------- */
.feature-advertisement-block a.wp-block-button__link,
.rtc_btn_df a.wp-block-button__link {
	position: relative;
	padding: 10px 0;
	width: 240px;
	color: var( --main-color ) !important;
	letter-spacing: 0.1em;
	font-weight: 600;
	border: 1.5px solid var( --main-color );
	border-radius: 50vh !important;
	background: #fff;
}
.feature-advertisement-block a.wp-block-button__link::before,
.rtc_btn_df a.wp-block-button__link::before {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY( -50% );
	content: '\f105';
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
}

.rtc_btn_df.rtc_btn_big a.wp-block-button__link {
	width: 600px;
}

.rtc_btn_contact.rtc_btn_df a.wp-block-button__link {
	margin-top: 30px;
	padding: 10px 0;
	width: 300px;
	background: transparent;
}

.rtc_btn_about .rtc_btn_df a.wp-block-button__link {
	width: 100%;
}
.rtc_btn_about .rtc_btn_df .wp-block-button {
	width: 100%;
}


/* メインビジュアル - MV
-------------------------------------------------- */
.rtc_mv_top > .uagb-columns__inner-wrap {
	max-width: 100% !important;
}

.rtc_mv_photo {
	position: relative;
}
.rtc_mv_photo::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient( 90deg, transparent, transparent 50%, #fff );
	border-radius: 10px;
	z-index: 2;
}
.rtc_mv_photo img {
	height: 498px;
	border-radius: 10px;
	object-fit: cover;
	object-position: center top;
}
.rtc_mv_photo figcaption {
	margin: 0;
	position: absolute;
	left: 50px;
	bottom: 30px;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.5 !important;
	letter-spacing: .2em;
	text-shadow: 0 3px 5px rgba( 0, 0, 0, .6 );
	z-index: 3;
}

.rtc_mv_right > .uagb-column__inner-wrap {
	display: flex;
	align-items: end;
}
.rtc_list_topsearch {
	margin: 0;
	width: 100%;
	list-style: none;
}
.rtc_list_topsearch > li:not(:last-of-type) {
	margin-bottom: 15px;
}
.rtc_list_topsearch > li a {
	position: relative;
	display: block;
	padding: 15px 30px;
	font-size: 18px;
	font-weight: bold;
	background-color: #fff;
	border-radius: 10px;
	letter-spacing: .1em;
	transition: all ease .6s;
}
.rtc_list_topsearch > li a::before {
	margin-right: 20px;
	content: '\f239';
	font-size: 21px;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
}
.rtc_list_topsearch > li a::after {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY( -50% );
	content: '\f138';
	font-size: 21px;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
}
.rtc_list_topsearch > li:nth-child(2) a::before { content: '\f3c5'; }
.rtc_list_topsearch > li:nth-child(3) a::before { content: '\f5a0'; }
.rtc_list_topsearch > li:nth-child(4) a::before { content: '\f508'; }
.rtc_list_topsearch > li:nth-child(5) a::before { content: '\f1ad'; }
.rtc_list_topsearch > li:nth-child(6) a::before { content: '\f2b5'; font-weight: 400; }
.rtc_list_topsearch > li:nth-child(7) a::before { content: '\e3af'; }

.rtc_list_topsearch > li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #090B5C;
}
.rtc_list_topsearch > li a:hover::before, .rtc_list_topsearch > li a:hover::after {
	color: #fff;
}


/* お知らせ - News
-------------------------------------------------- */
.rtc_block_news::before {
	padding-right: 30px;
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY( -50% );
	content: 'NEWS';
	font-weight: 600;
	font-family: var( --main-font );
	border-right: 1.5px solid #333;
	z-index: 99;
}
.rtc_block_news {
	position: relative;
	padding: 0;
	border-right: none;
}
.rtc_block_news ul {
	display: block;
	background: #fff;
	height: 60px;
	line-height: 60px;
	border-radius: 10px;
	padding: 7px 65px 10px 130px;
	overflow: hidden;
	position: relative;
	z-index: 30;
}
.rtc_block_news ul li a:hover h3.wrap {
	color: #090B5C;
	text-decoration: none;
}
.rtc_block_news ul li a h3.wrap {
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all ease .6s;
}

.rtc_block_news ul li {
	margin-bottom: 0 !important;
	padding: 0 !important;
	border: none !important;
}

.rtc_block_news ul li a .date {
	margin-right: 15px;
	color: #333;
	font-family: var( --main-font );
	font-weight: bold;
}
.rtc_block_news ul li a .es-list-content {
	display: flex;
}

.rtc_block_news .slick-arrow {
	padding: 0;
	width: 15px;
	height: 35px;
	background-color: transparent;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY( -50% );
	z-index: 9;
}
.rtc_block_news .slick-arrow.slick-prev {
	left: auto;
	right: 35px !important;
}
.rtc_block_news .slick-arrow.slick-prev::before,
.rtc_block_news .slick-arrow.slick-next::before {
	font-family: 'Font Awesome 5 Free' !important;
	font-size: 14px;
	font-weight: 900;
	color: #090B5C;
}
.rtc_block_news .slick-arrow.slick-prev::before {
	content: '\f053';
}
.rtc_block_news .slick-arrow.slick-next::before {
	content: '\f054';
}

.rtc_scroll_auto {
	padding: 0 0 0 20px;
	border-left: 3px solid #beaf87;
}
.rtc_scroll_auto ul {
	height: 80px;
	overflow-y: scroll;
}
.rtc_scroll_auto ul 
	border-bottom: none !important;
}
.rtc_scroll_auto ul > li h3.wrap:hover {
	text-decoration: underline;
}

/* こだわりから探す - SEARCH
-------------------------------------------------- */
.rtc_search_block .rtc_ttl_main.rtc_ttl_main_white {
	color: rgba(255, 255, 255, 0.5) !important;
}
.rtc_list_search {
	margin: 50px 0 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.rtc_list_search > li {
	margin-bottom: 30px;
	width: 31%;
}
.rtc_list_search > li a {
	position: relative;
	display: block;
	min-height: 380px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.rtc_list_search > li a::after {
	position: absolute;
	right: 15px;
	bottom: 15px;
	content: '\f138';
	font-size: 24px;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	color: #FD1515; 
}

.rtc_list_search > li a:hover {
	text-decoration: none;
	transform: translate3d( 0, 3px, 0 );
}

.rtc_list_search > li a:hover img {
	transform: scale( 1 );
}

.rtc_list_search > li a h3, .rtc_list_search > li a p {
	padding: 0 20px;
}
.rtc_list_search > li a h3 {
	margin-bottom: 10px;
	padding-top: 20px;
	font-size: 18px;
}
.rtc_list_search > li a p {
	font-size: 12px;
	color: #333;
}


/* おすすめ物件 - PICKUP
-------------------------------------------------- */
.rtc_bg_pickup {
	background-size: 300px !important;
}
.feature-advertisement-block {
	padding-top: 30px;
}
.feature-advertisement-block.es_grid_advlist .es_new_block_item_rent {
	background: #fff;
}
.feature-advertisement-block.es_grid_advlist a.es_new_block_link {
	border-radius: 10px;
}
.feature-advertisement-block.es_grid_advlist a.es_new_block_link p {
	line-height: 1.5;
}
.feature-advertisement-block .es_new_block_item {
	border-radius: 10px;
}


/* オーナー様へ - owner
-------------------------------------------------- */
.rtc_list_flex {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin: 0;
	list-style: none;
}
.rtc_list_flex > li {
	flex: 1;
}
.rtc_list_flex > li:hover {
	
}

.rtc_list_flex > li h3 {
	margin-bottom: 0;
	padding: 10px;
	font-size: 14px;
	text-align: center;
	background-color: #fff;
}

.rtc_list_flex > li a:hover img {
	transform: scale( 1 );
}
.rtc_list_flex > li a img {
	width: 100%;
	height: 120px;
	object-fit: cover;
}

.rtc_list_flex > li a {
	display: block;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 5px rgba( 0, 0, 0, .5 );
	transition: all ease .6s;
}
.rtc_list_flex > li a:hover {
	text-decoration: none;
	transform: translate3d( 0, 3px, 0 );
	box-shadow: 0 0 3px rgba( 0, 0, 0, .3 );
}


/* 誠和計画について - ABOUT
-------------------------------------------------- */
.rtc_block_about {
	overflow: visible;
	z-index: -1;
}
.rtc_txt_about {
	line-height: 1.8 !important;
}

.rtc_about_txtblock {
	overflow: visible;
}

.rtc_about_photo {
	margin-right: calc( -50vw + var(--es-scroll-var-half) + 50% );
}

.rtc_btn_about {
	position: relative;
	width: 720px;
	z-index: 9;
}

/* バナー
-------------------------------------------------- */
.rtc_bnr_links a img {
	transition: all ease .6s;
}
.rtc_bnr_links a:hover img {
	transform: scale(1);
	opacity: .6;
}

/* フッター - footer
-------------------------------------------------- */
.es-link-container { display: none; }

footer.site-footer .footer-adv-overlay .es-container::before {
	content: '';
	display: block;
	margin-bottom: 30px;
	height: 60px;
	background-image: url( '/app/uploads/sites/1523/2026/06/siteLogo.jpg' );
	background-repeat: no-repeat;
	background-size: contain;
}

.footer-adv-overlay h2.widget-title {
	color: #333;
}
footer.site-footer .footer-adv-overlay li a {
	color: #333;
	transition: all ease .6s;
}
footer.site-footer .footer-adv-overlay li a:hover {
	color: #090B5C;
	text-decoration: none;
}


/* 入居者様へ - RESIDENT
-------------------------------------------------- */
.news-left {
	align-items: flex-start; 
	border-right: 1px solid #333;
}
.news-left {
	width: 120px;
	display: flex;
	align-items: flex-start; 
	justify-content: center; 
	border-right: 1px solid #333;
	padding-right: 20px;
	padding-top: 120px;
}

.news-left h2 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0;
	text-align: center; 
}

/* 右側：コンテンツ全体 */
.news-right {
	flex: 1;
	padding-left: 40px;
}

/* お知らせリスト */
.news-list {
	list-style: none;
	padding: 0;
	margin: 0 0 30px 0;
}

.news-list li {
	display: flex;
	align-items: flex-start; 
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 1.6;
	border-bottom: 0px solid;
}

/* 日付 */
.news-list .date {
	font-weight: bold;
	width: 100px;
	flex-shrink: 0;
}

/* タイトル */
.news-list .title {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
/*ボタン*/
.news-right .rtc_btn_df a.wp-block-button__link {
	position: relative;
	padding: 10px 0;
	width: 240px;
	color: var( --main-color ) !important;
	font-weight: bold;
	border: 1.5px solid var( --main-color );
	border-radius: 50vh !important;
	background: #fff;
}

.news-right .rtc_btn_df a.wp-block-button__link::before {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY( -50% );
	content: '\f105';
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
}

.news-right .rtc_btn_contact.rtc_btn_df a.wp-block-button__link {
	margin-top: 30px;
	padding: 10px 0;
	width: 300px;
	background: transparent;
}

/* ==========================================================================
PC・タブレット向けのスタイル（画面幅769px以上で適用）
========================================================================== */

/*お知らせ日付とタイトル横並び*/

@media screen and (min-width: 769px) {
	/* PCのときだけFlexboxで横1列に並べる */
	.rtc-news-container .es-list-content {
		display: flex;
		align-items: flex-start; /* 2行になっても上揃え */
	}

	/* PC時の日付の幅を固定 */
	.rtc-news-container .es-list-content .date {
		width: 110px; /* 日付の横幅 */
		flex-shrink: 0; /* 幅が縮まないように固定 */
		margin-bottom: 0; /* スマホ用の隙間をリセット */
		font-size: 14px;
		color: #333;
	}

	/* PC時のタイトル */
	.rtc-news-container .es-list-content h3.ellipsis {
		flex: 1; /* 残りの横幅をすべて使う */
		font-size: 14px;
	}
}

/* ==========================================================================
スマートフォン向けのスタイル（画面幅768px以下で適用）
========================================================================== */
@media screen and (max-width: 768px) {
	.news-container {
		flex-direction: column; 
		margin: 25px auto;
	}

	.news-left {
		margin-bottom: 20px;
		padding: 10px 0;
		width: 100%;
		border-right: none; 
		border-bottom: 1px solid #333;
	}
	.rtc-news-container .rtc-news-container {
		padding: 20px 0 !important;
	}

	.news-right {
		padding-left: 0; 
	}
	.news-right .rtc_btn_df {
		justify-content: center;
	}
	.news-right .rtc_btn_df a.wp-block-button__link {
		font-size: 14px !important;
	}
	
	body.es-page-resident .es-link-container {
		padding-left: 10px;
	}
	body.es-page-resident footer.site-footer {
		padding-left: 0;
	}
}

/* スマホ版 - sp
-------------------------------------------------- */
@media ( max-width: 480px ) {
	
	.rtc_forsp_flex_reverse .uagb-columns__inner-wrap { /* ★ SP時上下反転 */
		display: flex;
		flex-direction: column-reverse;
	}

	.rtc_btn_df.rtc_btn_big a.wp-block-button__link, .rtc_btn_df.rtc_btn_big .wp-block-button {
		width: 100%;
		font-size: 12px;
	}
	
	.feature-advertisement-block a.wp-block-button__link, .rtc_btn_df a.wp-block-button__link {
		font-size: 14px;
	}
	
	.header_links__list li:nth-child(1) { order: 2; }
	.header_links__list li:nth-child(2) { order: 1; }
	.header_links__list li:nth-child(3) { order: 3; }
	
	.header_links__list li:nth-child(1), .header_links__list li:nth-child(2) {
		margin-right: 5px;
		width: 38px;
        height: 38px;
        border-radius: 50%;
        border: 1px solid #090B5C;
        display: flex;
        justify-content: center;
        align-items: center;
	}
	.header_links span[class^=icon-] {
		color: #090b5c;
	}
	.header_links span.favorite-count, .header_links span.history-count {
		right: -15px;
        bottom: -10px;
	}
	
	
	/* メインビジュアル - mv
	-------------------------------------------------- */
	.rtc_mv_photo img {
		height: auto;
	}
	.rtc_mv_photo figcaption {
		left: 20px;
		bottom: 20px;
		font-size: 18px;
	}
	.rtc_block_news::before {
		padding-right: 15px;
		left: 15px;
	}
	.rtc_block_news ul {
		padding: 7px 50px 10px 90px;
	}
	.rtc_block_news ul li a .date {
		flex-shrink: 0;
	}
	
	.rtc_list_topsearch > li a { font-size: 16px; }
	.rtc_list_topsearch > li a::before, .rtc_list_topsearch > li a::after { font-size: 18px; }
	
	
	.rtc_list_topsearch {
		display: flex;
		flex-wrap: wrap;
		gap: 2%;
	}
	.rtc_list_topsearch > li {
		width: 49%;
	}
	.rtc_list_topsearch > li:not(:last-of-type) {
		margin-bottom: 8px;
	}
	.rtc_list_topsearch > li a {
		padding: 10px 15px;
		font-size: 12px;
	}
	.rtc_list_topsearch > li a::before, .rtc_list_topsearch > li a::after {
		font-size: 14px;
	}
	.rtc_list_topsearch > li a::after {
		right: 10px;
	}
	.rtc_list_topsearch > li a::before {
		margin-right: 5px;
	}
	
	
	
	/* こだわりから探す - search
	-------------------------------------------------- */
	.rtc_list_search > li {
		width: 48%;
	}
	.rtc_list_search > li a {
		min-height: 250px;
	}
	.rtc_list_search > li a h3 {
		font-size: 13px;
		font-weight: bold;
	}
	.rtc_list_search > li a h3, .rtc_list_search > li a p {
		margin-bottom: 0;
		padding: 10px;
	}
	.rtc_list_search > li a p {
		padding: 0 10px;
		line-height: 1.5;
	}
	.rtc_list_search > li a::after {
		right: 10px;
		bottom: 10px;
		font-size: 18px;
	}
	
	
	/* オーナー様へ - owner
	-------------------------------------------------- */
	.rtc_list_flex {
		flex-direction: column;
	}
	
	/* おすすめ物件 - pickup
	-------------------------------------------------- */
	.rtc_bg_pickup {
		background-size: 150px !important;
	}
	
	/* 誠和計画について - about
	-------------------------------------------------- */
	.rtc_about_photo {
		margin-right: 0;
	}
	
	.rtc_btn_about {
		width: 100%;
	}
	.rtc_btn_about .uagb-column__inner-wrap {
		padding: 10px 0 !important;
	}
	
	.rtc_contact_section .rtc_contact_left {
		min-width: auto;
		width: 100%;
	}
	
}