@charset "utf-8";
/* CSS Document */
.container{
	overflow: hidden;
}
.header {
  height: 70px;
  display: flex;
  margin-bottom: 20px;
	padding: 10px;
}
.header__logo {
  margin-left: 10%;
  
	display: flex;
}
.header img {
  height: 50px;
  width: 50px;
  display: flex;
}
.header h1 {
  font-size: 2.4rem;
  font-family: "Noto Sans jp";
  float: right;
  padding: 10px;
}
@media(min-width:768px) {
  .header {
    margin-bottom:-40px;
    display: flex;
  }
  .header__logo {
    margin-top: 10px;
  }
}

.section-top__title {
  position: relative;
  height: 455px;
  margin: 0 auto;
  display: block;
}

.section-top__title-pc h2 {
  display: none;
}
.section-top__title-image-1 {
  width: 100%;
  height: auto;
  min-width: 380px;
  max-width: 550px;
  position: absolute;
  left: 42%;
  top: 50%;
  transform: translate(-42%, -50%);
  margin-left: 30px;
}
.section-top__title-image-2 {
  width: 100%;
  height: auto;
  min-width: 375px;
  max-width: 550px;
  position: absolute;
  left:49%;
  top: 50%;
  transform: translate(-49%, -50%);
}
.section-top__title h2 {
  position: absolute;
  left: 32%;
  top: 50%;
  max-width: 400px;
  min-width: 250px;
  margin-left: 30px;
  padding:0 10px 0 30px;
  transform: translate(-32%, -50%) rotate(-11deg);
  font-size: 2.4rem;
  line-height: 3.0rem;
  font-family: "04かんじゅくゴシック";
  font-weight: 400;
  color: #FFFFFF;
  text-shadow: 2px 3px 1px rgba(0, 0, 0, 0.3), 1px 9px 4px rgba(112, 72, 7, 0.3);
}
@media(max-width:450px){
  .section-top__title h2{
    font-size: 2.0rem;
    line-height: 2.4rem;
    padding-left: 0;
  }
}
.section-top__derection1, .section-top__derection2 {
  margin: 10px auto;
  padding: 10px 20px;
  font-size: 1.8rem;
  text-align: left;
  display: block;
}
@media(min-width:768px) {
  .section-top {
    height: 630px;
	margin: -10px auto 0;
    background-image: url("../images/2x/top_veg_P.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
  }
  .section-top__title {
    display: none;
  }
  .section-top__title-pc {
    margin-right: 100px;
    
    position: relative;
  }
  .section-top__title-pc h2 {
    display: inline;
    position: absolute;
    left: 50%;
    top: 50px;
    margin-right: 30px;
    font-size: 3.6rem;
    font-family: "04かんじゅくゴシック";
    font-weight: 400;
    line-height: 50px;
  }
  /*top-h2文字色変更*/
  .orange {
    color: #FE6C05;
  }
  .green {
    color: #3b8740;
  }
  .section-top__derection1 {
    position: absolute;
    left: 52%;
    top: 218px;
    margin-right: 30px;
    display: inline;
  }
  .section-top__derection2 {
    position: absolute;
    left: 52%;
    top: 450px;
    margin-right: 30px;
    display: inline;
  }
  .section-top__title-pc button {
    position: absolute;
   left: 61%;
    top: 330px;
    display: flex;
  
  }
  
}
@media(min-width:1600px){
  .section-top__title-pc h2 {
    left:55%;
  }
  
}
 /*背景葉っぱデザイン*/
 .leaf{
  display: flex;
  opacity: 0.3;
}
@media(max-width:768px){
  .leaf{
  display: none;
 
}
  
}
#leaf1 {
  position: absolute;
  left: 10%;
  width: 70px;
  height: auto;
  margin-top: -10px;
}
#leaf2 {
  position: absolute;
  right: 10%;
  width: 70px;
  height: auto;
  margin-top: -10px;
  
}
#leaf3 {
  position: absolute;
  left: 10%;
  width: 60px;
  height: auto;
  margin-top: -30px;
}
#leaf4 {
  position: absolute;
  right: 10%;
  width: 60px;
  height: auto;
  margin-top: -20px;
  
}
#leaf5 {
  position: absolute;
  left: 10%;
  width: 60px;
  height: auto;
  margin-top: -10px;
}
#leaf6 {
  position: absolute;
  transform: rotate(180deg);
  right: 10%;
  width: 60px;
  height: auto;
  margin-top: -20px;
}
.trial {
  display: flex;
  background-color: #1f3119;
  border-radius: 30px;
  margin: 0 auto;
}
/*お試しボタンデザイン*/
.button-design {
  margin: 40px auto;
}
.btn-1 {
  float: left;
  font-size: 1.2rem;
  line-height: 12px;
  background-color: #FFFFFF;
  padding: 5px;
  margin: 10px auto 10px 2px;
  border-radius: 40px;
}
.btn-2 {
  float: right;
  font-size: 2.0rem;
  color: #FFFFFF;
  font-family: "04かんじゅくゴシック";
  margin: 15px 20px 10px 5px;
}
.section-selected {
  background-color: #1f3119;
  padding-bottom: 40px;
}
.section-selected h2 {
  color: #fff;
  padding: 20px;
}
.section-selected ul {
  margin: 0 auto;
  padding: 0 20px;
  list-style: none;
 
}
.section-selected ul li {
  max-height: 250px;
  max-width: 327px;
  margin: 20px auto;
  padding: 20px ;
}
.section-selected ul li h3 {
  color: #fff;
}
.section-selected ul li p {
  color: #fff;
  padding: 20px 10px 0;
}
.section-selected img {
  width: auto;
  height: 79px;
  max-width: 120px;
  padding-top: 10px;
}
.reason1 {
  background-color: #af9135;
  margin-top: 20px;
}
.reason2 {
  background-color: #afae35;
  margin-top: 20px;
}
.reason3 {
  background-color: #5e912f;
  margin-top: 20px;
}
@media(min-width:1200px){
  .section-selected ul{
     flex-wrap: wrap;
  justify-content: center;
  display: flex;
    max-width: 1440px;
  
  }
 
}
.section-products {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #f8f6f2;
}
.section-products h2 {
  margin-bottom: 20px;
}
.section-products h3 {
  margin: 0 70px;
  font-weight: 400;
}
.section-products ul {
  margin: 0 auto;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  max-width: 1440px;
}
.section-products ul li {
  width: 327px;
  height: 400px;
  border: solid 1px;
  background-color: #FFFFFF;
  margin: 20px auto;
}
.section-products ul li:nth-child(1) {
  border-color: #5e912f;
}
.section-products ul li:nth-child(2) {
  border-color: #fa7d19;
}
.section-products ul li:nth-child(3) {
  border-color: #af9135;
}
.section-products ul li:nth-child(4) {
  border-color: #1f3119;
}
.section-products ul li img {
  width: 255px;
  height: 200px;
  object-fit: cover;
  object-position: 50% 50%;
  margin-top: 20px;
}
.section-products ul li h3 {
  text-align: left;
  margin-left: 40px;
}
.section-products ul li p {
  margin: 10px 40px;
  text-align: left;
  line-height: 2.0rem;
}
@media(min-width:768px) {
  .section-products ul li {
    width: 295px;
    margin: 20px 10px 20px 0;
    
  }
}

