.js-yprox-searchForm__boxNoDate {
  display: none !important;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
}

.search-inputbox {
  width: 100%;
  height: 15vw;
  background-color: #fff;
  border: 1px solid #cccccc;
  box-shadow: 2px -2px 8px 0px rgba(0, 0, 0, 0.1) inset;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .search-inputbox {
    height: min(7vw, 70px);
    margin-top: 0;
  }
}

.flatpickr-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.flatpickr-wrapper::after {
  content: "";
  margin-left: 0.5em;
  position: absolute;
  left: calc(50% - 4.5px);
  bottom: 5px;
  width: 9px;
  height: 6px;
  color: #9f123a;
  font-size: 108%;
  text-align: center;
  line-height: 1;
  background-image: url(https://www.consorthotels.co.jp/wordpress/wp-content/themes/consort/img/arrow-search.png);
}

.flatpickr-calendar.static.open {
  width: min(75vw, 320px) !important;
}
@media screen and (min-width: 768px) {
  .flatpickr-calendar.static.open {
    width: 620px !important;
  }
}

@media screen and (min-width: 768px) {
  .js-yprox-searchForm label {
    font-size: min(1.4vw, 14px);
    line-height: 1.75;
  }
}
@media screen and (min-width: 768px) {
  .js-yprox-searchForm > .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.js-yprox-searchForm__checkin {
  display: none;
}
@media screen and (min-width: 768px) {
  .js-yprox-searchForm__wrpCheckInn {
    width: 41.5%;
  }
}
.js-yprox-searchForm__checkInnOut {
  width: 100%;
  height: 100%;
  font-size: 4.5vw;
  text-align: center;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .js-yprox-searchForm__checkInnOut {
    font-size: min(1.8vw, 18px);
  }
}
.js-yprox-searchForm__nights-rooms-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .js-yprox-searchForm__nights-rooms-wrap {
    width: 41.5%;
  }
}
.js-yprox-searchForm__wrpLabel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.js-yprox-searchForm__wrpNights, .js-yprox-searchForm__wrpAdults, .js-yprox-searchForm__wrpRooms {
  width: 48%;
  position: relative;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .js-yprox-searchForm__wrpNights, .js-yprox-searchForm__wrpAdults, .js-yprox-searchForm__wrpRooms {
    margin-top: 0;
  }
}
.js-yprox-searchForm__wrpNights::after, .js-yprox-searchForm__wrpAdults::after, .js-yprox-searchForm__wrpRooms::after {
  content: "";
  margin-left: 0.5em;
  position: absolute;
  left: calc(50% - 4.5px);
  bottom: 5px;
  width: 9px;
  height: 6px;
  color: #9f123a;
  font-size: 108%;
  text-align: center;
  line-height: 1;
  background-image: url(https://www.consorthotels.co.jp/wordpress/wp-content/themes/consort/img/arrow-search.png);
}
.js-yprox-searchForm__wrpNights option, .js-yprox-searchForm__wrpAdults option, .js-yprox-searchForm__wrpRooms option {
  text-align: center;
  font-size: 4.5vw;
}
@media screen and (min-width: 768px) {
  .js-yprox-searchForm__wrpNights option, .js-yprox-searchForm__wrpAdults option, .js-yprox-searchForm__wrpRooms option {
    font-size: min(1.8vw, 18px);
  }
}
.js-yprox-searchForm__submit {
  width: 100%;
  height: 15vw;
  background-color: #ae8d08;
  color: #fff;
  font-size: 4.5vw;
  margin-top: 5vw;
}
@media screen and (min-width: 768px) {
  .js-yprox-searchForm__submit {
    width: 14.2%;
    height: min(7vw, 70px);
    margin-top: 0;
    font-size: min(1.8vw, 18px);
  }
}

.system-guide {
  color: #3c3c3b;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  line-height: 1.8;
}
.system-guide__inner {
  width: 95%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.system-guide__inner.--column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.system-guide__notice {
  padding-top: 8vw;
  padding-bottom: 7.5vw;
  background-color: #efece8;
  text-align: center;
}
.system-guide__title {
  margin: 0;
  color: red;
  font-size: 4.5vw;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.system-guide__title::before {
  width: 3.2vw;
  height: 3.2vw;
  background-color: red;
  content: "";
  margin-right: 0.2em;
}
.system-guide__notice-link {
  display: inline-block;
  margin-top: 6vw;
  border-bottom: 1px solid #777;
  color: #3c3c3b;
  font-size: 3.65vw;
  line-height: 1.8;
  text-decoration: none;
}
.system-guide__notice-text {
  margin: 0;
  margin-top: 3.5vw;
  font-size: 3.65vw;
  line-height: 1.8;
}
.system-guide__contents {
  padding-top: 7vw;
  padding-bottom: 7vw;
  background-color: #f2f2f2;
}
.system-guide__item {
  text-align: center;
}
.system-guide__item + .system-guide__item {
  margin-top: 7vw;
}
.system-guide__heading {
  margin: 0;
  color: red;
  font-size: 4.5vw;
  font-weight: 400;
  line-height: 1.5;
}
.system-guide__description {
  margin: 0;
  margin-top: 4vw;
  font-size: 3.55vw;
  line-height: 1.75;
}
.system-guide__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 67vw;
  max-width: 300px;
  min-height: 10.8vw;
  margin-top: 3.5vw;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #707070;
  color: #666;
  font-size: 3.5vw;
  line-height: 1.4;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.system-guide__button:hover {
  background-color: #264a84;
  color: #fff;
}
.system-guide__button:hover .system-guide__arrow {
  border-color: #fff;
}
.system-guide__button:focus-visible {
  outline: 2px solid #264a84;
  outline-offset: 3px;
}
.system-guide__arrow {
  position: absolute;
  top: 50%;
  right: 5vw;
  width: 2.2vw;
  height: 2.2vw;
  border-top: 1px solid #3c3c3b;
  border-right: 1px solid #3c3c3b;
  transform: translateY(-50%) rotate(45deg);
  transition: border-color 0.3s ease;
}
.system-guide__pc-only {
  display: none;
}
.system-guide__sp-only {
  display: block;
}

@media screen and (min-width: 768px) {
  .system-guide__notice {
    padding-top: min(3.4vw, 40px);
    padding-bottom: min(3.2vw, 38px);
  }
  .system-guide__title {
    display: inline-block;
    padding-left: min(1.8vw, 21px);
    font-size: min(2.35vw, 21px);
  }
  .system-guide__title::before {
    width: min(1.25vw, 15px);
    height: min(1.25vw, 15px);
  }
  .system-guide__notice-link {
    margin-top: min(2.4vw, 28px);
    font-size: min(1.5vw, 16px);
    line-height: 1.5;
  }
  .system-guide__notice-text {
    margin-top: min(1.15vw, 14px);
    font-size: min(1.5vw, 16px);
    line-height: 1.8;
  }
  .system-guide__contents {
    padding-top: min(3vw, 36px);
    padding-bottom: min(3vw, 36px);
  }
  .system-guide__columns {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1100px;
  }
  .system-guide__item {
    width: 48%;
  }
  .system-guide__item + .system-guide__item {
    margin-top: 0;
  }
  .system-guide__heading {
    font-size: min(2.1vw, 21px);
    white-space: nowrap;
  }
  .system-guide__description {
    min-height: min(7.2vw, 86px);
    margin-top: min(2.25vw, 27px);
    font-size: min(1.4vw, 16px);
    line-height: 1.8;
  }
  .system-guide__button {
    width: 85%;
    min-height: min(4.8vw, 57px);
    margin-top: min(2.2vw, 26px);
    font-size: min(1.4vw, 16px);
  }
  .system-guide__arrow {
    right: min(1.9vw, 22px);
    width: min(0.9vw, 10px);
    height: min(0.9vw, 10px);
  }
  .system-guide__pc-only {
    display: block;
  }
  .system-guide__sp-only {
    display: none;
  }
}
/*# sourceMappingURL=search-yprox.css.map */