/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 17 2026 | 06:51:11 */
@import url( 'https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap' );
/* font-family: 'Josefin Sans', sans-serif; */


/* カラー - color
-------------------------------------------------- */
:root {
	--main-color: #284194;
	--sub-color: #F6D35C;
}

/* ヘッダー - header
-------------------------------------------------- */
#masthead .site-logo-img .custom-logo {
	max-height: 60px;
}
header.site-header #primary-menu > li,
header.site-header .header_links__list > li {
	font-weight: 500;
    letter-spacing: 1.2px;
}
body #masthead:not(.fixed) .main-header-menu > .menu-item > a:hover,
body #masthead:not(.fixed) .main-header-menu > .unclickable.menu-item:hover > a {
	color: #333;
}

.es-list a:hover h3.wrap {
	text-decoration: none;
}


/* フッター - footer
-------------------------------------------------- */
body.home .es-link-container {
	margin-top: 0 !important;
}
.site-footer .widget-title {
	border-color: var( --main-color ) !important;
}

.rtc_totop {
	position: fixed;
	right: 30px;
	bottom: 30px;
	opacity: 0;
	transition: all ease .6s;
	z-index: 99;
}
body.nav_moved .rtc_totop {
	opacity: 1;
}

/* 共通 - common
-------------------------------------------------- */
body.home #primary { padding-bottom: 0; }
body.home footer.site-footer { margin-top: 0; }


/* タイトル - title
-------------------------------------------------- */
.rtc_title_main {
	font-weight: bold;
	font-size: 16px !important;
}
.rtc_title_main > span {
	font-family: 'Josefin Sans', sans-serif;
	display: block;
	color: var( --main-color );
	font-size: 36px;
    font-weight: 600;
}
.rtc_title_main.rtc_ttl_zup {
	position: relative;
	z-index: 9;
}

.rtc_color_white > span { color: rgba( 255, 255, 255, 1 ); }
.rtc_color_green > span { color: rgba( 80, 180, 146, 1 ); }


/* ボタン - button
-------------------------------------------------- */
.rtc_block_recommend a.wp-block-button__link,
.rtc_btn_default > a {
	position: relative;
	font-weight: bold;
	color: #284194 !important;
	border-radius: 50px;
}
.rtc_block_recommend a.wp-block-button__link::after,
.rtc_btn_default > a::after {
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #284194;
}
.rtc_block_recommend a.wp-block-button__link,
.rtc_block_recommend a.wp-block-button__link::after {
	color: #284194;
}


/* 物件を探す - search
-------------------------------------------------- */
.top_search_block .search_btn_group .wp-block-button__link {
	font-size: 0.9rem;
	letter-spacing: 0.1em;
    font-weight: 600;
}
.search_btn_group > li span:nth-child(2) {
	margin-top: 10px;
	font-family: 'Josefin Sans', sans-serif;
	display: block;
	font-size: 12px;
    font-weight: 600;
}

.rtc_block_search ul.search_btn_group > li {
	width: 33.33% !important;
}
.rtc_block_search ul.search_btn_group > li:not(:nth-child(3n)) {
	border-right: 1px solid rgba( 77, 77, 77, 1 );
}
.rtc_block_search ul.search_btn_group > li > a {
	border-radius: 0;
	box-shadow: none;
}
.rtc_block_search ul.search_btn_group > li:hover > a {
	background-color: #F0F1F7 !important;
	transform: translate3d(0,0,0);
}
/* .rtc_block_search ul.search_btn_group > li:hover > a [class*=" icon-"]::before {
	color: #fff !important;
} */


/* こだわりから探す - feature
-------------------------------------------------- */
.rtc_feature_bgimg .uagb-columns__overlay {
	background-image: url( '/app/uploads/sites/1116/2023/10/top_01.png' );
	background-repeat: no-repeat;
	background-position: bottom 5% right 5%;
}
.rtc_block_feature {
	padding-top: 30px;
	padding-bottom: 120px;
}
.rtc_block_feature .es-list-items > li figure {
	border-radius: 10px;
}
.rtc_block_feature .es-list-items > li h3 {
	margin-top: 10px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}


