/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 06 2025 | 05:20:10 */
@import url( 'https://fonts.googleapis.com/css2?family=Zen+Antique&display=swap' );
@import url( 'https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap' );
@import url( 'https://fonts.googleapis.com/css2?family=Yuji+Syuku&display=swap' );
/* font-family: 'Zen Antique', serif; font-family: 'Kiwi Maru', serif; font-family: "Yuji Syuku", serif; */

/* .rtc_kanisearch_fixed {
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}

.rtc_kanisearch_fixed .simple_search_block__inner {
	position: fixed;
    bottom: 0;
    left: 0;
    z-index: 8;
    margin: 0 !important;
    width: 100%;
    border-top: 1px solid #333;
} */

/* 絞り込み検索順番変更 - search(add.250606)
-------------------------------------------------- */
/* #searchForm {
	display: flex;
	flex-direction: column;
}
.set_condition_title { order: 1; }
.set_area { order: 2; }
.set_condition_title.change_pc, .set_condition_title.change_sp { order: 3; }
.es-condition-fieldset.type { order: 4; }
.es-condition-fieldset.price { order: 5; }
.es-condition-fieldset.layout { order: 6; }
.es-condition-fieldset.size { order: 7; }
.es-condition-fieldset.walk { order: 8; }
.es-condition-fieldset.structure { order: 9; }
.es-condition-fieldset.age { order: 10; }
.kodawari_switch { order: 11; }
.kodawari_wrap.es-condition-kodawari-wrap { order: 12; }
.es-condition-fieldset.free-word { order: 13; }
.bt_group.es-condition-btgroup { order: 14;z-index: 50; }

.checkbox_list.es-condition-checkbox-list > li:nth-child(3) { order: 1; }
.checkbox_list.es-condition-checkbox-list > li:nth-child(4) { order: 2; }
.checkbox_list.es-condition-checkbox-list > li:nth-child(1) { order: 3; }
.checkbox_list.es-condition-checkbox-list > li:nth-child(2) { order: 4; }
.checkbox_list.es-condition-checkbox-list > li:nth-child(5) { order: 5; }
.checkbox_list.es-condition-checkbox-list > li:nth-child(6) { order: 6; }
.checkbox_list.es-condition-checkbox-list > li:nth-child(7) { order: 7; }
.checkbox_list.es-condition-checkbox-list > li:nth-child(8) { order: 8; } */

/* 共通パーツ - common
-------------------------------------------------- */
.price_box {
	line-height: 1;
}
.price_box > span {
	font-size: 16px;
	font-weight: bold;
}

/* ヘッダー - headerCustom / 01-04
-------------------------------------------------- */
/* ★Type01 - SNSナビ */
.header_sns_icons {
	margin: 0 !important;
	padding: 5px 20px;
	display: flex;
	justify-content: flex-end;
	list-style: none;
	background: rgba( 23, 45, 92, 1 );
}
.header_sns_icons > li:not(:last-child) {
	margin-right: 10px;
}
.header_sns_icons > li a {
	display: block;
	color: #fff;
	font-size: 24px;
	transition: ease all .5s;
}
.header_sns_icons > li a:hover {
	opacity: .5;
}

/* ★Type02 - イメージ処理のためCSSはなし */


/* ★Type03 - ナビカスタム */
.navcustom03 {
	width: 100%;
	height: 250px;
	background-image: url( '/wp-content/uploads/sites/962/2023/05/subvisual_default.jpg' );
	background-size: cover;
	overflow: hidden;
}
.header_type03 {
	margin: 0 !important;
	padding: 5px 20px;
	display: flex;
	list-style: none;
	background: rgba( 51, 51, 51, 1 );
}
.header_type03 > li:not(:last-child) {
	margin-right: 15px;
}
.header_type03 > li a {
	display: block;
	color: #fff;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
	transition: ease all .5s;
}
.header_type03 > li:first-child {
	margin-right: auto;
}

.header_type03 > li a span {
	display: block;
    font-size: 11px;
    margin-top: -5px;
}
.header_type03 > li a:hover {
	opacity: .5;
}

.nav_type03 {
	position: relative;
	margin: 0 !important;
	display: flex;
	list-style: none;
	border-top: 5px solid rgba( 217, 238, 253, 1 );
}
.nav_type03 > li {
	width: calc( 100% / 5 );
}

.nav_type03 > li > a {
	display: block;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	transition: ease all .5s;
	background: rgba( 240, 241, 243, 1 );
}
.nav_type03 > li > a:hover {
	color: #fff;
	background-color: rgba( 19, 73, 132, 1 );
}

