/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 06 2026 | 00:09:18 */
@import url( 'https://fonts.googleapis.com/css2?family=Palanquin+Dark:wght@400;500;600;700&display=swap' );


/* 共通設定 - common
-------------------------------------------------- */
header#masthead.site-header { display: none; }
#content {
	padding-top: 0 !important;
	margin-left: 320px;
}
.main-header-bar.es-header-breadcrumb {
	margin-left: 320px;
}
.es-container.page-header {
	padding: 0 20px;
}
#main .entry-content .alignfull {
	padding-right: calc(50vw - 50%);
	padding-left: calc(50vw - 50%);
}

footer.site-footer {
	margin-left: 320px;
}
footer.site-footer .es-container {
	padding-left: 40px;
	padding-right: 40px;
}


/* ヘッダーカスタマイズ
-------------------------------------------------- */
#header_custom {
	position: fixed;
	top: 0;
	left: 0;
	width: 320px;
	height: 100vh;
	background-color: #fff;
	z-index: 999;
}
#header_custom_sp { display: none; }

.rtc_nav_custom {
	padding: 30px 0;
	height: 100%;
	text-align: center;
	overflow-y: auto;
}

.rtc_nav_list {
	margin: 30px 0;
	border-top: 1px solid #E5ECEA;
	list-style: none;
}
.rtc_nav_list > li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 20px;
	border-bottom: 1px solid #E5ECEA;
	transition: all ease .6s;
}
.rtc_nav_list > li a:hover {
	text-decoration: none;
	background-color: #E5ECEA;
}

.rtc_nav_list > li a img {
	width: 95px;
	object-fit: cover;
}
.rtc_nav_info {
	color: #545454;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
}
.rtc_nav_info > p {
	margin-bottom: 0 !important;
	font-size: 21px;
	color: #00989F;
}

.rtc_nav_other {
	padding: 0 20px 20px;
}

.rtc_nav_list_sns {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	list-style: none;
}
.rtc_nav_list_sns > li a {
	display: flex;
/* 	overflow: hidden; */
	border-radius: 10px;
}
.rtc_nav_list_sns > li a img {
	width: 55px;
	object-fit: cover;
}
.rtc_nav_list_sns > li a svg {
	width: 60px;
	transition: all ease .3s;
}
.rtc_nav_list_sns > li a:hover svg {
    transform: translateY(3px);
}

.rtc_nav_list_company {
	margin: 20px 0;
	list-style: none;
}
.rtc_nav_list_company > li:not(:last-child) {
	margin-bottom: 10px;
}
.rtc_nav_list_company > li a {
	padding: 5px 15px;
	display: flex;
	align-items: center;
	color: #545454;
	font-size: 14px;
	font-weight: bold;
	background-color: #E5ECEA;
	border-radius: 10px;
	transition: all ease .6s;
}
.rtc_nav_list_company > li a::before {
	content: '\f138';
	margin-right: 5px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #00989F;
}


.rtc_nav_list_company > li a:hover {
	opacity: .6;
	text-decoration: none;
}

.rtc_nav_list_company > li:nth-child(2) {
	display: none;
}

.rtc_btn_gosoudan a {
	position: relative;
	display: block;
	margin: 0 auto 10px;
	padding: 5px 35px;
	width: fit-content;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #00989F;
	border-radius: 50vh;
}
.rtc_btn_gosoudan a:hover {
	text-decoration: none;
}
.rtc_btn_gosoudan a::after {
	position: absolute;
	margin: auto;
	top: 50%;
	right: 15px;
	transform: translateY( -50% );
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #fff;
}

.rtc_nav_company_info > p {
	font-size: 12px !important;
	line-height: 1.5;
}
.rtc_nav_company_info > p:first-of-type {
	margin-bottom: 0 !important;
}
.rtc_nav_company_info > p.rtc_nav_tell > a {
	font-size: 30px;
	font-weight: bold;
	color: #00989F;
}
.rtc_nav_company_info > p.rtc_nav_tell {
	margin-top: -5px;
	margin-bottom: 0 !important;
}


