/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 05 2026 | 04:57:53 */
@import url( 'https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap' );
@import url( 'https://fonts.googleapis.com/css2?family=Ms+Madi&display=swap' );
@import url( 'https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap' );
@import url( 'https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap' );
/* font-family: "Ms Madi", cursive; */
/* font-family: "Urbanist", sans-serif; */
/* font-family: "M PLUS Rounded 1c", sans-serif; */


/* 共通設定 - common
-------------------------------------------------- */
.rtc_pdg_change { padding: 20px 0; }
.rtc_btn_default a.wp-block-button__link {
	padding: 10px 50px !important;
	font-size: 16px;
}

.rtc_overflow_visible > .uagb-columns__inner-wrap > .wp-block-uagb-column {
	overflow: visible;
}

body.es-page-top-2 {
	overflow-x: hidden;
}
body.es-page-top-2 #content {
	padding-top: 0 !important;
}
/* body.es-page-about p, body.es-page-sale_top p, body.es-page-resident p,
body.es-page-lend_top p, body.es-page-buy_top p, body.es-page-top-2 p {
	font-weight: 600;
} */
body:not(.es-page-top-2) #page {
	margin-top: 166px;
}
#content {
	padding-top: 0 !important;
}


/* ヘッダー
-------------------------------------------------- */
/* body:not(.es-page-top-2) #rtc_org_header {
	display: none;
} */
body.es-page-top-2 header#masthead, body.es-page-top-2 .main-header-bar.es-header-breadcrumb, header#masthead {
	display: none;
}


#rtc_org_header {
	position: fixed;
    top: 0;
    left: 0;
	width: 100%;
    z-index: 999;
}
body.logged-in.admin-bar #rtc_org_header { top: 32px; }

#rtc_org_header .rtc_header_message {
	padding: 5px 20px;
	font-size: 14px;
	color: #fff;
	background-color: #00008B;
}
#rtc_org_header .rtc_list_navicon {
	display: flex;
	margin: 0;
	list-style: none;
}
#rtc_org_header .rtc_list_navicon > li {
	width: 20%;
}
#rtc_org_header .rtc_list_navicon > li:not(:last-child) {
	border-right: 1px solid #fff;
}
#rtc_org_header .rtc_list_navicon > li a, #rtc_org_header .rtc_list_navicon > li:last-child {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 30px 20px;
	height: 100%;
	min-height: 130px;
	color: #fff;
	background-color: rgba( 0, 0, 139, .6 );
}
#rtc_org_header .rtc_list_navicon > li:nth-child(3) a { background-color: rgba( 6, 199, 85, .9 ); }
#rtc_org_header .rtc_list_navicon > li:nth-child(4) a { background-color: rgba( 235, 175, 10, .9 ); }

#rtc_org_header .rtc_list_navicon > li:last-child {
	cursor: pointer;
}

#rtc_org_header .rtc_list_navicon > li a:hover {
	text-decoration: none;
}
#rtc_org_header .rtc_list_navicon > li a p {
	position: relative;
	margin-bottom: 0 !important;
}
#rtc_org_header .rtc_list_navicon > li a span {
	position: absolute;
	top: -18px;
    right: 5px;
	background-color: #ddd;
	border: 1px solid #fff;
	border-radius: 50%;
	box-sizing: content-box;
	color: #828282;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
	font-size: 12px;
	font-weight: 700;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
#rtc_org_header .rtc_list_navicon > li:first-child a span {
	right: 15px;
}
#rtc_org_header .rtc_list_navicon > li a svg,
#rtc_org_header .rtc_list_navicon > li:last-child svg {
	position: relative;
	width: 50px;
	height: 40px;
}


#rtc_org_header nav {
	position: fixed;
	top: 165px;
	right: -120%;
	display: flex;
	align-items: center;
	padding: 50px 20px;
	width: 100%;
	height: calc( 100% - 198px );
	background: #EEF1F3;
	transition: all ease .6s;
	overflow-y: scroll;
}
body.logged-in.admin-bar #rtc_org_header nav {
	top: 198px;
}
#rtc_org_header nav.is_active {
	right: 0;
}

.rtc_nav_inner {
	margin: 0 auto;
	max-width: 1120px;
	height: 100%;
}

.rtc_nav_inner figure a {
	display: block;
	text-align: center;
}
.rtc_nav_inner figure a img {
	max-width: 640px;
	transition: all ease .6s;
}
.rtc_nav_inner figure a:hover img {
	opacity: .6;
}

.rtc_list_nav_sub {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 20px 0;
	gap: 2%;
	list-style: none;
}
.rtc_list_nav_sub > li {
	margin-bottom: 1.5%;
	width: 49%;
}
.rtc_list_nav_sub > li a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	color: #333;
	font-weight: bold;
	border-radius: 10px;
	background-color: #fff;
}
.rtc_list_nav_sub > li a:hover {
	text-decoration: none;
}
.rtc_list_nav_sub > li:first-child {
	width: 100%;
}
.rtc_list_nav_sub > li a svg {
	margin-right: 5px;
	width: 20px;
	height: 20px;
}

