.hero {
  position: relative;
}
.hero__visual {
  position: relative;
}
.hero__image {
  width: 100%;
  height: auto;
  display: block;
}

.map {
  padding: 0 80px;
}
@media (max-width: 767px) {
  .map {
    padding: 0 20px;
  }
}

.access-details {
  padding: 10px 80px 0;
}
@media (max-width: 767px) {
  .access-details {
    padding: 0px 20px 0;
  }
}
.access-details__container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 767px) {
  .access-details__container {
    gap: 20px;
  }
}
.access-details__row {
  display: flex;
  gap: 40px;
}
@media (max-width: 767px) {
  .access-details__row {
    flex-direction: column;
    gap: 10px;
  }
}
.access-details__column {
  display: flex;
  flex-direction: column;
}
.access-details__column--left {
  width: 54%;
}
@media (max-width: 767px) {
  .access-details__column--left {
    width: 100%;
  }
}
.access-details__column--right {
  width: 46%;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .access-details__column--right {
    width: 100%;
  }
}
.access-details__item {
  display: flex;
}
.access-details__label {
  font-family: "Noto Sans JP", sans-serif;
  color: #3C3C3C;
}
.access-details__content {
  font-family: "Noto Sans JP", sans-serif;
  color: #3C3C3C;
}
.access-details__content a {
  color: #3C3C3C;
  text-decoration: underline;
  word-break: break-all;
}
.access-details__content a:hover {
  opacity: 0.7;
}
.access-details__content-en {
  color: #fff;
  background: #4F859A;
  font-family: "Oswald", sans-serif;
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.05em;
  word-break: break-all;
  max-width: 100%;
}
.access-details__content-en:last-child {
  margin-bottom: 0;
}
.access-details__content-en a {
  color: #fff;
  text-decoration: underline;
  word-break: break-all;
}
.access-details__content-en a:hover {
  opacity: 0.8;
}

.stay-details .access-details__row:nth-child(1) .access-details__column--right .stay-title {
  border-bottom: 1px solid #4F859A;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  width: 100%;
  display: inline-block;
}
.stay-details .access-details__row:nth-child(3) .access-details__column--right {
  background: #fff;
  padding: 15px;
}

.stay-images {
  padding: 0 80px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .stay-images {
    padding: 0 20px;
  }
}
.stay-images__container {
  display: flex;
  gap: 10px;
}
@media (max-width: 767px) {
  .stay-images__container {
    flex-direction: column;
    gap: 5px;
  }
}
.stay-images__left {
  width: 54%;
}
@media (max-width: 767px) {
  .stay-images__left {
    width: 100%;
  }
}
.stay-images__right {
  width: 46%;
}
@media (max-width: 767px) {
  .stay-images__right {
    width: 100%;
  }
}
.stay-images__main {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.stay-images__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
  height: 100%;
}
@media (max-width: 767px) {
  .stay-images__grid {
    gap: 5px;
  }
}
.stay-images__sub {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.stay-info {
  font-family: "Noto Sans JP", sans-serif;
  color: #3C3C3C;
}
.stay-info__title {
  font-weight: 400;
  font-size: 23px;
  border-bottom: 1px solid #4F859A;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.stay-info__description {
  line-height: 1.2;
}
@media (max-width: 767px) {
  .stay-info__description {
    margin-bottom: 20px;
  }
}
.stay-info__details {
  background: #fff;
  padding: 15px;
}
.stay-info__details p {
  margin-bottom: 10px;
  line-height: 1.2;
}
.stay-info__details p:last-child {
  margin-bottom: 0;
}