.nav_side_type03 {
	position: absolute;
    overflow: hidden;
	display: flex;
	margin: 0 !important;
	padding: 0 20px;
    width: 100%;
    height: 0;
    left: 0;
    background: rgba( 11, 73, 135, 1 );
    transition: .5s all ease;
	list-style: none;
}
.nav_type03 > li:first-child:hover .nav_side_type03 {
	overflow: visible;
    padding: 20px;
    height: auto;
}
.nav_side_type03 > li {
	width: calc( 100% / 2 );
	background: #fff;
}
.nav_side_type03 > li:not(:last-child) {
	border-right: 1px solid rgba( 11, 73, 135, .5 );
}
.nav_side_type03 > li > a {
	position: relative;
	display: block;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}
.nav_side_type03 > li > a::after {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

/* ★Type04 - ナビカスタム [JS] */
.navcustom04 {
	width: 100%;
	height: 250px;
	background-image: url( '/wp-content/uploads/sites/962/2023/05/top_03.jpg' );
	background-size: cover;
	overflow: hidden;
}
.header_type04 {
	position: relative;
	display: flex;
	align-items: center;
	padding: 10px 20px;
    width: 100%;
}
.header_type04 > .site_logo {
	margin-right: auto;
}
.header_type04 > .site_logo a img {
	transition: all ease .6s;
}
.header_type04 > .site_logo a:hover img {
	transform: scale( 1 );
	opacity: .5;
}

.nav_type04 {
	position: relative;
	z-index: 3;
	display: flex;
	margin: 0;
	list-style: none;
}
.nav_type04 > li:not(:last-child) {
	margin-right: 10px;
}
.nav_type04 > li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	font-size: 18px;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba( 0, 0, 0, .3 );
	background-color: #fff;
	text-decoration: none;
}
.nav_type04 > li.icon_phone a {
	width: 200px;
	border-radius: 30px;
	color: #fff;
	background: rgba( 23, 45, 92, 1 );
}

.nav_type04 > li.icon_menu {
	cursor: pointer;
}
.nav_type04 > li.icon_menu a {
	pointer-events: none;
}

.icon_history span,
.icon_favorite span {
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    top: -5px;
    right: -5px;
    font-size: 14px;
    border-radius: 50%;
	color: #828282;
    background-color: #ddd;
}

.navtype04_area {
	position: absolute;
	top: 0;
	right: -550px;
	width: 500px;
	height: 250px;
	background: #fff;
	box-shadow: 0 0 3px rgba( 0, 0, 0, .3 );
	transition: all ease .6s;
}
.navtype04_area.is_active {
	right: 0;
}



/* スマホ版 - sp
-------------------------------------------------- */
@media ( max-width: 480px ) {
	
	/* ★Type03 - ナビカスタム */
	.nav_type03 { display: none; }
}



/* スライダー - slider / 01
-------------------------------------------------- */
/* ★Type01 - スライダーカスタム [JS] */
.slider_type01 {
	list-style: none;
	margin: 0;
}
.slider_type01 li {
/* 	position: relative; */
	margin-right: 2%;
	width: 32%;
	height: 250px; /* 高さを指定したい場合 */
	overflow: hidden;
	background: gray;
	border-radius: 10px;
}

.slider_type01 li a {
	display: block;
	position: relative;
}
.slider_type01 li a img {
	width: 100%;
	height: 250px;
	transition: all ease .6s;
	object-fit: cover;
	filter: brightness( 75% );
}
.slider_type01 li a:hover img {
	transform: scale( 1.1 );
}

.slider_type01 li a span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	color: #fff;
	font-family: 'Zen Antique', serif;
	font-size: 26px;
	text-align: center;
	letter-spacing: .05em;
	z-index: 2;
}
.slider_type01 li a span::after {
	content: '';
	display: block;
	margin: 0 auto;
	width: 120px;
	height: 10px;
	background-image: url( '/wp-content/uploads/sites/962/2023/05/bnr_under.png' );
	background-size: contain;
	background-repeat: no-repeat;
}

.slider_type01 button {
	padding: 0;
	transition: all ease .6s;
}
.slider_type01 button:hover {
	background-color: #333 !important;
}

.slider_type01 ol.flickity-page-dots {
	bottom: -50px;
}

/* ★Type02 - スライダーカスタム */
.blog_slider .es-list {
	overflow: visible !important;
}
.slider_type02 .flickity-viewport {
	width: 100%;
}
.slider_type02 {
	overflow: visible !important;
}
.slider_type02 li {
	margin-right: 2%;
	width: 32%;
}
.slider_type02 li a {
	position: relative;
	border-radius: 10px;
}
.slider_type02 li a img {
	filter: brightness( 75% );
}

