@charset "utf-8";
/*------------------------------------------------------------
	bukken
------------------------------------------------------------*/
#main {
	margin-bottom: 0;
}
#main .pageTitle {
	margin-bottom: 11rem;
}
#main .search {
	position: relative;
	z-index: 10;
	padding: 0.6rem 0 0.4rem;
}
#main .search .bg01 {
	position: absolute;
	width: 13.7rem;
	left: 0;
	top: -5.9rem;
}
#main .search .bg02 {
	position: absolute;
	width: 14.8rem;
	right: 1.3rem;
	top: -5.7rem;
}
#main .search h2 {
	margin-bottom: 3.7rem;
	text-align: center;
}
#main .search h2 img {
	width: 37.4rem;
}
#main .search .centerTxt {
	max-width: 70rem;
	margin: 0 auto 2.7rem;
	color: #000;
	text-align: center;
	line-height: 1.6875;
}
#main .search .smallTxt {
	margin-top: -1.9rem;
	font-size: 1.4rem;
	text-align: center;
}
#main .search .centerTxt a {
	color: #AB6B32;
	font-weight: 700;
}
#main .search .whiteBox {
	margin-top: 5.9rem;
	background-color: #fff;
	border-radius: 3rem;
	padding: 5.7rem 10rem 6rem;
}
#main .search .whiteBox .ttlBox {
	width: fit-content;
	position: relative;
	margin: 0 auto;
}
#main .search .whiteBox .ttlBox .smallPhoto {
	position: absolute;
	left: -19rem;
	top: 1.6rem;
	width: 12.1rem;
}
#main .search .whiteBox h3 {
	margin-bottom: 1.7rem;
	text-align: center;
}
#main .search .whiteBox h3 img {
	width: 19.2rem;
}
#main .search .whiteBox p {
	margin-bottom: 3.9rem;
}
#main .comDl {
	margin-bottom: 3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	color: #000;
}
#main .comDl dt {
	padding: 2rem 1rem 2rem 0;
	width: 15.9rem;
	font-size: 1.8rem;
	font-weight: 700;
	border-bottom: 1px dashed #D1D1D1;
}
#main .comDl dt span::before {
	width: 0.4rem;
	height: 2.6rem;
	border-radius: 0.7rem;
	background-color: #BF8925;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}
#main .comDl dt span {
	display: inline-block;
	padding-left: 1.9rem;
	position: relative;
}
#main .comDl dd {
	padding: 2rem 0 2rem 0;
	font-size: 1.6rem;
	width: calc(100% - 15.9rem);
	border-bottom: 1px dashed #D1D1D1;
}
#main .radioUl {
	margin-bottom: -0.2rem;
	padding-right: 13.5rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 2rem;
}
#main .radioUl li {
	width: calc((100% - (2rem * 3 + 0.1rem)) / 4);
}
#main .radioUl li input[type="radio"] {
	display: none;
}
#main .radioUl li input[type="radio"] ~ span {
	background: url(../img/common/radio01.png) no-repeat left center;
	background-size: 1.6rem auto;
	border-radius: 0;
	display: inline-block;
	line-height: 2rem;
	cursor: pointer;
	padding: 0.4rem 0 0.4rem 2.8rem;
}
#main .radioUl li input[type="radio"]:checked + span {
	background-image: url("../img/common/radio02.png");
}
#main select,
#main input[type="email"],
#main input[type="tel"],
#main input[type="text"] {
	border-radius: 0.5rem;
	height: 4rem;
	color: #000;
	border: 1px solid #ACACAC;
	box-sizing: border-box;
	font-size: 1.4rem;
	padding: 0 1.0rem;
	width: 60rem;
	background-color: #fff;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
