/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 04 2023 | 03:42:02 */
@import url( 'https://fonts.googleapis.com/css2?family=Nova+Square&display=swap' );

/* 共通 - common
-------------------------------------------------- */
.custom-caption-img1 figcaption {
	background: rgba( 108, 178, 75, 0.7 ) !important;
}

.rtc_cover_heigth_auto { min-height: auto; }

/* ナビ - nav
-------------------------------------------------- */
/*
header#masthead > .main-header-bar-wrap > .main-header-bar {
	background: rgba( 108, 178, 75, 0.8 );
}
header#masthead .header_free_content .icon-phone-alt::before, header#masthead .header_free_content .header_phone_number,
header#masthead .header_free_content .header_free_text {
	color: #fff;
}


.main-header-menu .sub-menu {
 background: rgba( 108, 178, 75, 0.7 );
}
.main-header-menu li:hover > a {
 color: #fff;
}
.main-header-menu > .menu-item > a:hover {
 color: #fff;
}
body #masthead:not(.fixed) .main-header-menu > .menu-item > a:hover, body #masthead:not(.fixed) .main-header-menu > #nav_more:hover > a, body #masthead:not(.fixed) .main-header-menu > .unclickable.menu-item:hover > a {
 color: #fff;
}
.es-site-title-wrap p{
 color: #fff;
 font-size: 16px!important;
 font-weight: bold;
}

.main-navigation ul {
 padding-left: 10px;
}
.main-navigation .es-justify-content-flex-end {
    justify-content: initial;
}



@media (max-width: 480px){
 body.admin-bar #masthead .main-header-bar .main-header-bar-navigation {
  background: #6cb24b;
 }

 .main-header-bar .main-header-bar-navigation .main-navigation .sub-menu li a {
  background: #4c4742;
 }

 .main-header-bar .main-header-bar-navigation {
  background: #6cb24b;
 }

}

@media (min-width: 481px){
 .main-header-menu .sub-menu .menu-item a {
    color: #fff;
 }
 .main-header-menu .sub-menu .menu-item a:hover {
    color: #fff;
 }
}
.es-page-es-page_on_front .main-header-bar .main-header-menu .sub-menu a:hover {
    background: rgba( 108, 178, 75, 0.7 );
}
*/

/* スライダー - slider
-------------------------------------------------- */
/*.rtc_block_slider {
	margin-top: 132px;
}*/


/* スタッフ - staff
-------------------------------------------------- */
.rtc_block_staff h3 {
	text-align: center;
}


/* ●●物件を探す - search
-------------------------------------------------- */
.rtc_text_bg > .uagb-columns__inner-wrap {
	position: relative;
}
.rtc_text_bg > .uagb-columns__inner-wrap::after {
	position: absolute;
	top: 0;
    left: -20px;
    font-size: 8rem;
	content: 'RENT';
	color: #fff;
}
.rtc_text_forsale > .uagb-columns__inner-wrap::after {
	content: 'SALE';
}


/* おすすめ物件 - recommend
-------------------------------------------------- */
.rtc_bg_stripe_left .feature-advertisement-block .es_new_block_item {
	background-color: #fff;
}
.rtc_bg_stripe_left .feature-advertisement-block .es_new_block_item > a > p {
	padding: 0 10px;
}

.custom-new-block1.es_new_block a[href*="/rent/"]::before, .custom-new-block1.es_new_block a[href*="/sale/"]::before {
	background: rgba( 82, 75, 66, .7 ) !important;
}


/* アイ住宅サービスの強み - point
-------------------------------------------------- */
.custom-media-text1 .wp-block-media-text__content {
	background: rgba( 231, 228, 226, 1 ) !important;
}


/* 賃貸管理メニュー - kanri
-------------------------------------------------- */
.rtc_point_num {
	font-family: 'Nova Square', sans-serif;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100px;
	height: 100px;
	color: #fff;
	background-color: rgba( 144, 197, 130, 1 );
	border-radius: 50%;
}
.rtc_point_num > span {
	display: block;
	padding: 0;
    line-height: .8;
    font-size: 2.1rem;
}


