/* Scss Document */
.icon-title {
  color: #84521C;
}

.gourmet-item {
  position: relative;
}
.gourmet-detail {
  position: relative;
}
.gourmet-detail .genre {
  margin-bottom: 0.5em;
}
.gourmet-detail .benefits {
  padding: 0 0.5em;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background: #EF835B;
  font-size: 1.4rem;
  font-weight: bold;
}
.gourmet-detail .name {
  margin-bottom: 1em;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
}
.gourmet-detail .lead {
  font-weight: bold;
  margin-bottom: 1em;
}
.gourmet-detail .content-btn {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.gourmet-detail .content-btn li {
  margin: 0;
}
.gourmet-info {
  margin-bottom: 2em;
  border: solid 1px #E2E2E2;
}
.gourmet-table {
  margin-bottom: 1em;
  width: 100%;
}
.gourmet-table th, .gourmet-table td {
  text-align: left;
}
.gourmet-table th {
  width: 5em;
  color: #84521C;
}
.gourmet-table td {
  letter-spacing: 0;
}

@media only screen and (min-width: 601px) {
  .gourmet-item {
    margin-bottom: 3em;
    padding-bottom: 3em;
    border-bottom: solid 1px #E2E2E2;
  }
  .gourmet-head {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .gourmet-img {
    width: 38%;
  }
  .gourmet-detail {
    width: 58.7%;
  }
  .gourmet-detail .benefits {
    font-size: 1.4rem;
  }
  .gourmet-info {
    padding: 1.5em;
  }
}
@media only screen and (max-width: 600px) {
  .gourmet-item {
    margin-bottom: 2em;
    padding-bottom: 2em;
  }
  .gourmet-img {
    width: 100%;
  }
  .gourmet-detail {
    margin-bottom: 1em;
    width: 100%;
  }
  .gourmet-detail .benefits {
    font-size: 1.2rem;
  }
  .gourmet-detail .name {
    font-size: 2rem;
    font-weight: bold;
  }
  .gourmet-info {
    padding: 4vw;
    font-size: 1.5rem;
  }
}