@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : stay_invitation_contact.css
 author     : Ability Consultant
 style info : 宿泊 | 宿泊ご招待 | 宿泊ご招待のお問い合わせ
=================================================================== */
/* Hover animation */
/* -----------------------------------------------------------
	con_mainimg
----------------------------------------------------------- */
.con_mainimg {
  background: url(../stay/invitation/images/img_main_common.jpg) center 0 no-repeat;
}

.stay_room_type_plan_select .box_s_t_select .select_box {
  width: 80%;
}
@media only screen and (max-width: 1024px) {
  .stay_room_type_plan_select .box_s_t_select .select_box {
    width: 100%;
  }
}
.stay_room_type_plan_select .box_s_d_select .select_box {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .stay_room_type_plan_select .box_s_d_select .select_box {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .stay_room_type_plan_select .box_s_t_select .select_box, .stay_room_type_plan_select .box_s_d_select .select_box {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .stay_room_type_plan_select .box_s_t_select .select_box select, .stay_room_type_plan_select .box_s_d_select .select_box select {
    width: 100%;
  }
}

.stay_specific_select .stay_s_p_select select, .stay_specific_select .stay_s_r_t_select select {
  width: 100%;
}
