/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 18 2026 | 06:13:16 */
@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; */


/* ヘッダー - 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: #fff;
}
#masthead:not(.fixed) .main-header-menu > .menu-item > a:hover {
	background: #e0e0e0 !important;
}

.es-list a:hover h3.wrap {
	text-decoration: none;
}

@media (min-width: 481px) {
	#masthead.fixed .header_links li > a {
		min-width: 110px !important;
	}
}


/* フッター - footer
-------------------------------------------------- */
.es-link-container {
	margin-top: 0 !important;
}
.site-footer .widget-title {
	border-color: #FFA500 !important;
}


/* 共通 - common
-------------------------------------------------- */
body.home #primary { padding-bottom: 0; }
body.home footer.site-footer { margin-top: 0; }

.wpcf7 .wpcf7-form span.required {
	background: #ffa500 !important;
}

.rtc_mb0 { margin-bottom: 0 !important; }


/* タイトル - title
-------------------------------------------------- */
.rtc_title_main {
	font-weight: bold;
	font-size: 16px !important;
}
.rtc_title_main > span {
	font-family: 'Josefin Sans', sans-serif;
	display: block;
	color: #FFA500;
	font-size: 36px;
    font-weight: 600;
}

.rtc_color_white > span {color: rgba( 255, 255, 255, 1 ); }
.rtc_color_green > span { color: rgba( 80, 180, 146, 1 ); }


/* ボタン - button
-------------------------------------------------- */
.rtc_btn_default > a {
	position: relative;
	font-weight: bold;
}
.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;
}

@media ( min-width: 480px ) {
	#masthead .site-branding {
		max-width: 60%;
	}
	#masthead .title-exist .site-logo-img .custom-logo {
		min-height: 90px;
	}
}


/* curve
-------------------------------------------------- */
.rtc_block_curve > .uagb-columns__shape {
	z-index: -1;
}

/* 物件を探す - 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 {
	color: #fff !important;
	background-color: #FFA500 !important;
	transform: translate3d(0,0,0);
}
.rtc_block_search ul.search_btn_group > li:hover > a [class*=" icon-"]::before {
	color: #fff !important;
}

.rtc_top_search > .uagb-columns__inner-wrap > .wp-block-uagb-column {
	overflow: visible;
}
.rtc_top_search > .uagb-columns__inner-wrap > .wp-block-uagb-column > .uagb-column__inner-wrap {
	padding: 0;
}


/* こだわりから探す - 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 .es-list-items > li figure {
	border-radius: 10px;
}
.rtc_block_feature .es-list-items > li h3 {
	margin-top: 10px;
	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;
}

.feature-advertisement-block a.wp-block-button__link {
	position: relative;
	border-radius: 50vh;
	font-weight: 600;
}
.feature-advertisement-block a.wp-block-button__link::after {
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

/* お知らせ - 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: #FFA500;
	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;
}

.rtc_svg_city_bgorange {
	background-color: #FFECCC;
}


/* お客様の声 - voice
-------------------------------------------------- */
.rtc_block_voice ul.es-list-items > li figure {
	border-radius: 10px;
}


/* スタッフ紹介 - staff
-------------------------------------------------- */
.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;
}


/* 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: #fff;
}
.rtc_company_strengths h2::after {
	display: none;
}
.rtc_company_strengths > .wp-block-column > p {
	font-size: 14px;
}


/* コンテンツ - 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;
}


/* お問い合わせ - 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: #006E60 !important;
}
.rtc_custom_contact .inquiry_column .wp-block-button a {
	background: #006E60 !important;
	border-radius: 50vh;
}


/* 会社概要
-------------------------------------------------- */
.rtc_tbl_history.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #fdf7ed;
}


/* 賃貸管理プラン
-------------------------------------------------- */
.rtc_banner_link figure a img {
	transition: all ease .6s;
}
.rtc_banner_link figure a:hover img {
	transform: scale(1);
	opacity: .6;
}

.rtc_list_kanri {
	list-style: none;
	margin: 0 auto;
	display: flex;
	max-width: 900px;
	flex-wrap: wrap;
	justify-content: center;
	counter-reset: number 0;
}
.rtc_list_kanri > li {
	margin-bottom: 2%;
	width: 33%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 21px;
}
.rtc_list_kanri > li::before {
	display: flex;
	justify-content: center;
	align-items: center;
	counter-increment: number 1;
	content: counter(number);
	margin-right: 10px;
	flex-shrink: 0;
	width: 35px;
	height: 35px;
	color: #fff;
	background: #4E5D7A;
	border-radius: 50%;
}

/* ベイシック
-------------------------------------------------- */
.rtc_ttl_border_bottom {
	padding: 15px 0;
	border-bottom: 1px solid #333;
}

.rtc_pd0 .uagb-column__inner-wrap {
	padding: 0 !important;
}
.rtc_pd0 figure {
	margin-bottom: 0 !important;
}

.rtc_overflow_change {
	overflow: visible;
}
.rtc_overflow_change figcaption {
	text-align: center;
}

.rtc_tbl_system table, .rtc_tbl_system table tr, .rtc_tbl_system table tr td {
	border: none;
}
.rtc_tbl_system table tr td:first-of-type { width: 20%; }
.rtc_tbl_system table tr td:last-of-type { width: 80%; }