.rtc_nav_other {
	padding-bottom: 50px;
}
.rtc_list_nav_main {
	margin: 0;
	list-style: none;
	height: 0;
	opacity: 0;
	visibility: hidden;
	transition: all ease .3s;
/* 	transition: height 0.3s linear; */
}
.rtc_nav_ttl {
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	padding: 5px 0;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #333;
}
.rtc_nav_ttl::after {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY( -50% );
	content: '\2b';
	color: #00008B;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
}
.rtc_nav_ttl.is_active::after {
	content: '\f068';
}
.rtc_nav_ttl.is_active + .rtc_list_nav_main {
	margin-bottom: 30px;
	height: auto;
	opacity: 1;
	visibility: visible;
}
.rtc_nav_ttl svg {
	margin-right: 10px;
	width: 20px;
	height: 20px;
}
.rtc_list_nav_main > li a {
	display: block;
	padding: 5px;
	font-size: 16px;
	color: #333;
	border-bottom: 1px solid #ddd;
}


/* ★お問い合わせ&スタッフ紹介等(借りたいTOP)
-------------------------------------------------- */
.rtc_message_contact p {
	display: flex;
	align-items: center;
	margin-bottom: 10px !important;
}
.rtc_message_contact p svg {
	margin-right: 10px;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}
.rtc_maker_yellow {
	background: linear-gradient( transparent 60%, #FFF4B8 60% );
}
.rtc_message_contact a.wp-block-button__link {
	display: flex;
	align-items: center;
    justify-content: center;
	margin-top: 5px;
	width: 320px;
}
.rtc_message_contact .wp-block-button {
	text-align: center;
}
.rtc_message_contact .wp-block-button::before {
	content: 'LINEでのご相談はこちら';
	font-weight: bold;
}
.rtc_message_contact a.wp-block-button__link svg {
	margin-right: 10px;
	width: 30px;
	height: 30px;
}

/* お知らせ - news
-------------------------------------------------- */
.rtc_block_news {
	padding: 0;
	border-right: none;
}
.rtc_block_news ul {
	display: block;
	background: #00008B;
	box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
	width: 700px;
	height: 42px;
	border-radius: 30px;
	box-sizing: border-box;
	padding: 10px 20px;
	overflow: hidden;
	position: relative;
	z-index: 30;
}
.rtc_block_news ul li a h3.wrap {
	color: #fff;
}
.rtc_block_news ul li {
	padding: 0 !important;
	border: none !important;
}

.rtc_block_news ul li a .date {
	margin-right: 15px;
	color: #fff;
	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-weight: 900;
}
.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;
}

/* TOP-リニューアル
-------------------------------------------------- */
.entry-content h2.rtc_ttl_newabout {
	font-family: 'Noto Sans JP', sans-serif;
}

.entry-content h2.rtc_ttl_linesoudan {
	margin-top: 50px;
	font-family: 'Noto Sans JP', sans-serif;
}

.rtc_main_visual {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 calc(-50vw + var(--es-scroll-var-half) + 50%);
	width: 100vw;
	height: 780px;
	background-color: gray;
}
.rtc_main_info {
	max-width: 1120px;
}
.rtc_maintel_info {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	padding: 20px;
	width: 1120px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 15px rgba( 0, 0, 0, .3 );
	z-index: 3;
}
.rtc_maintel_info > a {
	width: 60%;
}
.rtc_maintel_info > a img {
	transition: all ease .6s;
}
.rtc_maintel_info > a:hover img {
	opacity: .6;
	transform: scale(1);
}

.rtc_maintel_info ul {
	margin: 0;
	flex: 1;
	list-style: none;
}
.rtc_maintel_info ul > li a {
	margin-left: 20px;
	line-height: 1.5;
    font-size: 30px;
	color: #333;
}
.rtc_maintel_info ul > li a::before {
	margin-right: 5px;
	content: '\f095';
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	color: #263775;
}

.rtc_maintel_info ul > li:not(:last-child) {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
}
.rtc_maintel_info ul > li:last-child {
	color: #BEBEBE;
	font-size: 14px;
	text-align: center;
}


.rtc_slider_imgs {
	position: absolute;
/* 	margin: 0 calc(-50vw + var(--es-scroll-var-half) + 50%); */
	width: 100%;
	height: 780px;
	overflow: hidden;
	z-index: 0;
}

.rtc_slider_imgs > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 780px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 10;
	opacity: 0;
	animation: fade 12s 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/983/2025/12/slider_img01.jpg' );
}

.rtc_slider_imgs > div.rtc_sp01_slideimg02 {
	background-image: url( '/app/uploads/sites/983/2025/12/slider_img01.jpg' );
	animation-delay: 4s;
}

.rtc_slider_imgs > div.rtc_sp01_slideimg03 {
	background-image: url(  '/app/uploads/sites/983/2025/12/slider_img01.jpg'  );
	animation-delay: 8s;
}

