body{
  height: 100%;
}
.container_960 {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}
.container {
    padding-left: 15px;
    padding-right: 15px;
}

.formControl[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  outline: 0;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  border: 3px solid #DEDFDF;
  border-radius: 50%;
}
.formControl[type=radio]:checked {
    background: url(../images/form/ic_radio_checked.svg?v=1);
    border: 0;
    outline: 0;
}

.tourHotel {
  position: relative;
  padding: 22px 15px ;
}
@media (max-width: 657px) {
  .tourHotel {
    padding: 0;
  }
}
.tourHotel_tripType {
  border-radius: 3px;
  overflow: hidden;
  margin: 15px 0;
}
.tourHotel_tripType > label {
  display: block;
  width: 100%;
  padding: 16px 0;
  text-align: center;
  font-size: 14px;
  border: 1px solid #B4B4B4;
  margin-right: -1px;
}

@media (max-width: 657px) {
  .tourHotel_tripType > label {
    padding: 10px 0;
  }
  .tourHotel_tripType > label:first-of-type {
    border-radius: 4px 0 0 4px;
  }
  .tourHotel_tripType > label:last-of-type {
    border-radius: 0 4px 4px 0;
  }
}

.tourHotel_tripType > label:last-child {
  margin-right: 0;
}
.tourHotel_tripType input[type=radio]:checked + label {
  background: #115da1;
  color: white;
}
.tourHotel_tripType input[type=radio] {
  appearance: none;
  -webkit-appearance: none;

  display: block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
}

.tourHotel_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.tourHotel_topTitle {
  font-size: 21px;
  font-weight: bold;
  color: white;
  line-height: 1;
  margin-bottom: 8px;
  text-align: center;
}
@media (max-width: 657px) {
  .tourHotel_topTitle {
    display: none;
  }
}
.tourHotel_formWrapper {
    background: white;
    border-radius: 6px;
    padding: 10px 15px;
    max-width: 660px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}
@media (max-width: 657px) {
  .tourHotel_formWrapper {
    border-radius: 0;
    padding: 10px 15px;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}
}
.tourHotel_button {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
    border: 1px solid #B4B4B4;
    background: white;
}
.tourHotel_button[disabled] {
  background: #E7E7E7;
  opacity: 1;
}

.tourHotel_button[disabled] .tourHotel_buttonLabel > * {
  color: #ADA8A2;
}
.tourHotel_buttonGroup {
    margin-top: 10px;
}
.tourHotel_buttonGroup .formControl[type=checkbox] {
  margin-right: 8px;
}
.tourHotel_buttonGroup .flex-row > * + * {
  margin-left: 10px;
}
.tourHotel_buttonGroup-transparentFormControl {
  position: relative;
}
.tourHotel_buttonGroup-transparentFormControl .form-control {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
.tourHotel_button > img {
    margin-right: 8px;
}
.tourHotel_buttonLabel > small, .tourHotel_buttonLabel > * {
    display: block;
}
.tourHotel_buttonLabel > * {
    font-size: 14px;
    color: #333333;
    margin: 0;
    line-height: 1;
    text-align: left;
}
.tourHotel_buttonLabel > small {
    font-size: 10px;
    color: #999999;
    margin-bottom: 8px;
}
.tourHotel_button-red {
    display: block;
    margin-top: 17px;
    text-align: center;
    background: #F9423A;
    padding: 16px 0;
    color: white !important;
    width: 100%;
    font-weight: bold;
    font-size: 17px;
    position: relative;
    height: 50px;
}

.tourHotel_button-red > img {
    position: absolute;
    top: 26%;
    left: 18px;
}
.searchForm_button_list .tourHotel_button-gray {
    display: block;
    text-align: center;
    background: #999999;
    color: white !important;
    font-weight: bold;
    position: relative;
}
@media (min-width: 658px) {
  .searchForm_button_list {
    display: flex;
    justify-content: space-between;
  }
  .searchForm_button_list .tourHotel_button-red {
    width: 65% !important;
  }
  .searchForm_button_list .tourHotel_button-gray {
    width: 32.5% !important;
    margin-top: 17px;
    padding: 16px 0;
    font-size: 17px;
    height: 50px;
  }
}
@media (max-width: 657px) {
  .searchForm_button_list .tourHotel_button-red {
    margin-top: 10px;
  }
  .searchForm_button_list .tourHotel_button-gray {
    width: 100% !important;
    margin-top: 10px;
    padding: 5px;
    font-size: 14px;
  }
}
#ConditionSelectModal .tourHotel_button-gray {
  display: none;
}

