/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 23 2026 | 04:55:17 */
/* 共通設定 - common
-------------------------------------------------- */
:root {
	
}

.rtc_list_stylenone {
	margin-left: 1em;
	list-style: none;
}

/* ヘッダー
-------------------------------------------------- */
header#masthead { display: none !important; }
header.rtc_header_org {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 100px !important;
	min-height: 580px;
}
header.rtc_header_org > .uagb-columns__inner-wrap > .wp-block-uagb-column {
	overflow: visible;
}

.rtc_search_container {
	max-width: 600px; /* 必要に応じて調整 */
	margin: 0 auto;
}

.rtc_search_form {
	border: 4px solid #003399; /* 枠線の色 */
	background: #fff;
}

.rtc_search_inner {
	display: flex;
	align-items: stretch;
}

.rtc_input_wrapper {
	display: flex;
	align-items: center;
	flex-grow: 1;
	padding: 0 15px;
	position: relative;
}

/* 虫眼鏡アイコン（疑似要素で作るか、背景画像で） */
.rtc_search_icon::before {
	content: '\f002';
	font-weight: 900;
	font-family: 'Font Awesome 7 Free';
	font-size: 24px;
	color: #003399;
	margin-right: 10px;
}

.rtc_search_input {
	width: 100%;
	border: none !important;
	outline: none;
	padding: 12px 0;
	border-radius: 0 !important;
	background-color: #fff !important;
	font-size: 16px;
	color: #333;
}

.rtc_search_button {
	background-color: #003399;
	color: #fff;
	border: none;
	padding: 0 30px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	transition: opacity 0.3s;
	white-space: nowrap;
	border-radius: 0;
}

.rtc_search_button:hover {
	opacity: 0.8;
	background-color: #003399;
}

/* モバイル対応 */
@media (max-width: 480px) {
	.rtc_search_button {
		padding: 0 15px;
		font-size: 16px;
	}
}