.rtc_list_searchbtn {
	position: absolute;
    top: -260px;
	display: flex;
	margin: 0 0 50px;
    width: 100%;
	max-width: 1120px;
	list-style: none;
	border-radius: 10px;
	box-shadow: 0 6px 12px rgba( 0, 0, 0, .3 );
	background: #fff;
	overflow: hidden;
}
.rtc_list_searchbtn > li {
	flex: 1;
}
.rtc_list_searchbtn > li:not(:last-child) {
	border-right: 1px solid #D4D4D4;
}
.rtc_list_searchbtn > li a {
	display: block;
	padding: 25px 20px;
	color: #333;
	font-size: 18px;
	text-align: center;
	transition: all ease .6s;
}
.rtc_list_searchbtn > li a:hover {
	text-decoration: none;
	background: #EBAF0A;
}
.rtc_list_searchbtn > li a p {
	margin-bottom: 20px !important;
	line-height: 1.5;
	font-weight: bold;
	transition: all ease .6s;
}
.rtc_list_searchbtn > li a p span {
	display: block;
	font-size: 14px;
	color: #EBAF0A;
}
.rtc_list_searchbtn > li a:hover p, .rtc_list_searchbtn > li a:hover p span {
	color: #fff;
}
.rtc_list_searchbtn > li a:hover p {
	letter-spacing: .15em;
}
.rtc_list_searchbtn > li a:hover p span {
	letter-spacing: 0;
}
.rtc_list_searchbtn > li svg {
	width: 80px;
	height: 90px;
}
.rtc_list_searchbtn > li:nth-child(2) svg { width: 60px; }
.rtc_list_searchbtn > li:nth-child(3) svg { width: 120px; }
.rtc_list_searchbtn > li:nth-child(4) svg { width: 45px; }
.rtc_list_searchbtn > li:nth-child(5) svg { width: 90px; }

.rtc_list_snsline {
	display: flex;
	gap: 3.5%;
	margin: 30px 0 0;
	list-style: none;
}
.rtc_list_snsline > li {
	width: 31%;
}
.rtc_list_snsline > li div {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 15px;
	padding: 20px;
	background: #EEF1F3;
	border-radius: 20px;
}
.rtc_list_snsline > li div h3 {
	color: #00008B;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.rtc_list_snsline > li div figure {
	text-align: center;
}
.rtc_list_snsline > li div img {
	max-width: 40%;
}
.rtc_list_snsline > li div h3 span {
	display: block;
	font-family: "Urbanist", sans-serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.25 !important;
}
.rtc_list_snsline > li p {
	margin-bottom: 0 !important;
	line-height: 1.5 !important;
	font-size: 14px;
	font-weight: 600;
}

.rtc_custom_slider {
	margin-bottom: 50px;
}
.rtc_custom_slider a.wp-block-button__link {
	padding: 15px 50px !important;
	font-size: 16px;
	background-color: #00008B;
	border-radius: 50vh;
}
.rtc_custom_slider .slick-track {
	display: flex;
	gap: 2%;
}
.rtc_custom_slider .slick-list {
	width: 100%;
}
.rtc_custom_slider .es-list .wp-block-column {
	border: none;
}

.rtc_custom_slider .slick-next, .rtc_custom_slider .slick-prev {
	z-index: 99 !important;
}
.rtc_custom_slider .slick-next::before, .rtc_custom_slider .slick-prev::before {
	font-family: 'Font Awesome 5 Free' !important;
	font-size: 26px !important;
	font-weight: 900;
	color: #00008B !important;
}
.rtc_custom_slider .slick-next::before {
	content: '\f138' !important;
}
.rtc_custom_slider .slick-prev::before {
	content: '\f137' !important;
}
.rtc_custom_slider .slick-next { right: 20px !important; }
.rtc_custom_slider .slick-prev { left: 20px !important; }

.rtc_bnr_resortstyle {
	margin: 60px 0;
	overflow: hidden;
}
.rtc_bnr_resortstyle img {
	transition: all ease .6s;
}
.rtc_bnr_resortstyle a:hover img {
	transform: scale(1);
	opacity: .6;
}

.rtc_illustmap_new #tab_01:checked ~ #tab01_content,
.rtc_illustmap_new #tab_02:checked ~ #tab02_content {
	margin-top: -5px;
	border: none !important;
}
.rtc_illustmap.rtc_illustmap_new input:checked + .tab_label {
	background-color: #00418E;
}
.rtc_illustmap.rtc_illustmap_new .tab_label {
	color: #00418E;
}
.rtc_illustmap .tab_content svg a path:first-of-type {
	transition: all ease .6s;
}
.rtc_illustmap .tab_content svg a:hover path:first-of-type {
    fill: #EE7B35;
}

.rtc_list_guide {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	margin: 0;
	list-style: none;
}
.rtc_list_guide > li {
	margin-bottom: 15px;
	width: 32%;
}
.rtc_list_guide > li a {
	display: block;
	padding: 10px;
	color: #fff;
	text-align: center;
	background: #00008B;
	border-radius: 10px;
	transition: all ease .6s;
}
.rtc_list_guide > li a:hover {
	background-color: #EBAF0A;
	text-decoration: none;
}


/* 共通設定
-------------------------------------------------- */
body.es-page-about .es-container.page-header, body.es-page-sale_top .es-container.page-header,
body.es-page-resident .es-container.page-header, body.es-page-lend_top .es-container.page-header,
body.es-page-buy_top .es-container.page-header, body.es-page-rent_top .es-container.page-header,
body.es-page-top-2 .es-container.page-header {
	display: none;
}
body.es-page-about p, body.es-page-sale_top p,
body.es-page-resident p, body.es-page-lend_top p,
body.es-page-buy_top p, body.es-page-rent_top p,
body.es-page-top-2 p {
	font-weight: 500;
}
body.es-page-about, body.es-page-sale_top, body.es-page-resident,
body.es-page-lend_top, body.es-page-buy_top, body.es-page-rent_top,
body.es-page-top-2 {
	background: #fff;
}

