@charset "UTF-8";
/* CSS Document */
.header {
  height: 50px;
  background-color: #FFFFFF;
  position: relative;
}
.header__logo {
  width: 80px;
  left: 24px;
  top: 15px;
  position: absolute;
}
.header__navigation {
  display: none;
}
@media (max-width: 480px) {
  .header-button {
    display: none;
  }
  /*ハンバーガーアイコン*/
  #nav-drawer {
    padding: 10px 24px 0 0;
    text-align: right;
    position: relative;
  }
  #nav-open {
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 22px;
  }
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;
    width: 23px;
    background-color: #4f290b;
    display: block;
    content: "";
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }
  #nav-close {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
  }
  #nav-content {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 70%;
    height: 100%;
    background-color: #fff;
    text-align: left;
    padding: 15px 0 0 24px;
    transform: translateX(-105%);
    transition: 0.3s ease-in-out;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.20)
  }
  .nav-drawer__title {
    display: block;
    margin-bottom: 46px;
  }
  .nav-drawer__link-top {
    display: block;
  }
  #nav-content ul li {
    margin-bottom: 36px;
  }
  #nav-content ul li a {
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 600;
    color: #4f290b;
  }
  #nav-input:checked ~ #nav-close {
    display: block;
  }
  #nav-input:checked ~ #nav-content {
    transform: translateX(0%);
  }
}
@media(min-width:1040px) {
  .header {
    margin: 0 auto;
    padding: 50px;
    min-height: 120px;
  }
  .header__logo {
    width: 150px;
    top: 45px;
    margin-right: 20px;
  }
  .header-button {
    width: 150px;
  }
  .header__navigation {
    max-height: 1040px;
    display: flex;
    text-align: right;
    margin: 0 auto;
    position: absolute;
    right: 50px;
  }
  .header__navigation ul li {
    display: inline-block;
    margin-left: 30px;
  }
  .header__navigation ul li a {
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 600;
    color: #4f290b;
  }
}
.main {
  background-color: rgba(242, 206, 164, 0.2);
  padding-bottom: 30px;
}
@media (min-width:1040px) {
  main {
    padding-bottom: 60px;
  }
}
.section-top__image {
  min-height: 350px;
  background-image: url("../images/pexels-monicore-1087894.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
}
.section-top__title span {
  font-size: 2.0rem;
  line-height: 1.8;
  color: #5F2B06;
  background: rgba(255, 255, 255, 0.64);
  padding: 5px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.section-top__title {
  text-align: left;
  position: absolute;
  top: 50px;
  left: 24px;
}
@media (min-width: 1040px) {
  .section-top__image {
    height: 700px;
    background-position: 30%;
  }
  .section-top__title span {
    font-size: 4.0rem;
    max-width: 1040px;
  }
}
.section-conversion__firstpresslimited {
  width: 180px;
  margin: 20px auto 0 auto;
}
.section-conversion__button {
  width: 200px;
  text-align: center;
  margin: 0 auto 20px auto;
}
@media (min-width:1040px) {
  .section-conversion__firstpresslimited {
    width: 500px;
    padding-right: 200px;
  }
  .section-conversion__button {
    width: 400px;
  }
}
.section-about {
  margin: 0 auto;
  text-align: center;
}
.section-about h2 {
  font-size: 1.8rem;
  color: #057115;
  padding: 20px;
}
.section-about p {
  margin: 0 auto;
  width: 327px;
  line-height: 1.8;
  font-size: 1.6rem;
  color: #4f290b;
}
@media (min-width:1040px) {
  .section-about h2 {
    margin: 0 auto;
    width: 1000px;
    font-size: 3.0rem;
    line-height: 2.0;
  }
  .section-about p {
    margin: 0 auto;
    width: 800px;
    font-size: 1.8rem;
    padding-bottom: 30px;
  }
}
.section-title {
  margin: 30px 24px 20px 24px;
  font-size: 1.8rem;
  color: #4f290b;
}
.section-title__sub {
  font-size: 1.4rem;
  font-family: cursive;
}
@media (min-width:1040px) {
  .section-title {
    font-size: 3.0rem;
    margin-top: 20px;
    line-height: 1.5;
  }
  .section-title__sub {
    font-size: 1.8rem;
  }
}
.section-productionarea, .section-peaceofmind, .section-encounter {
  background-color: #fff;
  margin: 0 auto 20px auto;
  width: 327px;
}
.section-productionarea__visual, .section-peaceofmind__visual, .section-encounter__visual {
  margin: 0 auto 20px auto;
  max-width: 327px;
}
.section-productionarea__picture, .section-peaceofmind__picture, .section-encounter__picture {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.section-productionarea__description h3, .section-peaceofmind__description h3, .section-encounter__description h3 {
  text-align: center;
  font-weight: 600;
  color: #2c1706;
}
.section-productionarea__description span, .section-peaceofmind__description span, .section-encounter__description span {
  color: #f96003;
}
.section-productionarea p, .section-peaceofmind p, .section-encounter p {
  text-align: left;
  font-size: 1.4rem;
  padding: 10px 20px 15px;
}
@media(min-width: 1040px) {
  .section-reasson {
    margin: 0 auto;
  }
  .section-productionarea, .section-peaceofmind, .section-encounter {
    display: flex;
    width: 800px;
    height: 300px;
    margin: 0 auto 20px auto;
  }
  .section-productionarea, .section-encounter {
    flex-flow: row-reverse;
  }
  .section-productionarea__visual, .section-peaceofmind__visual, .section-encounter__visual {
    margin: 0;
    width: 50vw;
  }
  .section-productionarea__picture, .section-peaceofmind__picture, .section-encounter__picture {
    height: 100%;
  }
  .section-productionarea__description, .section-peaceofmind__description, .section-encounter__description {
    width: 50vw;
    padding: 80px 30px;
    margin: 0 auto;
  }
  .section-productionarea__description h3, .section-peaceofmind__description h3, .section-encounter__description h3 {
    font-size: 2.4rem;
  }
  .section-productionarea p, .section-peaceofmind p, .section-encounter p {
    padding-top: 30px;
    font-size: 1.6rem;
  }
}
.setion-organic__content {
  background-image: url("../images/pexels-pixabay-533280.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
  margin: 0 auto;
}
.setion-organic__content-bg {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px 24px;
}
.section-organic__description {
  text-align: left;
  line-height: 1.8;
  margin: 0 auto 30px auto;
  padding: 0 24px;
}
@media(min-width:1040px) {
  .setion-organic__content {
    margin-top: 20px;
  }
  .section-organic__description {
    font-size: 1.6rem;
    width: 800px;
  }
}
.section-cultivationmethod__yoko {
  display: none;
}
@media(min-width:1040px) {
  .section-cultivationmethod {
    padding-top: 20px;
  }
  .section-cultivationmethod__yoko {
    display: block;
    width: 800px;
    margin: 0 auto;
    ;
  }
  .section-cultivationmethod__tate {
    display: none;
  }
}
.section-farmer ul {
  margin: 0 24px;
  list-style: none;
  font-size: 1.4rem;
}
.section-farmer ul li {
  margin: 0 auto;
  max-width: 327px;
  background-color: #fff;
  margin-bottom: 20px;
  text-align: left;
}
.section-farmer__picture {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.section-farmer__name {
  font-weight: 600;
  margin-bottom: 10px;
}
.section-farmer__description {
  padding: 10px 20px 20px;
}
@media(min-width:1040px) {
  .section-farmer {
    padding-top: 20px;
  }
  .section-farmer ul {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
  }
}
.section-conversion {
  background-color: #fbf7f7;
  color: #3e2909;
  font-size: 1.4rem;
  padding-top: 30px;
  margin-bottom: 30px;
}
.section-conversion h3 {
  margin: 10px;
}
.section-conversion__firstpresslimited__pc img {
  display: none
}
.section-conversion__firstpresslimited__mobile img {
  width: 150px;
  margin: 0 auto;
}
.section-conversion p {
  color: #f96003;
}
.section-conversion__img {
  width: 327px;
  margin: 0 24px;
}
.section-conversion__button {
  margin-top: 5px;
}
@media(min-width:1040px) {
  .section-conversion h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .section-conversion__firstpresslimited__mobile img {
    display: none;
  }
  .section-conversion__firstpresslimited__pc img {
    display: inline-block;
    width: 150px;
    margin-right: 350px;
  }
}
.section-voice__tag {
  font-size: 2.4rem;
}
.section-voice ul {
  list-style: none;
  padding: 0 24px;
}
.section-voice ul li {
  width: 327px;
  background-color: rgba(227, 211, 191, 0.7);
  margin: 0 auto 20px auto;
  text-align: left;
}
.section-voice__picture {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: 80% 50%;
}
.section-voice__picturecouple {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: 50% 50%;
}
.section-voice__description {
  padding: 0 20px 20px 20px;
}
.section-voice__name {
  font-size: 1.2rem;
}
@media(min-width:1040px) {
  .section-voice {
    max-width: 1040px;
    margin: 0 auto;
  }
  .section-voice ul {
    display: flex;
  }
  .section-voice ul li {
    margin-right: 10px
  }
}
.section-qualityassurance__content {
  background-image: url("../images/pexels-mark-stebnicki-2893635.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
}
.section-qualityassurance__content-bg {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px 24px;
}
.section-qualityassurance__description {
  text-align: left;
  line-height: 1.8;
  margin: 0 auto 30px auto;
  padding: 0 24px;
}
@media(min-width:1040px) {
  .setion-qualityassurance__content {
    margin-top: 20px;
  }
  .section-qualityassurance__description {
    font-size: 1.6rem;
    width: 800px;
  }
}
.section-question {
  margin: 20px 0;
}
.section-question__content {
  background-image: url("../images/pexels-neosiam-tate.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
}
.section-question__content-bg {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px 24px;
}
.section-question ul {
  list-style: none;
  margin: 0 auto 30px auto;
  padding: 0 24px;
}
.section-question__description {
  font-weight: 600;
  padding: 10px 0 10px 0;
}
.section-question__answer {
  color: #f96003;
  font-weight: 600;
}
.section-question ul li {
  margin-bottom: 30px;
  text-align: left;
}
@media(min-width:1040px) {
  .setion-question__content {
    margin-top: 20px;
  }
  .section-question__description {
    font-size: 1.6rem;
    width: 800px;
  }
  .section-question ul {
    width: 800px;
  }
}
.footer {
  background-color: #FFFFFF;
  padding-top:100px;
  padding-bottom: 20px;
  text-align: center
}
.footer small {
  font-size: 1.1rem;
  color: #333;
}