@media (max-width: 657px) {
  .modal.modal-sp-fullscreen .modal-dialog {
    margin: 0 auto;
    max-width: unset;
    min-height: 100%;
    height: 100%;
  }
  .modal.modal-sp-fullscreen .modal-content {
    border-radius: 0;
    border: 0;
    min-height: 100%;
    height: 100%;
    padding: 0 0 90px;
  }
}

.tourHotelPlaceModal .modal-dialog {
  max-width: 380px;
}
.tourHotelPlaceModal_topbar {
  width: 100%;
  height: 52px;
  box-shadow: 0 1px 4px #00000029;
}
.tourHotelPlaceModal_close {
  background: transparent;
}
.tourHotelPlaceModal_title {
  font-weight: bold;
  font-size: 21px;
  text-align: left;
}
.tourHotelPlaceModal_title > img {
  vertical-align: sub;
  margin-left: 10px;

}
.tourHotelPlaceModal_container {
  margin: 23px 10px;
}
.tourHotelPlaceModal_search {
  position: relative;
  width: 100%;
}

.tourHotelPlaceModal_search > img {
  position: absolute;
  left: 12px;
  top: 25%;
}
.tourHotelPlaceModal_search > input {
  width: 100%;
  padding: 25px 8px 8px 55px;
  border: 1px solid #115da1;
  border-radius: 1px;
  box-sizing: border-box;
  font-size: 14px;
}
@media (max-width: 657px) {
  .tourHotelPlaceModal_search > input {
    font-size: 16px;
  }
}
.tourHotelPlaceModal_searchLabel {
  position: absolute;
  left: 55px;
  top: 8px;
  font-size: 10px;
  color: #999999;
}
.tourHotelPlaceModal_group + .tourHotelPlaceModal_group {
  margin-top: 20px;
}
.tourHotelPlaceModal_subTitle {
  color: #999999;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 10px;
}
.tourHotelPlaceModal_subTitle-center {
  text-align: center;
}
.tourHotelPlaceModal_close {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
}
.tourHotelPlaceModal_close:focus {
  text-decoration: none;
}
.tourHotelPlaceModal_close > img {
  vertical-align: middle;
}
.tourHotelPlaceModal_tablist {
  border-top: 1px solid #DEDFDF;
  border-bottom: 1px solid #DEDFDF;
}
.tourHotelPlaceModal_tablist > li {
  width: 50%;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

.tourHotelPlaceModal_tablist > li > a {
  position: relative;
  color: #999999;
  border-radius: 0;
}
.tourHotelPlaceModal_tablist > li.active > a:hover,
.tourHotelPlaceModal_tablist > li.active > a:focus {
  opacity: 1;
}

.tourHotelPlaceModal_tablist > li.active > a:after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ef473e;
}

