@charset "utf-8";

/*===================
search
===================*/
.top-search-pc-sp {
  background: #021817;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.top-search-pc-sp.is-show {
  opacity: 1;
  visibility: visible;
}
.top-search {
  padding: 20px 15px 20px 15px;

  /* border-top-left-radius: 25px;
  border-top-right-radius: 25px; */
  font-size: 13px;
  /* background: #021817; */
  font-weight: 500;
  font-style: normal;
  color: #fff;
}

.top-search__inner {
  max-width: 970px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.top-search .en {
  font-family: "Bodoni Moda", serif;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}

.top-search .tit {
  padding-bottom: 5px;
  letter-spacing: 0.2em;
  font-size: 17px;
  line-height: 1.8;
  text-align: center;
}

.top-search .tit-search {
  width: 11%;
  margin-right: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.top-search .search-inner {
  width: 89%;
}

.top-search .search-inner select {
  border: none;
  font-weight: 500;
  font-style: normal;
  line-height: 27px;
  color: #202950;
  padding: 10px 15px;
  margin-right: 10px;
  height: 45px;
  width: 110px;
  background: #fff;
  border-radius: 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.top-search .search-inner .btn {
  position: relative;
  border: 1px solid #fff;
  border-radius: 100px;
  transition: 0.2s;
  margin-left: 20px;
}

.top-search .search-inner .btn:hover {
  background: #319b3a;
}

.top-search .search-inner .btn::before {
  background: url(../imgs/common/search.svg) center top/cover no-repeat;
  width: 18px;
  height: 20px;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
}

.top-search .search-inner .room-search-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  padding: 13px 40px 13px 50px;
}

.top-search .select-wrap {
  position: relative;
}

.top-search .select-wrap::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(45deg);
  position: absolute;
  top: 43%;
  right: 19px;
  pointer-events: none;
}

.top-search .mid-line {
  position: relative;
  z-index: 10;
  width: 20px;
  text-align: center;
  color: #202950;
}
.top-search .inn-day-wrap {
  margin-right: 10px;
}

.top-search .inn-day-wrap dt {
  margin-bottom: 5px;
}

.top-search .inn-day-wrap dd {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
  height: 45px;
  background: #fff;
  border-radius: 5px;
  position: relative;
  width: 350px;
}

.top-search .inn-day-wrap dd::after {
  content: "";
  display: block;
  background: url(../imgs/common/cal.svg) center top/cover no-repeat;
  height: 20px;
  width: 19px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.top-search .inn-day-wrap dd input {
  width: 130px;
  border: none;
  background: none;
  font-weight: 500;
  font-style: normal;
  line-height: 27px;
  color: #202950;
  cursor: pointer;
}

.top-search .inn-number-wrap dt {
  margin-bottom: 5px;
}

.top-search .inn-number-wrap dd {
  display: flex;
}

.top-search .inn-room-wrap dt {
  margin-bottom: 5px;
}

.top-search .inn-room-wrap select {
  width: 90px;
}

.room-search {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

input::placeholder {
  font-size: 12px;
  letter-spacing: -0.1em;
}

.search__heading {
  font-size: 13px;
  font-weight: 400;
}
.top-search-sp {
  display: none;
}
.top-search-sp__link {
  display: block;
  padding: 20px;
  font-family: "Bodoni Moda", serif;
  font-size: 17px;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}
.top-search-sp__link:hover {
  color: #021817;
  background: #fff;
}
.top-search-sp__arrow {
  position: relative;
  display: inline-block;
}
.top-search-sp__arrow:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 7px;
  right: -10px;
  transition: 0.3s;
}
.top-search-sp__link:hover .top-search-sp__arrow:before {
  border-top: solid 2px #021817;
  border-right: solid 2px #021817;
}
@media screen and (max-width: 1090px) {
  .top-search .tit-search {
    margin-right: 15px;
  }
  .top-search .inn-day-wrap dd {
    width: 290px;
  }
}
@media screen and (max-width: 970px) {
  .top-search-pc {
    display: none;
  }
  .top-search-sp {
    display: block;
  }
}
