/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 16 2023 | 01:40:56 */
/* ヘッダー - header
-------------------------------------------------- */

.site-logo-img {
	padding-right: 0 !important;
}
.es-site-title-wrap .site-description {
	font-family: 'Noto Sans JP';
	margin-top: 2px;
    font-weight: bold;
    font-size: 21px !important;
	color: rgba( 199, 186, 144, 1 );
}

#masthead .header_free_content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	max-width: 500px;
}

#masthead .header_free_content .header_phone {
	margin-top: 0;
	width: 50%;
}
#masthead .header_free_content .header_phone_shop_name,
#masthead .header_free_content .icon-phone-alt,
#masthead .header_free_content .header_phone_number {
	font-size: 14px;
}
#masthead .header_free_content .header_phone_shop_name {
	min-width: 130px;
    display: inline-block;
    background-color: #c7ba90;
    color: #fff;
    border-radius: 30px;
    padding: 5px;
}

#masthead .header_free_content .header_free_text {
	margin-top: 5px;
}

 .es-site-title-wrap .site-description  {
	display: none;	
}

/* ストライプ柄 - StripeBackg
-------------------------------------------------- */
.stripe_bg > span {
	background-size: auto auto;
	background-color: rgba(239, 239, 239, 0.3) !important;
	background-image: repeating-linear-gradient(135deg, transparent, transparent 20px, rgba(255, 255, 255, 1) 20px, rgba(255, 255, 255, 1) 23px );
}

/* 物件情報の背景
-------------------------------------------------- */
.es_new_block .es-list .wp-block-column {
	background-color: #fff;
}

.wp-block-button a {
	background-color: #C8BA8D;
}

/* お問い合わせ箇所 - 色変更
-------------------------------------------------- */
.top_company_info span[class^=icon-], .top_company_info .inquiry_column strong a {
	color: #C8BA8D;
}
.top_company_info .inquiry_column .wp-block-button a {
	background: #C8BA8D;
}


/* 売却相談 - sales_consultation
-------------------------------------------------- */
.cover_circle {
	padding: 0 !important;
}

.sale_info_catchtext p:first-child {
	margin: 50px 0;
	line-height: 1;
}
.sale_info_catchtext p span {
	font-size: 40px;
}
.sele_btn a {
	padding: 10px 50px;
	border: 2px solid #fff;
	width: 600px;
	background-color: #D5665B;
}

.cycle_bg {
	margin: 0 !important;
}
.cycle_bg > .uagb-columns__inner-wrap >.wp-block-uagb-column {
	overflow: visible;
}

.sale_sub_ttl {
	position: relative;
	letter-spacing: .05em;
}
.sale_sub_ttl::before {
	content: '';
	position: absolute;
	top: -210px;
    right: 10px;
    width: 150px;
    height: 220px;
	background-image: url( '/wp-content/uploads/sites/982/2023/04/f4e162114d8e0d25f6e435107ed7ef91.png' );
	background-size: cover;
}
.sale_sub_ttl span {
	margin: 0 10px;
	font-size: 70px;
	color: #A58F59;
}

.sale_point_list {
	display: flex;
	justify-content: space-between;
	list-style: none;
}
.sale_point_list > li {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	font-size: 26px;
	line-height: 1.5;
	letter-spacing: .1em;
	color: #fff;
	background-color: rgba( 188, 177, 156, 1 );
}
.sale_point_list > li span:first-child {
	margin-bottom: 20px;
}
.sale_point_list > li span.point_font_large {
	font-size: 36px;
}

.sale_letter_ttl {
	margin-top: 50px;
	font-size: 36px;
	letter-spacing: .1em;
}
.sale_letter_ttl span {
	font-size: 24px;
}
.sale_letter_txt {
	line-height: 3;
	letter-spacing: .05em;
}


.sale_check_list_frame {
	position: relative;
}
.sale_check_list_frame::before,
.sale_check_list_frame::after {
	position: absolute;
	content: '';
	width: 130px;
	height: 130px;
}
.sale_check_list_frame::before {
	top: 0;
	left: 0;
	border-top: 5px solid rgba( 188, 177, 156, 1 );
	border-left: 5px solid rgba( 188, 177, 156, 1 );
}
.sale_check_list_frame::after {
	bottom: 0;
	right: 0;
	border-bottom: 5px solid rgba( 188, 177, 156, 1 );
	border-right: 5px solid rgba( 188, 177, 156, 1 );
}
.sale_check_lists {
	margin: 20px 35px;
	list-style: none;
}



/* 地域情報一覧 - local_information
-------------------------------------------------- */
.es-page-local_information footer.site-footer {
	position: relative;
}
.es-page-local_information footer.site-footer::before {
	position: absolute;
	content: '';
	top: -185px;
	left: 0;
	width: 100%;
	height: 182px;
	background-image: url( '/wp-content/uploads/sites/982/2023/04/local_information_01.png' );
	background-repeat: repeat-x;
}


/* 地域情報詳細 - local_detail
-------------------------------------------------- */
.midasi_ttl_type01 span {
	color: #A58F59;
	font-size: 18px;
}