.rtc_mv {
	margin: 0 -20px -10px;
}
.rtc_mv img {
	width: 100%;
	height: 850px;
	object-fit: cover;
}

.slick-arrow {
	width: 30px;
	height: 30px;
	z-index: 99;
}
.slick-prev:before, .slick-next:before {
/* 	font-size: 25px !important; */
	color: #00989F !important;
	opacity: 1 !important;
}
.rtc_slick_main .slick-arrow:before {
	content: '' !important;
	width: 30px;
	height: 30px;
	position: absolute;
    top: 0;
    left: 0;
	background-size: contain !important;
}
.rtc_slick_main .slick-prev:before {
	background-image: url( '/app/uploads/sites/1294/2024/10/arrow_prev.png' ) !important;
}
.rtc_slick_main .slick-next:before {
	background-image: url( '/app/uploads/sites/1294/2024/10/arrow_next.png' ) !important;
}

.rtc_slick_main .slick-prev { left: 25px !important; }
.rtc_slick_main .slick-next { right: 25px !important; }

.rtc_bnr_slider .rtc_slick_img {
	padding: 0 20px;
}
.rtc_bnr_slider .rtc_slick_img a img {
	transform: scale( 1 );
}

.rtc_mv_sp { display: none !important; }

/* pop用スライダー - POP
-------------------------------------------------- */
.slick-active .rtc_slick_pop::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 2px solid var(--pop-sub-color);
	border-radius: 10px;
	z-index: 99;
}

