.hotels .content_inner {
  padding-top: 8rem;
}
@media screen and (max-width: 959.98px) {
  .hotels .content_inner {
    padding-top: 8rem;
  }
}
.hotels .intro {
  font-family: "Inter", sans-serif;
  text-align: center;
  padding-bottom: 9.2rem;
}
@media screen and (max-width: 959.98px) {
  .hotels .intro {
    padding-bottom: 13rem;
  }
}
.hotels .intro_ttl {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.5;
  color: #002952;
  padding-bottom: 3rem;
}
@media screen and (max-width: 959.98px) {
  .hotels .intro_ttl {
    font-size: 4.6rem;
    padding-bottom: 3rem;
  }
}
.hotels .intro_txt {
  font-size: 1.6rem;
  line-height: 1.75;
  padding-bottom: 5.7rem;
}
@media screen and (max-width: 959.98px) {
  .hotels .intro_txt {
    font-size: 2.8rem;
    padding-bottom: 8rem;
  }
}
.hotels .intro_img {
  width: 100%;
}
@media screen and (max-width: 959.98px) {
  .hotels .intro_img {
    width: 100vw;
    margin-left: -4.8rem;
    margin-right: -4.8rem;
  }
}
.hotels .block_area:has(.bg_blue) {
  margin-bottom: 13rem;
}
.hotels .block_area:last-of-type {
  padding-bottom: 0rem;
  margin-bottom: 0;
}
.hotels .block_area .area_ttl {
  font-family: "Inter", sans-serif;
  text-align: center;
  font-size: 5rem;
  font-weight: 600;
  color: #002952;
  padding-bottom: 10rem;
}
@media screen and (max-width: 959.98px) {
  .hotels .block_area .area_ttl {
    font-size: 6.4rem;
  }
}
.hotels .block_area .area_ttl:has(+ .bg_blue) {
  padding-bottom: 2rem;
}
.hotels .block {
  padding: 0 0 13rem;
}
.hotels .block.bg_blue {
  position: relative;
}
.hotels .block.bg_blue:first-of-type {
  padding-top: 10rem;
}
.hotels .block.bg_blue::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #f6f8fa;
  z-index: -1;
}
.hotels .block .cards.col--3 {
  gap: 6rem 3rem;
}
@media screen and (max-width: 959.98px) {
  .hotels .block .card_item {
    padding: 6.5rem 0;
  }
}
.hotels .block .card_item a .card_inner .img_wrapper {
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.12);
}
.hotels .block .card_item a .card_inner .img_wrapper.img_380-265 {
  aspect-ratio: 380/265;
}
.hotels .block .card_item a .card_inner .card_body {
  padding-top: 4.2rem;
}
.hotels .block .card_item a .card_inner .card_body .ttl_underline {
  padding-bottom: 2rem;
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 959.98px) {
  .hotels .block .card_item a .card_inner .card_body .ttl_underline {
    margin-bottom: 3rem;
    padding-bottom: 3.3rem;
  }
}
.hotels .block .card_item a .card_inner .card_body .ttl_underline .ttl {
  font-size: 2.8rem;
}
@media screen and (max-width: 959.98px) {
  .hotels .block .card_item a .card_inner .card_body .ttl_underline .ttl {
    font-size: 4.6rem;
    line-height: 1.5217391304;
  }
}
.hotels .block .card_item a .card_inner .card_body .icn_mappin {
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #002952;
  position: relative;
  padding-left: 5.1rem;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  transition: 0.3s color;
}
@media screen and (max-width: 959.98px) {
  .hotels .block .card_item a .card_inner .card_body .icn_mappin {
    font-size: 3.2rem;
    padding-left: 7.3rem;
  }
}
.hotels .block .card_item a .card_inner .card_body .icn_mappin::before {
  content: "";
  position: absolute;
  left: 0;
  width: 5rem;
  height: 100%;
  background-image: url(/travel-information/assets/img/services-offers/hotels/icn_mappin.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 4.1rem;
  height: 4.1rem;
  left: 0;
  top: -1rem;
  transition: 0.3s transform;
}
@media screen and (max-width: 959.98px) {
  .hotels .block .card_item a .card_inner .card_body .icn_mappin::before {
    width: 5.4rem;
    height: 5.4rem;
    top: -0.4rem;
  }
}
.hotels .block .card_item a:hover .card_inner .card_body .icn_mappin {
  color: #0066bf;
}
.hotels .block .card_item a:hover .card_inner .card_body .icn_mappin::before {
  transform: scale(0.9);
}/*# sourceMappingURL=hotels.css.map */