.rtc_forBuilding {
	margin: 30px auto 0 !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.rtc_forBuilding a {
	position: relative;
	display: block;
	padding: 5px 20px;
	width: fit-content;
	font-size: 18px;
	font-weight: 900;
	color: #003399;
	background-color: #fff;
	border: 3px solid #003399;
	transition: all ease .6s;
}

.rtc_forBuilding a::after {
	margin-left: 20px;
    content: '\f054';
    font-size: 18px;
    font-weight: 900;
    font-family: 'Font Awesome 7 Free';
}

.rtc_forBuilding a:hover {
	text-decoration: none;
	color: #fff;
	background: #003399;
}

.rtc_block_search {
	position: relative;
}
.rtc_list_searchbtn {
	position: absolute;
	left: 50%;
	transform: translateX( -50% );
    top: -145px;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 30px;
}
.rtc_list_searchbtn > li {
	flex: 1;
	background: #fff;
}
.rtc_list_searchbtn > li a {
	padding: 10px 30px;
	min-width: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	color: #fff;
	font-weight: bold;
	background: #0099ff;
}
.rtc_list_searchbtn > li a p {
	margin-bottom: 0 !important;
}

.rtc_list_searchbtn > li:nth-child(2) a {
	background: #003399;
}

.rtc_list_searchbtn > li a:hover {
	opacity: .6;
	text-decoration: none;
}
.rtc_list_searchbtn > li a:hover img {
	transform: scale( 1 );
}

/* 特徴から探す
-------------------------------------------------- */
.rtc_block_features {
	padding: 20px 0 30px;
}
.rtc_block_features .es-list-items {
	justify-content: space-between;
}
.rtc_block_features .es-list-items.has-4-columns > * {
	width: calc( 12.5% - 10px );
}
.rtc_block_features .es-list .has-4-columns>:not(:nth-child(4n+1)) {
	margin-left: 0;
}
.rtc_block_features h3.wrap {
	padding-top: 4px;
	font-weight: bold;
	text-align: center;
	color: #003399;
}

.rtc_block_features .es-list-items.has-4-columns > * a:hover h3.wrap {
	text-decoration: none;
}

.rtc_block_features .es-list-items.has-4-columns > * a img {
	transition: all ease .6s;
}
.rtc_block_features .es-list-items.has-4-columns > * a:hover img {
	transform: scale(1);
	opacity: .6;
}


/* 新着物件
-------------------------------------------------- */
.feature-advertisement-block > .wp-block-columns > * {
	background-color: #fff;
}

/* お知らせ
-------------------------------------------------- */
.rtc_news_lists {
	margin: 0;
	list-style: none;
}
.rtc_news_lists > li {
	margin: 0;
	padding: 10px 0;
	font-size: .875rem;
	border-bottom: 1px solid #ccc;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.rtc_news_lists > li span {
	margin-right: 30px;
	color: #003399;
}
.rtc_news_lists > li a {
	color: #333;
}


/* フッター
-------------------------------------------------- */
footer.site-footer .footer-adv.footer-adv-layout-4 { display: none !important; }
.es-small-footer { border-top: none; }
.es-small-footer .es-footer-overlay {
	background: #8b8b8b !important;
}

/* レイアウト基本設定 */
.rtc_footer_container {
	background-color: #8b8b8b;
	color: #fff;
	font-size: 14px;
	line-height: 1.6;
}

.rtc_footer_inner {
	max-width: 1140px;
	margin: 0 auto;
	padding: 60px 20px 0;
}

/* 上部エリアのレイアウト調整 */
.rtc_footer_top {
	display: flex;
	justify-content: flex-start; /* 左詰め */
	margin-bottom: 30px;
	gap: 30px;
}

.rtc_footer_brand {
	width: 250px; /* ロゴエリアの幅を固定して左側を確保 */
	flex-shrink: 0;
}
.rtc_footer_brand a:hover img {
	opacity: .6;
}

.rtc_footer_logo {
	display: block;
	max-width: 100%;
	height: auto;
}

.rtc_footer_company {
	font-weight: bold;
	font-size: 18px;
	margin: 0;
	white-space: nowrap;
}

/* 右側コンテンツ（説明文 + 住所） */
.rtc_footer_main_content {
	flex-grow: 1;
}

.rtc_footer_lead {
	font-size: 12px;
	margin-bottom: 25px; /* 住所との間隔 */
}

.rtc_footer_lead p {
	margin: 0 0 5px;
}

/* 住所情報エリア (説明文の下) */
.rtc_footer_info_grid {
	display: flex;
	gap: 40px;
}

.rtc_footer_info_item {
	flex: 1;
	padding-left: 15px;
	border-left: 1px solid rgba(255, 255, 255, 0.3); /* 画像にある区切り線 */
}

.rtc_footer_info_label {
	font-weight: bold;
	margin-bottom: 5px;
}

.rtc_footer_info_item p {
	margin: 0;
	font-size: 13px;
}

/* --- 以下は共通スタイル --- */

.rtc_footer_nav_boxes {
	display: flex;
	gap: 10px;
	margin-bottom: 30px;
}

.rtc_footer_nav_box {
	position: relative;
	flex: 1;
	background: #fff;
	color: #333;
	text-decoration: none;
	display: flex;
	align-items: center;
	padding: 20px;
	transition: opacity 0.3s;
}
.rtc_footer_nav_box::after {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY( -50% );
	content: '\f054';
	font-size: 24px;
	font-weight: 900;
	font-family: 'Font Awesome 7 Free';
}

.rtc_footer_nav_box:hover {
	opacity: 0.8; 
	text-decoration: none;
}

.rtc_footer_nav_icon {
	width: 50px;
	height: 50px;
	margin-right: 15px;
}

.rtc_footer_nav_title {
	display: block;
	font-weight: bold;
	font-size: 16px;
}

.rtc_footer_nav_sub {
	display: block;
	font-size: 11px;
	color: #666;
}

.rtc_footer_bottom_links {
	background-color: #8b8b8b;
	padding: 15px 0;
}

.rtc_footer_link_list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
}

.rtc_footer_link_list > li:not(:last-child) {
	border-right: 1px solid #fff;
}
.rtc_footer_link_list li a {
	padding: 0 20px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}
.rtc_footer_link_list li a:hover {
	color: #fff;
	opacity: .6;
}

.rtc_footer_copy p {
	margin-bottom: 0 !important;
	padding: 10px 10px 30px;
	text-align: center;
}

/* スマホ対応 */
@media (max-width: 768px) {
	.rtc_footer_top {
		flex-direction: column;
		gap: 30px;
	}
	.rtc_footer_brand {
		width: 100%;
	}
	.rtc_footer_info_grid {
		flex-direction: column;
		gap: 20px;
	}
	.rtc_footer_info_item {
		border-left: none;
		border-top: 1px solid rgba(255, 255, 255, 0.3);
		padding: 15px 0 0;
	}
	.rtc_footer_nav_boxes {
		flex-direction: column;
	}
}


/* 新着物件
-------------------------------------------------- */
.feature-advertisement-block {
	padding-top: 20px;
	padding-bottom: 0;
}
.feature-advertisement-block .es_new_block_item_rent a {
	background-color: #fff;
}


