.shop-search-box input::placeholder  {
  color: #999;
}

.shop-search-box input:-ms-input-placeholder {
  color: #999;
}

.shop-search-box input::-ms-input-placeholder {
  color: #999;
}

@media screen and (min-width: 768px){
  .ttl-lv2 {
    margin-bottom: 17px !important;
  }
}

.h2-wrapper h2 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .h2-wrapper h2 {
    margin-bottom: 20px;
  }

  .shop-search-box,
  .date-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.search-wrapper {
  text-align: center;
}

/* Icon */

.icon:before {
  display: inline-block;
  height: 20px;
  width: 20px;
}

.airplane:after {
  content: url(../ic_plane.html);
  padding-left: 10px;
}

.train:after {
  content: url(../ic_train.html);
  padding-left: 10px;
}

.ship:after {
  content: url(../ic_ship.html);
  padding-left: 10px;
}

.building:after {
  content: url(../ic_shopdetail.html);
  padding-left: 10px;
}

.label-wrapper label {
  border: 1px solid #aaaaaa;
  border-bottom: none;
  display: block;
  margin: 8px auto;
  padding: 14px 24px;
  position: relative;
  width: 100%;
}

.label-wrapper label input {
  display: none;
}

.label-wrapper label:before {
  background-color: #fff;
  border: 1px solid #aaa;
  content: "";
  display: block;
  height: 20px;
  left: 18px;
  position: absolute;
  top: 28%;
  width: 20px;
}

.label-wrapper label.radio:before {
  border-radius: 50%;
}

.label-wrapper label.radio input:checked + span:after {
  background: #474747;
  border-radius: 50%;
  content: "";
  display: block;
  height: 12px;
  left: 23px;
  position: absolute;
  top: 37.8%;
  width: 12px;
}

.label-wrapper label.checkbox:before {
  border-radius: 10%;
}

.label-wrapper label.selected::before {
  background-color: #fed700;
}

.label-wrapper label.checkbox input:checked + span:after {
  border-bottom: 3px solid #141414;
  border-right: 3px solid #141414;
  content: "";
  display: block;
  height: 10px;
  left: -26px;
  position: absolute;
  top: 5px;
  transform: rotate(52deg);
  width: 5px;
}

#reserve .option label.checkbox input:checked + span:nth-of-type(2):before {
  background-color: #fed600;
  border: 1px solid #fec600;
}

#reserve button {
  cursor: pointer;
}

#reserve .period-box {
  text-align: left;
}

#reserve .search-wrapper .shop-wrapper {
  width: 100%;
}

#reserve .search-wrapper .date-wrapper {
  width: 54%;
  padding-top: 33px;
}

#reserve .search-wrapper .shop-wrapper,
#reserve .search-wrapper .date-wrapper {
  display: inline-block;
}

#reserve .search-wrapper .shop-wrapper .shop,
#reserve .search-wrapper .date-wrapper .date {
  position: relative;
}

#reserve .search-wrapper .shop-wrapper .input-wrapper {
  position: relative;
}

#reserve .oneway {
  text-align: left;
  margin: 50px auto 50px;
}

#reserve .oneway h3 {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 2rem;
}

#reserve .oneway-inner {
  background-color: #fff;
  padding: 15px;
  border: 1px solid #aaa;
}

#reserve .oneway-item {
  margin-bottom: 10px;
  border-bottom: 1px solid #aaa;
  font-size: 1.4rem;
}

#reserve .oneway__type,
#reserve .oneway__fee {
  display: inline-block;
  float: left;
  min-width: 100px;
  padding-bottom: 10px;
}

#reserve .oneway__type{
  width: 65%
}

#reserve .oneway__fee {
  text-align: right;
  color: #d2232a;
  font-weight: bold;
  width: 35%;
}

#reserve .oneway-noresult {
  padding: 10px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {

  #reserve .date-time-wrapper.t-datepicker {
    max-width: 100% !important;
  }

}

#reserve .search-wrapper .shop-wrapper .input-wrapper input {
  float: left;
  margin-bottom: 5px;
}

#reserve .clock-wrapper {
  float: right;
}

#reserve .search-wrapper .shop-wrapper .button-wrapper {
  position: relative;
  overflow: hidden;
}

