/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 21 2024 | 08:11:13 */
/* トップ - top
-------------------------------------------------- */
.rtc_banner_custom h3, .esx-list-style-pop2 .es-list .es-list-content h3 {
	font-size: .9rem !important;
}

.entry-content .esx-icon-title1 {
	margin: 20px 0 0;
}
.esx-icon-title1::before {
	display: inline-block;
	margin-right: 10px;
}
.esx-icon-title1 em {
	background: linear-gradient(transparent 60%, rgba( 253, 232, 65, 1 ) 60%) !important;
}

/* トップ：条件から検索 - top:feature
-------------------------------------------------- */
.rtc_block_feature {
	padding: 20px 0 0 !important;
}
.rtc_block_feature ul.es-list-items > li {
	margin-bottom: 0 !important;
	width: 18% !important;
}
.rtc_block_feature ul.es-list-items > li:not(:last-child) {
	margin-left: 0 !important;
	margin-right: 2% !important;
}
.rtc_block_feature ul.es-list-items > li h3 {
	font-size: .9rem !important;
}

.rtc_frame_flag, .rtc_frame_flagtype2 {
	position: relative;
	background-color: rgba( 255, 250, 240, 1 );
}
.rtc_frame_flag {
	background-position: center 5% !important;
}
.rtc_frame_flagtype2 {
	background-position: center 20% !important;
	background-color: rgba( 238, 249, 249, 1 );
}
.esx-list-style-pop2 {
	padding: 30px 0;
}


/* トップ：インフォメーション - top:info
-------------------------------------------------- */
.rtc_block_shopinfo {
	position: relative;
	background-color: rgba( 255, 250, 240, 1 );
}
.rtc_block_shopinfo::before {
	content: '';
	position: absolute;
	top: 60px;
	left: 50%;
	transform: translateX( -50% );
	width: 1277px;
	height: 92px;
	background-image: url( '/app/uploads/sites/924/2023/08/top_06.png' );
}
.rtc_block_shopinfo::after {
	content: '';
	position: absolute;
	bottom: 20px;
	left: 50%; 
	transform: translateX( -50% );
	width: 1509px;
	height: 173px;
	background-image: url( '/app/uploads/sites/924/2023/08/top_07.png' );
}


/* トップ：営業日 - top:calendar
-------------------------------------------------- */
.rtc_tab_calendar iframe {
	width: 100%;
	height: 420px;
}


/* トップ：３つの特徴 - top:point
-------------------------------------------------- */
h2.rtc_icon_custom::before {
	font-family: 'es_font' !important;
}


/* トップ：店舗別 - top:shopinfo
-------------------------------------------------- */
.rtc_shop_contact > .uagb-columns__inner-wrap {
	justify-content: space-between;
}

.rtc_shop_contact > .uagb-columns__inner-wrap .uagb-column__inner-wrap {
	padding: 20px !important;
}

.rtc_shop_contact > .uagb-columns__inner-wrap figure {
	margin-bottom: 10px;
}
.rtc_shop_contact > .uagb-columns__inner-wrap h3 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
.rtc_shop_contact > .uagb-columns__inner-wrap p {
	margin-bottom: 0;
}


/* 共通 - common
-------------------------------------------------- */
#masthead .site-logo-img .custom-logo {
	height: 50px;
}

.under_line {
    padding-bottom: 10px;
	border-bottom: 1px dotted #999;
}

.border_radius_ttl {
	border-radius: 5px;
}