.tourHotelPlaceModal_radioList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.tourHotelPlaceModal_radioList > li {
  position: relative;
  border: 1px solid #B4B4B4;
  border-radius: 6px;
  max-width: 45%;
  padding: 15px 6px 15px 25px;
  flex-basis: calc(50% - 16px);
  margin: 0 8px 9px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tourHotelPlaceModal_radioList >li:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(../images/form/ic_radio.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 11px;
  top: 35%;
}

.tourHotelPlaceModal_radioList > li.is-selected:after {
  background-image: url(../images/form/ic_radio_checked.svg);
}

.tourHotelPlaceModal_prevBtn {
  display: block;
  position: absolute;
  height: 30px;
  width: auto;
  line-height: 30px;
  text-align: center;
  margin-top: -5px;
}
.tourHotelPlaceModal_prevBtn .arrow {
  padding-left: 15px;
}
.tourHotelPlaceModal_prevBtn .arrow:after {
  border-right: 2px solid #737373;
  border-top: 2px solid #737373;
  height: 8px;
  left: 3px;
  width: 8px;
  -webkit-transform: rotate(224deg);
  transform: rotate(224deg);
}
.tourHotelDeparetureDateModal .modal-dialog{
  max-width: 750px;
}
.tourHotelPeopleModal .modal-dialog{
  max-width: 380px;
}

.tourHotelDepartureDate_datePicker {
  margin-top: 5px;
}
.tourHotelDepartureDate_datePicker .ui-datepicker {
  width: 100% !important;
  border: 0;
  box-shadow: none;
  position: relative;
}
.tourHotelDepartureDate_datePicker .ui-datepicker-group{
  padding-bottom: 26px;
}
.tourHotelDepartureDate_datePicker .ui-datepicker .ui-datepicker-prev {
  background-image: url(../images/form/ic_arrow_left.svg);
  left: 12px;
}
.tourHotelDepartureDate_datePicker .ui-datepicker .ui-datepicker-prev-hover {
  background: url(../images/form/ic_arrow_left.svg) no-repeat 0 0;
  left: 12px;
  opacity: 0.6;
}
.tourHotelDepartureDate_datePicker .ui-datepicker .ui-datepicker-next {
  background-image: url(../images/form/ic_arrow_right.svg);
  right: 12px;
}
.tourHotelDepartureDate_datePicker .ui-datepicker .ui-datepicker-next-hover {
  background: url(../images/form/ic_arrow_right.svg) no-repeat 0 0;
  right: 12px;
  opacity: 0.6;
}
.tourHotelDepartureDate_datePicker .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  top: 7px;
}
.tourHotelDepartureDate_datePicker .ui-datepicker .ui-datepicker-header {
  background: transparent;
  position: static;
}
.tourHotelDepartureDate_datePicker  .ui-datepicker .ui-datepicker-title {
  font-weight: bold;
  font-size: 17px;
  color: #333333;
}
.tourHotelDepartureDate_datePicker .ui-datepicker td,
.tourHotelDepartureDate_datePicker .ui-datepicker th {
  border: 1px solid #DEDFDF;
  padding: 2px;
}
.tourHotelDepartureDate_datePicker .ui-datepicker th span,
.tourHotelDepartureDate_datePicker .ui-datepicker td span,
.tourHotelDepartureDate_datePicker .ui-datepicker td a {
  border: 0;
  padding: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 17px;
  font-weight: normal;
}
.tourHotelDepartureDate_datePicker .ui-datepicker td span,
.tourHotelDepartureDate_datePicker .ui-datepicker td a {
  color: #B4B4B4;
}
.tourHotelDepartureDate_datePicker .ui-datepicker-calendar td.selected > a {
  color: white;
}
.tourHotelDepartureDate_datePicker .ui-datepicker-calendar td.selected > a:after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background: #F9423A;
  top: 0;
  left: calc(50% - 20px);
  border-radius: 50%;
  z-index: -1;
}
.tourHotelDepartureDate_datePicker .ui-datepicker-calendar td.selected > a,
.tourHotelDepartureDate_datePicker .ui-datepicker-calendar td.between > a {
  position: relative;
  z-index: 0;
}

.tourHotelDepartureDate_datePicker .ui-datepicker-calendar td.between > a:after {
  content: "";
  position: absolute;
  display: block;
  background: rgba(249,66,58,.1);
  width: calc(100% + 5px);
  left: -3px;
  top: calc(50% - 16px);
  height: 32px;
  z-index: -1;
}
.tourHotelDepartureDate_datePicker .ui-datepicker-calendar .ui-state-active {
  background: transparent;
}


