@charset "utf-8";
/*
CSS Document custom style
2019.12.18　fukui
2020.01.17　fukui
2020.01.24　fukui
2020.01.30　fukui
2020.01.31　fukui
*/
/*共通部分---------------------------------------*/

/*ホテル詳細リスト画面*/
.tourHotelSelectHotel_card-hotel figure{
  margin: 0;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.tourHotelSelectHotel_card-hotel figure img.tourHotelSelectHotel_card-image{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none;
  max-height: none;
  height: auto;
}
/*並び変えの吹き出し*/
.airST_sortPriceModal {
display: none;
position: absolute;
z-index: 20;
}
.airST_sortPriceModal_overlay {
display: none;
position: fixed;
background: #000000;
opacity: .5;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: 15;
}
.airST_sortPriceModal_list {
margin-top: 10px;
border-radius: 4px;
border: 2px solid #EDEDED;
position: relative;
}

.airST_sortPriceModal_list:after {
content: "";
position: absolute;
display: block;
width: 10px;
height: 10px;
background: white;
border-color: #EDEDED;
border-style: solid;
border-width: 2px 0px 0px 2px;
top: -6px;
left: 20px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
}
.airST_sortPriceModal_list .airST_sortPriceModal_listItem {
position: relative;
color: #62666A;
width: 180px;
font-size: 12px;
border: 0;
/*text-align: left;*/
background: white;
border-radius: 0;
border-bottom: 1px solid #EDEDED;
padding: 11px 15px;
font-weight: bold;
outline: 0;
justify-content: flex-start;
}
.airST_sortPriceModal_list .airST_sortPriceModal_listItem.is-active {
color: #F9423A;
}

.airST_sortPriceModal_list .airST_sortPriceModal_listItem:hover,
.airST_sortPriceModal_list .airST_sortPriceModal_listItem:focus {
opacity: 1;
outline: 0;
box-shadow: none;
}

.airST_sortPriceModal_list .airST_sortPriceModal_listItem > img {
position: absolute;
right: 12px;
top: 13px;
}
/*戻るボタン*/
.tourHotelPlaceModal_prevBtn{
  width: auto !important;
}
.tourHotelPlaceModal_prevBtn .arrow {
  padding-left: 15px !important;
}


/*決済画面のステップ*/
#MainPage{
  padding-top:0;
}
.airST-steps{
  margin: 0 auto;
}

/*PC*/
@media (min-width: 657px){
  .tourHotelSelectHotel_card-hotel figure{
    width: 230px;
  }
  .tourHotelSelectHotel_card-hotel figure img.tourHotelSelectHotel_card-image{
    width: 130%;
  }
}
/*SP*/
@media (max-width: 657px){
  /*決済画面のステップ*/
  #MainPage{
    padding-top:0;
  }
  .tourHotelSelectHotel_card-hotel .hotel_list_img{
    width: 100%;
    height: 150px;
  }
  .tourHotelSelectHotel_card-hotel figure{
    width: 100%;
  }
  .tourHotelSelectHotel_card-hotel figure img.tourHotelSelectHotel_card-image{
    width: 150%;
    min-width: 100%;
    height: 110%;
  }
}
/*PC版------------------------------------*/
@media (min-width: 657px){
  /*クラス*/
  .sp_mode{display: none !important;}
}
/* SP版------------------------------------*/

