@charset "UTF-8";
/* ::::::::::  ホテル  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media (min-width: 768px) {
  :lang(ja) .secTitle02 {
    font-size: 5rem;
  }
}

.titleArea .wrapper02 {
  padding-bottom: 50px;
}
.titleArea p {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .titleArea p {
    font-size: 1.2rem;
  }
}

/* =========================================================
bookArea
========================================================= */
.bookArea .wrapper02 {
  padding-top: 0;
  padding-bottom: 90px;
}

/* =========================================================
locations
========================================================= */
.locationsBlock {
  flex-direction: row-reverse;
  align-items: center;
}
.locationsBlock + .locationsBlock {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .locationsBlock + .locationsBlock {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .locationsBlock .photo {
    margin-bottom: 20px;
  }
}
.locationsBlock .textBlock {
  position: relative;
  z-index: 0;
  margin-right: -120px;
  padding: 70px 135px;
}
@media (max-width: 1500px) {
  .locationsBlock .textBlock {
    padding: 70px 5vw;
  }
}
@media (max-width: 767px) {
  .locationsBlock .textBlock {
    background: none;
    padding: 0;
    margin-right: 0;
    color: inherit;
  }
}
.locationsBlock .textBlock .hotelName {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 3.4rem;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .locationsBlock .textBlock .hotelName {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}
.locationsBlock .textBlock .hotelName span {
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  .locationsBlock .textBlock .hotelName span {
    font-size: 1.6rem;
  }
}
.locationsBlock .textBlock .address {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .locationsBlock .textBlock .address {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
}
@media (min-width: 1024px) {
  :lang(ja) .locationsBlock .textBlock .address {
    font-size: 2rem;
  }
}
.locationsBlock .textBlock .address .place {
  fill: #96863F;
  width: 18px;
  height: 18px;
  margin: 0 5px 7px 0;
  vertical-align: middle;
}
.locationsBlock .textBlock .btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .locationsBlock .textBlock .btn {
    margin-top: 25px;
  }
}
@media (any-hover: hover) {
  .locationsBlock .textBlock .btn a:hover {
    border-color: #96863F;
    background: #96863F;
    color: #fff;
  }
}
/*# sourceMappingURL=map/locationTop.css.map */