.slider_type02 li a .list_content {
	position: absolute;
	width: 80%;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.slider_type02 li a .list_content h3.wrap {
	color: #fff;
}
.slider_type02 li a:hover .list_content h3.wrap {
	text-decoration: none;
}
.slider_type02 .flickity-button {
	margin: 0 !important;
	padding: 0;
    transition: all ease .6s;
	width: 60px;
    height: 60px;
    top: auto;
    bottom: -78px;
	background: rgba( 235, 237, 244, 1 );
	z-index: 2;
}
.slider_type02 button:hover {
	background: rgba( 23, 45, 92, 1 );
}
.slider_type02 ol {
	margin-left: 0 !important;
}
.slider_type02 ol > li.dot {
	max-width: auto;
	min-width: auto;
	width: 10px !important;
}

.slider_type02 button.flickity-button svg { display: none; }

.slider_type02 button.flickity-prev-next-button::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	font-family: 'Font Awesome 5 Free';
	font-size: 21px;
	font-weight: 900;
}

.slider_type02 button.flickity-prev-next-button.previous::before {
	content: '\f060';
}
.slider_type02 button.flickity-prev-next-button.next::before {
	content: '\f061';
}


/* ★Type03 - スライダーカスタム */
.custom_slider {
	list-style: none;
	margin: 0;
}
.custom_slider li {
/* 	position: relative; */
	margin-right: 2%;
	width: 32%;
	height: 250px;
	overflow: hidden;
	background: gray;
	border-radius: 10px;
}
.custom_slider li a {
	display: block;
/* 	position: relative; */
}
.custom_slider li a img {
	width: 100%;
	height: auto;
	transition: all ease .6s;
	object-fit: cover;
	filter: brightness( 75% );
}
.custom_slider li a:hover img {
	transform: scale( 1.1 );
}

.custom_slider li a span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	color: #fff;
	font-family: 'Zen Antique', serif;
	font-size: 26px;
	text-align: center;
	letter-spacing: .05em;
	z-index: 2;
}
.custom_slider li a span::after {
	content: '';
	display: block;
	margin: 0 auto;
	width: 120px;
	height: 10px;
	background-image: url( '/wp-content/uploads/sites/962/2023/05/bnr_under.png' );
	background-size: contain;
	background-repeat: no-repeat;
}

.custom_slider button {
	padding: 0;
	transition: all ease .6s;
}

.custom_slider ol.flickity-page-dots {
	bottom: -50px;
}

.custom_slider .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;
}
.custom_slider .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 );
}
.custom_slider .flickity-button.flickity-prev-next-button.next {
	right: 38%;
	border-right: 3.5px solid rgba( 204, 204, 204, 1 );
	transform: skew( 45deg );
}

.custom_slider .flickity-button.flickity-prev-next-button:hover {
	background: none;
	border-bottom: 2px solid rgba( 51, 51, 51, 1 );
}
.custom_slider .flickity-button.flickity-prev-next-button.previous:hover {
	border-left: 3.5px solid rgba( 51, 51, 51, 1 );
}
.custom_slider .flickity-button.flickity-prev-next-button.next:hover {
	border-right: 3.5px solid rgba( 51, 51, 51, 1 );
}
.custom_slider .flickity-button.flickity-prev-next-button svg {
	display: none;
}


/* スマホ版 - sp
-------------------------------------------------- */
@media ( max-width: 480px ) {
	
	.slider_type01 li {
		width: 100%;
	}
	
	.slider_type01 li a span { font-size: 18px; }
	
	.slider_type02 li {
		width: 100%;
	}
	
	.slider_type03 li {
		width: 100%;
	}
	.custom_slider .flickity-button.flickity-prev-next-button.previous { left: 10px; }
	.custom_slider .flickity-button.flickity-prev-next-button.next { right: 10px; }

}


/* タブ - tab
-------------------------------------------------- */
/* ★Type01 - タブカスタム */
.tab_area {
	display: flex;
	flex-wrap: wrap;
}
.tab_area p { margin-bottom: 0 !important; }

.tab_label {
	padding-left: 0 !important;
	width: calc( 100%/3 );
	height: 50px;
	border-bottom: 3px solid #5ab4bd;
	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;
}

.tab_area input[name="tab_items"],
.tab_label::before, 
.tab_label::after {
	display: none !important;
}

.tab_content {
	display: none;
	padding: 50px 20px;
	width: 100%;
	overflow: hidden;
}

#tab_01:checked ~ #tab01_content,
#tab_02:checked ~ #tab02_content,
#tab_03:checked ~ #tab03_content {
	display: block;
}

.tab_area input:checked + .tab_label {
	background-color: #5ab4bd;
	color: #fff;
}

@media ( max-width: 480px ) {
	.tab_label {
		padding-left: 0 !important;
		width: calc( 100%/2 );
	}
}


