/* メイン */
/* ーーーーーーーーーーーーーーーーーーー商品覧ーーーーーーーーーーーーーーーーーーー */

/* ーーーーーサイドバーーーーーー */

.aside-wrapper {
  width: 300px;
  padding: 0 20px 0 0;
}

.aside {
  padding: 83px 0 110px 37px;
  background: #e8dfc9;
}

.aside-wrapper.food-items {
  padding-top: 50px;
}

.aside-wrapper.food-items,
.aside-wrapper.food-category,
.aside-wrapper.guide .guide1 {
  display: flex;
  flex-direction: column;
}

.aside-title {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 33px 0 18px 0;
}

.food-icon {
  margin-right: 10px;
}

.food-item-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.food-item-list li a:hover,
.food-category-list li a:hover,
.guide-list li a:hover {
  opacity: 0.5;
}

.category-list {
  color: #838383;
}

.food-item-list li + .food-item-list li {
  margin-top: 7px;
}

.food-item-list li a {
  padding-left: 52px;
  line-height: 30px;
  font-weight: 100;
  letter-spacing: 0.2em;
}

.food-item-list li:nth-child(1) {
  background: url('../images/niku.svg') no-repeat;
  background-size: 24px 22px;
  background-position: 8px center;
}

.food-item-list li:nth-child(2) {
  background: url('../images/fish.svg') no-repeat;
  background-size: 31px 14px;
  background-position: 6px center;
}

.food-item-list li:nth-child(3) {
  background: url('../images/fruits.svg') no-repeat;
  background-size: 22px 25px;
  background-position: 10px center;
}

.food-item-list li:nth-child(4) {
  background: url('../images/vegetables.svg') no-repeat;
  background-size: 26px 26px;
  background-position: 7px center;
}

.food-item-list li:nth-child(5) {
  background: url('../images/rice.svg') no-repeat;
  background-size: 27px 22px;
  background-position: 5px center;
}

.food-item-list li:nth-child(6) {
  background: url('../images/seasoning.svg') no-repeat;
  background-size: 20px 24px;
  background-position: 9px center;
}

.food-item-list li:nth-child(7) {
  background: url('../images/milk.svg') no-repeat;
  background-size: 13px 29px;
  background-position: 13px center;
}

.food-item-list li:nth-child(8) {
  background: url('../images/sweets.svg') no-repeat;
  background-size: 25px 22px;
  background-position: 7px center;
}

.food-item-list li:nth-child(9) {
  background: url('../images/drink.svg') no-repeat;
  background-size: 35px 23px;
  background-position: 1px center;
}

.food-item-list li:nth-child(10) {
  background: url('../images/other.svg') no-repeat;
  background-size: 35px 23px;
  background-position: 1px center;
}

.food-category-list {
  padding: 0;
  margin: 0;
}

.guide-list {
  padding: 0;
  margin: 37px 0 21px 0;
}

.food-category-list li {
  list-style: none;
  padding-left: 15px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0.2em;
}

.guide-list li {
  list-style: none;
  padding-left: 0;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0.2em;
}

/* snsアイコン */

.sns-aside .fab::before {
  font-size: 30px;
}

/* ホットワード */
.hotword {
  flex-wrap: wrap;
}

.hotword-title-icon {
  display: flex;
  margin-bottom: 5px;
}

.hotword-title {
  font-size: 18px;
  margin: 0;
  padding-top: 10px;
}

.hotword-icon {
  margin-right: 15px;
}

.hotword-text {
  display: inline-block;
  padding: 1px;
  margin: 8px 3px 0 0;
  border: 0.5px solid #2e251f;
  border-radius: 4px;
}

.hotword-text:hover {
  border: 0.5px solid #888888;
}

@media (max-width: 1200px) {
  .aside-wrapper {
    width: 250px;
  }

  .aside {
    padding: 83px 0 110px 10px;
  }
}

@media (max-width: 800px) {
  .aside-title {
    font-size: 13px;
    margin: 33px 0 20px 0;
  }

  .aside-wrapper {
    width: 200px;
  }

  .sns-icon + .sns-icon {
    margin-left: 18px;
  }

  .food-item-list,
  .food-category-list,
  .guide-list,
  .hotword-list {
    font-size: 14px;
  }

  .hotword-title {
    font-size: 14px;
  }

  .hotword-icon {
    height: 28px;
  }

  .hotword-icon {
    margin-right: 4px;
  }

  .fab::before {
    font-size: 20px;
  }

  .food-item-list li:nth-child(1) {
    background-size: 23px 21px;
    background-position: 7px center;
  }

  .food-item-list li:nth-child(2) {
    background-size: 30px 13px;
    background-position: 5px center;
  }

  .food-item-list li:nth-child(3) {
    background-size: 21px 24px;
    background-position: 9px center;
  }

  .food-item-list li:nth-child(4) {
    background-size: 25px 25px;
    background-position: 6px center;
  }

  .food-item-list li:nth-child(5) {
    background-size: 26px 21px;
    background-position: 4px center;
  }

  .food-item-list li:nth-child(6) {
    background-size: 19px 23px;
    background-position: 8px center;
  }

  .food-item-list li:nth-child(7) {
    background-size: 12px 28px;
    background-position: 12px center;
  }

  .food-item-list li:nth-child(8) {
    background-size: 24px 21px;
    background-position: 6px center;
  }

  .food-item-list li:nth-child(9) {
    background-size: 34px 22px;
    background-position: 1px center;
  }

  .food-item-list li:nth-child(10) {
    background-size: 34px 22px;
    background-position: 1px center;
  }
}

@media (max-width: 640px) {
  .aside-wrapper {
    display: none;
  }
}
