@charset "utf-8";
@import url("default.css");
@import url("../webfonts/stylesheet.css");
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap');

#home-header {
	background-image: url(../img/home-headerimage03.jpg);
	padding-top: 53.85%;
	background-size: 100% auto;
	position: relative;
}
#home-header:before {
	display: block;
	content: "";
}
#home-header h1 img {
	animation: animationFrames ease 1s;
	animation-iteration-count: 1;
	transform-origin: 50% 50%;
	animation-fill-mode: forwards; /*when the spec is finished*/
	-webkit-animation: animationFrames ease 1s;
	-webkit-animation-iteration-count: 1;
	-webkit-transform-origin: 50% 50%;
	-webkit-animation-fill-mode: forwards; /*Chrome 16+, Safari 4+*/
	-moz-animation: animationFrames ease 1s;
	-moz-animation-iteration-count: 1;
	-moz-transform-origin: 50% 50%;
	-moz-animation-fill-mode: forwards; /*FF 5+*/
	-o-animation: animationFrames ease 1s;
	-o-animation-iteration-count: 1;
	-o-transform-origin: 50% 50%;
	-o-animation-fill-mode: forwards; /*Not implemented yet*/
	-ms-animation: animationFrames ease 1s;
	-ms-animation-iteration-count: 1;
	-ms-transform-origin: 50% 50%;
	-ms-animation-fill-mode: forwards; /*IE 10+*/
}
.home-textbox1 h3 {
	font-family: "rounded mplus 2p medium";
	font-size: 28px;
}

 @keyframes animationFrames {
 0% {
 opacity:0;
 transform:  translate(0px, -25px);
}
 100% {
 opacity:1;
 transform:  translate(0px, 0px);
}
}
 @-moz-keyframes animationFrames {
 0% {
 opacity:0;
 -moz-transform:  translate(0px, -25px);
}
 100% {
 opacity:1;
 -moz-transform:  translate(0px, 0px);
}
}
 @-webkit-keyframes animationFrames {
 0% {
 opacity:0;
 -webkit-transform:  translate(0px, -25px);
}
 100% {
 opacity:1;
 -webkit-transform:  translate(0px, 0px);
}
}
 @-o-keyframes animationFrames {
 0% {
 opacity:0;
 -o-transform:  translate(0px, -25px);
}
 100% {
 opacity:1;
 -o-transform:  translate(0px, 0px);
}
}
 @-ms-keyframes animationFrames {
 0% {
 opacity:0;
 -ms-transform:  translate(0px, -25px);
}
 100% {
 opacity:1;
 -ms-transform:  translate(0px, 0px);
}
}
/*横並びdivの高さを揃える*/
.row-eq-height {
	display: flex;
	flex-wrap: wrap;
}

.title01 {
	position: relative;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 24px;
	/*font-family: "rounded mplus 2p medium";*/
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: bold;
}

.title01 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}

.title01::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}

#farm-photos div {
	padding-top: 10px;
	padding-bottom: 10px;
}

#item-yasai div,
#item-sale div{
	margin-top: 10px;
	margin-bottom: 10px;
}

#item-yasai dt,
#item-sale dt{
	text-align: center;
	margin-top: 6px;
}

#form-table dd input {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: 1px solid #CFCFCF;
}

#form-table dd textarea {
	width: 100%;
	border: 1px solid #CFCFCF;
	height: 200px;
}
#form-sub dt {
	background-color: #E9E9E9;
	padding: 5px;
	font-weight: normal;
}
#form-sub dd {
	padding: 5px;
}
.btn {
	text-align: center;
	width: 100%;
}
.btn input {
	width: 200px;
	height: 60px;
	font-size: 20px;
	letter-spacing: 22px;
	padding-left: 22px;
}
footer {
	margin-top: 60px;
	background-color: #D9FFD7;
	padding-bottom: 20px;
	padding-top: 20px;
}
#footer-logo {
	width: 200px;
}
footer small {
	text-align: center;
	display: block;
	margin-top: 10px;
}
a:visited,a:focus,a:hover{
	text-decoration: none;
}
#rinen li {
	margin-bottom: 1ex;
}

@media (max-width:767px) {
.slicknav_nav li::before {
	content: " \f054";
	font-family: FontAwesome;
	position: absolute;
	padding-top: 5px;
	right: 20px;
	color: #000000;
}

header h1 {
	z-index: 10000;
	top: 10px;
	left: 0px;
	position: fixed;
}

#content {
	margin-top: 90px;
}

#mobile-menu {
	position: fixed;
}

