.sp_timesale_head {
  padding: 0 !important;
}

.sp_timesale_top {
  background-image: url(https://www.img-ikyu.com/contents/dg/special/image/bg_chain.png?auto=compress,format&lossless=0&fit=crop&w=2000&h=600&q=75&fp-y=0.8);
  background-size: cover;
  width: 100%;
  height: 200px;
  margin: 0 auto;
  text-align: center;
}

.main_title {
  margin: auto;
}

.title {
  font-size: 45px;
  font-weight: bold;
  color: #fff;
  display:block;
  line-height:1.4;
  padding-top:60px;
}

.middle_block{
  margin:50px 0;
}

.midashi_title {
  display: block;
  position: relative;
  width: 1000px;
  padding: 1.5rem 1rem;
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 28px;
  margin:0 auto 20px;
}

.hotelListBlock {
  width: 990px;
  margin: 40px auto;
}

.hotelList {
  margin: 0 auto 40px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.hotelListBlock p {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.hotelList_item {
  line-height: 1.5;
  margin: 10px;
  width: calc(24.5% - 16px);
  height: 190px;
}

.hotelList_item img {
  height: auto;
  max-width: 100%;
  object-fit: cover;
  overflow: hidden;
}

.hotelList_item_link {
  display: block;
  font-weight: bold;
  margin: 6px 0;
  font-size: 0.9rem;
  flex: 1;
  position: relative;
}
