@charset "UTF-8";

/* -------------------------------------
esconfield
------------------------------------- */
.esconfield .text {
	padding:80px;
}
.esconfield .text h3 {
	width:38.5%;
}
.esconfield#ballpark .text h3 img {
	max-width:324px;
}
.esconfield .text .cap {
	line-height:2.0;
	width:57%;
	margin-left:auto;
}

.esconfield .text .cap p + p{
  margin-top: 1em;
}

.esconfield#ballpark .text .cap {
	color:#FFF;
}
.esconfield .link {
	margin-top:70px;
}

#overview {
	padding:25px;
	background-color:rgba(255,255,255,0.8);
	position:absolute;
	bottom:25px;
	right:30px;
	z-index:1;
}
#overview dt {
	font-weight:600;
	margin-bottom:2px;
}
#overview dd th,
#overview dd td {
	font-size:10px;
	font-weight:normal;
	vertical-align:top;
	line-height:1.8;
}
#overview dd th {
	white-space:nowrap;
	text-indent:-5px;
}
#overview dd td {
	padding-left:3px;
}




@media screen and (max-width:1100px) {
	.esconfield .photo .bg {
		position:relative;
		overflow:hidden;
	}
	.esconfield .photo .bg img {
		width:1083px;
		position:relative;
		left:50%;
		transform:translateX(-50%);
	}
	.esconfield .text {
		padding:75px 55px;
	}
	.esconfield .link {
		margin-top:65px;
	}
	#overview {
		padding:20px;
		right:25px;
	}
}
@media screen and (max-width:768px) {
	.esconfield .photo .bg img {
		width:900px;
	}
	.esconfield .text {
		padding:65px 30px;
	}
	.esconfield .link {
		margin-top:55px;
	}
	#overview {
		padding:15px;
		bottom:20px;
		right:20px;
	}
}
@media screen and (max-width:640px) {
	.esconfield .text {
		padding:60px 0;
	}
	.esconfield .text h3 {
		width:100%;
		margin-bottom:20px;
	}
	.esconfield .text h3 img {
		margin:0 auto;
	}
	.esconfield#ballpark .text h3 img {
		max-width:200px;
	}
	.esconfield#esconfield .text h3 img {
		max-width:250px;
	}
	.esconfield .text .cap {
		width:100%;
	}
	.esconfield .link {
		margin-top:50px;
	}
	#overview {
		padding:13px;
	}
}
@media screen and (max-width:500px) {
	.esconfield .photo .bg img {
		width:800px;
	}
	.esconfield .text {
		padding:55px 0;
	}
	.esconfield .link {
		margin-top:45px;
	}
	#overview {
		padding:10px;
		bottom:15px;
		right:15px;
	}
	#overview dt {
		font-size:12px;
	}
	#overview dd th,
	#overview dd td {
		line-height:1.6;
	}
}
@media screen and (max-width:320px) {

}