.sale_info_list {
	margin: 0;
	list-style: none;
}
.sale_info_list > li {
	position: relative;
	border: 1px solid #C4C4C4;
	background: #fff;
}
.sale_info_list > li a {
	display: block;
	padding: 10px;
}
.sale_info_list > li:after {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 12px;
	color: rgba( 165, 143, 89, 1 );
}
.sale_info_list > li img {
	margin-right: 10px;
	height: 30px;
}
.sale_info_list > li a {
	color: #333;
}
.sale_info_list > li a:hover {
    text-decoration: none;
    background-color: #efefef;
}
.sale_info_list > li:not(:last-child) {
	margin-bottom: 10px;
}

.btn_free a {
	position: relative;
	padding: 10px 50px;
	border: 5px solid #fff;
}
.btn_free a::after {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 12px;
}

.contact_ttl {
	padding: 20px !important;
	border-radius: 10px;
	font-size: 24px;
    letter-spacing: .05em;
}


/* 求人情報 - recruit
-------------------------------------------------- */
.bg_dot {
	overflow: hidden;
}
.bg_dot > span {
	background-color: #fff;
	background-image: radial-gradient( rgba( 255, 255, 255, .2 ) 30%, transparent 10% );
	background-size: 50px 50px;
}

.recruit_catch {
	position: relative;
}
.recruit_catch p {
	margin-bottom: 10px !important;
}

.recruit_catch::before, 
.recruit_catch::after {
	content: '';
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
}
.recruit_catch::before {
	top: -90px;
    left: -30px;
    width: 550px;
    height: 550px;
	background-image: url( '/wp-content/uploads/sites/982/2023/04/recruit_03.png' );
}
.recruit_catch::after {
	top: -90px;
    right: -150px;
    width: 650px;
    height: 617px;
	background-image: url( '/wp-content/uploads/sites/982/2023/04/recruit_04.png' );
}

.anker_link_btn p { margin-bottom: 0 !important; }
.anker_link_btn p a {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 200px;
	height: 200px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	color: #fff;
	background-color: rgba( 165, 143, 89, 1 );
	border-radius: 50%;
	text-decoration: none;
}
.anker_link_btn p a::after {
	position: absolute;
	bottom: 25px;
	margin-top: 10px;
	content: '\f078';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}


dl.recruit_point {
	margin: 50px 0;
	padding: 20px;
	background: rgba( 239, 236, 227, 1 );
}
dl.recruit_point dt {
	margin-bottom: 10px;
	color: rgba( 164, 143, 94, 1 );
	font-size: 18px;
}
dl.recruit_point dt span {
	display: inline-block;
	margin-right: 10px;
	padding: 0 20px;
	text-align: center;
	min-width: 225px;
	color: #fff;
	background: rgba( 164, 143, 94, 1 );
}
dl.recruit_point dd {
	font-size: 14px;
}


.tab_menu {
	display: flex;
	flex-wrap: wrap;
	margin: 50px auto;
	width: 100%;
}
.tab_menu > input[type=radio] {
	display: none !important;
}
.tab_menu > input[type=radio]+label:before,
.tab_menu > input[type=radio]:checked+label:after {
	display: none !important;
}
.tab_recruit {
	position: relative;
	padding-left: 0 !important;
	width: 49%;
	height: 90px;
	font-size: 16px !important;
	color: #fff;
	background-color: rgba( 200, 186, 141, 1 );
	line-height: 90px !important;
	text-align: center;
	display: block;
	/*float: left;*/
	order: -1;
}
.tab_menu .mr20 {
	margin-right: 20px;
}

