@charset "UTF-8";
@media (max-width: 1024px) {
  body {
    padding-bottom: 20px;
  }
}

.contents {
  padding-top: 0;
}

.contents .wrapper {
  width: 840px;
}

@media (max-width: 1024px) {
  .contents .wrapper {
    width: auto;
  }
}

.breadcrumbsList.wrapper {
  width: 1250px;
}

.logoSvg {
  text-align: center;
  margin: 30px 0 35px;
  line-height: 1;
}

@media (max-width: 1024px) {
  .logoSvg {
    margin: 25px 0;
  }
}

.logo_monday {
  width: 530px;
  height: 93px;
  fill: #a28137;
}

@media (max-width: 1024px) {
  .logo_monday {
    width: 250px;
    height: 44px;
  }
}

h2 {
  font-size: 2.4rem;
  color: #000;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  margin-bottom: 25px;
  text-align: center;
}

@media (max-width: 1024px) {
  h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.navy {
  color: #000;
  font-size: 1.6rem;
}

@media (max-width: 1024px) {
  .navy {
    font-size: 1.3rem;
  }
}

.logo_gatestay {
  width: 160px;
  height: 18px;
}

@media (max-width: 1024px) {
  .logo_gatestay {
    width: 177px;
    height: 20px;
  }
}

.imgBlock {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .imgBlock {
    flex-direction: column;
  }
}

.imgBlock img {
  width: 100%;
  height: auto;
}

.imgBlock .left {
  position: relative;
  width: 560px;
}

@media screen and (max-width: 1024px) {
  .imgBlock .left {
    width: 100%;
  }
}

.imgBlock .left .agoda {
  position: absolute;
  top: 0;
  left: 0;
  width: 106px;
  height: 106px;
}

@media screen and (max-width: 1024px) {
  .imgBlock .left .agoda {
    width: 65px;
    height: 65px;
  }
}

.imgBlock .left .agoda.gold {
  left: 106px;
}

@media screen and (max-width: 1024px) {
  .imgBlock .left .agoda.gold {
    left: 65px;
  }
}

.imgBlock .right {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-left: 15px;
  width: 265px;
}

@media screen and (max-width: 1024px) {
  .imgBlock .right {
    flex-direction: row;
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .imgBlock .right img {
    width: 49.2%;
    margin-top: 4px;
  }
}

.hotelName {
  font-size: 1.6rem;
  color: #000;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  margin-bottom: 13px;
}

@media (max-width: 1024px) {
  .hotelName {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
}

.logo_hotel {
  width: 242px;
  height: 40px;
  fill: #a28137;
}

.logo_apart {
  width: 242px;
  height: 40px;
  fill: #a28137;
}

.hotelList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 5px;
  margin-top: 0 !important;
}

@media (max-width: 1024px) {
  .hotelList {
    display: block;
    max-width: 560px;
    margin: 0 auto 50px;
  }
}

.hotelList li {
  width: 100%;
  margin-bottom: 40px;
  display: block !important;
  margin-top: 0 !important;

}

@media (max-width: 1024px) {
  .hotelList li {
    width: 100%;
    margin-bottom: 25px;
  }
}

.hotelList li .hotelAbout {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .hotelList li .hotelAbout {
    flex-direction: column;
    align-items: flex-start;
  }
}

.hotelList li .hotelName {
  font-size: 1.6rem;
}

@media (max-width: 1024px) {
  .hotelList li .hotelName {
    font-size: 1.5rem;
  }
}

.hotelList li .btn {
  margin-top: 0;
  width: 264px;
}

@media (max-width: 1024px) {
  .hotelList li .btn {
    margin-top: 15px;
    width: 100%;
  }
}

.hotelList li .btn a {
  width: 100%;
  min-width: 100%;
}

.hotelList li:nth-child(3n),
.hotelList li:last-child {
  margin-right: 0;
}

.contents .wrapper>.btn {
  text-align: center;
}

@media (max-width: 1024px) {
  .contents .wrapper>.btn {
    margin-top: 40px;
  }

  .contents .wrapper>.btn a {
    width: 100%;
    min-width: 100%;
  }
}

/*# sourceMappingURL=agoda.css.map */