
#areaSummer .hotel-box {
  min-height: 380px;
  padding-top: 24px;
}
#areaSummer .hotel-box .noNewArival {
  padding-bottom: 80px;
  padding-top: 40px;
  text-align: center;
  font-weight: 300;
}
#areaSummer .hotel-box h3 {
  margin-bottom: 16px;
}
#areaSummer .hotel-box .swiper-scrollbar {
  width: 100%;
  bottom: 30px;
  left: 0;
}
#areaSummer .hotels {
  margin-bottom: 50px;

}
#areaSummer .hotels li {
   width: 200px; 
  border: 1px solid #eee;
  line-height: 1.5;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
  border-radius: 3px;
}
#areaSummer .hotels li a:hover {
  text-decoration: none;
}
#areaSummer .hotels li .photo img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 4px 4px 0 0;
}
#areaSummer .hotels li .name {
  font-size: 12px;
  display: block;
  padding: 8px;
  padding-bottom: 0;
  font-weight: bold;
}
#areaSummer .hotels li .name a {
  color: #333;
}
#areaSummer .hotels li .box {
  padding: 8px;
  font-size: 12px;
}
#areaSummer .hotels li .down a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#areaSummer .hotels li .down a .badge {
  box-sizing: border-box;
  padding-bottom: 3px;
  width: 58px;
  height: 58px;
  background-size: 58px;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  line-height: 1.1;
}
#areaSummer .hotels li .down a .badge span {
  color: #fff;
  font-weight: 300;
}
#areaSummer .hotels li .down a .badge span:last-child {
  letter-spacing: -1px;
}
#areaSummer .hotels li .down a .badge span em {
  font-style: normal;
  font-weight: 500;
  font-size: 150%;
}
#areaSummer .hotels li .area {
  color: #767676;
  padding-bottom: 4px;
}
#areaSummer .hotels li .price-box {
  color: #bf0000;
  padding-top: 8px;
}
#areaSummer .hotels li .price-box span {
  font-size: 14px;
  font-weight: bold;
}
#areaSummer .hotels li .condition {
  color: #333;
  padding-top: 4px;
}
#areaSummer .hotels li .point span {
  font-size: 20px;
}
#areaSummer .hotels .review a .num {
  color: #bf0000;
  font-size: 14px;
  font-weight: bold;
}
#areaSummer .hotels .review .stars {
  font-size: 13px;
  letter-spacing: 3px;
  margin-right: 7.5px;
  width: 80px;
  display: inline-block;
  position: relative;
}
#areaSummer .hotels .review .stars .review-base {
  padding-left: 1.5px;
  color: #eaeaea;
  width: 100%;
  box-sizing: border-box;
}
#areaSummer .hotels .review .stars .review-rst {
  padding-left: 1.5px;
  color: #ffba00;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 1;
  width: 0;
  box-sizing: border-box;
}
#areaSummer .all-plan,#gensen .all-plan {
  width: 516px;
  height: 64px;
  margin: 50px auto 0;
}
#areaSummer .all-plan a,#gensen .all-plan a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #00b900;
  color: #fff;
  position: relative;
  font-size: 20px;
  padding-right: 10px;
}
#areaSummer .all-plan a:hover {
  text-decoration: none;
}
#areaSummer .all-plan a:after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  right: 53px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(-45deg);
}