/* 背景 - background
-------------------------------------------------- */
/* ★Type01 - ストライプ */
.stripe_bg > span {
	background-size: auto auto;
	background-color: rgba(200, 235, 255, 1) !important;
	background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) 1px, rgba(200, 235, 255, 1) 0, rgba(200, 235, 255, 1) 16px);
}
/* ★Type02 - ドット */
.bg_dot > span {
	background-color: #fff;
	background-image: radial-gradient( #b7b7b7 20%, transparent 20% );
	background-size: 10px 10px;
}

/* 物件詳細の背景 */
.stripe_bg .feature-advertisement-block,
.bg_dot .feature-advertisement-block {
	padding: 30px 0;
}


/* ★Type03 - 背景切替 */
#background_type03 {
	position: relative;
}
#background_type03::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url( '/app/uploads/sites/962/2023/08/stripe.png' );
	opacity: .4;
	z-index: 0;
}
#background_type03 .type03_visual {
	width: 100%;
	height: 480px;
}


/* パスワード付 - password
-------------------------------------------------- */
/* ★Type01 - パスワード付 カスタマイズ [JS] */
/* ※JS処理なので、CSSはお好みで設定 */


/* よくある質問 - qa
-------------------------------------------------- */
/* ★Type01 - よくある質問カスタマイズ */
details.ac_type01 {
	margin-bottom: 20px;
}
details.ac_type01 summary {
	position: relative;
	cursor: pointer;
	padding: 20px 30px;
	font-weight: bold;
	background-color: rgba( 235, 237, 244, 1 );
}

details.ac_type01 summary::before {
	margin-right: 10px;
	content: '\51';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: rgb( 103, 149, 233, 1 );
}
details.ac_type01 summary::after {
	position: absolute;
	right: 30px;
	content: '\f055';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: rgb( 103, 149, 233, 1 );
	transition: all ease .6s;
}
details.ac_type01 .anser {
	display: flex;
	padding: 20px 30px;
	border-radius: 0 0 10px 10px;
	background-color: rgba( 244, 222, 182, .3 );
}
details.ac_type01 .anser::before {
	margin-right: 10px;
	content: '\41';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: rgba( 248, 105, 78, 1 );
}

details[open].ac_type01 summary::after {
	color: rgba( 248, 105, 78, 1 );
	transform: rotate(45deg);
}
details[open].ac_type01 .anser {
	animation: fadeInMenu 1s ease;
}

@keyframes fadeInMenu {
	0% {
		opacity: 0; /* 透明 */
		transform: translateY(-10px); /* 上から表示 */
	}
	100% {
		opacity: 1;
		transform: none;
	}
}


/* よくある質問サンプル - qa_sample
-------------------------------------------------- */
.qa_ttl {
	display: none;
}