/* お知らせ - news
-------------------------------------------------- */
.rtc_news_list {
	padding-top: 0;
	padding-bottom: 0;
}
.infos-embed .es-list-items > li .list_content {
	display: flex;
	gap: 30px;
}
.infos-embed .es-list-items > li .list_content .date {
	color: #003399;
}
.infos-embed .es-list-items > li .list_content h3.wrap {
	font-weight: normal;
	border-bottom: 1px solid #333;
}


/* バナー集 - banner
-------------------------------------------------- */
.rtc_bnr_link img {
	width: 100%;
	transition: all ease .6s;
}
.rtc_bnr_link a:hover img {
	opacity: .6;
	transform: scale(1);
}
.rtc_bnr_link figcaption {
	font-size: 16px;
}

.es-link-container {
	display: none;
}

.rtc_sp { display: none; }

/* スマホ版 - sp
-------------------------------------------------- */
@media ( width <= 480px ) {
	.rtc_pc { display: none; }
	.rtc_sp { display: block; }
	
	body.home .entry-content h2 {
		font-size: 1.2rem;
	}
	
	/* ヘッダー
	-------------------------------------------------- */
	header.rtc_header_org {
		margin-bottom: 20px !important;
		min-height: 450px;
	}
	header.rtc_header_org > .uagb-columns__inner-wrap {
		margin-top: 50px;
	}
	.rtc_search_container {
		max-width: 90%;
	}
	header.rtc_header_org img {
		max-width: 80%;
	}
	
	.rtc_forBuilding a {
		margin: 0 auto 10px;
		padding: 5px 20px;
		width: 316px;
		font-size: 14px;
	}
	.rtc_forBuilding a::after {
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY( -50% );
	}
	
	
	
	/* ナビ
	-------------------------------------------------- */
	.rtc_site_header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
	}
	body.logged-in.admin-bar .rtc_site_header {
		top: 46px;
	}
	

	/* 閉じている時の青いバー */
	.rtc_header_bar {
		background: #004bb1;
		height: 60px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-left: 15px;
		position: relative;
		z-index: 1001;
	}

	/* ロゴ周り */
	.rtc_header_logo a { color: #fff; display: flex; align-items: center; gap: 10px; }
	.rtc_header_logo img { max-width: 130px; }
	.rtc_header_logo small { font-size: 10px; line-height: 1.2; opacity: 0.9; }
	.rtc_header_logo a:hover { text-decoration: none; }

	/* 三本線ボタン */
	.rtc_menu_btn {
		padding: 0 30px;
		width: 60px;
		height: 60px;
		background: transparent;
		border: none;
		border-left: 1px solid rgba(255,255,255,0.2);
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 8px;
		cursor: pointer;
	}
	.rtc_menu_btn span { display: block; width: 24px; height: 2px; background: #fff; transition: 0.3s; }

	/* 三本線からバツへ */
	.rtc_menu_btn.is_active span:nth-child(1) { transform: translateY(10px) rotate(45deg); }
	.rtc_menu_btn.is_active span:nth-child(2) { opacity: 0; }
	.rtc_menu_btn.is_active span:nth-child(3) { transform: translateY(-10px) rotate(-45deg); }

	/* メニューのラップ（背景） */
	.rtc_nav_wrapper {
		position: fixed; top: 0; left: 0; width: 100%; height: 100%;
		background: rgba(255, 255, 255, .6); visibility: hidden; opacity: 0; transition: 0.3s;
	}
	.rtc_nav_wrapper.is_open { visibility: visible; opacity: 1; }

	/* 上から下ににゅっと出る（開始位置をヘッダーの高さ分下げる） */
	.rtc_nav_content {
		background: #333; width: 100%; padding-top: 60px; /* ヘッダーの高さ */
		transform: translateY(-100%); transition: transform 0.4s ease-out;
		max-height: 100vh; overflow-y: auto;
	}
	body.logged-in.admin-bar .rtc_nav_content {
		padding-top: 106px;
	}
	.rtc_nav_wrapper.is_open .rtc_nav_content { transform: translateY(0); }

	/* リスト・グリッドの装飾（前回同様） */
	.rtc_nav_list { list-style: none; padding: 0; margin: 0; }
	.rtc_nav_item { border-bottom: 1px solid #444; }
	.rtc_nav_link {
		position: relative;
		display: flex;
		justify-content: space-between;
		padding: 18px 15px;
		color: #fff;
		text-decoration: none;
		font-size: 15px;
		font-weight: bold;
	}
	.rtc_nav_link::after {
		position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        content: '\f054';
        font-size: 14px;
        font-weight: 900;
        font-family: 'Font Awesome 7 Free';
        color: #aaa;
	}

	.rtc_nav_grid { display: grid; grid-template-columns: 1fr 1fr; background: #333; }
	.rtc_nav_grid .rtc_nav_item { border: 0.5px solid #444; }

	.rtc_nav_footer_close {
		position: relative;
		background: #666;
		padding: 10px 20px;
		text-align: center;
		cursor: pointer;
		color: #fff;
	}
	.rtc_nav_footer_close .rtc_close_mark {
		position: absolute;
		top: 50%;
        right: 15px;
        transform: translateY(-50%);
	}
	
	/* 検索ボタン
	-------------------------------------------------- */
	.rtc_list_searchbtn {
		margin-bottom: 50px;
		position: static;
		gap: 10px;
		transform: none;
	}
	
	.rtc_list_searchbtn > li a {
		padding: 10px;
		gap: 0;
		min-width: auto;
		flex-direction: column;
	}
	.rtc_list_searchbtn > li a p {
		text-align: center;
		font-size: 12px;
		line-height: 1.25 !important;
	}
	.rtc_list_searchbtn > li a img {
		width: 60px;
		height: 60px;
	}
	
	/* 特徴から探す
	-------------------------------------------------- */
	.rtc_block_features {
		margin-bottom: 30px;
	}
	.rtc_block_features .es-list-items.has-4-columns > * {
		width: calc(33.33% - 10px);
	}
	.rtc_block_features .es-list-items {
		justify-content: center;
	}
	
	/* お知らせ
	-------------------------------------------------- */
	.infos-embed .es-list-items > li .list_content {
		flex-direction: column;
		gap: 5px;
	}
	.infos-embed .es-list-items > li .list_content .date {
		flex-shrink: 0;
	}
	.infos-embed .es-list-items > li .list_content h3.wrap {
		border-bottom: none;
	}
	
	.rtc_news_lists > li span {
		display: block;
	}
	
	/* バナー
	-------------------------------------------------- */
	.rtc_bnr_link > .uagb-columns__inner-wrap {
		display: flex;
		flex-wrap: wrap;
	}
	.rtc_bnr_link > .uagb-columns__inner-wrap .wp-block-uagb-column {
		width: 50% !important;
	}
	.rtc_bnr_link figcaption {
		font-size: 12px;
	}
	.rtc_bnr_link figcaption br {
		display: none;
	}
/* 	.rtc_bnr_link > .uagb-columns__inner-wrap > div:last-of-type figcaption {
		display: none;
	} */
	
	/* フッター
	-------------------------------------------------- */
	.rtc_pagetop {
		background-color: #aaa;
		text-align: center;
	}
	.rtc_pagetop > a {
		display: block;
		padding: 10px 20px;
		width: 100%;
		color: #fff;
		line-height: 1;
		font-size: 24px;
	}
	.rtc_pagetop > a:hover {
		color: #fff;
	}
	
	.rtc_footer_inner {
		padding-top: 30px;
	}
	
	.rtc_footer_link_list {
		flex-wrap: wrap;
		border-top: 1px solid #aaa;
	}
	.rtc_footer_link_list > li:not(:last-child) {
		border-right: none;
	}
	
	.rtc_footer_link_list > li {
		width: 50%;
		border-bottom: 1px solid #aaa
	}
	.rtc_footer_link_list > li:nth-child(odd) {
		border-right: 1px solid #aaa;
	}
	.rtc_footer_link_list > li + li {
        border-left: none;
    }
	
    .rtc_footer_link_list > li a {
        display: block;
        font-size: 12px;
        padding: 15px 10px 14px 15px;
        text-align: left;
        position: relative;
    }
	
	.rtc_footer_link_list > li a::after {
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%);
		content: '\f054';
		font-size: 14px;
		font-weight: 900;
		font-family: 'Font Awesome 7 Free';
		color: #aaa;
	}
	.rtc_footer_nav_box {
		padding: 10px;
	}
	
	.rtc_footer_nav_boxes {
		gap: 3px;
	}
	.rtc_footer_info_grid {
		display: none;
	}
	
	.rtc_footer_link_list > li:last-of-type {
		display: none;
	}
	
	.feature-advertisement-block .slick-list.draggable {
		width: 100%;
		background-color: #efefef;
	}
	.feature-advertisement-block div.slick-slide:not(:last-of-type) {
		margin-right: 30px;
	}
}