@charset "utf-8";
/*------------------------------------------------------------
	realestate
------------------------------------------------------------*/
.pageTitle {
	background-image: url(../img/realestate/page_title_bg.jpg);
}
#main .category {
	margin-bottom: 6.8rem;
	gap: 3rem;
}
#main .category li {
	width: calc((100% - 6rem)/3);
}
#main .category a {
	padding: 1.5rem 1rem 1.9rem;
	display: block;
	text-align: center;
	letter-spacing: 0.1em;
	border: 1px solid #343232;
}
#main .category .on a {
	color: #fff;
	background-color: #343232;
}
#main .count {
	margin-bottom: 7.8rem;
	letter-spacing: 0.1em;
	text-align: center;
}
#main .count .num {
	margin: 0 0.5rem;
	font-size: 3.6rem;
}
@media all and (min-width: 897px) {
	#main .category a:hover {
		color: #fff;
		background-color: #343232;
	}
}
@media all and (max-width: 896px) {
	#main .category {
		margin-bottom: 3.2rem;
		gap: 0.8rem;
	}
	#main .category li {
		width: calc((100% - 1.6rem)/3);
	}
	#main .category a {
		padding: 0.9rem 0.5rem;
		font-size: 1.3rem;
	}
	#main .count {
		margin-bottom: 4.2rem;
	}
	#main .count .num {
		margin: 0 0.3rem;
		font-size: 2.4rem;
	}
}
/*------------------------------------------------------------
	realestate/detail
------------------------------------------------------------*/
#main.detail .add {
	margin-bottom: 1.8rem;
	display: flex;
	align-items: center;
	letter-spacing: 0.1em;
}
#main.detail .addTtl {
	margin-right: 2rem;
	min-width: 12rem;
	padding: 0.2rem 0.2rem 0.5rem;
	font-size: 1.4rem;
	text-align: center;
	border: 1px solid #343232;
}
#main.detail h3 {
	margin-bottom: 11.3rem;
}
#main.detail .infoBox {
	margin-bottom: 12rem;
}
#main.detail .infoBox h4 {
	width: 33.3%;
	font-size: 6.8rem;
	line-height: 1;
}
#main.detail .infoList {
	flex: 1;
	border-top: 1px solid #343232;
}
#main.detail .infoList li {
	padding: 2.9rem 6rem 3rem 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #343232;
}
#main.detail .infoList .bgTtl {
	margin-right: 2rem;
	width: 10rem;
	padding: 0.3rem 0.2rem 0.6rem;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	background: #343232;
}
#main.detail .infoList .txt {
	margin-top: 0.2rem;
	flex: 1;
}
#main.detail .infoList .txt .large {
	margin-right: 0.3rem;
	font-size: 2.4rem;
	line-height: 1;
	letter-spacing: 0.1em;
}
#main.detail .infoList .sub {
	width: 50%;
	align-items: flex-start;
}
#main.detail .slideBox {
	margin-bottom: 12rem;
}
#main.detail .slideUl {
	margin-bottom: 3.8rem;
}
#main.detail .slideUl .slick-slide > div {
	margin: 0 1rem;
	width: 90rem;
	line-height: 1;
}
#main.detail .buttonUl {
	gap: 1rem;
	justify-content: center;
}
#main.detail .buttonUl li {
	width: 8rem;
	aspect-ratio: 1/1;
	cursor: pointer;
	position: relative;
}
#main.detail .buttonUl li:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
	background: #343232;
	opacity: 0.5;
	content: "";
}
#main.detail .buttonUl img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main.detail .buttonUl .on:after {
	opacity: 0;
}
#main.detail .plot {
	margin: 14.8rem 0 11rem;
}
#main.detail .plotList {
	margin-bottom: 2rem;
	border: 1px solid #343232;
}
#main.detail .plotList li {
	width: 50%;
}
#main.detail .plotList li:nth-child(2n) {
	border-left: 1px solid #343232;
}
#main.detail .plotList a {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	min-height: 42rem;
	position: relative;
}
#main.detail .plotList a:after {
	position: absolute;
	right: 2rem;
	bottom: 2rem;
	width: 4rem;
	height: 4rem;
	background: url(../img/common/icon04.png) no-repeat right bottom/100%;
	content: "";
}
#main.detail .plotList a:hover {
	opacity: 0.7;
}
#main.detail .plotList .title {
	position: absolute;
	min-width: 15rem;
	padding: 0.6rem 0.5rem 0.9rem;
	left: 0;
	top: 0;
	color: #fff;
	text-align: center;
	background: #343232;
}
#main.detail .plotList .midImg {
	width: 52rem;
}
#main.detail .plot > p {
	line-height: 2;
}
#main.detail .outline {
	margin-bottom: 11.8rem;
}
#main.detail .location {
	margin-bottom: 10.5rem;
}
#main.detail .access {
	margin-bottom: 11.8rem;
}
#main.detail .access iframe {
	display: block;
	width: 100%;
	height: 60rem;
}
.mfp-close {
	cursor: pointer !important;
	transition: .3s;
	opacity: 1 !important;
}
@media all and (min-width: 897px) {
	#main.detail .buttonUl li:hover:after {
		opacity: 0;
	}
	.mfp-close:hover {
		opacity: 0.7 !important;
	}
}
@media all and (max-width: 896px) {
	#main.detail .add {
		margin-bottom: 1.1rem;
	}
	#main.detail .addTtl {
		margin-right: 1rem;
		min-width: 9rem;
		padding: 0.1rem 0.2rem 0.3rem;
		font-size: 1.2rem;
		line-height: 1.2;
	}
	#main.detail h3 {
		margin-bottom: 4.4rem;
	}
	#main.detail .infoBox {
		margin-bottom: 4rem;
		display: block;
	}
	#main.detail .infoBox h4 {
		margin-bottom: 3.6rem;
		width: auto;
		font-size: 4rem;
		text-align: center;
	}
	#main.detail .infoList li {
		padding: 1.5rem 0;
	}
	#main.detail .infoList .bgTtl {
		margin-right: 1rem;
		width: 7.5rem;
		padding: 0.2rem;
		font-size: 1.3rem;
	}
	#main.detail .infoList .txt .large {
		font-size: 1.8rem;
	}
	#main.detail .infoList .liStyle {
		display: block;
	}
	#main.detail .infoList .sub {
		width: auto;
	}
	#main.detail .infoList .sub:not(:last-child) {
		padding-bottom: 1.5rem;
		margin-bottom: 1.5rem;
		border-bottom: 1px solid #343232;
	}
	#main.detail .slideBox {
		margin-bottom: 4rem;
	}
	#main.detail .slideUl {
		margin-bottom: 0;
	}
	#main.detail .slideUl .slick-slide > div {
		margin: 0;
		width: auto;
	}
	#main.detail .slideBox .slick-dots {
		margin-top: 2rem;
		display: flex;
		justify-content: center;
		gap: 0 1rem;
	}
	#main.detail .slideBox .slick-dots li {
		width: 1rem;
		height: 1rem;
		border-radius: 50%;
		background: none;
		background-color: #989898;
	}
	#main.detail .slideBox .slick-dots li button {
		display: none;
	}
	#main.detail .slideBox .slick-dots li.slick-active {
		background-color: #343232;
	}
	#main.detail .plot {
		margin: 6rem 0 5.4rem;
	}
	#main.detail .plotList {
		margin-bottom: 1.8rem;
		display: block;
	}
	#main.detail .plotList li {
		width: auto;
	}
	#main.detail .plotList li:nth-child(2n) {
		border-left: none;
		border-top: 1px solid #343232;
	}
	#main.detail .plotList a {
		min-height: inherit;
		aspect-ratio: 69/48;
	}
	#main.detail .plotList a:after {
		right: 1.4rem;
		bottom: 1.4rem;
		background-size: 3rem;
	}
	#main.detail .plotList .title {
		min-width: 12.5rem;
		padding: 0.2rem 0.5rem 0.5rem;
	}
	#main.detail .plotList .midImg {
		width: 76%;
	}
	#main.detail .plot > p {
		line-height: 1.75;
		text-align: justify;
	}
	#main.detail .outline {
		margin-bottom: 6rem;
	}
	#main.detail .location {
		margin-bottom: 5.5rem;
	}
	#main.detail .access {
		margin-bottom: 5rem;
	}
	#main.detail .access .map {
		aspect-ratio: 1/1;
	}
	#main.detail .access .map iframe {
		height: 100%;
	}
}