/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 28 2025 | 05:21:43 */
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap'); */

/* 共通 - common
-------------------------------------------------- */
.es-list a:hover h3.wrap {
	text-decoration: none;
}
body #page { overflow-x: hidden; }
body #primary { padding-bottom: 0 !important; }
body .es-link-container { margin-top: 0 !important; }

/* *,body,h1,h2,h3,h4,p,a,span,figcaption,input,button,label,.rtc_catchtxt { font-family: 'Noto Sans TC', sans-serif; } */

/* #content .es-container {
	margin-top: 50px;
} */

/* タイトル - ttl
-------------------------------------------------- */
.rtc_ttl_main {
	font-size: 24px !important;
	font-weight: bold;
}
.rtc_ttl_main > span {
	display: block;
	margin-top: 5px;
	font-size: 14px;
	color: #024FA0;
	letter-spacing: .025em;
}

.rtc_ttl_contact {
	margin-bottom: 30px !important;
	line-height: 1.25 !important;
}
.rtc_ttl_contact span {
	display: block;
	font-size: 30px;
}


/* ボタン - button
-------------------------------------------------- */
.rtc_btn_df a {
	position: relative;
	padding: 10px 50px;
	border-radius: 50vh !important;
	background-color: #024FA0;
}
.rtc_btn_arrow a {
	position: relative;
}
.rtc_btn_contact a {
	padding: 10px 80px;
}
.rtc_btn_arrow a::after,
.rtc_btn_df a::after {
	position: absolute;
	top: 50%;
	right: 10%;
	transform: translateY( -50% );
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.rtc_btn_members a { padding: 30px 0 !important; }


/* 言語切替 - language
-------------------------------------------------- */
.rtc_language_change {
	margin: 0 !important;
	list-style: none;
	padding: 10px;
	gap: 15px;
	display: flex;
	justify-content: flex-end;
	background-color: #024FA0;
}
.rtc_language_change > li a {
	display: block;
	padding: 0 40px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	border: 1.5px solid #fff;
	border-radius: 5px;
	background: #1861AD;
	transition: all ease .6s;
}
.rtc_language_change > li a:hover {
	text-decoration: none;
	color: #1861AD;
	background: #fff;
}


/* ヘッダー - header
-------------------------------------------------- */
#masthead .es_user_identity .header_links__list { display: none; }
#masthead .es-container {
	padding: 0;
	width: 100%;
}
#masthead .main-header-container {
	padding: 0 0 0 30px;
}
#masthead .site-logo-img .custom-logo {
	max-height: 100px !important;
}

#primary-menu li a {
	font-weight: 500;
}

.rtc_header_contact {
	position: relative;
}
.rtc_header_contact::before, .rtc_header_contact::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	transition: all ease .6s;
	z-index: -2;
}
.rtc_header_contact::before {
	background-image: linear-gradient(225deg, rgba(2, 79, 160, 1) 4%, rgba(60, 93, 190, 1) 27%, rgba(69, 120, 196, 1) 53%, rgba(67, 169, 232, 1));
	z-index: -1;
}
.rtc_header_contact::after {
	background-image: linear-gradient(45deg, rgba(2, 79, 160, 1) 4%, rgba(60, 93, 190, 1) 27%, rgba(69, 120, 196, 1) 53%, rgba(67, 169, 232, 1));
}
.rtc_header_contact:hover::before { opacity: 0; }
.rtc_header_contact a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-width: 200px;
	height: 140px;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: .1em;
	line-height: 1.5;
	text-align: center;
	color: #fff;
}
.rtc_header_contact a span {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0em;
}

.rtc_regist_info {
	margin: 0 20px 0 0;
	gap: 15px;
	list-style: none;
	display: flex;
	justify-content: flex-end;
}
.rtc_regist_info > li a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 45px;
	font-size: 14px;
	font-weight: 500;
    border-radius: 10px;
    color: #fff;
    background-color: #F39700;
	transition: all ease .6s;
}
.rtc_regist_info > li a:hover {
	opacity: .6;
}
.rtc_regist_info > li:first-child a {
	background-color: #024FA0;
}
.rtc_regist_info > li:first-child i {
	margin-right: 5px;
}

#primary-menu li a {
	line-height: 1.5;
	text-align: center;
}
#site-navigation {
    margin-top: 10px;
}

