@charset "utf-8";
/* CSS Document */

.title-wrap{
  width:100%;
  min-height: 30vh;
  background: url("../img/title_bg.jpg") no-repeat center top;
  background-size: cover;
  position: relative;
}
.title-wrap img{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 80%;
}
.main-content{
  padding: 20px 0
}

.hotelbox{
  margin-bottom: 30px;
}
.hotelbox .hotel-title{
  margin: 10px auto;
  padding: 0;
}
.hotelbox .slide-img{
  margin-bottom: 10px;
  box-sizing: border-box
}
.hotelbox .info-txt{
}
.hotelbox .info-txt>p{
  font-size:3.4vw;
  line-height:1.6em;
}
.hotelbox .hotel-data{
  border:2px solid #00ade8;
  background:#FFF;
  margin:10px auto;
  padding:0.3em;
}
.hotelbox .hotel-data li{
  font-size:2.8vw;
}

