/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 15 2025 | 04:57:38 */
/* 共通設定 - common
-------------------------------------------------- */
body.es-page-local, body.es-page-about {
	overflow-x: hidden;
}
#primary {
	padding-bottom: 0 !important;
}
footer.site-footer {
	margin-top: 0 !important;
}

body.es-page-about .es-container.page-header, body.es-page-local .es-container.page-header,
body.es-page-school .es-container.page-header {
	display: none;
}


/* タイトル - title
-------------------------------------------------- */
.rtc_ttl_main span {
	margin-left: 20px;
	color: #A8A8A8;
	font-family: "Urbanist", sans-serif;
	font-size: 1.1rem;
	letter-spacing: .2em;
}
.rtc_ttl_main.rtc_dp_b span {
	display: block;
	margin-top: 10px;
	margin-left: 0;
}
.rtc_ttl_main::after {
	display: none !important;
}

.rtc_sub_ttl {
	padding: 15px 30px !important;
}

/* ボタン - button
-------------------------------------------------- */
.rtc_btn_df a {
	position: relative;
	padding: 5px 60px !important;
	font-family: "Urbanist", sans-serif;
	font-weight: bold !important;
	font-style: normal;
	letter-spacing: .2em;
	transition: all ease .6s;
}
.rtc_btn_df a:hover {
	opacity: 1;
	background-color: #0095A5 !important;
}
.rtc_btn_df a::after {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY( -50% );
	content: '\f105';
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
}

/* 会社概要 - company
-------------------------------------------------- */
.rtc_tbl_company table, .rtc_tbl_company table tr, .rtc_tbl_company table td {
	border-color: #E6E6E6;
}
.rtc_tbl_company table td:first-of-type {
	text-align: center;
	vertical-align: middle;
	background: rgba( 0, 149, 165, .1 );
}
.rtc_tbl_company table td:last-of-type {
	padding-left: 30px;
}

.rtc_phone_link {
	display: flex;
	align-items: center;
	margin-bottom: 0 !important;
	font-family: "Urbanist", sans-serif;
	font-optical-sizing: auto;
	font-weight: bold !important;
	font-style: normal;
	line-height: 1.5 !important;
	letter-spacing: .2em !important;
}
.rtc_phone_link svg {
	margin-right: 10px;
	width: 50px;
	height: 50px;
}

.rtc_icon_mail a {
	position: relative;
}
.rtc_icon_mail a:hover {
	opacity: 1;
    background-color: #0095A5 !important;
}
.rtc_icon_mail a::before {
	position: absolute;
	top: 50%;
	left: 50px;
	transform: translateY( -50% );
	content: '\f0e0';
	font-size: 28px;
	font-weight: 500;
	font-family: 'Font Awesome 5 Free';
	color: #fff;
}

.rtc_contact_txt {
	width: 480px;
    height: 60px;
}

/* リビング住販 - about
-------------------------------------------------- */
.rtc_cover_auto h1 span {
	display: block;
	margin-top: 20px;
	font-family: "Urbanist", sans-serif;
	font-size: 24px;
}

.rtc_ttl_num {
    margin-bottom: 50px !important;
    font-family: "Urbanist", sans-serif;
    font-weight: 600 !important;
    font-style: normal;
    font-size: 96px !important;
    line-height: 1 !important;
}

.rtc_figure_abs {
	position: relative;
	overflow: visible;
}
.rtc_figure_abs figure {
	position: absolute;
	top: -25%;
}
.rtc_figure_abs figure img {
	border-radius: 20px;
}

.rtc_before_img::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
    bottom: 0;
    width: 95%;
    height: 76%;
	background-color: #EAEFF4;
	border-radius: 0 10px 10px 0;
}

.rtc_anime_item:is(.is-visible) .rtc_fade_left,
.rtc_anime_right:is(.is-visible) .rtc_fade_left {
	animation: fadeInLeft 2s ease 1s 1 normal backwards;
}
.rtc_anime_item:is(.is-visible) .rtc_fade_right,
.rtc_anime_right:is(.is-visible) figure {
	animation: fadeInRight 1s ease 1s 1 normal backwards;
}

.rtc_before_img:is(.is-visible) .rtc_fade_right {
	animation: fadeInRight 2s ease 1s 1 normal backwards;
}
.rtc_before_img:is(.is-visible) figure {
	animation: fadeInLeft 1s ease 1s 1 normal backwards;
}

