@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 > form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
section > form input[type=submit] {
  background: #000000;
  color: #ffffff;
  font-weight: 700;
}
section .hotelList {
  list-style: none;
  width: 100%;
}
section .hotelList > li {
  opacity: 0;
}
section .hotelList > li > h3 {
  color: #000000;
  text-decoration: none;
}
section .hotelList > li > .address {
  display: flex;
  margin-right: 1rem;
}
section .hotelList > li > .price > span:first-child {
  font-size: 1.4rem;
  font-weight: 700;
}
section .hotelList > li > .price > span:first-child::after {
  content: ":";
}
section .hotelList > li > .price > span:last-child {
  font-family: "europa", sans-serif;
  font-size: 1.6rem;
}
.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%;
    padding-top: 4rem;
  }
  section > .contentsTitle {
    width: 96% !important;
    margin: auto;
  }
  section > form {
    width: 96%;
    margin: auto;
    font-size: 1.4rem;
  }
  section > form > div {
    width: 80%;
  }
  section > form > div > .input {
    margin: 1rem 0;
  }
  section > form > .submit {
    width: 20%;
  }
  section > form > .submit > input {
    width: 100%;
    height: 100%;
  }
  section > .hotelList {
    margin-top: 1rem;
    justify-content: space-between;
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    background: #f2f2f8;
    padding: 1rem;
    box-sizing: border-box;
  }
  section > .hotelList > li {
    width: calc(100% - 0.5rem);
    background: #ffffff;
    padding: 0.5rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    row-gap: 1rem;
    column-gap: 1rem;
  }
  section > .hotelList > li > h3 {
    font-size: 1.6rem;
    width: 100%;
  }
  section > .hotelList > li > .address,
  section > .hotelList > li > .phoneNumber,
  section > .hotelList > li > .web {
    display: flex;
    column-gap: 0.2rem;
    align-items: center;
  }
  section > .hotelList > li > .address > i,
  section > .hotelList > li > .phoneNumber > i,
  section > .hotelList > li > .web > i {
    font-size: 1.8rem;
  }
  section > .hotelList > li > .address > a,
  section > .hotelList > li > .phoneNumber > a,
  section > .hotelList > li > .web > a {
    font-size: 1.4rem;
  }
  section > .hotelList > li > .phoneNumber {
    width: 100%;
  }
  section > .hotelList > li > .price {
    width: calc(100% - 130px);
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    margin-top: 1rem;
  }
  section > .hotelList > li .buttonWrapper {
    margin-top: 1rem;
  }
  section > .hotelList > li .buttonWrapper .toDetail {
    width: 120px;
    height: 3rem;
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: none;
    display: block;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
    padding: 0;
  }
  section > .hotelList > li .buttonWrapper .toDetail > * {
    text-decoration: none;
  }
  section > .hotelList > li .buttonWrapper .toDetail > * > p {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    z-index: 0;
  }
  section > .hotelList > li .buttonWrapper .toDetail > * > p > span {
    color: #000000;
    margin: 0 0.5rem;
    transition: 300ms;
    z-index: 2;
  }
  section > .hotelList > li .buttonWrapper .toDetail > * > p > i {
    color: #000000;
    z-index: 2;
  }
  section > .hotelList > li .buttonWrapper .toDetail > * > p::before {
    content: "";
    background: #ef0a6a;
    background: linear-gradient(45deg, #b6359c, #23a6d5, #ef0a6a, #23d5ab);
    background-size: 400% 400%;
    animation: keyGradientAnimation 10s ease infinite;
    width: 100%;
    height: 100%;
    top: -100%;
    left: -100%;
    transform: rotate(500deg);
    position: absolute;
    z-index: 1;
    transition: 300ms;
  }
  @keyframes keyGradientAnimation {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0 50%;
    }
  }
  section > .hotelList > li .buttonWrapper .toDetail > * > p::after {
    content: "";
    background: #ffffff;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    top: 1px;
    left: 1px;
    position: absolute;
    z-index: 1;
    transition: 300ms;
  }
  section > .hotelList > li .buttonWrapper .toDetail > *:hover > p > i {
    color: #000000;
  }
  section > .hotelList > li .buttonWrapper .toDetail > *:hover > p > span {
    color: #000000;
  }
  section > .hotelList > li .buttonWrapper .toDetail > *:hover > p::before {
    top: 0;
    left: 0;
    transform: rotate(0deg);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section {
    width: 100%;
    padding-top: 4rem;
  }
  section > .contentsTitle {
    width: 96% !important;
    margin: auto;
    margin-top: 4rem;
  }
  section > form {
    width: 96%;
    margin: auto;
    padding: 0;
    box-sizing: border-box;
    column-gap: 2rem;
    justify-content: center;
    margin-top: 2rem;
  }
  section > form > div {
    column-gap: 1rem;
    display: flex;
  }
  section > form input[type=submit] {
    font-size: 1.8rem;
    padding: 0.1rem 2rem;
  }
  section > .hotelList {
    margin-top: 1rem;
    justify-content: space-between;
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    background: #f2f2f8;
    padding: 1rem;
    box-sizing: border-box;
  }
  section > .hotelList > li {
    width: calc(50% - 0.5rem);
    background: #ffffff;
    padding: 0.5rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    row-gap: 1rem;
    column-gap: 1rem;
  }
  section > .hotelList > li > h3 {
    font-size: 1.6rem;
    width: 100%;
  }
  section > .hotelList > li > .address,
  section > .hotelList > li > .phoneNumber,
  section > .hotelList > li > .web {
    display: flex;
    column-gap: 0.2rem;
    align-items: center;
  }
  section > .hotelList > li > .address > i,
  section > .hotelList > li > .phoneNumber > i,
  section > .hotelList > li > .web > i {
    font-size: 1.8rem;
  }
  section > .hotelList > li > .address > a,
  section > .hotelList > li > .phoneNumber > a,
  section > .hotelList > li > .web > a {
    font-size: 1.4rem;
  }
  section > .hotelList > li > .phoneNumber {
    width: 100%;
  }
  section > .hotelList > li > .price {
    width: calc(100% - 130px);
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    margin-top: 1rem;
  }
  section > .hotelList > li .buttonWrapper {
    margin-top: 1rem;
  }
  section > .hotelList > li .buttonWrapper .toDetail {
    width: 120px;
    height: 3rem;
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: none;
    display: block;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
    padding: 0;
  }
  section > .hotelList > li .buttonWrapper .toDetail > * {
    text-decoration: none;
  }
  section > .hotelList > li .buttonWrapper .toDetail > * > p {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    z-index: 0;
  }
  section > .hotelList > li .buttonWrapper .toDetail > * > p > span {
    color: #000000;
    margin: 0 0.5rem;
    transition: 300ms;
    z-index: 2;
  }
  section > .hotelList > li .buttonWrapper .toDetail > * > p > i {
    color: #000000;
    z-index: 2;
  }
  section > .hotelList > li .buttonWrapper .toDetail > * > p::before {
    content: "";
    background: #ef0a6a;
    background: linear-gradient(45deg, #b6359c, #23a6d5, #ef0a6a, #23d5ab);
    background-size: 400% 400%;
    animation: keyGradientAnimation 10s ease infinite;
    width: 100%;
    height: 100%;
    top: -100%;
    left: -100%;
    transform: rotate(500deg);
    position: absolute;
    z-index: 1;
    transition: 300ms;
  }
  @keyframes keyGradientAnimation {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0 50%;
    }
  }
  section > .hotelList > li .buttonWrapper .toDetail > * > p::after {
    content: "";
    background: #ffffff;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    top: 1px;
    left: 1px;
    position: absolute;
    z-index: 1;
    transition: 300ms;
  }
  section > .hotelList > li .buttonWrapper .toDetail > *:hover > p > i {
    color: #000000;
  }
  section > .hotelList > li .buttonWrapper .toDetail > *:hover > p > span {
    color: #000000;
  }
  section > .hotelList > li .buttonWrapper .toDetail > *:hover > p::before {
    top: 0;
    left: 0;
    transform: rotate(0deg);
  }
}
@media screen and (min-width: 1025px) {
  section {
    min-width: 1025px;
    max-width: 1680px;
    width: 96%;
    margin: auto;
  }
  section > form {
    padding: 1rem;
    box-sizing: border-box;
    column-gap: 2rem;
    justify-content: center;
    margin-top: 2rem;
  }
  section > form > div {
    column-gap: 1rem;
    display: flex;
  }
  section > form input[type=submit] {
    font-size: 1.4rem;
    padding: 0.1rem 2rem;
  }
  section > .hotelList {
    margin-top: 1rem;
    justify-content: space-between;
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    background: #f2f2f8;
    padding: 1rem;
    box-sizing: border-box;
  }
  section > .hotelList > li {
    width: calc(50% - 0.5rem);
    background: #ffffff;
    padding: 0.5rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    row-gap: 1rem;
    column-gap: 1rem;
  }
  section > .hotelList > li > h3 {
    font-size: 1.6rem;
    width: 100%;
  }
  section > .hotelList > li > .address,
  section > .hotelList > li > .phoneNumber,
  section > .hotelList > li > .web {
    display: flex;
    column-gap: 0.2rem;
    align-items: center;
  }
  section > .hotelList > li > .address > i,
  section > .hotelList > li > .phoneNumber > i,
  section > .hotelList > li > .web > i {
    font-size: 1.8rem;
  }
  section > .hotelList > li > .address > a,
  section > .hotelList > li > .phoneNumber > a,
  section > .hotelList > li > .web > a {
    font-size: 1.4rem;
    word-wrap: break-word;
  }
  section > .hotelList > li > .phoneNumber {
    width: 100%;
  }
  section > .hotelList > li > .price {
    width: calc(100% - 160px);
    font-size: 1.8rem;
    display: flex;
    align-items: center;
  }
  section > .hotelList > li .buttonWrapper {
    margin-top: 1rem;
  }
  section > .hotelList > li .buttonWrapper .toDetail {
    width: 150px;
    height: 4rem;
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: none;
    display: block;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
  }
  section > .hotelList > li .buttonWrapper .toDetail > * {
    text-decoration: none;
  }
  section > .hotelList > li .buttonWrapper .toDetail > * > p {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    z-index: 0;
  }
  section > .hotelList > li .buttonWrapper .toDetail > * > p > span {
    color: #000000;
    margin: 0 0.5rem;
    transition: 300ms;
    z-index: 2;
  }
  section > .hotelList > li .buttonWrapper .toDetail > * > p > i {
    color: #000000;
    z-index: 2;
  }
  section > .hotelList > li .buttonWrapper .toDetail > * > p::before {
    content: "";
    background: #ef0a6a;
    background: linear-gradient(45deg, #b6359c, #23a6d5, #ef0a6a, #23d5ab);
    background-size: 400% 400%;
    animation: keyGradientAnimation 10s ease infinite;
    width: 100%;
    height: 100%;
    top: -100%;
    left: -100%;
    transform: rotate(500deg);
    position: absolute;
    z-index: 1;
    transition: 300ms;
  }
  @keyframes keyGradientAnimation {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0 50%;
    }
  }
  section > .hotelList > li .buttonWrapper .toDetail > * > p::after {
    content: "";
    background: #ffffff;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    top: 1px;
    left: 1px;
    position: absolute;
    z-index: 1;
    transition: 300ms;
  }
  section > .hotelList > li .buttonWrapper .toDetail > *:hover > p > i {
    color: #000000;
  }
  section > .hotelList > li .buttonWrapper .toDetail > *:hover > p > span {
    color: #000000;
  }
  section > .hotelList > li .buttonWrapper .toDetail > *:hover > p::before {
    top: 0;
    left: 0;
    transform: rotate(0deg);
  }
}
/*# sourceMappingURL=hotel-index.css.map */