@charset "utf-8";

article.hotellist {
  width:98%;
  margin: 20px auto;
  line-height:1.5;
  font-size:1.4rem;
}
article.hotellist section {
    margin: 0 0 4%;
}
article.hotellist h3{
  font-weight:bold;
  margin-bottom:10px;
}
article.hotellist li{
  padding:1% 0;
  border-bottom:1px solid ;
}
.hotel_name{}
.hotel_add{}


@media screen and (max-width: 768px) {
article.hotellist {
  margin: 10px auto;
 min-height:300px;
  font-size:1.1rem;
}
}