@media (max-width: 480px) {
	/* .esx-slider-pop .flexslider.es_slider .flex-control-nav {
		margin-bottom: 10px;
	} */
}
@media (min-width: 481px) {
	.rtc_slick_pop {
		position: relative;
		/* margin: 30px 15px; */
	}
	.rtc_slick_pop::after {
		pointer-events: none;
		width: calc(100% - 30px) !important;
		height: calc(100% - 70px) !important;
		top: 30px !important;
		left: calc(-100% + 15px) !important;
	}
/* 	.rtc_slick_pop::after,
	.rtc_slick_pop img {
		border-radius: 10px;
	} */
	.slick-active .rtc_slick_pop:hover button {
		transform: translate(0, 3px);
		box-shadow: var(--pop-box-shadow-off);
	}
	.rtc_slick_pop section {
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
		width: 40%;
		height: 100%;
		background: none;
/* 		border-radius: 10px; */
	}
	.rtc_slick_pop section.pos_left {
		left: 0;
		padding-left: 60px;
	}
	.rtc_slick_pop section.pos_right {
		width: calc(40% + 20px);
		right: 0;
		padding-left: 40px;
		padding-right: 60px;
	}
	.rtc_slick_pop section .inner {
		position: relative;
	}
	.rtc_slick_pop section::before {
		position: absolute;
		display: block;
		content: "";
		width: 100%;
		height: 200%;
		top: -50%;
		z-index: 0;
	}
	.rtc_slick_pop section.pos_left::before {
		right: 0;
		border-radius: 0 100% 100% 0;
	}
	.rtc_slick_pop section.pos_right::before {
		left: 0;
		border-radius: 100% 0 0 100%;
	}
	.rtc_slick_pop section.bg_white::before {
		background: #fff;
	}
	.rtc_slick_pop section.bg_black::before {
		background: #000;
	}
	.rtc_slick_pop section h3 span {
		font-size: 46px;
	}
	/* .esx-slider-pop .flexslider.es_slider .flex-control-nav {
		bottom: 40px;
	} */
	.slick-active .rtc_slick_pop {
		background: #333;
	}
	
}
.rtc_slick_pop section h3 {
	margin-bottom: 0.75rem;
}
.rtc_slick_pop section h3,
.rtc_slick_pop section h3 span {
	color: var(--pop-sub-color) !important;
}
.rtc_slick_pop section button {
	margin-top: 0.75rem;
	padding: 0.5rem 1.5rem;
	color: #fff !important;
	background: var(--pop-main-color);
	border: none;
	border-radius: 10px;
	box-shadow: var(--pop-box-shadow-gray-3);
	transition: transform .5s ease, box-shadow .5s ease;
}
/* [class*="esx-slider-pop"] .flexslider.es_slider a:hover {
	text-decoration: none;
} */
.slick-active .rtc_slick_pop::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 2px solid var(--pop-sub-color);
	border-radius: 10px;
	z-index: 99;
}
/* [class*="esx-slider-pop"] .flexslider.es_slider .flex-direction-nav .flex-prev,
[class*="esx-slider-pop"] .flexslider.es_slider .flex-direction-nav .flex-next {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px !important;
	height: 60px !important;
	margin: -30px 0 0 !important;
	overflow: inherit;
	background: var(--pop-sub-color);
	border-radius: 60px;
	box-shadow: var(--pop-box-shadow-gray-3);
}
[class*="esx-slider-pop"] .flexslider.es_slider .flex-direction-nav .flex-prev::before,
[class*="esx-slider-pop"] .flexslider.es_slider .flex-direction-nav .flex-next::before {
	display: none !important;
}
[class*="esx-slider-pop"] .flexslider.es_slider .flex-direction-nav .flex-prev::after,
[class*="esx-slider-pop"] .flexslider.es_slider .flex-direction-nav .flex-next::after {
	display: block;
	content: "";
	width: 23px;
	height: 23px;
	border-width: 5px 5px 0 0;
	border-color: #fff;
	border-style: solid;
}
[class*="esx-slider-pop"] .flexslider.es_slider .flex-direction-nav .flex-prev::after {
	transform: rotate(225deg) skew(-10deg, -10deg) translate(-15.5%, 15.5%);
}
[class*="esx-slider-pop"] .flexslider.es_slider .flex-direction-nav .flex-next::after {
	transform: rotate(45deg) skew(-10deg, -10deg) translate(-15.5%, 15.5%);
}
[class*="esx-slider-pop"] .flexslider.es_slider:hover .flex-direction-nav .flex-prev,
[class*="esx-slider-pop"] .flexslider.es_slider:hover .flex-direction-nav .flex-next {
	transform: scale(0.6);
}
[class*="esx-slider-pop"] .flexslider.es_slider:hover .flex-direction-nav .flex-prev {
	left: 15px !important;
}
[class*="esx-slider-pop"] .flexslider.es_slider:hover .flex-direction-nav .flex-next {
	right: 15px !important;
} */
@media (max-width: 480px) {
/* 	.rtc_slick_pop > a {
		display: flex;
		margin: 10px;
		border-radius: 10px;
		overflow: hidden;
	} */
	.rtc_slick_pop section {
		position: relative;
		margin-top: auto;
		padding: 10px 20px 40px;
		background: none;
	}
	.rtc_slick_pop section::before {
		position: absolute;
		display: block;
		content: "";
		width: 200%;
		height: calc(100% + 20px);
		top: -20px;
		left: -50%;
		background: rgba(255, 255, 255, 0.35);
		border-radius: 100% 100% 0 0;
	}
	.rtc_slick_pop section.pos_left, .rtc_slick_pop section.pos_right {
		top: inherit;
		transform: none;
	}
	.rtc_slick_pop section.bg_white h3, .rtc_slick_pop section.bg_white p {
		text-shadow: var(--pop-text-shadow-white-1);
	}
	.rtc_slick_pop section.bg_black {
		background: none !important;
	}
	.rtc_slick_pop section.bg_black::before {
		background: rgba(0, 0, 0, 0.35);
	}
	.rtc_slick_pop section.bg_black h3, .rtc_slick_pop section.bg_black p {
		text-shadow: var(--pop-text-shadow-black-1);
	}
	.rtc_slick_pop section .inner {
		position: relative;
	}
}
@media (min-width: 480px) {
	.slick-active .rtc_slick_pop section {
		animation: slider_section 1s cubic-bezier(0.4, 0, 0.22, 1) 0.5s forwards;
	}
	.slick-active .rtc_slick_pop section.pos_right {
		animation: slider_section_right 1s cubic-bezier(0.4, 0, 0.22, 1) 0.5s forwards;
	}
	.rtc_slick_pop section {
		display: flex;
		align-items: center;
		overflow: hidden;
		width: 50%;
		height: 100%;
/* 		max-width: 620px; */
		max-width: 500px;
		background: none;
/* 		border-radius: 10px; */
		opacity: 0;
		z-index: 99;
	}
	.rtc_slick_pop section.pos_left {
		left: 0;
		padding-left: 60px;
		padding-right: 30px;
	}
	.rtc_slick_pop section.pos_right {
		width: calc(40% + 20px);
		left: auto;
		right: 0;
		padding-left: 60px;
		padding-right: 60px;
	}
	.rtc_slick_pop section .inner {
		position: relative;
		width: 100%;
		max-width: 380px;
		margin-left: auto;
		margin-right: auto;
	}
	.rtc_slick_pop section::before {
		position: absolute;
		display: block;
		content: "";
		width: 100%;
		height: 200%;
		top: -50%;
		z-index: 0;
	}
	.rtc_slick_pop section.pos_left::before {
		right: 0;
		border-radius: 0 100% 100% 0;
	}
	.rtc_slick_pop section.pos_right::before {
		left: 0;
		border-radius: 100% 0 0 100%;
	}
	.rtc_slick_pop section.bg_white::before {
		background: #fff;
	}
	.rtc_slick_pop section.bg_black::before {
		background: #000;
	}
	.rtc_slick_pop section h3 span {
		font-size: 46px;
	}
}

