@charset "UTF-8";
/* CSS Document */

.typeTtl {
	font-size: 2.8rem;
	font-weight: 700;
	margin-bottom: 60px;
	text-align: center;
}
.tochiList.flex.col3 {
	align-items: stretch;
}
.tochiList li {
	background: #F7F7F7;
	margin: 0 2.5% 50px 0;
	position: relative;
	width: 23%;
}
.tochiList li:nth-child(4n) {
	margin-right: 0;
}
.tochiList li a {
	display: block;
	transition: 0.3s;
}
.tochiList li a:hover {
	opacity: 0.7;
}

.tochiList li .img img {
	object-fit: cover;
	font-family: 'object-fit: cover;';
	height: auto;
	width: 100%;
}
.tochiList li .txt {
	background: #F7F7F7;
	padding: 40px 20px;
}
.tochiList li .txt .ttl {
	color: #022202;
	font-size: 1.6rem;
	font-weight: 400;
}
.tochiList li .txt .more {
	display: block;
	text-align: right;
}
.companyHeadList{
	margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
	.tochiList li {
		width: 100%;
	}
	.tochiList li .txt {
		padding: 15px 5%;
	}
	.tochiList li .txt .ttl {
		font-size: 1.4rem;
		margin-bottom: 5px;
	}
	.tochiList li .txt .more {
		background-size: 15px;
		font-size: 1.2rem;
		padding: 5px 25px 5px 0;
	}
}

/*selled*/
.tochiList li.selled:after {
	background: rgba(0,0,0,0.3);
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
}
.tochiList li.selled a {
	pointer-event: none;
}
.tochiList li.selled .more {
	font-size: 0;
}
.tochiList li.selled .more:after {
	color: #ff0000;
	content:'成約済み';
	font-size: 1.9rem;
}
.tochiList li.selled .more {
	background: none;
	padding-right: 0;
}

@media screen and (max-width: 767px) {
	.tochiList li.selled .more:after {
		font-size: 1.4rem;
	}
}


.tabSwitchV2 {
	display: flex;
	justify-content: center;
	margin-bottom: 80px;
}
.tabSwitchV2 li {
	border: 1px solid #7BA327;
	border-radius : 3px;
	color: #7BA327;
	cursor: pointer;
	font-weight: 700;
	margin: 0 10px;	
	padding: 5px;
	text-align: center;
	width: 155px;
}
.tabSwitchVar2 li:first-child {
	margin-left: 0;
}
.tabSwitchV2 li:last-child {
	margin-right: 0;
}
.tabSwitchV2 li.on {
	background: #7BA327;
	color: #fff;
}
@media screen and (max-width: 767px) {
	.tabSwitchV2 {
		margin-bottom: 20px;
		flex-wrap: wrap;
	}
	.tabSwitchV2 li {
		margin: 0 2% 10px;
		width: 45%;
	}
	.typeTtl {
		font-size: 2rem;
		margin-bottom: 20px;
	}
}

.btnWrap {
	margin-bottom: 50px;
}

/*detail*/
.post ul.infoNav {
	margin: 0 0 50px;
	display: flex;
	justify-content: space-between;
}
.post ul.infoNav li {
	margin: 0;
}

.section + .section {
	margin-top: 100px;
}

@media screen and (max-width: 767px) {
	.section + .section {
		margin-top: 50px;
	}
}

.tochiTtl {
	font-size: 2.8rem;
	font-weight: 700;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.tochiTtl {
		font-size: 2rem;
	}
	
}
.anchorList {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 40px 0;
}
.anchorList li a {
	color: #7BA327;
	font-size: 1.4rem;
	font-weight: 700;
	padding: 0 30px 0 0;
	margin-right: 30px;
	position: relative;
}
.anchorList li a:after {
	background:url("../images/ico_arrow.png");
	background-size: cover;
	content: '';
	display: block;
	transform: rotate(90deg);
	height: 20px;
	width: 20px;
	position: absolute;
	right: 0;
	top: calc(50% - 10px);
}
.anchorList li:last-child a{
	margin-right: 0;
}
@media screen and (max-width: 767px) {
	.anchorList li a {
		font-size: 1.1rem;
		padding-right: 20px;
		margin-right: 12px;
	}
	.anchorList li a:after {
		height: 15px;
		width: 15px;
		top: calc(50% - 7px);
	}

}
.chirashiImg img {
	width: 100%;
}
.chirashiImg + p {
	margin-top: 20px;
}
.contactBox {
	background: #F2F2F2;
	justify-content: center;
	max-width: 898px;
	margin: 60px auto;
	padding: 30px;
}
.contactBox address {
	margin-left: 30px;
}
.contactBox address p {
	line-height: 1.8;
}

@media screen and (max-width: 767px) {
	.contactBox {
		padding: 20px 5%;
	}
	.contactBox address {
		margin: 0 0 20px 0;
	}	
}

.blockmapImg img {
	width: auto;
	min-width: 300px;
	height: 100%;
	max-height: 100vh;
	object-fit: contain;
	display: block;
	margin: 0 auto;
}
.blockmapImg + p {
	margin-top: 10px;
	text-align: center;
}
.imageList + p {
	margin-top: 15px;
}

.map iframe {
	border:none;
	width: 100%;
	height:591px;
}
.map + p {
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.map iframe {
		height:250px;
	}
}
.companyTbl.thw180 th {
	width: 180px;
}
@media screen and (max-width: 767px) {
	.companyTbl.thw180 th {
		width: 100%;
	}
	.companyTbl.thw180 {
		margin-top: 0px;
	}
}