/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 20 2023 | 09:22:08 */
@import url( 'https://fonts.googleapis.com/css2?family=Pangolin&display=swap' );
/* font-family: 'Pangolin', cursive; */


/* 基本設定 - common
-------------------------------------------------- */
body.home #primary {
	padding-bottom: 0 !important;
}
body.home .site-footer {
	margin-top: 0 !important;
}

.es_user_identity .header_free_content span.header_free_text {
	display: none;
}

/* 画像 - アニメ-拡大する
-------------------------------------------------- */
.rtc_img_transition img {
	transition: .6s all ease;
}
.rtc_img_transition:hover img {
	transform: scale( 1.1 );
}


/* ヘッダー - header
-------------------------------------------------- */
#masthead .main-header-container {
	justify-content: start;
}

ul.header_links__list > li.text_resize {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.text_resize button {
	padding: 0;
    width: 35%;
	font-weight: bold;
	border-radius: 10px;
	color: rgba( 147, 148, 152, 1 );
	background: #fff;
	border: 1.5px solid rgba( 80, 81, 82, 1 );
	transition: ease all .6s;
}
.text_resize button.is_active {
	background: rgba( 80, 81, 82, 1 );
	color: #fff;
}
.text_resize p {
	margin-bottom: 0;
	width: 100%;
	font-size: .8rem;
	color: #4f4f4f;
}


/* ナビ - 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 );
}


.search_btn .wp-block-button__link:not(:hover) {
	box-shadow: none;
}

.ttl_main span {
	display: flex;
	align-items: center;
	margin-top: 5px;
	font-size: 1.2rem;
	color: rgba( 185, 149, 97, 1 );
}
.ttl_main span::after {
	content: '';
	margin-left: 10px;
	flex: 1;
	height: 25px;
	background-image: radial-gradient( #333 10%, transparent 40% );
    background-size: 8px 8px;
}

.recommend_ttl {
	margin-bottom: 0 !important;
	padding: 20px;
	color: #fff !important;
	background: rgba( 188, 193, 98, 1 );
}
.recommend_ttl span {
	display: block;
	margin-top: 5px;
	font-size: 1rem;
	color: #333;
}


/* トップ：お知らせ - top:info
-------------------------------------------------- */
.news_block .uagb-columns__inner-wrap .wp-block-uagb-column {
	align-self: center;
}
.news_block .uagb-columns__inner-wrap h2 {
	position: relative;
	margin-bottom: 0;
}
.news_block .uagb-columns__inner-wrap h2::before {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: '\f101';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.news_block .right_block ul.es-list-items > li a,
.news_block .right_block ul.es-list-items > li a h3.wrap {
	text-decoration: none;
	transition: all ease .3s;
}
.news_block .right_block ul.es-list-items > li a:hover,
.news_block .right_block ul.es-list-items > li a:hover h3.wrap {
	color: rgba( 151, 154, 146, 1 );
}


/* トップ：簡易物件検索 - top:search
-------------------------------------------------- */
.search_block_df .simple_search_block__inner {
	background: rgba( 236, 238, 232, 1 );
}
.search_block_df h3.search-form__title {
	color: #333;
}
.search_block_df #simple-search-submit {
	background: rgba( 153, 194, 74, 1 );
}
.search_block_df #real-time-bukken-count-number-1 {
	color: rgba( 153, 194, 74, 1 );
}
.search_block_df .checkbox_list input[type="checkbox"]:checked + label::before {
	background: rgba( 153, 194, 74, 1 );
}

.search_block_df .es_search_modal_button.select span.select-data {
	color: rgba( 153, 194, 74, 1 );
}

#modal-content-simple-search_1 h2 {
	color: rgba( 153, 194, 74, 1 );
}
#modal-content-simple-search_1 a.wp-block-button__link,
#modal-content-simple-search_1 input[type="checkbox"]:checked + label::before {
	color: #fff;
	background: rgba( 153, 194, 74, 1 );
}


