@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
/* lazyloadedになったらfadeアニメーションを実行 */
.page-wrapper .fade-up.lazyloaded {
  animation: fade 2.7s forwards;
  opacity: 0;
  transform: translateY(30px);
  animation-delay: 0.5s;
}
/* fadeアニメーション */
@keyframes fade {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.page-wrapper *, .page-wrapper *::before, .page-wrapper *::after {
  color: #231815;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-wrapper ol, .page-wrapper ul {
  list-style: none;
  padding: 0;
}
.page-wrapper img {
  /* max-width: 100%; */
  width: 100%;
  display: block;
}
.page-wrapper table {
  border-collapse: collapse;
}
.page-wrapper p {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.page-wrapper a {
  cursor: pointer;
  -webkit-transform: 0.3s;
  transform: 0.3s;
  text-decoration: none;
}
.page-wrapper a:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .page-wrapper .pc-only {
    display: block;
  }
  .page-wrapper .sp-only {
    display: none;
  }
}
@media (max-width: 767.9999px) {
  .page-wrapper .pc-only {
    display: none;
  }
  .page-wrapper .sp-only {
    display: block;
  }
}
/* ↑ コンテンツ部分設定 */
/* ↓ 特集 */
.page-wrapper img {
  vertical-align: bottom;
}
.page-wrapper .key-visual {
  width: 100%;
  background: #FBF6EF;
  position: relative;
  padding: 5px 0 13px;
}
.page-wrapper .key-visual .bg-visual {
  background: url("../img/kv-image.png");
  background-size: 100% auto;
  background-position: center top 5px;
  background-repeat: no-repeat;
  aspect-ratio: 8 / 11.4;
  padding: 8px 0;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  animation: vegetables-a 2.7s forwards;
}
.page-wrapper .key-visual .vegetables-item {
  width: 100%;
  height: auto;
  position: absolute;
  top: 3px;
  left: 0;
  animation: vegetables-a 1.7s forwards;
}
@keyframes vegetables-a {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page-wrapper .key-visual h1.key-title {
  width: 70%;
  margin: -7% auto 80px;
  animation: vegetables-a 3.7s forwards;
}
.page-wrapper .key-visual p.text {
  width: 62%;
  margin: 0 auto;
  padding-top: 17%;
  animation: vegetables-a 4.7s forwards;
}
/*.navi-box{
    width: 100%;
    height: 75px;
    background: #FBF6EF;
}
.page-wrapper .navi-item.js-main-menu{
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    width: 100%;
        max-width: 375px;
    height: auto;
  margin: 0px auto 0;
  padding: 10px 0;
    background: #EFE5D9;
    text-align: center;
   
}*/
.page-wrapper .navi-item {
  background: #EFE5D9;
  margin: 0px auto 0;
  padding: 10px 0;
}
.page-wrapper .navi-item ul {
  width: 82%;
  margin: 0px auto 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-wrapper .navi-item ul li {
  width: 20%;
}
.page-wrapper .navi-item ul li a {
  transition: all 0.5s;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.page-wrapper .navi-item ul li a img {
  width: auto;
  max-height: 50px;
  margin: 0 auto;
}
.page-wrapper .navi-item ul li a:hover {
  opacity: 0.6;
}
.bg-main {
  background: #FBF6EF;
  padding: 10px 0;
}
.lead {
  width: 100%;
  display: block;
  text-align: center;
  margin: 20px 0 10px;
  padding: 20px 0;
  background: url(../img/bg_about.png) no-repeat right top;
  background-size: 100% auto;
  animation: vegetables-a 1.7s forwards;
}
.lead .lead-text {
  display: block;
  width: 100%;
  padding: 9% 0;
  font-size: 16px;
  line-height: 34px;
  font-weight: 500;
  color: #503414;
}
.sec-block {
  width: 100%;
  padding: 20px 0;
  position: relative;
}
#price.sec-block {
  padding: 45px 0 30px;
}
#q-a.sec-block {
  padding: 45px 0 30px;
}
.page-wrapper .sec-block h2.section-title {
  position: relative;
  color: #503414;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  display: block;
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 20px;
}
.page-wrapper #price.sec-block h2.section-title {
  margin-bottom: 5px;
}
.page-wrapper .sec-block h2.section-title span {
  font-size: 31px;
  font-weight: bold;
  line-height: 31px;
  color: #503414;
  font-family: "Zen Maru Gothic", sans-serif;
  display: block;
  margin: 0 auto;
}
.page-wrapper .sec-block h2.section-title span:after {
  content: '';
  position: absolute;
  width: 30%;
  max-width: 130px;
  margin: 0 auto;
  height: 15px;
  bottom: -3px;
  left: 0;
  right: 0;
  background: url(../img/bg_title.png) no-repeat right bottom;
  background-size: 100% auto;
}
.page-wrapper .sec-block .sec-box {
  text-align: center;
}
.page-wrapper .sec-block#about {
  padding-bottom: 5px;
}
.page-wrapper .sec-block#about .sec-box:last-child {
  margin-bottom: 0;
}
.page-wrapper .sec-block .sec-box p.text {
  color: #1C1B1B;
  font-size: 13px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 1px;
}
.page-wrapper .sec-block .sec-box .section-image {
  width: 80%;
  margin: 20px auto 30px;
}
.page-wrapper dd {
  margin: 0;
  padding: 0;
}
.page-wrapper .sec-block#about .sec-box {
  margin-bottom: 20px;
}
.about-image{
  margin-bottom: 60px;
}
.page-wrapper h3.title {
  display: inline;
  color: #1C1B1B;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-top: 50px;
  position: relative;
  padding: 0 20px;
  font-size: 16px;
  line-height: 36px;
}
.page-wrapper h3.title:before {
  content: '';
  position: absolute;
  width: 15px;
  margin: 0 auto;
  height: 15px;
  bottom: 8px;
  left: 0;
  background: url(../img/text_before.png) no-repeat left bottom;
  background-size: 100% auto;
}
.page-wrapper h3.title:after {
  display: inline;
  content: '';
  position: absolute;
  width: 15px;
  margin: 0 auto;
  height: 15px;
  bottom: 8px;
  right: 0;
  background: url(../img/text_after.png) no-repeat left bottom;
  background-size: 100% auto;
}
.page-wrapper .insta-block h3.title:before {
  content: '';
  position: absolute;
  top: 0px;
  left: -8px;
  background: url(../img/text_before.png) no-repeat left bottom;
  background-size: 100% auto;
}
.page-wrapper .insta-block h3.title:after {
  content: '';
  position: absolute;
  top: 0px;
  right: -8px;
  background: url(../img/text_after.png) no-repeat left bottom;
  background-size: 100% auto;
}
.sec-box .item-farm ul {
  display: block;
  width: 94%;
  max-width: 400px;
  margin: 15px auto 5px;
  overflow: hidden;
}
.sec-box .item-farm li {
  width: 50%;
  /* height: 170px;*/
  display: block;
  background: url(../img/bg_item.png) no-repeat right top;
  background-size: 100% auto;
  text-align: center;
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
  float: left;
  margin-bottom: 10px;
  padding: 38px 0 0;
  aspect-ratio: 10 / 9.8;
}
.sec-box .item-farm li:nth-child(2) {
  margin-top: 60px;
  float: right;
}
.sec-box .item-farm li:nth-child(4) {
  margin-top: 10px;
  float: right;
}
.sec-box .item-farm li span {
  position: relative;
  padding-bottom: 56px;
  color: #503414;
  letter-spacing: -0.3px;
}
.sec-box .item-farm li span::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 15px;
  margin: 0 auto;
}
.sec-box .item-farm li:nth-child(1) span::after {
  width: 62px;
  height: 49px;
  background: url(../img/about_item01.png) no-repeat center bottom;
  background-size: 100% auto;
}
.sec-box .item-farm li:nth-child(2) span::after {
  width: 87px;
  height: 55px;
  background: url(../img/about_item02.png) no-repeat right top;
  background-size: 100% auto;
}
.sec-box .item-farm li:nth-child(3) span::after {
  width: 85px;
  height: 51px;
  background: url(../img/about_item03.png) no-repeat right top;
  background-size: 100% auto;
}
.sec-box .item-farm li:nth-child(4) span {
  padding-bottom: 70px;
}
.sec-box .item-farm li:nth-child(4) span::after {
  width: 64px;
  height: 64px;
  background: url(../img/about_item04.png) no-repeat right top;
  background-size: 100% auto;
}
.page-wrapper .bg-block {
  width: 100%;
  padding: 70px 0 20px;
  background: url(../img/bg_second.png) repeat-y right top;
  background-size: 100% auto;
  position: relative;
}
.page-wrapper .bg-block:before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  top: -10px;
  right: 0;
  left: 0;
  background: url(../img/b_about.png) no-repeat center top;
  background-size: 100% auto;
  z-index: 5;
  aspect-ratio: 6 / 1;
}
.page-wrapper .bg-block:after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  bottom: -20px;
  right: 0;
  left: 0;
  background: url(../img/b_point.png) no-repeat center top;
  background-size: 100% auto;
  z-index: 5;
    aspect-ratio: 6 / 1;
}
.sec-block#service table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 94%;
  margin: 20px auto;
  background: #fff;
}
.sec-block#service table th {
  text-align: center;
  padding: 2px 0;
  border-right: solid 1px #B9ADA1;
  border-left: solid 1px #B9ADA1;
  border-bottom: solid 1px #B9ADA1;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.sec-block#service table th:nth-child(1) {
  width: 24%;
}
.sec-block#service table tr:first-child {
  background: #503414;
}
.sec-block#service table tr:first-child th:first-child {
  border-right: solid 1px #fff;
}
.sec-block#service table tr:first-child th {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}
.sec-block#service table td {
  text-align: left;
  padding: 9px 10px;
  border-right: solid 1px #B9ADA1;
  border-left: solid 1px #B9ADA1;
  border-bottom: solid 1px #B9ADA1;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.5px;
}
.sec-block ol.point-list {
  width: 94%;
  margin: 35px auto;
  display: flex;
  flex-wrap: wrap;
}
.sec-block ol.point-list li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 8px;
  padding: 10px 4px;
  background: #fff;
  border-radius: 6px;
  box-sizing: border-box;
  box-shadow: 4px 5px 5px -6px rgba(0, 0, 0, 0.3);
}
.sec-block ol.point-list li span:first-child {
  display: block;
  width: 68%;
  margin: 0 auto;
}
.sec-block ol.point-list li:nth-child(3n) {
  margin-right: 0;
}
.sec-block ol.point-list li span {
  display: block;
  text-align: left;
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
  color: #000;
}
.sec-block .price-text {
  display: block;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 36px;
  margin-top: 5px;
  margin-bottom: 0;
  letter-spacing: 3px;
}
.sec-block .price-text strong {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0px;
}
.sec-block .price-text span {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0px;
  padding-left: 3px;
}
.sec-block .plan-title {
  color: #503414;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
.plan-list dl {
  width: 85%;
  margin: 5px auto 7px;
  display: flex;
  align-items: stretch;
  align-content: space-between;
  border-radius: 5px;
}
.plan-list dl dt {
  align-content: center;
  background: #503414;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  display: block;
  width: 32%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.plan-list dl dt span {
  font-size: 10px;
  font-weight: 500;
  color: #fff;
}
.plan-list dl dd {
  border: 1px solid #503414;
  background: #fff;
  width: 68%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 7px 12px;
}
.plan-list dl dd strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}
.plan-list dl dd span {
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
}
.plan-list dl dd .text-small {
  font-size: 9px;
}
.plan-list dl dd .price-box {
  border: 1px solid #503414;
  border-radius: 15px;
  margin-top: 5px;
  padding: 1px 2px;
  color: #000000;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  display: block;
  letter-spacing: -0.1px;
}
.sec-block .price-text2 {
  color: #503414;
  font-size: 14px;
  font-weight: 500;
  line-height: 36px;
  margin-top: 5px;
  margin-bottom: 0;
  letter-spacing: 1px;
}
.sec-block .price-text2 strong {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0px;
}
.sec-block ul.caution-text {
  width: 90%;
  margin: 0 auto;
}
.sec-block ul.caution-text li {
  text-align: left;
  font-size: 9px;
  font-weight: 400;
  line-height: 16px;
  color: #000;
}
.flow-list dl {
  width: 86%;
  margin: 0 auto 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/*.flow-list dl:last-child{
    align-items: flex-end;
}*/
.flow-list dl dt {
  width: 32%;
}
.flow-list dl dd {
  width: 66%;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  padding-bottom: 5px;
  color: #000;
  letter-spacing: -0.5px;
}
.flow-list dl dd span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 5px;
  color: #503414;
}
.flow-list dl dd strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  padding-bottom: 5px;
  color: #503414;
}
.flow-list dl:last-child dd {
  padding-top: 10%;
}
.present-box {
  width: 86%;
  margin: 0 auto;
  border: 1px solid #707070;
  background: #fff;
  border-radius: 5px;
  box-shadow: 4px 5px 5px -6px rgba(0, 0, 0, 0.3);
  padding: 10px 10px 8px;
}
.page-wrapper .sec-block .sec-box .present-box .text {
  color: #503414;
  font-size: 12px;
  font-weight: 700;
  line-height: 21px;
  padding-top: 60px;
  position: relative;
}
.page-wrapper .sec-block .sec-box .present-box .text:before {
  display: block;
  content: '';
  position: absolute;
  width: 64px;
  height: 60px;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../img/flow_book.png) no-repeat center bottom;
  background-size: 58px auto;
  z-index: 5;
}
.info-btn a {
  display: block;
  width: 86%;
  margin: 20px auto;
  padding: 15px;
  background: #503414;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
}
.qa-list {
  width: 86%;
  margin: 25px auto;
  text-align: left;
}
.qa-list dl {
  margin-bottom: 25px;
}
.qa-list dl dt {
  font-size: 14px;
  font-weight: 400;
  padding-left: 32px;
  padding-bottom: 7px;
  margin-bottom: 10px;
  border-bottom: dotted 1px #707070;
  position: relative;
}
.qa-list dl dt:before {
  content: '';
  position: absolute;
  width: 26px;
  height: 38px;
  bottom: 0px;
  left: 0;
  background: url(../img/icon_q.png) no-repeat left center;
  background-size: 26px auto;
  z-index: 5;
}
.qa-list dl dd {
  color: #000000;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}
.qa-list dl dd span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 8px;
}
.qa-list dl dd a {
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  color: #EC4242;
  text-decoration: underline;
}
.insta-block {
  background: #FBF6EF;
  margin: 20px auto 15px;
  padding: 5px 0 10px;
  text-align: center;
}
.insta-block .info-btn a {
  background: #194483;
  text-align: center;
  margin: 0px auto;
  padding: 10px;
}
.insta-block .info-btn a span {
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  position: relative;
  padding-left: 35px;
}
.insta-block .info-btn a span:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  background: url(../img/icon_instagram.png) no-repeat left center;
  background-size: 30px auto;
  z-index: 5;
}
.page-wrapper .sec-block .contact-block {
  width: 86%;
  margin: 0 auto 25px;
  padding: 20px 15px 15px;
  border: 1px solid #707070;
  background: #fff;
  border-radius: 5px;
  box-shadow: 4px 5px 5px -6px rgba(0, 0, 0, 0.3);
  text-align: left;
}
.page-wrapper .sec-block .contact-block h2.section-title {
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 21px;
  font-weight: 700;
}
.page-wrapper .sec-block .contact-block h2.section-title span:after {
  display: none;
}
.page-wrapper .sec-block .contact-block .sec-box {
  text-align: left;
}
.page-wrapper .sec-block .contact-block .sec-box p.text {
  color: #1C1B1B;
  font-size: 12px;
  line-height: 21px;
}
.c-main-menu {
   display: none;
}
.l-menu.c-main-menu{
   display: flex;
}
.l-menu.c-main-menu {
  background: #EFE5D9;
}

.l-menu.c-main-menu a {
  width: 5.5rem;
}
@media screen and (min-width: 767px) {
  .l-menu.c-main-menu {
    display: flex;
    max-width: 375px;
    width: 40%;
    margin: 0 auto;
  }
    .c-main-nav {
        display: block;
        max-width: 375px;
    width: 40%;
    margin: 0 auto;
    }
}
@media screen and (min-width: 767px) {}