.list_qa_sample {
	margin: 20px 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.list_qa_sample > li {
/* 	margin-bottom: 10px; */
	width: 32%;
	border: 3px solid rgba( 235, 237, 244, 1 );
	border-radius: 10px;
	transition: ease all .6s;
}
.list_qa_sample > li:not(:nth-child(3n)) {
/* 	margin-right: 2%; */
}
.list_qa_sample > li a {
	display: block;
	padding: 10px 20px;
	text-decoration: none;
}
.list_qa_sample > li a::before {
	display: inline-block;
	margin-right: 10px;
	width: 20px;
	text-align: center;
	content: '\f35a';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.list_qa_sample > li:hover {
	background: rgba( 245, 245, 245, 1 );
/* 	border: 3px solid rgba( 251, 193, 203, 1 ); */
}
.list_qa_sample > li:hover a {
	color: rgba( 193, 38, 131, 1 );
}
.list_qa_sample > li:nth-child(1) a::before { content: '\f7d8'; }
.list_qa_sample > li:nth-child(2) a::before { content: '\f043'; }
.list_qa_sample > li:nth-child(3) a::before { content: '\f084'; }
.list_qa_sample > li:nth-child(4) a::before { content: '\f26c'; }
.list_qa_sample > li:nth-child(5) a::before { content: '\f520'; }
.list_qa_sample > li:nth-child(6) a::before { content: '\f0e7'; }
.list_qa_sample > li:nth-child(7) a::before { content: '\f5e4'; }
.list_qa_sample > li:nth-child(8) a::before { content: '\3f'; }
.list_qa_sample > li:nth-child(9) a::before { content: '\f31c'; }
.list_qa_sample > li:nth-child(10) a::before { content: '\f021'; }
.list_qa_sample > li:nth-child(11) a::before { content: '\f05e'; }
.list_qa_sample > li:nth-child(12) a::before { content: '\f157'; }
.list_qa_sample > li:nth-child(13) a::before { content: '\e54a'; }
.list_qa_sample > li:nth-child(14) a::before { content: '\f15c'; }


.qa_list dt {
	cursor: pointer;
	display: flex;
	padding: 10px 20px;
	background: rgba( 245, 245, 245, 1 );
	border-radius: 10px;
}
.qa_list dt::before,
.qa_list dd::before {
	content: '\51';
	margin-right: 10px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: rgba( 45, 144, 250, 1 );
}
.qa_list dd:before {
	content: '\41';
	font-size: 16px;
	color: rgba( 193, 38, 131, 1 );
}

.qa_list dt::after {
	margin-left: auto;
	content: '\f055';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	transition: all ease .6s;
	align-self: center;
}

.qa_list dt.is_active::after {
	color: rgba( 193, 38, 131, 1 );
	transform: rotate( 45deg );
}

.qa_list dd {
	display: flex;
	margin: 10px 0 20px;
	padding: 0 20px;
	height: 0;
	font-size: 14px;
	border-radius: 10px;
	background: rgba( 251, 193, 203, .3 );
	overflow: hidden;
	transition: all ease .6s;
}
.qa_list dd div {
	flex: 1;
}
.qa_list dd img {
	margin-left: 20px;
	max-width: 300px;
}

.qa_list dt.is_active + dd {
	padding: 20px;
	height: auto;
}

.qa_list dd .qa_check_list {
	list-style: none;
	margin: 20px 0 20px 10px;
}
.qa_list dd .qa_check_list > li {
	display: flex;
	font-weight: bold;
}
.qa_list dd .qa_check_list > li::before {
	display: inline-block;
	margin-right: 10px;
	width: 15px;
	content: '\f058';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: rgba( 59, 177, 170, 1 );
	flex-shrink: 0;
}

.qa_list dd .qa_step_list {
	list-style: none;
	margin: 10px;
}
.qa_list dd .qa_step_list > li {
	counter-increment: cnt;
	display: flex;
}
.qa_list dd .qa_step_list > li:not(:last-child) {
	margin-bottom: 10px;
}
.qa_list dd .qa_step_list > li::before {
	display: inline-block;
	margin-right: 10px;
	content: counter(cnt);
	color: #fff;
	background: rgba( 23, 45, 92, 1 );
    width: 25px;
    height: 25px;
    text-align: center;
	border-radius: 50%;
	flex-shrink: 0;
}

.qa_links {
	display: block;
	margin: 20px auto 10px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 30px;
}

body[class*="es-page-qa_sample"] div#page {
	padding-left: 300px;
	overflow-x: hidden;
}

.side_menu {
	position: fixed;
	padding-top: 120px;
	top: 0;
	left: 0;
	width: 300px;
	height: 100vh;
	flex-direction: column;
	background: #fff;
	z-index: 9;
	box-shadow: 0 0 3px rgba( 0, 0, 0, .3 );
}
.side_menu > li {
	width: 100%;
	border: none;
	border-radius: 0;
}
.side_menu > li:not(:last-child) {
	border-bottom: 1px solid rgba( 220, 220, 220, 1 );
}
.side_menu > li:hover {
/* 	border: none; */
}

.rtc_textcenter { text-align: center; }


@media ( max-width: 480px ) {
	body[class*="es-page-qa_sample"] div#page {
		padding-left: 0;
	}
	
	.qa_ttl {
		display: block;
	}
	
	.list_qa_sample > li {
		width: 48%;
	}
	.list_qa_sample > li a {
		padding: 10px;
		font-size: 12px;
		text-align: center;
	}
	.list_qa_sample > li a::before {
		width: 100%;
		font-size: 16px;
	}
	.list_qa_sample > li:not(:nth-child(3n)) {
/* 		margin-right: 0; */
	}
	.list_qa_sample > li:nth-child(2n) {
		margin-left: auto;
	}
	
	.side_menu {
		position: static;
		padding-top: 0;
		width: 100%;
		height: auto;
		box-shadow: none;
		flex-direction: row;
	}
	.list_qa_sample > li:not(:last-child) {
		border-bottom: none;
	}
	.list_qa_sample > li {
		margin-bottom: 10px;
		border-radius: 10px;
		background: rgba( 245, 245, 245, 1 );
	}
	
	.qa_list dt {
		font-size: 14px;
	}
	
	
}