/* サブメニュー */
.sub-menu {
	border: 1px solid #D4D4D4 !important;
}
.sub-menu > li:not(:last-child) {
	border-bottom: 1px solid #D4D4D4;
}

/* 固定ヘッダー時 */
#masthead.fixed .site-logo-img .custom-logo {
	max-height: 80px !important;
}
#masthead.fixed .main-header-container {
	padding: 0 0 0 30px;
}
#masthead.fixed .rtc_regist_info {
	margin-right: 10px;
	gap: 5px;
}
#masthead.fixed .rtc_regist_info > li a {
/* 	border-radius: 0; */
	height: 36px;
}
#masthead.fixed .rtc_regist_info > li:first-child {
	border-right: 1px solid #fff;
}
#masthead.fixed .rtc_header_contact a {
	height: 110px;
}

/* メインビジュアル - MainVisual
-------------------------------------------------- */
.rtc_sp01_mainvisual {
	position: relative;
	margin: 30px calc( -50vw + 50% ) ;
	padding: 0 50px;
	width: 100vw;
	height: 500px;
	overflow: hidden;
	border-radius: 10px;
}

.rtc_slider_imgs {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 500px;
	border-radius: 10px;
	background-color: gray;
	overflow: hidden;
}

.rtc_slider_imgs > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 10;
	opacity: 0;
	animation: fade 16s infinite;
}

@keyframes fade {
	0%  { opacity: 0; }
	20% { opacity: 1; }
	85% {
		opacity: 0;
		transform: scale( 1.1 );
	}
	100% {
		opacity: 0;
		z-index: 0;
	}
}

.rtc_slider_imgs > div.rtc_sp01_slideimg01 {
	background-image: url( '/app/uploads/sites/1378/2025/07/top_image_01.jpg' );
}

.rtc_slider_imgs > div.rtc_sp01_slideimg02 {
	background-image: url( '/app/uploads/sites/1378/2025/07/top_image_02.jpg' );
	animation-delay: 4s;
}

.rtc_slider_imgs > div.rtc_sp01_slideimg03 {
	background-image: url(  '/app/uploads/sites/1378/2025/07/top_image_03.jpg'  );
	animation-delay: 8s;
}
.rtc_slider_imgs > div.rtc_sp01_slideimg04 {
	background-image: url(  '/app/uploads/sites/1378/2025/07/top_image_04.jpg'  );
	animation-delay: 12s;
}

.rtc_catchtxt {
	position: absolute;
	top: 10%;
	left: 10%;
	font-size: 60px;
	font-weight: bold;
	font-style: italic;
	z-index: 10;
	line-height: 1.5;
	color: #fff;
	text-shadow: 0 0 10px rgba( 0, 0, 0, .8 );
	letter-spacing: .05em;
	animation: fadeText 16s infinite;
}
.rtc_catchtxt > p {
	margin-bottom: 0 !important;
	font-size: 1.4rem;
}
@keyframes fadeText {
	0%  { opacity: 0; }
	20% { opacity: 1; }
	50% {
		opacity: 0;
	}
	100% {
		opacity: 0;
		z-index: 0;
	}
}

/* お知らせ - news
-------------------------------------------------- */
.info.list .es-list-items > li h3 {
	margin-top: 5px;
}
.rtc_tag {
	margin-right: 10px;
	padding: 2px 20px;
	color: #fff;
	background-color: #024FA0;
}

/* おすすめ物件 - recommended
-------------------------------------------------- */
.rtc_block_recommended figure a {
	display: block;
	overflow: hidden;
}
.rtc_block_recommended figure img {
	transition: all ease .6s;
}
.rtc_block_recommended figcaption {
	margin: 0 !important;
	padding: 10px;
	font-weight: 600;
	background: #fff;
	text-align: center;
}

/* 購入について - ForBuyers
-------------------------------------------------- */
.rtc_link_bnr figcaption {
	text-align: center;
	font-weight: 600;
}
.rtc_link_bnr figure img {
	transition: all ease .6s;
}

.rtc_link_bnr_bic figure img {
	transition: all ease .6s;
}
.rtc_link_bnr_bic figure img:hover {
	opacity: .6;
	transform: scale( 1 );
}


/* フッター - footer
-------------------------------------------------- */
.site-footer {
	margin-top: 0 !important;
}
.site-footer .widget-title::before {
	margin-right: 5px;
	content: '\f138';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #024FA0;
}


