@charset "utf-8";

/* ------------------------------------------------------ */
/* reset */
/* ------------------------------------------------------ */
#inquiryModule_pc,#inquiryModule_sp {
  display: none;
}

/* ------------------------------------------------------ */
/* inquiryBlock -pc */
/* ------------------------------------------------------ */
.inquiryBlock {
  position: relative;
  width: 960px;
  margin: 0 auto 0;
  z-index: 1000;
}

.inquiryBlock .tabItem {
  display: table-cell;
  vertical-align: bottom;
}

.inquiryBody {
  background: rgba(255, 255, 255, 0.9);
}

.inquiryBodyInner {
  padding: 0 30px 30px;
}

.inquiryLabel {
  display: table;
  font-size: 1.4rem;
  letter-spacing: 2px;
}

.inquiryLabel > div {
  display: table-cell;
  height: 40px;
  padding-top: 10px;
  vertical-align: middle;
}

.inquiryLabel .departure {
  width: 245px;
}

.inquiryForm {
  display: table;
}

.inquiryForm > div {
  display: table-cell;
  vertical-align: middle;
}

.inquiryForm .selectBox {
  width: 216px;
  height: 66px;
  border: 1px solid #001871;
  background: #fff;
  overflow: hidden;
}

.inquiryForm .selectBox.departure,
.inquiryForm .selectBox.arrival {
  background: #fff url(https://www.skymark.co.jp/en/images/ico_select_01.png) 190px center no-repeat;
}

.inquiryForm select {
  -webkit-appearance: none;
  appearance: none;
  padding: 0 0 0 11px;
  border: none;
  outline: 0;
  color: #001871;
  font-size: 1.3rem;
  cursor: pointer;
  line-height: 1.3;
}

.inquiryForm select :focus {
  background:transparent;
}

.inquiryForm .departure .selectWrap,
.inquiryForm .arrival .selectWrap {
  width: 214px;
  height: 64px;
  overflow: hidden;
}