.rtc_page_cover_rn {
	margin-bottom: 50px !important;
}
body.es-page-about .rtc_page_cover_rn {
	margin-bottom: 0 !important;
}
.rtc_page_cover_rn h1 {
	margin-bottom: 0 !important;
}

.entry-content h2.rtc_ttl_icon {
	display: flex;
	align-items: center;
	font-family: 'Noto Sans JP', sans-serif;
}
.entry-content h2.rtc_ttl_icon svg {
	margin-right: 10px;
	width: 15px;
	height: 15px;
}
.entry-content h2.rtc_ttl_sale, .entry-content h2.rtc_ttl_snscontact, .entry-content h2.rtc_ttl_eng {
	font-family: 'Noto Sans JP', sans-serif;
}
.entry-content h2.rtc_ttl_eng {
	font-size: 30px !important;
}
.entry-content h2.rtc_ttl_eng span {
	display: block;
	margin-top: 5px;
	font-size: 18px;
	color: #396CA6;
}

.entry-content h2.rtc_ttl_fukidashi {
	position: relative;
	margin-bottom: 30px;
	padding: 15px 30px;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #fff;
	border-radius: 15px;
	background: #396CA6;
}
.entry-content h2.rtc_ttl_fukidashi::before {
	content: '';
	position: absolute;
    bottom: -10px;
    left: 40px;
    width: 15px;
    height: 10px;
	background: #396CA6;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
}


.rtc_column_evenly > .uagb-columns__inner-wrap {
	justify-content: space-between;
}


/* サンキュー産業とは？
-------------------------------------------------- */
.rtc_ttl_about {
	font-size: 21px !important;
	font-weight: bold;
	border-bottom: 1px solid #00008B;
}
.rtc_ttl_about i {
	margin-right: 15px;
	font-family: "Ms Madi", cursive;
	font-size: 46px;
	font-weight: 500;
	font-style: normal;
	color: #00008B;
}
.rtc_ttl_about span {
	color: #00008B;
}

.rtc_float_abouttxt {
	position: relative;
    top: -50px;
	margin: 0 20px;
	padding: 10px 20px 30px;
	min-height: 260px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
	z-index: 2;
}
.rtc_float_abouttxt p {
	margin-bottom: 0 !important;
	font-size: 14px;
}
.rtc_float_abouttxt_last {
	min-height: auto;
}

.rtc_list_linkinfo {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0 calc( -50vw + var(--es-scroll-var-half) + 50% );
}
.rtc_list_linkinfo > li {
	position: relative;
	flex: 1;
	background-size: cover;
	background-image: url( '/app/uploads/sites/983/2025/12/about_info_02.jpg' );
	transition: all ease .6s;
}
.rtc_list_linkinfo > li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: 350px;
	transition: all ease .6s;
	z-index: 2;
}
.rtc_list_linkinfo > li:first-child {
	background-image: url( '/app/uploads/sites/983/2025/12/about_info_01.jpg' );
}

.rtc_list_linkinfo > li::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba( 0, 0, 0, .3 );
	transition: all ease .6s;
	z-index: 1;
}
.rtc_list_linkinfo > li:hover::before {
	background: transparent;
}

.rtc_list_linkinfo > li a:hover {
	text-decoration: none;
}
.rtc_list_linkinfo > li h2 {
	margin-bottom: 30px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #fff;
}
.rtc_list_linkinfo > li h2::after {
	display: none;
}

.rtc_list_linkinfo > li a p.rtc_btn_detail {
	margin-bottom: 0 !important;
	padding: 5px 20px;
	width: 250px;
	text-align: center;
	font-weight: bold;
	color: #00008B;
	background-color: #fff;
	border-radius: 50vh;
}

.rtc_block_contact figure {
	max-width: 360px;
}
.rtc_block_contact a.wp-block-button__link {
	width: 360px;
	border-radius: 50vh;
}

/* 買いたいTOP
-------------------------------------------------- */
.rtc_btn_listall {
	margin-top: 30px !important;
}
.rtc_btn_listall a.wp-block-button__link {
	position: relative;
	padding: 5px 80px;
}
.rtc_btn_listall a.wp-block-button__link::before {
	content: '\f105';
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY( -50% );
}

.rtc_simple_search {
	padding: 30px 0 !important;
	background: #fff !important;
}
.rtc_simple_search .search-form__main {
	display: block !important;
}
.rtc_simple_search .simple_search_block__inner {
	background: #EFF1F3;
}
.rtc_simple_search #real-time-bukken-count-and-search-button {
	margin-top: 30px;
}

.rtc_listbtn_search {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px 0 50px;
	list-style: none;
}
.rtc_listbtn_search > li {
	width: 49%;
}
.rtc_listbtn_search > li a {
	display: block;
	padding: 20px;
	background: #fff;
	text-align: center;
	border: 1px solid #333;
	border-radius: 10px;
	box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
	transition: all ease .6s;
}
.rtc_listbtn_search > li a:hover {
	text-decoration: none;
	box-shadow: none;
	transform: translate3d(0, 3px, 0);
}
.rtc_listbtn_search > li a i {
	font-size: 36px;
	transition: all ease .6s;
}
.rtc_listbtn_search > li a:hover i {
	color: #EBAF0A;
}
.rtc_listbtn_search > li a p {
	margin-bottom: 0 !important;
	color: #333;
	font-weight: bold;
}