#home-header {
	background-image: url(../img/home-headerimage03.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 85px;
}
#header-logo {
	width: 150px;
}
#footer-logo {
	width: 150px;
}
#footer-info {
	text-align: center;
	margin-top: 21px;
	font-size: 14px;
}
footer small {
	font-size: 12px;
}
body {
	font-size: 17px;
}
#home-image01 {
	width: 180px;
}
#nav {
	display: none;
}
#corp-table dt {
	font-weight: normal;
	background-color: #DAFCCB;
}
#corp-table dd {
	margin-bottom: 15px;
}
#form-table dt {
	font-weight: normal;
}
#form-table dd {
	margin-bottom: 15px;
}
#form-sub {
	border: 1px solid #EBEBEB;
	margin-bottom: 30px;
}
.slicknav_menu {
	display: block;
	background-color: rgba(144,193,143,1.00);
}
.slicknav_btn {
	margin-top: 7px;
	margin-bottom: 7px;
}
.slicknav_menu .slicknav_icon {
	margin-left: 14px;
	display: block;
}
.slicknav_menu .slicknav_menutxt {
	font-size: 12px;
}
.slicknav_nav  li  {
	border-top: 1px solid #B4D4AF;
}

.slicknav_nav a {
	color: #000000;
}

}

@media (min-width:768px) {
body {
	font-size: 17px;
	padding-bottom: 0px;
}
#header-logo {
	width: 250px;
	margin-bottom: 5px;
}
#home-header #header-logo {
	width: 350px;
	margin-bottom: 5px;
}
#nav {
	padding: 0px;
	margin: 0px;
}
#nav li {
	list-style-type: none;
	float: left;
	width: 25%;
	text-align: center;
	background-color: #468216;
	border-left: 1px solid #339604;
	border-right: 1px solid #4D6C3F;
	font-family: "rounded mplus 2p medium";
	transform: rotate(0.05deg);
}
#nav li:last-child {
	border-right: 1px solid #339604;
}
#nav li a {
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	color: #FFFFFF;
	position: relative;
}
#nav li a:hover {
	text-decoration: none;
	background-color: #9CDF7B;
}
#nav #to-home a:after {
	content: " \f015";
	font-family: FontAwesome;
	position: absolute;
	top: 11px;
	left: -90px;
	right: 0px;
	bottom: 0px;
	color: #FFFFFF;
}
#nav #to-about a:after {
	content: " \f044";
	font-family: FontAwesome;
	position: absolute;
	top: 12px;
	left: -110px;
	right: 0px;
	bottom: 0px;
	color: #FFFFFF;
}
#nav #to-vege a:after {
	content: " \f06c";
	font-family: FontAwesome;
	position: absolute;
	top: 11px;
	left: -130px;
	right: 0px;
	bottom: 0px;
	color: #FFFFFF;
}
#nav #to-inquiry a:after {
	content: " \f0e0";
	font-family: FontAwesome;
	position: absolute;
	color: #FFFFFF;
	top: 10px;
	left: -130px;
	right: 0px;
	bottom: 0px;
}
.slicknav_menu {
	display: none;
}
.home-textbox1 {
	padding-top: 41px;
}
.box1 {
	margin-bottom: 70px;
}
#home-image01 {
	width: 300px;
}
#home-header h1 {
	position: absolute;
	top: 80px;
	right: auto;
	width: 100%;
	text-align: center;
}
#corp-table {
	background-color: #E3E3E3;
	background-size: auto 40%;
	overflow: auto;
	width: 100%;
	border-bottom: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
}
#corp-table dt {
	width: 40%;
	float: left;
	padding: 10px;
	clear: both;
	font-weight: normal;
	border-top: 1px solid #FFFFFF;
}
#corp-table dt:first-child {
	border-top: 5px solid #9F0002;
}
#corp-table dd {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	margin-left: 40%;
	padding-left: 10px;
	border-top: 1px solid #E0E0E0;
}
#corp-table dt:first-child+dd {
	border-top: 5px solid #909090;
}
#form-table {
	background-color: #E3E3E3;
	background-size: auto 40%;
	overflow: auto;
	width: 100%;
	border-bottom: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
}
#form-table dt {
	width: 25%;
	float: left;
	padding: 10px;
	clear: both;
	font-weight: normal;
	border-top: 1px solid #FFFFFF;
}
#form-table dt:first-child {
	border-top: 5px solid #9F0002;
}
#form-table dd {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	margin-left: 25%;
	padding-left: 10px;
	border-top: 1px solid #E0E0E0;
}
#form-table dt:first-child+dd {
	border-top: 5px solid #909090;
}
#footer-logo {
	width: 140px;
}
}

@media (min-width:768px) and (max-width:991px) {
.home-textbox1 {
	padding-top: 20px;
}
#form-sub {
	margin-bottom: 30px;
}
}