.esx-slider-pop-fullwidth {
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	max-width: calc(100vw - 9px);
	width: calc(100vw - 9px);
}
.esx-slider-pop-fullwidth .flexslider.es_slider .flex-control-nav li a.flex-active {
	background: #333;
}

@keyframes slider_section {
	0% {
		opacity: 0;
		transform: translate(-30px, 0);
	}
	100% {
		opacity: 1;
		transform: translate(0, 0);
	}
}
@keyframes slider_section_right {
	0% {
		opacity: 0;
		transform: translate(30px, 0);
	}
	100% {
		opacity: 1;
		transform: translate(0, 0);
	}
}


.rtc_slick_img section.pos_left .inner p {
	margin-bottom: 0 !important;
	color: #00989F;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.5 !important;
}
.rtc_list_pop {
	margin: 20px 0 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.rtc_list_pop > li {
	padding: 10px 5px;
	width: 32%;
	color: #00989F;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border: 5px solid #00989F;
	border-radius: 10px;
}

.rtc_slick_img section.pos_right .inner h3 {
	font-size: 24px;
	font-weight: bold;
	color: #E08300 !important;
}

.rtc_btn_pop a {
	display: block;
	padding: 5px 50px;
	width: fit-content;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background-color: #E08300;
	border-radius: 10px;
}
.rtc_btn_pop a:hover {
	text-decoration: none;
}
.rtc_slick_img a:hover img {
	transform: scale(1);
}

.slick-dots {
	bottom: -30px !important;
}
.slick-dots li button:before {
	font-size: 20px !important;
	color: #00989f !important;
}

.slick-slide {
	transition: all ease .6s;
}
.rtc_bnr_slider .slick-slide.slick-current.slick-active:hover {
	opacity: .6;
}


/* 売買物件・賃貸物件 - Search
-------------------------------------------------- */
.rtc_cover_visible {
	overflow: visible;
}
.rtc_overflow_abs .wp-block-uagb-column {
	overflow: visible;
}
.rtc_search_block {
	position: relative;
	margin-bottom: -50px;
	top: -20%;
	padding: 20px;
	background-color: #fff;
	border: 5px solid #00989F;
	border-radius: 10px;
}

.rtc_search_block h2 {
	padding: 10px;
	color: #fff !important;
	background-color: #00989F;
	border-radius: 5px;
}
.rtc_search_block h2:after { display: none; }

.rtc_list_search {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	list-style: none;
}
.rtc_list_search > li {
	margin-bottom: 2%;
	width: 32%;
}
.rtc_list_search > li:not(:nth-child( 3n )) {
	margin-right: 2%;
}
.rtc_list_search > li a {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	font-size: 14px;
	font-weight: bold;
	color: #545454;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba( 0, 0, 0, .3 );
}
.rtc_list_search > li a:hover {
	text-decoration: none;
	transform: translateY(5px);
	box-shadow: 0 0 3px rgba( 0, 0, 0, .1 );
}

.rtc_list_search > li a img {
	width: 80px;
}
.rtc_list_search > li a:hover img {
	transform: scale(1);
}


/* 箕面ハウジングって？ - About
-------------------------------------------------- */
.rtc_bp01_about {
	position: relative;
	min-height: 640px;
	overflow: visible;
}

.rtc_bp01_title_about {
	position: absolute;
	top: -50%;
	right: 10%;
	font-size: 128px !important;
	font-weight: bold;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.rtc_bs01_block_about > h3 {
	font-size: 14px;
	font-weight: bold;
	color: #545454 !important;
}
.rtc_bs01_block_about > h3 > span {
	display: block;
	margin-bottom: 2px;
	color: #545454 !important;
	font-size: 36px;
	letter-spacing: 1px;
}
.rtc_bs01_block_about {
	position: absolute;
}
.rtc_block_about_left {
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	padding: 50px 15%;
	width: 70%;
	height: 100%;
	background-color: #fff;
	border-radius: 0 10px 10px 0;
	z-index: 1;
}
.rtc_block_about_left > p {
	color: #545454 !important;
}

.rtc_block_about_right {
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 50px;
	right: 0;
	padding: 50px 5% 50px 50px;
	width: 40%;
	min-height: 350px;
	background-color: #00989F;
	border-radius: 10px 0 0 10px;
	z-index: 2;
}
.rtc_block_about_right > img {
	width: 160px;
	object-fit: cover;
}
.rtc_block_about_right > p {
	margin-bottom: 0 !important;
	color: #fff !important;
	text-align: center;
}

.es-link-container {
	margin-top: 0 !important;
	margin-left: 320px;
	padding-left: 20px;
	padding-right: 20px;
}

/* 会社概要
-------------------------------------------------- */
.rtc_map {
	text-align: center;
}


/* 箕面で暮らす:共通 - Minoh:common
-------------------------------------------------- */
body.es-page-minoh .es-container.page-header,
body.es-page-minoh .main-header-bar.es-header-breadcrumb {
	display: none;
}
body.es-page-minoh #content > .es-container {
	padding: 0;
	background-color: #F0EEE4;
}
body.es-page-minoh #primary {
	padding-bottom: 0;
}
body.es-page-minoh footer.site-footer {
	margin-top: 0;
}

