@charset "UTF-8";
/* ---------------------------------------------
  TOP
-----------------------------------------------*/

.realestate{
	color: #3a3a3a;
	margin-bottom: 80px;
}
.realestate *{
	color: #3a3a3a;
}
.realestate-link{
	display: flex;
	justify-content: flex-start;
	max-width: 1180px;
	width: 94%;
	border-bottom: 1px solid #c8c8c8;
	padding-bottom: 50px;
	margin: 0 auto 58px;
}
.realestate-link li{
	width: 150px;
	height: 50px;
	border: 1px solid #3a3a3a;
	font-weight: 700;
	font-family: 'Questrial', "游ゴシック","YuGothic","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
.realestate-link li + li{
	margin-left: 20px;
}
.realestate-link li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: transparent;
	color: #3a3a3a;
	position: relative;
	z-index: 1;
	transition: 0.3s;
}
.realestate-link li a:hover{
	text-decoration: none;
	background: #3a3a3a;
	color: #fff;
}
.realestate-link li a::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #333;
	transform-origin: 50% 0%;
	transform: scaleY(0);
	transition: transform ease .3s;
}
.realestate-link li a:hover{
	color: #fff;
}
.realestate-link li a:hover::before{
	transform-origin: 50% 100%;
	transform: scaleY(1);
}
.realestate-link .current a{
	background: #3a3a3a;
	color: #fff;
}
.realestate-list{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	max-width: 1180px;
	width: 94%;
	margin: 0 auto;
}
.realestate-list__item{
	width: 30.3%;
	margin-right: 4.55%;
	margin-top: 50px;
	background: #efefef;
}
.realestate-list__item:nth-child(3n){
	margin-right: 0;
}
.realestate-list__item:nth-child(-n+3){
	margin-top: 0;
}
.realestate-list__item > a{
	display: block;
}
.realestate-list__item > a:hover{
	text-decoration: none;
}
.realestate-list-img{
	position: relative;
	padding-top: 65%;
}
.realestate-list-img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.realestate-list-img__mark{
	position: absolute;
	top: 14px;
	left: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	font-size: 1.6rem;
	background: #f46d00;
	color: #fff;
	font-weight: 700;
	border-radius: 100%;
	z-index: 2;
}
.realestate-list-img__txt{
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	background: #6b9daa;
	font-weight: 700;
	line-height: 1.0;
	padding: 4px 13px;
}
.realestate-list-detail{
	background: #efefef;
	padding: 22px;
}
.realestate-list-detail__head{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-flow: row-reverse;
}
.realestate-list-detail-place{
	display: flex;
	flex-wrap: wrap;
}
.realestate-list-detail__name{
	width: calc(100% - 78px);
}
.realestate-list-detail-place{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.realestate-list-detail-place__city{
	font-size: 1.4rem;
	font-weight: 700;
	margin-right: 0.5em;
	line-height: 1.4;
}
.realestate-list-detail-place__address{
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.4;
}
.realestate-list-detail__price{
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 0.2em;
}
.realestate-list-detail__price span{
	color: #ec6c00;
	font-size: 2.1rem;
	/*margin-left: 0.2em;*/
}
.realestate-list-detail-land{
	width: 68px;
}
.realestate-list-detail-land__cat{
	font-size: 1.2rem;
	font-weight: 700;
	background: #b4b4b5;
	color: #fff;
	text-align: center;
	line-height: 1.1;
	padding: 2px 0;
}
.realestate-list-detail-land__txt{
	font-size: 1.2rem;
	font-weight: 700;
	background: #3a3a3a;
	color: #fff;
	text-align: center;
	line-height: 1.1;
	padding: 2px 0;
	margin-top: 4px;
}
.realestate-list-detail__txt{
	font-size: 1.3rem;
	line-height: 1.6;
	margin: 0.3em 0 0.5em;
}
.realestate-list-detail__btn{
	width: 108px;
	height: 28px;
	font-size: 1.2rem;
	font-weight: 700;
	border: 1px solid #3a3a3a;
	margin: 0 0 0 auto;
}
.realestate-list-detail__btn span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #3a3a3a;
	background: transparent;
	position: relative;
	z-index: 1;
	transition: .3s;
}
.realestate-list-detail__btn span::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #3a3a3a;
	transform-origin: 100% 50%;
	transform: scaleX(0);
	transition: transform ease .3s;
}
.realestate-list__item > a:hover .realestate-list-detail__btn span{
	color: #fff;
	text-decoration: none;
}
.realestate-list__item > a:hover .realestate-list-detail__btn span::before{
	transform-origin: 0% 50%;
	transform: scaleX(1);
}