.section-trial h3 {
  margin: 40px auto 20px;
 padding: 0 20px;
}
 /*trial-pc用*/
.farm1 {
  display: none
}
.farm2, .arrow {
  display: none
}
.farm-name {
  display: none;
}
.set-title {
  display: none;
}
/*trial-pc用ここまで*/

.set-a {
  height: 180px;
  width: 327px;
  margin: 0 auto;
  background-image: url("../images/2x/farm_2.jpg");
  background-position: -10px -60px;
  background-size: auto 150%;
  background-repeat: no-repeat;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.4);
}
.ribbon {
  display: flex;
  width: 260px;
  height: auto;
  
  margin-top: 20px;
  margin-left: -15px;
  padding-top: 17px;
  opacity: 0.8;
}
.set-a h4 {
  display: flex;
  
  margin-top: -35px;
  margin-left: 10px;
  font-size: 2.0rem;
  color: #ffffff;
  position: relative;
}
.set-a p {
  margin-top: 80px;
  color: #ffffff;
  padding: 10px 25px;
  background-color: #5e912f;
  border-radius: 0 0 10px 10px;
}
.set-b {
  height: 180px;
  width: 327px;
  margin: 60px auto;
  background-image: url("../images/2x/farm_1.jpg");
  background-position: -10px -60px;
  background-size: auto 150%;
  background-repeat: no-repeat;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.4);
}
.set-b h4 {
  display: flex;
  
  margin-top: -35px;
  margin-left: 10px;
  font-size: 2.0rem;
  color: #ffffff;
  position: relative;
}
.set-b p {
  margin-top: 80px;
  color: #ffffff;
  padding: 10px 25px;
  background-color: #5e912f;
  border-radius: 0 0 10px 10px;
}
.section-trial button {
  margin: 40px auto;
}
@media(min-width:1040px) {
	
  .section-trial h3 {
	  
    font-size: 2.4rem;
    margin-bottom: 40px;
    
  }
  .ribbon, .section-trial h4 {
    display: none;
  }
  .arrow {
    display: flex;
    width: 300px;
    height: auto;
    margin: 0 auto;
  }
  .farm1, .farm2 {
    display: inline-block;
    width: 520px;
    height: 250px;
    object-fit: cover;
    object-position: 20% 50%;
    
  }
  .farm1{
    border:dotted 1px #ffd051;
  }
  .farm2{
    border:dotted 1px #5e912f;
  }
  .farm-name {
    display: flex;
  }
	
  .set p {
    background-color: rgba(0, 0, 0, 0);
    color: #333;
    padding: 0;
    border-radius: 0;
	  
  }
  .set-a, .set-b {
    background-image: none;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    display: flex;
  }
  .set-a {
    flex-direction: row;
  }
  .set-a-image {
    display: flex;
    position: absolute;
   
   right: 50%;
  }
  .set-a-image p {
    position: absolute;
    padding: 0;
    margin-top: 10px;
    padding-left: 20px;
  }
  .set-a-derection {
    margin-top: 25px;
    position: absolute;
    
    left:  50%;
    padding: 10px;
    border: dotted 1px #5e912f;
    background-color: rgba(248,246,242,0.75);
  }
  .set-title {
    margin: 10px 40px;
    display: flex;
  }
  .set-a-derection p {
    text-align: left;
    padding: 10px;
    margin: 40px 20px 10px;
    background-color: rgba(0,0,0,0);
  }
  .set-b {
    flex-direction: row-reverse;
  }
  .set-b-derection {
    margin-top: 40px;
    position: absolute;
    right: 50%;
    padding: 10px;
    border: dotted 1px #ffd051;
    background-color: rgba(248,246,242,0.75);
  }
  .set-b-image {
    display: flex;
    position: absolute;
    left: 50%;
    margin-top: 15px;
  }
  .set-b-image p {
    position: absolute;
    padding: 0;
    margin-top: 10px;
    margin-left: 340px;
    padding-left: 20px;
  }
  .set-b-derection p {
    text-align: right;
    padding: 10px;
    margin: 40px 20px 10px;
    background-color: rgba(0,0,0,0);
  }
  .section-trial button {
    margin: 120px auto 40px;
  }
}
.section-farmers {
  
  background-color: #f8f6f2;
  padding:40px 0;
}
.section-farmers h2 {
  
  font-size: 2.1rem;
  font-family: "04かんじゅくゴシック";
}