.rtc_listbtn_searchmini > li {
	width: 24%;
}

.rtc_block_feature > .uagb-columns__inner-wrap > .wp-block-uagb-column {
	overflow: visible;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
}
.rtc_block_feature > .uagb-columns__inner-wrap > .wp-block-uagb-column > .uagb-column__inner-wrap {
	padding: 0 !important;
}

.rtc_block_feature figure {
	margin-bottom: 0;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}
.rtc_block_feature figure img {
	height: 160px;
    object-fit: cover;
	border-radius: 10px 10px 0 0;
	transition: all ease .6s;
}

.rtc_block_feature h3 {
	margin-bottom: 10px;
	font-size: 18px;
}
.rtc_block_feature p {
	margin-bottom: 0 !important;
	font-size: 14px;
}

.rtc_block_feature > .uagb-columns__inner-wrap > .wp-block-uagb-column {
	position: relative;
}
.rtc_block_feature > .uagb-columns__inner-wrap > .wp-block-uagb-column::before {
	position: absolute;
	right: 10px;
    bottom: 8px;
    content: '\f138';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #00008B;
    font-size: 26px;
    line-height: 1.25;
	transition: all ease .6s;
}
.rtc_block_feature > .uagb-columns__inner-wrap > .wp-block-uagb-column:hover::before {
	color: #EBAF0A;
}
.rtc_block_feature > .uagb-columns__inner-wrap > .wp-block-uagb-column:hover figure img {
	transform: scale(1.1);
}

.rtc_recommend_btn {
	padding-top: 20px;
}
.rtc_recommend_btn a.wp-block-button__link {
	padding: 15px 80px;
	background: #00008B;
	border-radius: 50vh;
}

/* 借りたいTOP
-------------------------------------------------- */


/* 貸したいTOP
-------------------------------------------------- */
.rtc_block_chintaimenu .uagb-column__inner-wrap {
	padding: 20px !important;
}
.rtc_block_chintaimenu figure {
	margin-bottom: 0 !important;
	text-align: center;
}
.rtc_block_chintaimenu figure img {
	max-width: 120px;
}
.rtc_block_chintaimenu figure a:hover img {
	transform: scale(1);
}
.rtc_block_chintaimenu .esx-expand-link {
	transition: all ease .6s;
}
.rtc_block_chintaimenu .esx-expand-link:hover {
	opacity: .6;
}
.rtc_block_chintaimenu h3 {
	font-size: 18px;
	text-align: center;
}
.rtc_block_chintaimenu p {
	margin-bottom: 0 !important;
}

.rtc_pd_none, .rtc_pd_none .uagb-column__inner-wrap {
	padding: 0 !important;
}

.rtc_list_linkinfo.rtc_list_linkinfo_full > li {
	background-position: center 45%;
	background-image: url( '/app/uploads/sites/983/2025/12/about_info_02.jpg' );
}

/* 売りたいTOP
-------------------------------------------------- */
.rtc_column_sale h3 {
	display: flex;
	align-items: center;
	margin-bottom: 10px !important;
	font-size: 16px !important;
	font-weight: bold;
}
.rtc_column_sale h3 span {
	margin-right: 5px;
	font-family: "Urbanist", sans-serif;
	font-size: 21px !important;
	color: #00008B;
}
.rtc_column_sale figure {
	margin-bottom: 0 !important;
}
.rtc_column_sale p {
	margin-bottom: 0 !important;
	padding: 10px;
	font-size: 14px;
}

.rtc_list_snslinks {
	display: flex;
	justify-content: space-between;
	margin: 0 0 50px;
	list-style: none;
	border-left: 1px solid #ABABAB;
	border-right: 1px solid #ABABAB;
}
.rtc_list_snslinks > li {
	flex: 1;
	padding: 0 5px;
}
.rtc_list_snslinks > li:not(:last-child) {
	border-right: 1px solid #ABABAB;
}
.rtc_list_snslinks > li a {
	display: block;
	padding: 50px 20px;
	background: #EFF1F3;
	text-align: center;
	transition: all ease .6s;
}
.rtc_list_snslinks > li a:hover {
	background: #A9C6E3;
	text-decoration: none;
}
.rtc_list_snslinks > li a svg {
	margin-bottom: 5px;
	width: 40px;
	height: 40px;
}
.rtc_list_snslinks > li a h3 {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #336BAC;
}


/* 入居者様へ
-------------------------------------------------- */
.rtc_block_topics {
	padding: 10px 0;
}
.rtc_btn_df a.wp-block-button__link {
	padding: 5px 20px;
	width: 240px;
}

.rtc_list_qa_ankerlink {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 50px;
	list-style: none;
}
.rtc_list_qa_ankerlink > li a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border: 10px solid #EBAF0A;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
	transition: all ease .6s;
}
.rtc_list_qa_ankerlink > li a img {
	width: 120px;
}
.rtc_list_qa_ankerlink > li a h3 {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #EBAF0A;
}
.rtc_list_qa_ankerlink > li {
	margin-bottom: 20px;
	width: 32%;
}
.rtc_list_qa_ankerlink > li a:hover {
	text-decoration: none;
	box-shadow: none;
	transform: translateY( 10px );
}
.rtc_list_qa_ankerlink > li a:hover img {
	transform: scale(1);
}

