@charset "UTF-8";
/* CSS Document */
h1, h2, h3 {
  font-family: kinuta-maruminkatura-stdn, serif;
  font-weight: 400;
  font-style: normal;
}
body {
  background-color: #f7f4ef;
}
.header {
  height: 50px;
  width: 100%;
  background-color: #fff;
  padding: 12px 24px;
  position: relative;
}
.header-logo img {
  height: 80%;
  position: absolute;
  top: 5px;
  left: 30px;
  display: inline-block;
}
/*.header nav ul {
  display: none;
}*/
/*navigation*/
.open-button, .close-button {
  display: none;
}
@media(max-width:750px) { /*ハンバーガーボタンが入る要素*/
  .open-button {
    display: block;
    position: absolute;
    right: 15px;
    top: 5px;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .open-button span {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .open-button span, .open-button span:before, .open-button span:after {
    position: absolute;
    height: 3px;
    width: 25px;
    border-radius: 4px;
    background: #333;
    display: block;
    content: "";
    z-index: 2000;
  }
  .open-button span:before {
    bottom: 8px;
  }
  .open-button span:after {
    bottom: -8px;
  }
  .close-button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #333;
    font-size: 20px;
    z-index: 2000;
    padding: 20px;
  }
  .header nav { /*ハンバーガーボタンを押して出てくるナビゲーション*/
    z-index: 1000;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #f8e6d7;
    width: 80%;
    height: 300px;
    padding: 67px 0 0;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.4)
  }
  .header nav ul li a {
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 50px;
    vertical-align: middle;
    text-decoration: none;
    color: #333;
    padding: 20px 80px;
  }
  /*.header nav ul li:hover {
    background: #f6e6d8;
    border-bottom: none;
    width: 100%;
  }*/
}
@media(min-width:750px) {
  .header {
    height: 100px;
  }
  .header-content-wrapper {
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
  }
  .header-logo img {
    height: 60%;
    position: absolute;
    top: 20px;
    left: 0;
    padding-top: 0px;
  }
  .header div nav ul {
    text-align: right;
    display: flex;
    justify-content: flex-end;
  }
  .header div nav ul li a {
    display: block;
    padding: 25px 20px;
    color: #401f00;
    text-decoration: none;
    font-size: 2.2rem;
    font-weight: 500;
  }
}
@media(min-width:1160px) {
  .header {
    height: 150px;
  }
  .header-content-wrapper {
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
  }
  .header-logo img {
    height: 50%;
    position: absolute;
    top: 30px;
    left: 0;
    padding-top: 0px;
  }
  .header div nav ul {
    text-align: right;
    display: flex;
    justify-content: flex-end;
  }
  .header div nav ul li a {
    display: block;
    padding: 45px 30px;
    color: #401f00;
    text-decoration: none;
    font-size: 3.2rem;
    font-weight: 500;
  }
}
/*section-top*/
.top-image_pc {
  display: none;
}
.section-top img {
  width: 100%;
}
.section-top_discription {
  padding: 25px 30px;
  max-width: 1160px;
  margin: 0 auto;
}
.section-top_discription h1 {
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.section-top_discription p {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.5;
}
.section-top_discription p br {
  display: none;
}
.order-button {
  padding: 0 40px;
}
.order-button img {
  width: 100%;
  max-width: 600px;
}
/*order-buttonの動き*/
.order-button {
  margin: 0 auto;
  cursor: pointer;
}
.order-button img {
  width: 100%;
  transition-duration: 0.3s;
}
.order-button:hover img {
  transform: scale(1.07);
  transition-duration: 0.3s;
}
@media(min-width:1160px) {
  .top-image_mobile {
    display: none;
  }
  .top-image_pc {
    display: block;
    width: 100%
  }
  /*.section-top {
    padding: 60px 140px 60px;
  }*/
  .section-top_discription {
    padding: 110px 0;
  }
  .section-top_discription h1 {
    font-size: 3.6rem;
    margin-bottom: 70px;
  }
  .section-top_discription p {
    font-size: 2.4rem;
    font-weight: 450;
    line-height: 4.5rem;
    text-align: center;
    letter-spacing: 1px;
  }
  .section-top_discription p br {
    display: block;
  }
  .order-button {
    padding: 0 40px;
  }
  .order-button img {
    width: 920px;
    max-width: 920px;
  }
}
/*section-trouble*/
.section-trouble_image_pc {
  display: none;
}
.section-trouble {
  padding: 35px 30px 40px;
}
.section-trouble h2 {
  font-size: 2.0rem;
  margin-bottom: 5px;
}
.section-trouble h3 {
  font-size: 1.8rem;
}
/*
.section-trouble img {  mobileようのtrouble画像の大きさ指定です！！
	width: 100%;
}
*/
.section-trouble_image_mobile img {
  display: block;
  width: 100%;
}
.section-trouble_arrow {
  width: 50px;
}
@media(min-width:1160px) {
  .section-trouble h2 {
    font-size: 4.8rem;
    margin-bottom: 40px;
  }
  .section-trouble {
    padding: 120px 0 80px;
    max-width: 1160px;
    margin: 0 auto;
  }
  .section-trouble_image_mobile {
    display: none;
  }
  .section-trouble_image_pc {
    display: block;
  }
  .section-trouble_image_pc img {
    width: 100%;
  }
  .section-trouble_arrow {
    width: 100px;
    margin-bottom: 30px;
  }
  .section-trouble h3 {
    font-size: 3.6rem;
  }
}
/*section-reason*/
.reason1pc, .reason2pc, .reason3pc {
  display: none;
}
.section-reason {
  padding: 0 30px;
}
.section-reason h2 {
  font-size: 2.8rem;
  margin-bottom: 30px;
}
.section-reason span {
  font-size: 3.6rem;
  color: #ff0000;
}
.section-reason ul li {
  list-style: none;
  margin-bottom: 20px;
}
.section-reason ul li img {
  width: 100%;
}
@media(min-width:1160px) {
  .reason1mobile, .reason2mobile, .reason3mobile {
    display: none;
  }
  .reason1pc, .reason2pc, .reason3pc {
    display: block;
  }
  .section-reason {
    padding: 0 0;
    margin: 0 140px;
  }
  .section-reason h2 {
    font-size: 4.8rem;
    margin-bottom: 80px;
  }
  .section-reason h2 br {
    display: none;
  }
  .section-reason span {
    font-size: 7.2rem;
    color: #ff0000;
  }
  .section-reason ul li img {
    margin-bottom: 90px;
  }
}
/*section-trial-set*/
.vagetables img {
  width: 100%;
  max-width: 1160px;
}
.trial-set {
  padding: 20px 0;
  background: rgba(248, 230, 215, 0.5);
}
.vagetables img {
  padding: 0 30px;
}
.discription-of-vegetables {
  padding: 20px 30px 35px;
}
.discription-of-vegetables img {
  width: 100%;
  max-width: 1160px;
}
@media(min-width:1160px) {
  .trial-set {
    padding: 100px 0;
  }
  .discription-of-vegetables {
    padding: 70px 0 90px;
  }
}
/*section-farmer*/
.section-farmer {
  padding: 0 30px 60px;
}
.section-farmer h3 {
  font-size: 1.7rem;
  margin-bottom: 10px;
}
.section-farmer h2 {
  font-size: 2.4rem;
}
.section-farmer__pic div img {
  width: 310px;
  margin: 0 auto;
}
@media(min-width:1160px) {
  .section-farmer {
    padding: 0 0 40px;
    max-width: 1160px;
    margin: 0 auto;
  }
  .section-farmer h3 {
    font-size: 3.0rem;
    margin-bottom: 40px;
  }
  .section-farmer h2 {
    font-size: 4.0rem;
    margin-bottom: 40px;
  }
  .section-farmer__pic {
    display: flex;
  }
  .section-farmer__pic div img {
    width: 550px;
  }
}
/*section-voice*/
.section-voice {
  padding: 0 30px 30px;
}
.section-voice h3 {
  font-size: 1.7rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.section-voice h2 {
  font-size: 2.4rem;
  margin-bottom: 35px;
}
.section-voice__pic div img {
  width: 300px;
  margin: 0 auto;
}
@media(min-width:1160px) {
  .section-voice {
    padding: 80px 0;
    max-width: 1160px;
    margin: 0 auto;
  }
  .section-voice h3 {
    font-size: 3.2rem;
    margin-bottom: 15px;
  }
  .section-voice h3 br {
    display: none;
  }
  .section-voice h2 {
    font-size: 5.2rem;
    margin-bottom: 120px;
  }
  .section-voice__pic {
    display: flex;
    margin: 0 auto;
  }
}
/*section-question*/
.section-question {
  max-width: 315px;
  margin: 0 auto 15px;
  padding: 15px 15px 15px;
  background: #fff;
}
.section-question h2 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.section-question div h2 {
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";
  font-size: 1.6rem;
  margin-bottom: 10px;
  text-align: left;
}
.section-question div p {
  margin-bottom: 30px;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.5px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.answer-2 br {
  display: none;
}
@media(min-width:1160px) {
  .section-question {
    max-width: 1160px;
    padding: 50px 100px;
    margin: 0 auto 80px;
  }
  .section-question h2 {
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";
    font-size: 3.6rem;
    margin-bottom: 30px;
  }
  .section-question div h2 {
    font-size: 3.0rem;
  }
  .section-question div p {
    font-size: 1.6rem;
    font-weight: 450;
    letter-spacing: 1.2px;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .answer-2 br {
    display: block;
  }
}
/*footer*/
.footer {
  height: 300px;
  background: #fff;
  padding: 30px 30px;
  position: relative;
}
.footer-logo img {
  /* width: 30%;*/
  /*position: absolute;*/
  height: 40px;
  left: 30px;
  top: 0;
  display: block;
}
.footer ul {
  margin-top: 30px;
}
.footer ul li {
  margin-top: 10px;
  text-align: left;
}
.footer ul li a {
  color: #333333;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
}
.footer small {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: 30px;
  /* margin: 200px 0 0;*/
}
@media(min-width:1160px) {
  .footer {
    height: 450px;
    padding: 45px 30px 30px;
  }
  .footer-content-wrapper {
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
  }
  .footer-logo img {
    /*width: 20%;*/
    height: 70px;
    position: absolute;
    left: 0;
  }
  .footer ul {
    margin-top: 0;
  }
  .footer div nav ul {
    text-align: right;
    display: flex;
    justify-content: flex-end;
  }
  .footer div nav ul li a {
    display: block;
    padding: 0 30px;
    color: #401f00;
    text-decoration: none;
    font-size: 3.2rem;
    font-weight: 500;
  }
  .footer div small {
    position: absolute;
    top: 350px;
    letter-spacing: 1px;
    ;
  }
}