@charset "utf-8";

/* ------------------------------------------------------ */
/* reset */
/* ------------------------------------------------------ */
#inquiryModule_pc,#inquiryModule_sp {
  display: none;
}

/* ------------------------------------------------------ */
/* inquiryBlock */
/* ------------------------------------------------------ */
.inquiryForm_sp {
  margin: 7px 15px;
}

.inquiryForm_sp .airport {
  display: table;
  width: 100%;
}

.inquiryForm_sp .airport > div {
  display: table-cell;
}

.inquiryForm_sp .airport > div:first-child {
  padding-right: 7px;
}

.inquiryForm_sp .airport .change {
  width: 28px;
  padding-bottom: 12px;
  vertical-align: middle;
}

.inquiryForm_sp .selectBox {
  height: 41px;
  margin-bottom: 12px;
  border: 1px solid #001871;
  background: #fff;
  color: #001871;
  font-size: 1.6rem;
}

.inquiryForm_sp .departure {
  background: url(/en/images/pict_flight_01.png) 10px center no-repeat;
  background-size: 16px 10px;
}

.inquiryForm_sp .arrival {
  background: url(/en/images/pict_flight_02.png) 10px center no-repeat;
  background-size: 16px 10px;
}

.inquiryForm_sp .adult {
  background: url(/en/images/pict_adult.png) 14px center no-repeat;
  background-size: 7px 18px;
}

.inquiryForm_sp select {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 39px;
  padding-left: 38px;
  border: none;
  outline: 0;
  background: url(/en/images/ico_arr_01.png) right center no-repeat;
  background-size: 20px 7px;
  font-size: inherit;
  color: inherit;
  line-height: 1.3;
}

.inquiryForm_sp .calendar {
  padding-left: 38px;
  background: url(/en/images/btn_calendar.png) 11px center no-repeat;
  background-size: 13px 14px;
}

.inquiryForm_sp .calendar .selectBoxInner {
  display: table;
  height: 100%;
}

.inquiryForm_sp .calendar span {
  display: table-cell;
  vertical-align: middle;
}

.inquiryForm_sp .calendar .selectDate select {
  width: 70px;
}

.inquiryForm_sp .childBlock dt .selectBox {
  padding: 11px 0 11px 38px;
  background: url(/en/images/pict_kids.png) 13px center no-repeat;
  background-size: 10px 15px;
}

.inquiryForm_sp .childBlock dd {
  display: none;
  margin-right: 10px;
  margin-left: 10px;
}

.inquiryForm_sp .childBlock dd select {
  padding-left: 28px;
}

.inquiryForm_sp .submit {
  font-size: 1.5rem;
}

.inquiryForm_sp .submit input[type="submit"] {
  width: 100%;
  margin-bottom: 10px;
  padding: .8em 0;
  border: none;
  border-radius: 3px;
  background: #eaaa00 url(/en/images/pict_search_02.png) 1em center no-repeat;
  background-size: 13px 14px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #001871;
}

.inquiryLink01 {
  font-size: 1.6rem;
  text-align: center;
}

/* ------------------------------------------------------ */
/* modal */
/* ------------------------------------------------------ */
.mw {
  overflow: hidden;
}

.modal {
  display: none;
  opacity: 0;
}

.modal.display {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: auto;
  z-index: 99999;
  transition: opacity .2s;
}

.modalCalendar_sp {
  position: relative;
  padding-top: 75px;
  padding-bottom: 10px;
}

.modalHeader_sp {
  position: fixed;
  top: 0;
  width: 100%;
  height: 45px;
  z-index: 9999;
}

.modalTitle_sp {
  height: 45px;
  padding-left: 55px;
  background: #001871 url(/en/images/pict_flight_01_w.png) 15px center no-repeat;
  background-size: 23px 15px;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 45px;
  color: #fff;
}

.modalClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  cursor: pointer;
}

.modalCalendar_sp .blockCalendar {
  padding: 0 35px;
}

.modalCalendar_sp table {
  width: 100%;
  background: #fff;
  font-size: 1.3rem;
}

.modalCalendar_sp th {
  font-weight: normal;
  text-align: center;
}

.modalCalendar_sp .head th {
  padding-bottom: 15px;
  font-size: 1.6rem;
  text-align: left;
}

.modalCalendar_sp .head .year-j {
  padding-right: 10px;
  font-size: 1.6rem;
  vertical-align: bottom;
}

.modalCalendar_sp .head .month-j {
  font-size: 2.2rem;
  vertical-align: bottom;
}

.modalCalendar_sp .week th {
  padding-bottom: 10px;
  font-size: 1.6rem;
}

.modalCalendar_sp td {
  text-align: center;
}

.modalCalendar_sp .cal-month {
  margin-bottom: 30px;
  display: table;
  border-collapse: collapse;
}

.modalCalendar_sp .cal-month:not(:last-child) {
  margin-right: 0px;
}

.modalCalendar_sp .cal-month td {
  min-width: 35px;
  height: 34px;
  border: 1px solid #d5e1ed;
  background: #fafafa;
  padding: 0;
  font-size: 1.5rem;
}
.modalCalendar_sp .cal-month a {
  display: block;
  text-decoration: none;
  color: #000;
}

.modalCalendar_sp .cal-month .cal-day-today {
  font-weight: bold;
}

.modalCalendar_sp .cal-month td > span {
  opacity: .5;
}
.modalCalendar_sp .cal-month td span {
  display: block;
  width: 100%;
  height: 34px;
  background: #fff;
  line-height: 34px;
}

.modalCalendar_sp .cal-day-holiday span,
.modalCalendar_sp .cal-month .cal-day-holiday {
  color: #FF2043;
}

.modalCalendar_sp .cal-month .cal-day-select span {
  background: #f3b210;
}

.modalCalendar_sp .cal-day-sat span,
.modalCalendar_sp .cal-month .cal-day-sat {
  color: #627AFF;
}

.modalCalendar_sp #block-nav1 {
  display: none;
}