.rtc_qa_list {
	list-style: none;
	margin: 30px 0 50px;
}
.rtc_qa_list > li {
	padding: 20px 30px;
	background-color: #fff;
	border-radius: 10px;
}
.rtc_qa_list > li:not(:last-child) {
	margin-bottom: 20px;
}

.rtc_qa_title {
	display: flex;
	align-items: center;
	cursor: pointer;
	border-bottom: 1px solid #fff;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: bold;
	transition: all ease .6s;
}
.rtc_qa_title::before, .rtc_qa_anser::before {
	flex-shrink: 0;
	content: '';
    margin-right: 10px;
	width: 30px;
	height: 30px;
	background-image: url( '/app/uploads/sites/983/2025/12/icon_q.png' );
	background-repeat: no-repeat;
	background-size: contain;
}
.rtc_qa_anser {
	display: flex;
	font-size: 14px;
	height: 0;
	overflow: hidden;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 600;
	transition: all ease .6s;
}
.rtc_qa_anser::before {
	background-image: url( '/app/uploads/sites/983/2025/12/icon_a.png' );
}
.rtc_qa_title::after {
	flex-shrink: 0;
	margin-left: auto;
	content: '\f055';
	width: 20px;
	text-align: center;
	color: #EFB521;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    transition: all ease .6s;
}

.rtc_qa_list > li.is_active .rtc_qa_title {
	padding-bottom: 15px;
}
.rtc_qa_list > li.is_active .rtc_qa_title::after {
	color: #396CA6;
	transform: rotate( 45deg );
}
.rtc_qa_list > li.is_active .rtc_qa_anser {
	padding-top: 15px;
	height: auto;
}

.rtc_qa_checklist {
	margin: 10px 0;
	list-style: none;
}
.rtc_qa_checklist > li {
	display: flex;
	align-items: flex-start;
}
.rtc_qa_checklist > li::before {
	margin-right: 10px;
	flex-shrink: 0;
	content: '\f058';
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	color: #028760;
}

.rtc_btn_cancel {
	display: block;
	margin-top: 10px;
	padding: 5px 20px;
	width: fit-content;
	color: #fff;
	background: #ebaf0a;
	border-radius: 10px;
}
.rtc_btn_cancel:hover {
	opacity: .6;
	color: #fff;
	text-decoration: none;
}


.rtc_qr_code_block > .uagb-columns__inner-wrap {
	align-items: center;
}
.rtc_qr_code_block > .uagb-columns__inner-wrap figure {
	margin-bottom: 0 !important;
}
.rtc_qr_code_block > .uagb-columns__inner-wrap figure img {
}
.rtc_qr_code_block > .uagb-columns__inner-wrap p {
	margin-bottom: 0 !important;
}

/* フッター
-------------------------------------------------- */
footer.site-footer { display: none; }
/* .rtc_org_footer { display: none; } */

footer.rtc_org_footer {
	padding-top: 30px;
	background: #EEF1F3;
}

.rtc_footer_contact {
	margin: 0 auto 30px;
	padding: 0 20px;
	max-width: 640px;
}
.rtc_btn_footercontact {
	display: block;
	margin: 0 auto;
	padding: 10px 80px;
	width: fit-content;
	color: #fff;
	font-weight: 600;
	background-color: #EBAF0A;
	border-radius: 50vh;
	transition: all ease .6s;
}
.rtc_btn_footercontact:hover {
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .15);
    opacity: .8;
	color: #fff;
    text-decoration: none;
    transform: translate3d(1px, 1px, 0);
}

footer.rtc_org_footer .rtc_list_footerlink {
	margin: 0 0 50px;
	list-style: none;
}
footer.rtc_org_footer .rtc_inner_footer > ul:last-of-type {
	margin-bottom: 0;
}
footer.rtc_org_footer .rtc_inner_footer {
	display: flex;
	flex-wrap: wrap;
/* 	justify-content: space-between; */
	gap: 4%;
	margin: 0 auto;
	padding: 20px;
	max-width: 1140px;
}

footer.rtc_org_footer .rtc_list_footerlink {
	width: 22%;
}
footer.rtc_org_footer .rtc_list_footerlink > li {
	line-height: 1.5;
}
footer.rtc_org_footer .rtc_list_footerlink > li:first-child {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #00008B;
	color: #333;
	font-size: 16px !important;
	font-weight: 600;
	letter-spacing: 1.2px;
}
footer.rtc_org_footer .rtc_list_footerlink > li:not(:first-child) a {
	padding-bottom: 5px;
	color: #333;
	font-size: 12px;
	font-weight: 600;
}

.rtc_copy_right {
	margin-top: 50px;
	padding: 1em 0;
	font-size: .75rem;
    color: #fff;
	text-align: center;
	background: #00008b;
}

.rtc_totop {
	position: fixed;
	right: 0;
	bottom: 50px;
	z-index: 99;
}
.rtc_totop a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	background: #00008B;
}
.rtc_totop a svg {
	width: 40px;
	height: 20px;
}