.rtc_before_img:is(.is-visible)::before {
	animation: fadeInLeft 3s ease 1s 1 normal backwards;
}


@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translateX( -100px );
	}
	to {
		opacity: 1;
		transform: translateX( 0 );
	}
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translateX( 100px );
	}
	to {
		opacity: 1;
		transform: translateX( 0 );
	}
}

/* アニメーション - anime
-------------------------------------------------- */
.rtc_anime_item {
	opacity: 0;
	transform: translateY(3rem);
	transition: all 0.6s ease-out;
}

/* .is-visible があるとき、item を表示 */
.rtc_anime_item:is(.is-visible) {
	opacity: 1;
	transform: none;
}

.rtc_anime_item.rtc_anime_none {
	opacity: 1;
	transform: none;
}

/* 地域情報 - local
-------------------------------------------------- */
.rtc_txt_absleft {
	margin-bottom: 0 !important;
	position: absolute;
	left: 0;
	color: #A8A8A8;
	font-family: "Urbanist", sans-serif;
	font-size: 128px;
    font-weight: 400;
	line-height: .7 !important;
	white-space: nowrap;
	writing-mode: vertical-rl;
	z-index: -1;
}

.rtc_discover_block > .uagb-columns__inner-wrap {
	max-width: 100% !important;
}
.rtc_discover_block > .uagb-columns__inner-wrap .wp-block-uagb-column {
	overflow: visible;
}

.rtc_media_anime .uagb-column__inner-wrap {
	padding: 0 !important;
}
.rtc_media_anime > .uagb-columns__inner-wrap {
	position: relative;
	align-items: center;
}
.rtc_media_txt {
	position: relative;
	margin-top: 85px;
	left: -50px;
	z-index: 3;
}
.rtc_media_txt p {
	margin-bottom: 0 !important;
}
.rtc_media_txt.rtc_fade_left {
	left: auto;
	right: -50px;
}


/* 学区から探す - school
-------------------------------------------------- */
.rtc_list_school {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 15px 0 0;
	gap: 2%;
}
.rtc_list_school > li {
	margin-bottom: 15px;
	width: 18%;
}
.rtc_list_school > li a::before {
	content: '';
	margin-right: 5px;
	width: 20px;
	height: 20px;
	display: inline-block;
	background-image: url( '/app/uploads/sites/1416/2025/09/icon_pen.png' );
	background-repeat: no-repeat;
	background-size: contain;
	transition: all ease 6s;
}
.rtc_list_school > li a:hover {
	color: #0095A5;
	text-decoration: none;
}

/* スマホ - sp
-------------------------------------------------- */
@media ( max-width: 480px ) {
	
	/* リビング住販 - about
	-------------------------------------------------- */
	body.page-id-2789 #primary {
		overflow-x: hidden;
	}
	.rtc_cover_auto {
		min-height: auto;
	}
	.rtc_cover_auto h1 {
		margin-bottom: 0 !important;
		font-size: 21px !important;
	}
	.rtc_cover_auto h1 span {
		margin-top: 10px;
		font-size: 14px;
	}
	
	.rtc_before_img::before {
		width: 100%;
		height: 42%;
	}
	
	.rtc_page_cover {
		padding: 40px 10px;
		min-height: auto;
	}
	.rtc_page_cover h1 {
		margin-bottom: 0 !important;
		font-size: 16px !important;
	}
	.rtc_feature_img img {
		max-width: 60%;
        height: 125px;
		object-fit: cover;
	}
	
	/* 地域情報 - local
	-------------------------------------------------- */
	.rtc_txt_absleft {
		font-size: 48px;
		opacity: .3;
	}
	.rtc_media_anime {
		padding: 0 20px !important;
	}
	.rtc_media_txt {
		margin-top: 20px;
		margin-bottom: 40px;
		left: 0;
	}
	.rtc_media_txt.rtc_fade_left {
		right: 0;
	}
	
	
	/* 学区から探す - school
	-------------------------------------------------- */
	.rtc_ttl_main span {
		display: block;
		margin: 10px 0 0;
	}
	.rtc_list_school > li {
		width: 100%;
	}
	
	
	/* 会社概要 - Company
	-------------------------------------------------- */
	.rtc_icon_mail a::before {
		position: static;
		margin-right: 10px;
		font-size: 18px;
	}
}