@charset "UTF-8";
.p-hotel-list__contents {
  display: grid;
  gap: clamp(5rem, 6.875vw, 11rem);
}

.c-half-media.p-hotel-list__media {
  align-items: start;
  margin-bottom: clamp(3rem, 3.125vw, 5rem);
}

.p-hotel-list__content__title {
  margin-bottom: clamp(2rem, 2.5vw, 4rem);
}

.p-hotel-list__content__tel {
  margin-bottom: clamp(1rem, 0.9375vw, 1.5rem);
  font-size: clamp(1.6rem, 1.5vw, 2.4rem);
  font-weight: 500;
  letter-spacing: 0.12em;
}
.p-hotel-list__content__tel a {
  color: var(--color-dark);
  text-decoration: none;
}
.p-hotel-list__content__tel > small {
  font-size: 0.6666666667em;
}

.p-hotel-list__content__add {
  margin-bottom: 0;
}

.p-hotel-list__content__points {
  margin-bottom: clamp(1.5rem, 1.5625vw, 2.5rem);
}
.p-hotel-list__content__points li::before {
  content: "・";
}

.p-hotel-list__content__map {
  position: relative;
  width: 100%;
  height: clamp(24rem, 22.5vw, 36rem);
}
.p-hotel-list__content__map > iframe {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.p-hotel-list__content__map-button {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 10;
}

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