/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 21 2023 | 01:35:47 */
@import url( 'https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap' );
/* font-family: 'Lora', serif; */


/* トップ：共通 - top:common
-------------------------------------------------- */
body.home #primary {
	padding-bottom: 0 !important;
}
body.home .site-footer {
	margin-top: 0 !important;
}

.main_ttl span.fontserf {
	font-family: 'Lora', serif;
	font-size: 52px;
	line-height: 1;
	letter-spacing: .05em;
}
.main_ttl span.clr_brown {
	display: block;
	margin: 5px 0 0;
	font-size: 16px;
	color: rgba( 158, 133, 114, 1 );
}

.disp_none { display: none; }

.triangle_cover {
	position: relative;
	margin-top: -50px !important;
	min-height: 200px;
}
.triangle_cover.rtc_top_bottom {
	margin-top: 0 !important;
}
.triangle_bg {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	content: '';
	width: 100%;
	height: 200px;
}

/* ナビ - nav
-------------------------------------------------- */
.main-header-bar-navigation {
	background: #fff !important;
}

ul#primary-menu > li > a {
	text-decoration: none;
}
ul#primary-menu > li:hover > a {
	background: #fff !important;
	color: rgba( 151, 152, 143, 1 ) !important;
}

nav#site-navigation ul#primary-menu > li a {
	color: #333;
}
nav#site-navigation ul#primary-menu > li ul.sub-menu {
	border-top: 2px dotted rgba( 128, 128, 128, .6 );
}

nav#site-navigation ul#primary-menu > li ul.sub-menu > li:hover > a {
	background: rgba( 226, 222, 215, 1 );
	border-bottom: 2px dotted rgba( 128, 128, 128, .6 );
}

.es_user_identity .header_free_content {
	display: none !important;
}


