/* Farms */

.page_single #farm_summary {
	margin-bottom: 2em !important;
	padding-bottom: 0.2em !important;
	text-align: center;
}
#farm_data {
	position: relative;
	padding-bottom: 0.1em;
}
#_farm_data:after {
	position: absolute;
	left: 50%;
	bottom: 0;
	content: '';
	margin-left: -15px;
	width: 30px;
	height: 30px;
	background: url(../images/common/icon_coffee.png) no-repeat center / cover;
}
#farm_data table {
	margin: 0 0 3em 0;
	margin: 0;
	width: 100%;
	border: solid 1px #DDD;
}
#farm_data table th,
#farm_data table td {
	padding: 1em;
	border: solid 1px #DDD;
	border-collapse: collapse;
}
#farm_data tbody th {
	width: 20%;
	background: #F2F0ED;
}
#farm_data thead th {
	font-size: 1.2em;
	background: #E8E4DE;
}
.farm_content .farm_content_image {
	float: right;
	margin-right: -5%;
	width: 40%;
	margin-top: 1em;
	padding-left: 3em;
	padding-bottom: 1em;
}
.farm_content .farm_content_image p {
	margin-bottom: 0 !important;
		-o-border-radius: 2px;
		-ms-border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
}
._farm_content .farm_content_text {
	float: left;
	width: 65%;
}
.farm_content.onlytext .farm_content_text {
	float: none;
	width: 100%;
}
#farm_contents h2 {
	margin-bottom: 4em;
	font-size: 1.7em;
}
#_farm_contents .inner {
	max-width: 1000px;
}
#farm_contents_set {
	position: relative;
	float: left;
	float: none;
	margin-bottom: 4.5em;
	width: 60%;
	width: 100%;
	padding-left: 4%;
	padding-left: 0;
}
#_farm_contents_set:before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 2px;
	height: 80px;
	background: #211815;
		-o-border-radius: 100px;
		-ms-border-radius: 100px;
		-moz-border-radius: 100px;
		-webkit-border-radius: 100px;
	border-radius: 100px;
}
.farm_content {
	margin-bottom: 3em;
}
.farm_content h3 {
	margin-bottom: 0.5em;
	font-size: 1.3em;
	font-weight: 500;
}
.farm_contents_text {
	margin-bottom: 2.5em;
}
.farm_content p {
	font-size: 1.1em;
	line-height: 1.9em;
}
#farm_contents_gallery {
	float: right;
	width: 33%;
}
.farm_contents_image {
	margin-bottom: 1.8em;
	margin: 3em 0 !important;
}
.farm_contents_image p {
	position: relative;
	margin-bottom: 0 !important;
		-o-border-radius: 2px;
		-ms-border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
}
.farm_contents_image .caption {
	position: absolute;
	right: 9px;
	bottom: 9px;
	padding: 0.3em;
	line-height: 1.2em;
	font-size: 0.8em;
	color: #FFF;
	background: rgba(0,0,0,0.8);
}
#farm_contents_gallery img {
	width: 100% !important;
	height: auto;
}
#farm_map {
	float: left;
	width: 30%;
}
#farm_map iframe {
	width: 100% !important;
	height: 330px !important;
		-o-border-radius: 2px;
		-ms-border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
}

#farms_summary {
	margin-bottom: 6em;
	padding-bottom: 0;
}
#farms_list a {
	text-decoration: none;
}
#farms_list .list_title {
	margin-bottom: 0.5em;
	padding-left: 0;
	font-size: 1.2em;
	font-weight: 500;
}
.farm_list_image {
	float: left;
	margin-right: 2em;
	width: 100px;
	border-radius: 4px;
	overflow: hidden;
}
.farm_list_image p {
	margin-bottom: 0 !important;
}
.farm_list_image img {
	border-radius: 4px;
	overflow: hidden;
}
.farm_list_text {
	float: left;
	width: calc(100% - 130px);
}
.farm_list_text p {
	margin-bottom: 0.25em !important;
}
.farm_list_text p:last-child {
	margin-bottom: 0 !important;
}
.list_place {
	font-size: 0.9em;
}