.fontaw_list {
	margin: 20px;
}
.fontaw_list > li {
	display: flex;
	align-items: flex-start;
}
.fontaw_list > li::before {
	margin-right: 10px;
	content: '\f058';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.fontaw_list > li:not(:last-child) {
	margin-bottom: 10px;
}



.arrow_btn {
	position: relative;
}
.arrow_btn a {
	padding: 10px 50px;
}
.arrow_btn a::before {
	position: absolute;
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #fff;
	top: 50%;
    right: 25px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.flex_align_center .uagb-columns__inner-wrap {
	align-items: center;
}
.flex_align_center .uagb-columns__inner-wrap .wp-block-image {
	margin: 0;
}
.flex_align_center .wp-block-uagb-column p {
	margin: 0;
}

.dot_border {
	border-bottom: dotted 5px #bdbdbd;
}


/* 学区から探す - school
-------------------------------------------------- */
.school_list {
	padding: 30px 0 !important;
	background: none !important;
}
.school_list h2 {
	border-bottom: 1px solid #ccc;
}
.school_list h3 {
	display: none;
}
.school_list #real-time-bukken-count-and-search-button {
	margin-top: 20px;
}
.school_list .checkbox_list {
	/* justify-content: space-between; */
}
.school_list .checkbox_list > li {
	margin-bottom: 15px !important;
	padding: 5px;
    width: 23% !important;
    border: 2px solid #aaa;
    border-radius: 5px;
}
.school_list .checkbox_list > li:not(:nth-child(4n)) {
	margin-right: 2%;
}

/* 宇都宮の賃貸一戸建て - useful_home
-------------------------------------------------- */
.flow_list {
	margin: 0 0 20px;
	list-style: none;
	counter-reset: number 0; 
}
.flow_list > li {
	padding: 0 20px;
	font-weight: bold;
	border-radius: 30px;
	background-color: rgba( 216, 216, 207, 1 );
}
.flow_list > li::before {
	counter-increment: number 1;
	content: counter(number) ".";
}
.flow_list > li:not(:last-child) {
	margin-bottom: 10px;
}

.other_list {
	margin: 0;
	list-style: none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.other_list > li {
	font-weight: bold;
	display: flex;
    align-items: center;
}
.other_list > li img {
	margin-right: 10px;
}
.other_list > li:not(:last-child) {
	border-bottom: 1px solid #ccc;
}


/* 入居までの流れ - flow
-------------------------------------------------- */
.table_typed table tr td:first-child {
	width: 15%;
	border-bottom: 2px solid #fff;
	background-color: rgba( 216, 216, 207, 1 );
}
.table_typed table, .table_typed table tr, .table_typed table td {
	border-left: none;
	border-right: none;
}

.table_typed td span {
	color: rgba( 133, 178, 0, 1 );
}


/* はじめて宇都宮に住まわれる方へ
-------------------------------------------------- */
.table_og tr td:first-child {
	padding: 0 35px;
	width: 15%;
	text-align-last: justify;
	vertical-align: middle;
	background: #d8d8cf;
	border-bottom: 2px solid #fff;
}

.table_og tr td:last-child {
	padding-left: 20px;
}


/* エリアから探す - area-search
-------------------------------------------------- */
#area_illustmap {
	
}

.rtc_list_illustmap_more {
	opacity: 0;
	transition: all ease .6s;
}
.rtc_area_illustmap_more:hover .rtc_list_illustmap_more {
	opacity: 1;
}
.rtc_list_illustmap_more a:hover path {
	fill: #fff;
}


#area_illustmap_sp { display: none; }




/* オーナー様へ - owner
-------------------------------------------------- */
.image_width figure {
	display: block !important;
}
.image_width figure img {
	width: 100%;
}

.transition_img img {
	transform: scale( 1.1 );
	transition: .5s all ease;
}
.transition_img:hover img {
	opacity: .5;
}


/* メリット - owner02
-------------------------------------------------- */
.table_typec table tr:first-child td {
	text-align: center;
	background-color: rgba( 216, 216, 207, 1 );
}
.table_typec table tr:not(:first-child) td:last-child {
	text-align: center;
	color: #fff;
	background-color: rgba( 133, 178, 0, 1 );
}


/* 管理体制 - owner03
-------------------------------------------------- */
.num_list {
	counter-reset: number 0; 
}
.num_list > li::before {
	counter-increment: number 1;
	content: counter(number);
    width: 30px;
    text-align: center;
    color: #fff;
	background: #89b129;
    border-radius: 5px;
	flex-shrink: 0;
}

.table_typea table, .table_typea table th, .table_typea table td {
	border: 2px solid rgba(255,255,255,1);
}
.table_typea table tr:not(:first-child) td:first-child {
	color: #fff;
	background-color: rgba( 133, 178, 0, 1 );
}
.table_typea table tr:not(:first-child) td:not(:first-child) {
	border-bottom: 1px dotted #000 !important;
}
.table_typea table tr:first-child td:not(:first-child) {
	background-color: rgba( 216, 216, 207, 1 );
}

.table_typeb table, .table_typeb table th, .table_typeb table td {
	border-left: 2px solid rgba(255,255,255,1);
	border-right: 2px solid rgba(255,255,255,1);
}
.table_typeb table tr:first-child td {
	text-align: center;
	background-color: rgba( 216, 216, 207, 1 );
}
.table_typeb table tr:not(:first-child) td {
	text-align: right;
	border-bottom: 1px dotted #000 !important;
}
.table_typeb table tr:not(:first-child) td:first-child {
	background-color: rgba( 213, 227, 244, 1 );
}
.table_typeb table tr:not(:first-child) td:nth-child(2) {
	background-color: rgba( 251, 213, 224, 1 );
}
.table_typeb table tr:not(:first-child) td:nth-child(3) {
	background-color: rgba( 255, 229, 153, 1 );
}
.table_typeb table tr:not(:first-child) td:nth-child(4) {
	background-color: rgba( 240, 240, 225, 1 );
}
.table_typeb table tr:not(:first-child) td:nth-child(5) {
	background-color: rgba( 218, 247, 187, 1 );
}

.table_row table tr:not(:first-child) td:nth-child(3),
.table_row table tr:not(:first-child) td:nth-child(4) {
	text-align: center;
}

.font-color .clr_red {
	color: #f00;
}

/* トラブル対応 - owner04
-------------------------------------------------- */
.symbol_icon p {
	color: #fff !important;
	background: rgba( 133, 178, 0, 1 );
	border-radius: 5px;
}

/* 充実のサポート - owner05
-------------------------------------------------- */
.cycle_list li::before {
	content: '\f111';
	color: rgba( 137, 177, 41, 1 );
}
.layout_table .uagb-column__inner-wrap p {
	margin-bottom: 0;
}
.layout_table .uagb-columns__columns-3 .wp-block-uagb-column {
	margin: 3px 0;
}
.layout_table .uagb-columns__columns-3 .wp-block-uagb-column > .uagb-column__inner-wrap {
	padding: 0;
}


/* オーナー様向け便利リンク集 - owner06
-------------------------------------------------- */
.icon_list {
	margin: 10px 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.icon_list > li {
	padding: 5px 0;
	width: 48%;
	border-bottom: 1px solid #aaa;
}
.icon_list > li::before {
	content: '';
	display: inline-block;
	margin-right: 10px;
	width: 18px;
	height: 18px;
	background: url( 'https://www.kashiya.co.jp/wp-content/uploads/sites/924/2022/12/icon_link.png' ) no-repeat;
}
.icon_list > li a {
	color: #0085b2;
	text-decoration: underline;
}


/* よくいただく質問Q&A
-------------------------------------------------- */
.img_ttl {
	display: flex;
	align-items: start;
}
.img_ttl img {
	margin-right: 10px;
}

.question {
	margin: 20px 0;
}
.question span,
.anser span {
	font-size: 16px;
	font-weight: bold;
}
.question span {
	padding-bottom: 10px;
	width: 100%;
	border-bottom: 1px solid #aaa;
	color: #78BDDE;
}

.txt_left tr td:first-child {
	text-align-last: center;
}


/* サイトマップ - sitemap
-------------------------------------------------- */
.site_map_list {
	margin: 0 0 30px 0;
	padding: 20px;
	border-bottom: 1px dotted #aaa;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
    align-items: center;
}
.site_map_list > li {
	margin-bottom: 10px;
	width: 33%;
}
.site_map_list > li::before {
	margin-right: 10px;
	content: '\f0da';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 21px;
	color: #85b200;
}
.site_map_list > li a {
	text-decoration: underline;
}


/* 会社概要 - company
-------------------------------------------------- */
.table_shopinfo {
	margin-bottom: 0;
}
.table_shopinfo tr td:first-child {
	width: 25%;
	text-align-last: center;
}
.table_shopinfo table, .table_shopinfo td {
	border: none;
}

.company_shopinfo {
	display: flex;
	flex-wrap: wrap;
}
.company_shopinfo dt {
	margin-bottom: 10px;
	width: 15%;
	text-align: center;
	color: #fff;
	background: rgba( 255, 128, 0, 1 );
	border-radius: 5px;
}
.company_shopinfo dd {
	margin: 0;
	padding-left: 10px;
	width: 85%;
}


/* プライバシーポリシー - policy
-------------------------------------------------- */
.privacy_list > li:before {
	content: '\f015';
	color: rgba( 133, 178, 0, 1 );
}


/* 学区から探す - school
-------------------------------------------------- */
.simple_search_block__inner h2,
.simple_search_block__inner .search-form__main {
	display: none;
}
ul.checkbox_list li.tag_title {
	width: 100% !important;
	border: none;
	border-radius: 0;
	border-bottom: 2px solid #ccc;
}


/* 学区から探す - school ver2
-------------------------------------------------- */
.rtc_tab_area {
	display: flex;
	flex-wrap: wrap;
}
.rtc_tab_area p { margin-bottom: 0 !important; }

.tab_label {
	padding: 0 !important;
	width: calc( 100%/7 );
	height: 50px;
	border-bottom: 3px solid rgba( 209, 35, 44, 1 );
	background-color: #d9d9d9;
	line-height: 50px !important;
	font-size: 16px;
	text-align: center;
	color: #565656;
	display: block;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
}
.tab_label:hover {
	opacity: 0.75;
}

.rtc_tab_area input[name="tab_items"],
.tab_label::before, 
.tab_label::after {
	display: none !important;
}

.tab_content {
	display: none;
	padding: 20px;
	width: 100%;
	border: 3px solid #ddd;
	overflow: hidden;
}

#tab_01:checked ~ #tab01_content, #tab_02:checked ~ #tab02_content,
#tab_03:checked ~ #tab03_content, #tab_04:checked ~ #tab04_content,
#tab_05:checked ~ #tab05_content, #tab_06:checked ~ #tab06_content {
	display: block;
}

.rtc_tab_area input:checked + .tab_label {
	background-color: rgba( 41, 81, 132, 1 );
	color: #fff;
}

.rtc_list_school {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	list-style: none;
}
.rtc_list_school > li {
	margin-bottom: 20px;
	width: 20%;
}
.rtc_list_school > li a {
	display: flex;
	align-items: center;
	font-size: 1.1rem;
	color: rgba( 41, 81, 132, 1 );
}
.rtc_list_school > li a:hover {
	text-decoration: none;
	color: rgba( 209, 35, 44, 1 );
}
.rtc_list_school > li a::before {
	content: '';
	display: inline-block;
	margin-right: 10px;
	width: 20px;
    height: 22px;
	background-image: url( '/app/uploads/sites/924/2023/08/icon_pen.png' );
	background-repeat: no-repeat;
	background-size: cover;
}

.rtc_list_school > li.rtc_alphabetical_order {
	margin: 10px 0 30px;
	padding: 0 10px;
	width: 100%;
	border-left: 5px solid rgba( 33, 81, 137, 1 );
/* 	border-bottom: 1px solid #333; */
}

.rtc_tab_area.rtc_tab_calendar {
	margin-top: 20px;
}
.rtc_tab_area.rtc_tab_calendar .tab_label {
	width: calc( 100% / 4 );
}


/* ページ：ホンダグループの皆様へ - honda
-------------------------------------------------- */
.rtc_link_phone a {
	padding: 5px 50px;
	color: #fff;
	background-color: rgb(224 55 47);
	border-radius: 50vh;
}
.rtc_link_phone a i {
	margin-right: 10px;
}

.rtc_block_honda > .uagb-columns__inner-wrap > .wp-block-uagb-column > .uagb-column__inner-wrap {
	padding: 0;
}
.rtc_block_honda p {
	margin-bottom: 0;
	padding: 0;
}
.rtc_block_honda .wp-block-image {
	margin-bottom: 0;
}

.rtc_img_staff figure img {
	width: 100px;
}


.rtc_list_address {
	margin: 0;
	list-style: none;
}

.rtc_list_address > li {
	font-size: 14px;
}
.rtc_list_address > li > span {
	display: inline-block;
    margin-right: 10px;
	padding: 0 10px;
	width: 60px;
	color: #fff;
	text-align: center;
	background-color: rgba( 224, 55, 47, 1 );
	border-radius: 50vh;
}
.rtc_list_address > li:not(:last-child) {
	margin-bottom: 5px;
}


@media screen and ( max-width: 480px ) {
	.esx-slider-pop li.es_slide.flex-active-slide > a::before {
		border: none;
	}
	
	#masthead .site-logo-img .custom-logo {
		height: auto;
	}
	
	#page {
		overflow-x: hidden;
	}
	.entry-content .esx-icon-title1 {
		font-size: 1rem;
	}
	
	.rtc_frame_flag, .rtc_frame_flagtype2 {
		background-size: contain !important;
	}
	.rtc_frame_flag {
		background-position: center 15% !important;
	}
	.rtc_frame_flagtype2 {
		background-position: center 20% !important;
		background-size: 580px !important;
	}
	.entry-content .esx-icon-title1 {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 0;
	}
	.entry-content .esx-icon-title1::before {
		margin-bottom: 0;
		height: auto;
		font-size: 1.8rem;
	}
	
	.rtc_block_shopinfo::before {
		width: 100%;
		background-repeat: no-repeat;
		background-size: contain;
	}
	
	.rtc_shop_contact > .uagb-columns__inner-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.rtc_shop_contact > .uagb-columns__inner-wrap > .wp-block-uagb-column {
		margin-bottom: 20px;
		width: 48% !important;
	}
	.rtc_shop_contact > .uagb-columns__inner-wrap .uagb-column__inner-wrap {
		padding: 10px !important;
	}
	
	/* 共通 - common
	-------------------------------------------------- */
	.arrow_btn a {
		font-size: 14px;
	}
	
	.sub_visual h1 {
		font-size: 18px !important;
	}
	
	.table_og tr td {
		display: block;
		width: 100% !important;
	}
	.table_og tr td:first-child {
		padding: 10px 20px;
		text-align-last: left;
	}
	
	#primary-menu > li.unclickable > a::after {
		color: #fff;
		content: "\e91e";
		display: block;
		font-family: es_font;
		font-size: 14px;
		font-size: .875rem;
		font-weight: 600;
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
/* 		top: calc(50% - 10px); */
	}
	
	
	/* イラストマップ - illustmap
	-------------------------------------------------- */
	#area_illustmap { display: none; }
	#area_illustmap_sp {
		margin: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		list-style: none;
	}
	#area_illustmap_sp > li {
		margin-bottom: 20px;
		width: 48%;
	}
	#area_illustmap_sp > li a {
		display: block;
		padding: 10px 20px;
		font-weight: bold;
		text-align: center;
		background-color: #fff;
		border: 2px solid rgba( 251, 176, 104, 1 );
	}
	
	#area_illustmap_sp > li:nth-child(1), #area_illustmap_sp > li:nth-child(2),
	#area_illustmap_sp > li:nth-child(3), #area_illustmap_sp > li:nth-child(4), #area_illustmap_sp > li:nth-child(5) {
		width: 100%;
	}
	#area_illustmap_sp > li:nth-child(1) a, #area_illustmap_sp > li:nth-child(2) a,
	#area_illustmap_sp > li:nth-child(3) a, #area_illustmap_sp > li:nth-child(4) a, #area_illustmap_sp > li:nth-child(5) a {
		border: none;
		border-bottom: 2px dashed rgba( 251, 176, 104, 1 );
	}
	
	#area_illustmap_sp > li .rtc_list_submenu {
		margin: 20px 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		list-style: none;
	}
	#area_illustmap_sp > li .rtc_list_submenu > li {
		margin-bottom: 10px;
		width: 48%;
	}
	#area_illustmap_sp > li .rtc_list_submenu > li a {
		display: block;
		padding: 10px;
		color: #fff;
		border-radius: 50vh;
		background-color: rgba( 251, 176, 104, 1 );
	}
	
	
	
	/* 管理体制 - owner03
	-------------------------------------------------- */
	.table_typeb {
		overflow-x: scroll;
	}
	.table_typeb table {
		width: 100%;
	    white-space: nowrap;
	}
	
	
	/* 入居までの流れ - flow
	-------------------------------------------------- */
	.table_typed td {
		display: block;
		width: 100% !important;
	}
	
	
	/* オーナー様向け便利リンク集 - owner06
	-------------------------------------------------- */
	.icon_list > li {
		width: 100%;
	}
	
	
	/* 会社概要 - company
	-------------------------------------------------- */
	.company_shopinfo {
		flex-direction: column;
	}
	.company_shopinfo dt, .company_shopinfo dd {
		width: 100%;
	}
	
	
	/* サイトマップ - sitemap
	-------------------------------------------------- */
	.site_map_list {
		flex-direction: column;
	}
	.site_map_list > li {
		width: 100%;
	}
	
	.tab_label {
		width: calc( 100%/3 );	
		font-size: 14px;
	}
	.rtc_list_school > li {
		width: 50%;
	}
	
	/* スマホ時に反転させる
	-------------------------------------------------- */
	.flex_reverse_sp .uagb-columns__inner-wrap {
		display: flex;
		flex-direction: column-reverse;
	}
	
	
	.rtc_link_phone a {
		display: block;
		font-size: 21px;
	}
}