@charset "utf-8";


/* =========================================================
farmfesh_content
========================================================= */
#farmfesh_content {
}
#farmfesh_content .inner {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: stretch;
	-webkit-align-items: stretch;
	position: relative;
	gap:30px 5.26%;
}
@media only screen and (max-width: 767px){
	#farmfesh_content .inner {
		-webkit-justify-content: flex-start;
		        justify-content: flex-start;
		        flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		        align-items: flex-start;
		-webkit-align-items: flex-start;
	}
}

/* =========================================================
farmfesh_content--photo
========================================================= */
.farmfesh_content--photo {
	width: 52.6%;
}
@media only screen and (max-width: 767px){
	.farmfesh_content--photo {
		width: 100%;
	}
}
.farmfesh_content_photo--link {
	position: relative;
	width: 100%;
	display: block;
}
.farmfesh_content_photo--link:before {
	content:"";
	display: block;
	width: 100%;
	padding-top: 100%;
}
.farmfesh_content_photo--link picture {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: visible;
}
.farmfesh_content_photo--link picture img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center top;
}



/* =========================================================
farmfesh_content--info
========================================================= */
.farmfesh_content--photo + .farmfesh_content--info {
	width: 42.1%;
}
.farmfesh_content--info {
	width: 100%;
}
.farmfesh_content_info--title {
}
.farmfesh_content_info--title .date {
}
.farmfesh_content_info--title h1 {
	letter-spacing: 0;
	margin-top: 10px;
}
.farmfesh_content_info--info {
	margin-top: 20px;
}
.farmfesh_content_info--info .udata {
}
.farmfesh_content_info--button {
	margin-top: 30px;
}
.farmfesh_content_info--button .btn_def {
}
@media print, screen and (min-width: 768px) {
	.farmfesh_content_info--button {
		margin-top: 60px;
	}
	.farmfesh_content_info--button .btn_def {
		margin: 0 auto 0 0;
	}
}
@media only screen and (max-width: 767px){
	.farmfesh_content--info {
		width: 100%;
	}
	.farmfesh_content--photo + .farmfesh_content--info {
		width: 100%;
	}
}