.rtc_btn_default a.wp-block-button__link {
	width: 280px;
	padding: 15px 20px;
}
.clr_red { color: #EA5514; }
.mark_yellow {
	background: linear-gradient( transparent 60%, #EEE800 40% );
}

.rtc_mb0 {
	margin-bottom: 0 !important;
}

/* 箕面で暮らす:タイトル - Minoh:title
-------------------------------------------------- */
.rtc_ttl_rank {
	position: relative;
	margin: 0 auto;
	width: fit-content;
	color: #545454;
	line-height: .5 !important;
}
.rtc_ttl_rank::before {
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	right: -120px;
	bottom: 0;
	content: '';
	width: 100px;
	height: 100px;
	background-image: url( '/app/uploads/sites/1294/2024/10/minoh_img01.png' );
	background-size: contain;
	background-repeat: no-repeat;
}
.rtc_ttl_rank p {
	margin-bottom: 0 !important;
	font-size: 30px;
	font-weight: bold !important;
	color: #545454;
	letter-spacing: .1em !important;
}
.rtc_ttl_rank p span {
	color: #00989F;
}
.rtc_ttl_rank p span i {
	margin: 0 5px;
	font-style: normal;
	font-size: 42px;
}

.rtc_ttl_sub {
	padding: 5px 0;
	font-size: 24px !important;
	border-bottom: 1px solid #E08300;
}

.rtc_ttl_momiji {
	display: flex;
	align-items: flex-start;
}
.rtc_ttl_momiji::before {
	content: '';
	display: block;
	margin-right: 15px;
	width: 45px;
	height: 45px;
	background-image: url( '/app/uploads/sites/1294/2024/10/icon_momiji.png' );
	background-size: contain;
	background-repeat: no-repeat;
}

.rtc_ttl_green > span {
	color: #00989F;
}

.rtc_padding_none > .uagb-column__inner-wrap {
	padding: 0 !important;
}

.rtc_list_point {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin: 0;
	list-style: none;
	counter-reset: listnum;
}
.rtc_list_point > li {
	width: 19%;
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 5px rgba( 0, 0, 0, .3 );
	transition: all ease .6s;
}
.rtc_list_point > li a {
	display: block;
	padding: 20px;
	height: 100%;
	color: #545454;
}
.rtc_list_point > li a::before {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	counter-increment: listnum;
	content: "0" counter(listnum);
	width: 50px;
	height: 50px;
	font-family: "Palanquin Dark", serif;
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	background-color: #EA5514;
	border-radius: 50%;
}

.rtc_list_point > li:hover {
    transform: translateY(5px);
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
}
.rtc_list_point > li a:hover {
	text-decoration: none;
}
.rtc_list_point > li a:hover img {
	transform: scale(1);
}

.rtc_list_point > li a img {
	width: 180px;
	object-fit: cover;
}
.rtc_list_point > li a p {
	margin-bottom: 0 !important;
	line-height: 1.5 !important;
}

.rtc_flex_img_center .uagb-column__inner-wrap > p,
.rtc_flex_img_center .uagb-column__inner-wrap > h4 {
	margin-bottom: 0 !important;
}
.rtc_flex_img_center .uagb-column__inner-wrap > h4 {
	height: 50px;
}
.rtc_flex_img_center .uagb-column__inner-wrap > figure {
	margin: 20px 0;
	text-align: center;
}


#major_area_from option:nth-child(3),
#major_area_from option:nth-child(5) {
	display: none;
}
#major_area_to option:nth-child(2),
#major_area_to option:nth-child(4) {
	display: none;
}


