@charset "utf-8";
/* 全体の設定 */
html {
  height: 100%;
}
body {
  height: 100%;
  background: #fff;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  position: relative;
}
*, *:before, *:after {
  box-sizing: border-box;
}
section {
  margin: 0 auto 4em;
  text-align: center;
}
section p {
  margin: auto 8px 1em;
}
section img {
  width: 100%;
  margin-bottom: 1em;
}
h1, h2, h3, h4, h5, h6, th {
  font-weight: normal;
  text-align: center;
}
h2 {
  margin-bottom: 1em;
  font-size: 1.5em;
}
h3 {
  margin-bottom: 0.5em;
  font-size: 1.5em;
}
p {
  display: inline-block;
  margin: auto;
  text-align: left;
}
img {
  vertical-align: bottom;
}
a {
  text-decoration: none;
}
a:link, a:visited {
  color: #000;
}
a:hover {
  color: #093;
}
li {
  list-style-type: none;
}
.for_pc {
  display: none;
}
.content {
  margin: -48px auto 2em;
  padding-top: 48px;
}
.calendar {
  width: 100%;
  margin-bottom: 4em;
  border-top: 2px dotted #000;
}
.calendar th, .calendar td {
  padding: 0.25em 4px;
  border-bottom: 2px dotted #000;
}
.calendar th {
  width: 3em;
  text-align: right;
}
.calendar td {
  text-align: left;
}
.calendar dt, .calendar dd {
  padding-right: 8px;
}
.calendar dd {
  font-size: 0.88em;
  color: #333;
}
.toMedia {
  display: block;
  margin: 0 auto 0.5em;
  font-size: 1.5em;
  text-align: center;
}
.toMedia a {
  display: inline-block;
  margin: auto 4px;
}
input, button, textarea, select {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  appearance: none;
}
input[type="submit"], input[type="reset"], input[type="button"], button {
  cursor: pointer;
}
input[type="text"]:focus, textarea:focus, texture:focus {
  background-color: #eee;
  box-shadow: 0 0 8px #999;
  border: 1px solid #999;
}
input[type="text"], textarea, select {
  box-sizing: border-box;
  padding: 0.5em;
  width: 100%;
  font-size: 100%;
  outline: none;
  border: 1px solid #999;
}
textarea {
  height: 16em;
}
/* コンテンツ */
#container {
  position: relative;
  width: 100%;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  padding-top: 64px;
}
/* ここまで全体の設定 */
.bkTakana {
  background-image: url("../images/bkTakana.jpg");
  background-position: top;
  background-attachment: fixed;
}
.bkRice {
  background-image: url("../images/bkRice.jpg");
  background-position: top;
  background-attachment: fixed;
}
.bkWorks {
  background-image: url("../images/bkWorks.jpg");
  background-position: top;
  background-attachment: fixed;
}
.bkAbout {
  background-image: url("../images/bkAbout.jpg");
  background-position: top;
  background-attachment: fixed;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
}
header h1 img {
  display: block;
  margin: 4px auto auto;
}
header #topNavLeft {
  position: fixed;
  top: 4px;
  left: 8px;
}
header #topNavRight {
  display: none;
}
header div ul {
  display: flex;
}
header div ul li {
  margin: auto 8px;
}
header div ul li a {
  font-size: 1.25em;
}
nav {
  margin-bottom: 4em;
}
nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
nav ul li {
  margin: auto 8px 1em;
  width: 4em;
  text-align: center;
  line-height: 1.75;
}
#work h3 {
  margin: -1.5em auto 0.5em 0;
  font-size: 1em;
}
#work ul {
  display: inline-block;
  margin: auto auto 1em auto;
  padding: 0.5em 2em;
  background: rgba(255, 255, 255, 0.64);
  border-radius: 8px;
}
#work ul li {
  text-align: left;
}
#work ul li span {
  display: inline-block;
  width: 4.8em;
}
#work i, #schedule i, #farmWork i, .calendar i {
  margin: auto 0.5em auto 0.25em;
}
#work p.sideBusiness {
  display: inline-block;
  margin: auto auto 1em auto;
  padding: 0.5em 2em;
  background: rgba(204, 255, 204, 0.64);
  border-radius: 8px;
}
#crops ul, #schedule ul, #farmWorkNav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
#crops ul li {
  width: 20%;
  max-width: 200px;
  margin: auto 8px 1em;
}
#crops ul li img {
  border-radius: 8px;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, .25);
}
.schedule {
  width: 100%;
  margin: -2em auto 2em;
  border-top: 1px dotted #000;
  border-collapse: collapse;
  border-spacing: 0;
}
.schedule th, .schedule td {
  height: 2.4em;
  padding: 0 4px;
  vertical-align: middle;
  border-bottom: 1px dotted #000;
  position: relative;
}
.schedule th {
  width: 2em;
}
.schedule td:nth-child(3) {
  width: 8em;
}
.schedule td .rice {
  display: block;
  padding-top: 1px;
  margin: 4px auto;
  color: #0cf;
  background: rgba(255, 255, 255, .5);
  border: 1px solid #0cf;
  border-radius: 4px;
}
.schedule td .rice_3 {
  padding: 2.4em 0;
}
.schedule td .carrot {
  display: block;
  padding-top: 1px;
  margin: 4px auto;
  color: #f63;
  background: rgba(255, 255, 255, .5);
  border: 1px solid #f63;
  border-radius: 4px;
}
.schedule td .carrot_4 {
  padding: 3.6em 0;
}
.schedule td .takana {
  display: block;
  padding-top: 1px;
  margin: 4px auto;
  color: #0c3;
  background: rgba(255, 255, 255, .5);
  border: 1px solid #0c3;
  border-radius: 4px;
}
.schedule td span.works2 {
  display: block;
  background: rgba(255, 255, 255, .5);
  border: 1px solid #600;
  border-radius: 4px;
}
.schedule td span.works2 a {
  color: #600;
}
.schedule td span.works2 a:hover {
  color: #393;
  border: none;
}
.schedule td a {
  display: block;
  margin: 4px auto;
  padding-top: 1px;
}
.schedule td a::after {
  margin-left: 0.25em;
  font-family: 'Font Awesome 5 Free';
  content: '\f722';
  font-weight: 700;
}
.schedule td a:hover {
  color: #393;
  border: 1px solid #093;
}
#farmWorkNav div, #about div {
  margin-bottom: 2em;
}
#farmWorkNav ul li {
  margin: auto 4px 1em;
  width: 30%;
  max-width: 96px;
}
#farmWorkNav ul li img {
  margin-bottom: 0.5em;
  width: 100%;
  border-radius: 8px;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, .25);
}
#farmWork div p, #about div p {
  text-align: left;
}
#farmWork div img, #about div img {
  width: 100%;
  margin-bottom: 1em;
}
#farmWork div div.movie {
  position: relative;
  margin-bottom: 4em;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  z-index: 0;
}
#farmWork div div.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#inquire {
  margin-bottom: 0;
}
#notFound {
  width: 100%;
  height: 100%;
}
#notFound div {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#notFound div h2 {
  margin: 0;
}
#notFound div h3 {
  font-size: 1em;
}
#notFound div h3 i {
  font-size: 2em;
}
footer {}
#gotop a {
  display: inline-block;
  position: fixed;
  right: 8px;
  bottom: 8px;
  z-index: 2;
  margin: 0;
  padding: 0;
  font-size: 1.5em;
  opacity: 0.25;
}
#gotop a:hover {
  opacity: 1;
}
@media only screen and (min-width: 481px) {
  .for_pc {
    display: block;
  }
  header #topNavRight {
    display: block;
    position: fixed;
    top: 4px;
    right: 8px;
  }
}
@media only screen and (min-width: 681px) {
  .schedule td:nth-child(3) {
    width: 16em;
  }
}
@media only screen and (min-width: 769px) {}
@media only screen and (min-width: 961px) {
  .schedule td:nth-child(3) {
    width: 24em;
  }
  #farmWorkNav ul li {
    max-width: 160px;
  }
}
@media only screen and (min-width: 1367px) {
  section {
    max-width: 1366px;
  }
  #farmWorkNav {
    max-width: 100%;
  }
}