.rtc_tbl_system table tr td:first-of-type strong {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #fff;
	border-radius: 10px;
	background-color: #006e60;
}

/* メンテナンス
-------------------------------------------------- */
.rtc_border_left {
	padding-left: 20px;
	border-left: 10px solid #9ca0d5;
}

.rtc_list_blue {
	list-style: none;
	margin-left: 0;
}

.rtc_koumoku_ttl {
	/* --- サイズと配置 --- */
	display: block;
	/* 画像の比率に合わせてパディングを調整 */
	padding: 14px 48px;
	text-align: center;

	/* --- フォント設定 --- */
	color: #ffffff;
	/* できるだけ標準的でくっきり見えるゴシック体系を指定 */
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 16px; /* 画像に合わせて少し大きめに */
	font-weight: 700; /*太字*/
	text-decoration: none;
	letter-spacing: 0.5px;
	/* 文字をくっきりさせるための微細な影 */
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);

	/* --- 背景のグラデーション（より実物に近く） --- */
	/* 上は明るく、中央付近で少し濃くなり、下は暗くなる */
	background: linear-gradient(to bottom, 
		#6aa9f5 0%, 
		#4391f3 40%, 
		#1d70ea 60%, 
		#0055d4 100%
	);

	/* --- 形状と枠線 --- */
	border-radius: 10px; /* 少し角丸を強めに */
	/* 内側のキラッと光る細い線 */
	border: 1px solid rgba(255, 255, 255, 0.4);
	/* 上部の縁を少し明るくして立体感を強調 */
	border-top: 1px solid rgba(255, 255, 255, 0.7);

	/* --- 外側の光彩（ここを強化） --- */
	/* 複数の影を重ねて、濃密で発光している感じを出す */
	box-shadow: 
		0 0 4px 1px rgba(50, 120, 230, 0.8),  /* 内側の濃い光 */
		0 0 0 0 rgba(70, 140, 250, 0.6), /* 外側の広がる光 */
		0 4px 8px rgba(0, 0, 0, 0.2);         /* 下方向への少しの影（立体感） */
}

/* マンション管理業務
-------------------------------------------------- */
.rtc_img_photo > .uagb-columns__inner-wrap {
	align-items: flex-end;
}
.rtc_img_photo .wp-block-uagb-column {
	overflow: visible;
}
.rtc_img_photo figure img {
	width: 250px !important;
	height: 250px !important;
	object-fit: cover;
}
.es_new_block .new::before {
	background: #ffa500 !important;
}

body.page-id-177 .es-container.page-header {
	display: none;
}
body.page-id-177 #content {
	padding-top: 50px;
}


.rtc_sp { display: none; }

/* スマホ版 - sp
-------------------------------------------------- */
@media ( max-width: 480px ) {
	
	.rtc_pc { display: none; }
	.rtc_sp { display: block; }
	
	/* ボタン - button
	-------------------------------------------------- */
	.rtc_btn_default, .rtc_btn_default > a {
		width: 100%;
	}
	
	
	/* 物件を探す - 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;
	}
	
	/* こだわりから探す - feature
	-------------------------------------------------- */
	.rtc_feature_bgimg .uagb-columns__overlay {
		background-size: contain;
	}
	.rtc_block_feature ul.es-list-items {
		gap: 2%;
	}
	.rtc_block_feature ul.es-list-items > li {
		width: 49% !important;
	}
	.rtc_block_feature .es-list .has-3-columns>:not(:nth-child(3n+1)) {
		margin-left: 0 !important;
	}
	
	/* こだわり検索 - feature
	-------------------------------------------------- */
	.rtc_feature_bgimg > .uagb-columns__overlay, .rtc_block_contact > .uagb-columns__overlay {
		border-radius: 0 !important;
	}
	
	/* お知らせ - news
	-------------------------------------------------- */
	.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;
	}
	
	body.single-staff .wp-block-table table tr td {
		display: block;
		width: 100%;
	}
	
	
	body.single-staff table tr td {
		display: block;
	}
	
	.rtc_custom_contents > .uagb-columns__inner-wrap {
		display: flex;
		flex-wrap: wrap;
	}
	.rtc_custom_contents > .uagb-columns__inner-wrap > .wp-block-uagb-column {
		width: 49% !important;
	}
	.rtc_custom_contents > .uagb-columns__inner-wrap > div:last-of-type {
		width: 100% !important;
	}
	
	
	/* 会社概要
	-------------------------------------------------- */
	.rtc_block_message p {
		font-size: 12px !important;
	}
	.rtc_tbl_history table tr td {
		display: block;
		width: 100%;
		font-size: 12px !important;
	}
	.rtc_tbl_history table tr td:first-of-type {
		padding-bottom: 0;
	}
	
	/* 賃貸管理プラン
	-------------------------------------------------- */
	.rtc_list_kanri {
		flex-direction: column;
	}
	.rtc_list_kanri > li {
		width: 100%;
		justify-content: flex-start;
	}
	
	/* ベイシック
	-------------------------------------------------- */
	.rtc_tbl_system table tr td { display: block; }
	.rtc_tbl_system table tr td:first-of-type { width: 100%; }
	.rtc_tbl_system table tr td:last-of-type { width: 100%; }
}