/* カラー
-------------------------------------------------- */
.rtc_clr_orange { color: #F28500; }
.rtc_clr_blue { color: #00008B; }

/* スマホ版：sp
-------------------------------------------------- */
@media ( max-width: 480px ) {
	
	.rtc_btn_default a.wp-block-button__link { font-size: 14px; }
	
	/* ヘッダー
	-------------------------------------------------- */
	body:not(.es-page-top-2) #page {
		margin-top: 116px;
	}
	body.es-page-top-2 #page { overflow-x: hidden; }
	body.logged-in.admin-bar #rtc_org_header {
		top: 46px;
	}
	#rtc_org_header .rtc_header_message {
		padding: 10px;
		font-size: 11px;
		border-bottom: 1px solid #fff;
	}
	#rtc_org_header .rtc_list_navicon > li a, #rtc_org_header .rtc_list_navicon > li:last-child {
		padding: 10px;
		min-height: 75px;
	}
	#rtc_org_header .rtc_list_navicon > li a svg, #rtc_org_header .rtc_list_navicon > li:last-child svg {
		width: 30px;
		height: 25px;
	}
	#rtc_org_header .rtc_list_navicon > li a p {
		margin-top: 5px;
		font-size: 8px;
	}
	#rtc_org_header .rtc_list_navicon > li a span {
		top: -25px;
		right: -5px;
	}
	#rtc_org_header .rtc_list_navicon > li:first-child a span {
		right: 0px;
	}

	body.logged-in.admin-bar #rtc_org_header nav {
		top: 162px;
		height: calc(100% - 116px);
	}
	.rtc_nav_inner figure a img {
		width: 100%;
	}
	
	.rtc_totop {
		bottom: 70px;
	}
	.rtc_totop a {
		width: 75px;
		height: 75px;
	}
	
	/* TOP-リニューアル
	-------------------------------------------------- */
	.rtc_main_visual {
		margin: 40px 0 0;
		width: 100%;
	}
	.rtc_main_info {
		max-width: 100%;
	}
	.rtc_maintel_info {
		margin-bottom: 10px;
		padding: 10px;
	}
	.rtc_main_visual, .rtc_slider_imgs, .rtc_slider_imgs > div {
		height: 360px;
	}
	.rtc_maintel_info, .rtc_block_news ul {
		width: 100%;
	}
	
	.rtc_maintel_info ul {
		padding-left: 5px;
	}
	.rtc_maintel_info ul > li a {
		margin-left: 5px;
	}
	.rtc_maintel_info ul > li:not(:last-child) {
		font-size: 11px;
	}
	.rtc_maintel_info ul > li a {
		font-size: 13px;
	}
	.rtc_maintel_info > a {
		width: 50%;
	}
	
	.rtc_maintel_info ul > li:last-child {
		font-size: 10px;
	}
	.rtc_block_news ul li a .date {
		font-size: 11px;
	}
	.rtc_block_news h3.wrap {
		font-size: 11px;
	}
	
	.rtc_list_searchbtn {
		margin: 0 auto;
		top: -120px;
		left: 0;
        right: 0;
		width: 97%;
	}
	.rtc_list_searchbtn > li {
		flex: auto;
		width: 20%;
	}
	.rtc_list_searchbtn > li a {
		padding: 10px 10px 5px;
	}
	.rtc_list_searchbtn > li a p {
		margin-bottom: 10px !important;
		font-size: 11px;
	}
	.rtc_list_searchbtn > li a p span {
		font-size: 8px;
	}
	.rtc_list_searchbtn > li svg {
		width: 30px;
		height: 40px;
	}
	.rtc_list_searchbtn > li:nth-child(2) svg { width: 30px; }
	.rtc_list_searchbtn > li:nth-child(3) svg { width: 45px; }
	.rtc_list_searchbtn > li:nth-child(4) svg { width: 20px; }
	.rtc_list_searchbtn > li:nth-child(5) svg { width: 45px; }
	
	.rtc_ttl_newabout {
		font-size: 21px !important;
	}
	.rtc_block_about p {
		font-size: 12px !important;
	}
	
	
	.rtc_list_guide > li a {
		font-size: 8px;
	}
	
	.rtc_list_snsline > li div {
		padding: 10px;
	}
	.rtc_list_snsline > li div h3 {
		margin-bottom: 10px;
		font-size: 12px;
	}
	.rtc_list_snsline > li div h3 span {
		font-size: 24px;
	}
	.rtc_list_snsline > li div img {
		max-width: 65%;
	}
	.rtc_list_snsline > li p {
		font-size: 9px !important;
	}
	
	.rtc_custom_slider .slick-track {
		gap: 1%;
	}
	
	.rtc_bnr_resortstyle {
		margin: 30px 0;
	}
	
	/* フッター
	-------------------------------------------------- */
