@import url("phone.min.css") screen and (max-width: 767px);
@import url("tablet.min.css") screen and (min-width: 768px) and (max-width: 1024px);
@import url("pc.min.css") screen and (min-width: 1025px);
@keyframes statusIconAnimation {
  0% {
    background-position: 0 100%;
  }
  100% {
    background-position: 0 0;
  }
}
section .contentsTitleBox {
  width: 100%;
}
section > .detailWrapper {
  width: 100%;
  flex-wrap: wrap;
}
section > .detailWrapper > .hotelInfo > ul {
  list-style: none;
  width: 100%;
}
section > .detailWrapper > .hotelInfo > ul > li {
  width: 100%;
}
section > .detailWrapper > .hotelInfo > ul > li > *:last-child {
  width: calc(100% - 2.4rem);
  word-wrap: break-word;
}
section > .detailWrapper > #map {
  background: #f2f2f8;
  height: 300px;
}
.page-load-status {
  width: 100%;
  display: none;
}
.loadingArea {
  min-height: 100px;
}
.loadingArea .loader,
.loadingArea .loader:before,
.loadingArea .loader:after {
  background: #000000;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 0.5rem;
  height: 2rem;
}
.loadingArea .loader {
  color: #000000;
  text-indent: -9999rem;
  margin: 44px auto;
  position: relative;
  font-size: 0.6rem;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loadingArea .loader:before,
.loadingArea .loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loadingArea .loader:before {
  left: -1rem;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loadingArea .loader:after {
  left: 1rem;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 2em;
  }
  40% {
    box-shadow: 0 -1rem;
    height: 2.5rem;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 2rem;
  }
  40% {
    box-shadow: 0 -2rem;
    height: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  section {
    width: 100%;
  }
  section .contentsTitleBox {
    width: 100%;
    border-bottom: 1px solid #000000;
    margin-bottom: 2rem;
  }
  section .contentsTitleBox > h2 {
    font-size: 1.6rem;
  }
  section > .detailWrapper {
    width: 96%;
    margin: auto;
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  section > .detailWrapper > .hotelInfo {
    width: 100%;
    min-width: 300px;
  }
  section > .detailWrapper > .hotelInfo > ul > li {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    display: flex;
    justify-content: flex-start;
    column-gap: 0.5rem;
  }
  section > .detailWrapper > .hotelInfo > ul > li > i:first-child {
    font-size: 1.6rem;
  }
  section > .detailWrapper > .hotelInfo > ul > li > *:last-child {
    font-weight: 700;
    width: calc(100% - 2.5rem);
  }
  section > .detailWrapper > #map {
    width: 100%;
    height: 400px;
  }
  section > .casts {
    width: 96%;
    margin: 4rem auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section {
    width: 96%;
    margin: auto;
  }
  section > .detailWrapper {
    width: 100%;
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  section > .detailWrapper .contentsTitleBox {
    margin-bottom: 1rem;
  }
  section > .detailWrapper > .hotelInfo {
    width: 100%;
    min-width: 300px;
  }
  section > .detailWrapper > .hotelInfo > ul > li {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    display: flex;
    justify-content: flex-start;
    column-gap: 0.5rem;
  }
  section > .detailWrapper > .hotelInfo > ul > li > i:first-child {
    width: 1.6rem;
  }
  section > .detailWrapper > .hotelInfo > ul > li > *:last-child {
    font-weight: 700;
  }
  section > .detailWrapper > #map {
    width: 100%;
    height: 500px;
  }
  section > .casts {
    margin: 4rem 0;
  }
}
@media screen and (min-width: 1025px) {
  section {
    min-width: 1025px;
    max-width: 1680px;
    width: 96%;
    margin: auto;
  }
  section > .detailWrapper {
    width: 100%;
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  section > .detailWrapper .contentsTitleBox {
    margin-bottom: 1rem;
  }
  section > .detailWrapper > .hotelInfo {
    width: 300px;
  }
  section > .detailWrapper > .hotelInfo > ul > li {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    display: flex;
    justify-content: flex-start;
    column-gap: 0.5rem;
  }
  section > .detailWrapper > .hotelInfo > ul > li > i:first-child {
    width: 1.6rem;
  }
  section > .detailWrapper > .hotelInfo > ul > li > *:last-child {
    font-weight: 700;
  }
  section > .detailWrapper > #map {
    width: calc(100% - 300px);
    height: 500px;
  }
  section > .casts {
    margin: 4rem 0;
  }
}
/*# sourceMappingURL=hotel-detail.css.map */