.tab_menu > .tab_recruit i {
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.tab_menu > input[type=radio]:checked + .tab_recruit {
	background-color: rgba( 165, 143, 89, 1 );
	color: #fff;
}
.tab_menu .content {
	display: none;
	padding: 50px 0 20px;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tab_menu .content p {
	width: 25%;
}
.tab_menu .content a {
	font-weight: bold;
	font-size: 18px;
	color: #574947;
}
.tab_menu .content a img {
	margin-right: 20px;
	width: 30px;
	height: auto;
}
.tab_menu > input[type=radio]:checked + .tab_recruit + .content {
	display: flex;
}

.recruit_table {
	margin: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.recruit_table dt {
	margin: 0 0 10px;
	padding: 20px 30px;
	width: 30%;
	text-align: center;
	color: #fff;
	background-color: rgba( 165, 143, 89, 1 );
}
.recruit_table dd {
	margin: 0 0 10px;
	padding: 20px 30px;
	width: 70%;
	background-color: #f6f7f7;
}
.recruit_table dd ul {
	margin: 0;
	margin-left: 20px;
}

/* カスタムメディア用 - customMedia
-------------------------------------------------- */
.custom-media-text1 {
	padding: 20px;
}
.custom-media-text1.custom-fadein-left .wp-block-media-text__content {
	margin-top: 20%;
	margin-left: -20%;
	padding-right: 0;
	width: 120%;
}
.custom-media-text1.custom-fadein-right .wp-block-media-text__content {
	margin-top: 20%;
	margin-right: -20%;
	padding-left: 0;
	width: 120%;
}

.custom-media-text1 .wp-block-media-text__media {
	align-self: start;
}

.centurion_img_right {
	position: relative;
	overflow: visible;
}
.centurion_img_right::before {
	position: absolute;
	right: 50px;
	bottom: 30px;
	content: '';
	width: 67px;
	height: 262px;
	background-image: url( '/wp-content/uploads/sites/982/2023/04/recruit_09.png' );
	background-size: cover;
	z-index: 2;
}


/* その他 - other
-------------------------------------------------- */
.maker_brown {
	padding: 0 20px;
	background-color: rgba( 165, 143, 89, 1 );
}


@media ( max-width: 480px ) {

	.for_pc { display: none; }
	.for_sp { display: block; }
	
	#masthead .header_free_content {
		display: none;
	}
	
	.cover_height {
		min-height: 200px;
	}
	.cover_height h1 {
		font-size: 24px !important;
	}
	
	
	/* 地域情報一覧 - local_information
	-------------------------------------------------- */
	.es-page-local_information footer.site-footer::before {
		top: -200px;
		width: 100%;
		height: 75px;
		background-size: cover;
	}
	
	
	/* 地域情報詳細 - local_detail
	-------------------------------------------------- */
	.contact_ttl {
		font-size: 16px;
	}
	.contact_block .contact_txt {
		font-size: 13px;
	}
	
	/* 売却相談 - sales_consultation
	-------------------------------------------------- */
	.sale_info_catchtext .sale_info_ttl {
		margin-bottom: 20px !important;
		font-size: 36px !important;
		line-height: 1.5 !important;
	}
	.sale_info_catchtext .sale_info_ttl span {
		font-size: 24px;
	}
	.sale_info_catchtext .sale_info_txt {
		font-size: 18px !important;
	}
	.sele_btn a {
		width: 100%;
	}
	.sale_sub_ttl::before {
		width: 100px;
		height: 150px;
		top: -185px;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	.sale_sub_ttl {
		font-size: 24px !important;
		letter-spacing: .1em;
	}
	.sale_sub_ttl span {
		font-size: 30px;
	}
	.sale_point_list {
		margin: 0 !important;
	}
	
	.sale_point_list > li {
		width: 110px;
		height: 110px;
		font-size: 16px;
	}
	.sale_point_list > li span:first-child {
		margin-bottom: 0;
	}
	.sale_point_list > li span.point_font_large {
		font-size: 18px;
	}
	
	.sale_letter_block .uagb-column__inner-wrap {
		padding-bottom: 100px !important;
	}
	
	.sale_letter_txt {
		font-size: 14px;
		line-height: 2.5;
	}
	
	.sale_check_list_frame::before {
		left: 10px;		
	}
	.sale_check_list_frame::after {
		right: 10px;
	}
	.sale_check_lists {
		margin: 20px;
	}
	.sale_check_lists > li {
		font-size: 18px;
		display: flex;
		align-items: flex-start;
	}
	.sale_check_lists > li img {
		margin-top: 7px;
		margin-right: 5px;
	}
	
	
	
	/* 求人情報 - recruit
	-------------------------------------------------- */
	.bg_dot {
		padding: 0;
	}
	
	.recruit_catch p {
		font-size: 21px !important;
	}
	.recruit_catch .uagb-column__inner-wrap p:nth-child(6) {
		font-size: 14px !important;
	}
	p.recruit_catch_txt {
		font-size: 11px !important;
	}
	.recruit_catch figure img {
		width: 60%;
	}
	.recruit_catch::before, .recruit_catch::after {
		display: none;
	}
	
	.anker_link_btn .uagb-columns__inner-wrap {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.anker_link_btn .uagb-columns__inner-wrap > div {
		width: 50% !important;
	}
	.anker_link_btn p a {
		font-size: 14px;
		width: 100%;
		height: 50px;
		line-height: 1.25;
		border-radius: 0;
	}
	.anker_link_btn p a::after {
		margin-top: 0;
		right: 30px;
		bottom: auto;
	}
	
	.custom-media-text1.custom-fadein-left .wp-block-media-text__content,
	.custom-media-text1.custom-fadein-right .wp-block-media-text__content {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	
	.centurion_img_right {
		margin-top: 80px;
	}
	.centurion_img_right::before {
		top: -180px;
		right: 30px;
		bottom: auto;
	}
	
	dl.recruit_point dt span {
		display: block;
	}
	dl.recruit_point dt {
		font-size: 16px;
		text-align: center;
	}
	
	.tab_recruit  {
		margin-right: 0;
		width: 100%;
	}
	.tab_menu .content {
		padding-left: 0;
	}
	.recruit_table dt {
		margin-bottom: 0;
	}
	.recruit_table dd {
		font-size: 14px;
	}
	.recruit_table dt, .recruit_table dd {
		width: 100%;
	}
	
	.tab_menu .mr20 {
		margin-right: 0;
	}
	
	/* スマホ時に反転させる
	-------------------------------------------------- */
	.flex_reverse_sp .uagb-columns__inner-wrap {
		display: flex;
		flex-direction: column-reverse;
	}
}