/* 検索カスタマイズ - search
-------------------------------------------------- */
/* ★Type01 - 検索カスタマイズ */
.searchform_ttl {
	position: relative;
	padding: 0 10px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	background-color: rgba( 255, 198, 0, 1 );
}
.searchform_ttl::after {
	content: '';
	position: absolute;
	display: block;
	width: 100px;
	height: 30px;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background-color: rgba( 255, 198, 0, 1 );
	clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.searchtype01 {
	display: flex;
	flex-wrap: wrap;
	padding: 30px;
	background-color: rgba( 152, 207, 246, .3 );
}

.form_step {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	width: 100%;
}
.form_step span {
	margin-right: 10px;
	padding: 0 20px;
	font-size: 21px;
	font-weight: bold;
	background-color: rgba( 255, 198, 0, 1 );
	border-radius: 30px;
}

.boshu_step01_list {
	display: flex;
	justify-content: space-between;
	margin: 0;
	width: 100%;
	list-style: none;
}
.boshu_step01_list > li {
	width: calc( ( 100% / 6 ) - 10px );
	text-align: center;
}
.boshu_step01_list > li label {
	display: block !important;
	padding: 30px 20px !important;
	color: rgba( 23, 45, 92, 1 );
	background-color: #fff;
	border: 2px solid rgba( 23, 45, 92, 1 );
	font-size: 14px;
	font-weight: bold;
	transition: ease all .6s;
}
.boshu_step01_list > li label > span {
	display: block;
	margin-bottom: 10px;
	font-size: 46px;
}

.boshu_step01_list > li label::before, .boshu_step01_list > li label::after {
	display: none !important;
}
.boshu_step01_list > li input:checked + label {
	color: #fff;
	background-color: rgba( 23, 45, 92, 1 );
}

.formstep_block {
	margin-top: 20px;
}
.formblock02 {
	margin-right: 5%;
	width: 55%;
	align-self: flex-start;
}
.formblock03 {
	display: flex;
	flex-wrap: wrap;
	align-self: flex-start;
	justify-content: space-between;
	width: 40%;
}

.check_city {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	width: 100%;
	list-style: none;
}
.check_city > li {
	margin-bottom: 10px;
	width: calc( ( 92% / 3 ) );
	text-align: center;
}
.check_city > li:not(:nth-child(3n)) {
	margin-right: 4%;
}

.check_city > li label::before, .check_city > li label::after {
	display: none !important;
}

.check_city > li label {
	display: block !important;
	padding: 15px !important;
	color: rgba( 23, 45, 92, 1 );
	background-color: #fff;
	border: 2px solid rgba( 23, 45, 92, 1 );
	font-size: 14px;
	font-weight: bold;
	transition: ease all .6s;
}
.check_city > li input:checked + label {
	color: #fff;
	background-color: rgba( 23, 45, 92, 1 );
}

.formblock03 button {
	margin-bottom: 10px;
	padding: 10px;
	width: 48%;
	transition: all ease .6s;
}
.formblock03 button:disabled {
	opacity: .5;
}

/* お問合せ - contact
-------------------------------------------------- */
/* ★Type01 - お問合せカスタマイズ カレンダー */
.form_data {
	display: flex;
	flex-wrap: wrap;
}

.form_data dt {
	width: 25%;
}
.form_data dd {
	margin: 0;
	width: 75%;
}
.form_data dt, .form_data dd {
	padding: 30px;
	border-bottom: 1px solid #a9a9a9;
}

.form_data dt span.required {
	vertical-align: text-top !important;
}
.form_custom .es-form-item.note {
	margin-top: 30px;
	text-align: center;
}

/* ★Type02 - お問合せカスタマイズ */
.qa_confirm .wpcf7-form-control-wrap span.wpcf7-list-item-label {
	font-size: 16px !important;
	font-weight: bold !important;
}
.es-form-control em {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: red;
	line-height: 1.5 !important;
}

/* フォーム - form
-------------------------------------------------- */
/* ★Type01 - フォームカスタマイズ かんたん査定 */
.rtc_form_type01 {
	margin: 0 auto;
	max-width: 1080px;
	border: 1px solid #ddd;
	border-radius: 10px;
}

.rtc_title_form {
	display: flex;
	align-items: center;
	margin-bottom: 0 !important;
	padding: 20px 30px;
	font-family: 'Kiwi Maru', serif;
	color: #fff !important;
	background-color: rgba( 74, 182, 193, 1 );
	border-radius: 10px 10px 0 0;
}
.rtc_title_form > span {
	margin-left: 20px;
	font-size: 1.2rem;
}

.rtc_block_kani {
	padding: 20px 30px;
}

.rtc_list_step {
	display: flex;
	margin: 0;
	list-style: none;
}
.rtc_list_step > li {
	width: calc( 100% / 3 );
}
.rtc_list_step > li p {
	font-family: 'Kiwi Maru', serif;
	font-weight: bold;
	letter-spacing: .05em;
	color: rgba( 74, 182, 193, 1 );
}
.rtc_list_step > li select, .rtc_list_step > li input[type="number"] {
	width: 90%;
	font-family: 'Kiwi Maru', serif;
}
.rtc_list_step > li input[type="number"] {
/* 	padding: 0 34px 0 10px; */
	padding-left: 10px;
	height: 40px;
    line-height: 40px;
	border: 1px solid #ccc;
    border-radius: 5px;
	background-color: #fff;
}

.rtc_btn_assessment {
	margin-top: 30px;
	width: 100%;
	font-family: 'Kiwi Maru', serif;
	font-size: 1.2rem;
	border-radius: 10px;
	border: none;
	background-color: rgba( 74, 182, 193, 1 );
	transition: ease all .6s;
}


@media ( max-width: 480px ) {
	.rtc_title_form { flex-direction: column; }
	.rtc_list_step {
		flex-direction: column;
	}
	.rtc_list_step > li {
		width: 100%;
	}
	.rtc_list_step > li:not(:last-child) {
		margin-bottom: 20px;
	}
}


/* 物件詳細:バナー追加 - rentBukkenInfo
-------------------------------------------------- */
figure.js_bnr_image {
	width: 100%;
}


/* モーダル:お知らせ等 - modal
-------------------------------------------------- */
.rtc_modal_type01 {
	padding: 20px;
	text-align: center;
	border-radius: 10px;
	color: #fff;
	background-color: rgba( 97, 180, 191, 1 );
}
#rtc_openButton {
	width: 100%;
	border: none;
	border-radius: 10px;
	color: rgba( 97, 180, 191, 1 );
	background-color: #fff;
}