/* ログイン画面 - Login
-------------------------------------------------- */
.btn_login, .btn_remove {
	margin-left: 20px;
	border: none;
	border-radius: 50vh;
	background-color: #00989f;
	transition: all ease .6s;
}
.btn_reset {
	display: flex;
	align-items: center;
	margin-top: 20px;
	color: #00989f;
}
.btn_reset::before {
	content: '\f059';
    margin-right: 5px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.btn_reset:hover {
	text-decoration: none;
}

#txt_add {
	margin-top: 20px;
	padding: 10px 20px;
	color: #00989f;
	border-top: 1px solid #E5ECEA;
	border-bottom: 1px solid #E5ECEA;
/* 	background-color: #00989f; */
}

.wpcf7-form-control-wrap[data-name='nenshu'],
.wpcf7-form-control-wrap[data-name='funds'] {
	display: inline-block;
	margin-right: 10px;
	width: 30%;
}


/* フォーム関連
-------------------------------------------------- */
.rtc_list_toform {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 30px;
	max-width: 980px;
	list-style: none;
}
.rtc_list_toform > li {
	width: 24%;
}
.rtc_list_toform > li a {
	position: relative;
    display: block;
    margin: 0 auto 10px;
    padding: 5px 35px;
/*     width: fit-content; */
    font-size: 16px;
    font-weight: bold;
	text-align: center;
    color: #fff;
    background-color: #00989F;
	border: 2px solid #00989F;
    border-radius: 50vh;
}
.rtc_list_toform > li a:hover {
	color: #00989F;
    background-color: #fff;
	text-decoration: none;
}


