.hotels .hotel {
  border: 1px solid #c3c3c3;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #d6d6d6;
}
.hotels .hotel .photo {
  position: relative;
}
.hotels .hotel .photo img {
  height: 180px;
  object-fit: cover;
}
.hotels .hotel .photo img a:hover {
  opacity: 0.9;
}
.hotels .hotel .photo span {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 4px 6px;
  padding-right: 16px;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.5);
}
.hotels .hotel .photo span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.5em;
  width: 0.5em;
  height: 0.5em;
  margin-top: -0.3em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.hotels .hotel .content {
  padding: 12px;
}
.hotels .hotel .departures {
  font-size: 12px;
  padding-bottom: 8px;
}
.hotels .hotel .hotel-name {
  font-size: 14px;
  padding-bottom: 8px;
  font-weight: bold;
}
.hotels .hotel .info-box {
  padding-bottom: 8px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.hotels .hotel .info-box .icon {
  margin-left: 6px;
  cursor: pointer;
  height: 16px;
  width: 16px;
}
.hotels .hotel .price {
  color: #bf0000;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
}
.hotels .hotel .price span {
  font-size: 18px;
}
.hotels .hotel .btns a {
  color: #fff !important;
  font-weight: bold;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #0dbd0d;
}
.hotels .hotel .btns a:hover {
  text-decoration: none !important;
  opacity: 0.9;
}

#rvw-score {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  padding-bottom: 8px;
}
#rvw-score .hotel-rank-text {
  font-size: 12px;
}
#rvw-score a .review-score {
  color: #bf0000;
  font-size: 14px;
  font-weight: bold;
}
#rvw-score a .review-score:hover {
  opacity: 0.8;
}
#rvw-score .stars {
  font-size: 14px;
  letter-spacing: 1px;
  margin-right: 2px;
  width: 80px;
  display: inline-block;
  position: relative;
}
#rvw-score .stars .review-base {
  color: #eaeaea;
  width: 100%;
  box-sizing: border-box;
}
#rvw-score .stars .review-rst {
  color: #ffba00;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 1;
  width: 0;
  box-sizing: border-box;
}

.jss_popOverInfo {
  visibility: hidden;
  position: absolute;
  bottom: 43px;
  box-sizing: border-box;
  padding: 8px;
  left: 0;
  width: 100%;
  z-index: 9999;
  border: 1px solid #6d6d6d;
  border-radius: 5px;
  background-color: #fff;
  color: #6d6d6d;
  opacity: 0.95;
}
.jss_popOverInfo::after {
  display: block;
  position: absolute;
  content: "";
  background: url(https://img.travel.rakuten.co.jp/special/sales/images/new/arrow.png) center center no-repeat;
  transform: rotate(180deg);
  height: 8px;
  width: 15px;
  bottom: -7px;
  right: 11px;
  z-index: 15;
}

.jss_popOverInfo.active {
  visibility: visible;
}

.inner .swiper {
  padding-bottom: 30px;
}

.tour-box {
  margin-bottom: 60px;
}

.ticket-box {
  margin-bottom: 40px;
}

.hotel_title {
  font-weight: bold;
  padding-bottom: 20px;
  font-size: 30px;
}

@media screen and (max-width: 720px) {
  .hotels .inner {
    padding: 20px;
  }

  .tour-box {
    margin-bottom: 30px;
  }

  .ticket-box {
    margin-bottom: 0;
  }

  .hotel_title {
    font-size: 20px;
  }
}