.rtc_dialog_info {
	position: fixed;
	padding: 20px 50px;
	background-color: rgba( 97, 180, 191, 1 );
	border: 10px solid rgba( 97, 180, 191, 1 );
	border-radius: 10px;
	outline: 5px solid rgba( 255, 255, 255, 1 );
    outline-offset: -15px;
	box-shadow: 0 0 3px rgba( 0, 0, 0, .3 );
}
.rtc_dialog_info::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: repeating-linear-gradient( -45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 50px, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 100px );
	z-index: -1;
}

.rtc_dialog_info h3 {
	font-family: 'Kiwi Maru', serif;
	color: #fff;
	text-align: center;
}

.rtc_dialog_coupon {
    font-family: 'Kiwi Maru', serif;
	font-size: 2rem;
	text-align: center;
    color: #fff;
	line-height: 1.2;
}
.rtc_dialog_coupon > span {
	margin: 0 10px;
	font-size: 3rem;
}
.rtc_dialog_caution {
	margin-bottom: 0;
	font-family: 'Kiwi Maru', serif;
	color: #fff;
	text-align: center;
}

#rtc_closeButton {
	font-family: 'Kiwi Maru', serif;
	margin: 0 auto;
	width: 100%;
	color: rgba( 97, 180, 191, 1 );
	background: #fff;
	border-radius: 50vh;
	border: none;
	transition: all ease .6s;
}
#rtc_closeButton:hover {
	opacity: .6;
}

@media ( max-width: 480px ) {
	.rtc_dialog_info { padding: 20px; }
}


