@charset "utf-8";
.top-ranking {
  margin: 28px auto;
}
.top-ranking .roomitemlist {
  margin-top: 28px;
}
.top-ranking__more {
  margin-bottom: 28px;
  text-align: center;
}
.top-ranking__more .btn-arrow{
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .top-ranking {
    margin: 56px auto;
  }
  .top-ranking .roomitemlist__item {
    width: 23%;
  }
  .top-ranking .roomitemlist__item:nth-child(4n) {
    margin-right: 0;
  }
  .roomitemlist__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .roomitemlist__item:not(:nth-child(4n)) {
    margin-right: 2.66%;
  }
  .top-ranking__more .btn-arrow{
    display: inline-block;
  }
}