@media (max-width: 657px) {
  .tourHotelDepartureDate_datePicker .ui-datepicker-group{
    width: 100%;
    float: none;
  }
}

.tourHotelDepartureDate_toolbar {
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
  background: white;
  left: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px;
  border-top: 1px solid #DEDFDF;
  z-index: 9999;
}
.tourHotelDepartureDate_toolbar .tourHotel_button + .tourHotel_button {
  margin-left: 10px;
}
.tourHotelDepartureDate_toolbar .tourHotel_button-red,
.tourHotelDepartureDate_toolbar .tourHotel_button-gray {
  margin-top: 8px;
  padding: 14px 0;
}
.tourHotelPeople-adl,
.tourHotelPeople-chr,
.tourHotelPeople-bby {
  width: 92%;
  padding-top: 28px;
  padding-bottom: 10px;
  margin-left: 4%;
}

.tourHotelPeople-chr,
.tourHotelPeople-bby {
  padding-top: 20px;
}

.tourHotelPeople-chr {
  border-top: 1px solid #00000029;
}

.tourHotelPeople-gen {
  margin-right: auto;
}

.tourHotelPeople-psn {
  text-align: left;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.17px;
  color: #333333;
  margin-bottom: 10px;
}
.tourHotelPeople-age {
  text-align: left;
  font-size: 14px;
  letter-spacing: 0.14px;
  color: #707070;
}

.tourHotelPeople-count {
  margin-left: auto;
}

.tourHotelPeople-dec {
  width: 32px;
  height: 32px;
  border: 1px solid #f9423a;
  font-size: 17px;
  letter-spacing: 0.17px;
  color: #f9423a;
  padding: 5px 10px 8px 7px;
  cursor: default;
}

.tourHotelPeople-num {
  width: 16px;
  height: 27px;
  text-align: center;
  font-size: 27px;
  letter-spacing: 0.27px;
  color: #333333;
  margin-left: 34px;
  margin-right: 27px;
  margin-top: 5px;
}

.tourHotelPeople-inc {
  width: 32px;
  height: 32px;
  background: #f9423a;
  font-size: 17px;
  letter-spacing: 0.17px;
  color: #ffffff;
  padding: 5px 7px 10px 8px;
  cursor: default;
}

.tourHotelPeople-info {
  width: 92%;
  text-align: left;
  letter-spacing: 0.12px;
  color: #333333;
  margin: 10px 0;
  padding-left: 4%;
}

.tourHotelPeople-confirm {
  width: 100%;
  padding: 10px 15px;
  border: solid #dedfdf;
  border-width: 1px 0;
  text-align: center;
  box-sizing: border-box;
}
.tourHotelPeople-confirm .tourHotel_button-red,
.tourHotelPeople-confirm .tourHotel_button-gray {
  margin: 0;
}

@media (max-width: 657px) {
  .tourHotelPeople-confirm {
    bottom: 0;
    left: 0;
    position: absolute;
  }
}

.tourHotel_multipleTrip .tourHotel_buttonGroup{
  display: flex;
  flex-direction: row;
}
.tourHotel_multipleTrip .tourHotel_multipleTrip_deleteButton {
  display: block;
  font-size: 14px;
  color: #707070;
  width: 100%;
  background: transparent;
}

.tourHotel_multipleTrip .tourHotel_multipleTrip_deleteButton > img {
  display: inline-block;
  vertical-align: middle;
}
.tourHotel_multipleTrip .tourHotel_multipleTrip_deleteButtonWrapper {
  flex: auto 0 0;
  margin: 0;
  width: 90px;
}