/* トップ：エリア・沿線・物件種別 - top:search
-------------------------------------------------- */
.search_btn ul.search_btn_group li:nth-child(3) {
	position: relative;
}
.search_btn ul.search_btn_group li:nth-child(3) > a {
/* 	pointer-events: none; */
}

.dropdown_menu {
	display: none;
	margin: 0 10px;
	position: absolute;
    bottom: -275px;
	flex-direction: column;
	z-index: 8;
}
.dropdown_menu > li a {
	display: block;
	padding: 10px 20px !important;
	width: 340px;
	line-height: 1.5;
	color: #333;
	text-decoration: none;
	transition: all ease .5s;
	background: #fff;
	border-bottom: 2px dotted rgba( 128, 128, 128, .6 );
}
.dropdown_menu > li a:hover {
	background: rgba( 226, 222, 215, 1 );
}

.search_btn ul.search_btn_group li:nth-child(3) > a:hover + .dropdown_menu {
	display: flex;
}
.dropdown_menu:hover {
	display: flex;
}

/* トップ：特集 - 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;
}


/* トップ：おすすめ物件 - top:recommend
-------------------------------------------------- */
.recommend_block {
	margin-top: -100px !important;
	margin-bottom: 50px;
	padding-top: 100px !important;
/* 	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 3px rgba( 0, 0, 0, .3 ) !important;
	overflow: hidden; */
}
.recommend_block > .uagb-columns__inner-wrap > .wp-block-uagb-column {
	overflow: visible;
}
.recommend_block > .uagb-columns__inner-wrap > .wp-block-uagb-column > .uagb-column__inner-wrap {
	padding: 0 !important;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 3px rgba( 0, 0, 0, .3 ) !important;
	overflow: hidden;
}
.recommend_block .feature-advertisement-block {
	padding: 20px !important;
}
.recommend_block .feature-advertisement-block .wp-block-columns {
	margin-bottom: 0;
}
.recommend_block .feature-advertisement-block .es_new_block_items .es_new_block_item {
	background: rgba( 234, 236, 234, 1 );
}


/* トップ：会社紹介 - top:shop
-------------------------------------------------- */
.shop_info_block figure {
	overflow: hidden;
}
.shop_info_block figure img {
	transition: ease all .6s;
}

.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;
}


/* トップ：バナー - top:banner
-------------------------------------------------- */
.bnr_group figure a img {
	transition: all ease .6s;
}


/* トップ：サポート - top:support
-------------------------------------------------- */
.support_block .uagb-columns__inner-wrap {
	align-items: flex-end;
}
.support_block h2 span {
	display: inline-block;
	margin-top: 10px;
	padding-top: 10px;
	font-size: 1.8rem;
	font-weight: bold;
	border-top: 3px dotted #333;
	color: rgba( 185, 149, 97, 1 );
}
.support_txt {
	font-size: 1.2rem;
}


/* トップ：マップ - top:googlemap
-------------------------------------------------- */
.custom_map .uagb-columns__inner-wrap {
	max-width: 100% !important;
}
.custom_map .uagb-column__inner-wrap {
	padding: 0 !important;
	height: 500px;
}


/* フローティングバナー - 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( 149, 151, 143, 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
-------------------------------------------------- */
.site-footer .widget-title {
	color: rgba( 157, 193, 86, 1 ) !important;
}
.footer-adv-overlay {
	background: #fff !important;
}
.es-small-footer {
	border: none;
}
.es-footer-overlay {
	background: rgba( 157, 193, 86, 1 ) !important;
}


/* 下層ページ:共通 - page:common
-------------------------------------------------- */
.es-page-shop .es-container.page-header,
.es-page-staff .es-container.page-header {
	display: none;
}
.es-page-kanri .es-container.page-header {
/* 	display: none; */
	padding-bottom: 0;
	border-bottom: 0;
}
.es-page-kanri .es-container.page-header header {
	margin-bottom: 0;
}
.es-page-kanri .es-container.page-header h1 {
	color: #333 !important;
}