#main input::placeholder {
	color: #A0A0A0;
	opacity: 1;
}
#main select {
	padding-right: 2rem;
	width: 30rem;
	font-size: 1.6rem;
	border-color: #000;
	background: #fff url(../img/common/select_bg.png) no-repeat right 1rem center;
	background-size: 0.8rem auto;
}
#main .comDl .list {
	display: flex;
	align-items: center;
}
#main .comDl .list li {
	width: 24rem;
}
#main .comDl .list select {
	width: 100%;
}
#main .comDl .list li:has(.icon) {
	width: auto;
}
#main .comDl .list .icon {
	margin: 0 1rem;
}
#main .comDl dd p {
	margin-bottom: 0 !important;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 0.8rem;
	font-size: 1.4rem;
}
#main .comDl dd p a {
	margin: 0 0.5rem;
	text-decoration: underline;
	text-underline-offset: 0.4rem;
}
#main .comDl dd p a:hover {
	opacity: 0.7;
}
#main .submit {
	display: flex;
	justify-content: center;
	gap: 2rem;
}
#main .submit li {
	max-width: 100%;
}
#main .submit li input {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 28rem;
	max-width: 100%;
	height: 5rem;
	border-radius: 6rem;
	text-align: center;
	cursor: pointer;
	font-size: 1.6rem;
	font-weight: 700;
	color: #fff;
	border: 0.1rem solid #180173;
	background: #180173 url("../img/common/search.png") no-repeat left 1.8rem center;
	background-size: 2.8rem auto;
	transition: 0.3s;
}
#main .listBox {
	padding: 0rem 0 4rem;
}
#main .listBox h2 {
	margin-bottom: 2.8rem;
}
#main .listBox h2 img {
	width: 12.8rem;
}
#main .listBox .propertyDl {
	margin-bottom: 2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#main .listBox .propertyDl dt {
	font-size: 1.8rem;
}
#main .listBox .propertyDl dd {
	font-size: 1.8rem;
}
#main .listBox .propertyDl dd select {
	width: 24rem;
	margin-left: 1.6rem;
}
#main .bannerBox {
	margin-bottom: 10.1rem;
}
#main .bannerBox p {
	margin-bottom: 0.9rem;
	font-size: 1.4rem;
	text-align: center;
}
#main .bannerBox .banner a {
	display: block;
	position: relative;
	border-radius: 1rem;
	overflow: hidden;
	opacity: 1;
}
#main .bannerBox img {
	width: 100%;
	transition: 0.3s;
}
#main .bannerBox .banner a .imgtext {
	width: 52.3rem;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
#main .bannerBox .banner a .imgtext img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform: none !important;
}
#main .bannerBox .banner a .txt {
	padding: 0.7rem 4rem 0.7rem 2rem;
	position: absolute;
	right: 0;
	bottom: 0;
	font-weight: 700;
	background: #fff;
	border-radius: 1rem 0;
	z-index: 2;
}
#main .bannerBox .banner a .txt::after {
	width: 2rem;
	height: 2rem;
	border-radius: 100%;
	position: absolute;
	right: 1rem;
	top: 50%;
	background: #180173 url(../img/common/icon21.png) no-repeat right center / 100%;
	transform: translateY(-50%);
	content: '';
	transition: 0.3s;
}
@media all and (min-width: 897px) {
	#main .bannerBox .banner a:hover img {
		transform: scale(1.05);
	}
	#main .bannerBox .banner a:hover .txt::after {
		background-position: right -0.3rem center;
	}
	#main .submit li input:hover {
		color: #180173;
		background-image: url(../img/common/search_over.png);
		background-color: #fff;
	}
}
@media all and (max-width: 896px) {
	#main .pageTitle {
		margin-bottom: 3.9rem;
	}
	#main .search h2 img {
		width: 24rem;
	}
	#main .search {
		padding: 0.2rem 0 0.4rem;
	}
	#main .search h2 {
		margin-bottom: 1.7rem;
	}
	#main .search .centerTxt {
		max-width: inherit;
		text-align: left;
		font-size: 1.6rem;
	}
	#main .search .smallTxt {
		margin-top: -2.1rem;
		text-align: left;
		font-size: 1.2rem;
		line-height: 1.92;
	}
	#main .search .whiteBox {
		margin-top: 4.7rem;
		border-radius: 1rem;
		padding: 2.8rem 2rem 3rem;
	}
	#main .search .whiteBox h3 img {
		width: 12rem;
	}
	#main .search .whiteBox h3 {
		margin-bottom: 2.5rem;
	}
	#main .search .whiteBox .ttlBox .smallPhoto {
		width: 6.5rem;
		left: 0.5rem;
		top: -0.8rem;
	}
	#main .comDl {
		display: block;
	}
	#main .comDl dt {
		padding: 0 0 1.4rem;
		width: auto;
		border: none;
	}
	#main .comDl dd {
		margin-bottom: 1.5rem;
		padding: 0 0 1.5rem;
		width: auto;
	}
	#main .comDl dd:last-child {
		margin-bottom: 0;
	}
	#main .search .whiteBox p {
		margin-bottom: 2.7rem;
	}
	#main .radioUl li {
		width: calc((100% - 2rem) / 2);
	}
	#main .radioUl {
		padding: 0 2rem 0 0;
		gap: 1.6rem 2rem;
	}
	#main .radioUl li input[type="radio"] ~ span {
		background-size: 1.4rem auto;
		padding-left: 2.0rem;
		letter-spacing: 0.05em;
	}
	#main select {
		width: 100%;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
	}
	#main .comDl .list .icon {
		margin: 0 0.4rem;
	}
	#main input[type="email"],
	#main input[type="tel"],
	#main input[type="text"] {
		width: 100%;
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		border-color: #DEDEDE;
	}
	#main input::placeholder {
		color: #DEDEDE;
		opacity: 1;
	}
	#main .comDl dd p {
		font-size: 1.6rem;
		letter-spacing: 0;
		padding-top: 0.5rem;
	}
	#main .submit {
		align-items: center;
		flex-direction: column;
	}
	#main .listBox {
		padding: 0rem 0 1.2rem;
	}
	#main .listBox h2 img {
		width: 10.3rem;
	}
	#main .listBox h2 {
		margin-bottom: 1rem;
	}
	#main .listBox .propertyDl {
		flex-direction: column;
	}
	#main .listBox .propertyDl dt {
		font-size: 1.6rem;
		letter-spacing: 0;
		width: 100%;
		margin-bottom: 2rem;
	}
	#main .listBox .propertyDl dd {
		font-size: 1.6rem;
		width: 100%;
		text-align: right;
	}
	#main .listBox .propertyDl dd select {
		margin-left: 0.6rem;
		width: 15.3rem;
	}
	#main .bannerBox {
		margin-bottom: 12rem;
	}
	#main .bannerBox p {
		margin-bottom: 1.7rem;
		line-height: 1.93;
	}
	#main .bannerBox .banner a {
		border-radius: 0;
		background: transparent;
	}
}
/*------------------------------------------------------------
	result
------------------------------------------------------------*/
#result .pageTitle {
	margin-bottom: 11.5rem;
}
#result .search h2 img {
	width: 24.4rem;
}
#result .search .whiteBox {
	background-color: #FFFBF5;
}
#result .search .whiteBox h3 img {
	width: 25.4rem;
}
#result .search .conditions {
	position: relative;
}
#result .search .whiteBox .jsBox {
	padding: 6rem 0 0;
	background-color: #FFFBF5;
	border-radius: 3rem;
	display: block;
}
#result .search .conditions h3 img {
	width: 31.3rem;
}
#result .search .whiteBox .jsBox .comDl {
	padding-top: 2.3rem;
}
#main .criteriaList {
	margin-bottom: 3rem;
	padding-top: 2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0 2rem;
}
#main .criteriaList li {
	width: calc((100% - 2rem) / 2);
}
#main .criteriaList .comDl {
	margin: 0;
}
#result .search .whiteBox .link {
	margin: 0 auto;
	width: 35.6rem;
}
#result .search .whiteBox .link a {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6rem;
	min-height: 5rem;
	font-size: 1.6rem;
	font-weight: 700;
	color: #fff;
	border: 0.1rem solid #180173;
	background: #180173 url(../img/common/icon20.png) no-repeat right 2.5rem center;
	background-size: 2.4rem auto;
}
/* 検索結果なし */
.noResult {
	padding: 5rem 2rem;
	text-align: center;
	background: #f9f9f9;
	border-radius: 1rem;
	margin-bottom: 3rem;
}
.noResult p {
	font-size: 2.4rem;
	font-weight: 700;
	color: #333;
	margin-bottom: 1.5rem;
}
.noResult .subTxt {
	font-size: 1.6rem;
	font-weight: 400;
	color: #666;
	line-height: 1.8;
}
.comBukkenList .sold {
	position: relative;
}
.comBukkenList .sold:after {
	width: 100%;
	height: 100%;
	border-radius: 1rem;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}