/* おすすめ物件 - recommend
-------------------------------------------------- */
.feature-advertisement-block > .wp-block-columns > .wp-block-column {
	background-color: #fff;
	border-radius: 10px;
}
.feature-advertisement-block > .wp-block-columns > .wp-block-column a {
	border-radius: 10px;
}
.rtc_block_recommend a.es_new_block_link p, .feature-advertisement-block a.es_new_block_link p {
	line-height: 1.5;
}


/* お知らせ - news
-------------------------------------------------- */
.rtc_block_news .uagb-column__inner-wrap {
	padding: 0 !important;
}
.rtc_custom_topics > .uagb-columns__inner-wrap {
	align-items: center;
}
.rtc_custom_topics figure img {
	max-width: 300px;
}

.rtc_block_news ul.es-list-items > li a, .rtc_block_blogs ul.es-list-items > li a {
	overflow: visible;
}
.rtc_block_news ul.es-list-items > li span.date, .rtc_block_blogs ul.es-list-items > li span.date {
	padding: 5px 20px;
	color: #fff;
	background-color: var( --main-color );
	border-radius: 50vh;
}
/* .rtc_block_blogs ul.es-list-items > li span.date {
	background-color: rgba( 80, 180, 146, 1 );
} */
.rtc_block_news ul.es-list-items > li h3, .rtc_block_blogs ul.es-list-items > li h3 {
	position: relative;
	margin-top: 10px;
}

.rtc_block_news ul.es-list-items > li a h3::after, .rtc_block_blogs ul.es-list-items > li a h3::after {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}


/* お客様の声 - voice
-------------------------------------------------- */
.rtc_block_voice ul.es-list-items > li figure {
	border-radius: 10px;
}


/* スタッフ紹介 - staff
-------------------------------------------------- */
.rtc_block_staff {
	padding: 20px 0;
}
.rtc_block_staff .es-list-items > li figure {
	border-radius: 10px;
}
.rtc_block_staff .es-list-items > li h3 {
	margin-top: 10px;
/* 	color: #fff; */
	text-align: center;
}
body.home .rtc_block_staff .es-list-items > li h3 {
	color: #fff;
}


/* 3つの特徴 - strengths
-------------------------------------------------- */
.rtc_company_strengths {
	padding: 30px 0 10px !important;
}
.rtc_company_strengths h2 {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 16px !important;
}
.rtc_company_strengths h2::before {
	content: 'Strengths';
	font-family: 'Josefin Sans', sans-serif;
	display: block;
	font-size: 36px;
    font-weight: 600;
	color: var( --main-color );
}
.rtc_company_strengths h2::after {
	display: none;
}


/* コンテンツ - contents
-------------------------------------------------- */
.rtc_custom_contents figure a {
	display: block;
	border-radius: 10px;
	overflow: hidden;
}
.rtc_custom_contents figure img {
	transition: all ease .6s;
}
.rtc_custom_contents figcaption {
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: 600;
}

.rtc_custom_bnr figure {
	display: block !important;
}
.rtc_custom_bnr figure img {
	width: 100%;
}


/* お問い合わせ - contact
-------------------------------------------------- */
.rtc_custom_contact {
	padding: 40px 20px 0;
}
.rtc_custom_contact .wp-block-column .wp-block-columns > .wp-block-column h3, 
.rtc_custom_contact .wp-block-column .wp-block-columns > .wp-block-column p {
	color: #fff !important;
}

.rtc_custom_contact span[class^=icon-], .rtc_custom_contact .inquiry_column strong a {
	color: #F6D35C !important;
}
.rtc_custom_contact .inquiry_column .wp-block-button a {
	color: var( --main-color );
	background: #F6D35C !important;
	border-radius: 50vh;
}