/* 相続の相談 - souzoku
-------------------------------------------------- */
.rtc_list_flow {
	margin: 0;
	padding-left: 50px;
	position: relative;
	list-style: none;
}
.rtc_list_flow::before {
	content: "";
	width: 15px;
	height: 100%;
	background: #eee;
	margin-left: -8px;
	display: block;
	position: absolute;
	top: 0;
	left: 50px;
	border-radius: 10px;
}
.rtc_list_flow > li {
	position: relative;
}
.rtc_list_flow > li:not(:last-child) {
	margin-bottom: 8vh;
}
/* .rtc_list_flow > li .icon {
	font-size: 12px;
	color: #fff;
	background: rgb(107,144,219);
	background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
	background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
	background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
	padding: 8px 20px;
	display: block;
	position: absolute;
	top: 0;
	left: -120px;
	z-index: 100;
}
.rtc_list_flow > li .icon::after {
	content: "";
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #66d5e9;
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
} */
.rtc_list_flow > li dl {
	padding-left: 70px;
	position: relative;
}
.rtc_list_flow > li dl::before,
.rtc_list_flow > li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
}
.rtc_list_flow > li dl::before {
	width: 7px;
	height: 7px;
	margin-top: -3px;
	background: rgba( 97, 178, 75, 1 );;
	border-radius: 50%;
	left: -4px;
}
.rtc_list_flow > li dl::after {
	width: 50px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 5px;
}
.rtc_list_flow > li dl dt {
	font-size: 20px;
	font-weight: 600;
	color: rgba( 97, 178, 75, 1 );
	margin-bottom: 1vh;
}
.rtc_list_flow > li dl dt > span {
	margin-right: 10px;
	padding: 0 20px;
	color: #fff;
	background-color: rgba( 97, 178, 75, 1 );
	border-radius: 50vh;
}
.rtc_list_flow > li dl dd {
	display: flex;
}
.rtc_list_flow > li dl dd img {
	margin-right: 20px;
	width: 200px;
}

.rtc_df_btn {
	display: block;
	margin: 20px auto;
	padding: 10px 50px;
	width: fit-content;
	color: #fff;
	background-color: rgba( 235, 186, 71, 1 );
	border-radius: 5px;
}
.rtc_df_btn:hover {
	color: #fff;
	text-decoration: none;
	opacity: .6;
}

/* 売るまでの流れ - sale_flow
-------------------------------------------------- */
.rtc_saleflow_flow h2 {
	margin-bottom: 0;
}
.rtc_saleflow_flow {
	position: relative;
}
.rtc_saleflow_flow_num {
	position: absolute;
	margin-bottom: 0 !important;
	top: -130px;
	right: 20px;
}
.rtc_saleflow_flow_left .rtc_saleflow_flow_num {
	left: 0;
	right: auto;
}
.rtc_saleflow_flow > .uagb-columns__inner-wrap > .wp-block-uagb-column,
.rtc_saleflow_imgs > .uagb-columns__inner-wrap > .wp-block-uagb-column {
	overflow: visible;
}
.rtc_saleflow_imgs {
	position: relative;
}
.rtc_saleflow_imgs figure {
	position: absolute;
	top: -50px;
}

body.es-page-lend_flow #primary, body.es-page-sale_flow #primary {
	padding-bottom: 0;
}
body.es-page-lend_flow footer.site-footer, body.es-page-sale_flow footer.site-footer {
	margin-top: 0;
}

.flow_number{
	overflow: visible;
}

/* スマホ版 - sp
-------------------------------------------------- */
@media ( max-width: 480px ) {
	/* 共通 - common
	-------------------------------------------------- */
	/*.rtc_block_slider {
		margin-top: 68px;
	}*/
	
	.rtc_btn_default { width: 100% !important; }
	
	.rtc_text_bg > .uagb-columns__inner-wrap::after {
		font-size: 4rem;
		top: 50px;
		left: 10px;
	}
	
	.rtc_cover_sp {
		min-height: auto;
	}
	
/* 	.rtc_title_fukidashi {
		margin: 0 !important;
	} */
	
	/* 相続の相談 - souzoku
	-------------------------------------------------- */
	.rtc_icon_souzoku > .uagb-columns__inner-wrap {
		display: flex;
		flex-wrap: wrap;
	}
	.rtc_icon_souzoku > .uagb-columns__inner-wrap > .wp-block-uagb-column {
		width: 50% !important;
	}
	
	.rtc_list_flow {
		padding-left: 0;
	}
	.rtc_list_flow > li dl dd {
		flex-direction: column;
	}
	.rtc_list_flow > li dl {
		padding-left: 30px;
	}
	
	.rtc_list_flow::before {
		left: 15px;
	}
	
	.rtc_list_flow > li dl dt > span {
		display: block;
	}
	
	.rtc_list_flow > li dl dd {
		margin: 0;
	}
	
	.rtc_list_flow > li dl dd img {
		margin-right: 0;
		margin-bottom: 20px;
		width: 100%;
	}
	
	.rtc_list_flow > li dl::before {
		left: 10px;
	}
	.rtc_list_flow > li dl::after {
		display: none;
		left: 15px;
	}
	
	/* 貸すまでの流れ - lend_flow
	-------------------------------------------------- */
	.rtc_saleflow_imgs figure {
		position: static;
	}
	
	.rtc_saleflow_flow_num {
		right: 0;
	}
}