/* トップ：お知らせ - top:event&news
-------------------------------------------------- */
.event_ttl {
	position: relative;
}
.event_ttl::before {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: '\f101';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.event_block > .uagb-columns__inner-wrap {
	align-items: center;
}
.event_block .es-list-wrapper {
	padding: 20px 0;
}

.event_custom h3 {
	transition: all ease .6s;
}
.event_custom h3:hover {
	color: rgba( 208, 196, 179, 1 );
	text-decoration: none;
}


/* トップ：検索ボタン - top:search
-------------------------------------------------- */
.esx-search-block-style-b1 .search_btn_group a.wp-block-button__link {
	border: 1.5px solid #333;
	border-radius: 25px !important;
}

.search_btn_group {
	justify-content: space-around;
}

.search_btn_group > li a p:first-child {
	font-weight: bold !important;
	color: rgba( 70, 70, 70, 1 );
	border-bottom: 5px dotted #fff !important;
}
.search_btn_group > li a p.last-line {
	font-size: 0.8rem !important;
	font-weight: bold !important;
	color: rgba( 70, 70, 70, 1 );
}
.search_btn_group > li:nth-child(1) a::before {
	width: 80px !important;
	background-image: url( '/app/uploads/sites/1037/2023/06/top_01.png' ) !important;
}
.search_btn_group > li:nth-child(2) a::before {
	width: 75px !important;
	background-image: url( '/app/uploads/sites/1037/2023/06/top_02.png' ) !important;
}
.search_btn_group > li:nth-child(3) a::before {
	width: 80px !important;
	background-image: url( '/app/uploads/sites/1037/2023/06/top_03.png' ) !important;
}


/* トップ：特集 - top:feature
-------------------------------------------------- */
.feature_block ul.es-list-items > li a {
	border-radius: 10px;
	overflow: hidden;
}
.feature_block ul.es-list-items > li a h3.wrap {
	margin-top: 0;
	padding: 10px;
	font-weight: bold;
	text-align: center;
	background: #fff;
}
.feature_block ul.es-list-items > li a:hover h3.wrap {
	text-decoration: none;
}


/* トップ：スライダー(Flickity) - top:Flickity
-------------------------------------------------- */
.bnr_contents > .uagb-columns__inner-wrap {
	max-width: 80% !important;
}
.bnr_contents .wp-block-uagb-column {
	overflow: visible;
}

.bnr_lists {
	list-style: none;
	margin: 0;
}
.bnr_lists li {
	margin-right: 2%;
	width: 18%;
	overflow: hidden;
}
.bnr_lists li a {
	display: block;
}
.bnr_lists li a img {
	width: 100%;
	height: auto;
	transition: all ease .6s;
	object-fit: cover;
}
.bnr_lists li a:hover img {
	transform: scale( 1 );
	opacity: .5;
}

.bnr_lists ol.flickity-page-dots {
	bottom: -50px;
}

.bnr_lists button {
	padding: 0;
	transition: all ease .6s;
}

.flickity-button.flickity-prev-next-button {
	z-index: 2;
	top: auto;
	bottom: -45px;
	width: 40px;
	height: 10px;
	border-bottom: 2px solid rgba( 204, 204, 204, 1 );
	border-radius: 0;
	background: none;
}
.flickity-button.flickity-prev-next-button.previous {
	left: 38%;
	border-right: none;
	border-left: 3.5px solid rgba( 204, 204, 204, 1 );
	transform: skew( -45deg );
}
.flickity-button.flickity-prev-next-button.next {
	right: 38%;
	border-right: 3.5px solid rgba( 204, 204, 204, 1 );
	transform: skew( 45deg );
}

.flickity-button.flickity-prev-next-button:hover {
	background: none;
	border-bottom: 2px solid rgba( 51, 51, 51, 1 );
}
.flickity-button.flickity-prev-next-button.previous:hover {
	border-left: 3.5px solid rgba( 51, 51, 51, 1 );
}
.flickity-button.flickity-prev-next-button.next:hover {
	border-right: 3.5px solid rgba( 51, 51, 51, 1 );
}
.flickity-button.flickity-prev-next-button svg {
	display: none;
}


/* トップ：ワーク - top:Work
-------------------------------------------------- */
.works_block .es-list-items > li {
	transition: ease all .6s;
}
.works_block .es-list-items > li,
.works_block .es-list-items > li a,
.works_block .es-list-items > li:hover figure {
	overflow: visible;
}
.works_block .es-list-items > li:hover figure {
	cursor: pointer;
    transition: .1s ease-in-out;
    transform: translate(-5px,-5px);
    box-shadow: 5px 5px;
    color: #3a302d;
}
.works_block .es-list-items > li:hover figure img {
	transform: scale( 1 );
}


/* トップ：コンセプト - top:CONCEPT
-------------------------------------------------- */
.concept_block figure a img {
	transition: ease all .6s;
}
.concept_block figure a:hover img {
	transform: scale( 1 );
	transform: translateY( -5px );
	filter: drop-shadow( 0 0 5px rgba( 0, 0, 0, .3 ));
}


/* トップ：ブログ - top:BLOG
-------------------------------------------------- */
.blog_contents figure a img {
	transition: ease all .6s;
}
.blog_contents figure a:hover img {
	transform: scale( 1 );
	transform: translateY( -5px );
	filter: drop-shadow( 0 0 5px rgba( 0, 0, 0, .3 ));
}

.blog_contents h2 {
	padding: 30px 10px;
	background: rgba( 71, 71, 73, 1 );
}
.blog_contents h2 .fontserf {
	color: rgba( 224, 221, 213, 1 );
}
.blog_contents h2 .clr_brown {
	color: rgba( 208, 196, 179, 1 );
}

.blog_block .es-list-wrapper {
	padding: 20px !important;
}

.news_custom .es-list-items > li {
	border-bottom: 1px dashed rgba( 151, 154, 146, 1 );
}
.news_custom .es-list-items > li a h3.wrap {
	position: relative;
	transition: ease all .6s;
}
.news_custom .es-list-items > li a span.date {
	color: rgba( 151, 154, 146, 1 );
}
.news_custom .es-list-items > li a:hover h3.wrap {
	color: rgba( 208, 196, 179, 1 );
	text-decoration: none;
}

.news_title_custom .es-list-items > li a h3.wrap::after {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: '\f101';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.blog_block .uagb-column__inner-wrap {
	padding: 0 !important;
}

/* トップ：SNS - top:SNS
-------------------------------------------------- */
.sns_list_custom {
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: center;
}
.sns_list_custom > li i {
	font-size: 72px;
}
.sns_list_custom > li a {
	color: #333;
}
.sns_list_custom > li a:hover {
	opacity: .6;
}


/* トップ：店舗案内 - top:SHOP&STAFF
-------------------------------------------------- */
.shop_info_cover {
	min-height: auto;
}
.shop_info_cover h2 {
	margin-top: -100px;
}

.shop_info_block h3 {
	font-size: 1.2rem !important;
}
.shop_info_block figure {
	margin-bottom: 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
}
.shop_info_block figure img {
	transition: ease all 1s;
}
.shop_info_block figure:hover img {
	opacity: 0;
}
.shop_info_block > .uagb-columns__inner-wrap > div:nth-child(1) figure {
	background-image: url( '/app/uploads/sites/1037/2023/06/top_18.jpg' );
}
.shop_info_block > .uagb-columns__inner-wrap > div:nth-child(2) figure {
	background-image: url( '/app/uploads/sites/1037/2023/06/top_19.jpg' );
}
.shop_info_block > .uagb-columns__inner-wrap > div:nth-child(3) figure {
	background-image: url( '/app/uploads/sites/1037/2023/07/top_20_2.jpg' );
}

.shop_info_block h3 {
	margin-bottom: 10px;
	padding: 10px;
	border-bottom: 2px dotted #333;
}
.shop_info_block ul {
	margin: 0 20px 0 30px;
	font-size: .8rem;
}

.rtc_imgs_shop figure img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}


/* トップ：マップ - top:googlemap
-------------------------------------------------- */
.custom_map .uagb-columns__inner-wrap {
	max-width: 100% !important;
}
.custom_map .uagb-column__inner-wrap {
	padding: 0 !important;
	height: 500px;
}


/* トップ：会社情報 - top:company
-------------------------------------------------- */
.company_name span {
	font-size: 1rem;
}
.company_phone span {
/* 	font-size: 1.2rem; */
/* 	font-weight: bold; */
}

.rtc_company_info figure img {
	max-width: 160px;
}


/* フローティングバナー - floating
-------------------------------------------------- */
.floating_bnr {
	position: fixed;
	right: 20px;
	bottom: 60px;
	z-index: 9;
}
.floating_bnr p {
	margin-bottom: 0;
}
.floating_bnr p:first-child {
	margin-bottom: 15px;
}
.floating_bnr a {
	display: flex;
    justify-content: center;
	align-items: center;
    width: 50px;
    height: 50px;
	font-size: 24px;
	color: rgba( 70, 71, 73, 1 );
	text-decoration: none;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba( 0, 0, 0, .3 );
	transition: all ease .6s;
}
.floating_bnr a:hover {
	opacity: .5;
}


/* フッター - footer
-------------------------------------------------- */
footer .es-footer-overlay {
	background: rgba( 224, 221, 213, 1 );
}

footer.site-footer .footer-adv {
	position: relative;
}
footer.site-footer .footer-adv::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
	background-image: radial-gradient( #333 10%, transparent 40% );
    background-size: 8px 8px;
}
footer.site-footer .footer-adv-overlay {
	background-color: #fff !important;
}
footer.site-footer h2.widget-title {
	color: rgba( 154, 131, 115, 1 );
	border: none;
}

footer .sns_list_custom {
	justify-content: start;
}
footer .sns_list_custom > li a i {
	font-size: 46px;
}
footer .sns_list_custom > li a::before {
	display: none;
}

footer .es-small-footer {
	border: none;
}
footer .es-footer-overlay .es-small-footer-wrap .es-small-footer-section {
/* 	color: rgba( 154, 131, 115, 1 ); */
	color: #333;
}


/* 下層ページ：共通 - page:common
-------------------------------------------------- */
.es-page-concept .es-container.page-header,
.es-page-staff .es-container.page-header,
.es-page-lots_for_sale .es-container.page-header,
.es-page-shop .es-container.page-header,
.es-page-sale_assessment .es-container.page-header {
	display: none;
}

.page_ttl {
	font-weight: bold;
	font-size: 30px;
}
.page_ttl span {
	display: block;
	margin-top: 10px;
	font-size: 26px;
	font-family: 'Lora', serif;
	letter-spacing: .05em;
	color: rgba( 201, 208, 56, 1 );
}


/* 下層ページ：コンセプト - page:concept
-------------------------------------------------- */
.concept_ttl {
	width: fit-content;
	padding-bottom: 5px;
	border-bottom: 5px dotted rgba( 154, 131, 115, 1 );
}

.anker_links {
	margin: 50px 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.anker_links > li {
	width: calc( ( 100% / 4 ) - 2% );
}
.anker_links > li a {
	display: block;
	padding: 10px;
	color: #fff;
	text-align: center;
	background: rgba( 166, 162, 118, 1 );
	border-radius: 100vh;
	border-bottom: 5px solid rgba( 0, 0, 0, .3 );
	transition: ease all .6s;
}
.anker_links > li a:hover {
	text-decoration: none;
	transform: translateY( 3px );
	border-bottom: 2px solid rgba( 0, 0, 0, .3 );
}
.anker_links > li:not(:last-child) {
	margin-right: 2%;
}

.concept_subttl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-weight: bold;
	color: rgba( 35, 31, 32, 1 );
}
.concept_subttl > i {
	margin-right: 20px;
	font-family: 'Lora', serif;
	font-size: 90px;
}

.concept_subttl > span i {
	font-family: 'Lora', serif;
	display: block;
	color: rgba( 154, 131, 115, 1 );
}

.concept_flow_ttl {
	display: flex;
	align-items: center;
	padding: 10px 20px;
	font-weight: bold;
	border-bottom: 2px solid rgba( 154, 131, 115, 1 );
}
.concept_flow_ttl > span {
	display: inline-block;
	margin-left: 20px;
	padding: 5px 20px;
	font-size: 16px;
	color: #fff;
	background-color: rgba( 235, 95, 53, 1 );
	border-radius: 100vh;
}
.flow_box {
	padding: 10px 20px;
}
.flow_url {
	padding: 0 20px;
}

.maintenance_flow {
	margin: 50px 0;
	list-style: none;
	display: flex;
/* 	align-items: center; */
	justify-content: space-between;
}
.maintenance_flow > li {
	width: calc( ( 100% / 4 ) - 5% );
}
.maintenance_flow > li .maintenance_img {
	position: relative;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 225px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	background: rgba( 154, 131, 115, 1 );
}

.maintenance_flow > li:not(:last-child) .maintenance_img::before {
	content: '';
	position: absolute;
	top: 50%;
	right: -60px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: 45px;
	height: 50px;
	background: rgba( 208, 196, 179, 1 );
	clip-path: polygon( 100% 50%, 0 0, 0 100% );
}

.maintenance_flow > li .maintenance_txt {
	font-size: 14px;
}

.concept_teams_bg {
	background: linear-gradient( 180deg, #fff 0%, #fff 40%, rgba( 208, 196, 179, 1 ) 40%, rgba( 208, 196, 179, 1 ) 100% );
}
.teams_block figure {
	overflow: hidden;
	border-radius: 50%;
}
.teams_block figure img {
	transition: ease all .6s;
}

.teams_block h3 {
	text-align: center;
	color: rgba( 154, 131, 115, 1 );
}
.teams_block h3 span {
	display: block;
	margin: 5px auto 0;
	padding: 0 20px;
	width: fit-content;
	border-top: 2px dotted rgba( 154, 131, 115, 1 );
}


/* 下層ページ：売却査定 - page:sale_assessment
-------------------------------------------------- */
.sale_catch {
	font-size: 42px !important;
	line-height: 1.5 !important;
}
.sale_catch .under_line {
	border-bottom: 3px solid rgba( 223, 180, 116, 1 );
}
.sale_catch .fontsize_small {
	padding: 0 10px;
	font-size: 24px;
}

.sale_check_list {
	list-style: none;
	margin: 30px 0;
}
.sale_check_list > li {
	font-size: 24px;
}

.sale_txt {
	text-align: center;
}
.sale_txt p {
	display: inline;
	padding: 5px;
	line-height: 2.5;
	border-bottom: 4px dotted rgba( 154, 131, 115, 1 );
}

.under_ttl {
	margin: 10px auto 50px;
	padding: 10px;
	width: fit-content;
	border-bottom: 5px solid rgba( 223, 180, 116, 1 );
}

/* .sale_bnr figure {
	overflow: hidden;
}
.sale_bnr figure img {
	transition: ease all .6s;
} */

.charm_bnr_list > .uagb-columns__inner-wrap {
	display: flex;
	flex-wrap: wrap;
}
.charm_bnr_list > .uagb-columns__inner-wrap > .wp-block-uagb-column {
	width: 32%;
}
.charm_bnr_list figure {
	overflow: hidden;
}
.charm_bnr_list figure img {
	transition: ease all .6s;
}


.sale_menu_block > .uagb-columns__inner-wrap > .wp-block-uagb-column > .uagb-column__inner-wrap {
	display: flex;
	flex-direction: column;
}
.sale_menu_block > .uagb-columns__inner-wrap > .wp-block-uagb-column > .uagb-column__inner-wrap figure {
	margin-top: auto;
	overflow: hidden;
}
.sale_menu_block > .uagb-columns__inner-wrap > .wp-block-uagb-column > .uagb-column__inner-wrap figure img {
	transition: ease all .6s;
}

.sale_subttl {
	display: flex;
	align-items: center;
}
.sale_subttl strong {
	display: inline-block;
	margin-left: 20px;
	padding: 10px;
	width: 100%;
	border-bottom: 5px dotted rgba( 154, 131, 115, 1 );
}

.sale_point_block figure, .sale_point_block p {
	margin-bottom: 0 !important;
}
.sale_point_block figure img {
	width: auto;
	height: 45px;
}

.sale_point_info a {
	text-decoration: none;
}
.sale_point_info {
	position: relative;
	display: flex;
	align-items: center;
}
.sale_point_info::after {
	content: '';
	margin-left: 20px;
	flex-grow: 1;/* 余白を分け与える */
	height: 2px;
	background: rgba( 221, 181, 122, 1 );
}
.sale_point_link a {
	display: block;
	text-decoration: none;
}
.sale_point_link:hover + .sale_point_info::after {
	animation: border_anime .6s linear forwards;
}

@keyframes border_anime {
	0%{
		flex-grow: 0;
	}
	100%{
		flex-grow: 1;
	}
}


.sale_shopttl {
	padding: 1rem !important;
	font-size: 2rem;
}
.shop_tel {
	margin-bottom: 20px !important;
}
.tbl_shopinfo table, .tbl_shopinfo table tr, .tbl_shopinfo table tr td {
	border: none;
}
.tbl_shopinfo table tr td:first-child {
	text-align-last: justify;
}
.btn_df a {
	padding: 10px 50px;
}

/* 下層ページ：店舗情報 - page:shop
-------------------------------------------------- */
.table_color_brown tbody tr:nth-child(odd) {
	background-color: rgba( 0, 0, 0, .1 ) !important;
}


/* お問合せ - contact
-------------------------------------------------- */
.entry-content .form_wrap h2::after {
	content: '';
	display: block;
	margin-top: 20px;
	width: 100%;
	height: 25px;
	background-image: radial-gradient( #333 10%, transparent 40% );
    background-size: 8px 8px;
	background-color: rgba(0,0,0,0) !important;
}

.es-form-items span.caution {
    display: block;
	margin-bottom: 10px;
	font-size: .7rem;
	line-height: 1.5;
}
.es-form-items span.caution em {
	display: inline-block;
	margin-top: 10px;
	font-style: normal;
}


.es-form-item.calendar .es-form-control {
	display: flex;
	flex-wrap: wrap;
}
.es-form-item.calendar .es-form-control .calendar_label {
	display: block;
	width: 100%;
}
.es-form-item.calendar .wpcf7-form-control-wrap {
	width: 50%;
}

.required.options {
	background-color: rgba( 151, 154, 146, 1 ) !important;
}

.es-form-items #privacy {
	border-top: none !important;
}
.es-form-items #privacy::before {
	content: '';
	display: block;
	margin-bottom: 20px;
	width: 100%;
	height: 25px;
	background-image: radial-gradient( #333 10%, transparent 40% );
    background-size: 8px 8px;
}

.hidden_open {
	cursor: pointer;
	text-decoration: underline;
}
.hidden_txt {
	display: none;
}
.hidden_txt.is_active {
	display: inline-block;
	margin-top: 5px;
}

select.wpcf7-select option {
	background-color: transparent !important;
}
select.wpcf7-select option:checked {
	background-color: rgb(206, 206, 206) !important;
}

.anker_margin {
	margin-top: -100px !important;
	padding-top: 100px !important;
}

.for_sp { display: none; }

@media ( max-width: 480px ) {
	.for_pc { display: none; }
	.for_sp { display: block; }
	
	.main_ttl span.fontserf {
		font-size: 30px;
	}
	
	body.admin-bar header#masthead {
		top: 46px;
	}
	#page {
		margin-top: 50px;
	}
	
	
	/* スマホ時に反転させる
	-------------------------------------------------- */
	.flex_reverse_sp .uagb-columns__inner-wrap {
		display: flex;
		flex-direction: column-reverse;
		padding: 0 !important;
	}
	
	.triangle_cover { min-height: 80px !important; }
	.triangle_bg { height: 80px; }
	
	
	/* ナビ - nav
	-------------------------------------------------- */
	body.admin-bar header#masthead {
		top: 46px;
	}
	header#masthead {
		position: fixed;
		top: 0;
		width: 100%;
	}
	header#masthead .main-header-bar-wrap .main-header-bar {
		padding: 0 !important;
	}
	header#masthead .main-header-bar-wrap .es-container {
		padding: 0;
	}
	header#masthead .main-header-container {
		padding: 0;
	}
	
	.site-logo-img {
		padding-left: 10px;
	}
	
	ul.header_links__list > li.header_links__menu_toggle {
		padding: 5px;
		height: 50px;
		background: #333;
	}
	ul.header_links__list > li.header_links__menu_toggle a {
		color: #fff;
	}

	body.admin-bar.nav_open #masthead .main-header-bar .main-header-bar-navigation {
		top: 46px !important;
	}
	
	.main-header-bar .main-header-bar-navigation:before {
		background: #333;
	}
	.main-header-bar-navigation {
		background: rgba( 236, 238, 232, .9 ) !important;
	}
	
	.main-header-bar .main-header-bar-navigation:before {
		margin-left: auto;
		left: auto;
		right: 0;
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	.main-header-bar .main-header-bar-navigation .close_switch {
		height: 50px;
	}
	
	.main-header-bar .main-header-bar-navigation nav#site-navigation {
		margin: 10% 20px 0;
	}
	
	nav#site-navigation ul#primary-menu > li > a {
		border: none;
		border-bottom: 2px dotted #333;
	}
	nav#site-navigation ul#primary-menu > li > .sub-menu > li > a {
		background: #fff;
		border-bottom: 1px solid #333;
	}
	.main-header-bar .main-header-bar-navigation .main-navigation li>a:after {
		color: #333;
	}
	
	ul#primary-menu > li:nth-child(5) ul.sub-menu > li.menu-item-has-children > a:after {
		top: 50%;
		transform: translate( 0, -50% ) rotate( 0deg );
	}
	
	ul.header_links__list > li.text_resize button {
		font-size: 10px;
		border-radius: 5px;
	}
	
	
	/* トップ
	-------------------------------------------------- */
	.main-header-bar .main-header-bar-navigation:before {
		color: rgba( 207, 196, 180, 1 );
	}
	.main-header-bar .main-header-bar-navigation .main-navigation li>a:after {
		color: rgba( 207, 196, 180, 1 );
		transform: rotate( 360deg ) !important;
	}
	
	.event_ttl::before {
		display: none;
	}
	.event_custom {
		padding: 0 !important;
	}
	
	/* トップ：背景 - TOP:triangleCover
	-------------------------------------------------- */
	.triangle_cover {
		margin-top: -30px !important;
	}
	.triangle_cover.rtc_top_bottom {
		margin-top: 0 !important;
	}
	
	/* トップ：特集 - TOP:Feature
	-------------------------------------------------- */
	.feature_block {
		padding-top: 0;
		padding-bottom: 10px;
	}
	
	
	/* トップ：施工事例 - TOP:Works
	-------------------------------------------------- */
	.works_block {
		padding-top: 20px;
	}
	
	
	/* トップ：検索ボタン - TOP:search
	-------------------------------------------------- */