.section-farmers h3 {
  margin-top: 10px;
}
.section-farmers h4 {
  margin: 10px auto;
  font-size: 1.8rem;
  font-family: "04かんじゅくゴシック";
  font-weight: 400;
}
 
.section-farmers__main-image img{
  width: 100%;
  height: 50vw;
  object-fit: cover;
  object-position:0% 0%;
  margin: 20px ;
  
}
 /*slideデザイン*/
.slide-farm-name{
  font-size: 2.0rem;
  font-weight: 600;
}
.slick-dots{
	bottom: -40px!important;
}


/*farmer-pc用*/
.farmers-title{
  display: none;
}
.farmers-pc{
    display: none;
  }
@media(min-width:768px){
  .section-farmers h2{
    padding-top: 20px;
  }
 /*farmer-mobile用*/
.farmers-title{
  display: none;
}
.farmers-pc{
    display: none;
  }
  .farmers-title2,.section-farmers h4 {
    display: none;
  } 
  .section-farmers__main-image img{
    display: none;
  }
  .section-farmers__txt {
    display: none;
  }
  /*farmer-mobile用ここまで*/
   
   .farmers-pc{
    display: flex;
  }
  .farmers-title{
   display: block;
    padding: 100px 200px;
    margin: -20px auto 20px;
    color: #ffffff;
    background-image: url("../images/2x/farm_image2.jpg") ;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    
  }
 
  
  .section-farmers ul {
  margin: 0 auto;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  max-width: 1160px;
}
  
.section-farmers ul li {
  background-color: #FFFFFF;
  height: 315px;
  width: 250px;
  margin: 20px  10px 0 0;
  border: solid 1px;
}
.section-farmers ul li img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  object-fit: cover;
  margin: 25px auto;
}
  .section-farmers button {
  margin: 20px auto;
  padding: 2px 10px;
  border-radius: 10px;
  border: solid 0;
  background-color: #1f3119;
  color: #ffffff;
}
  /*popupデザイン*/
    .popup-title{
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .popup-derection{
    font-size: 1.8rem;
   margin: 10px 20px;
  padding-right: 10px;}
  
  .popup-light{
    font-weight: 400;
    color: #555555;
    font-size: 1.6rem;
  }
  
  .popup-modal-dismiss{
    margin: 10px;
    text-decoration: none;
  }
}
.section-voices h2 {
  margin: 40px auto;
}
.section-voices ul {
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  max-width: 1160px;
  margin: 20px;
  padding: 0 20px;
  
}
.section-voices ul li {
  height: auto;
  width: 320px;
  padding:5px  ;
  margin:0 auto 20px;
  background-color: #fbfbfb;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.4);
}
.star {
  font-size: 2.4rem;
  color: #c49e18;
  margin: 0 auto;
  padding-top: 20px;
}
.section-voices ul li h3 {
  font-size: 2.2rem;
  font-family: "04かんじゅくゴシック";
  margin: 20px auto;
}
.section-voice__derection {
  font-family: "04かんじゅくゴシック";
  margin: 0 10px;
}
.section-voices ul li img {
  border-radius: 50%;
  width: 85px;
  height: 85px;
  object-fit: cover;
  float: left;
  margin-left: 20px;
  padding: 5px;
  margin-bottom: 10px;
}
.customer {
  
  padding-top: 20px;
  font-size: 2.0rem;
  font-weight: 600;
}
@media(min-width:768px){
	
	.section-voices ul{
		margin: 10px auto;
    padding-right: 10px
		
	}
  .section-voices ul li{
		
    margin: 10px;
		
	}
}
.section-faq {
  background-color: #f8f6f2;
  margin-top: 60px;
  padding:0 10px 60px;
	
}
.section-faq h2 {
  display: blodk;
  text-decoration: underline;
  text-underline-offset: 1.0rem;
  font-weight: 500;
  padding: 30px 20px 10px;
  margin: 0 auto 40px ;
  
}
.section-faq p {
  text-align: left;
}

 /*アコーデオンデザイン*/