/* 	body.es-page-top-2 footer.site-footer { display: none; }
	body.es-page-top-2 footer.rtc_org_footer { display: block; }
	
	.footer-adv-overlay h2.widget-title {
		padding-bottom: 10px;
		color: #333;
		font-weight: 600;
	}
	footer.site-footer .wp-block-columns.has-4-columns {
		display: flex;
		flex-wrap: wrap;
	} */
	
	footer.rtc_org_footer .rtc_inner_footer {
		justify-content: space-between;
		gap: 8%;
	}
	footer.rtc_org_footer .rtc_list_footerlink {
		width: 46%;
	}
	.rtc_btn_footercontact {
		padding: 5px 80px;
	}
	
	
	
	/* 共通設定
	-------------------------------------------------- */
	body.es-page-about p, body.es-page-sale_top p, body.es-page-resident p,
	body.es-page-lend_top p, body.es-page-buy_top p, body.es-page-top-2 p {
		font-size: 14px;
	}
	
	.rtc_page_cover_rn {
		margin-bottom: 30px !important;
		min-height: 120px;
	}
	.rtc_page_cover_rn h1 {
		font-size: 21px !important;
		margin-bottom: 0 !important;
	}
	
	.entry-content h2.rtc_ttl_eng {
		font-size: 21px !important;
	}
	.entry-content h2.rtc_ttl_eng span {
		font-size: 16px !important;
	}
	
	.rtc_forsp_flex_reverse .uagb-columns__inner-wrap { /* ★ SP時上下反転 */
		display: flex;
		flex-direction: column-reverse;
	}
	
	/* サンキュー産業とは？
	-------------------------------------------------- */
	.rtc_block_about .uagb-column__inner-wrap {
		padding: 0 !important;
	}
	.rtc_float_abouttxt {
		margin: 0 10px;
		min-height: auto;
	}
	.rtc_ttl_about {
		font-size: 14px !important;
	}
	.rtc_ttl_about i {
		margin-right: 5px;
	}
	
	.rtc_list_linkinfo {
		margin: 0;
		padding: 0 !important;
	}
	.rtc_list_linkinfo > li a {
		min-height: 150px;
	}
	.rtc_list_linkinfo > li a h2 {
		margin-bottom: 20px;
		font-size: 16px;
	}
	.rtc_list_linkinfo > li a p.rtc_btn_detail {
		width: 80%;
		font-size: 12px;
	}
	
	.rtc_block_contact p {
		font-size: 12px !important;
		text-align: left;
	}
	.rtc_block_contact a.wp-block-button__link {
		width: 250px;
	}
	
	/* 買いたいTOP
	-------------------------------------------------- */
	.rtc_btn_listall {
		margin-top: 10px !important;
	}
	.rtc_btn_listall a.wp-block-button__link {
		padding: 5px 40px;
		font-size: 14px;
	}
	.rtc_btn_listall a.wp-block-button__link::before {
		right: 15px;
	}
	
	.rtc_listbtn_search > li {
		margin-bottom: 20px;
		width: 48%;
	}
	
	/* 借りたいTOP
	-------------------------------------------------- */
	/* 貸したいTOP
	-------------------------------------------------- */
	.rtc_block_chintaimenu > .uagb-columns__inner-wrap > .wp-block-uagb-column {
		overflow: visible;
	}
	.rtc_block_chintaimenu > .uagb-columns__inner-wrap > .wp-block-uagb-column > .uagb-column__overlay {
		border-radius: 10px;
		box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
	}
	.rtc_block_chintaimenu > .uagb-columns__inner-wrap > .wp-block-uagb-column > .uagb-column__inner-wrap {
		display: flex;
		align-items: center;
		padding: 10px 15px !important;
	}
	.rtc_block_chintaimenu figure {
		margin-right: 10px;
	}
	.rtc_block_chintaimenu figure img {
		max-width: 60px;
	}
	.rtc_block_chintaimenu h3 {
		margin-bottom: 5px !important;
		font-size: 16px;
		text-align: left;
	}
	.rtc_block_chintaimenu p {
		font-size: 12px !important;
	}
	
	.rtc_sp_flexblock > .uagb-columns__inner-wrap > .wp-block-uagb-column {
		width: 50% !important;
	}
	.rtc_sp_flexblock > .uagb-columns__inner-wrap {
		display: flex;
	}
	.rtc_sp_flexblock .wp-block-image,
	.rtc_sp_flexblock figcaption {
		margin-bottom: 0;
	}
	
	/* 売りたいTOP
	-------------------------------------------------- */
	.rtc_ttl_sale { font-size: 16px !important; }
	.rtc_column_sale h3 {
		font-size: 15px !important;
	}
	
	.rtc_ttl_snscontact {
		font-size: 30px !important;
	}
	.rtc_list_snslinks {
		padding: 0;
	}
	.rtc_list_snslinks > li a {
		padding: 20px 10px;
	}
	.rtc_list_snslinks > li a svg {
		width: 30px;
		height: 30px;
	}
	.rtc_list_snslinks > li a h3 {
		font-size: 12px;
	}
	
	
	/* 入居者様へ
	-------------------------------------------------- */
	.rtc_list_qa_ankerlink {
		margin-bottom: 30px;
	}
	.rtc_list_qa_ankerlink > li {
		width: 49%;
	}
	.rtc_list_qa_ankerlink > li a {
		padding: 7.5px 10px;
		flex-direction: row;
		background: #EBAF0A;
		border: none;
		border-radius: 50vh;
		box-shadow: none;
	}
	.rtc_list_qa_ankerlink > li a figure {
		width: 35px;
		height: 35px;
		text-align: center;
		background-color: #fff;
		border-radius: 50%;
	}
	.rtc_list_qa_ankerlink > li a h3 {
		margin-bottom: 0 !important;
		text-align: center;
        font-size: 14px;
		color: #fff;
		flex: 1;
	}
	.rtc_list_qa_ankerlink > li a img {
		width: 30px;
		height: 30px;
	}
	
	.rtc_qa_list > li {
		padding: 10px;
	}
	
	.rtc_qr_code_block figure {
		text-align: center;
	}
	.rtc_qr_code_block figure img {
		max-width: 60%;
	}
	.rtc_qr_code_block p br { display: none; }
	.rtc_qr_code_block p {
		text-align: center;
	}
}