/* ステップ - step
-------------------------------------------------- */
/* ★Type01 - お問い合わせの流れ */
.rtc_stepflow {
	padding-left: 120px;
	position: relative;
	list-style: none;
}
.rtc_stepflow::before {
	content: "";
	display: block;
	margin-left: -8px;
	width: 15px;
	height: 100%;
	background: #eee;
	border-radius: 50vh;
	position: absolute;
	top: 0;
	left: 120px;
}
.rtc_stepflow > li {
	position: relative;
}
.rtc_stepflow > li:not(:last-child) {
	margin-bottom: 8vh;
}
.rtc_stepflow > li .rtc_step {
	font-size: 14px;
	color: #fff;
	background: rgba( 74, 182, 193, 1 );
	padding: 8px 20px;
	display: block;
	position: absolute;
	top: -5px;
	left: -120px;
	z-index: 100;
}
.rtc_stepflow > li .rtc_step::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 99%;
	width: 10px;
	height: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: rgba( 74, 182, 193, 1 );
	clip-path: polygon( 0 0, 0% 100%, 100% 50% );
}
.rtc_stepflow > li dl {
	padding-left: 70px;
	position: relative;
}
.rtc_stepflow > li dl::before,
.rtc_stepflow > li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
}
.rtc_stepflow > li dl::before {
	width: 7px;
	height: 7px;
	margin-top: -3px;
	background: rgba( 74, 182, 193, 1 );
	border-radius: 50%;
	left: -4px;
}
.rtc_stepflow > li dl::after {
	width: 50px;
	border-bottom: 1px dashed rgba( 51, 51, 51, 1 );
	position: absolute;
	left: 5px;
}
.rtc_stepflow > li dl dt {
	font-size: 20px;
	font-weight: 600;
	color: rgba( 74, 182, 193, 1 );
	margin-bottom: 1vh;
}
.rtc_stepflow > li dl dd {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.rtc_stepflow > li dl dd img {
	margin-right: 20px;
	width: 160px;
	flex-shrink: 0;
}

/* ★Type02 - お問い合わせの流れ */
.rtc_step_type02 {
	padding-left: 0;
}
.rtc_step_type02::before {
	left: 0;
}
.rtc_step_type02 dl {
	padding-left: 60px;
}
.rtc_step_type02 dl dt > span {
	display: inline-block;
	margin-right: 10px;
	width: 120px;
	text-align: center;
	color: #fff;
	background-color: rgba( 74, 182, 193, 1 );
	border-radius: 50vh;
}


@media ( max-width: 480px ) {

	/* ----- flow:Step ----- */
	.rtc_stepflow {
		margin: 0 1em;
		padding-left: 0;
	}
	.rtc_stepflow::before {
		left: 0;
	}
	.rtc_stepflow > li .rtc_step {
		position: relative;
		margin-left: 30px;
		margin-bottom: 20px;
		top: 0;
		left: 0;
	}
	.rtc_stepflow > li .rtc_step::after {
		left: -10px;
		width: 10px;
		clip-path: polygon( 100% 0, 0 50%, 100% 100% );
		height: 10px;
		background: rgba( 74, 182, 193, 1 );
		border: none;
	}
	.rtc_stepflow > li dl {
		padding-left: 35px;
	}
	.rtc_stepflow > li dl::before {
		margin-top: 0;
	}
	.rtc_stepflow > li dl::after {
		width: 10px;
	}
	
	.rtc_stepflow > li dl dd img {
		width: 100%;
	}

	/* ----- [●--- がずれた場合] ----- */
	.rtc_stepflow > li:first-child dl::before {
		margin-top: -3.5px;
	}
	.rtc_stepflow > li:not(:first-child) dl::after {
		top: 18px;
	}
	
	
	/* ★Type02 - お問い合わせの流れ */
	.rtc_step_type02 > li dl::after {
		width: 25px;
	}
	.rtc_step_type02 dl dt > span {
		display: block;
	}
}



/* 学区検索 - school
-------------------------------------------------- */
.rtc_tab_school input:checked + .tab_label {
	background-color: #000080;
}
.rtc_tab_school .tab_label {
	width: calc( 100% / 5 );
	border-bottom: 3px solid #000080;
}

.rtc_furigana_school {
	padding: 0 10px;
	font-size: 18px !important;
	border-left: 5px solid #000080;
}

.rtc_list_school {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.rtc_list_school > li {
	margin-bottom: 10px;
	width: calc( 100% / 5 );
}

.rtc_list_school > li a {
	display: block;
	transition: all ease .6s;
	color: #000080;
}

.rtc_list_school > li a::before {
	margin-right: 10px;
	content: '\f303';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.rtc_list_school > li a:hover {
	color: #C0C0C0;
	text-decoration: none;
}


@media ( max-width: 480px ) {
	.rtc_list_school {
		margin: 0;
		flex-direction: column;
	}
	.rtc_list_school > li {
		width: 100%;
	}
	
	.rtc_tab_school .tab_label {
		width: calc( 100% / 2 );
	}
}



/* イラストマップ - illustMap
-------------------------------------------------- */


.check_confirm .wpcf7-list-item-label {
	font-size: 16px !important;
    font-weight: bold !important;
}
.check_confirm label {
	display: flex !important;
	align-items: center;
}
.check_confirm .required {
	margin-right: 5px;
	flex-shrink: 0;
}


/* page:company - 下層ページ:会社概要
-------------------------------------------------- */
body.es-page-company .es-container.page-header { display: none; }

body.es-page-company h2 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.rtc_president_message figure {
	position: relative;
	text-align: right;
}
.rtc_president_message figure img {
	object-fit: contain;
    max-height: 400px;
}
.rtc_president_message figure figcaption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 10px;
	width: 100%;
	font-family: "Yuji Syuku", serif;
	font-size: 26px;
	font-weight: bold;
	text-align: right;
	line-height: 1.25;
	letter-spacing: .15em;
	background-color: rgba( 255, 255, 255, .6 );
}
.rtc_president_message figure figcaption > span {
	display: block;
	font-size: 18px;
}


.rtc_company_img figure {
	position: relative;
	max-height: 700px;
	overflow: hidden;
	border-radius: 10px;
}
.rtc_company_img figure figcaption {
	position: absolute;
	left: 30px;
	bottom: 30px;
	margin: 0;
	color: #fff;
	font-size: 46px;
	font-weight: bold;
	text-shadow: 0 0 10px rgba( 0, 0, 0, .3 );
	line-height: 1.25;
	letter-spacing: .1em;
}
.rtc_company_img figure figcaption > span {
	display: block;
	padding-left: 10px;
	font-size: .9rem;
}

.rtc_tbl_company_type1 table {
	border: none;
}
.rtc_tbl_company_type1 table tr td {
	padding: 10px 20px;
	font-size: .9rem;
	border: none;
	border-bottom: 2px solid rgba( 51, 51, 51, .2 );
}
.rtc_tbl_company_type1 table tr td:first-child {
	width: 25%;
	text-align-last: justify;
	color: rgba( 20, 45, 98, 1 );
	font-weight: bold;
	border-bottom: 2px solid rgba( 20, 45, 98, .6 );
}