#search_489ban {
  display: inline-block;
  height: 46px;
}
@media only screen and (max-width: 767px) {
  #search_489ban {
    height: auto;
  }
}
#search_489ban form {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
#search_489ban form .date_489ban {
  height: 100%;
  background-color: white;
  border: 1px solid #97b0b8;
}
@media only screen and (max-width: 767px) {
  #search_489ban form .date_489ban {
    width: 100%;
    height: 70px;
  }
}
#search_489ban form .date_489ban dt label {
  display: none;
}
#search_489ban form .date_489ban dd {
  display: flex;
  align-items: center;
  height: 100%;
}
#search_489ban form .date_489ban dd input[type=text] {
  padding: 0 20px;
  width: 230px;
  height: 100%;
  font-size: 26px;
  text-align: left;
  background: url("/wp-content/themes/tominowa/assets/media/images/common/svg-calendar.svg") no-repeat center right 22px;
  background-size: 24px 24px;
  box-sizing: border-box;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  #search_489ban form .date_489ban dd input[type=text] {
    width: calc(100% - 134px);
    padding: 0 14px;
    background: url("/wp-content/themes/tominowa/assets/media/images/common/svg-calendar.svg") no-repeat center right 16px;
    background-size: 24px 24px;
  }
}
#search_489ban form .date_489ban dd .date-undecided {
  width: 142px;
  height: 100%;
  display: flex;
  align-items: center;
}
#search_489ban form .date_489ban dd .checkbox-wrap {
  position: relative;
  height: 100%;
  padding: 0 20px 0 60px;
  border-left: 1px solid #97b0b8;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
}
@media only screen and (min-width: 1024px) {
  #search_489ban form .date_489ban dd .checkbox-wrap:hover {
    cursor: pointer;
  }
}
@media only screen and (max-width: 767px) {
  #search_489ban form .date_489ban dd .checkbox-wrap {
    width: 134px;
    padding: 0 14px 0 55px;
  }
}
#search_489ban form .date_489ban dd input[type=checkbox] {
  display: none;
}
#search_489ban form .date_489ban dd input[type=checkbox]:checked + .checkmark {
  background-color: #003442;
}
#search_489ban form .date_489ban dd input[type=checkbox]:checked + .checkmark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 14px;
  -webkit-mask: url("/wp-content/themes/tominowa/assets/media/images/common/svg-check.svg") center/contain no-repeat;
          mask: url("/wp-content/themes/tominowa/assets/media/images/common/svg-check.svg") center/contain no-repeat;
  background-color: white;
}
#search_489ban form .date_489ban dd .checkmark {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #97b0b8;
  background-color: white;
}
@media only screen and (max-width: 767px) {
  #search_489ban form .date_489ban dd .checkmark {
    left: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  #search_489ban form .date_489ban dd .hasDatepicker:hover {
    cursor: pointer;
  }
  #search_489ban form .date_489ban dd .hasDatepicker:disabled:hover {
    cursor: pointer;
  }
}
#search_489ban form .inbox_489ban {
  display: flex;
  border: 1px solid #97b0b8;
  background-color: white;
  border-left: none;
}
@media only screen and (max-width: 767px) {
  #search_489ban form .inbox_489ban {
    margin-top: 10px;
    width: calc(100% - 188px - 10px);
    height: 70px;
    border-left: 1px solid #97b0b8;
  }
}
#search_489ban form .inbox_489ban .stay_489ban dt label {
  display: none;
}
#search_489ban form .inbox_489ban .stay_489ban dd {
  width: 95px;
  height: 100%;
  position: relative;
  font-size: 26px;
  background: url(../../img/icon_search_arrow.png) no-repeat center right 11px;
  background-size: 7px 16px;
}
.en #search_489ban form .inbox_489ban .stay_489ban dd {
  width: 154px;
}
#search_489ban form .inbox_489ban .stay_489ban #stay_label {
  padding-right: 25px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font-size: 20px;
}
#search_489ban form .inbox_489ban .stay_489ban #stay_label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 10px solid #202020;
  border-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #search_489ban form .inbox_489ban .stay_489ban #stay_label::after {
    right: 25px;
  }
}
#search_489ban form .inbox_489ban .stay_489ban select {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 16px;
  opacity: 0;
}
@media only screen and (min-width: 1280px) {
  #search_489ban form .inbox_489ban .stay_489ban select:hover {
    cursor: pointer;
  }
}
#search_489ban form .inbox_489ban + .inbox_489ban {
  margin-left: 16px;
}
#search_489ban button {
  width: 130px;
  height: 100%;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  background: #003442;
  border: none;
}
@media only screen and (max-width: 767px) {
  #search_489ban button {
    margin-top: 10px;
    margin-left: 10px;
    width: 188px;
    height: 70px;
  }
}

#recommend_489ban {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}
@media only screen and (max-width: 767px) {
  #recommend_489ban {
    gap: 24px;
  }
}
#recommend_489ban .PlanView {
  width: calc((100% - 60px) / 4);
}
@media only screen and (max-width: 1023px) {
  #recommend_489ban .PlanView {
    width: calc((100% - 20px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  #recommend_489ban .PlanView {
    width: 100%;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  #recommend_489ban .PlanView .picture {
    width: 36%;
  }
}
@media only screen and (min-width: 1024px) {
  #recommend_489ban .PlanView .picture .main_picture a:hover picture img {
    transform: scale(1.1);
  }
}
#recommend_489ban .PlanView .picture .main_picture a picture {
  display: block;
  aspect-ratio: 3/2;
  overflow: hidden;
}
#recommend_489ban .PlanView .picture .main_picture a picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s transform;
}
#recommend_489ban .PlanView .explan {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  #recommend_489ban .PlanView .explan {
    margin-top: 0;
    margin-left: 20px;
    width: calc(64% - 20px - 10px - 10px);
  }
}
#recommend_489ban .PlanView .explan .plan a {
  font-size: 17px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  #recommend_489ban .PlanView .explan .plan a {
    font-size: 15px;
  }
}
#recommend_489ban .PlanView .explan .comment {
  display: none;
}
#recommend_489ban .PlanView .explan .roomlist {
  display: none;
}

.plan-btn {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 202px;
  height: 58px;
  border-radius: 29px;
  border: 2px solid #003442;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 15px;
  position: relative;
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .plan-btn:hover {
    border: 2px solid #0F5E6B;
  }
  .plan-btn:hover span {
    color: #0F5E6B;
  }
  .plan-btn:hover::after {
    background-color: #0F5E6B;
  }
}
@media only screen and (max-width: 767px) {
  .plan-btn {
    background-color: transparent;
    border: none;
    width: 10px;
    height: 16px;
    padding-right: 0;
    margin: 0;
    margin-left: 10px;
  }
}
.plan-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-mask: url("/wp-content/themes/tominowa/assets/media/images/common/svg-greater-blue.svg") center/contain no-repeat;
          mask: url("/wp-content/themes/tominowa/assets/media/images/common/svg-greater-blue.svg") center/contain no-repeat;
  background-color: #003442;
  width: 10px;
  height: 16px;
  transition: 0.5s background-color;
}
@media only screen and (max-width: 767px) {
  .plan-btn::after {
    right: 0;
  }
}
.plan-btn span {
  font-family: Zen Antique;
  color: #003442
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .plan-btn span {
    display: none;
  }
}

#ui-datepicker-div {
  z-index: 10 !important;
}