.inquiryForm .departure select {
  width: 234px;
  padding-left: 44px;
  height: 64px;
  background: url(https://www.skymark.co.jp/en/images/pict_flight_01.png) 14px center no-repeat;
}

.inquiryForm .arrival select {
  width: 234px;
  padding-left: 44px;
  height: 64px;
  background: url(https://www.skymark.co.jp/en/images/pict_flight_02.png) 14px center no-repeat;
}

.inquiryForm .change {
  padding: 0 4px;
}

.inquiryForm .change img {
  cursor: pointer;
}

.inquiryForm .calendar {
  display: block;
  margin-left: 19px;
  padding: 20px 0 0 46px;
  background: #fff url(https://www.skymark.co.jp/en/images/btn_calendar.png) 14px center no-repeat;
  font-size: 1.7rem;
  color: #001871;
  cursor: pointer;
}

.inquiryForm .submit {
  padding-left: 20px;
}

.inquiryForm .submit input[type="submit"] {
  width: 180px;
  height: 66px;
  padding-left: 20px;
  border: none;
  border-radius: 5px;
  background: #eaaa00 url(https://www.skymark.co.jp/en/images/ico_search.png) 40px center no-repeat;
  font-size: 1.7rem;
  color: #001871;
}

.inquiryForm .submit input[type="submit"]:hover {
  background-color: rgba(244, 186, 0, 0.8);
}

.inquiryForm .submit input[type="submit"]:focus {
  outline: 0;
}

.inquiryTitleLink02 {
  margin-top: 10px;
  padding-right: 59px;
  text-align: right;
}

.inquiryTitleLink02 a {
  padding-left: 23px;
  background: url(https://www.skymark.co.jp/en/images/pict_inquiryTitleLink_02.png) 0 center no-repeat;
}

.inquiryBody.link {
  display: none;
}

.inquiryBody.link .inquiryBodyInner {
  padding: 40px 20px 30px;
}

.inquiryLinkList li {
  display: table-cell;
  width: 230px;
  padding: 0 10px;
  height: 66px;
  vertical-align: top;
  text-align: center;
}

.inquiryLinkList .ib {
  padding-left: 54px;
  text-align: left;
}

.inquiryLinkList a {
  position: relative;
  display: block;
  width: 210px;
  height: 66px;
  border: 1px solid #052981;
  border-radius: 5px;
  background: #fff;
  text-decoration: none;
}

.inquiryLinkList a:hover {
  background: #d2e3fd;
  text-decoration: none;
}

.inquiryLinkList a:after {
  position: absolute;
  display: block;
  top: 50%;
  right: 10px;
  width: 7px;
  height: 11px;
  margin-top: -6px;
  background: url(https://www.skymark.co.jp/en/common/images/ico_arrow_right_01.png) 0 0 no-repeat;
  content: "";
}

.inquiryLinkList a span {
  display: table-cell;
  width: 210px;
  height: 66px;
  padding: 8px 26px 8px 15px;
  font-size: 1.7rem;
  line-height: 1;
  vertical-align: middle;
}

/* ------------------------------------------------------ */
/* modal */
/* ------------------------------------------------------ */
.modal {
  display: none;
}

.modal.display {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  z-index: 99999;
}

.modalTitle {
  height: 56px;
  margin-bottom: 30px;
  padding-left: 62px;
  background: #001871 url(https://www.skymark.co.jp/en/images/pict_flight_01_w.png) 20px center no-repeat;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 56px;
  color: #fff;
}

.modalClose {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.modalCalendar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 920px;
  height: 420px;
  margin-top: -210px;
  margin-left: -460px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0,0,0,.5);
  opacity: 0;
}

.modalCalendar table {
  width: auto;
}

.modalCalendar th {
  font-weight: normal;
  text-align: center;
}

.modalCalendar .head th {
  padding-bottom: 5px;
  font-size: 1.6rem;
  text-align: left;
}

.modalCalendar .head .year-j {
  padding-right: 10px;
  font-size: 1.6rem;
}

.modalCalendar .head .month-j {
  font-size: 2.2rem;
}

.modalCalendar .week th {
  padding-bottom: 6px;
  font-size: 10px;
}

.modalCalendar td {
  text-align: center;
}

#block-calendar1 {
  text-align: center;
  overflow: hidden;
}

.cal-month {
  display: inline-block;
  border-collapse: collapse;
}

.cal-month:not(:last-child) {
  margin-right: 34px;
}

.cal-month td {
  width: 35px;
  height: 34px;
  border: 1px solid #d5e1ed;
  background: #fafafa;
  padding: 0;
}

.cal-month a {
  display: block;
  text-decoration: none;
  color: #000;
}

.cal-month a:hover {
  text-decoration: underline;
}

.cal-month a:hover span {
  background: #d2e3fd;
}

.cal-month .cal-day-today {
  font-weight: bold;
}

.cal-month td > span {
  opacity: .5;
}
.cal-month td span {
  display: table-cell;
  width: 34px;
  height: 34px;
  background: #fff;
  vertical-align: middle;
}

.cal-day-holiday span,
.cal-month .cal-day-holiday {
  color: #FF2043;
}

.cal-month .cal-day-select span {
  background: #f3b210;
}

.cal-day-sat span,
.cal-month .cal-day-sat {
  color: #627AFF;
}

#block-nav1 .cal-nav {
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

#block-nav1 .cal-next {
  right: 4px;
  background: url(https://www.skymark.co.jp/en/images/controls_02.png) -50px 0 no-repeat;
}

#block-nav1 .cal-next:hover,
#block-nav1 .cal-prev:hover {
  opacity: .7;
}

#block-nav1 .cal-prev {
  left: 4px;
  background: url(https://www.skymark.co.jp/en/images/controls_02.png) 0 0 no-repeat;
}