@media (max-width: 657px){
  /*クラス*/
  .sp_mode{display: block !important;}
  body{
    min-width: 320px !important;
  }
  .airST_selectHotelModal_result-condition{
    display: block !important;
  }
  .airST_selectHotelModal_result-checkin,
  .airST_selectHotelModal_result-checkout{
    display: flex !important;
  }
  .airST_selectHotelModal_result-checkin{
    margin-right: 0 !important;
  }
  .airST_selectHotelModal_result-checkin-date,
  .airST_selectHotelModal_result-checkout-date{
    margin-left: 5% !important;
  }
  /*ホテル画面のSP版リンクの範囲*/
  .hotel_list_frame .tourHotelSelectHotel_card-hotel_info{
    position: static;
  }
  .hotel_list_frame .tourHotelSelectHotel_card-hotel_info a{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .hotel_list_frame .tourHotelSelectHotel_card-hotel_info_select_btn-sp{
    width: 50px;
  }
  /*ホテルの条件を選択モーダル画面の拡大禁止処理*/
  .airST_selectHotelModal_condition-choice input,
  .airST_selectHotelModal_condition-choice select{
    font-size: 16px !important;
  }
  /*条件内容の引用部分*/
  .airST_selectHotelModal_result-condition{
    height: auto !important;
  }
  .airST_selectHotelModal_result-people-cnt{
    line-height: 18px !important;
  }
}



/*条件を変更するモーダル---------------------------------------*/

.airST_conditionalModal.modal {
  z-index: 1030;
  background: rgba(0,0,0,.5);
  overflow-y: auto;
}
.airST_conditionalModal_title {
  height: 54px;
  padding-left: calc(17 / 375 * 100%);
  font-size: 21px !important;
  line-height: 54px;
  font-weight: bold;
  letter-spacing: 0.21px;
  border-bottom: solid 1px #00000029;
  background: white;
  align-items: center;
  position: relative;
}

.airST_conditionalModal_title > button {
  height: 54px;
  position: absolute;
  right: 0;
  top:0;
  background: transparent;
}

.airST_conditionalModal_container {
  padding: 14px calc(15 / 375 * 100%) 17.84px;
  background: #F7F5F0;
}

.airST_conditionalModal_result-condition {
  background: #fff;
  height: 94px;
  box-shadow: 0px 3px 6px #00000029;
  border-top: solid 5px #337ab7;
  border-radius: 4px;
  padding: 14px 0 17px 4%;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.airST_conditionalModal_result-checkin {
  margin-right: 13%;
}

.airST_conditionalModal_result-people {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-basis: 100%;
  align-items: center;
}

.airST_conditionalModal_result-checkin p,
.airST_conditionalModal_result-checkout p,
.airST_conditionalModal_result-people p {
  font-size: 10px;
  letter-spacing: 0.1px;
  margin: 0;
}

.airST_conditionalModal_result-checkin p,
.airST_conditionalModal_result-checkout p {
  margin-bottom: 8px;
}

.airST_conditionalModal_result-checkin-date,
.airST_conditionalModal_result-checkout-date,
.airST_conditionalModal_result-people-cnt {
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  letter-spacing: 0.14px;
}

.airST_conditionalModal_result-people-cnt {
  margin-left: 5%;
}
.airST_conditionalModal_date {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 8px 0px 8px 15px;
  text-align: left;
  font-size: 14px;
  border: 1px solid #b4b4b4;
  border-radius: 4px;
  min-height: 52px;
  width: 48%;
  background: #fff url("../../images/ic_calendar.svg") no-repeat;
  background-position: right 14px top 13px;
}

@media (max-width: 330px) {
  .airST_conditionalModal_date {
    background-position: right 14px top 19px;
  }
}

.airST_conditionalModal_date[disabled] {
  background-color: #E7E7E7;
  opacity: 1;
}

.airST_conditionalModal_date[disabled] > * {
  color: #ADA8A2;
}

.airST_conditionalModal_formGroup {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.airST_conditionalModal_formGroup > label{
  display: block;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.17px;
}

/* .airST_conditionalModal_formGroup > * + * {
  margin-top: 9px;
} */

.airST_conditionalModal_formGroup + .airST_conditionalModal_formGroup {
  margin-top: 9.5px;
  padding-top: 10.5px;
}
.airST_conditionalModal_submitButton {
  display: flex;
  max-width: 327px;
  margin: 19px auto;
  height: 48px;
  width: 100%;
  color: #fff !important;
  background: #f9423a;
  border-radius: 4px;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.17px;
  justify-content: center;
  align-items: center;
}
.airST_conditionalModal_submitButton:hover{
  text-decoration: none;
}
.airST_conditionalModal_radioButton {
  font-size: 14px;
  font-weight: normal;
  margin: 22px 0 12px;
}
.airST_conditionalModal_radioButton + .airST_conditionalModal_radioButton {
  margin-left: 23px;
}
.airST_conditionalModal_radioButton > input {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(./imgs/ic_radio.svg);
  background-size: contain;
  background-repeat: no-repeat;
  appearance: none;
  -webkit-appearance: none;
}
.airST_conditionalModal_radioButton > input:checked {
  outline: 0;
  background-image: url('./imgs/ic_radio_checked.svg');
}

@media (min-width: 658px) {
  .airST_conditionalModal_result-condition {
    height: 68px;
  }
  .airST_conditionalModal_result-condition p {
    margin-bottom: 8px;
  }
  .airST_conditionalModal_result-checkin {
    margin-right: 20px;
  }
  .airST_conditionalModal_result-people {
    margin-left: 34px;
    display: block;
    flex-basis: auto;
  }
  .airST_conditionalModal_result-people-cnt {
    margin-left: 0;
  }
  .airST_conditionalModal_date {
    background-position: right 14px top 12px;
  }
  .airST_conditionalModal_formGroup:nth-of-type(n+3){
  border-top: 1px solid #E7E7E7;
  }
  .airST_conditionalModal_formGroup:nth-of-type(2),
  .airST_conditionalModal_formGroup:nth-of-type(3) {
  border-top: 1px solid #E7E7E7;
  }
}

/*条件を変更するフォームのデザイン変更-------------------------------------*/
#screenResearch
.object_none{
  display: none;
}
#screenResearch
.tourHotel_tripType{
  margin: 20px 0 10px;
}
#screenResearch .tourHotel_tripType input[type="radio"]:checked + label:before {
  opacity: 1;
}
#screenResearch .tourHotel_buttonGroup .flex-row > * + * {
  margin-left: 10px;
}
#screenResearch
.tourHotel_tripType
label{
  position: relative;
}
#screenResearch
.tourHotel_tripType
label::before{
  position: absolute;
  content: "";
  top: 50%;
  left: -4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background: #000000 !important;
  opacity: 0;
  z-index: 50;
}
#screenResearch
.tourHotel_tripType
label::after{
  position: absolute;
  content: "";
  top: 50%;
  left: -9px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #dcdcdc;
}
#screenResearch
.tourHotel_tripType
input[type="radio"]{
  position: static;
  margin: 0px 5px 0px 2px;
}
#screenResearch
.tourHotel_tripType
label{
  border: 0;
  width: auto;
  cursor: pointer;
  padding: 10px 20px 10px 15px;
  line-height: 1;
  background: none;
  color: #333333 !important;
  font-size: 130%;
}
#screenResearch
.box_day
button{
  position: relative;
}
#screenResearch
.box_day
button
img{
  position: absolute;
  right: 15px;
  margin: auto;
  top:0;
  bottom: 0;
}
#screenResearch
.box_2colomun
button,
#screenResearch button.ic_down{
  background: #fff url(../../images/ic_dropdown.svg) no-repeat;
  background-position: right 21.6px center;
}
#screenResearch .tourHotel_multipleTrip {
  background-color: #EFEFEF;
}
/*PC版------------------------------------*/
@media (min-width: 871px){
  .modal-lg {
    max-width: 870px;
  }
}
@media (min-width: 657px){
  #screenResearch
  .tourHotel_buttonGroup{
    margin-top: 0;
  }
  #screenResearch
  .tourHotel_multipleTrip
  .tourHotel_buttonGroup:nth-child(n+2),
  #screenResearch
  .border_separate{
    /*border-top: 1px solid #E7E7E7;*/
    margin: 10px 0 0;
    padding: 10px 0 0;
  }
  #screenResearch
  .box_2colomun{
    display: flex;
    justify-content: space-between;
  }
  #screenResearch
  .box_2colomun
  div{
    flex-basis: calc(100% / 2 - 5px);
  }
}