/* 	.search_btn_group {
		flex-direction: column;
	}
	.search_btn_group > li {
		width: 100%;
	}
	.search_btn_group > li:not(:last-child) {
		margin-bottom: 10px;
	} */
	.search_btn_group > li a p:first-child {
		font-weight: bold !important;
		font-size: 11px;
	}
	.search_btn_group > li a::before {

		height: 40px !important;
	}
	.search_btn_group > li:first-child a::before {
		width: 50px !important;
	}
	.search_btn_group > li:nth-child(2) a::before {
		width: 45px !important;
	}
	.search_btn_group > li:nth-child(3) a::before {
		width: 50px !important;
	}
	
	
	/* トップ：スライダー(Flickity) - top:Flickity
	-------------------------------------------------- */
	.bnr_lists {
		width: 100%;
	}
	
	.bnr_contents > .uagb-columns__inner-wrap {
		max-width: 100% !important;
	}
	.bnr_lists li {
		width: 48%;
	}
	.flickity-button.flickity-prev-next-button.previous {
		left: 5%;
	}
	.flickity-button.flickity-prev-next-button.next {
		right: 5%;
	}
	
	/* トップ：お知らせ - top:NEWS
	-------------------------------------------------- */
	.news_title_custom .es-list-items > li a h3.wrap::after {
		display: none;
	}
	
	
	/* トップ：コンセプト - top:Concept
	-------------------------------------------------- */
	.concept_block > .uagb-columns__inner-wrap {
		display: flex;
		flex-wrap: wrap;
	}
	.concept_block > .uagb-columns__inner-wrap > .wp-block-uagb-column {
		width: 50% !important;
	}
	.concept_block > .uagb-columns__inner-wrap figure {
		margin-bottom: 0;
	}
	.concept_block > .uagb-columns__inner-wrap figure img {
		max-width: 175px;
	}
	
	
	/* トップ：店舗案内 - top:SHOP&STAFF
	-------------------------------------------------- */
	.shop_info_block {
		margin: 0 10px;
	}
	.shop_info_block > .uagb-columns__inner-wrap > .wp-block-uagb-column > .uagb-column__inner-wrap {
		margin-bottom: 20px;
		padding: 5px !important;
		display: flex;
		align-items: center;
		border: 1px solid #333;
		border-radius: 10px;
		box-shadow: 0 0 3px rgba( 0, 0, 0, .3 );
	}
	.shop_info_block .uagb-column__inner-wrap figure {
		margin-bottom: 0;
		width: 35%;
	}
	.shop_info_block > .uagb-columns__inner-wrap > .wp-block-uagb-column > .uagb-column__inner-wrap > section {
		width: 65%;
	}
	.shop_info_block .uagb-column__inner-wrap {
		padding: 0 5px !important;
	}
	
	.shop_info_block .uagb-column__inner-wrap section h3 {
		padding: 0 10px;
		font-size: .8rem !important;
		border-bottom: none;
	}
	.shop_info_block .uagb-column__inner-wrap section ul {
		margin-left: 20px;
	}
	.shop_info_block .uagb-column__inner-wrap section ul > li {
		font-size: .6rem;
	}
	
	
	/* トップ：SNS - top:sns
	-------------------------------------------------- */
	.sns_list_custom > li i {
		font-size: 42px;
	}
	
	/* トップ：東和不動産について - top:company_info
	-------------------------------------------------- */
	.rtc_company_info p {
		margin-bottom: 0;
		text-align: left;
	}
	.company_phone span {
		font-size: .9rem;
	}
	.rtc_company_info p:last-child {
		margin-top: 20px;
	}
	
	/* 下層ページ：共通 - page:common
	-------------------------------------------------- */
	.sub_visual {
		min-height: 200px;
	}
	
	
	/* 下層ページ：コンセプト - page:concept
	-------------------------------------------------- */
	.anker_links {
		flex-direction: column;
	}
	.anker_links > li {
		width: 100%;
	}
	.anker_links > li:not(:last-child) {
		margin-bottom: 10px;
	}
	
	.concept_ttl {
		margin: 0 auto;
		font-size: 21px !important;
	}
	.concept_ttl_sub {
		font-size: 14px !important;
		text-align: center;
	}
	
	.concept_point .uagb-column__inner-wrap {
		padding: 10px 0 !important;
	}
	.concept_point figure {
		margin-bottom: 0;
	}
	
	.concept_subttl > i {
		margin-right: 15px;
		font-size: 40px;
	}
	
	.concept_flow_ttl {
		font-size: 18px !important;
	}
	.concept_flow_ttl > span{
		font-size: 12px;
	}
	
	.concept_img_cover {
		min-height: 200px !important;
	}
	
	.maintenance_flow {
		flex-direction: column;
	}
	.maintenance_flow > li {
		position: relative;
		width: 100%;
	}
	.maintenance_flow > li:not(:last-child) {
		margin-bottom: 50px;
	}
	.maintenance_flow > li .maintenance_img {
		padding: 20px;
		height: auto;
		font-size: 18px;
	}
	.maintenance_flow > li:not(:last-child) .maintenance_img::before {
		display: none;
	}
	.maintenance_flow > li:not(:last-child)::before {
		content: '';
		position: absolute;
		width: 45px;
		height: 30px;
		top: auto;
		left: 50%;
		bottom: -35px;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		background: rgba( 208, 196, 179, 1 );
		clip-path: polygon(100% 0, 0 0, 50% 100%);
	}
	
