@charset "UTF-8";

/* MV */
#otoriyose {
  margin-bottom: 90px;
}

#otoriyose .mvWrap {
  margin-bottom: 40px;
}

/* タイトル */
#otoriyose .wrapTtl {
  margin: 0 auto 30px;
  text-align: center;
}

#otoriyose .wrapTtl span {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: .1em;
  position: relative;
}

#otoriyose .wrapTtl span::before {
  background-color: #233e69;
  bottom: -15px;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 30px;
}

/* カテゴリー一覧 */
#otoriyose .wrapGourmetList {
  margin-bottom: 20px;
}

#otoriyose .gourmetList ul {
  display: flex;
  flex-wrap: wrap;
}

#otoriyose .gourmetList ul li {
  border: 1px solid #171e56;
  display: flex;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 20px;
  width: calc((100% - (20px * 1)) / 2);
}

#otoriyose .gourmetList ul li:not(:nth-child(2n)) {
  margin-right: 20px;
}

#otoriyose .gourmetList ul li a {
  align-items: center;
  background-color: #f4f8fe;
  color: #233e69;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  height: 100%;
  justify-content: flex-start;
  letter-spacing: .28em;
  line-height: 1.25;
  padding-right: 17px;
  position: relative;
  text-align: left;
  width: 100%;
}

#otoriyose .gourmetList ul li a img {
  height: 100%;
  margin-right: 17px;
}

#otoriyose .gourmetList ul li .all {
  padding-left: 20px;
  padding-right: 15px;
}

#otoriyose .gourmetList ul li a::before {
  background: url(/d_images/campaign/otoriyose/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: 8px auto;
  content: "";
  height: 15px;
  position: absolute;
  right: 10px;
  transform: translateY(5%);
  width: 8px;
}

#otoriyose .gourmetList ul li .all {
  padding-left: 20px;
  padding-right: 15px;
}


@media screen and (max-width: 1024px) and (min-width: 767px) {
  
  #otoriyose .gourmetList ul li{
    height: 70px;
    margin-bottom: 15px;
    width: calc((100% - (15px * 1)) / 2);
    overflow: hidden;
  }

  #otoriyose .gourmetList ul li:not(:nth-child(2n)){
    margin-right: 15px;
  }
  #otoriyose .gourmetList ul li a{
    font-size: 12px;
    letter-spacing: 0;
  }

  #otoriyose .gourmetList ul li a img {
    width: 45%;
    height: auto;
    margin-right: 10px;
  }

  #otoriyose .gourmetList ul li:last-child{
    height: 70px;
  }
}

@media screen and (max-width: 767px) {
  /* MV */
  #otoriyose .mvWrap {
    margin-bottom: 26px;
  }

  /* タイトル */
  #otoriyose .wrapTtl span {
    font-size: 1.5em;
  }

  #otoriyose .gourmetList ul li {
    margin-bottom: 10px;
    width: 100%;
  }

  #otoriyose .gourmetList ul li a img {
    margin-right: 4px;
  }

  #otoriyose .gourmetList ul li a {
    margin-bottom: 10px;
    width: 100%;
  }

  #otoriyose .gourmetList ul li:not(:nth-child(2n)) {
    margin-right: 0;
  }

  #otoriyose .gourmetList ul li a img {
    height: 100%;
    margin-right: 12px;
  }
}
