@charset "UTF-8";
/* line 23, _wciticket.scss */
.wciticket-contents .ticket-tab-block {
  display: flex;
  justify-content: center;
}
/* line 27, _wciticket.scss */
.wciticket-contents .ticket-tabs {
  display: inline-flex;
  background: #fff;
  border-radius: 4px;
  gap: 3px;
}
/* line 33, _wciticket.scss */
.wciticket-contents .ticket-tabs__item {
  outline: none;
  background: #fff;
  border: 0;
  padding: 4px;
}
/* line 38, _wciticket.scss */
.wciticket-contents .ticket-tabs__item span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
}
/* line 53, _wciticket.scss */
.wciticket-contents .ticket-tabs__item + .wciticket-contents .ticket-tabs__item span {
  border-left: 1px solid #e0e0e0;
}
/* line 59, _wciticket.scss */
.wciticket-contents .ticket-tabs__item.is-active span {
  background: #e12e21;
  color: #fff;
  font-weight: 600;
}
/* line 69, _wciticket.scss */
.wciticket-contents .ticket-swiper {
  width: 100%;
}
/* line 73, _wciticket.scss */
.wciticket-contents .swiper-slide {
  display: flex;
  justify-content: center;
}
/* line 79, _wciticket.scss */
.wciticket-contents .ticket {
  max-width: 420px;
  background: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  margin: 0 5px 5px;
  border: 1px solid #ccc;
}
/* line 88, _wciticket.scss */
.wciticket-contents .ticket__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 10px;
  background: #e12e21;
  color: #fff;
}
/* line 97, _wciticket.scss */
.wciticket-contents .ticket__header-icon {
  width: 30px;
  height: 21px;
  display: inline-block;
  position: relative;
}
/* line 104, _wciticket.scss */
.wciticket-contents .ticket__header-title {
  font-weight: 700;
  font-size: 1.5rem;
}
/* line 109, _wciticket.scss */
.wciticket-contents .ticket__header-count {
  font-size: 1.125rem;
}
/* line 117, _wciticket.scss */
.wciticket-contents .ticket__body--dummy {
  padding: 24px 16px 32px;
  font-size: 14px;
}
/* line 122, _wciticket.scss */
.wciticket-contents .ticket__row {
  padding: 8px;
}
/* line 125, _wciticket.scss */
.wciticket-contents .ticket__row:last-child {
  border-bottom: none;
}
/* line 130, _wciticket.scss */
.wciticket-contents .ticket__row--passenger {
  border-bottom: 1px solid #ccc;
}
/* line 134, _wciticket.scss */
.wciticket-contents .ticket__row--infant {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #ffe9f4;
  border-radius: 3px;
  border-bottom: 1px solid #ccc;
}
/* line 143, _wciticket.scss */
.wciticket-contents .ticket__row--date {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #e6e6e6;
  border-bottom: 1px solid #ccc;
}
/* line 151, _wciticket.scss */
.wciticket-contents .ticket__row--route {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
/* line 157, _wciticket.scss */
.wciticket-contents .ticket__row--route .ticket__caption {
  margin-bottom: 5px;
}
/* line 162, _wciticket.scss */
.wciticket-contents .ticket__row--flight {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 170, _wciticket.scss */
.wciticket-contents .ticket__row--gate-seat {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 8px;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 178, _wciticket.scss */
.wciticket-contents .ticket__row--gate-seat .ticket__col--left {
  width: 42%;
  flex: 1 1 0;
  display: flex;
}
/* line 183, _wciticket.scss */
.wciticket-contents .ticket__row--gate-seat .ticket__col--right {
  width: 52%;
  flex: 1 1 10%;
  display: flex;
}
/* line 188, _wciticket.scss */
.wciticket-contents .ticket__row--gate-seat .ticket__pill {
  flex: 1;
}
/* line 193, _wciticket.scss */
.wciticket-contents .ticket__row--bottom {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 204, _wciticket.scss */
.wciticket-contents .ticket__col--left, .wciticket-contents .ticket__col--right {
  width: 44%;
}
/* line 210, _wciticket.scss */
.wciticket-contents .ticket__caption {
  font-size: 1rem;
  font-weight: normal;
  min-width: 3em;
}
/* line 216, _wciticket.scss */
.wciticket-contents .ticket__label {
  font-size: 1.25rem;
}
/* line 224, _wciticket.scss */
.wciticket-contents .ticket__time {
  display: flex;
  align-items: baseline;
  gap: 4px;
}
/* line 238, _wciticket.scss */
.wciticket-contents .ticket__airplane {
  width: 14%;
  color: #e12e21;
  text-align: center;
}
/* line 242, _wciticket.scss */
.wciticket-contents .ticket__airplane svg {
  width: 28px;
  height: 28px;
}
/* line 248, _wciticket.scss */
.wciticket-contents .ticket__flight-code {
  flex: 1;
  padding: 8px 12px;
  border-radius: 4px;
  background: #e6e6e6;
  display: flex;
  align-items: center;
}
/* line 257, _wciticket.scss */
.wciticket-contents .ticket__pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px;
  border-radius: 4px;
  background: #e7e7e7;
  font-weight: 700;
  margin-top: 7px;
}
/* line 268, _wciticket.scss */
.wciticket-contents .ticket__seat {
  font-size: 18px;
}
/* line 272, _wciticket.scss */
.wciticket-contents .ticket__seat-note {
  font-size: 11px;
}
/* line 276, _wciticket.scss */
.wciticket-contents .ticket__icon--infant {
  width: 22px;
  height: 22px;
}
/* line 284, _wciticket.scss */
.wciticket-contents .ticket__qr {
  width: 46%;
}
/* line 286, _wciticket.scss */
.wciticket-contents .ticket__qr .data-qr {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 295, _wciticket.scss */
.wciticket-contents .ticket__qr-placeholder {
  background: rgba(0, 0, 0, 0.65);
  padding: 2px 6px;
  border-radius: 2px;
  font-size: 12px;
}
/* line 303, _wciticket.scss */
.wciticket-contents .ticket__bottom-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 52%;
}
/* line 311, _wciticket.scss */
.wciticket-contents .ticket__seq {
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 12px;
}
/* line 317, _wciticket.scss */
.wciticket-contents .ticket__sign {
  width: 51px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 324, _wciticket.scss */
.wciticket-contents .ticket__sign img {
  width: 100%;
  height: 100%;
}
/* line 330, _wciticket.scss */
.wciticket-contents .ticket__notice {
  font-size: 1rem;
  font-weight: bold;
  margin: auto 0 10px 0;
}
/* line 334, _wciticket.scss */
.wciticket-contents .ticket__notice .underline {
  text-decoration: underline;
}
/* line 339, _wciticket.scss */
.wciticket-contents .ticket__footer {
  max-width: 353px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
/* line 348, _wciticket.scss */
.wciticket-contents .data-passenger,
.wciticket-contents .data-infant {
  font-size: 1.25rem;
  font-weight: 700;
  display: inline-block;
  white-space: break-all;
  max-width: 300px;
}
/* line 356, _wciticket.scss */
.wciticket-contents .data-date,
.wciticket-contents .data-deptime,
.wciticket-contents .data-code,
.wciticket-contents .data-gate,
.wciticket-contents .data-seat {
  font-size: 1.75rem;
  font-weight: 700;
}
/* line 365, _wciticket.scss */
.wciticket-contents .data-dep {
  font-size: 1rem;
  font-weight: 700;
}
/* line 369, _wciticket.scss */
.wciticket-contents .data-arr,
.wciticket-contents .data-arrtime {
  font-size: 1.25rem;
  font-weight: 700;
}
/* line 374, _wciticket.scss */
.wciticket-contents .data-seatwindow {
  font-size: 1.125rem;
}
/* line 378, _wciticket.scss */
.wciticket-contents .data-qr img {
  width: 100%;
  height: 100%;
}

@media (max-width: 460px) {
  /* line 386, _wciticket.scss */
  body, html {
    font-size: 13px;
  }

  /* line 390, _wciticket.scss */
  .ticket__pill {
    min-width: 120px !important;
  }

  /* line 394, _wciticket.scss */
  .data-passenger,
  .data-infant {
    font-size: 1.25rem;
    font-weight: 700;
    display: inline-block;
    white-space: break-all;
    max-width: 260px;
  }
}
/* line 3, fdawebcheckin.scss */
.wci_btn_cancel {
  position: relative;
  top: -20px;
  right: 13px;
}
/* line 8, fdawebcheckin.scss */
.wci_btn_cancel a {
  color: #e12e21;
  font-size: 11px;
  line-height: 23px;
  border: 1px solid #e12e21;
  padding: 0 6px;
  border-radius: 4px;
}

/* line 19, fdawebcheckin.scss */
.btn_back_icon a {
  background-position: 5% 50%;
  background-image: url("/bkt/app/html/RES/img/smartphone/arrow02.png");
}

/* line 25, fdawebcheckin.scss */
.ticket_block {
  border: 1px solid #ccc;
}
/* line 27, fdawebcheckin.scss */
.ticket_block .ticket_head {
  padding: 15px 12px;
  border-top: 3px solid #db0010;
  display: flex;
  align-items: center;
  border-bottom: 4px dotted #ccc;
}
/* line 33, fdawebcheckin.scss */
.ticket_block .ticket_head svg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.4rem;
}
/* line 38, fdawebcheckin.scss */
.ticket_block .ticket_head h3 {
  color: #db0010;
  font-size: 1rem;
}
/* line 43, fdawebcheckin.scss */
.ticket_block .ticket_body {
  padding: 15px 12px;
}
/* line 45, fdawebcheckin.scss */
.ticket_block .ticket_body .color_box {
  border: none;
  background: none;
  padding: 0;
}
/* line 51, fdawebcheckin.scss */
.ticket_block .buttons {
  display: flex;
  justify-content: space-between;
  margin: 0 -2%;
}
/* line 55, fdawebcheckin.scss */
.ticket_block .buttons .btn_left {
  width: 100%;
  padding: 0 2%;
}
/* line 60, fdawebcheckin.scss */
.ticket_block .buttons .btn_left.btn_red a {
  background-color: #e12e21;
  background-image: url("/bkt/app/html/RES/img/smartphone/arrow_white01.png");
  color: white;
  border-radius: 4px;
}
/* line 68, fdawebcheckin.scss */
.ticket_block .buttons .btn_left.btn_disabled a {
  background-color: #ccc;
  background-image: none;
  color: #fff;
  border-radius: 4px;
}
/* line 75, fdawebcheckin.scss */
.ticket_block .buttons .btn_left.btn_half {
  max-width: 46%;
}

/* line 82, fdawebcheckin.scss */
.wci_psgr_status dl {
  margin-top: 0.25rem;
}

/* line 87, fdawebcheckin.scss */
.wci_comp_status dl {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.75rem;
}
/* line 93, fdawebcheckin.scss */
.wci_comp_status .wci_comp_note {
  color: #eb0000;
  font-size: 14px;
  padding-top: 5px;
  display: flex;
}
/* line 99, fdawebcheckin.scss */
.wci_comp_status .wci_comp_note_symbol {
  margin: 0 0.2rem;
}

/* line 107, fdawebcheckin.scss */
.restrict-division .restrict__box {
  background: #fff2bb;
  border: 2px solid #da291c;
  border-radius: 7px;
  padding: 5px;
  margin: 10px 0;
}
/* line 115, fdawebcheckin.scss */
.restrict-division .restrict__header {
  display: flex;
  gap: 4px;
}
/* line 119, fdawebcheckin.scss */
.restrict-division .restrict__header span {
  background-color: #da291c;
  color: white;
  flex: 1 1;
  border-radius: 4px;
  display: flex;
  justify-content: center;
}
/* line 129, fdawebcheckin.scss */
.restrict-division .restrict__inner {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* line 136, fdawebcheckin.scss */
.restrict-division .restrict__inner img {
  max-width: 100%;
}
/* line 141, fdawebcheckin.scss */
.restrict-division .restrict__text {
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 5px;
}
/* line 147, fdawebcheckin.scss */
.restrict-division .restrict__notes {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.25;
}

/* =================================
 * チェックイン対象者表示選択画面
 * ================================= */
/* line 166, fdawebcheckin.scss */
.wci_psgr_select {
  max-width: 420px;
  margin: 0px auto 15px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  color: #222;
}
/* line 173, fdawebcheckin.scss */
.wci_psgr_select__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  font-size: 14px;
}
/* line 182, fdawebcheckin.scss */
.wci_psgr_select__note span {
  color: #e53935;
}
/* line 187, fdawebcheckin.scss */
.wci_psgr_select__label {
  display: flex;
  align-items: center;
  gap: 4px;
}
/* line 192, fdawebcheckin.scss */
.wci_psgr_select__label-icon {
  width: 1em;
  height: 1em;
}
/* line 196, fdawebcheckin.scss */
.wci_psgr_select__label img {
  width: 100%;
  height: 100%;
}

/* line 204, fdawebcheckin.scss */
.wci_psgr_item {
  display: block;
  margin-bottom: 12px;
  cursor: pointer;
}
/* line 209, fdawebcheckin.scss */
.wci_psgr_item__input {
  display: none;
}
/* line 213, fdawebcheckin.scss */
.wci_psgr_item__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
/* line 226, fdawebcheckin.scss */
.wci_psgr_item__left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}
/* line 233, fdawebcheckin.scss */
.wci_psgr_item__name {
  font-size: 16px;
  font-weight: 500;
  white-space: normal;
  flex: 1;
}
/* line 240, fdawebcheckin.scss */
.wci_psgr_item__icon {
  font-size: 22px;
  width: 22px;
  height: 1em;
}
/* line 244, fdawebcheckin.scss */
.wci_psgr_item__icon img {
  width: 100%;
  height: 100%;
}
/* line 251, fdawebcheckin.scss */
.wci_psgr_item__checkbox {
  width: 22px;
  height: 22px;
  border-radius: 3px;
  border: 2px solid #777;
  position: relative;
  box-sizing: border-box;
}
/* line 259, fdawebcheckin.scss */
.wci_psgr_item__checkbox::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 12px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.1s ease;
}
/* line 275, fdawebcheckin.scss */
.wci_psgr_item:hover .wci_psgr_item__body {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
}
/* line 280, fdawebcheckin.scss */
.wci_psgr_item__input:checked + .wci_psgr_item__body {
  background: #ffe4e4;
  border-color: #eb4b4b;
  box-shadow: none;
}
/* line 288, fdawebcheckin.scss */
.wci_psgr_item__input:checked + .wci_psgr_item__body .wci_psgr_item__checkbox::after {
  opacity: 1;
}

/* line 302, fdawebcheckin.scss */
.reserve-tabs {
  max-width: 480px;
  margin: 24px auto;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  background: #ffffff;
}
/* line 312, fdawebcheckin.scss */
.reserve-tabs__list {
  display: flex;
}
/* line 316, fdawebcheckin.scss */
.reserve-tabs__tab {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 12px;
  border: none;
  background: #777777;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  transition: background 0.15s ease, color 0.15s ease;
  border-top: 1px solid #bababa;
}
/* line 332, fdawebcheckin.scss */
.reserve-tabs__tab:first-child {
  border-top-left-radius: 4px;
  border-left: 1px solid #bababa;
}
/* line 337, fdawebcheckin.scss */
.reserve-tabs__tab:last-child {
  border-top-right-radius: 4px;
  border-right: 1px solid #bababa;
}
/* line 342, fdawebcheckin.scss */
.reserve-tabs__tab.is-active {
  background: #ffffff;
  color: #222222;
  border-radius: 4px 4px 0 0;
  border-left: 1px solid #bababa;
  border-right: 1px solid #bababa;
  box-shadow: 0 -1px 0 #ffffff;
}
/* line 352, fdawebcheckin.scss */
.reserve-tabs__tab:not(.is-active) {
  margin-top: 6px;
}
/* line 355, fdawebcheckin.scss */
.reserve-tabs__tab:not(.is-active):first-child svg * {
  fill: currentColor !important;
}
/* line 361, fdawebcheckin.scss */
.reserve-tabs__tab:focus-visible {
  outline: 2px solid #ff6f00;
  outline-offset: -2px;
}
/* line 367, fdawebcheckin.scss */
.reserve-tabs__icon {
  display: inline-flex;
}
/* line 370, fdawebcheckin.scss */
.reserve-tabs__icon svg {
  width: 18px;
  height: 18px;
}
/* line 376, fdawebcheckin.scss */
.reserve-tabs__label {
  white-space: nowrap;
}
/* line 380, fdawebcheckin.scss */
.reserve-tabs__panel {
  display: none;
}
/* line 383, fdawebcheckin.scss */
.reserve-tabs__panel.is-active {
  display: block;
}
/* line 388, fdawebcheckin.scss */
.reserve-tabs__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}

/* line 396, fdawebcheckin.scss */
.wci_inquiry_data.inquiry_data_reservation {
  border: none;
  width: 100%;
}
/* line 400, fdawebcheckin.scss */
.wci_inquiry_data.inquiry_data_reservation .inquiry_month {
  top: 0;
  padding: 20px 0;
  background-position: 90% center;
}
/* line 405, fdawebcheckin.scss */
.wci_inquiry_data.inquiry_data_reservation .inquiry_date {
  top: 0;
  left: 37%;
  margin-left: 12px;
  padding: 20px 0;
  background-position: 90% center;
}
/* line 412, fdawebcheckin.scss */
.wci_inquiry_data.inquiry_data_reservation .mhSel03 {
  margin-left: 12px;
}
/* line 415, fdawebcheckin.scss */
.wci_inquiry_data.inquiry_data_reservation td select {
  -webkit-appearance: none;
  position: relative;
  z-index: 2;
  float: left;
  width: 37%;
  height: 60px;
  opacity: 0;
}

/* ラベル幅揃え */
/* line 428, fdawebcheckin.scss */
.lw-3 {
  display: inline-flex;
  width: 3.1em;
}

/* line 432, fdawebcheckin.scss */
.lw-4 {
  display: inline-flex;
  width: 4.1em;
}

/* line 436, fdawebcheckin.scss */
.lw-6 {
  display: inline-flex;
  width: 6.6em;
}

/* line 440, fdawebcheckin.scss */
.lw-8 {
  display: inline-flex;
  width: 8.1em;
}