/* 	.teams_block > .uagb-columns__inner-wrap {
		display: flex;
		flex-wrap: wrap;
	}
	.teams_block > .uagb-columns__inner-wrap > .wp-block-uagb-column {
		width: 50% !important;
	} */
	
	.concept_teams_bg {
		background: linear-gradient( 180deg, #fff 0%, #fff 50%, rgba( 208, 196, 179, 1 ) 50%, rgba( 208, 196, 179, 1 ) 100% );
	}
	
	.teams_block {
		overflow-x: scroll;
	}
	.teams_block > .uagb-columns__inner-wrap {
		display: flex;
		width: 980px;
	}
	
	
	
	/* 下層ページ：売却査定 - page:sale_assessment
	-------------------------------------------------- */
	.sub_visual.sale_cover {
		min-height: 200px !important;
	}
	
	.sale_catch {
		font-size: 18px !important;
	}
	.sale_catch br { display: none; }
	.sale_catch .fontsize_small {
		font-size: 14px;
	}
	
	.sale_check .uagb-column__inner-wrap {
		padding: 0 10px !important;
	}
	.sale_check_list {
		margin: 0;
	}
	.sale_check_list > li {
		margin-bottom: 10px;
		display: flex;
		align-items: flex-start;
		font-size: 16px;
	}
	.sale_check_list > li img {
		margin-top: 3px;
		margin-right: 5px;
	}
	
	.sale_txt p {
		font-size: 11px !important;
	}
	
	.under_ttl {
		font-size: 21px !important;
	}
	
	.sale_subttl strong {
		margin-left: 10px;
		font-size: 21px !important;
	}
	.sale_subttl img {
		width: 60px !important;
	}
	
	.shop_tel {
		text-align: center;
		font-size: 21px !important;
	}
	.tbl_shopinfo table tr td:first-child {
		width: 25%;
	}
	
	.charm_bnr_list > .uagb-columns__inner-wrap > .wp-block-uagb-column {
		width: 50% !important;
	}
	.charm_bnr_list > .uagb-columns__inner-wrap > .wp-block-uagb-column .uagb-column__inner-wrap {
		padding: 0 5px;
	}
	
	.sale_menu_txt {
		padding: 0 10px;
	}
	.sale_menu_txt br {
		display: none;
	}
	
	.rtc_sp_text br {
		display: none;
	}
}