/* スマホ - sp
-------------------------------------------------- */
@media ( max-width: 480px ) {
	
	body.home .wp-block-button__link {
		padding: 10px 50px;
	}
	.rtc_forsp_flex_reverse .uagb-columns__inner-wrap { /* ★ SP時上下反転 */
		display: flex;
		flex-direction: column-reverse;
	}
	
	.main-header-menu > .menu-item > a:hover {
		color: #fff;
	}
	
	/* 言語切替 - language
	-------------------------------------------------- */
	.rtc_language_change {
		justify-content: center;
	}
	
	
	/* ヘッダー - header
	-------------------------------------------------- */
	#masthead .es_user_identity .header_links__list { display: flex; }
	#masthead .main-header-container, #masthead.fixed .main-header-container {
		padding: 0 10px;
	}
	#masthead.fixed .main-header-container {
		padding: 0;
	}
	#masthead .site-logo-img .custom-logo {
		max-height: 60px !important;
	}
	
	#masthead.fixed .site-logo-img .custom-logo {
		max-height: 50px !important;
	}
	.main-header-bar {
		padding: 0 5px !important;
	}
	.header_links__list > li:nth-child(5), .header_links__list > li:nth-child(6) {
		display: none;
	}
	
	#masthead .main-header-container { padding: 0; }
	#primary-menu li a {
		text-align: left;
	}
	#primary-menu li a br {
		display: none;
	}
	#site-navigation {
		margin-top: 0;
	}
	
	.rtc_header_contact a {
		min-width: auto;
		height: 60px;
		font-size: 12px;
		color: #fff !important;
	}
	.rtc_header_contact a span {
		font-size: 8px;
	}
	
	#masthead.fixed .rtc_header_contact a {
		height: 60px;
	}
	.rtc_header_icon a {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.rtc_header_icon a p {
		margin-bottom: 0 !important;
	}
	.rtc_header_icon a i, .rtc_header_icon a p {
		color: #F39700;
	}
	.rtc_header_icon i {
		font-size: 24px;
	}
	.rtc_header_icon.rtc_icon_search a i, .rtc_header_icon.rtc_icon_search a p {
		color: #024FA0;
	}
	
	
	/* スライダー - slider
	-------------------------------------------------- */
	.rtc_sp01_mainvisual {
		padding: 0 20px;
		height: 300px;
	}
	.rtc_slider_imgs,
	.rtc_slider_imgs > div {
		height: 300px;
	}
	.rtc_catchtxt {
		font-size: 18px;
	}
	
	.rtc_slider_imgs > div.rtc_sp01_slideimg04 {
    background-position-x: right;
}
.rtc_slider_imgs > div.rtc_sp01_slideimg03 {
    background-position-x: right;
}
.rtc_slider_imgs > div.rtc_sp01_slideimg02 {
    background-position-x: right;
}
.rtc_slider_imgs > div.rtc_sp01_slideimg01 {
    background-position-x: right;
    background-image: url(/app/uploads/sites/1378/2025/07/top_image_01.jpg);
}
	/* おすすめ物件 - recommended
	-------------------------------------------------- */
	.rtc_block_recommended figure {
		margin-bottom: 0 !important;
	}
	.rtc_block_recommended > .uagb-columns__inner-wrap {
		display: flex;
		flex-wrap: wrap;
	}
	.rtc_block_recommended > .uagb-columns__inner-wrap > .wp-block-uagb-column {
		width: 50% !important;
	}
	.rtc_block_recommended figcaption {
		font-size: 12px;
	}
	
	.rtc_caption_font figcaption {
		font-size: 9px;
	}
	
	
	/* 購入について - buy
	-------------------------------------------------- */
	.rtc_link_bnr > .uagb-columns__inner-wrap {
		display: flex;
		flex-wrap: wrap;
	}
	.rtc_link_bnr > .uagb-columns__inner-wrap > .uagb-column__wrap {
		width: 50% !important;
	}
	.rtc_link_bnr figcaption {
		font-size: 14px;
	}
	
	/* 会員登録・会員様限定 - buy
	-------------------------------------------------- */
	.rtc_txt_sp {
		font-size: 14px;
	}
	
	/* お問い合わせ - CONTACT
	-------------------------------------------------- */
	.rtc_ttl_contact {
		font-size: 55px !important;
	}
}