#reserve .search-wrapper .shop-wrapper .button-wrapper .map-select:before {
  content: "\f041";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
  line-height: 15px;
  vertical-align: baseline;
  padding-right: 3px;
  color: #141414;
}

#reserve .search-wrapper .shop-wrapper .button-wrapper .map-select.map-search-disabled:before {
  color: #999;
}

#reserve .search-wrapper .shop-wrapper .button-wrapper .map-select {
  display: inline-block;
  text-align: center;
  padding: 3px 0px 3px 15px;
  display: block;
  float: right;
  font-size: 1.4rem;
}

#reserve .search-wrapper .date-wrapper .input-wrapper input {
  display: inline-block;
  letter-spacing: normal;
  padding: 8px 16px;
  width: 49.3%;
  border-radius: 5px;
}

#reserve .clock-wrapper {
  display: inline-block;
  position: relative;
  width: 48.5%;
}

#reserve .clock-wrapper select {
  padding: 9px 16px;
  width: 100%;
}

#reserve .clock-wrapper:after {
  content: "\f017";
  display: block;
  font-family: FontAwesome;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 13px;
  font-size: 1.8rem;
  width: 20px;
  /* z-index: -1; */
}

#reserve .search-results {
  background-color: #fff;
  display: none;
  letter-spacing: normal;
  position: absolute;
  z-index: 100;
}

#reserve .search-results ul {
  max-height: 400px;
  overflow-y: scroll;
}

#reserve .search-results p,
#reserve .search-results li {
  padding: 8px;
  border: 1px solid #aaaaaa;
}

#reserve .search-results li {
  border-bottom: none;
}

#reserve .search-results li {
  cursor: pointer;
}

#reserve .search-results li:hover {
  background-color: #d32830;
  color: #fff;
}

#reserve .label-wrapper {
  position: relative;
}

#reserve .shop-search-box {
  width: 45%;
  float: left;
}

#reserve .shop-search-box p {
  display: block;
  text-align: left;
}

#reserve .period-box {
  margin-top: 10px;
}

#reserve select::-ms-expand {
  display: none;
}

#reserve select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.t-dates,
select {
  background-color: transparent;
  font-size: 1.6rem
}

.t-check-in .t-date-info-title,
.t-check-out .t-date-info-title {
  left: 15px !important;
}

.date-field {
  width: 49.3%;
}

.date-time-wrapper .fa-calendar-o {
  top: 13px;
  /* z-index: -1; */
}

@media screen and (max-width: 768px) {

  #reserve .search-wrapper .date-wrapper .input-wrapper select {
    height: 44px;
  }
}

@media screen and (min-width: 768px) {

  .date-wrapper {
    float: right;
  }

  #reserve .search-wrapper .date-wrapper {
    width: 53%;
  }

  #reserve .search-wrapper .date-wrapper .input-wrapper select {
    width: 100%;
    height: 44px;
  }

  .date-field {
    width: 48.5%;
  }

  .date-time-wrapper .fa-calendar-o,
  #reserve .clock-wrapper:after {
    right: 16px;
  }

  #reserve .oneway {
    margin-top: 70px;
  }

  #reserve .oneway-inner {
    padding: 20px 25px;
  }
  
  #reserve .oneway-item {
    /* margin: 10px auto; */
    font-size: 1.8rem;
  }

  #reserve .oneway__type{
    width: 70%
  }
  
  #reserve .oneway__fee {
    width: 30%;
  }
}

@media screen and (min-width: 1200px) {

  #reserve .oneway {
    width: 80%;
    margin:  70px auto 0;
  }
}

@media screen and (max-width: 999px) {

  .filter-results-section {
    padding-bottom: 10px;
  }

  #reserve .search-wrapper .date-wrapper {
    padding-top: 27px;
  }

  _::-webkit-full-page-media, _:future, :root #reserve .search-wrapper .date-wrapper {
    padding-top: 29px;
  }

}

@media screen and (max-width: 767px) {

  #reserve .search-wrapper .date-wrapper {
    width: 100%;
  }

  #reserve .shop-search-box {
    width: 100%;
    float: left;
  }

}

@media screen and (max-width: 479px) {

  .date-field,
  #reserve .clock-wrapper {
    width: 47.3%;
  }

}