/* オーナー様へ - page:kanri
-------------------------------------------------- */
body.es-page-kanri #content {
	background: rgba( 226, 225, 213, 1 );
}
body.es-page-kanri .site-footer {
	margin-top: 0;
}

body.es-page-kanri .entry-content h2.kanri_ttl::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;
}

.fukidashi {
	position: relative;
	margin: 0 10px 50px !important;
	padding: 0;
	color: #fff !important;
	background: rgba( 66, 147, 100, 1 );
	background-image: radial-gradient(#333 15%, transparent 15%), radial-gradient(#333 15%, transparent 15%);
    background-size: 10px 10px;
    background-position: 0 0, 5px 5px;
}
.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( 66, 147, 100, 1 );
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.fukidashi strong {
	display: inline-block;
	padding: 10px 40px;
	font-size: 1.4rem;
	background-color: rgba( 66, 147, 100, 1 );
}

.feature_ttl {
	display: flex;
	align-items: center;
	font-weight: bold;
}
.feature_ttl img {
	margin-right: 20px;
	width: auto;
	height: 35px;
}
.feature_ttl i.num {
	font-family: 'Pangolin', cursive;
	margin-right: 10px;
	font-size: 42px;
	font-style: normal;
	color: rgba( 167, 124, 84, 1 );
}
.feature_ttl span {
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 2px dotted #333;
}


.list_link {
	margin: 20px 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.list_link > li {
	width: 23%;
	text-align: center;
	border-radius: 15px;
	border: 2px dotted #333;
	background: rgba( 166, 215, 188, 1 );
	box-shadow: 3px 3px 3px rgba( 0, 0, 0, .3 );
	transition: ease all .6s;
}
.list_link > li a {
	display: block;
	position: relative;
	padding: 10px 10px 25px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.list_link > li a::after {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	content: '\f078';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.list_link > li:hover {
	transform: translate3d( 0, 5px, 0 );
	box-shadow: none;
}


.feature_block .wp-block-uagb-column {
	overflow: visible;
}
.feature_block .uagb-column__overlay {
	border-radius: 10px;
}
.feature_block > .uagb-columns__inner-wrap > .wp-block-uagb-column > .uagb-column__overlay::before {
	position: absolute;
	content: '';
	top: -10px;
	left: -10px;
	width: 100%;
	height: 100%;
	border: 2px dotted #333;
	border-radius: 10px;
}

.achievement_info p {
	margin-bottom: 0;
}
.achievement_info .uagb-column__inner-wrap {
	line-height: 1.2;
}
.total_num span {
	font-size: 72px;
}

.border_white_line {
	position: relative;
}
/* .border_white_line .uagb-column__overlay::before {
	content: '';
	position: absolute;
	display: block;
	top: 10%;
	left: 20px;
	width: 2px;
	height: 80%;
	background: #fff;
} */
.border_white_line .beside_line {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 95%;
	height: 5px;
	background: #fff;
}
.border_white_line .vertical_line {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: 5px;
	height: 100%;
	background: #fff;
} 
.border_white_line .beside_line.line_top {
	top: -5px;
}
.border_white_line .beside_line.line_bottom {
	bottom: -5px;
}
.border_white_line .vertical_line.line_left {
	left: -5px;
}
.border_white_line .vertical_line.line_right {
	right: -5px;
}

.border_white_line .beside_line::before, .border_white_line .beside_line::after,
.border_white_line .vertical_line::before, .border_white_line .vertical_line::after {
	position: absolute;
	content: '\f111';
	font-family: 'Font Awesome 5 Free';
	font-size: 14px;
	font-weight: 900;
	color: #fff;
}
.border_white_line .beside_line.line_top::before {
	top: -10px;
	left: 0;
}
.border_white_line .beside_line.line_top::after {
	top: -10px;
	right: 0;
}

.border_white_line .beside_line.line_bottom::before {
	left: 0;
	bottom: -10px;
}
.border_white_line .beside_line.line_bottom::after {
	right: 0;
	bottom: -10px;
}

.border_white_line .vertical_line.line_left::before {
	top: -10px;
	left: -5px;
}
.border_white_line .vertical_line.line_left::after {
	bottom: -10px;
	left: -5px;
}

.border_white_line .vertical_line.line_right::before {
	top: -10px;
	right: -5px;
}
.border_white_line .vertical_line.line_right::after {
	bottom: -10px;
	right: -5px;
}

.kanri_menu_block figure img {
	width: auto;
	max-height: 150px;
}
.kanri_menu_block .uagb-column__inner-wrap {
	display: flex;
	flex-direction: column;
}
.kanri_menu_block .uagb-column__inner-wrap .wp-block-image {
	margin-top: auto;
}
.kanri_menu_block .kanri_menu_txt {
	padding: 0 10px;
}

.case_block .wp-block-uagb-column {
	overflow: visible;
}
.case_block.border_white_line .beside_line { width: 110%; }
.case_block .beside_line.line_top { top: -25px; }
.case_block .beside_line.line_bottom { bottom: -25px; }
.case_block .vertical_line.line_left { left: -85px; }
.case_block .vertical_line.line_right { right: -85px; }

.ttl_case span {
	display: block;
	font-family: 'Pangolin', cursive;
	font-size: 36px;
	color: rgba( 167, 124, 84, 1 );
}
.ttl_case img {
	display: block;
	margin: 0 auto 10px;
	width: fit-content;
}

.ttl_capsule {
	padding: 5px 10px;
	color: #fff !important;
	font-size: 1.2rem;
	background: rgba( 95, 101, 103, 1 );
	border-radius: 30px;
}

.tbl_case table, .tbl_case table td {
	border: none;
}

.contact_block .uagb-columns__inner-wrap .wp-block-uagb-column .uagb-column__inner-wrap {
	padding: 0;
}
.contact_ttl {
	padding: 15px !important;
}
.contact_block p {
	margin-bottom: 10px;
}
.contact_block a.wp-block-button__link {
	padding: 10px 50px;
}


/* 店舗情報 - shop
-------------------------------------------------- */
.access_ttl {
	padding: 20px !important;
	height: auto;
}

.rtc_imgs_shop figure img {
	object-fit: cover;
	width: 100%;
	height: 180px;
}


/* お問合せ - 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;
}

.news_select_options {
	display: none;
}
.news_select_options.is_active {
	display: block;
}


.for_sp { display: none; }

@media ( max-width: 480px ) {
	.for_pc { display: none; }
	.for_sp { display: block; }
	
	.floating_bnr {
		bottom: 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;
	}

	.main-header-bar .main-header-bar-navigation {
		top: -110vh !important;
		left: auto;
	}
	body.nav_open .main-header-bar .main-header-bar-navigation.toggle-on {
		top: 0 !important;
	}
	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;
	}
	.text_resize p {
		font-size: 9px;
	}
	
	.header_links span[class^=icon-] {
		font-size: 24px;
	}
	.header_links__list > li > a {
		font-size: 9px;
	}
	
	
	/* トップ - top
	-------------------------------------------------- */
	.top_search_block .search_btn_group .wp-block-button__link:before {
		display: none;
	}
	
	.bnr_group .uagb-columns__inner-wrap {
		display: flex;
		flex-wrap: wrap;
	}
	.bnr_group .uagb-columns__inner-wrap .wp-block-uagb-column {
		width: 50% !important;
	}
	
	.slider_image_block {
		overflow: visible;
	}
	.slider_image_block ol.flex-control-nav {
		bottom: -20px !important;
	}
	
	
	
	/* トップ:お知らせ - news
	-------------------------------------------------- */
	.news_block .uagb-columns__inner-wrap {
		display: flex;
	}
	.news_block .uagb-column__wrap.left_block {
		width: 35% !important;
		overflow: visible;
	}
	.news_block .uagb-column__wrap.rigth_block {
		width: 65% !important;
	}
	
	.news_block .uagb-columns__inner-wrap h2 {
		font-size: .9rem;
	}
	.news_block .uagb-columns__inner-wrap h2::before {
		margin-top: 2px;
		right: -10px;
	}
	.news_block .news_list {
		padding: 0 !important;
	}
	.news_block .news_list ul.es-list-items > li.es-list-item {
		margin-bottom: 10px;
	}
	
	
	/* トップ：エリア・沿線・物件種別 - top:search
	-------------------------------------------------- */
	.dropdown_menu {
		left: -250px;
	}
	.search_btn.for_sp ul.search_btn_group li:nth-child(3) > a {
/* 		pointer-events: none; */
	}
	

	/* 特集 - feature
	-------------------------------------------------- */
	.recommend_ttl {
		font-size: 1.2rem !important;
	}
	
	.feature_block {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.feature_block ul.es-list-items > li#postid-2312 h3.wrap {
		font-size: 12px;
	}
	
	.column_slider {
		overflow-x: scroll;
	}
	.column_slider .es-list.es_new_block_items {
		width: 980px;
		flex-wrap: nowrap;
		justify-content: start;
	}
	.column_slider .feature-advertisement-block {
		padding: 0;
	}
	.column_slider .es-list > div {
		width: 22%;
	}
	.column_slider .es-list > div:not(:last-child) {
		margin-right: 4%;
	}
	
	
	
	/* 店舗情報 - shop
	-------------------------------------------------- */
	.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;
	}
	
	.support_block h2, .support_txt {
		text-align: center !important;
	}
	
	.support_block h2 span {
		font-size: 1rem;
	}
	.support_txt {
		font-size: .8rem !important;
	}
	.support_txt br {
		display: none;
	}
	
	
	/* 下層ページ:共通 - page:common
	-------------------------------------------------- */
	#page {
		margin-top: 50px;
	}
	.sub_visual {
		min-height: auto;
	}
	.sub_visual h1 {
		font-size: 1.4rem;
	}
	
	.recommend_block {
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 30px;
	}
	
	
	
	/* お問合せ - contact
	-------------------------------------------------- */
	.es-form-item.calendar .wpcf7-form-control-wrap {
		width: 100%;
	}
	
	
	/* オーナー様へ - kanri
	-------------------------------------------------- */
	body.es-page-kanri #content {
		margin-top: 42px;
	}
	
	.rtc_list_trouble {
		margin-bottom: 20px;
	}
	.rtc_list_trouble ul {
		margin-left: 20px;
		margin-bottom: 0;
	}
	.rtc_list_trouble ul > li {
		font-size: 14px;
	}
	.rtc_list_trouble .uagb-column__inner-wrap {
		padding: 0 10px !important;
	}
	
	.kanri_ttl {
		font-size: 18px !important;
	}
	.fukidashi {
		margin-left: 0 !important;
		margin-right: 0 !important;
		font-size: 18px !important;
	}
	
	.list_shop {
		margin-left: 20px;
	}
	.list_shop > li {
		font-size: 16px;
	}
	
	.ttl_case {
		font-size: 21px !important;
	}
	.ttl_case span {
		font-size: 26px !important;
	}
	
	.list_link > li {
		margin-bottom: 20px;
		width: 48%;
	}
	
	.case_block .vertical_line.line_left {
		left: -10px;
	}
	.case_block .vertical_line.line_right {
		right: -10px;
	}
	.case_block .beside_line.line_top {
		top: -15px;
	}
	.case_block .beside_line.line_bottom {
		bottom: -15px;
	}
	
	.tbl_case table td {
		font-size: 14px;
	}
	
	.kanri_menu_block figure img {
		max-height: 100px;
	}
	
	.contact_block h2 {
		font-size: 21px !important;
	}
	.contact_block .uagb-column__inner-wrap .company_name {
		font-size: 24px !important;
	}
	.contact_block .uagb-column__inner-wrap .company_phone {
		font-size: 24px !important;
	}
	
	
	/* スマホ時に反転させる
	-------------------------------------------------- */
	.flex_reverse_sp .uagb-columns__inner-wrap {
		display: flex;
		flex-direction: column-reverse;
	}
}