/* スマホ版 - sp
-------------------------------------------------- */
@media ( max-width: 480px ) {
	
	/* ナビ - nav
	-------------------------------------------------- */
	body #masthead:not(.fixed) .main-header-menu > .menu-item > a:hover,
	body #masthead:not(.fixed) .main-header-menu > .unclickable.menu-item:hover > a {
		color: #fff;
	}
	
	/* ボタン - button
	-------------------------------------------------- */
	.rtc_btn_default, .rtc_btn_default > a {
		width: 100%;
	}
	.rtc_btn_default {
		text-align: center;
	}
	.rtc_block_recommend a.wp-block-button__link, .rtc_btn_default > a {
		min-width: 280px;
		width: auto;
	}
	
	
	/* タイトル - title
	-------------------------------------------------- */
	.rtc_title_main, .rtc_company_strengths h2 {
		font-size: 16px !important;
	}
	.rtc_title_main > span, .rtc_company_strengths h2::before {
		font-size: 30px;
	}
	
	.page-header h1.entry-title {
		font-size: 1.2rem;
	}
	
	/* 物件を探す - search
	-------------------------------------------------- */
	.rtc_block_search {
		padding: 10px 0 !important;
	}
	.top_search_block .search_btn_group .wp-block-button__link {
		font-size: .75rem;
	}
	.top_search_block .search_btn_group .type_icon span:before {
		font-size: 36px;
	}
	
	.rtc_feature_bgimg > .uagb-columns__inner-wrap > .wp-block-uagb-column > .uagb-column__inner-wrap {
		padding: 0;
	}
	
	
	.rtc_block_feature .es-list-items > li h3 {
		font-size: 11px;
	}
	
	.rtc_block_feature {
		padding-bottom: 0;
	}
	
	/* おすすめ物件 - recommend
	-------------------------------------------------- */
	.rtc_block_recommend {
		padding-top: 20px;
		padding-left: 0;
		padding-right: 0;
	}
	.es_grid_advlist .genre {
		margin: 4px 0 8px 10px;
	}
	
	/* こだわりから探す - feature
	-------------------------------------------------- */
	.rtc_feature_bgimg .uagb-columns__overlay {
		background-size: contain;
	}
	
	/* こだわり検索 - feature
	-------------------------------------------------- */
	.rtc_feature_bgimg > .uagb-columns__overlay, .rtc_block_contact > .uagb-columns__overlay {
		border-radius: 0 !important;
	}
	
	/* お知らせ - news
	-------------------------------------------------- */
	.rtc_block_news, .rtc_block_blogs {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.rtc_block_news ul.es-list-items > li h3, .rtc_block_blogs ul.es-list-items > li h3 {
		padding-right: 30px;
	}
	
	/* 3つの特徴 - strengths
	-------------------------------------------------- */
	.rtc_company_strengths {
		padding: 40px 20px 20px !important;
	}
	
	.top_company_feature h3 {
		font-size: 16px;
	}
	.top_company_feature p {
		font-size: 14px;
	}
	
	body.single-staff .wp-block-table table tr td {
		display: block;
		width: 100%;
	}
	
	/* コンテンツ
	-------------------------------------------------- */
	.rtc_custom_contents > .uagb-columns__inner-wrap {
		display: flex;
		flex-wrap: wrap;
		gap: 2%;
	}
	.rtc_custom_contents > .uagb-columns__inner-wrap > .wp-block-uagb-column {
		width: 49% !important;
	}
	.rtc_custom_contents figcaption {
		margin-bottom: 0;
		font-size: 14px;
	}
	.rtc_custom_contents figure.wp-block-image {
		margin-bottom: 0;
	}
	
	.rtc_custom_contents.rtc_custom_bnr > .uagb-columns__inner-wrap > .wp-block-uagb-column {
		width: 100% !important;
	}
	
	/* お問い合わせ
	-------------------------------------------------- */
	.rtc_custom_contact {
		padding: 30px 0 0;
	}
	.rtc_custom_contact > .wp-block-column > .wp-block-columns {
		margin-bottom: 0;
	}
	.rtc_custom_contact h3 {
		font-size: 21px;
	}
	
	
	body.single-staff table tr td {
		display: block;
	}
	
	.rtc_totop {
		right: 20px;
		bottom: 100px;
		opacity: 1;
	}
}