.qa-list dl {
  position: relative;
  max-width: 1040px;
  margin: 10px  auto;
  padding: 28px 80px 28px 30px;
  cursor: pointer;
  border: 1px solid #949494;
}
/*.qa-list dl:first-child {
    border-top: 1px solid #000;
}*/
.qa-list dl::before {
  position: absolute;
  top: 35px;
  right: 35px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
.qa-list .open::before {
  transform: rotate(-45deg);
}
.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 0 0 0 50px;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
}
.qa-list dl dt::before {
  font-size: 2.4rem;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  content: 'Q.';
  color: #3285bf;
}
.qa-list dl dd::before {
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 5px;
  display: block;
  content: 'A.';
  font-weight: bold;
  color: #E31A1D;
}
.qa-list dl dd {
  position: relative;
  display: none;
  height: auto;
  margin: 20px 0 0;
  padding: 0 0 0 50px;
}
.qa-list dl dd p {
  margin: 30px 0 0;
}
.qa-list dl dd p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
	
  .section-faq h2 {
    display: inline-block;
    margin: 0 auto;
    font-size: 2.0rem;
  }
   /*アコーデオンデザイン*/
  .qa-list dl {
    position: relative;
    margin: 0 24px;
    padding: 15px 40px 15px 10px;
    border-top: none;
    border-left: none;
    border-right: none;
  }
  .qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
  }
  .qa-list dl dt {
    padding: 0 0 0 30px;
    font-size: 1.6rem;
  }
  .qa-list dl dt::before {
    font-size: 1.8rem;
    top: 3px;
    left: 5px;
    content: 'Q.';
  }
  .qa-list dl dd::before {
    font-size: 1.6rem;
    top: 5px;
    left: 5px;
    content: 'A.';
  }
  .qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 1.6rem;
  }
  .qa-list dl dd p {
    margin: 30px 0 0;
  }
  .qa-list dl dd p:first-child {
    margin-top: 0;
  }
}
  
.footer {
  background-color: #463c36;
  margin-top: 120px;
  padding-bottom: 20px;
}
.footer img {
  width: 175px;
  height: auto;
  margin: 10px auto;
  display: block;
  padding:  20px;
  
}
.footer adress {
  font-size: 1.8rem;
  font-weight: 400;
  color: #FFFFFF;
  margin: 20px;
  display: block;
}

.footer__sns_links ul{
  margin: 0 auto 10px;
  padding: 20px;
  max-width: 240px;
}
.footer__sns_links li {
  display: inline-block;
  
  margin-right: 15px;}

.footer__sns_links li img {
  width: 20px;
  height: auto;
 
}
.footer h3, small {
  color: #FFFFFF;
  margin: 20px;
}