@media (max-width: 1024px) {
  .facility .wrapper {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .facility .anchorList,
  .facility .textWrap,
  .facility .tableWrap,
  .facility .toTopOuter .btn {
    max-width: 94%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .facility .anchorList,
  .facility .textWrap,
  .facility .tableWrap,
  .facility .toTopOuter .btn {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .facility .toTop {
    margin-right: 5%;
  }
}
.toTopOuter {
  border-top: none;
  margin-top: 0;
}

.facilityBlock:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

#parking {
  border-bottom: 1px solid #C2C2C2;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  #parking {
    padding-bottom: 30px;
  }
}

.tabArea.pageTop ul.hotel li {
  width: 18.5%;
  min-width: initial;
}
@media (max-width: 1024px) {
  .tabArea.pageTop ul.hotel li {
    width: 48%;
  }
}
.tabArea.pageTop ul.hotel li:nth-of-type(3) {
  width: 21%;
  min-width: 263px;
}
@media (max-width: 1024px) {
  .tabArea.pageTop ul.hotel li:nth-of-type(3) {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .tabArea.pageTop ul.hotel li:first-of-type {
    width: 48%;
  }
}

.facilityBlock .tableWrap dl.w100 {
  width: 100%;
}
.facilityBlock .tableWrap dl.w100 dt {
  width: 12%;
}
@media (max-width: 1024px) {
  .facilityBlock .tableWrap dl.w100 dt {
    width: 100%;
  }
}
.facilityBlock .tableWrap dl.w100 dd {
  width: 88%;
}
@media (max-width: 1024px) {
  .facilityBlock .tableWrap dl.w100 dd {
    width: 100%;
  }
}
.facilityBlock .tableWrap dl.w100 + .w100 dt,
.facilityBlock .tableWrap dl.w100 + .w100 dd {
  border-top: none;
}
.facilityBlock .tableWrap dl dd ul.flex {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .facilityBlock .tableWrap dl dd ul.flex {
    display: block;
  }
}
.facilityBlock .tableWrap dl dd ul.flex li {
  margin-top: 0;
  width: 425px;
}
.facilityBlock .tableWrap dl dd ul.flex li + li {
  margin-left: 5.5%;
}
@media (max-width: 1024px) {
  .facilityBlock .tableWrap dl dd ul.flex li + li {
    margin-left: 0;
    margin-top: 15px;
  }
}

.btn + .toTop {
  margin-top: -60px;
}
@media (max-width: 1024px) {
  .btn + .toTop {
    margin-top: 0;
  }
}

.facilityBlock .imgWrap {
  position: relative;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .facilityBlock .imgWrap {
    margin-top: 25px;
    margin-bottom: 30px;
  }
}
.facilityBlock .imgWrap p {
  position: absolute;
  bottom: 18px;
  right: 25px;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .facilityBlock .imgWrap p {
    bottom: 5px;
    right: 12px;
  }
}
.facilityBlock .imgWrap img {
  aspect-ratio: 1250/511;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1024px) {
  .facilityBlock .imgWrap img {
    aspect-ratio: initial;
  }
}

.facilityBlock .slideList .slick-counter {
  margin: 30px auto 70px;
}

@media (max-width: 1024px) {
  .facilityBlock .slideList .slick-counter {
    margin: 15px auto 20px;
  }
}
body.lang_en .tabArea.pageTop ul.hotel {
  justify-content: center;
}/*# sourceMappingURL=facility_maihama_common.css.map */