@charset "utf-8";

/** ***************************************************************************
 * 共用
 * ************************************************************************* */

#main .section:nth-child(even) {
  background-color: #f3f0e8;
}

/** ***************************************************************************
 * 紹介文
 * ************************************************************************* */

#lead div.content {
  font-size: 1.143em;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #lead div.content {
    letter-spacing: 2px;
    font-size: 1.2em;
  }

}

/** ***************************************************************************
 * 特長
 * ************************************************************************* */

/** ***************************************************************************
 * 紹介文
 */

#feature div.lead {}

/** ***************************************************************************
 * 一覧
 */

#feature div.feature ul.list,
#feature div.feature ul.list li {
  list-style: none;
}

#feature div.feature ul.list {
  margin-top: 0;
  padding: 0;
}

#feature div.feature ul.list li {
  max-width: 344px;
  border: 6px solid;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

#feature div.feature ul.list li:nth-child(1) {
  animation-delay: 0.0s;
}

#feature div.feature ul.list li:nth-child(2) {
  animation-delay: 0.3s;
}

#feature div.feature ul.list li:nth-child(3) {
  animation-delay: 0.6s;
}

#feature div.feature ul.list li .text {
  margin-top: 0;
  padding: 0.75em;
  font-size: 1.143em;
  font-weight: 400;
  text-align: center;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #feature div.feature ul.list {
    justify-content: center;
  }

  #feature div.feature ul.list li {
    max-width: 100%;
    min-width: 344px;
  }

  #feature div.feature ul.list li .text {
    padding: 0.75em 0.75em 1em;
    line-height: 1.66;
    font-size: 1.4em;
  }

}

/** ***************************************************************************
 * 契約農家と伊藤園の関係性
 * ************************************************************************* */

#connection div.image {
  text-align: center;
}

/** ***************************************************************************
 * 主な契約農家
 * ************************************************************************* */

#farmer div.body {
  position: relative;
}

/** ***************************************************************************
 * タイトル
 */

#farmer .section-title {
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

/** ***************************************************************************
 * 分布図
 */

#farmer div.map {
  max-width: none;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -60px;
  text-align: right;
  overflow: hidden;
  position: relative;
  top: -30px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #farmer div.map {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: -120px;
    top: -60px;
  }

}

/** ***************************************************************************
 * 契約農家一覧
 */

#farmer div.list {
  margin-bottom: -20px;
  overflow: hidden;
}

#farmer div.list div.item {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  background-color: #fff;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #farmer div.list {
    margin-bottom: -60px;
  }

  #farmer div.list div.item {
    max-width: 100%;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
  }

}

/** ===========================================================================
 * 画像
 */

#farmer div.list div.image {
  text-align: center;
  background-color: #eae7df;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #farmer div.list div.image {
    width: 50%;
    min-height: 430px;
    overflow: hidden;
    position: relative;
    flex-grow: 1;
  }

  #farmer div.list div.image img {
    max-width: none;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
  }

}

/** ===========================================================================
 * 内容
 */

#farmer div.list div.content {
  padding: 1em 1em 1.5em;
}

#farmer div.list div.content .catchcopy {
  font-size: 1.285em;
  font-weight: 400;
}

#farmer div.list div.content .catchcopy small {
  font-size: 0.8em;
}

#farmer div.list div.content dl.company {
  margin-bottom: 0;
}

#farmer div.list div.content dl.company dt {
  margin-bottom: 1em;
  font-size: 1.071em;
}

#farmer div.list div.content dl.company dt .area {
  color: #1d7a40;
  font-size: 0.933em;
  display: block;
}

#farmer div.list div.content dl.company dd {
  margin: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #farmer div.list div.content {
    width: 50%;
    min-width: 500px;
    padding: 2em 2em 2.5em;
    flex-grow: 1;
  }

  #farmer div.list div.content .catchcopy {
    line-height: 1.4;
    font-size: 2em;
  }

  #farmer div.list div.content dl.company dt {
    font-size: 1.2em;
  }

  #farmer div.list div.content dl.company dt .area {
    font-size: 0.77em;
  }

}
