/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 08 2023 | 03:36:28 */
/* ヘッダー
-------------------------------------------------- */
.es-site-title-wrap p.site-description {
    font-size: 18px!important;
}


/* トップ - Top
-------------------------------------------------- */
.top_search_block ul.search_btn_group.has-1-columns {
	padding: 0;
}
a.wp-block-button__link {
	background: #009360;
}
.bnr_other figure img {
	max-width: 200px;
}


/* お問い合わせ箇所 - 色変更
-------------------------------------------------- */
.top_company_info span[class^=icon-], .top_company_info .inquiry_column strong a {
  color: #FF8900;
}
.top_company_info .inquiry_column .wp-block-button a {
  background: #FF8900;
}


/* ストライプ柄 - StripeBackg
-------------------------------------------------- */
.stripe_bg > span {
	background-size: auto auto;
	background-color: rgba(218, 235, 223, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 15px, rgba(255, 255, 255, 1) 15px, rgba(255, 255, 255, 1) 17px );
}

/* 物件情報の背景
-------------------------------------------------- */
.es_new_block .es-list .wp-block-column {
    background-color: #fff;
}


/* 下層ページ - common
-------------------------------------------------- */
.es-page-kanri .es-container.page-header,
.es-page-sale_information .es-container.page-header {
	display: none;
}
.list_style_none { list-style: none; }


.fukidashi {
	position: relative;
	margin: 0 10px 50px;
	padding: 10px;
	color: #fff !important;
	background: rgba( 39, 146, 98, 1 );
	border-radius: 10px;
}
.fukidashi::before {
	position: absolute;
	content: '';
	display: block;
	width: 25px;
	height: 20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: -15px;
	background: rgba( 39, 146, 98, 1 );
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}


/* 会社概要 - company
-------------------------------------------------- */
.company_imgs figure {
	display: flex !important;
    flex-direction: column-reverse;
}
.company_imgs figure > img {
	width: 100%;
}
.company_imgs figure > figcaption {
	margin: 0;
	font-weight: bold;
	background-color: rgba( 218, 235, 223, 1 );
}


/* 売却のご案内 - sale_information
-------------------------------------------------- */
.ttl_flow {
	display: flex;
	align-items: center;
	font-weight: bold;
}
.num_circle {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
	width: 25px;
	height: 25px;
	color: #fff;
	background: rgba( 39, 146, 98, 1 );
	border-radius: 50%;
}

.sale_point figure img {
	width: auto;
	height: 100px;
}
.sale_point .uagb-column__inner-wrap p:first-child {
	min-height: 60px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.mark_case {
	display: inline-block;
	margin: 10px 0;
	padding: 0 20px;
	color: #fff;
	background-color: #F98C2A;
	border-radius: 30px;
}


/* 賃貸管理のご案内 - kanri
-------------------------------------------------- */
.list_kanri {
	display: flex;
    justify-content: space-evenly;
	margin: 50px auto;
	max-width: 980px;
}
.list_kanri > li {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	padding: 20px;
	width: 200px;
    height: 200px;
	color: #fff;
    text-align: center;
    background-color: rgba( 39, 146, 98, 1 );
    border-radius: 50%;
	outline: 2px solid #fff;
	outline-offset: -10px;
	line-height: 1.5;
}
.list_kanri > li span {
	font-size: 36px;
    font-weight: bold;
	letter-spacing: .05em;
}

.ttl_point {
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
}
.ttl_point span {
	display: block;
	margin-bottom: 10px;
	padding: 5px 20px;
	width: fit-content;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: rgba( 39, 146, 98, 1 );
	border-radius: 30px;
}
.flow_point figure {
	display: block !important;
	height: 180px;
	overflow: hidden;
}



/* スマホ - sp
-------------------------------------------------- */
@media ( max-width: 480px ) {
	
	/* 下層ページ - common
	-------------------------------------------------- */
	.sub_visual {
		min-height: 200px;
	}
	.sub_visual h1 {
		font-size: 21px !important;
	}
	
	.list_check {
		margin: 10px;
	}
	.list_check > li {
		display: flex;
		font-size: 14px;
	}
	.list_check > li img {
		align-self: self-start;
		margin-top: 5px;
		margin-right: 5px;
	}
	.fukidashi {
		font-size: 21px !important;
	}
	
	
	/* 賃貸管理のご案内 - kanri
	-------------------------------------------------- */
	.ttl_point {
		font-size: 18px !important;
	}
	
	.list_kanri {
		flex-direction: column;
	}
	.list_kanri > li {
		padding: 20px;
		width: 100%;
		height: auto;
		font-size: 16px;
		border-radius: 0;
	}
	.list_kanri > li:not(:last-child) {
		margin-bottom: 10px;
	}
	.list_kanri > li span {
		font-size: 26px;
	}
	.point_block {
		margin-left: 10px;
		margin-right: 10px;
	}
	
	/* スマホ時に反転させる
	-------------------------------------------------- */
	.flex_reverse_sp .uagb-columns__inner-wrap {
		display: flex;
		flex-direction: column-reverse;
	}
}