.comBukkenList .sold::before {
	width: 100%;
	background-color: #E85A4F;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff;
	content: "売却済";
	z-index: 1;
	padding: 0.5rem;
}
@media all and (min-width: 897px) {
	#result .search .whiteBox {
		padding-top: 6.2rem;
	}
	#result .search .whiteBox .link a:hover {
		opacity: 1;
		color: #180173;
		background-color: #fff;
		background-image: url(../img/common/icon20_over.png);
	}
}
@media all and (max-width: 896px) {
	.noResult {
		padding: 3rem 1.5rem;
	}
	.noResult p {
		font-size: 1.8rem;
	}
	.noResult .subTxt {
		font-size: 1.4rem;
	}
	#result .pageTitle {
		margin-bottom: 3.9rem;
	}
	#result .search h2 img {
		width: 15.9rem;
	}
	#result .search .whiteBox h3 img {
		width: 16.0rem;
	}
	#result .search .whiteBox h3 {
		margin-bottom: 0.9rem;
	}
	#result .search .whiteBox .jsBox {
		padding: 3rem 0 0;
		border-radius: 1rem;
	}
	#result .search .conditions h3 img {
		width: 11.7rem;
	}
	#result .search .whiteBox .jsBox .comDl {
		padding-top: 2rem;
	}
	#main .criteriaList {
		gap: 1.5rem 0;
		flex-direction: column;
	}
	#main .criteriaList li {
		width: 100%;
	}
	#main .criteriaList .comDl dd {
		padding-left: 2rem;
	}
	#result .search .whiteBox .link {
		width: auto;
		max-width: 28rem;
	}
	#result .search .whiteBox .link a {
		background-position: right 2rem center;
	}
}


.search {
    margin-bottom: 5rem;
}