@charset "UTF-8";
.red-header{
  border-top: 20px solid #f9423a;
}

.tour-other-a a,
.tour-other-a button {
  cursor: pointer;
  display: block;
  padding: 15px 0 5px 0;
  border: 0px;
  font-weight: normal;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.5px;
  border-radius: 4px;
  margin: 10px 0 0;
  position: relative;
  text-decoration: none;
}
.tour-other-a a:after,
.tour-other-a button:after {
  border-right: 0px solid #ef463d;
  border-top: 0px solid #ef463d;
  height: 0;
  width: 0;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  text-decoration: none;
}

@media screen and (min-width: 908px) {
  .tour-table {
    width: 850px;
  }
}
@media (min-width: 658px) and (min-height: 940px) {
  .tour-table {
    margin: 70px auto;
  }
}
.tour-table .desc {
  border-bottom: 1px solid #e5e5e5;
}
.tour-table table {
  width: 100%;
  border-collapse: collapse;
}
.tour-table th {
  background-color: #ffffff;
  border: 1px solid #aaaaaa;
  padding: 8px 10px;
  text-align: center;
  font-size: 16px;
}
.tour-table td {
  padding: 8px 10px;
  border: 1px solid #aaaaaa;
  text-align: left;
}
.tour-table .package {
  background-color: #ef473e;
  color: #ffffff;
}
.tour-table .dp {
  background-color: #333333;
  color: #ffffff;
}
.tour-table .color {
  color: #eb6f29;
}
.tour-table .dp-search{
  background-color: #333333;
  color: #ffffff;
  cursor: pointer;
  width: 80%;
  margin: 20px auto 0;
}
.tour-table .dp-search:hover{
  opacity: 0.75;
}
.modal p.button{
  font-size:20px;
}

#people_number {
  font-size: 18px;
  border: 1px solid #dddddd;
}
#people_number .close-button {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  background-color: transparent;
  border: none;
  color: #636363;
  font-size: 30px;
}

#people_number .number-button {
  padding: 20px 0px;
  border-radius: 4px;
  font-size: 18px;
  width: 40%;
  margin: 10px 10px 10px 10px;
  border: none;
}
#people_number .number-button:hover {
  opacity: 0.75;
}
#people_number .button-group > button:first-child {
  color: #ffffff;
  background-color: #f9423a;
}
#people_number .button-group > button:last-child {
  color: #000000;
  background-color: #c6c4c0;
}
#people_number .modal-body {
  text-align: left;
}
#people_number .a-button {
  margin: 0px 0px 20px 00px;
}
#people_number .minus-plus {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 40px;
  text-align: left;
}
#people_number .border-line {
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0 20px 0;
  text-align: left;
}
#people_number .minus-plus > div {
  padding: 20px 0 20px 0;
}
#people_number .minus-plus > div:first-child {
  flex: 1;
  -webkit-flex: 1;
  font-weight: bold;
  margin-left: 20px;
}
#people_number .minus-plus > div:first-child font {
  font-size: 12px;
  color: #999999
}
#people_number .minus-plus > div:last-child {
  width: 100px;
}
#people_number .minus-plus a {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 17px;
  font-size: 22px;
  padding: 0px 0 0px 0;
}
#people_number .minus-plus a:hover {
  text-decoration: none;
}
#people_number .minus-plus a:link {
  text-decoration: none;
}
#people_number .minus-plus span {
  position: relative;
  top: 0px;
  font-size: 26px;
  font-weight: bold;
  display: inline-block;
  height: 20px;
  line-height: 16px;
  padding: 0 0px;
  width: 40px;
  text-align: center;
}
#people_number .minus-plus a:first-child {
  background-color: #ffffff;
  color: #f9423a;
  border: 1px solid #f9423a;
}
#people_number .minus-plus a:last-child {
  background-color: #f9423a;
  color: #ffffff;
  border: 1px solid #f9423a;
}
#people_number .button-group {
  text-align: center;
  margin-bottom: 30px;
  padding: 20px 0px 20px 0px;
}
#people_number .button-group button {
  display: inline-block;
  color: #ffffff;
}
#people_number .search-button-group {
  text-align: center;
  margin-bottom: 30px;
  padding: 20px 0px 20px 0px;
}
#people_number .search-button-group button {
  display: inline-block;
  background-color: #f9423a;
  color: #ffffff;
}
#people_number .searchFormFlex {
  display: flex;
  align-items: flex-start;
}
#people_number .selectAdult select {
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  height: 50px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #d2d2d2;
  box-shadow: inset 2px 2px 2px 2px rgba(51,51,51,.1);
  padding: 5px 150px 5px 10px;
}
#people_number .selectChild select {
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  height: 50px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #d2d2d2;
  box-shadow: inset 2px 2px 2px 2px rgba(51,51,51,.1);
  padding: 5px 150px 5px 10px;
}

.modal-content.tour_free {
  overflow-y: scroll;
  height: 600px;
}

@media screen and (max-width: 657px) {
  #people_number .searchFormFlex {
    display: block;
  }
  #people_number .selectAdult {
    margin-top: 10px;
  }
  #people_number .selectChild {
    margin-top: 10px;
  }
  .modal-content.tour_free {
    height: calc(100vh - 100px);
  }
  #people_number .search-button-group {
    display: flex;
    flex-direction: column;
  }
  #people_number .search-button-group button {
    width: 90%;
  }
  #people_number .search-button-group .ticket-button {
    order: 1;
  }
  #people_number .search-button-group .room-button {
    order: 2;
  }
}

#people_number .room-form > div + div {
  margin-top: 15px;
}
#people_number .room-form button {
  font-size: 13px;
  margin-right: 10px;
  border: none;
  background: transparent;
}
#people_number .room-form button#addRooms {
  color: #f9423a;
}
#people_number .room-form button#addRooms::before {
  content: "";
  display: inline-block;
  background: url(../images/tour/ico_plus_red.svg) no-repeat;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
#people_number .room-form button#delRooms::before {
  content: "";
  display: inline-block;
  background: url(../images/tour/ico_minus_gray.svg) no-repeat;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
#people_number .room-form .iconAdult {
  background: url(../images/tour/icon_adult.svg) no-repeat;
  background-position: 15px;
  background-size: 15px 40px;
  padding-left: 45px;
}
#people_number .room-form .iconChild {
  background: url(../images/tour/icon_child.svg) no-repeat;
  background-position: 15px;
  background-size: 15px 30px;
  padding-left: 45px;
}
#people_number .room-form .roomLabel {
  width: 100%;
  flex: 0 0 40px;
  padding: 5px 0;
  margin-right: 20px;
  border-bottom: solid 1px #d2d2d2;
  font-size: 13px;
}

#people_number p {
  font-size: 13px;
}

#people_number .searchFormFlex.childAge {
  flex-wrap: wrap;
  display: flex;
}

.searchFormFlex.childAge div {
    margin: 0;
    position: relative;
    width: 30.5%;
    margin-top: 15px;
}

.searchFormFlex.childAge select {
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  height: 50px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #d2d2d2;
  box-shadow: inset 2px 2px 2px 2px rgba(51,51,51,.1);
  padding: 5px 10px;
 }

@media screen and (max-width: 657px) {
  #people_number .button-group {
    padding: 0px 0px 0px 0px;
  }
}

#search-vp-hotel-button {
  display: block;
  width: auto;
  margin: 20px auto 0 auto;
}