/* スマホ版 - sp
-------------------------------------------------- */
@media ( width <= 480px ) {
	#header_custom { display: none; }
	#content, footer.site-footer {
		margin-left: 0;
	}
	
	#header_custom_sp { display: block; }
	.rtc_header_sp_fixed {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 999;
	}
	.rtc_list_navsp_top {
		display: flex;
		align-items: center;
/* 		justify-content: space-between; */
		margin: 0;
		padding: 10px;
		gap: 20px;
		height: 50px;
		list-style: none;
		background-color: #E5ECEA;
	}
	.rtc_list_navsp_top > li a {
		color: #545454;
		font-size: 12px;
		font-weight: bold;
	}
	.rtc_list_navsp_top > li a:hover {
		text-decoration: none;
	}
	.rtc_list_navsp_top > li a::before {
		content: '\f138';
		margin-right: 5px;
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		color: #00989F;
	}
	
	.rtc_list_navsp_top > li:nth-child(2) {
		display: none;
	}
	
	body.logged-in.admin-bar .rtc_header_sp_fixed {
		top: 46px;
	}
	
	.rtc_list_sns_sp {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 0;
		padding: 10px;
		height: 70px;
		list-style: none;
		background-color: #fff;
	}
	
	.rtc_list_sns_sp > li img {
		object-fit: cover;
	}
	.rtc_list_sns_sp > li a {
		display: block;
	}
	.rtc_list_sns_sp > li.sp_logo_img img {
		width: 180px;
		margin-top: -10px;
	}
	.rtc_list_sns_sp > li:not( .sp_logo_img ) svg {
		width: 40px;
		height: 40px;
		border-radius: 5px;
	}
	
	.rtc_sp_list_customcontents {
		display: flex;
		align-items: center;
		margin: 120px 0 0;
		list-style: none;
	}
	.rtc_sp_list_customcontents > li {
		width: 25%;
		text-align: center;
	}
	.rtc_sp_list_customcontents > li a:hover {
		text-decoration: none;
	}
	.rtc_sp_list_customcontents > li a p {
		margin-top: -5px;
		margin-bottom: 0 !important;
		font-size: 14px;
		font-weight: bold;
		color: #00989F !important;
	}
	.rtc_sp_list_customcontents > li:not(:first-child) {
		border-left: 1px solid #E5ECEA;
	}
	.rtc_sp_list_customcontents > li img {
		width: 70px;
		object-fit: cover;
	}
	
	#content {
		margin-top: 20px;
	}
	.rtc_mv.rtc_slick_main { display: none; }
	.rtc_btn_default {
		text-align: center;
	}
	
	/* メインビジュアルSP */
	.rtc_slick_subsp {
		position: relative;
	}
	.rtc_mv_sp {
		display: block !important;
		margin-bottom: -10px !important;
		padding: 0 !important;
	}
	.rtc_mv_sp img {
		width: 100%;
		height: 360px;
		object-fit: cover;
	}
	.rtc_mv_catch {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		padding: 30px 20px;
		text-align: left;
	}
	.rtc_mv_catch > h2, .rtc_mv_catch > p {
		text-shadow: 
			2px  2px 1px #ffffff,
			-2px  2px 1px #ffffff,
			2px -2px 1px #ffffff,
			-2px -2px 1px #ffffff,
			2px  0px 1px #ffffff,
			0px  2px 1px #ffffff,
			-2px  0px 1px #ffffff,
			0px -2px 1px #ffffff; 
	}
	.rtc_mv_catch > h2 {
		color: #00989F;
		text-align: left;
		font-size: 21px !important;
	}
	.rtc_mv_catch > h2:after {
		display: none;
	}
	.rtc_mv_catch > p {
		margin-bottom: 0 !important;
		color: #545454;
		line-height: 1.5 !important;
	}
	
	.rtc_mv_catch > h2.rtc_clr_orange { color: #E08300; }
	
	.rtc_mv_sp .slick-dots {
		bottom: 20px !important;
	}
	.rtc_mv_sp .slick-dots li button:before {
		opacity: .5 !important;
	}
	.rtc_mv_sp .slick-dots li.slick-active button:before {
		opacity: 1 !important;
	}
	
	.rtc_list_pop > li {
		font-size: 12px;
		background-color: #fff;
	}
	.rtc_btn_pop {
		margin-top: 30px;
	}
	
	/* サーチブロック */
	.rtc_search_block {
		top: 0;
		margin-bottom: 0;
	}
	.rtc_search_block ul:first-of-type {
		padding-bottom: 20px;
	}
	
	.rtc_overflow_abs {
		padding: 0 !important;
	}
	
	.rtc_search_block h2 {
		font-size: 16px;
	}
	.rtc_list_search {
		justify-content: space-between;
	}
	.rtc_list_search > li {
		width: 48%;
	}
	.rtc_list_search > li a {
		justify-content: flex-start;
		padding: 0 20px;
		font-size: 9px;
	}
	.rtc_list_search > li a img {
		margin-right: 10px;
		width: 40px;
	}
	.rtc_list_search > li:not(:nth-child( 3n )) {
		margin-right: 0;
	}
	
	.rtc_list_search > li:nth-child(1) { order: 2; }
	.rtc_list_search > li:nth-child(2) { order: 3; }
	.rtc_list_search > li:nth-child(3) { order: 4; }
	.rtc_list_search > li:nth-child(4) { order: 1; }
	.rtc_list_search > li:nth-child(5) { order: 5; }
	.rtc_list_search > li:nth-child(6) { order: 6; }
	
	/* スリックスライダー */
	.rtc_bnr_slider {
		margin-top: 50px;
	}
	.rtc_bnr_slider .rtc_slick_img {
		padding: 0 5px;
	}
	
	/* 箕面ハウジングって？ */
	.rtc_bp01_about {
		min-height: auto;
	}
	.rtc_bp01_title_about {
		top: -480px;
		right: 0;
		font-size: 80px !important;
	}
	.rtc_bs01_block_about {
		position: static;
	}
	.rtc_block_about_left {
		margin-bottom: 20px;
		padding: 30px;
		width: 100%;
		border-radius: 10px;
		transform: translateY( 0 );
	}
	.rtc_block_about_right {
		padding: 50px;
		width: 100%;
		border-radius: 10px;
	}
	
	.rtc_block_contact > .uagb-columns__overlay {
		border-radius: 10px !important;
	}
	
	.rtc_map {
		padding: 0 20px;
	}
	
	.es-link-container {
		margin-left: 0;
	}
	
	
	/* 下層ページ：箕面で暮らす */
	.rtc_minoh_cover {
		padding: 0 !important;
	}
	.rtc_ttl_rank {
		margin-bottom: 0 !important;
		font-size: 14px !important;
	}
	.rtc_ttl_rank p {
		font-size: 21px;
	}
	.rtc_ttl_rank::before {
		top: -70px;
		right: -70px;
		width: 80px;
		height: 80px;
	}
	
	.rtc_list_point {
		flex-wrap: wrap;
	}
	.rtc_list_point > li {
		margin-bottom: 4%;
		width: 48%;
	}
	.rtc_list_point > li:last-child {
		width: 100%;
	}
	
	.rtc_ttl_momiji {
		align-items: center;
	}
	.rtc_ttl_momiji > strong {
		font-size: 18px;
	}
	.rtc_ttl_sub {
		font-size: 18px !important;
	}
	
	
	.btn_login, .btn_remove {
		margin-top: 20px;
		margin-left: 0;
		width: 100%;
	}
	
	.rtc_list_toform > li {
		width: 48%;
	}
}