@charset "UTF-8";

#new {
  width: 800px;
  margin: auto;
}

#new #banner_area {
  width: 100%;
  margin-bottom: 20px;
}

#new #banner_area img {
  width: 100%;
}

#new #banner_area img.sp {
  display: none;
}

#new article {
  position: relative;
  margin: 0 0.5vw;
}

#new article a {
    display: block;
    overflow: hidden;
    width: 100%;
    text-decoration: none;
}

#new article .thumbnail {
    position: relative;
    z-index: 1;
    height: 150px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .35s ease-in-out;
}

#new article h3 {
    position: relative;
    z-index: 2;
    height: 50px;
    font-size: 15px;
    line-height: 1.1;
    color: #000;
    border: 1px solid #DDD;
    padding-left: 1em;
    padding-right: 1em;
    background: #fff;
    transition: .35s ease-in-out;
    display: flex;
    align-items: center;
    margin: 0;
}

#new article .rec {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 50px;
    background-color: #FFCC00;
    color: #000;
    padding: 4px 10px;
    text-align: right;
    font-size: 75%;
    margin: 0;
}

#new article .genre {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    padding: 5px 20px;
    font-size: 14px;
    color: #fff;
    margin: 0;
}


#new article .genre.ramen {
    background: #5B3203;
}

#new article .genre.western {
    background: #c1272d;
}

#new article .genre.yakiniku {
    background: #0071bc;
}

#new article .genre.japanese {
    background: #f7931e;
}

#new article .genre.combini {
    background: #824880;
}

#new article .genre.chinese {
    background: #ff0000;
}

#new article .genre.foods {
    background: #093;
}

#shop-slider button.slick-prev.slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  width: 60px;
  height: 60px;
  background: #f7931e;
  text-indent: -9999px;
  border: none;
  transform: translateY(-50%);
  transition: .35s ease-in-out;
  cursor: pointer;
}

#shop-slider button.slick-prev.slick-arrow::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(-45deg);
  transition: .35s ease-in-out;
}

#shop-slider button.slick-next.slick-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  width: 60px;
  height: 60px;
  background: #f7931e;
  text-indent: -9999px;
  border: none;
  transform: translateY(-50%);
  transition: .35s ease-in-out;
  cursor: pointer;
}

#shop-slider button.slick-next.slick-arrow::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(135deg);
  transition: .35s ease-in-out;
}

#new .btn {
  height: 25px;
  border: none;
  width: 100%;
  text-align: right;
  background: none;
  padding: 0;
  margin-top: 10px;
}

#new .btn a {
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
  color: #e9a41d;
  text-decoration: none;
  font-size: 20px;
}

@media (max-width: 800px) {
  #new {
    width: 90%;
    margin: auto;
  }
}

@media (max-width: 500px) {
  #new #banner_area img.pc {
    display: none;
  }

  #new #banner_area img.sp {
    display: block;
  }

  #new article h3 , #new article .genre , #new article .rec{
    display: none;
  }

  #new article .thumbnail {
    height: 90px;
  }

  #new .btn a {
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  #new article .thumbnail {
    height: 60px;
  }
}