@media screen and (max-width: 767px) {
	.realestate{
		margin-bottom: 12.5vw;
	}
	.realestate-link{
		width: auto;
		justify-content: space-between;
		margin: 0 4.2vw 5.8vw;
		padding: 0 0 8.3vw;
	}
	.realestate-link li{
		width: 31%;
		height: 10.4vw;
		font-size: 3.8vw;
		margin-left: 0;
	}
	.realestate-link li + li{
		margin-left: 0;
	}
	.realestate-list{
		display: block;
		width: auto;
		padding: 0 4.2vw;
	}
	.realestate-list__item{
		display: flex;
		width: 100%;
		margin-top: 4.2vw;
	}
	.realestate-list__item:nth-child(-n+3){
		margin-top: 4.2vw;
	}
	.realestate-list__item:first-child{
		margin-top: 0;
	}
	.realestate-list__item > a{
		display: flex;
	}
	.realestate-list-img{
		width: 41.7vw;
		padding-top: 0;
	}
	.realestate-list-img__mark{
		top: 2.9vw;
		left: 2.9vw;
		width: 10vw;
		height: 10vw;
		font-size: 3.3vw;
	}
	.realestate-list-img__txt{
		font-size: 2.9vw;
	}
	.realestate-list-detail{
		width: calc(100% - 41.7vw);
		padding: 3.2vw;
	}
	.realestate-list-detail__head{
		display: block;
	}
	.realestate-list-detail__name{
		width: 100%;
	}
	.realestate-list-detail-land{
		display: flex;
		justify-content: flex-start;
		width: 100%;
	}
	.realestate-list-detail-land__cat{
		width: 14vw;
		font-size: 2.9vw;
	}
	.realestate-list-detail-land__txt{
		min-width: 14vw;
		font-size: 2.9vw;
		margin: 0 0 0 1.7vw;
		padding: 2px 0.2em;
	}
	.realestate-list-detail__name{
		margin-top: 2vw;
	}
	.realestate-list-detail-place{
		margin: 0;
	}
	.realestate-list-detail-place__city{
		font-size: 2.9vw;
	}
	.realestate-list-detail-place__address{
		font-size: 3.8vw;
	}
	.realestate-list-detail__price{
		font-size: 2.9vw;
	}
	.realestate-list-detail__price span{
		font-size: 5.4vw;
	}
	.realestate-list-detail__txt{
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		font-size: 2.9vw;
		margin: 0.8em 0 0;
	}
	.realestate-list-detail__btn{
		display: none;
	}
	
}

