@charset "UTF-8";
/* ==========================================================================//
//
// About
//
// ========================================================================== */
/* 生産者リスト
---------------------------------------------------------- */
.producers_contents {
  margin-top: 80px;
}
@media all and (min-width: 751px) {
  .producers_contents {
    margin-top: 160px;
  }
}
@media all and (min-width: 751px) and (min-width: 921px) {
  .producers_contents {
    padding-bottom: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 30px;
    background-image: url(../images/producers/map.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
  }
}
@media all and (min-width: 921px) {
  .producers_contents .producer_list {
    width: min(400px, 100%);
  }
}
@media all and (max-width: 920px) {
  .producers_contents .producer_list:last-child {
    border-bottom: 1px solid #E6E6E6;
  }
}
.producers_contents .producer_list .producer_detail {
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  border-top: 1px solid #E6E6E6;
}
@media all and (min-width: 751px) {
  .producers_contents .producer_list .producer_detail {
    padding: 15px 0;
    gap: 0 40px;
  }
}
@media all and (min-width: 921px) {
  .producers_contents .producer_list .producer_detail:last-child {
    border-bottom: 1px solid #E6E6E6;
  }
}
.producers_contents .producer_list .producer_detail .place {
  width: 17%;
}
@media all and (max-width: 750px) {
  .producers_contents .producer_list .producer_detail .place {
    width: 23.9%;
  }
}
@media screen and (min-width: 751px) and (max-width: 921px) {
  .producers_contents .producer_list .producer_detail .place {
    width: 25%;
  }
}
.producers_contents .producer_list .producer_detail .detail {
  width: 83%;
}
@media all and (max-width: 750px) {
  .producers_contents .producer_list .producer_detail .detail {
    width: 76.1%;
  }
}
@media screen and (min-width: 751px) and (max-width: 921px) {
  .producers_contents .producer_list .producer_detail .detail {
    width: 75%;
  }
}

/* 画像
---------------------------------------------------------- */
.producer_pic {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.7px 1.4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (min-width: 751px) {
  .producer_pic {
    margin-top: 140px;
    gap: 6px 5px;
  }
}
.producer_pic .image {
  width: calc((100% - 1.7px) / 2);
}
@media all and (min-width: 751px) {
  .producer_pic .image {
    width: calc((100% - 6px) / 2);
  }
}