.tourHotel_multipleTrip .tourHotel_buttonGroup > .tourHotel_button:first-child {
  min-width: 330px;
  max-width: 330px;
  margin-right: 10px;
  overflow: hidden;
}
@media (max-width: 657px) {
  .tourHotel_multipleTrip .tourHotel_buttonGroup > .tourHotel_button:first-child {
    min-width: 0;
  }
}
.tourHotel_multipleTrip .tourHotel_multipleTrip_appendButton {
  background-color: rgba(51,122,183,.8);
  font-size: 14px;
  max-width: 540px;
  width: 100%;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  margin-top: 10px;
}

.tourHotel_multipleTrip .tourHotel_multipleTrip_appendButton > img {
  margin-right: 14px;
  width: 18px;
}

/*テキストインデント*/
.text_type01{
  padding-left:1em;
  text-indent:-1em;
}

@media (max-width: 657px) {
  .tourHotel_multipleTrip .tourHotel_buttonGroup {
    flex-direction: column;
  }
  .tourHotel_multipleTrip .tourHotel_buttonGroup + .tourHotel_buttonGroup {
    border-top: 1px solid #DDDDDD;
    padding-top: 8px;
    margin-top: 8px;
  }
  .tourHotel_multipleTrip .tourHotel_multipleTrip_innerButtonGroup {
    margin-top: 10px;
  }
  .tourHotel_multipleTrip .tourHotel_multipleTrip_innerButtonGroup {
    margin-top: 8px;
  }

  .tourHotel_multipleTrip {
    background: #F7F5F0;
    padding: 1px 10px 10px;
    margin-bottom: 15px;
  }
}

.tourHotel_globalLink {
  display: none;
}
@media (max-width: 657px) {
  .tourHotel_globalLink {
    display: block;
    background-color: #FFFFFF;
    width: 100%;
    padding: 0 15px;
    border-bottom: solid 5px #115da1;
  }
  .tourHotel_globalLink ul {
    display: flex;
    justify-content: center;
  }
  .tourHotel_globalLink ul li {
    background-color: #FFFFFF;
    border: solid #B4B4B4;
    border-width: 1.5px 0 0 0;
    width: 33%;
    max-width: 33%;
    padding-top: 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center 8px;
    background-size: 25% auto;
  }
  .tourHotel_globalLink ul li:first-child {
    border-top-left-radius: 10px;
    border-width: 1.5px 0 0 1.5px;
    background-image: url(../images/global-link/air-gray.svg);
  }
  .tourHotel_globalLink ul li:nth-child(2) {
    background-image: url(../images/global-link/hotel-gray.svg);
  }
  .tourHotel_globalLink ul li:last-child {
    background-image: url(../images/global-link/dp-gray.svg);
    border-width: 1.5px 1.5px 0 0;
    border-top-right-radius: 10px;
    font-size: 14px;
    line-height: 16px;
  }
  .tourHotel_globalLink ul li a {
    display: block;
    padding: 30px 0 5px;
    text-align: center;
    color: #B4B4B4;
  }
  .tourHotel_globalLink ul li a:hover,
  .tourHotel_globalLink ul li a:active {
      text-decoration: none;
  }
  .tourHotel_globalLink ul li:last-child a span {
    font-size: 13px;
  }
  .tourHotel_globalLink ul li.active {
    background-color: #115da1;
    border-color: #115da1;
  }
  .tourHotel_globalLink ul li.active:first-child {
    background-image: url(../images/global-link/air-white.svg);
  }
  .tourHotel_globalLink ul li.active:nth-child(2) {
    background-image: url(../images/global-link/hotel-white.svg);
  }
  .tourHotel_globalLink ul li.active:last-child {
    background-image: url(../images/global-link/dp-white.svg);
  }
  .tourHotel_globalLink ul li:not(.active)+li:not(.active) {
    border-left-width: 1.5px;
  }
  .tourHotel_globalLink ul li.active a {
    color: #FFFFFF;
    pointer-events: none;
  }
}

.tourHotelPlaceModal_search .iconPlace {
    box-sizing: border-box;
    background: url(/images/common/ic_place.svg) no-repeat;
    background-position: 10px center;
    background-size: 24px auto;
    padding-left: 45px;
}