.realestate-mv{
	position: relative;
	width: 100%;
	height: 600px;
}
.realestate-mv > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.realestate-mv__bg{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.realestate-mv__img{
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: 300px;
	transform: translate(-50%,-50%);
}
.realestate-mv__img img{
	max-width: 100%;
	max-height: 100%;
	image-rendering: -webkit-optimize-contrast;
}
.realestate-jump{
	display: flex;
	justify-content: space-between;
	max-width: 1100px;
	width: 94%;
	margin: 50px auto 0;
}
.realestate-jump.slim{
	justify-content: center;
}
.realestate-jump__item{
	width: 21.6%;
	border: 1px solid #3a3a3a;
	line-height: 1.0;
	font-weight: 700;
}
.slim .realestate-jump__item + .realestate-jump__item{
	margin-left: 4.5%;
}
.realestate-jump__item a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #3a3a3a;
	background: transparent;
	position: relative;
	z-index: 1;
	transition: .3s;
	padding: 1.125em 0;
}
.realestate-jump__item a::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #3a3a3a;
	transform-origin: 100% 50%;
	transform: scaleX(0);
	transition: transform ease .3s;
}
.realestate-jump__item a:hover{
	color: #fff;
	text-decoration: none;
}
.realestate-jump__item a:hover::before{
	transform-origin: 0% 50%;
	transform: scaleX(1);
}

.realestate__heading{
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.0;
	margin-bottom: 2.2em;
}
.realestate__heading span{
	display: block;
	font-size: 4.0rem;
	letter-spacing: 0.1em;
	font-weight: 700!important;
	margin-top: 0.2em;
}
.realestate-house{
	max-width: 1100px;
	width: 94%;
	margin: 60px auto 0;
}
.realestate-house-slider{
	width: 880px;
	margin: 0 auto;
}
.realestate-house-slider__main{
	position: relative;
}
.realestate-house-slider__main img{
	width: 880px!important;
	height: 540px;
	object-fit: cover;
}
.realestate-house-slider__main .slick-arrow{
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	font-size: 0;
	transform: translateY(-50%);
	z-index: 2;
}
.realestate-house-slider__main .slick-arrow::before{
	content: none;
}
.realestate-house-slider__main .slick-prev{
	left: 0;
	background: url(../img/realestate/icon_arrow_prev.svg) 0 0 / 100% auto no-repeat;
}
.realestate-house-slider__main .slick-next{
	right: 0;
	background: url(../img/realestate/icon_arrow_next.svg) 0 0 / 100% auto no-repeat;
}
.realestate-house-slider__thumb{
	margin-top: 16px;
}
.realestate-house-slider__thumb img{
	width: 204px!important;
	height: 136px;
	object-fit: cover;
}
.realestate-house-slider__thumb img + img{
	margin-left: 21px;
}
.realestate-house-slider__thumb .slick-track {
	transform:unset!important;
}
.realestate-planning{
	max-width: 1100px;
	width: 94%;
	margin: 80px auto 0;
}
.realestate-planning-block{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.realestate-planning-block.center{
	justify-content: center;
}
.realestate-planning-block__main{
	width: 57.3%;
}
.realestate-planning-block__main.land{
	width: 47.7%;
}
.realestate-planning-block__main p{
	font-weight: 700;
	line-height: 1.0;
	text-align: right;
	margin: 1em 2em 0 0;
}
.realestate-planning-block__main img{
	width: 100%;
	height: auto;
}
.realestate-planning-block__main + .realestate-planning-block__side{
	width: 38.9%;
}
.realestate-planning-block__sub{
	margin-bottom: 1.6rem;
}
.realestate-planning-block__main + .realestate-planning-block__side.land{
	width: 47.7%;
}
.realestate-planning-detail__ttl{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 2.5em;
	font-weight: 700;
	color: #fff;
	font-size: 2.0rem;
	text-align: center;
	background: #3a3a3a;
}
.realestate-planning-detail__ttl.land p:first-child{
	background: #abcc21;
}
.realestate-planning-detail__ttl.land p{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 2.5em;
	font-weight: 700;
	color: #fff;
	font-size: 2.0rem;
	text-align: center;
	background: #3a3a3a;
}
.realestate-planning-detail-land{
	display: flex;
	align-items: center;
	margin: 2.0rem 0 0 2.0rem;
}
.realestate-planning-detail-land__ttl{
	width: 6em;
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
	line-height: 2;
	background: #abcc21;
}
.realestate-planning-detail-land__txt{
	font-size: 2.1rem;
	font-weight: 700;
	color: #abcc21;
	line-height: 1.2;
	margin-left: 0.5em;
}
.realestate-planning-detail-price{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 2em 0 0;
}
.land .realestate-planning-detail-price{
	margin-left: 2.0rem;
}
.realestate-planning-detail-price__ttl{
	font-size: 1.8rem;
	color: #fff;
	background: #3a3a3a;
	line-height: 1.0;
	font-weight: 700;
	padding: 0.4em 0.8em;
	margin-right: 1.5em;
}
.realestate-planning-detail-price__txt{
	font-size: 6.1rem;
	font-size: clamp(4.8rem, 4.4vw, 6.1rem);
	color: #de6c00;
	font-weight: 700;
	line-height: 1.0;
}
.realestate-planning-detail-price__txt span{
	font-size: 2.1rem;
}
.realestate-planning-detail-outline{
	border-top: 1px solid #3a3a3a;
	margin-top: 2em;
	padding-top: 2em;
}
.land .realestate-planning-detail-outline{
	margin-left: 2rem;
}
.realestate-planning-detail-outline__ttl{
	clear: left;
	float: left;
	width: 6em;
	font-size: 1.2rem;
	text-align: center;
	color: #fff;
	background: #3a3a3a;
	font-weight: 700;
}
.realestate-planning-detail-outline__txt{
	font-weight: 700;
	line-height: 1.75;
	padding: 0 0 0 5.3em;
	margin-bottom: 0.75em;
}
.realestate-planning-detail-outline__txt:last-child{
	margin-bottom: 0;
}
.realestate-planning-detail-type{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-top: 1px solid #3a3a3a;
	margin-top: 2em;
	padding-top: 2em;
}
.land .realestate-planning-detail-type{
	margin-left: 2.0rem;
}
.realestate-planning-detail-type__icon{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-weight: 700;
	line-height: 1.4;
}
.realestate-planning-detail-type__icon + .realestate-planning-detail-type__icon{
	margin-left: 2.875em;
}
.realestate-planning-detail-type__icon img{
	width: 2em;
	height: auto;
	margin-right: 1em;
}
.realestate-planning__img01{
	margin-top: 40px;
}
.realestate-planning__img02{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.realestate-planning__img02 div{
	position: relative;
	width: 49%;
	padding-top: 32.9%;
}
.realestate-planning__img02 div img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.realestate-access{
	margin: 80px 0 0;
}
.realestate-access .realestate__heading{
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
.realestate-access__map{
	width: 100%;
	height: 600px;
	overflow: hidden;
}
.realestate-access__map iframe{
	width: 100%;
	height: 1000px;
	margin-top: -200px;
}

.realestate-access .flex{
	max-width: 1100px;
	width: 94%;
	margin: 70px auto 0 auto;
}
.realestate-access .flex-box{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.realestate-access .flex-box + .flex-box{
	margin-top: 30px;
}
.realestate-access .flex-box__img{
	width: 470px;
	text-align: center;
}
.realestate-access .flex-box__txt{
	width: calc(100% - 470px);
	padding-left: 55px;
	box-sizing: border-box;
}
.realestate-access .no-img .flex-box__txt{
	width: 100%;
	padding-left: 0;
}
.realestate-access .flex-box__txt .ttl{
	font-size: 2rem;
	line-height: 1.75;
	font-weight: 700;
	margin-bottom: 15px;
}
.realestate-access .flex-box__txt .text{
	font-size: 1.4rem;
	line-height: 1.7;
	font-weight: 500;
}


.realestate-location{
	max-width: 1100px;
	width: 94%;
	margin: 80px auto 0;
}
.realestate-location-list{
	display: flex;
	justify-content: flex-start;
}
.realestate-location-list__item{
	width: 23.6%;
	margin-right: calc((100% - (23.6% * 4)) / 3);
}
.realestate-location-list__item:last-child{
	margin-right: 0;
}
.realestate-location-list__img{
	position: relative;
	width: 100%;
	padding-top: 73.8%;
}
.realestate-location-list__img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.realestate-location-list__txt{
	font-size: 1.4rem;
	line-height: 1.7;
	margin: 1em 0 0;
}
.realestate-location__outline{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 50px;
}
.realestate-location__outline.land{
	display: block;
}
.realestate-location__outline table{
	width: 48%;
	border-spacing: 0;
	border-left: 1px solid #b1b1b1;
}
.realestate-location__outline.land table{
	width: 100%;
}
.realestate-location__outline table tr:first-child th,
.realestate-location__outline table tr:first-child td{
	border-top: 1px solid #b1b1b1;
}
.realestate-location__outline table th{
	width: 12em;
	text-align: center;
	font-weight: 500;
	border-bottom: 1px solid #b1b1b1;
	font-size: 1.4rem;
	background: #e9e9e9;
	line-height: 1.5;
	padding: 0.6em;
	vertical-align: top;
}
.realestate-location__outline table td{
	font-size: 1.4rem;
	border-right: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
	line-height: 1.5;
	padding: 0.6em 2.2em;
}

.realestate-relation{
	max-width: 1120px;
	width: calc(94% + 20px);
	margin: 80px auto 0;
	padding-bottom: 80px;
}
.realestate-relation__slider{
	position: relative;
}
.realestate-relation__slider .slick-track {
	display: flex;
}
.realestate-relation__slider .slick-slide {
	height: auto !important;
}
.realestate-relation__slider .slick-arrow{
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	font-size: 0;
	transform: translateY(-50%);
	padding: 0;
	z-index: 2;
	transition: 0.3s;
	cursor: pointer;
}
.realestate-relation__slider .slick-arrow:hover{
	opacity: 0.7;
}
.realestate-relation__slider .slick-arrow::before{
	content: none;
}
.realestate-relation__slider .slick-prev{
	left: -64px;
	background: url(../img/realestate/icon_relation_prev.svg) 0 0 / 100% auto no-repeat;
}
.realestate-relation__slider .slick-next{
	right: -64px;
	background: url(../img/realestate/icon_relation_next.svg) 0 0 / 100% auto no-repeat;
}
.realestate-relation__item{
	width: 260px;
	background: #efefef;
	margin: 0 10px;
}
.realestate-relation__item > a{
	display: block;
	height: 100%;
}
.realestate-relation__item > a:hover{
	text-decoration: none;
}
.realestate-relation-img{
	position: relative;
	padding-top: 65%;
}
.realestate-relation-img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.realestate-relation-img__mark{
	position: absolute;
	top: 8px;
	left: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	font-size: 1.3rem;
	background: #f46d00;
	color: #fff;
	font-weight: 700;
	border-radius: 100%;
	z-index: 2;
}
.realestate-relation-img__txt{
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	background: #6b9daa;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.0;
	padding: 4px 13px;
}
.realestate-relation-detail{
	padding: 14px;
}
.realestate-relation-detail__head{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-flow: row-reverse;
}
.realestate-relation-detail-place{
	display: flex;
	flex-wrap: wrap;
}
.realestate-relation-detail__name{
	width: calc(100% - 78px);
}
.realestate-relation-detail-place{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.realestate-relation-detail-place__city{
	font-size: 1.4rem;
	font-weight: 700;
	margin-right: 0.5em;
	line-height: 1.4;
}
.realestate-relation-detail-place__address{
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.4;
}
.realestate-relation-detail__price{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	flex-wrap: wrap;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 0.2em;
}
.realestate-relation-detail__open{
	font-size: 1.2rem;
	margin-right: 0.5em;
}
.realestate-relation-detail__number{
	font-size: 1.2rem;
}
.realestate-relation-detail__number span{
	color: #ec6c00;
	font-size: 2.1rem;
}
.realestate-relation-detail-land{
	width: 68px;
}
.realestate-relation-detail-land__cat{
	font-size: 1.2rem;
	font-weight: 700;
	background: #b4b4b5;
	color: #fff;
	text-align: center;
	line-height: 1.1;
	padding: 2px 0;
}
/*
.realestate-relation-detail-land__cat.land{
	background: #a7c821;
}
.realestate-relation-detail-land__cat.built{
	background: #00803f;
}
*/
.realestate-relation-detail-land__txt{
	font-size: 1.2rem;
	font-weight: 700;
	background: #3a3a3a;
	color: #fff;
	text-align: center;
	line-height: 1.1;
	padding: 2px 0;
	margin-top: 4px;
}
.realestate-relation-detail__txt{
	font-size: 1.3rem;
	line-height: 1.6;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin: 0.3em 0 0.5em;
}
.realestate-relation-detail__btn{
	width: 108px;
	height: 28px;
	font-size: 1.2rem;
	font-weight: 700;
	border: 1px solid #3a3a3a;
	margin: 0 0 0 auto;
}
.realestate-relation-detail__btn span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #3a3a3a;
	background: transparent;
	position: relative;
	z-index: 1;
	transition: .3s;
}
.realestate-relation-detail__btn span::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #3a3a3a;
	transform-origin: 100% 50%;
	transform: scaleX(0);
	transition: transform ease .3s;
}
.realestate-relation__item > a:hover .realestate-relation-detail__btn span{
	color: #fff;
	text-decoration: none;	
}
.realestate-relation__item > a:hover .realestate-relation-detail__btn span::before{
	transform-origin: 0% 50%;
	transform: scaleX(1);
}

.realestate-relation__btn{
	width: 13.375em;
	height: 3em;
	font-size: 1.6rem;
	font-weight: 700;
	border: 1px solid #3a3a3a;
	box-sizing: border-box;
	margin: 45px auto 0;
}
.realestate-relation__btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #3a3a3a;
	transition: 0.3s;
}
.realestate-relation__btn a:hover{
	text-decoration: none;
	color: #fff;
	background: #3a3a3a;
}

@media screen and (max-width: 767px) {
	.realestate-mv{
		height: 73vw;
	}
	.realestate-mv__img{
		width: 100%;
		height: 57.3vw;
		text-align: center;
	}
	.realestate-mv__img img{
		width: auto;
		height: 100%;
	}
	.realestate-jump{
		width: 91.7%;
		flex-wrap: wrap;
		margin-top: 5vw;
	}
	.realestate-jump.slim{
		justify-content: space-between;
	}
	.realestate-jump__item{
		width: 44.2vw;
		height: 8.8vw;
		font-size: 3.3vw;
		margin-top: 1em;
	}
	.slim .realestate-jump__item + .realestate-jump__item{
		margin-left: 0;
	}
	.realestate-jump__item:nth-child(-n+2){
		margin-top: 0;
	}
	.realestate__heading{
		text-align: center;
		font-size: 3.3vw;
		margin-bottom: 7.5vw;
	}
	.realestate__heading span{
		font-size: 7.5vw;
	}
	.realestate-house{
		width: 91.7vw;
	}
	.realestate-house-slider{
		width: 100%;
	}
	.realestate-house-slider__main img{
		width: 91.7vw!important;
		height: 56.3vw;
	}
	.realestate-house-slider__thumb{
		margin-top: 2.9vw;
	}
	.realestate-house-slider__thumb img{
		width: 21.3vw!important;
		height: 14.2vw;
	}
	.realestate-house-slider__thumb img + img{
		margin-left: calc((91.7vw - (21.3vw * 4)) / 3);
	}
	.realestate-house-slider__main .slick-arrow{
		width: 6.3vw;
		height: 6.3vw;
	}
	.realestate-planning{
		width: 91.7%;
		flex-wrap: wrap;
		margin-top: 12.5vw;
	}
	.realestate-planning-block{
		display: block;
	}
	.realestate-planning-block__main{
		width: 100%;
		margin-bottom: 4.6vw;
	}
	.realestate-planning-block__main.land{
		width: auto;
		margin: 0 0 9.4vw;
	}
	.realestate-planning-block__main.land img{
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	.realestate-planning-block__main p{
		font-size: 2.9vw;
		margin: 1em 0 0;
	}
	.realestate-planning-block__main + .realestate-planning-block__side,
	.realestate-planning-block__main + .realestate-planning-block__side.land{
		width: 100%;
	}
	.realestate-planning-block__sub{
		width: 66.7vw;
		margin: 0 auto 5.2vw;
	}
	.realestate-planning-detail__ttl{
		height: 8.8vw;
		font-size: 4.2vw;
	}
	.realestate-planning-detail__ttl.land p{
		font-size: 3.8vw;
	}
	.realestate-planning-detail-price{
		margin-top: 6.2vw;
	}
	.realestate-planning-detail-price__ttl{
		font-size: 3.8vw;
		padding: 0.4em 0.6em;
	}
	.realestate-planning-detail-price__txt{
		font-size: 10vw;
	}
	.realestate-planning-detail-price__txt span{
		font-size: 4.4vw;
	}
	.land .realestate-planning-detail-price{
		margin-left: 0;
	}
	.realestate-planning-detail-land{
		margin: 3vw 0 0 0;
	}
	.realestate-planning-detail-land__ttl{
		font-size: 2.9vw;
	}
	.realestate-planning-detail-land__txt{
		font-size: 3.8vw;
	}
	.realestate-planning-detail-outline{
		padding-top: 3.3vw;
		margin-top: 3.3vw;
	}
	.realestate-planning-detail-outline__ttl{
		font-size: 2.9vw;
	}
	.realestate-planning-detail-outline__txt{
		font-size: 3.3vw;
		padding-left: 20vw;
		margin-bottom: 2.8vw;
	}
	.land .realestate-planning-detail-outline{
		margin-left: 0;
	}
	.realestate-planning-detail-type{
		padding-top: 3.3vw;
		margin-top: 3.3vw;
	}
	.realestate-planning-detail-type__icon{
		font-size: 3.3vw;
	}
	.realestate-planning-detail-type__icon + .realestate-planning-detail-type__icon{
		margin-left: 5.4vw;
	}
	.land .realestate-planning-detail-type{
		margin-left: 0;
	}
	.realestate-planning__img01{
		margin-top: 6.3vw;
	}
	.realestate-planning__img02{
		margin-top: 5vw;
	}
	.realestate-planning__img02 div{
		width: 48%;
	}
	.realestate-access{
		margin-top: 12.5vw;
	}
	.realestate-access__map{
		height: 44.8vw;
	}
	.realestate-access__map iframe{
		height: 104.8vw;
		margin-top: -30vw;
	}

	.realestate-access .flex{
		width: 91.7%;
		margin-top: 12.552vw;
	}
	.realestate-access .flex-box{
		display: block;
	}
	.realestate-access .flex-box + .flex-box{
		margin-top: 6.276vw;
	}
	.realestate-access .flex-box__img{
		width: 100%;
		margin: 0 auto 3.766vw auto;
	}
	.realestate-access .flex-box__txt{
		width: 100%;
		padding-left: 0;
	}
	.realestate-access .flex-box__txt .ttl{
		font-size: 4.184vw;
		margin-bottom: 2.092vw;
	}
	.realestate-access .flex-box__txt .text{
		font-size: 3.347vw;
	}

	.realestate-location{
		width: 91.7%;
		margin-top: 12.5vw;
	}
	.realestate-location-list{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.realestate-location-list__item{
		width: 48%;
		margin-top: 3.3vw;
		margin-right: 0;
	}
	.realestate-location-list__item:nth-child(-n+2){
		margin-top: 0;
	}
	.realestate-location-list__txt{
		font-size: 3.1vw;
		line-height: 1.3;
		margin-top: 0.8em;
	}
	.realestate-location__outline{
		display: block;
		margin-top: 6.7vw;
	}
	.realestate-location__outline table{
		width: 100%;
	}
	.realestate-location__outline table + table{
		margin-top: -1px;
	}
	.realestate-location__outline table th{
		width: 26.3vw;
		font-size: 3.1vw;
	}
	.realestate-location__outline table td{
		font-size: 3.1vw;
		padding: 0.6em 1.5em;
	}
	.realestate-relation{
		width: 91.7%;
		margin-top: 12.5vw;
		padding-bottom: 10vw;
	}
	.realestate-relation__slider{
		display: none;
	}
	.realestate-relation__btn{
		width: 44.6vw;
		height: 10vw;
		font-size: 3.3vw;
		margin: 0 auto;
	}
}

.realestate-land{
	max-width: 1100px;
	width: 94%;
	margin: 50px auto 0;
}
.realestate-land__txt{
	font-weight: 700;
	font-size: 1.4rem;
	text-align: center;
	margin-top: 2em;
}
.realestate-land__img{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 2em 4%;
	/*
	height: 600px;
	text-align: center;
	*/
}
.realestate-land__img:has(> img:nth-child(2)) {
	justify-content: space-between;
}
.realestate-land__img img{
	width: 48%;
	height: auto;
}
.realestate-land__img img + img{
	/*margin-left: 4%;*/
}
.realestate-land__detail{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 45px;
}
.realestate-land__detail table{
	width: 48%;
	border-spacing: 0;
	border: 1px solid #bdbdbd;
	margin-top: 30px;
}
.realestate-land__detail table:nth-child(-n+2){
	margin-top: 0;
}
.realestate-land__detail table thead th{
	width: 25%;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: 700;
	padding: 1em 0;
}
.realestate-land__detail table thead th:first-child{
	background: #808080;
	color: #fff;
}
.realestate-land__detail table thead th:last-child{
	background: #af3332;
	color: #fff;
}
.realestate-land__detail table thead th:nth-child(2){
	border-right: 1px solid #bdbdbd;
}
.realestate-land__detail table tbody th,
.realestate-land__detail table tbody td{
	width: 25%;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: 700;
	border-top: 1px solid #bdbdbd;
	padding: 1em 0;
}
.realestate-land__detail table tbody th{
	background: #ededed;
}
.realestate-land__detail table tbody td:nth-child(2){
	border-right: 1px solid #bdbdbd;
}
.realestate-land__detail table tbody td:last-child{
	background: #ffeaea;
}
@media screen and (max-width: 767px) {
	.realestate-land{
		margin: 12.5vw auto 0;
	}
	.realestate-land__txt{
		font-size: 2.9vw;
		text-align: right;
	}
	.realestate-land__img{
		display: block;
		width: 100%;
		height: auto;
		gap: 5vw 0;
	}
	.realestate-land__img img{
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
	}
	.realestate-land__img img + img{
		/*margin: 5vw 0 0 0;*/
	}
	.realestate-land__detail{
		display: block;
		margin: 7.5vw 0 0;
	}
	.realestate-land__detail table{
		width: 100%;
	}
	.realestate-land__detail table thead th,
	.realestate-land__detail table tbody th,
	.realestate-land__detail table tbody td{
		font-size: 3.1vw;
		padding: 0.8em 0;
	}
	.realestate-land__detail table + table{
		border-top: 0;
		margin-top: -1px;		
	}
	.realestate-land__detail table:nth-child(-n+2){
		margin-top: -1px;
	}
	.realestate-land__detail table:first-child{
		margin-top: 0;
	}
	.realestate-land__detail table + table thead{
		display: none;
	}
}