@charset "UTF-8";

:root {
  --color-booking-primary: #00146e;
  --color-booking-secondary: #ccd4ea;
  --color-booking-holiday: #d91829;
  --color-booking-btn-border: #949494;
  --color-booking-btn-diasabled-bg: #c7c7c7;
  --color-booking-btn-diasabled-txt: #333;
  --color-booking-btn-jtp-bg: #d54100;
  --color-booking-btn-jtp-txt: #fff;

  --font-family-base-overseas: 'Myriad Pro', 'Segoe UI', Helvetica, Arial, Verdana, Roboto, 'Droid Sans',
    'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Noto Sans CJK JP', Meiryo, Osaka, 'sans-serif';
}

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans CJK JP Regular'), local('NotoSansCJKjp-Regular'), local('NotoSansJP-Regular'),
    url('/common-layout2/css/fonts/NotoSansJP-Regular.woff2') format('woff2'),
    url('/common-layout2/css/fonts/NotoSansJP-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Noto Sans';
  font-style: bold;
  font-weight: 600;
  src: local('Noto Sans CJK JP Bold'), local('NotoSansCJKjp-Bold'), local('NotoSansJP-Bold'),
    url('/common-layout2/css/fonts/NotoSansJP-Bold.woff2') format('woff2'),
    url('/common-layout2/css/fonts/NotoSansJP-Bold.woff') format('woff');
}

@font-face {
  font-display: block;
  font-family: 'asw-icon';
  font-style: normal;
  font-weight: 400;
  src: url('/common-layout2/css/fonts/asw-icon.ttf?pnzbzg') format('truetype'),
    url('/common-layout2/css/fonts/asw-icon.woff?pnzbzg') format('woff'),
    url('/common-layout2/css/fonts/asw-icon.svg?pnzbzg#asw-icon') format('svg');
}

html[style*='fixed'] {
  max-width: 100%;
}

html .be-primary-tab,
html .be-wws-primary-tab,
html .be-dialog-container,
html.v1 .be-primary-tab,
html.v1 .be-wws-primary-tab,
html.v1 .be-dialog-container {
  font-family: var(--font-family-base-overseas);
}

html[lang='ja'] .be-primary-tab,
html[lang='ja'] .be-wws-primary-tab,
html[lang='ja'] .be-dialog-container,
html.v1[lang='ja'] .be-primary-tab,
html.v1[lang='ja'] .be-wws-primary-tab,
html.v1[lang='ja'] .be-dialog-container {
  font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Noto Sans', 'Noto Sans CJK JP', メイリオ, Meiryo, Roboto,
    'Droid Sans', Osaka, 'sans-serif';
}

html[lang*='zh'] .be-primary-tab,
html[lang*='zh'] .be-wws-primary-tab,
html[lang*='zh'] .be-dialog-container,
html.v1[lang*='zh'] .be-primary-tab,
html.v1[lang*='zh'] .be-wws-primary-tab,
html.v1[lang*='zh'] .be-dialog-container {
  font-family: 'PingFang SC', 'Noto Sans CJK SC', 'Microsoft Yahei', SimSun, Song, 'Lantinghei SC', 'Apple LiSung',
    PMingLiU, var(--font-family-base-overseas);
}

html[lang='ko'] .be-primary-tab,
html[lang='ko'] .be-wws-primary-tab,
html[lang='ko'] .be-dialog-container,
html.v1[lang='ko'] .be-primary-tab,
html.v1[lang='ko'] .be-wws-primary-tab,
html.v1[lang='ko'] .be-dialog-container {
  font-family: 'Apple SD Gothic Neo', 'Noto Sans CJK KR', 'Malgun Gothic', dotum, AppleGothic,
    var(--font-family-base-overseas);
}

html[lang='th'] .be-primary-tab,
html[lang='th'] .be-wws-primary-tab,
html[lang='th'] .be-dialog-container,
html.v1[lang='th'] .be-primary-tab,
html.v1[lang='th'] .be-wws-primary-tab,
html.v1[lang='th'] .be-dialog-container {
  font-family: Sukhumvit, 'Noto Sans Thai', Leelawadee, thonburi, Tahoma, var(--font-family-base-overseas);
}

html[data-whatintent='keyboard'] .be-primary-tab [tabindex]:focus,
html[data-whatintent='keyboard'] .be-primary-tab a:focus,
html[data-whatintent='keyboard'] .be-primary-tab area:focus,
html[data-whatintent='keyboard'] .be-primary-tab button:focus,
html[data-whatintent='keyboard'] .be-primary-tab input:focus,
html[data-whatintent='keyboard'] .be-primary-tab select:focus,
html[data-whatintent='keyboard'] .be-primary-tab textarea:focus,
html[data-whatintent='keyboard'] .be-wws-primary-tab [tabindex]:focus,
html[data-whatintent='keyboard'] .be-wws-primary-tab a:focus,
html[data-whatintent='keyboard'] .be-wws-primary-tab area:focus,
html[data-whatintent='keyboard'] .be-wws-primary-tab button:focus,
html[data-whatintent='keyboard'] .be-wws-primary-tab input:focus,
html[data-whatintent='keyboard'] .be-wws-primary-tab select:focus,
html[data-whatintent='keyboard'] .be-wws-primary-tab textarea:focus,
html[data-whatintent='keyboard'] .be-dialog-container [tabindex]:focus,
html[data-whatintent='keyboard'] .be-dialog-container a:focus,
html[data-whatintent='keyboard'] .be-dialog-container area:focus,
html[data-whatintent='keyboard'] .be-dialog-container button:focus,
html[data-whatintent='keyboard'] .be-dialog-container input:focus,
html[data-whatintent='keyboard'] .be-dialog-container select:focus,
html[data-whatintent='keyboard'] .be-dialog-container textarea:focus {
  box-shadow: none !important;
}

.be-primary-tab input,
.be-wws-primary-tab input {
  border: none;
  font-family: inherit;
  font-size: inherit;
}

.be-primary-tab [tabindex]:focus,
.be-primary-tab a:focus,
.be-primary-tab area:focus,
.be-primary-tab button:focus,
.be-primary-tab input:focus,
.be-primary-tab select:focus,
.be-primary-tab textarea:focus,
.be-wws-primary-tab [tabindex]:focus,
.be-wws-primary-tab a:focus,
.be-wws-primary-tab area:focus,
.be-wws-primary-tab button:focus,
.be-wws-primary-tab input:focus,
.be-wws-primary-tab select:focus,
.be-wws-primary-tab textarea:focus {
  outline: auto !important;
}

.be-primary-tab [tabindex]:not(:focus-visible),
.be-primary-tab a:not(:focus-visible),
.be-primary-tab area:not(:focus-visible),
.be-primary-tab button:not(:focus-visible),
.be-primary-tab input:not(:focus-visible),
.be-primary-tab select:not(:focus-visible),
.be-primary-tab textarea:not(:focus-visible),
.be-wws-primary-tab [tabindex]:not(:focus-visible),
.be-wws-primary-tab a:not(:focus-visible),
.be-wws-primary-tab area:not(:focus-visible),
.be-wws-primary-tab button:not(:focus-visible),
.be-wws-primary-tab input:not(:focus-visible),
.be-wws-primary-tab select:not(:focus-visible),
.be-wws-primary-tab textarea:not(:focus-visible) {
  outline: none !important;
}

.be-primary-tab,
.be-wws-primary-tab,
.be-dialog-container {
  font-size: 1.4rem;
  line-height: 1.5;
}

.be-primary-tab span,
.be-wws-primary-tab span,
.be-dialog-container span,
.be-primary-tab a,
.be-wws-primary-tab a,
.be-dialog-container a {
  font-weight: inherit;
}

.ANA-3009 .asw-container--top-be-module {
  transform: translateY(-20px);
}

.be-accordion__label {
  background-color: transparent;
  border: none;
  color: #333;
  cursor: pointer;
  padding: 0;
}
.be-accordion__label::after {
  content: '\e970'; /* plus */
  font-family: 'asw-icon';
  margin-left: 6px;
}
.be-accordion__label[aria-expanded='true']::after {
  content: '\e96a'; /* minus */
}

.be-accordion__control {
  overflow: hidden;
  position: relative;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: ease;
}

.be-accordion__control[aria-hidden='true'] {
  display: none;
  height: 0;
}

.be-checkbox-list {
  padding: 20px 50px;
}

.be-checkbox-list__group-label {
  align-items: center;

  display: flex;
}

.be-checkbox-list__group-label:not(:first-child) {
  margin-top: 48px;
}

.be-checkbox-list__group-item {
  margin: 16px 0;
}

.be-checkbox-list__item-list {
  display: block;
  margin-right: 24px;
}

.be-checkbox-list__item--disabled {
  pointer-events: none;
}

.be-checkbox-list__item--disabled .be-checkbox-list__label {
  opacity: 0.3;
}

.be-checkbox-list__row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.be-checkbox-list input[type='checkbox'] {
  display: none;
}

.be-checkbox-list__checkbox {
  border-color: #949499;
  border-radius: 3px;
  border-style: solid;
  border-width: 0.1em;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  margin-bottom: 0.2em;
  position: relative;
  vertical-align: middle;
  width: 1em;
}

.be-checkbox-list__checkbox[aria-checked='true'] {
  background-color: var(--color-booking-primary);
  border-color: var(--color-booking-primary);
}

.be-checkbox-list__checkbox[aria-checked='true']::after {
  border-bottom: 0.14em solid #fff;
  border-right: 0.14em solid #fff;
  content: '';
  display: block;
  height: 0.6em;
  left: 0.2em;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  width: 0.4em;
}

.be-checkbox-list__checkbox--large,
.be-checkbox-list__label--large {
  font-size: calc(2em / 1.4);
}

.be-checkbox-list__label {
  cursor: pointer;
  font-weight: 600;
  padding-left: 0.4em;
}

.be-checkbox-list__body {
  position: relative;
}

.be-checkbox input[type='checkbox'] {
  display: none;
}

.be-checkbox__checkbox {
  border-color: #949499;
  border-radius: 3px;
  border-style: solid;
  border-width: 0.1em;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  margin-bottom: 0.2em;
  position: relative;
  vertical-align: middle;
  width: 1em;
}

.be-checkbox__checkbox[aria-checked='true'] {
  background-color: var(--color-booking-primary);
  border-color: var(--color-booking-primary);
}

.be-checkbox__checkbox[aria-checked='true']:after {
  border-bottom: 0.14em solid #fff;
  border-right: 0.14em solid #fff;
  content: '';
  display: block;
  height: 0.6em;
  left: 0.2em;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  width: 0.4em;
}

.be-checkbox__label {
  cursor: pointer;
  padding-left: 0.2em;
}

.be-dialog {
  background-color: #fff;

  display: flex;
  flex-direction: column;
  position: absolute;
  transition-delay: 0s;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: ease;
}

.be-dialog-container {
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 10001;
}

.be-dialog-background {
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1;
}

.be-dialog__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}

.be-dialog__header::before {
  content: '';
  display: block;
  width: 14px;
}

.be-dialog__body {
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
  position: relative;
}

.be-dialog__footer {
  border-top: 1px solid #949499;
}

.be-dialog__footer:empty {
  border-top: none;
}

.be-dialog__footer-inner {
  display: flex;
  flex-direction: row-reverse;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 8px;
}

.be-dialog__footer-inner:empty {
  border-top: none;
  height: 24px;
  padding-left: 0px;
  padding-right: 0px;
}

.be-dialog__footer-notification {
  margin: 0;
  padding-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 8px;
}

.be-dialog__footer-notification:empty {
  padding: 0px;
}

.be-dialog__title {
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  font-size: calc(1.7em / 1.4);
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.be-dialog__close-button {
  align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;

  display: flex;
  font-size: 0;
  justify-content: center;
  padding: 0;
  width: 14px;
}

.be-dialog__close-button::after {
  content: '\e960'; /* close */
  font-family: 'asw-icon';
  font-size: 1.2rem;
}

.be-dialog__message {
  color: #d91829;
  font-size: 1.2rem;
  margin-top: 8px;
  width: 100%;
}

.be-dialog__message:empty {
  margin-top: 0;
}

.be-dialog__button {
  align-items: center;
  border-radius: 22.5px;
  cursor: pointer;

  display: flex;
  font-weight: 600;
  height: 45px;
  justify-content: center;
  min-width: 136px;
  padding-left: 40px;
  padding-right: 40px;
}

.be-dialog__button:disabled {
  background-color: #c7c7c7;
  color: #525252;
  cursor: default;
}

.be-dialog__button:hover:not(:disabled),
.be-dialog__button:focus:not(:disabled) {
  text-decoration: underline;
}

.be-dialog__button + .be-dialog__button {
  margin-right: 15px;
}

.be-dialog__button--positive {
  background-color: var(--color-booking-primary);
  border-style: none;
  color: #fff;
}

button[class*='submit__button']:focus-visible,
.be-wws-secondary-tab__panel button[class*='submit__button']:focus-visible,
.be-dialog__button--positive:focus-visible {
  outline: 2px solid var(--color-booking-primary) !important;
  outline-offset: 2px;
}

.be-dialog__button--negative {
  background-color: #fff;
  border-color: var(--color-booking-primary);
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
}

.be-ui-describe-label {
  font-size: 0;
  margin: 0;
  padding: 0;
}

.be-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.be-nav__item {
  display: block;
}

.be-nav__item a::after {
  content: '';
  display: inline-block;
  font-family: 'asw-icon';
  margin-left: 6px;
  text-decoration: none;
}

.be-nav__item a[target='_blank']::after {
  content: '';
}

.be-radio {
  display: inline;
  position: relative;
}

.be-radio input[type='radio'] {
  display: none;
}

.be-radio__label {
  cursor: pointer;
  font-weight: 400;
}

.be-radio__label:before {
  border-color: #949499;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1em;
  content: '';
  cursor: pointer;
  display: inline-block;
  height: 1em;
  margin-bottom: 0.2em;
  margin-right: 0.3em;
  vertical-align: middle;
  width: 1em;
}

input[type='radio']:checked + .be-radio__label:before {
  background-color: var(--color-booking-primary);
  border-color: var(--color-booking-primary);
  box-shadow: inset 0 0 0 0.12em #fff;
}

input[type='radio']:disabled + .be-radio__label {
  color: #b2b2b2;
}

input[type='radio']:disabled + .be-radio__label:before {
  border-color: #b2b2b2;
}

input[type='radio']:checked:disabled + .be-radio__label:before {
  background-color: #b2b2b2;
}

.be-radio + .be-radio {
  margin-left: 24px;
}

.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  touch-action: auto;
}

.ps__rail-x,
.ps__rail-y {
  display: none;
  opacity: 0;
  position: absolute;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  z-index: 2;
}

.ps__rail-x {
  height: 4px;
  bottom: 0px;
}

.ps__rail-y {
  width: 12px;
  right: 0;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  background-color: transparent;
  display: block;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

.ps__thumb-x,
.ps__thumb-y {
  background-color: #949499;
  border-radius: 2px;
  position: absolute;
}

.ps__thumb-x {
  bottom: 0;
  height: 4px;
}

.ps__thumb-y {
  width: 12px;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 4px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 12px;
}

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

.be-primary-tab {
  align-items: flex-start;

  display: flex;
}

.be-primary-tab__tablist {
  display: flex;
}

.be-primary-tab__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px 8px;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.be-primary-tab__item::before {
  font-family: 'asw-icon';
  font-weight: 400;
}

.be-primary-tab__item--domestic::before {
  content: '\e946';
}
.be-primary-tab__item--overseas::before {
  content: '\e949';
}

.be-primary-tab__item[aria-selected='true'] {
  background-color: #fff;
  color: var(--color-booking-primary);
  /* overflow: hidden; */
  position: relative;
  z-index: 10;
}
.be-primary-tab__item[aria-selected='true']:focus-visible {
  outline: 1px dotted var(--color-booking-primary) !important;
  outline-offset: -1px;
}

.be-primary-tab__item[aria-selected='false'] {
  background-color: #767677;
  color: #ffffff;
}

.be-primary-tab__item span {
  font-weight: 600;
  position: relative;
}

.be-primary-tab__panel {
  background-color: #fff;
  border-radius: 0 10px 10px;
  box-shadow: rgba(0, 0, 0, 0.2) -4px 5px 8px -5px;
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
  padding-bottom: 32px;
  padding-left: 48px;
  padding-right: 48px;
  padding-top: 24px;
}

.be-secondary-tab {
  display: flex;
  flex-direction: column;
}

.be-secondary-tab__scroll,
.be-wws-primary-tab__scroll {
  overflow: hidden;
  padding-bottom: 4px;
  position: relative;
}

.be-secondary-tab__tablist,
.be-wws-primary-tab__tablist {
  display: flex;
}

.be-secondary-tab-nav__prev,
.be-secondary-tab-nav__next,
.be-tertiary-tab-nav__prev,
.be-tertiary-tab-nav__next {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 36px;
  background: transparent;
  border: none;
  color: inherit;
  padding: 0 0 4px;
}

.be-tertiary-tab-nav__next,
.be-tertiary-tab-nav__prev {
  margin-top: -8px; /* 位置調整 */
}

.be-secondary-tab-nav__prev::after,
.be-secondary-tab-nav__next::after,
.be-tertiary-tab-nav__prev::after,
.be-tertiary-tab-nav__next::after {
  content: '';
  display: flex;
  font-family: 'asw-icon';
  font-size: 18px;
  height: 20px;
  width: 20px;
  justify-content: center;
  align-items: center;
}

.be-secondary-tab-nav__prev::after,
.be-tertiary-tab-nav__prev::after {
  transform: rotate(-180deg);
}

.be-secondary-tab-nav,
.be-wws-primary-tab__nav {
  overflow: hidden;
  padding-bottom: 8px;
  padding-top: 8px;
  position: relative;
  z-index: 1;
}

.be-secondary-tab__content,
.be-wws-primary-tab__content {
  display: flex;
  box-sizing: border-box;
}

.be-secondary-tab__item,
.be-wws-primary-tab__item {
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-size: calc(1.6em / 1.4);
  font-weight: 600;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
}

li.be-secondary-tab__item,
li.be-wws-primary-tab__item,
li.be-biz-secondary-tab__item{
  display: flex;
  align-items: center;
}
li.be-tertiary-tab__item,
li.be-wws-secondary-tab__item,
li.be-biz-tertiary-tab__item{
  line-height: 1.1;
}

.be-secondary-tab__item[aria-selected='true'] {
  background-color: #ccd4ea;
  border: 1px solid var(--color-booking-primary);
  color: var(--color-booking-primary);
}

.be-secondary-tab__item[aria-selected='false'] {
  background-color: #fff;
  border: 1px solid #b2b2b2;
  color: #333;
}

.be-secondary-tab__item span {
  font-weight: 600;
  position: relative;
}

.be-secondary-tab__item + .be-secondary-tab__item {
  margin-left: 16px;
}

.be-tertiary-tab,
.be-wws-secondary-tab {
  display: flex;
  flex-direction: column;
}

.be-tertiary-tab__scroll .be-wws-secondary-tab__scroll {
  overflow: hidden;
  position: relative;
}

.be-tertiary-tab__content,
.be-wws-secondary-tab__content {
  display: flex;
  gap: 0 32px;
}

.be-tertiary-tab__tablist,
.be-wws-secondary-tab__tablist {
  display: flex;
  border-bottom: 1px solid #949499;
}

.be-tertiary-tab__item,
.be-wws-secondary-tab__item {
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  font-size: calc(1.6em / 1.4);
  font-weight: 600;
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  white-space: nowrap;
}
.be-tertiary-tab__item[aria-selected='true'],
.be-wws-secondary-tab__item[aria-selected='true'] {
  border-color: var(--color-booking-primary);
  color: var(--color-booking-primary);
}
.be-tertiary-tab__item[aria-selected='false'],
.be-wws-secondary-tab__item[aria-selected='false'] {
  /* border-bottom: 4px solid transparent; */
  color: #333;
}
.be-primary-tab .be-tertiary-tab__item:focus,
.be-wws-primary-tab .be-wws-secondary-tab__item:focus {
  outline: none !important;
}
.be-primary-tab .be-tertiary-tab__item:focus-visible,
.be-wws-primary-tab .be-wws-secondary-tab__item:focus-visible {
  /* background: #ccd4ea; */
  outline: 1px solid !important;
  outline-offset: -1px;
}

.be-tertiary-tab__item span,
.be-wws-secondary-tab__item span {
  font-weight: 600;
  position: relative;
}

.be-tertiary-tab__panel {
  padding-top: 24px;
}

.be-tertiary-tab--loggedin [data-loggedin-hidden='true'] {
  display: none;
}

.be-temporary-reserve-car__body {
  display: flex;
  flex-wrap: wrap;
  font-size: calc(1.6em / 1.4);
  font-weight: 600;
  justify-content: center;
  text-align: center;
  white-space: pre-wrap;
}

.be-temporary-reserve-car-submit {
  height: 50px;
}

.be-biz-domestic-confirm {
  overflow: hidden;
}

.be-biz-domestic-confirm__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -24px;
  margin-right: -24px;
}

.be-biz-domestic-confirm__item {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  height: 54px;
  justify-content: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  width: 33.33333333%;
}

.be-biz-domestic-confirm__item::before {
  content: '';
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
}

.be-biz-domestic-confirm__item::after {
  border-bottom: 1px solid #949499;
  content: '';
  display: block;
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
}

.be-biz-domestic-confirm a {
  align-items: center;

  display: flex;
  justify-content: space-between;
  width: 100%;
}

.be-biz-domestic-confirm a::after {
  content: '';
  font-family: 'asw-icon';
  justify-self: flex-end;
  margin-left: 6px;
}

.be-biz-domestic-confirm a[target='_blank']::after {
  content: '';
}

.be-biz-domestic-confirm__list + .be-accordion {
  margin-top: 32px;
}

.be-biz-domestic-confirm .be-nav a {
  display: inline-block;
  width: auto;
}

.be-biz-domestic-reserve-ticket__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.be-biz-domestic-reserve-ticket__row + .be-biz-domestic-reserve-ticket__row {
  margin-top: 24px;
}

.be-biz-domestic-reserve-ticket__column--departure-airport {
  padding-left: 5px;
  padding-right: 5px;
  width: calc(50% - 25px);
}

.be-biz-domestic-reserve-ticket__column--swap-airport {
  align-items: center;

  display: flex;
  justify-content: center;
  padding-left: 5px;
  padding-right: 5px;
  width: 50px;
}

.be-biz-domestic-reserve-ticket__column--arrival-airport {
  padding-left: 5px;
  padding-right: 5px;
  width: calc(50% - 25px);
}

.be-biz-domestic-reserve-ticket__column--boarding-date {
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}

.be-biz-domestic-reserve-ticket__column--passenger {
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}

.be-biz-domestic-reserve-ticket__column--compartment-class {
  padding-left: 5px;
  padding-right: 5px;
  width: 33.33333333%;
}

.be-biz-domestic-reserve-ticket__column--search-mode {
  padding-left: 5px;
  padding-right: 5px;
  width: 33.33333333%;
}

.be-biz-domestic-reserve-ticket__column--submit {
  display: flex;
  justify-content: center;
  padding-left: 5px;
  padding-right: 5px;
  width: 33.33333333%;
}

.be-biz-domestic-reserve-ticket__column p {
  margin: 0;
}

.be-biz-domestic-reserve-ticket-departure-airport {
  width: 100%;
}

.be-biz-domestic-reserve-ticket-departure-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-biz-domestic-reserve-ticket-departure-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;

  display: flex;
  align-items: center;
}

.be-biz-domestic-reserve-ticket-departure-airport__button span::before {
  content: '\e900';
  font-family: 'asw-icon';
  font-size: 22px;
  font-weight: normal;
  margin-right: 3px;
}

.be-biz-domestic-reserve-ticket-departure-airport--empty .be-biz-domestic-reserve-ticket-departure-airport__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-biz-domestic-reserve-ticket-departure-airport--open .be-biz-domestic-reserve-ticket-departure-airport__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-biz-domestic-reserve-ticket-swap-airport__button {
  align-items: center;
  background-color: #fff;
  border-color: #949499;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;

  display: flex;
  font-weight: 600;
  height: 40px;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 40px;
}

.be-biz-domestic-reserve-ticket-swap-airport__button::before {
  content: '';
  font-family: 'asw-icon';
  font-size: 2rem;
}

.be-biz-domestic-reserve-ticket-arrival-airport {
  width: 100%;
}

.be-biz-domestic-reserve-ticket-arrival-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-biz-domestic-reserve-ticket-arrival-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;

  display: flex;
  align-items: center;
}

.be-biz-domestic-reserve-ticket-arrival-airport__button span::before {
  content: '\e901';
  font-family: 'asw-icon';
  font-size: 22px;
  font-weight: normal;
  margin-right: 3px;
}

.be-biz-domestic-reserve-ticket-arrival-airport--empty .be-biz-domestic-reserve-ticket-arrival-airport__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-biz-domestic-reserve-ticket-arrival-airport--open .be-biz-domestic-reserve-ticket-arrival-airport__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-biz-domestic-reserve-ticket-boarding-date {
  width: 100%;
}

.be-biz-domestic-reserve-ticket-boarding-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-biz-domestic-reserve-ticket-boarding-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-biz-domestic-reserve-ticket-boarding-date__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-biz-domestic-reserve-ticket-boarding-date--empty .be-biz-domestic-reserve-ticket-boarding-date__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-biz-domestic-reserve-ticket-boarding-date--open .be-biz-domestic-reserve-ticket-boarding-date__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-biz-domestic-reserve-ticket-passenger {
  width: 100%;
}

.be-biz-domestic-reserve-ticket-passenger__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-biz-domestic-reserve-ticket-passenger__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-biz-domestic-reserve-ticket-passenger__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-biz-domestic-reserve-ticket-passenger--empty .be-biz-domestic-reserve-ticket-passenger__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-biz-domestic-reserve-ticket-passenger--open .be-biz-domestic-reserve-ticket-passenger__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-biz-domestic-reserve-ticket-compartment-class {
  width: 100%;
}

.be-biz-domestic-reserve-ticket-compartment-class__button {
  align-items: center;
  background-color: #fff;
  border-color: #949499;
  border-radius: 25px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;

  display: flex;
  font-weight: 600;
  height: 50px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-biz-domestic-reserve-ticket-compartment-class__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-biz-domestic-reserve-ticket-compartment-class--empty .be-biz-domestic-reserve-ticket-compartment-class__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-biz-domestic-reserve-ticket-compartment-class--open .be-biz-domestic-reserve-ticket-compartment-class__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-biz-domestic-reserve-ticket-search-mode {
  width: 100%;
}

.be-biz-domestic-reserve-ticket-search-mode__button {
  align-items: center;
  background-color: #fff;
  border-color: #949499;
  border-radius: 25px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;

  display: flex;
  font-weight: 600;
  height: 50px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-biz-domestic-reserve-ticket-search-mode__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-biz-domestic-reserve-ticket-search-mode--empty .be-biz-domestic-reserve-ticket-search-mode__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-biz-domestic-reserve-ticket-search-mode--open .be-biz-domestic-reserve-ticket-search-mode__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-biz-domestic-reserve-ticket-submit {
  height: 50px;
}

.be-biz-domestic-reserve-ticket__note {
  margin-top: 32px;
}

.be-biz-domestic-status-number__row {
  display: flex;
  flex-wrap: wrap;
}

.be-biz-domestic-status-number__row + .be-biz-domestic-status-number__row {
  margin-top: 24px;
}

.be-biz-domestic-status-number__column--flight-number {
  padding-right: 5px;
  width: 50%;
}

.be-biz-domestic-status-number__column--request-date {
  padding-left: 5px;
  width: 50%;
}

.be-biz-domestic-status-number__column--submit {
  display: flex;
  justify-content: center;
  width: 100%;
}

.be-biz-domestic-status-number__column p {
  margin: 0;
}

.be-biz-domestic-status-number-flight-number__input {
  border-style: none;
  color: var(--color-booking-primary);
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  font-weight: 600;
  margin-left: 4px;
  padding: 0;
}

.be-biz-domestic-status-number-request-date {
  width: 100%;
}

.be-biz-domestic-status-number-request-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-biz-domestic-status-number-request-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-biz-domestic-status-number-request-date__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-biz-domestic-status-number-request-date--empty .be-biz-domestic-status-number-request-date__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-biz-domestic-status-number-request-date--open .be-biz-domestic-status-number-request-date__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-biz-domestic-status-number-submit {
  height: 50px;
}

.be-biz-domestic-status-number__note {
  margin-top: 16px;
}

.be-biz-domestic-status-number__note .be-nav__item--bold {
  font-weight: 600;
}

.be-biz-domestic-status-route__row {
  display: flex;
  flex-wrap: wrap;
}

.be-biz-domestic-status-route__row + .be-biz-domestic-status-route__row {
  margin-top: 24px;
}

.be-biz-domestic-status-route__column--departure-airport {
  margin-right: 5px;
  width: calc(33.3333333333% - 23.3333333333px);
}

.be-biz-domestic-status-route__column--swap-airport {
  align-items: center;

  display: flex;
  justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
  width: 40px;
}

.be-biz-domestic-status-route__column--arrival-airport {
  margin-left: 5px;
  margin-right: 5px;
  width: calc(33.3333333333% - 23.3333333333px);
}

.be-biz-domestic-status-route__column--request-date {
  margin-left: 5px;
  width: calc(33.3333333333% - 23.3333333333px);
}

.be-biz-domestic-status-route__column--submit {
  display: flex;
  justify-content: center;
  width: 100%;
}

.be-biz-domestic-status-route__column p {
  margin: 0;
}

.be-biz-domestic-status-route-departure-airport {
  width: 100%;
}

.be-biz-domestic-status-route-departure-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-biz-domestic-status-route-departure-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;

  display: flex;
  align-items: center;
}

.be-biz-domestic-status-route-departure-airport__button span::before {
  content: '\e900';
  font-family: 'asw-icon';
  font-size: 22px;
  font-weight: normal;
  margin-right: 3px;
}

.be-biz-domestic-status-route-departure-airport--empty .be-biz-domestic-status-route-departure-airport__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-biz-domestic-status-route-departure-airport--open .be-biz-domestic-status-route-departure-airport__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-biz-domestic-status-route-swap-airport__button {
  align-items: center;
  background-color: #fff;
  border-color: #949499;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;

  display: flex;
  font-weight: 600;
  height: 40px;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 40px;
}

.be-biz-domestic-status-route-swap-airport__button::before {
  content: '';
  font-family: 'asw-icon';
  font-size: 2rem;
}

.be-biz-domestic-status-route-arrival-airport {
  width: 100%;
}

.be-biz-domestic-status-route-arrival-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-biz-domestic-status-route-arrival-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;

  display: flex;
  align-items: center;
}

.be-biz-domestic-status-route-arrival-airport__button span::before {
  content: '\e901';
  font-family: 'asw-icon';
  font-size: 22px;
  font-weight: normal;
  margin-right: 3px;
}

.be-biz-domestic-status-route-arrival-airport--empty .be-biz-domestic-status-route-arrival-airport__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-biz-domestic-status-route-arrival-airport--open .be-biz-domestic-status-route-arrival-airport__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-biz-domestic-status-route-request-date {
  width: 100%;
}

.be-biz-domestic-status-route-request-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-biz-domestic-status-route-request-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-biz-domestic-status-route-request-date__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-biz-domestic-status-route-request-date--empty .be-biz-domestic-status-route-request-date__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-biz-domestic-status-route-request-date--open .be-biz-domestic-status-route-request-date__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-biz-domestic-status-route-submit {
  height: 50px;
}

.be-biz-domestic-status-route__note {
  margin-top: 16px;
}

.be-biz-domestic-status-route__note {
  margin-top: 16px;
}

.be-biz-domestic-status-route__note .be-nav__item--bold {
  font-weight: 600;
}

.be-domestic-confirm-flight {
  overflow: hidden;
}

.be-domestic-confirm-flight__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -24px;
  margin-right: -24px;
}

.be-domestic-confirm-flight__item {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  height: 54px;
  justify-content: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  width: 33.33333333%;
}

.be-domestic-confirm-flight__item::before {
  content: '';
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
}

.be-domestic-confirm-flight__item::after {
  border-bottom: 1px solid #949499;
  content: '';
  display: block;
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
}

.be-domestic-confirm-flight__item--accordion {
  height: auto !important;
  min-height: 54px;
}

.be-domestic-confirm-flight__item--accordion::before {
  content: none;
}

.be-domestic-confirm-flight__item--accordion::after {
  content: none;
}

.be-domestic-confirm-flight a {
  align-items: center;

  display: flex;
  justify-content: space-between;
  width: 100%;
}

.be-domestic-confirm-flight a::after {
  content: '';
  font-family: 'asw-icon';
  justify-self: flex-end;
  margin-left: 6px;
}

.be-domestic-confirm-flight a[target='_blank']::after {
  content: '';
}

.be-domestic-confirm-flight .be-accordion {
  height: 100%;
}

.be-domestic-confirm-flight .be-accordion__label {
  align-items: center;
  border-bottom: 1px solid #949499;

  display: flex;
  font-weight: 600;
  height: 54px;
  justify-content: space-between;
  padding-bottom: 16px;
  padding-top: 16px;
  width: 100%;
}

.be-domestic-confirm-flight .be-accordion__control {
  padding-left: 24px;
}

.be-domestic-confirm-flight__accordion-list-item {
  align-items: center;
  border-bottom: 1px solid #949499;

  display: flex;
  height: 54px;
}

.be-domestic-confirm-tour {
  overflow: hidden;
}

.be-domestic-confirm-tour__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -24px;
  margin-right: -24px;
}

.be-domestic-confirm-tour__item {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  justify-content: flex-start;
  min-height: 54px;
  padding-left: 24px;
  padding-right: 24px;
  width: 33.33333333%;
}

.be-domestic-confirm-tour__item::before {
  content: '';
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
}

.be-domestic-confirm-tour__item::after {
  border-bottom: 1px solid #949499;
  content: '';
  display: block;
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
}

.be-domestic-confirm-tour__item--accordion {
  height: auto !important;
  min-height: 54px;
}

.be-domestic-confirm-tour__item--accordion::before {
  content: none;
}

.be-domestic-confirm-tour__item--accordion::after {
  content: none;
}

.be-domestic-confirm-tour a {
  align-items: center;

  display: flex;
  justify-content: space-between;
  width: 100%;
}

.be-domestic-confirm-tour a::after {
  content: '';
  font-family: 'asw-icon';
  justify-self: flex-end;
  margin-left: 6px;
}

.be-domestic-confirm-tour a[target='_blank']::after {
  content: '';
}

.be-domestic-confirm-tour .be-accordion {
  height: 100%;
}

.be-domestic-confirm-tour .be-accordion__label {
  align-items: center;
  border-bottom: 1px solid #949499;

  display: flex;
  font-weight: 600;
  height: 54px;
  justify-content: space-between;
  padding-bottom: 16px;
  padding-top: 16px;
  width: 100%;
}

.be-domestic-confirm-tour .be-accordion__control {
  padding-left: 24px;
}

.be-domestic-confirm-tour__accordion-list-item {
  align-items: center;
  border-bottom: 1px solid #949499;

  display: flex;
  height: 54px;
}

.be-domestic-reserve-award {
  overflow: hidden;
}

.be-domestic-reserve-award__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -24px;
  margin-right: -24px;
}

.be-domestic-reserve-award__item {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  justify-content: center;
  padding-left: 24px;
  padding-right: 24px;
  width: 33.33333333%;
}

.be-domestic-reserve-award__item::before {
  content: '';
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
}

.be-domestic-reserve-award__item::after {
  border-bottom: 1px solid #949499;
  content: '';
  display: block;
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
}

.be-domestic-reserve-award__item--empty::before {
  content: none;
}

.be-domestic-reserve-award__item--empty::after {
  content: none;
}

.be-domestic-reserve-award a {
  align-items: center;

  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  margin-top: 16px;
  width: 100%;
}

.be-domestic-reserve-award a::after {
  content: '';
  font-family: 'asw-icon';
  justify-self: flex-end;
  margin-left: 6px;
}

.be-domestic-reserve-award a[target='_blank']::after {
  content: '';
}

.be-domestic-reserve-award__note {
  margin-top: 32px;
}
.be-domestic-reserve-award__note li,
.be-domestic-reserve-award__note a {
  margin: 0;
}

.be-domestic-reserve-car__row {
  display: flex;
  flex-wrap: wrap;
}

.be-domestic-reserve-car__row--mt1 {
  margin-top: 24px;
}

.be-domestic-reserve-car__row--mt2 {
  margin-top: 8px;
}

.be-domestic-reserve-car__column {
  width: 100%;
}

.be-domestic-reserve-car__column--left {
  padding-right: 5px;
  width: 50%;
}

.be-domestic-reserve-car__column--right {
  padding-left: 5px;
  width: 50%;
}

.be-domestic-reserve-car__column--from-date {
  padding-right: 5px;
  width: 50%;
}

.be-domestic-reserve-car__column--from-time {
  padding-left: 5px;
  width: 50%;
}

.be-domestic-reserve-car__column--to-date {
  padding-right: 5px;
  width: 50%;
}

.be-domestic-reserve-car__column--to-time {
  padding-left: 5px;
  width: 50%;
}

.be-domestic-reserve-car__column--submit {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  padding-left: 5px;
  padding-right: 5px;
}

.be-domestic-reserve-car-from-date {
  width: 100%;
}

.be-domestic-reserve-car-from-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-car-from-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-car-from-date__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-domestic-reserve-car-from-date--empty .be-domestic-reserve-car-from-date__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-domestic-reserve-car-from-date--open .be-domestic-reserve-car-from-date__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-car-from-time {
  width: 100%;
}

.be-domestic-reserve-car-from-time__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-car-from-time__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-car-from-time__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-domestic-reserve-car-from-time--empty .be-domestic-reserve-car-from-time__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-domestic-reserve-car-from-time--open .be-domestic-reserve-car-from-time__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-car-from-where input[type='radio'] {
  display: none;
}

.be-domestic-reserve-car-from-where__radio {
  border-color: #949499;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1em;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  margin-bottom: 0.2em;
  vertical-align: middle;
  width: 1em;
}

.be-domestic-reserve-car-from-where__radio[aria-checked='true'] {
  background-color: var(--color-booking-primary);
  border-color: var(--color-booking-primary);
  box-shadow: inset 0 0 0 0.12em #fff;
}

.be-domestic-reserve-car-from-where__label {
  cursor: pointer;
  padding-left: 0.2em;
}

.be-domestic-reserve-car-from-where__item {
  line-height: 1.714;
  margin-top: 0;
}

.be-domestic-reserve-car-from-airport {
  width: 100%;
}

.be-domestic-reserve-car-from-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-car-from-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-car-from-airport__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-domestic-reserve-car-from-airport--empty .be-domestic-reserve-car-from-airport__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-domestic-reserve-car-from-airport--open .be-domestic-reserve-car-from-airport__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-car-from-pref-city {
  width: 100%;
}

.be-domestic-reserve-car-from-pref-city__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-car-from-pref-city__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-car-from-pref-city__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-domestic-reserve-car-from-pref-city--empty .be-domestic-reserve-car-from-pref-city__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-domestic-reserve-car-from-pref-city--open .be-domestic-reserve-car-from-pref-city__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-car-to-date {
  width: 100%;
}

.be-domestic-reserve-car-to-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-car-to-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-car-to-date__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-domestic-reserve-car-to-date--empty .be-domestic-reserve-car-to-date__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-domestic-reserve-car-to-date--open .be-domestic-reserve-car-to-date__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-car-to-time {
  width: 100%;
}

.be-domestic-reserve-car-to-time__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-car-to-time__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-car-to-time__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-domestic-reserve-car-to-time--empty .be-domestic-reserve-car-to-time__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-domestic-reserve-car-to-time--open .be-domestic-reserve-car-to-time__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-car-to-where input[type='radio'] {
  display: none;
}

.be-domestic-reserve-car-to-where__radio {
  border-color: #949499;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1em;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  margin-bottom: 0.2em;
  vertical-align: middle;
  width: 1em;
}

.be-domestic-reserve-car-to-where__radio[aria-checked='true'] {
  background-color: var(--color-booking-primary);
  border-color: var(--color-booking-primary);
  box-shadow: inset 0 0 0 0.12em #fff;
}

.be-domestic-reserve-car-to-where__label {
  cursor: pointer;
  padding-left: 0.2em;
}

.be-domestic-reserve-car-to-where__item {
  line-height: 1.714;
  margin-top: 0;
}

.be-domestic-reserve-car-to-airport {
  width: 100%;
}

.be-domestic-reserve-car-to-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-car-to-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-car-to-airport__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-domestic-reserve-car-to-airport--empty .be-domestic-reserve-car-to-airport__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-domestic-reserve-car-to-airport--open .be-domestic-reserve-car-to-airport__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-car-to-pref-city {
  width: 100%;
}

.be-domestic-reserve-car-to-pref-city__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-car-to-pref-city__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-car-to-pref-city__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-domestic-reserve-car-to-pref-city--empty .be-domestic-reserve-car-to-pref-city__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-domestic-reserve-car-to-pref-city--open .be-domestic-reserve-car-to-pref-city__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-car-car-category input[type='checkbox'] {
  display: none;
}

.be-domestic-reserve-car-car-category__checkbox {
  border-color: #949499;
  border-radius: 3px;
  border-style: solid;
  border-width: 0.1em;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  margin-bottom: 0.2em;
  position: relative;
  vertical-align: middle;
  width: 1em;
}

.be-domestic-reserve-car-car-category__checkbox[aria-checked='true'] {
  background-color: var(--color-booking-primary);
  border-color: var(--color-booking-primary);
}

.be-domestic-reserve-car-car-category__checkbox[aria-checked='true']:after {
  border-bottom: 0.14em solid #fff;
  border-right: 0.14em solid #fff;
  content: '';
  display: block;
  height: 0.6em;
  left: 0.2em;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  width: 0.4em;
}

.be-domestic-reserve-car-car-category__label {
  cursor: pointer;
  padding-left: 0.2em;
}

.be-domestic-reserve-car-car-category__item {
  margin-top: 8px;
}

.be-domestic-reserve-car-smoke input[type='radio'] {
  display: none;
}

.be-domestic-reserve-car-smoke__radio {
  border-color: #949499;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1em;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  margin-bottom: 0.2em;
  vertical-align: middle;
  width: 1em;
}

.be-domestic-reserve-car-smoke__radio[aria-checked='true'] {
  background-color: var(--color-booking-primary);
  border-color: var(--color-booking-primary);
  box-shadow: inset 0 0 0 0.12em #fff;
}

.be-domestic-reserve-car-smoke__label {
  cursor: pointer;
  padding-left: 0.2em;
}

.be-domestic-reserve-car-smoke__item {
  margin-top: 8px;
}

.be-domestic-reserve-car-atmt input[type='radio'] {
  display: none;
}

.be-domestic-reserve-car-atmt__radio {
  border-color: #949499;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1em;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  margin-bottom: 0.2em;
  vertical-align: middle;
  width: 1em;
}

.be-domestic-reserve-car-atmt__radio[aria-checked='true'] {
  background-color: var(--color-booking-primary);
  border-color: var(--color-booking-primary);
  box-shadow: inset 0 0 0 0.12em #fff;
}

.be-domestic-reserve-car-atmt__label {
  cursor: pointer;
  padding-left: 0.2em;
}

.be-domestic-reserve-car-atmt__item {
  margin-top: 8px;
}

.be-domestic-reserve-car-submit {
  height: 50px;
}

.be-domestic-reserve-golf__row {
  align-items: flex-start;

  display: flex;
  flex-wrap: wrap;
}

.be-domestic-reserve-golf__row--align-center {
  align-items: center;
}

.be-domestic-reserve-golf__row--mt1 {
  margin-top: 48px;
}

.be-domestic-reserve-golf__row--mt2 {
  margin-top: 8px;
}

.be-domestic-reserve-golf__row--course-name {
  max-width: 500px;
}

.be-domestic-reserve-golf__column {
  width: 100%;
}

.be-domestic-reserve-golf__column--left {
  padding-right: 5px;
  width: 50%;
}

.be-domestic-reserve-golf__column--right {
  padding-left: 5px;
  width: 50%;
}

.be-domestic-reserve-golf__column--start-date {
  padding-right: 5px;
  width: 50%;
}

.be-domestic-reserve-golf__column--start-date-from-and-days {
  align-items: center;

  display: flex;
  width: 50%;
}

.be-domestic-reserve-golf__column--start-date-from {
  margin: 0px 8px;
  word-break: keep-all;
}

.be-domestic-reserve-golf__column--number-of-playing-days {
  padding-left: 5px;
}

.be-domestic-reserve-golf__column--to-date {
  padding-right: 5px;
  width: 50%;
}

.be-domestic-reserve-golf__column--to-days {
  padding-left: 5px;
  width: 50%;
}

.be-domestic-reserve-golf__column--submit {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  padding-left: 5px;
  padding-right: 5px;
}

.be-domestic-reserve-golf-start-date {
  width: 100%;
}

.be-domestic-reserve-golf-start-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-golf-start-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-golf-start-date__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-domestic-reserve-golf-start-date--empty .be-domestic-reserve-golf-start-date__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-domestic-reserve-golf-start-date--open .be-domestic-reserve-golf-start-date__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-golf-number-of-playing-days {
  width: 100%;
}

.be-domestic-reserve-golf-number-of-playing-days__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-golf-number-of-playing-days__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-golf-number-of-playing-days__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-domestic-reserve-golf-number-of-playing-days--empty .be-domestic-reserve-golf-number-of-playing-days__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-domestic-reserve-golf-number-of-playing-days--open .be-domestic-reserve-golf-number-of-playing-days__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-golf-week-day-type .be-nav {
  flex-direction: row;
  gap: 16px;
  margin-top: 16px;
}

.be-domestic-reserve-golf-week-day-type .be-nav__item {
  margin-top: 0px;
}

.be-domestic-reserve-golf-week-day-type input[type='radio'] {
  display: none;
}

.be-domestic-reserve-golf-week-day-type__radio {
  border-color: #949499;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1em;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  margin-bottom: 0.2em;
  vertical-align: middle;
  width: 1em;
}

.be-domestic-reserve-golf-week-day-type__radio[aria-checked='true'] {
  background-color: var(--color-booking-primary);
  border-color: var(--color-booking-primary);
  box-shadow: inset 0 0 0 0.12em #fff;
}

.be-domestic-reserve-golf-week-day-type__label {
  cursor: pointer;
  padding-left: 0.2em;
}

.be-domestic-reserve-golf-pref-city {
  width: 100%;
}

.be-domestic-reserve-golf-pref-city__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-golf-pref-city__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-golf-pref-city__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-domestic-reserve-golf-pref-city--empty .be-domestic-reserve-golf-pref-city__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-domestic-reserve-golf-pref-city--open .be-domestic-reserve-golf-pref-city__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-golf-play-style .be-nav {
  flex-direction: row;
  gap: 16px;
  margin-top: 8px;
}

.be-domestic-reserve-golf-play-style .be-nav__item {
  margin-top: 0px;
}

.be-domestic-reserve-golf-play-style input[type='checkbox'] {
  display: none;
}

.be-domestic-reserve-golf-play-style__checkbox {
  border-color: #949499;
  border-radius: 3px;
  border-style: solid;
  border-width: 0.1em;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  margin-bottom: 0.2em;
  position: relative;
  vertical-align: middle;
  width: 1em;
}

.be-domestic-reserve-golf-play-style__checkbox[aria-checked='true'] {
  background-color: var(--color-booking-primary);
  border-color: var(--color-booking-primary);
}

.be-domestic-reserve-golf-play-style__checkbox[aria-checked='true']:after {
  border-bottom: 0.14em solid #fff;
  border-right: 0.14em solid #fff;
  content: '';
  display: block;
  height: 0.6em;
  left: 0.2em;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  width: 0.4em;
}

.be-domestic-reserve-golf-play-style__label {
  cursor: pointer;
  padding-left: 0.2em;
}

.be-domestic-reserve-golf-play-style__item {
  margin-top: 8px;
}

.be-domestic-reserve-golf-course-name {
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;

  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-domestic-reserve-golf-course-name__label {
  align-self: center;
  color: #333;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.2rem;
  font-weight: 600;
}

.be-domestic-reserve-golf-course-name__input {
  border-style: none;
  color: var(--color-booking-primary);
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  font-weight: 600;
  padding: 0;
}

.be-domestic-reserve-golf-course-name--open {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-golf-submit {
  height: 50px;
}

.be-domestic-reserve-golf-dialog__notification {
  color: var(--color-booking-holiday);
  font-weight: bold;
  margin: 0;
  text-align: right;
}

.be-domestic-reserve-hotel__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  margin-left: -5px;
  margin-right: -5px;
}

.be-domestic-reserve-hotel__row + .be-domestic-reserve-hotel__row {
  margin-top: 24px;
}

.be-domestic-reserve-hotel__column {
  width: 100%;
}

.be-domestic-reserve-hotel__column--checkin-checkout {
  padding-left: 5px;
  padding-right: 5px;
  width: 33.33333333%;
}

.be-domestic-reserve-hotel__column--place {
  padding-left: 5px;
  padding-right: 5px;
  width: 33.33333333%;
}

.be-domestic-reserve-hotel__column--passenger {
  padding-left: 5px;
  padding-right: 5px;
  width: 33.33333333%;
}

.be-domestic-reserve-hotel__column--condition {
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  padding-left: 5px;
  padding-right: 5px;
  width: auto;
}

.be-domestic-reserve-hotel__column--submit {
  display: flex;
  justify-content: flex-end;
  padding-left: 5px;
  padding-right: 5px;
  width: auto;
}

.be-domestic-reserve-hotel__column p {
  margin: 0;
}

.be-domestic-reserve-hotel-checkin-checkout {
  width: 100%;
}

.be-domestic-reserve-hotel-checkin-checkout__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-hotel-checkin-checkout__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-hotel-checkin-checkout__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-domestic-reserve-hotel-checkin-checkout--open .be-domestic-reserve-hotel-checkin-checkout__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-hotel-place {
  width: 100%;
}

.be-domestic-reserve-hotel-place__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-hotel-place__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-hotel-place__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-domestic-reserve-hotel-place--empty .be-domestic-reserve-hotel-place__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-domestic-reserve-hotel-place--open .be-domestic-reserve-hotel-place__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-hotel-passenger {
  width: 100%;
}

.be-domestic-reserve-hotel-passenger__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-hotel-passenger__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-hotel-passenger__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-domestic-reserve-hotel-passenger--empty .be-domestic-reserve-hotel-passenger__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-domestic-reserve-hotel-passenger--open .be-domestic-reserve-hotel-passenger__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-hotel-criteria-cond-id input[type='checkbox'] {
  display: none;
}

.be-domestic-reserve-hotel-criteria-cond-id__checkbox {
  border-color: #949499;
  border-radius: 3px;
  border-style: solid;
  border-width: 0.1em;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  margin-bottom: 0.2em;
  position: relative;
  vertical-align: middle;
  width: 1em;
}

.be-domestic-reserve-hotel-criteria-cond-id__checkbox[aria-checked='true'] {
  background-color: var(--color-booking-primary);
  border-color: var(--color-booking-primary);
}

.be-domestic-reserve-hotel-criteria-cond-id__checkbox[aria-checked='true']:after {
  border-bottom: 0.14em solid #fff;
  border-right: 0.14em solid #fff;
  content: '';
  display: block;
  height: 0.6em;
  left: 0.2em;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  width: 0.4em;
}

.be-domestic-reserve-hotel-criteria-cond-id__label {
  cursor: pointer;
  padding-left: 0.2em;
}

.be-domestic-reserve-hotel-submit {
  height: 50px;
}

.be-domestic-reserve-hotel__note {
  margin-top: 24px;
}

.be-domestic-reserve-hotel__note .be-nav__item {
  margin-top: 8px;
}

.be-domestic-reserve-international-hotel__row {
  display: flex;
  flex-wrap: wrap;
}

.be-domestic-reserve-international-hotel__row + .be-domestic-reserve-international-hotel__row {
  margin-top: 24px;
}

.be-domestic-reserve-international-hotel__column {
  width: 100%;
}

.be-domestic-reserve-international-hotel__column--left {
  padding-right: 5px;
  width: 50%;
}

.be-domestic-reserve-international-hotel__column--right {
  padding-left: 5px;
  width: 50%;
}

.be-domestic-reserve-international-hotel-loyalty-search-type input[type='radio'] {
  display: none;
}

.be-domestic-reserve-international-hotel-loyalty-search-type__radio {
  border-color: #949499;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1em;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  margin-bottom: 0.2em;
  vertical-align: middle;
  width: 1em;
}

.be-domestic-reserve-international-hotel-loyalty-search-type__radio[aria-checked='true'] {
  background-color: var(--color-booking-primary);
  border-color: var(--color-booking-primary);
  box-shadow: inset 0 0 0 0.12em #fff;
}

.be-domestic-reserve-international-hotel-loyalty-search-type__label {
  cursor: pointer;
  padding-left: 0.2em;
}

.be-domestic-reserve-international-hotel-loyalty-search-type__item {
  margin-top: 0;
}

.be-domestic-reserve-international-hotel-city {
  width: 100%;
}

.be-domestic-reserve-international-hotel-city__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-international-hotel-city__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-international-hotel-city__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-domestic-reserve-international-hotel-city--empty .be-domestic-reserve-international-hotel-city__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-domestic-reserve-international-hotel-city--open .be-domestic-reserve-international-hotel-city__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-international-hotel-checkin-checkout {
  width: 100%;
}

.be-domestic-reserve-international-hotel-checkin-checkout__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-international-hotel-checkin-checkout__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-international-hotel-checkin-checkout__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-domestic-reserve-international-hotel-checkin-checkout--empty
  .be-domestic-reserve-international-hotel-checkin-checkout__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-domestic-reserve-international-hotel-checkin-checkout--open
  .be-domestic-reserve-international-hotel-checkin-checkout__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-international-hotel-occupancy {
  width: 100%;
}

.be-domestic-reserve-international-hotel-occupancy__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-international-hotel-occupancy__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-international-hotel-occupancy__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-domestic-reserve-international-hotel-occupancy--empty .be-domestic-reserve-international-hotel-occupancy__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-domestic-reserve-international-hotel-occupancy--open .be-domestic-reserve-international-hotel-occupancy__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-international-hotel-submit {
  height: 50px;
}

.be-domestic-reserve-international-hotel__note {
  margin-top: 24px;
}

.be-domestic-reserve-international-hotel__note .be-nav__item {
  margin-top: 8px;
}

.be-domestic-reserve-international-hotel__note .be-nav__item--bold {
  font-weight: 600;
}

.be-domestic-reserve-ticket-and-stay__stay {
  margin-top: 32px;
}

.be-domestic-reserve-ticket-and-stay__row {
  display: flex;
}

.be-domestic-reserve-ticket-and-stay__row + .be-domestic-reserve-ticket-and-stay__row {
  margin-top: 24px;
}

.be-domestic-reserve-ticket-and-stay__row--optional {
  margin-top: 0;
  transition-delay: 0s;
  transition-duration: 300ms;
  transition-property: height, margin-top;
  transition-timing-function: ease;
}

.be-domestic-reserve-ticket-and-stay__row--placeholder {
  display: none;
}

.be-domestic-reserve-ticket-and-stay__stay .be-domestic-reserve-ticket-and-stay__row--optional {
  margin-top: 0;
}

.be-domestic-reserve-ticket-and-stay__label {
  align-items: center;

  display: flex;
  justify-content: center;
  width: 10%;
}

.be-domestic-reserve-ticket-and-stay__column {
  width: 100%;
}

.be-domestic-reserve-ticket-and-stay__column--way-there-departure-airport {
  padding-right: 5px;
  width: 50%;
}

.be-domestic-reserve-ticket-and-stay__column--way-there-arrival-airport {
  padding-left: 5px;
  width: 50%;
}

.be-domestic-reserve-ticket-and-stay__column--way-back-departure-airport {
  padding-right: 5px;
  width: 50%;
}

.be-domestic-reserve-ticket-and-stay__column--way-back-arrival-airport {
  padding-left: 5px;
  width: 50%;
}

.be-domestic-reserve-ticket-and-stay__column--boarding-date {
  padding-right: 5px;
  width: 50%;
}

.be-domestic-reserve-ticket-and-stay__column--passenger {
  padding-left: 5px;
  width: 50%;
}

.be-domestic-reserve-ticket-and-stay__column--place {
  padding-right: 5px;
  width: 50%;
}

.be-domestic-reserve-ticket-and-stay__column--checkin-checkout {
  padding-left: 5px;
  width: 50%;
}

.be-domestic-reserve-ticket-and-stay__column--optional {
  margin-top: 24px;
  padding-right: 5px;
  transition-delay: 0s;
  transition-duration: 300ms;
  transition-property: height, margin-top;
  transition-timing-function: ease;
  width: 50%;
}

.be-domestic-reserve-ticket-and-stay__column--submit {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  padding-left: 5px;
  width: 50%;
}

.be-domestic-reserve-ticket-and-stay__column p {
  margin: 0;
}

[class*='reserve-ticket-and-stay__title'],
[class*='reserve-hotel-and-option__title'],
[class*='__column--title'] {
  font-size: calc(1.6em / 1.4);
  font-weight: 600;
}
[class*='reserve-ticket-and-stay__title'],
[class*='reserve-hotel-and-option__title'] {
  margin-bottom: 8px;
}

.be-domestic-reserve-ticket-and-stay-way-there-departure-airport {
  width: 100%;
}

.be-domestic-reserve-ticket-and-stay-way-there-departure-airport--open
  .be-domestic-reserve-ticket-and-stay-way-there-departure-airport__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-ticket-and-stay-way-there-arrival-airport {
  width: 100%;
}

button[class^='be-domestic'],
button[class^='be-overseas'],
.be-wws-secondary-tab__panel button[class^='be-wws'] {
  display: flex;
  align-items: center;
  gap: 0 4px;
  width: 100%;
  height: 60px;
  background-color: #fff;
  border: solid 1px var(--color-booking-btn-border);
  border-radius: 30px;
  padding: 0 24px;
  font-weight: 600;
  color: var(--color-booking-primary);
  text-align: left;
  cursor: pointer;
  overflow: hidden;
}

button[class^='ticket-compartment-class__button'],
button[class^='ticket-search-mode__button js-button'] {
  height: 50px;
}

button[class^='be-domestic']::before,
button[class^='be-domestic']::after,
button[class^='be-overseas']::before,
button[class^='be-overseas']::after,
.be-wws-secondary-tab__panel button[class^='be-wws']::before,
.be-wws-secondary-tab__panel button[class^='be-wws']::after {
  font-family: 'asw-icon';
  font-size: 1em;
  font-weight: 400;
}

[class^='be-'] button[class*='departure-airport__button']::before {
  content: '\e900';
  font-size: calc(11em / 7);
}
[class^='be-'] button[class*='arrival-airport__button']::before {
  content: '\e901';
  font-size: calc(11em / 7);
}
[class*='swap-airport__button']::before {
  content: '\e977';
}

button[class*='departure-airport__button']::after,
button[class*='arrival-airport__button']:after {
  content: '\e960'; /* close */
  color: #949499;
  margin-left: auto;
  display: none;
}

button[class*='swap-airport__button'] {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 40px !important;
  width: 40px !important;
  padding: 0;
}

button[class^='be-domestic'] span,
button[class^='be-overseas'] span,
.be-wws-secondary-tab__panel button[class^='be-wws'] span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}

 .be-wws-secondary-tab__panel .be-wws-reserve-ticket-large button[class^='be-wws'] span {
  white-space: normal
}
[class*='--empty'] > button[class^='be-domestic'],
[class*='--empty'] > button[class^='be-domestic'] span,
[class*='--empty'] > button[class^='be-overseas'],
[class*='--empty'] > button[class^='be-overseas'] span,
[class*='--empty'] > button[class^='be-wws'],
[class*='--empty'] > button[class^='be-wws'] span {
  color: #6e6e6e;
  font-weight: 400;
}

.be-domestic-reserve-ticket-and-stay-way-there-arrival-airport--open
  .be-domestic-reserve-ticket-and-stay-way-there-arrival-airport__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-ticket-and-stay-way-back-departure-airport {
  width: 100%;
}

.be-domestic-reserve-ticket-and-stay-way-back-departure-airport--empty
  .be-domestic-reserve-ticket-and-stay-way-back-departure-airport__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-domestic-reserve-ticket-and-stay-way-back-departure-airport--open
  .be-domestic-reserve-ticket-and-stay-way-back-departure-airport__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-ticket-and-stay-way-back-arrival-airport {
  width: 100%;
}

.be-domestic-reserve-ticket-and-stay-way-back-arrival-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-ticket-and-stay-way-back-arrival-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;

  display: flex;
  align-items: center;
}

.be-domestic-reserve-ticket-and-stay-way-back-arrival-airport--empty
  .be-domestic-reserve-ticket-and-stay-way-back-arrival-airport__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-domestic-reserve-ticket-and-stay-way-back-arrival-airport--open
  .be-domestic-reserve-ticket-and-stay-way-back-arrival-airport__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-ticket-and-stay-boarding-date {
  width: 100%;
}

.be-domestic-reserve-ticket-and-stay-boarding-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-ticket-and-stay-boarding-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-ticket-and-stay-boarding-date__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-domestic-reserve-ticket-and-stay-boarding-date--empty .be-domestic-reserve-ticket-and-stay-boarding-date__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-domestic-reserve-ticket-and-stay-boarding-date--open .be-domestic-reserve-ticket-and-stay-boarding-date__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-ticket-and-stay-passenger {
  width: 100%;
}

.be-domestic-reserve-ticket-and-stay-passenger__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-ticket-and-stay-passenger__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-ticket-and-stay-passenger__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-domestic-reserve-ticket-and-stay-passenger--empty .be-domestic-reserve-ticket-and-stay-passenger__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-domestic-reserve-ticket-and-stay-passenger--open .be-domestic-reserve-ticket-and-stay-passenger__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-ticket-and-stay-place {
  width: 100%;
}

.be-domestic-reserve-ticket-and-stay-place__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-ticket-and-stay-place__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-ticket-and-stay-place__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-domestic-reserve-ticket-and-stay-place--empty .be-domestic-reserve-ticket-and-stay-place__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-domestic-reserve-ticket-and-stay-place--open .be-domestic-reserve-ticket-and-stay-place__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-ticket-and-stay-checkin-checkout {
  width: 100%;
}

.be-domestic-reserve-ticket-and-stay-checkin-checkout__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-ticket-and-stay-checkin-checkout__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-ticket-and-stay-checkin-checkout__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-domestic-reserve-ticket-and-stay-checkin-checkout--empty
  .be-domestic-reserve-ticket-and-stay-checkin-checkout__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-domestic-reserve-ticket-and-stay-checkin-checkout--open
  .be-domestic-reserve-ticket-and-stay-checkin-checkout__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-ticket-and-stay-rc-plan-disp-flg__checkbox {
  border-color: #949499;
  border-radius: 3px;
  border-style: solid;
  border-width: 0.1em;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  margin-bottom: 0.2em;
  position: relative;
  vertical-align: middle;
  width: 1em;
}

.be-domestic-reserve-ticket-and-stay-rc-plan-disp-flg__checkbox[aria-checked='true'] {
  background-color: var(--color-booking-primary);
  border-color: var(--color-booking-primary);
}

.be-domestic-reserve-ticket-and-stay-rc-plan-disp-flg__checkbox[aria-checked='true']:after {
  border-bottom: 0.14em solid #fff;
  border-right: 0.14em solid #fff;
  content: '';
  display: block;
  height: 0.6em;
  left: 0.2em;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  width: 0.4em;
}

.be-domestic-reserve-ticket-and-stay-rc-plan-disp-flg__label {
  cursor: pointer;
  padding-left: 0.2em;
}

.be-domestic-reserve-ticket-and-stay-submit {
  height: 50px;
}

.be-domestic-reserve-ticket-and-stay__form--collapse .be-domestic-reserve-ticket-and-stay__row--optional {
  height: 0;
  margin-top: 0;
  overflow: hidden;
}

.be-domestic-reserve-ticket-and-stay__form--collapse .be-domestic-reserve-ticket-and-stay__row--placeholder {
  display: flex;
}

.be-domestic-reserve-ticket-and-stay__form--collapse .be-domestic-reserve-ticket-and-stay__column--optional {
  height: 0;
  margin-top: 0;
  overflow: hidden;
}

.be-domestic-reserve-ticket-and-stay__note {
  margin-top: 16px;
}

.be-domestic-reserve-ticket__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.be-domestic-reserve-ticket__row + .be-domestic-reserve-ticket__row {
  margin-top: 24px;
}

.be-domestic-reserve-ticket__row + .be-domestic-reserve-ticket__row--optional {
  margin-top: 0;
}

.be-domestic-reserve-ticket__column--departure-airport {
  padding-left: 5px;
  padding-right: 5px;
  width: calc(50% - 25px);
}

.be-domestic-reserve-ticket__column--swap-airport,
.be-overseas-reserve-ticket__row--swap-airport .be-overseas-reserve-ticket__column--swap-airport,
.be-wws-reserve-ticket__row--swap-airport .be-wws-reserve-ticket__column--swap-airport {
  align-items: center;

  display: flex;
  justify-content: center;
  padding-left: 5px;
  padding-right: 5px;
  width: 50px;
}

.be-domestic-reserve-ticket__column--arrival-airport {
  padding-left: 5px;
  padding-right: 5px;
  width: calc(50% - 25px);
}

.be-domestic-reserve-ticket__column--boarding-date {
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}

.be-domestic-reserve-ticket__column--passenger {
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}

.be-domestic-reserve-ticket__column--compartment-class {
  margin-top: 24px;
  padding-left: 5px;
  padding-right: 5px;
  transition-delay: 0s;
  transition-duration: 300ms;
  transition-property: height, margin-top;
  transition-timing-function: ease;
  width: 33.33333333%;
}

.be-domestic-reserve-ticket__column--search-mode {
  margin-top: 24px;
  padding-left: 5px;
  padding-right: 5px;
  transition-delay: 0s;
  transition-duration: 300ms;
  transition-property: height, margin-top;
  transition-timing-function: ease;
  width: 33.33333333%;
}

.be-domestic-reserve-ticket__column--submit {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  padding-left: 5px;
  padding-right: 5px;
  width: 33.33333333%;
}

.be-domestic-reserve-ticket__column p {
  margin: 0;
}

.be-domestic-reserve-ticket-departure-airport {
  width: 100%;
}
.be-domestic-reserve-ticket-large .be-domestic-reserve-ticket-departure-airport {
  position: relative;
}
.be-domestic-reserve-ticket-departure-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;

  display: flex;
  align-items: center;
}

.be-domestic-reserve-ticket-departure-airport--empty .be-domestic-reserve-ticket-departure-airport__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-domestic-reserve-ticket-departure-airport--open .be-domestic-reserve-ticket-departure-airport__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-ticket-swap-airport__button,
.be-overseas-reserve-ticket__row--swap-airport .be-overseas-reserve-ticket-swap-airport__button,
.be-wws-secondary-tab__panel .be-wws-reserve-ticket__row--swap-airport .be-wws-reserve-ticket-swap-airport__button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #fff;
  border-color: #949499;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 40px;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 40px;
}

.be-domestic-reserve-ticket-swap-airport__button::before,
.be-overseas-reserve-ticket__row--swap-airport .be-overseas-reserve-ticket-swap-airport__button::before,
.be-wws-secondary-tab__panel .be-wws-reserve-ticket__row--swap-airport .be-wws-reserve-ticket-swap-airport__button::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1em;
}

.be-domestic-reserve-ticket-arrival-airport {
  width: 100%;
}

.be-domestic-reserve-ticket-large .be-domestic-reserve-ticket-arrival-airport {
  position: relative;
}

.be-domestic-reserve-ticket-arrival-airport--empty .be-domestic-reserve-ticket-arrival-airport__button span {
  font-weight: 400;
  color: #6e6e6e;
}

.be-domestic-reserve-ticket-arrival-airport--open .be-domestic-reserve-ticket-arrival-airport__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-ticket-boarding-date {
  width: 100%;
}

.be-domestic-reserve-ticket-boarding-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-ticket-boarding-date__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-domestic-reserve-ticket-boarding-date--open .be-domestic-reserve-ticket-boarding-date__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-ticket-passenger {
  width: 100%;
}

.be-domestic-reserve-ticket-passenger__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-domestic-reserve-ticket-passenger--open .be-domestic-reserve-ticket-passenger__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-ticket-compartment-class {
  width: 100%;
}

.be-domestic-reserve-ticket-compartment-class--open .be-domestic-reserve-ticket-compartment-class__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-ticket-search-mode {
  width: 100%;
}

.be-domestic-reserve-ticket-search-mode--open .be-domestic-reserve-ticket-search-mode__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-ticket-submit {
  height: 50px;
}

button[class*='submit__button'],
.be-wws-secondary-tab__panel button[class*='submit__button'] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px !important;
  background-color: var(--color-booking-primary);
  border: none !important;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  padding-left: 28px;
  cursor: pointer;
}

button[class*='submit__button']::after {
  content: '\e971'; /* search */
  width: 24px;
  height: 24px;
  font-size: 20px;
  margin-left: 4px;
}

button[class*='submit__button']:disabled,
.be-wws-secondary-tab__panel button[class*='submit__button']:disabled {
  background-color: #c7c7c7;
  color: #525252;
  cursor: default;
}

button[class*='submit__button'] span {
  font-weight: 600;
  position: relative;
}

.be-domestic-reserve-ticket__note {
  margin-top: 32px;
}

.be-domestic-reserve-ticket__form--collapse .be-domestic-reserve-ticket__column--compartment-class {
  height: 0;
  margin-top: 0;
  overflow: hidden;
}

.be-domestic-reserve-ticket__form--collapse .be-domestic-reserve-ticket__column--search-mode {
  height: 0;
  margin-top: 0;
  overflow: hidden;
}

.be-domestic-reserve-traffic__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  margin-left: -5px;
  margin-right: -5px;
}

.be-domestic-reserve-traffic__row + .be-domestic-reserve-traffic__row {
  margin-top: 24px;
}

.be-domestic-reserve-traffic__column {
  width: 100%;
}

.be-domestic-reserve-traffic__column--use-date {
  padding-left: 5px;
  padding-right: 5px;
  width: 33.33333333%;
}

.be-domestic-reserve-traffic__column--place {
  padding-left: 5px;
  padding-right: 5px;
  width: 33.33333333%;
}

.be-domestic-reserve-traffic__column--purpose {
  padding-left: 5px;
  padding-right: 5px;
  width: 33.33333333%;
}

.be-domestic-reserve-traffic__column--submit {
  display: flex;
  justify-content: flex-end;
  padding-left: 5px;
  padding-right: 5px;
}

.be-domestic-reserve-traffic__column p {
  margin: 0;
}

.be-domestic-reserve-traffic__title {
  font-size: calc(1.6em / 1.4);
  font-weight: 600;
  margin-bottom: 8px;
}

.be-domestic-reserve-traffic-use-date {
  width: 100%;
}

.be-domestic-reserve-traffic-use-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-traffic-use-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-traffic-use-date__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-domestic-reserve-traffic-use-date--empty .be-domestic-reserve-traffic-use-date__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-domestic-reserve-traffic-use-date--open .be-domestic-reserve-traffic-use-date__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-traffic-place {
  width: 100%;
}

.be-domestic-reserve-traffic-place__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-traffic-place__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-traffic-place__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-domestic-reserve-traffic-place--empty .be-domestic-reserve-traffic-place__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-domestic-reserve-traffic-place--open .be-domestic-reserve-traffic-place__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-traffic-purpose {
  width: 100%;
}

.be-domestic-reserve-traffic-purpose__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-traffic-purpose__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-traffic-purpose__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-domestic-reserve-traffic-purpose--empty .be-domestic-reserve-traffic-purpose__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-domestic-reserve-traffic-purpose--open .be-domestic-reserve-traffic-purpose__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-traffic-submit {
  height: 50px;
}

.be-domestic-reserve-traffic__form[target='_blank'] .be-domestic-reserve-traffic-submit {
  align-items: flex-end;

  display: flex;
  flex-direction: row-reverse;
}

.be-domestic-reserve-traffic__form[target='_blank'] .be-domestic-reserve-traffic-submit::before {
  content: '';
  font-family: 'asw-icon';
}

.be-domestic-reserve-traffic__note {
  margin-top: 24px;
}

.be-domestic-reserve-traffic__note .be-nav__item {
  margin-top: 8px;
}

.be-domestic-reserve-traffic__note .be-nav__item--bold {
  font-weight: 600;
}

.be-domestic-status-number__row {
  display: flex;
  flex-wrap: wrap;
}

.be-domestic-status-number__row + .be-domestic-status-number__row {
  margin-top: 24px;
}

.be-domestic-status-number__column--flight-number {
  padding-right: 5px;
  width: 50%;
}

.be-domestic-status-number__column--request-date {
  padding-left: 5px;
  width: 50%;
}

.be-domestic-status-number__column--submit {
  display: flex;
  justify-content: center;
  width: 100%;
}

.be-domestic-status-number__column p {
  margin: 0;
}

[class$='number-flight-number'],
[class$='number-flight-number--open'],
[class$='number-reservation-number'],
[class$='number-reservation-number--open'],
[class$='number-given-name'],
[class$='number-given-name--open'],
[class$='number-family-name'],
[class$='number-family-name--open'],
[class$='number-ticket-number'],
[class$='number-ticket-number--open'],
[class$='number-membership-number'],
[class$='number-membership-number--open'],
[class$='membership-number-password'],
[class$='membership-number-password--open'] {
  display: flex;
  gap: 0 8px;
  border: 1px solid #949499;
  border-radius: 30px;
  width: 100%;
  height: 60px;
  overflow: hidden;
  padding: 0 24px;
  padding-left: 24px;
  padding-right: 24px;
}

[class$='number-flight-number--open'],
[class$='number-reservation-number--open'],
[class$='number-given-name--open'],
[class$='number-family-name--open'],
[class$='number-ticket-number--open'],
[class$='number-membership-number--open'],
[class$='membership-number-password--open'] {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

[class*='number-flight-number__label'],
[class*='number-reservation-number__label'],
[class*='number-given-name__label'],
[class*='number-family-name__label'],
[class*='number-ticket-number__label'],
[class*='number-membership-number__label'],
[class*='membership-number-password__label'] {
  align-self: center;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: calc(1.2em / 1.4);
  font-weight: 600;
  color: #333;
}

input[class^='be-'][class*='wws'][class*='__input'] {
  width: 100%;
  font-weight: 600;
  color: var(--color-booking-primary);
  padding: 0;
}
input[class^='be-'][class*='wws'][class*='__input']:focus {
  outline: none !important;
}
input[class^='be-'][class*='wws'][class*='__input']::placeholder {
  color: #6e6e6e;
  font-weight: 400;
}

.be-domestic-status-number-request-date {
  width: 100%;
}

.be-domestic-status-number-request-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-status-number-request-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-status-number-request-date__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-domestic-status-number-request-date--empty .be-domestic-status-number-request-date__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-domestic-status-number-request-date--open .be-domestic-status-number-request-date__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-status-number-submit {
  height: 50px;
}

.be-domestic-status-number__note {
  margin-top: 16px;
}

.be-domestic-status-number__note .be-nav__item--bold {
  font-weight: 600;
}

.be-domestic-status-route__row {
  display: flex;
  flex-wrap: wrap;
}

.be-domestic-status-route__row + .be-domestic-status-route__row {
  margin-top: 24px;
}

.be-domestic-status-route__column--departure-airport {
  margin-right: 5px;
  width: calc(33.3333333333% - 23.3333333333px);
}

.be-domestic-status-route__column--swap-airport {
  align-items: center;

  display: flex;
  justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
  width: 40px;
}

.be-domestic-status-route__column--arrival-airport {
  margin-left: 5px;
  margin-right: 5px;
  width: calc(33.3333333333% - 23.3333333333px);
}

.be-domestic-status-route__column--request-date {
  margin-left: 5px;
  width: calc(33.3333333333% - 23.3333333333px);
}

.be-domestic-status-route__column--submit {
  display: flex;
  justify-content: center;
  width: 100%;
}

.be-domestic-status-route__column p {
  margin: 0;
}

.be-domestic-status-route-departure-airport {
  width: 100%;
}

.be-domestic-status-route-departure-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-status-route-departure-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;

  display: flex;
  align-items: center;
}

.be-domestic-status-route-departure-airport--empty .be-domestic-status-route-departure-airport__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-domestic-status-route-departure-airport--open .be-domestic-status-route-departure-airport__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-status-route-arrival-airport {
  width: 100%;
}

.be-domestic-status-route-arrival-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-status-route-arrival-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;

  display: flex;
  align-items: center;
}

.be-domestic-status-route-arrival-airport--empty .be-domestic-status-route-arrival-airport__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-domestic-status-route-arrival-airport--open .be-domestic-status-route-arrival-airport__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-status-route-request-date {
  width: 100%;
}

.be-domestic-status-route-request-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-status-route-request-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-status-route-request-date__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-domestic-status-route-request-date--empty .be-domestic-status-route-request-date__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-domestic-status-route-request-date--open .be-domestic-status-route-request-date__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-status-route-submit {
  height: 50px;
}

.be-domestic-status-route__note {
  margin-top: 16px;
}

.be-domestic-status-route__note {
  margin-top: 16px;
}

.be-domestic-status-route__note .be-nav__item--bold {
  font-weight: 600;
}

.be-overseas-tour {
  overflow: hidden;
}

.be-overseas-tour__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -24px;
  margin-right: -24px;
}

.be-overseas-tour__item {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  height: 54px;
  justify-content: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  width: 33.33333333%;
}

.be-overseas-tour__item::before {
  content: '';
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
}

.be-overseas-tour__item::after {
  border-bottom: 1px solid #949499;
  content: '';
  display: block;
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
}

.be-overseas-tour a {
  align-items: center;

  display: flex;
  justify-content: space-between;
  width: 100%;
}

.be-overseas-tour a::after {
  content: '';
  font-family: 'asw-icon';
  justify-self: flex-end;
  margin-left: 6px;
}

.be-overseas-tour a[target='_blank']::after {
  content: '';
}

.be-overseas-tour__list + .be-accordion {
  margin-top: 32px;
}

.be-overseas-tour .be-nav a {
  display: inline-block;
  width: auto;
}

.be-overseas-checkin-membership-number__content--link {
  border-bottom: 1px solid #949499;
  padding-bottom: 32px;
}

.be-overseas-checkin-membership-number__content--link .be-nav {
  flex-direction: column;
  width: 100%;
}

.be-overseas-checkin-membership-number__content--link .be-nav__item:first-child {
  margin-right: 0;
  margin-top: 0;
}

.be-overseas-checkin-membership-number__content--form {
  padding-top: 32px;
}

.be-overseas-checkin-membership-number__form {
  position: relative;
  width: 100%;
}

.be-overseas-checkin-membership-number__row {
  display: flex;
  flex-wrap: wrap;
}

.be-overseas-checkin-membership-number__row--action {
  margin-top: 8px;
}

.be-overseas-checkin-membership-number__column {
  width: 100%;
}

.be-overseas-checkin-membership-number__column--membership-number {
  padding-right: 5px;
  width: 50%;
}

.be-overseas-checkin-membership-number__column--password {
  padding-left: 5px;
  width: 50%;
}

.be-overseas-checkin-membership-number__column--message {
  color: #d91829;
}

.be-overseas-checkin-membership-number__column--message li {
  margin-top: 8px;
}

.be-overseas-checkin-membership-number__column--message li::before {
  content: '*';
}

.be-overseas-checkin-membership-number__column--note {
  padding-top: 8px;
}

.be-overseas-checkin-membership-number__column--note .be-nav__item {
  margin-top: 8px;
}

.be-overseas-checkin-membership-number__column--lasting {
  padding-right: 5px;
  width: 50%;
}

.be-overseas-checkin-membership-number__column--lasting .be-nav__item {
  margin-top: 0;
}

.be-overseas-checkin-membership-number__column--submit {
  display: flex;
  justify-content: flex-end;
  padding-left: 5px;
  width: 50%;
}

.be-overseas-checkin-membership-number__column p {
  margin: 0;
}

.be-overseas-checkin-membership-number-membership-number__input:focus {
  outline-style: none !important;
}

.be-overseas-checkin-membership-number-membership-number--invalid {
  border-color: #d91829;
  z-index: 1;
}

.be-overseas-checkin-membership-number-membership-number--invalid
  .be-overseas-checkin-membership-number-membership-number__label {
  color: #d91829;
}

.be-overseas-checkin-membership-number-membership-number--invalid
  .be-overseas-checkin-membership-number-membership-number__input {
  color: #d91829;
}

.be-overseas-checkin-membership-number-password--invalid {
  border-color: #d91829;
}

.be-overseas-checkin-membership-number-password--invalid .be-overseas-checkin-membership-number-password__label {
  color: #d91829;
}

.be-overseas-checkin-membership-number-password--invalid .be-overseas-checkin-membership-number-password__input {
  color: #d91829;
}

.be-overseas-checkin-membership-number-submit {
  height: 50px;
}

.be-overseas-checkin-membership-number__amc {
  margin-top: 16px;
  text-align: center;
}

.be-overseas-checkin-membership-number__amc a {
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: underline;
}

.be-overseas-checkin-membership-number__link-button {
  align-items: center;
  background-color: var(--color-booking-primary);
  border: none;
  border-radius: 25px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.8rem;
  font-weight: 600;
  height: 50px;
  justify-content: center;
  overflow: hidden;
  padding-left: 27px;
  padding-right: 21px;
}

.be-overseas-checkin-membership-number__link-button::after {
  content: '';
  font-family: 'asw-icon';
  justify-self: flex-end;
  margin-left: 8px;
}

.be-overseas-checkin-membership-number__note {
  padding-top: 8px;
}

.be-overseas-checkin-membership-number__note .be-accordion {
  margin-top: 24px;
}

.be-overseas-checkin-reservation-number__contents {
  display: flex;
  flex-direction: column;
}

.be-overseas-checkin-reservation-number__content--link {
  align-items: center;
  border-bottom: 1px solid #949499;

  display: flex;
  flex-direction: column;
  padding-bottom: 32px;
}

.be-overseas-checkin-reservation-number__content--link .be-nav {
  flex-direction: column;
  width: 100%;
}

.be-overseas-checkin-reservation-number__content--link .be-nav__item:first-child {
  margin-right: 0;
  margin-top: 0;
}

.be-overseas-checkin-reservation-number__content--form {
  padding-top: 32px;
}

.be-overseas-checkin-reservation-number__form {
  position: relative;
  width: 100%;
}

.be-overseas-checkin-reservation-number__row {
  display: flex;
  flex-wrap: wrap;
}

.be-overseas-checkin-reservation-number__row + .be-overseas-checkin-reservation-number__row {
  margin-top: 24px;
}

.be-overseas-checkin-reservation-number__column {
  width: 100%;
}

.be-overseas-checkin-reservation-number__column--given-name {
  padding-right: 5px;
  width: 50%;
}

.be-overseas-checkin-reservation-number__column--family-name {
  padding-left: 5px;
  width: 50%;
}

.be-overseas-checkin-reservation-number__column--message {
  color: #d91829;
}

.be-overseas-checkin-reservation-number__column--message li {
  margin-top: 8px;
}

.be-overseas-checkin-reservation-number__column--message li::before {
  content: '*';
}

.be-overseas-checkin-reservation-number__column--note .be-nav__item {
  margin-top: 0;
}

.be-overseas-checkin-reservation-number__column--submit {
  display: flex;
  justify-content: flex-end;
  padding-left: 5px;
  width: 50%;
}

.be-overseas-checkin-reservation-number__column p {
  margin: 0;
}

.be-overseas-checkin-reservation-number-reservation-number--invalid {
  border-color: #d91829;
}

.be-overseas-checkin-reservation-number-reservation-number--invalid
  .be-overseas-checkin-reservation-number-reservation-number__label {
  color: #d91829;
}

.be-overseas-checkin-reservation-number-reservation-number--invalid
  .be-overseas-checkin-reservation-number-reservation-number__input {
  color: #d91829;
}

.be-overseas-checkin-reservation-number-given-name {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;

  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-overseas-checkin-reservation-number-given-name__input {
  border-style: none;
  color: var(--color-booking-primary);
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-overseas-checkin-reservation-number-given-name--invalid {
  border-color: #d91829;
}

.be-overseas-checkin-reservation-number-given-name--invalid .be-overseas-checkin-reservation-number-given-name__label {
  color: #d91829;
}

.be-overseas-checkin-reservation-number-given-name--invalid .be-overseas-checkin-reservation-number-given-name__input {
  color: #d91829;
}

.be-overseas-checkin-reservation-number-family-name {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;

  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-overseas-checkin-reservation-number-family-name__input {
  border-style: none;
  color: var(--color-booking-primary);
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-overseas-checkin-reservation-number-family-name--invalid {
  border-color: #d91829;
}

.be-overseas-checkin-reservation-number-family-name--invalid
  .be-overseas-checkin-reservation-number-family-name__label {
  color: #d91829;
}

.be-overseas-checkin-reservation-number-family-name--invalid
  .be-overseas-checkin-reservation-number-family-name__input {
  color: #d91829;
}

.be-overseas-checkin-reservation-number-submit {
  height: 50px;
}

.be-overseas-checkin-reservation-number__link-button {
  align-items: center;
  background-color: var(--color-booking-primary);
  border: none;
  border-radius: 25px;
  color: #fff;
  display: none;
  font-size: 1.8rem;
  font-weight: 600;
  height: 50px;
  justify-content: center;
  margin-top: 24px;
  overflow: hidden;
  padding-left: 27px;
  padding-right: 21px;
}

.be-overseas-checkin-reservation-number__link-button::after {
  content: '';
  font-family: 'asw-icon';
  justify-self: flex-end;
  margin-left: 8px;
}

.be-overseas-checkin-reservation-number--loggedin .be-overseas-checkin-reservation-number__link-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.be-overseas-checkin-ticket-number__contents {
  display: flex;
  flex-direction: column;
}

.be-overseas-checkin-ticket-number__content--link {
  align-items: center;
  border-bottom: 1px solid #949499;

  display: flex;
  flex-direction: column;
  padding-bottom: 32px;
}

.be-overseas-checkin-ticket-number__content--link .be-nav {
  flex-direction: column;
  width: 100%;
}

.be-overseas-checkin-ticket-number__content--link .be-nav__item:first-child {
  margin-right: 0;
  margin-top: 0;
}

.be-overseas-checkin-ticket-number__content--form {
  padding-top: 32px;
}

.be-overseas-checkin-ticket-number__form {
  position: relative;
  width: 100%;
}

.be-overseas-checkin-ticket-number__row {
  display: flex;
  flex-wrap: wrap;
}

.be-overseas-checkin-ticket-number__row + .be-overseas-checkin-ticket-number__row {
  margin-top: 24px;
}

.be-overseas-checkin-ticket-number__column {
  width: 100%;
}

.be-overseas-checkin-ticket-number__column--given-name {
  padding-right: 5px;
  width: 50%;
}

.be-overseas-checkin-ticket-number__column--family-name {
  padding-left: 5px;
  width: 50%;
}

.be-overseas-checkin-ticket-number__column--message {
  color: #d91829;
}

.be-overseas-checkin-ticket-number__column--message li {
  margin-top: 8px;
}

.be-overseas-checkin-ticket-number__column--message li::before {
  content: '*';
}

.be-overseas-checkin-ticket-number__column--note {
  padding-right: 5px;
  width: 50%;
}

.be-overseas-checkin-ticket-number__column--note .be-nav__item {
  margin-top: 0;
}

.be-overseas-checkin-ticket-number__column--submit {
  display: flex;
  justify-content: flex-end;
  padding-left: 5px;
  width: 50%;
}

.be-overseas-checkin-ticket-number__column p {
  margin: 0;
}

.be-overseas-checkin-ticket-number-ticket-number--invalid {
  border-color: #d91829;
}

.be-overseas-checkin-ticket-number-ticket-number--invalid .be-overseas-checkin-ticket-number-ticket-number__label {
  color: #d91829;
}

.be-overseas-checkin-ticket-number-ticket-number--invalid .be-overseas-checkin-ticket-number-ticket-number__input {
  color: #d91829;
}

.be-overseas-checkin-ticket-number-given-name {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;

  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-overseas-checkin-ticket-number-given-name__input {
  border-style: none;
  color: var(--color-booking-primary);
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-overseas-checkin-ticket-number-given-name--invalid {
  border-color: #d91829;
}

.be-overseas-checkin-ticket-number-given-name--invalid .be-overseas-checkin-ticket-number-given-name__label {
  color: #d91829;
}

.be-overseas-checkin-ticket-number-given-name--invalid .be-overseas-checkin-ticket-number-given-name__input {
  color: #d91829;
}

.be-overseas-checkin-ticket-number-family-name {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;

  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-overseas-checkin-ticket-number-family-name__input {
  border-style: none;
  color: var(--color-booking-primary);
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-overseas-checkin-ticket-number-family-name--invalid {
  border-color: #d91829;
}

.be-overseas-checkin-ticket-number-family-name--invalid .be-overseas-checkin-ticket-number-family-name__label {
  color: #d91829;
}

.be-overseas-checkin-ticket-number-family-name--invalid .be-overseas-checkin-ticket-number-family-name__input {
  color: #d91829;
}

.be-overseas-checkin-ticket-number-submit {
  height: 50px;
}

.be-overseas-checkin-ticket-number__note {
  margin-top: 16px;
}

.be-overseas-checkin-ticket-number__note .be-accordion {
  margin-top: 24px;
}

.be-overseas-checkin-ticket-number__link-button {
  align-items: center;
  background-color: var(--color-booking-primary);
  border: none;
  border-radius: 25px;
  color: #fff;
  display: none;
  font-size: 1.8rem;
  font-weight: 600;
  height: 50px;
  justify-content: center;
  margin-top: 24px;
  overflow: hidden;
  padding-left: 27px;
  padding-right: 21px;
}

.be-overseas-checkin-ticket-number__link-button::after {
  content: '';
  font-family: 'asw-icon';
  justify-self: flex-end;
  margin-left: 8px;
}

.be-overseas-checkin-ticket-number--loggedin .be-overseas-checkin-ticket-number__link-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.be-overseas-confirm-membership-number__form {
  position: relative;
  width: 100%;
}

.be-overseas-confirm-membership-number__row {
  display: flex;
  flex-wrap: wrap;
}

.be-overseas-confirm-membership-number__row--note {
  margin-top: 8px;
}

.be-overseas-confirm-membership-number__row--action {
  margin-top: 8px;
}

.be-overseas-confirm-membership-number__column {
  width: 100%;
}

.be-overseas-confirm-membership-number__column--membership-number {
  padding-right: 5px;
  width: 50%;
}

.be-overseas-confirm-membership-number__column--password {
  padding-left: 5px;
  width: 50%;
}

.be-overseas-confirm-membership-number__column--message {
  color: #d91829;
}

.be-overseas-confirm-membership-number__column--message li {
  margin-top: 8px;
}

.be-overseas-confirm-membership-number__column--message li::before {
  content: '*';
}

.be-overseas-confirm-membership-number__column--note {
  padding-top: 8px;
}

.be-overseas-confirm-membership-number__column--note .be-nav__item {
  margin-top: 8px;
}

.be-overseas-confirm-membership-number__column--lasting {
  padding-right: 5px;
  width: 50%;
}

.be-overseas-confirm-membership-number__column--lasting .be-nav__item {
  margin-top: 0;
}

.be-overseas-confirm-membership-number__column--submit {
  display: flex;
  justify-content: flex-end;
  padding-left: 5px;
  width: 50%;
}

.be-overseas-confirm-membership-number__column p {
  margin: 0;
}

.be-overseas-confirm-membership-number-membership-number--invalid {
  border-color: #d91829;
  z-index: 1;
}

.be-overseas-confirm-membership-number-membership-number--invalid
  .be-overseas-confirm-membership-number-membership-number__label {
  color: #d91829;
}

.be-overseas-confirm-membership-number-membership-number--invalid
  .be-overseas-confirm-membership-number-membership-number__input {
  color: #d91829;
}

.be-overseas-confirm-membership-number-password--invalid {
  border-color: #d91829;
}

.be-overseas-confirm-membership-number-password--invalid .be-overseas-confirm-membership-number-password__label {
  color: #d91829;
}

.be-overseas-confirm-membership-number-password--invalid .be-overseas-confirm-membership-number-password__input {
  color: #d91829;
}

.be-overseas-confirm-membership-number-submit {
  height: 50px;
}

[class*='membership-number__amc'] {
  margin-top: 16px;
  text-align: center;
}

[class*='membership-number__amc'] a {
  font-size: calc(1.6em / 1.4);
  font-weight: 600;
  text-decoration: underline;
}

.be-overseas-confirm-membership-number__link-button {
  align-items: center;
  background-color: var(--color-booking-primary);
  border: none;
  border-radius: 25px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.8rem;
  font-weight: 600;
  height: 50px;
  justify-content: center;
  overflow: hidden;
  padding-left: 27px;
  padding-right: 21px;
}

.be-overseas-confirm-membership-number__link-button::after {
  content: '';
  font-family: 'asw-icon';
  justify-self: flex-end;
  margin-left: 8px;
}

.be-overseas-confirm-membership-number__note {
  margin-top: 16px;
}

.be-overseas-confirm-membership-number__note .be-accordion {
  margin-top: 24px;
}

.be-overseas-confirm-reservation-number__contents {
  display: flex;
  flex-direction: column;
}

.be-overseas-confirm-reservation-number__content {
  display: flex;
}

.be-overseas-confirm-reservation-number__content--link {
  display: none;
}

.be-overseas-confirm-reservation-number__form {
  position: relative;
  width: 100%;
}

.be-overseas-confirm-reservation-number__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.be-overseas-confirm-reservation-number__row + .be-overseas-confirm-reservation-number__row {
  margin-top: 24px;
}

.be-overseas-confirm-reservation-number__column {
  width: 100%;
}

.be-overseas-confirm-reservation-number__column--reservation-number {
  padding-left: 5px;
  padding-right: 5px;
  width: 33.33333333%;
}

.be-overseas-confirm-reservation-number__column--given-name {
  padding-left: 5px;
  padding-right: 5px;
  width: 33.33333333%;
}

.be-overseas-confirm-reservation-number__column--family-name {
  padding-left: 5px;
  padding-right: 5px;
  width: 33.33333333%;
}

.be-overseas-confirm-reservation-number__column--message {
  color: #d91829;
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
}

.be-overseas-confirm-reservation-number__column--message li {
  margin-top: 8px;
}

.be-overseas-confirm-reservation-number__column--message li::before {
  content: '*';
}

.be-overseas-confirm-reservation-number__column--note {
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}

.be-overseas-confirm-reservation-number__column--note .be-nav__item {
  margin-top: 0;
}

.be-overseas-confirm-reservation-number__column--submit {
  display: flex;
  justify-content: flex-end;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}

.be-overseas-confirm-reservation-number__column p {
  margin: 0;
}

[class$='confirm-reservation-number-reservation-number__label'],
[class$='confirm-reservation-number-given-name__label'],
[class$='confirm-reservation-number-family-name__label'] {
  display: flex;
  align-items: center;
  font-size: calc(1.2em / 1.4);
  font-weight: 600;
  color: #333;
  white-space: nowrap;
}

.be-overseas-confirm-reservation-number-reservation-number__input,
[class$='confirm-reservation-number-given-name__input'],
[class$='confirm-reservation-number-family-name__input'] {
  border-style: none;
  color: var(--color-booking-primary);
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-overseas-confirm-reservation-number-reservation-number--invalid {
  border-color: #d91829;
}

.be-overseas-confirm-reservation-number-reservation-number--invalid
  .be-overseas-confirm-reservation-number-reservation-number__label {
  color: #d91829;
}

.be-overseas-confirm-reservation-number-reservation-number--invalid
  .be-overseas-confirm-reservation-number-reservation-number__input {
  color: #d91829;
}

.be-overseas-confirm-reservation-number-given-name__input {
  border-style: none;
  color: var(--color-booking-primary);
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-overseas-confirm-reservation-number-given-name--invalid {
  border-color: #d91829;
}

.be-overseas-confirm-reservation-number-given-name--invalid .be-overseas-confirm-reservation-number-given-name__label {
  color: #d91829;
}

.be-overseas-confirm-reservation-number-given-name--invalid .be-overseas-confirm-reservation-number-given-name__input {
  color: #d91829;
}

.be-overseas-confirm-reservation-number-family-name--invalid {
  border-color: #d91829;
}

.be-overseas-confirm-reservation-number-family-name--invalid
  .be-overseas-confirm-reservation-number-family-name__label {
  color: #d91829;
}

.be-overseas-confirm-reservation-number-family-name--invalid
  .be-overseas-confirm-reservation-number-family-name__input {
  color: #d91829;
}

.be-overseas-confirm-reservation-number-submit {
  height: 50px;
}

.be-overseas-confirm-reservation-number__note {
  margin-top: 16px;
}

.be-overseas-confirm-reservation-number__note .be-accordion {
  margin-top: 24px;
}

.be-overseas-confirm-reservation-number__link-button {
  align-items: center;
  background-color: var(--color-booking-primary);
  border: none;
  border-radius: 25px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.8rem;
  font-weight: 600;
  height: 50px;
  justify-content: center;
  overflow: hidden;
  padding-left: 27px;
  padding-right: 21px;
}

.be-overseas-confirm-reservation-number__link-button::after {
  content: '';
  font-family: 'asw-icon';
  justify-self: flex-end;
  margin-left: 8px;
}

.be-overseas-confirm-reservation-number--loggedin .be-overseas-confirm-reservation-number__content--link {
  border-bottom: 1px solid #949499;

  display: flex;
  justify-content: center;
  padding-bottom: 32px;
}

.be-overseas-confirm-reservation-number--loggedin .be-overseas-confirm-reservation-number__content--form {
  padding-top: 32px;
}

.be-overseas-confirm-ticket-number__contents {
  display: flex;
  flex-direction: column;
}

.be-overseas-confirm-ticket-number__content {
  display: flex;
}

.be-overseas-confirm-ticket-number__content--link {
  display: none;
}

.be-overseas-confirm-ticket-number__form {
  position: relative;
  width: 100%;
}

.be-overseas-confirm-ticket-number__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.be-overseas-confirm-ticket-number__row + .be-overseas-confirm-ticket-number__row {
  margin-top: 24px;
}

.be-overseas-confirm-ticket-number__column {
  width: 100%;
}

.be-overseas-confirm-ticket-number__column--ticket-number {
  padding-left: 5px;
  padding-right: 5px;
  width: 33.33333333%;
}

.be-overseas-confirm-ticket-number__column--given-name {
  padding-left: 5px;
  padding-right: 5px;
  width: 33.33333333%;
}

.be-overseas-confirm-ticket-number__column--family-name {
  padding-left: 5px;
  padding-right: 5px;
  width: 33.33333333%;
}

.be-overseas-confirm-ticket-number__column--message {
  color: #d91829;
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
}

.be-overseas-confirm-ticket-number__column--message div {
  margin-top: 8px;
}

.be-list.be-list-error--message {
  color: #D91829;
  padding-left: 10px;
  padding-right: 10px;
}

.be-list.be-list-error--message::before,
.be-overseas-confirm-ticket-number__column--message div::before {
  content: '*';
}

.be-overseas-confirm-ticket-number__column--note {
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}

.be-overseas-confirm-ticket-number__column--note .be-nav__item {
  margin-top: 0;
}

.be-overseas-confirm-ticket-number__column--submit {
  display: flex;
  justify-content: flex-end;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}

.be-overseas-confirm-ticket-number__column p {
  margin: 0;
}

.be-overseas-confirm-ticket-number-ticket-number {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;

  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-overseas-confirm-ticket-number-ticket-number--invalid {
  border-color: #d91829;
}

.be-overseas-confirm-ticket-number-ticket-number--invalid .be-overseas-confirm-ticket-number-ticket-number__label {
  color: #d91829;
}

.be-overseas-confirm-ticket-number-ticket-number--invalid .be-overseas-confirm-ticket-number-ticket-number__input {
  color: #d91829;
}

.be-overseas-confirm-ticket-number-given-name {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;

  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-overseas-confirm-ticket-number-given-name__input {
  border-style: none;
  color: var(--color-booking-primary);
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-overseas-confirm-ticket-number-given-name--invalid {
  border-color: #d91829;
}

.be-overseas-confirm-ticket-number-given-name--invalid .be-overseas-confirm-ticket-number-given-name__label {
  color: #d91829;
}

.be-overseas-confirm-ticket-number-given-name--invalid .be-overseas-confirm-ticket-number-given-name__input {
  color: #d91829;
}

.be-overseas-confirm-ticket-number-family-name {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;

  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-overseas-confirm-ticket-number-family-name__input {
  border-style: none;
  color: var(--color-booking-primary);
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-overseas-confirm-ticket-number-family-name--invalid {
  border-color: #d91829;
}

.be-overseas-confirm-ticket-number-family-name--invalid .be-overseas-confirm-ticket-number-family-name__label {
  color: #d91829;
}

.be-overseas-confirm-ticket-number-family-name--invalid .be-overseas-confirm-ticket-number-family-name__input {
  color: #d91829;
}

.be-overseas-confirm-ticket-number-submit {
  height: 50px;
}

.be-overseas-confirm-ticket-number__note {
  margin-top: 16px;
}

.be-overseas-confirm-ticket-number__note .be-accordion {
  margin-top: 24px;
}

.be-overseas-confirm-ticket-number__link-button {
  align-items: center;
  background-color: var(--color-booking-primary);
  border: none;
  border-radius: 25px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.8rem;
  font-weight: 600;
  height: 50px;
  justify-content: center;
  overflow: hidden;
  padding-left: 27px;
  padding-right: 21px;
}

.be-overseas-confirm-ticket-number__link-button::after {
  content: '';
  font-family: 'asw-icon';
  justify-self: flex-end;
  margin-left: 8px;
}

.be-overseas-confirm-ticket-number--loggedin .be-overseas-confirm-ticket-number__content--link {
  border-bottom: 1px solid #949499;

  display: flex;
  justify-content: center;
  padding-bottom: 32px;
}

.be-overseas-confirm-ticket-number--loggedin .be-overseas-confirm-ticket-number__content--form {
  padding-top: 32px;
}

.be-overseas-reserve-award {
  overflow: hidden;
}

.be-overseas-reserve-award__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -24px;
  margin-right: -24px;
}

.be-overseas-reserve-award__item {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  justify-content: center;
  padding-left: 24px;
  padding-right: 24px;
  width: 33.33333333%;
}

.be-overseas-reserve-award__item::before {
  content: '';
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
}

.be-overseas-reserve-award__item::after {
  border-bottom: 1px solid #949499;
  content: '';
  display: block;
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
}

.be-overseas-reserve-award__item--empty::before {
  content: none;
}

.be-overseas-reserve-award__item--empty::after {
  content: none;
}

.be-overseas-reserve-award a {
  align-items: center;

  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  margin-top: 16px;
  width: 100%;
}

.be-overseas-reserve-award a::after {
  content: '';
  font-family: 'asw-icon';
  justify-self: flex-end;
  margin-left: 6px;
}

.be-overseas-reserve-award a[target='_blank']::after {
  content: '';
}

.be-overseas-reserve-award__note {
  margin-top: 16px;
}

.be-overseas-reserve-hotel-and-option__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.be-overseas-reserve-hotel-and-option__row + .be-overseas-reserve-hotel-and-option__row {
  margin-top: 24px;
}

.be-overseas-reserve-hotel-and-option__column {
  width: 100%;
}

.be-overseas-reserve-hotel-and-option__column--destination {
  padding-left: 5px;
  padding-right: 5px;
  width: 33.33333333%;
}

.be-overseas-reserve-hotel-and-option__column--plan {
  padding-left: 5px;
  padding-right: 5px;
  width: 33.33333333%;
}

.be-overseas-reserve-hotel-and-option__column--use-date {
  padding-left: 5px;
  padding-right: 5px;
  width: 33.33333333%;
}

.be-overseas-reserve-hotel-and-option__column--submit {
  display: flex;
  justify-content: flex-end;
  padding-left: 5px;
  padding-right: 5px;
}

.be-overseas-reserve-hotel-and-option__column p {
  margin: 0;
}

.be-overseas-reserve-hotel-and-option-destination {
  width: 100%;
}

.be-overseas-reserve-hotel-and-option-destination__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-reserve-hotel-and-option-destination__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-reserve-hotel-and-option-destination__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-overseas-reserve-hotel-and-option-destination--empty .be-overseas-reserve-hotel-and-option-destination__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-overseas-reserve-hotel-and-option-destination--open .be-overseas-reserve-hotel-and-option-destination__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-reserve-hotel-and-option-plan {
  width: 100%;
}

.be-overseas-reserve-hotel-and-option-plan__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-reserve-hotel-and-option-plan__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-reserve-hotel-and-option-plan__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-overseas-reserve-hotel-and-option-plan--empty .be-overseas-reserve-hotel-and-option-plan__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-overseas-reserve-hotel-and-option-plan--open .be-overseas-reserve-hotel-and-option-plan__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-reserve-hotel-and-option-use-date {
  width: 100%;
}

.be-overseas-reserve-hotel-and-option-use-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-reserve-hotel-and-option-use-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-reserve-hotel-and-option-use-date__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-overseas-reserve-hotel-and-option-use-date--empty .be-overseas-reserve-hotel-and-option-use-date__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-overseas-reserve-hotel-and-option-use-date--open .be-overseas-reserve-hotel-and-option-use-date__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-reserve-hotel-and-option-submit {
  height: 50px;
}

.be-overseas-reserve-hotel-and-option__form[target='_blank'] .be-overseas-reserve-hotel-and-option-submit {
  align-items: flex-end;

  display: flex;
  flex-direction: row-reverse;
}

.be-overseas-reserve-hotel-and-option__form[target='_blank'] .be-overseas-reserve-hotel-and-option-submit::before {
  content: '';
  font-family: 'asw-icon';
}

.be-overseas-reserve-hotel-and-option__note {
  margin-top: 16px;
}

.be-overseas-reserve-hotel-and-option__note .be-nav__item {
  margin-top: 8px;
}

.be-overseas-reserve-hotel__row {
  display: flex;
  flex-wrap: wrap;
}

.be-overseas-reserve-hotel__row + .be-overseas-reserve-hotel__row {
  margin-top: 24px;
}

.be-overseas-reserve-hotel__column {
  width: 100%;
}

.be-overseas-reserve-hotel__column--left {
  padding-right: 5px;
  width: 50%;
}

.be-overseas-reserve-hotel__column--right {
  padding-left: 5px;
  width: 50%;
}

.be-overseas-reserve-hotel-loyalty-search-type input[type='radio'] {
  display: none;
}

.be-overseas-reserve-hotel-loyalty-search-type__radio {
  border-color: #949499;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1em;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  margin-bottom: 0.2em;
  vertical-align: middle;
  width: 1em;
}

.be-overseas-reserve-hotel-loyalty-search-type__radio[aria-checked='true'] {
  background-color: var(--color-booking-primary);
  border-color: var(--color-booking-primary);
  box-shadow: inset 0 0 0 0.12em #fff;
}

.be-overseas-reserve-hotel-loyalty-search-type__label {
  cursor: pointer;
  padding-left: 0.2em;
}

.be-overseas-reserve-hotel-loyalty-search-type__item {
  margin-top: 0;
}

.be-overseas-reserve-hotel-city {
  width: 100%;
}

.be-overseas-reserve-hotel-city__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-reserve-hotel-city__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-reserve-hotel-city__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-overseas-reserve-hotel-city--empty .be-overseas-reserve-hotel-city__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-overseas-reserve-hotel-city--open .be-overseas-reserve-hotel-city__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-reserve-hotel-checkin-checkout {
  width: 100%;
}

.be-overseas-reserve-hotel-checkin-checkout__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-reserve-hotel-checkin-checkout__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-reserve-hotel-checkin-checkout__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-overseas-reserve-hotel-checkin-checkout--empty .be-overseas-reserve-hotel-checkin-checkout__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-overseas-reserve-hotel-checkin-checkout--open .be-overseas-reserve-hotel-checkin-checkout__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-reserve-hotel-occupancy {
  width: 100%;
}

.be-overseas-reserve-hotel-occupancy__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-reserve-hotel-occupancy__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-reserve-hotel-occupancy__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-overseas-reserve-hotel-occupancy--empty .be-overseas-reserve-hotel-occupancy__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-overseas-reserve-hotel-occupancy--open .be-overseas-reserve-hotel-occupancy__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-reserve-hotel-submit {
  height: 50px;
}

.be-overseas-reserve-hotel__note {
  margin-top: 24px;
}

.be-overseas-reserve-hotel__note .be-nav__item {
  margin-top: 8px;
}

.be-overseas-reserve-hotel__note .be-nav__item--bold {
  font-weight: 600;
}

.be-overseas-reserve-ticket-and-stay__stay {
  margin-top: 32px;
}

.be-overseas-reserve-ticket-and-stay__row {
  display: flex;
  flex-wrap: wrap;
}

.be-overseas-reserve-ticket-and-stay__row + .be-overseas-reserve-ticket-and-stay__row {
  margin-top: 24px;
}

.be-overseas-reserve-ticket-and-stay__row--optional {
  margin-top: 0;
  transition-delay: 0s;
  transition-duration: 300ms;
  transition-property: height, margin-top;
  transition-timing-function: ease;
}

.be-overseas-reserve-ticket-and-stay__row--placeholder {
  display: none;
}

.be-overseas-reserve-ticket-and-stay__stay + .be-overseas-reserve-ticket-and-stay__row {
  margin-top: 24px;
}

.be-overseas-reserve-ticket-and-stay__stay .be-overseas-reserve-ticket-and-stay__row--optional {
  margin-top: 0;
}

.be-overseas-reserve-ticket-and-stay__column {
  width: 100%;
}

.be-overseas-reserve-ticket-and-stay__column--departure-airport {
  padding-right: 5px;
  width: 50%;
}

.be-overseas-reserve-ticket-and-stay__column--arrival-airport {
  padding-left: 5px;
  width: 50%;
}

.be-overseas-reserve-ticket-and-stay__column--number-of-rooms {
  padding-right: 5px;
  width: 50%;
}

.be-overseas-reserve-ticket-and-stay__column--passenger {
  padding-left: 5px;
  width: 50%;
}

.be-overseas-reserve-ticket-and-stay__column--passenger-message {
  color: #d91829;
  width: 100%;
}

.be-overseas-reserve-ticket-and-stay__column--passenger-message li {
  margin-top: 8px;
}

.be-overseas-reserve-ticket-and-stay__column--submit {
  display: flex;
  justify-content: center;
  padding-left: 5px;
}

.be-overseas-reserve-ticket-and-stay__column p {
  margin: 0;
}

.be-overseas-reserve-ticket-and-stay-departure-airport {
  width: 100%;
}

.be-overseas-reserve-ticket-and-stay-departure-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-reserve-ticket-and-stay-departure-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;

  display: flex;
  align-items: center;
}

.be-overseas-reserve-ticket-and-stay-departure-airport--empty
  .be-overseas-reserve-ticket-and-stay-departure-airport__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-overseas-reserve-ticket-and-stay-departure-airport--open
  .be-overseas-reserve-ticket-and-stay-departure-airport__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-reserve-ticket-and-stay-arrival-airport {
  width: 100%;
}

.be-overseas-reserve-ticket-and-stay-arrival-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-reserve-ticket-and-stay-arrival-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;

  display: flex;
  align-items: center;
}

.be-overseas-reserve-ticket-and-stay-arrival-airport--empty
  .be-overseas-reserve-ticket-and-stay-arrival-airport__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-overseas-reserve-ticket-and-stay-arrival-airport--open
  .be-overseas-reserve-ticket-and-stay-arrival-airport__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-reserve-ticket-and-stay-boarding-date {
  width: 100%;
}

.be-overseas-reserve-ticket-and-stay-boarding-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-reserve-ticket-and-stay-boarding-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-reserve-ticket-and-stay-boarding-date__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-overseas-reserve-ticket-and-stay-boarding-date--empty .be-overseas-reserve-ticket-and-stay-boarding-date__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-overseas-reserve-ticket-and-stay-boarding-date--open .be-overseas-reserve-ticket-and-stay-boarding-date__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-reserve-ticket-and-stay-cabin-class {
  width: 100%;
}

.be-overseas-reserve-ticket-and-stay-cabin-class__button {
  align-items: center;
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;

  display: flex;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-reserve-ticket-and-stay-cabin-class__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-reserve-ticket-and-stay-cabin-class--empty .be-overseas-reserve-ticket-and-stay-cabin-class__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-overseas-reserve-ticket-and-stay-cabin-class--open .be-overseas-reserve-ticket-and-stay-cabin-class__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-reserve-ticket-and-stay-number-of-rooms {
  width: 100%;
}

.be-overseas-reserve-ticket-and-stay-number-of-rooms__button {
  align-items: center;
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;

  display: flex;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-reserve-ticket-and-stay-number-of-rooms__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-reserve-ticket-and-stay-number-of-rooms--empty
  .be-overseas-reserve-ticket-and-stay-number-of-rooms__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-overseas-reserve-ticket-and-stay-number-of-rooms--open
  .be-overseas-reserve-ticket-and-stay-number-of-rooms__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-reserve-ticket-and-stay-passenger {
  width: 100%;
}

.be-overseas-reserve-ticket-and-stay-passenger__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-reserve-ticket-and-stay-passenger__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-reserve-ticket-and-stay-passenger__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-overseas-reserve-ticket-and-stay-passenger--empty .be-overseas-reserve-ticket-and-stay-passenger__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-overseas-reserve-ticket-and-stay-passenger--open .be-overseas-reserve-ticket-and-stay-passenger__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-reserve-ticket-and-stay-submit {
  height: 50px;
}

.be-overseas-reserve-ticket-and-stay__form--collapse .be-overseas-reserve-ticket-and-stay__row--optional {
  height: 0;
  margin-top: 0;
  overflow: hidden;
}

.be-overseas-reserve-ticket-and-stay__form--collapse .be-overseas-reserve-ticket-and-stay__row--placeholder {
  display: flex;
}

.be-overseas-reserve-ticket-and-stay__note {
  margin-top: 16px;
}

.be-overseas-reserve-ticket__row {
  display: flex;
  flex-wrap: wrap;
}

.be-overseas-reserve-ticket__row + .be-overseas-reserve-ticket__row {
  margin-top: 24px;
}

.be-overseas-reserve-ticket__row--optional {
  margin-top: 0;
  transition-delay: 0s;
  transition-duration: 300ms;
  transition-property: height, margin-top;
  transition-timing-function: ease;
}

.be-overseas-reserve-ticket__row--optional + .be-overseas-reserve-ticket__row {
  margin-top: 0;
}

.be-overseas-reserve-ticket__column {
  width: 50%;
}

.be-overseas-reserve-ticket__column--departure-airport {
  padding-right: 5px;
}

.be-overseas-reserve-ticket__column--arrival-airport {
  padding-left: 5px;
}

.be-overseas-reserve-ticket__column--boarding-date {
  padding-right: 5px;
}

.be-overseas-reserve-ticket__column--passenger {
  padding-left: 5px;
}

.be-overseas-reserve-ticket__column--boarding-class {
  padding-right: 5px;
}

.be-overseas-reserve-ticket__column--boarding-class-option {
  padding-left: 5px;
}

.be-overseas-reserve-ticket__column--comparison-search-type {
  margin-top: 24px;
  overflow: hidden;
  padding-right: 5px;
  transition-delay: 0s;
  transition-duration: 300ms;
  transition-property: height, margin-top;
  transition-timing-function: ease;
}

.be-overseas-reserve-ticket__column--submit {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  padding-left: 5px;
}

.be-overseas-reserve-ticket__column p {
  margin: 0;
}

.be-overseas-reserve-ticket-departure-airport {
  width: 100%;
}

.be-overseas-reserve-ticket-departure-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-reserve-ticket-departure-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;

  display: flex;
  align-items: center;
}

.be-overseas-reserve-ticket-departure-airport--empty .be-overseas-reserve-ticket-departure-airport__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-overseas-reserve-ticket-departure-airport--open .be-overseas-reserve-ticket-departure-airport__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-reserve-ticket-arrival-airport {
  width: 100%;
}

.be-overseas-reserve-ticket-arrival-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-reserve-ticket-arrival-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;

  display: flex;
  align-items: center;
}

.be-overseas-reserve-ticket-arrival-airport--empty .be-overseas-reserve-ticket-arrival-airport__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-overseas-reserve-ticket-arrival-airport--open .be-overseas-reserve-ticket-arrival-airport__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-reserve-ticket-boarding-date {
  width: 100%;
}

.be-overseas-reserve-ticket-boarding-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-reserve-ticket-boarding-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-reserve-ticket-boarding-date__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-overseas-reserve-ticket-boarding-date--empty .be-overseas-reserve-ticket-boarding-date__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-overseas-reserve-ticket-boarding-date--open .be-overseas-reserve-ticket-boarding-date__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-reserve-ticket-passenger {
  width: 100%;
}

.be-overseas-reserve-ticket-passenger__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-reserve-ticket-passenger__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-reserve-ticket-passenger__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-overseas-reserve-ticket-passenger--empty .be-overseas-reserve-ticket-passenger__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-overseas-reserve-ticket-passenger--open .be-overseas-reserve-ticket-passenger__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-reserve-ticket-boarding-class {
  width: 100%;
}

.be-overseas-reserve-ticket-boarding-class__button {
  align-items: center;
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;

  display: flex;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-reserve-ticket-boarding-class__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-reserve-ticket-boarding-class--empty .be-overseas-reserve-ticket-boarding-class__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-overseas-reserve-ticket-boarding-class--open .be-overseas-reserve-ticket-boarding-class__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-reserve-ticket-boarding-class-option {
  width: 100%;
}

.be-overseas-reserve-ticket-boarding-class-option__button {
  align-items: center;
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;

  display: flex;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-reserve-ticket-boarding-class-option__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-reserve-ticket-boarding-class-option--empty .be-overseas-reserve-ticket-boarding-class-option__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-overseas-reserve-ticket-boarding-class-option--open .be-overseas-reserve-ticket-boarding-class-option__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-reserve-ticket-submit {
  height: 50px;
}

.be-overseas-reserve-ticket__form--collapse .be-overseas-reserve-ticket__row--optional {
  height: 0;
  margin-top: 0;
  overflow: hidden;
}

.be-overseas-reserve-ticket__form--collapse .be-overseas-reserve-ticket__column--comparison-search-type {
  height: 0;
  margin-top: 0;
}

.be-overseas-reserve-ticket__multiple-cities {
  font-weight: 600;
}

.be-overseas-reserve-ticket__note {
  margin-top: 32px;
  text-align: center;
}

.be-overseas-reserve-ticket__note .be-nav__item {
  margin-top: 24px;
}

.be-overseas-reserve-tour {
  overflow: hidden;
}

.be-overseas-reserve-tour__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -24px;
  margin-right: -24px;
}

.be-overseas-reserve-tour__item {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  justify-content: center;
  padding-left: 24px;
  padding-right: 24px;
  width: 33.33333333%;
}

.be-overseas-reserve-tour__item::before {
  content: '';
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
}

.be-overseas-reserve-tour__item::after {
  border-bottom: 1px solid #949499;
  content: '';
  display: block;
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
}

.be-overseas-reserve-tour__item--empty::before {
  content: none;
}

.be-overseas-reserve-tour__item--empty::after {
  content: none;
}

.be-overseas-reserve-tour__item a {
  align-items: center;

  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  margin-top: 16px;
  width: 100%;
}

.be-overseas-reserve-tour__item a::after {
  content: '';
  font-family: 'asw-icon';
  justify-self: flex-end;
  margin-left: 6px;
}

.be-overseas-reserve-tour__item a[target='_blank']::after {
  content: '';
}

.be-overseas-reserve-tour__note {
  margin-top: 32px;
  text-align: center;
}

.be-overseas-reserve-tour__note .be-nav__item {
  margin-top: 24px;
}

.be-overseas-status-number__row {
  display: flex;
  flex-wrap: wrap;
}

.be-overseas-status-number__row + .be-overseas-status-number__row {
  margin-top: 24px;
}

.be-overseas-status-number__column--flight-number {
  padding-right: 5px;
  width: 50%;
}

.be-overseas-status-number__column--request-date {
  padding-left: 5px;
  width: 50%;
}

.be-overseas-status-number__column--submit {
  display: flex;
  justify-content: center;
  width: 100%;
}

.be-overseas-status-number__column p {
  margin: 0;
}

.be-overseas-status-number-request-date {
  width: 100%;
}

.be-overseas-status-number-request-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-status-number-request-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-status-number-request-date__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-overseas-status-number-request-date--empty .be-overseas-status-number-request-date__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-overseas-status-number-request-date--open .be-overseas-status-number-request-date__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-status-number-submit {
  height: 50px;
}

.be-overseas-status-number__note {
  margin-top: 16px;
}

.be-overseas-status-number__note .be-nav__item--bold {
  font-weight: 600;
}

.be-overseas-status-route__row {
  display: flex;
  flex-wrap: wrap;
}

.be-overseas-status-route__row + .be-overseas-status-route__row {
  margin-top: 24px;
}

.be-overseas-status-route__column--departure-airport {
  margin-right: 5px;
  width: calc(33.3333333333% - 23.3333333333px);
}

.be-overseas-status-route__column--swap-airport {
  align-items: center;

  display: flex;
  justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
  width: 40px;
}

.be-overseas-status-route__column--arrival-airport {
  margin-left: 5px;
  margin-right: 5px;
  width: calc(33.3333333333% - 23.3333333333px);
}

.be-overseas-status-route__column--request-date {
  margin-left: 5px;
  width: calc(33.3333333333% - 23.3333333333px);
}

.be-overseas-status-route__column--submit {
  display: flex;
  justify-content: center;
  width: 100%;
}

.be-overseas-status-route__column p {
  margin: 0;
}

.be-overseas-status-route-departure-airport {
  width: 100%;
}

.be-overseas-status-route-departure-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-status-route-departure-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;

  display: flex;
  align-items: center;
}

.be-overseas-status-route-departure-airport--empty .be-overseas-status-route-departure-airport__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-overseas-status-route-departure-airport--open .be-overseas-status-route-departure-airport__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-status-route-swap-airport__button {
  align-items: center;
  background-color: #fff;
  border-color: #949499;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;

  display: flex;
  font-weight: 600;
  height: 40px;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 40px;
}

.be-overseas-status-route-swap-airport__button::before {
  content: '';
  font-family: 'asw-icon';
  font-size: 2rem;
}

.be-overseas-status-route-arrival-airport {
  width: 100%;
}

.be-overseas-status-route-arrival-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-status-route-arrival-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;

  display: flex;
  align-items: center;
}

.be-overseas-status-route-arrival-airport--empty .be-overseas-status-route-arrival-airport__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-overseas-status-route-arrival-airport--open .be-overseas-status-route-arrival-airport__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-status-route-request-date {
  width: 100%;
}

.be-overseas-status-route-request-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-status-route-request-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-status-route-request-date__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-overseas-status-route-request-date--empty .be-overseas-status-route-request-date__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-overseas-status-route-request-date--open .be-overseas-status-route-request-date__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-status-route-submit {
  height: 50px;
}

.be-overseas-status-route__note {
  margin-top: 16px;
}

.be-overseas-status-route__note .be-nav__item--bold {
  font-weight: 600;
}

.be-biz-primary-tab {
  align-items: flex-start;

  display: flex;
}

.be-biz-primary-tab__tablist {
  display: flex;
}

.be-biz-primary-tab__item {
  align-items: center;
  border: none;
  cursor: pointer;

  display: flex;
  font-weight: 600;
  justify-content: center;
}

.be-biz-primary-tab__item::before {
  align-items: center;

  display: flex;
  font-family: 'asw-icon';
  font-weight: 400;
  justify-content: center;
  line-height: 0;
}

.be-biz-primary-tab__item--domestic::before {
  content: '';
}

.be-biz-primary-tab__item--overseas::before {
  content: '';
}

.be-biz-primary-tab__item[aria-selected='true'] {
  background-color: #fff;
  color: var(--color-booking-primary);
}

.be-biz-primary-tab__item[aria-selected='false'] {
  background-color: #767677;
  color: #ffffff;
}

.be-biz-primary-tab__item span {
  position: relative;
}

.be-biz-primary-tab__panel {
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) -4px 5px 8px -5px;
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
  padding-bottom: 32px;
  padding-left: 48px;
  padding-right: 48px;
  padding-top: 24px;
}

.be-biz-secondary-tab {
  display: flex;
  flex-direction: column;
}

.be-biz-secondary-tab__scroll {
  overflow: hidden;
  padding-bottom: 4px;
  position: relative;
}

.be-secondary-tab__tablist {
  display: flex;
}

.be-biz-secondary-tab__content {
  box-sizing: border-box;

  display: flex;
}

.be-biz-secondary-tab__item {
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 600;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
}

.be-biz-secondary-tab__item[aria-selected='true'] {
  background-color: #ccd4ea;
  border: 1px solid var(--color-booking-primary);
  color: var(--color-booking-primary);
}

.be-biz-secondary-tab__item[aria-selected='false'] {
  background-color: #fff;
  border: 1px solid #b2b2b2;
  color: #333;
}

.be-biz-secondary-tab__item span {
  position: relative;
}

.be-biz-secondary-tab__item + .be-biz-secondary-tab__item {
  margin-left: 16px;
}

a.be-biz-secondary-tab__item {
  align-items: center;
  background-color: #fff;
  border: 1px solid #b2b2b2;
  color: #333;

  display: flex;
  justify-content: center;
}

.be-biz-tertiary-tab {
  display: flex;
  flex-direction: column;
}

.be-biz-tertiary-tab__scroll {
  margin-bottom: -1px;
  overflow: hidden;
  position: relative;
}

.be-biz-tertiary-tab__content {
  box-sizing: border-box;

  display: flex;
}

.be-biz-tertiary-tab__tablist {
  border-bottom: 1px solid #e5e5e5;
}

.be-biz-tertiary-tab__item {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: -1px;
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  white-space: nowrap;
}

.be-biz-tertiary-tab__item[aria-selected='true'] {
  border-bottom: 4px solid var(--color-booking-primary);
  color: var(--color-booking-primary);
}

.be-biz-tertiary-tab__item[aria-selected='false'] {
  border-bottom: 4px solid transparent;
  color: #333;
}

.be-biz-tertiary-tab__item span {
  position: relative;
}

.be-biz-tertiary-tab__item + .be-biz-tertiary-tab__item {
  margin-left: 32px;
}

.be-biz-tertiary-tab__panel {
  padding-top: 24px;
}

.be-tertiary-tab--loggedin [data-loggedin-hidden='true'] {
  display: none;
}

.be-calendar__header {
  display: flex;
  padding-bottom: 16px;
}

.be-calendar__body {
  font-weight: 600;
}

.be-calendar__title {
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  font-weight: 600;
  text-align: center;
}

.be-calendar__button {
  align-items: center;
  background-color: transparent;
  border-style: none;
  cursor: pointer;

  display: flex;
  height: 16px;
  justify-content: center;
  padding: 0;
  width: 16px;
}

.be-calendar__button--prev > span {
  font-size: 0;
}

.be-calendar__button--prev::before {
  content: '';
  font-family: 'asw-icon';
  transform: scale(-1, 1);
}

.be-calendar__button--next > span {
  font-size: 0;
}

.be-calendar__button--next::after {
  content: '';
  font-family: 'asw-icon';
}

.be-calendar__button--hide {
  cursor: auto;
  visibility: hidden;
}

.be-calendar-month__week-row {
  display: flex;
  padding-bottom: 16px;
  padding-top: 14px;
}

.be-calendar-month__week-cell {
  display: flex;
  flex-basis: 45px;
  flex-grow: 2;
  flex-shrink: 2;
  justify-content: center;
}

.be-calendar-month__week-cell:first-child {
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: left;
}

.be-calendar-month__week-cell:first-child .be-calendar-month__week-cell-button {
  justify-content: flex-start;
}

.be-calendar-month__week-cell:last-child {
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: right;
}

.be-calendar-month__week-cell:last-child .be-calendar-month__week-cell-button {
  justify-content: flex-end;
}

.be-calendar-month__week-cell-item {
  align-items: center;

  display: flex;
  justify-content: center;
  position: relative;
  width: 45px;
}

.be-calendar-month__row {
  display: flex;
}

.be-calendar-month__row + .be-calendar-month__row {
  margin-top: 1px;
}

.be-calendar-month__cell {
  display: flex;
  flex-basis: 45px;
  flex-grow: 2;
  flex-shrink: 2;
  justify-content: center;
}

.be-calendar-month__cell:first-child {
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: left;
}

.be-calendar-month__cell:first-child .be-calendar-month__cell-button {
  justify-content: flex-start;
}

.be-calendar-month__cell:last-child {
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: right;
}

.be-calendar-month__cell:last-child .be-calendar-month__cell-button {
  justify-content: flex-end;
}

.be-calendar-month__cell--start.be-calendar-month__cell--interval {
  background: linear-gradient(to right, transparent 0, transparent 50%, #ededed 50%);
  background-color: transparent;
}

.be-calendar-month__cell--end.be-calendar-month__cell--interval {
  background: linear-gradient(to left, transparent 0, transparent 50%, #ededed 50%);
  background-color: transparent;
}

.be-calendar-month__cell--interval {
  background-color: #ededed;
}

.be-calendar-month__cell--start.be-calendar-month__cell--end {
  background: none;
}

.be-calendar-month__cell--start.be-calendar-month__cell--end:first-child {
  background: none !important;
}

.be-calendar-month__cell--start.be-calendar-month__cell--end:last-child {
  background: none !important;
}

.be-calendar-month__cell--sunday .be-calendar-month__cell-button span,
.be-calendar-month__cell--holiday .be-calendar-month__cell-button span {
  color: var(--color-booking-holiday);
}
.be-calendar-month__cell--holiday .be-calendar-month__cell-button span {
  text-decoration: underline;
}

.be-calendar-month__cell--sunday .be-calendar-month__cell-button:disabled span {
  color: #b2b2b2;
}

.be-calendar-month__cell--saturday .be-calendar-month__cell-button span {
  color: var(--color-booking-primary);
}

.be-calendar-month__cell--saturday .be-calendar-month__cell-button:disabled span {
  color: #b2b2b2;
}

.be-calendar-month__cell--holiday .be-calendar-month__cell-button:disabled span {
  color: #b2b2b2;
  text-decoration: none;
}

.be-calendar-month__cell-button {
  align-items: center;
  background-color: transparent;
  border-style: none;
  color: #000000;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
}

.be-calendar-month__cell-button:disabled {
  color: #b2b2b2;
  pointer-events: none;
}

.be-calendar-month__cell-button:focus {
  outline-offset: -2px;
}

.be-calendar-month__cell-button span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-weight: 600;
  position: relative;
}

.be-calendar-month__cell--selected .be-calendar-month__cell-button span,
.be-calendar-month__cell--start .be-calendar-month__cell-button span,
.be-calendar-month__cell--end .be-calendar-month__cell-button span {
  background-color: #333;
  color: #fff;
}

[class*='reserve-ticket__note'] {
  margin-bottom: 2px;
}

[class*='reserve-ticket__note'] a[href] {
  display: inline-block;
}

.be-dialog__header a[href]:not([tabindex='-1']):focus-visible,
.be-dialog__header button:not([tabindex='-1']):focus-visible,
.be-dialog__body a[href]:not([tabindex='-1']):focus-visible,
.be-dialog__body button:not([tabindex='-1']):focus-visible {
  outline: auto !important;
}

#modal-reservation .be-accordion__label:focus-visible,
[class*='reserve-'] a[href]:not([tabindex='-1']):focus-visible {
  outline: 1px solid !important;
  outline-offset: -1px;
}

.be-calendar--small .be-calendar-month__week-cell {
  flex-basis: 35px;
}

.be-calendar--small .be-calendar-month__week-cell-item {
  width: 35px;
}

.be-calendar--small .be-calendar-month__cell {
  flex-basis: 35px;
}

.be-calendar--small .be-calendar-month__cell-button span {
  height: 35px;
  width: 35px;
}

.be-date-select {
  padding-left: 20px;
  padding-right: 20px;
}

.be-date-select__header {
  padding-bottom: 16px;
  padding-top: 16px;
}

.be-date-select__header-row {
  display: flex;
}

.be-date-select__header-row-item {
  align-items: center;

  display: flex;
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: flex-start;
}

.be-date-select__header-row::after {
  content: '';
  display: block;
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
}

.be-date-select__body {
  display: flex;
  overflow: hidden;
  position: relative;
}

.be-date-select__values {
  border: 1px solid #333;
  border-radius: 10px;
  display: none;
  margin-bottom: 24px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
}

.be-date-select__date {
  margin-top: 4px;
}

.be-date-select__date--selected {
  color: var(--color-booking-primary);
}

.be-date-select__current-month {
  text-decoration: underline;
}

.be-date-select__week-row {
  display: none;
  padding-bottom: 16px;
  padding-top: 16px;
}

.be-date-select__week-cell {
  display: flex;
  flex-basis: 45px;
  flex-grow: 2;
  flex-shrink: 2;
  justify-content: center;
}

.be-date-select__week-cell:first-child {
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: left;
}

.be-date-select__week-cell:first-child .be-date-select__week-cell-button {
  justify-content: flex-start;
}

.be-date-select__week-cell:last-child {
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: right;
}

.be-date-select__week-cell:last-child .be-date-select__week-cell-button {
  justify-content: flex-end;
}

.be-date-select__week-cell-item {
  align-items: center;

  display: flex;
  justify-content: center;
  position: relative;
  width: 45px;
}

.be-list-accordion__body {
  overflow: hidden;
  position: relative;
  transition-delay: 0s;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: ease;
}

.be-list-accordion__body[aria-hidden='true'] {
  height: 0;
}

.be-list-accordion__title {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  text-align: left;
}

.be-list-accordion__title::after {
  content: '\e96a';
  font-family: 'asw-icon';
  font-size: 1em;
}
[aria-expanded='false'] > .be-list-accordion__title::after {
  content: '\e970';
}

.be-list-accordion__label {
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
}

.be-list .be-list {
  padding-bottom: 0;
}

.be-list-accordion__header,
.be-list__item {
  width: 100%;
  background: #fff;
  border: none;
  font-weight: 600;
  color: inherit;
  padding: 0 24px;
  position: relative;
  cursor: pointer;
}
.be-list-accordion__header {
  z-index: 1;
}

.be-dialog-container button.be-list-accordion__header:focus-visible,
.be-dialog-container button.be-list__item:focus-visible {
  background: none;
  outline: none !important;
}
.be-list-accordion__header:focus-visible::before,
.be-list__item:focus-visible::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  pointer-events: none;
  outline: auto !important;
  outline-color: currentcolor;
  outline-offset: -2px;
}

.bem-list-accordion .be-list__item {
  padding-left: 48px;
}

.be-list__item--selected {
  background-color: #f1f1f1;
  font-weight: 600;
}

.be-list__item:focus {
  outline-offset: -2px;
  outline-width: 1px;
}

.be-list__item-container {
  border-bottom: 1px solid #e5e5e5;

  display: flex;
  padding-bottom: 16px;
  padding-top: 16px;
  width: 100%;
}

.be-list__label + .be-list__label {
  margin-left: auto;
  white-space: nowrap;
}

.be-list__item:last-child .be-list__item-container {
  border-bottom: none;
}

.be-list-accordion .be-list__item {
  padding-left: 40px;
}

.be-list--sticky > .be-list__group > .be-list-accordion > .be-list-accordion__header {
  display: block;
  left: 0;
  position: sticky;
  top: 0;
}

.be-list--sticky > .be-list__group > .be-list-accordion > .be-list-accordion__header > .be-list-accordion__title {
  border-bottom: 1px solid var(--color-booking-primary);
}

.be-list-with-search {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.be-list-with-search__body {
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
}

.be-list-with-search__searchbox {
  height: 38px;
  margin-bottom: 16px;
  margin-left: 24px;
  margin-right: 24px;
  margin-top: 16px;
  position: relative;
}

.be-list-with-search__searchbox-input {
  width: 100%;
  height: 38px;
  border: 1px solid #949499 !important;
  border-radius: 20px !important;
  padding: 0 40px 0 16px !important;
}
.be-list-with-search__searchbox-input:focus {
  outline: auto !important;
}

.be-list-with-search__searchbox-button {
  align-items: center;
  background-color: transparent;
  border: none;
  border-radius: 15px;
  display: flex;
  height: 30px;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: absolute !important;
  right: 8px;
  top: 4px;
  width: 30px;
  z-index: 2;
}

.be-list-with-search__searchbox-button::after {
  color: #333;
  content: '';
  cursor: pointer;
  font-family: 'asw-icon';
}

.be-list-with-search__searchbox-input:-moz-placeholder-shown + .be-list-with-search__searchbox-button::after {
  content: '';
}

.be-list-with-search__searchbox-input:-ms-input-placeholder + .be-list-with-search__searchbox-button::after {
  content: '';
}

.be-list-with-search__searchbox-input:placeholder-shown + .be-list-with-search__searchbox-button::after {
  content: '';
}

.be-list-with-search__searchbox-button_clearButton,
.be-list-with-search__searchbox-button_searchButton{
  font-size:0;
  color:transparent;
}
.be-list-with-search__searchbox-input:not(:placeholder-shown) + .be-list-with-search__searchbox-button .be-list-with-search__searchbox-button_searchButton{
  display:none;
}
.be-list-with-search__searchbox-input:placeholder-shown + .be-list-with-search__searchbox-button .be-list-with-search__searchbox-button_clearButton{
  display:none;
}

.be-number {
  display: flex;
  height: 57px;
}

.be-number__header {
  align-items: center;

  display: flex;
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
}

.be-number__body {
  align-items: stretch;

  display: flex;
}

.be-number__label {
  font-weight: 600;
}

.be-number__button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  width: 48px;
  border: none;
  padding: 0;
  cursor: pointer;
}
.be-number__button:disabled {
  color: #b2b2b2;
  pointer-events: none;
}
.be-number__button:focus {
  outline: none !important;
}

.be-number__button span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  font-size: 0;
}

.be-number__button span::before {
  display: block;
  font-family: 'asw-icon';
  font-size: 20px;
  /* padding-top: 0.1em; */
}
.be-number__button--minus span::before {
  content: '\e969';
}
.be-number__button--plus span::before {
  content: '\e96f';
}

.be-number__value-text {
  display: flex;
  align-items: center;
  font-size: 1.15em;
  justify-content: center;
  width: 1rem;
}

.be-number[aria-disabled='true'] {
  color: #b2b2b2;
}

.be-occupancy {
  padding-bottom: 6px;
  padding-top: 7px;
}

.be-occupancy__title {
  color: var(--color-booking-primary);
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 24px;
}

.be-occupancy__group {
  padding-left: 24px;
  padding-right: 24px;
}

.be-occupancy__group + .be-occupancy__group {
  border-top: 1px solid #949499;
}

.be-occupancy__group[aria-hidden='true'] {
  display: none;
}

.be-occupancy__group .be-number + .be-number {
  border-top: 1px solid #949499;
}

.be-occupancy__group .be-select + .be-select {
  border-top: 1px solid #949499;
}

.be-occupancy__description {
  padding-bottom: 9px;
  padding-top: 18px;
  text-align: center;
}

.be-occupancy .be-number__value-text {
  word-break: normal;
}

.be-passenger {
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 7px;
}

.be-passenger--overseas-ticket-and-stay {
  padding-bottom: 0;
  padding-top: 0;
}

.be-passenger--overseas-ticket-and-stay + .be-passenger--overseas-ticket-and-stay .be-passenger__header {
  border-top: 1px solid #e5e5e5;
}

.be-passenger__title {
  color: var(--color-booking-primary);
  font-size: calc(1.8em / 1.4);
  font-weight: 600;
  margin-top: 24px;
}

.be-passenger__annotation {
  color: #6e6e6e;
  font-size: 0.85em;
  margin-top: 24px;
}

.be-passenger__note {
  padding-bottom: 12px;
  padding-top: 12px;
}

.be-passenger__note a[target='_blank']::after {
  content: '';
  font-family: 'asw-icon';
  margin-left: 6px;
}

.be-passenger--overseas-ticket-and-stay .be-passenger__note {
  margin-top: 16px;
  padding-bottom: 0;
  padding-top: 0;
}

.be-passenger__group-header {
  border-bottom: 1px solid var(--color-booking-primary);
  color: var(--color-booking-primary);
  font-size: calc(1.6em / 1.4);
  font-weight: 600;
  padding-bottom: 16px;
  padding-top: 24px;
}

.be-passenger__group .be-number {
  height: 48px;
}

.be-passenger__group + .be-passenger__group {
  border-top: 1px solid #949499;
}

.be-passenger__row {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 12px;
  padding-top: 12px;
}

.be-passenger__row + .be-passenger__row {
  border-top: 1px solid #949499;
}

.be-passenger__column--header {
  align-items: center;

  display: flex;
  font-weight: 600;
  height: 48px;
  width: 74px;
}

.be-passenger__column--header[aria-disabled='true'] {
  color: #b2b2b2;
}

.be-passenger__column--body {
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
}

.be-passenger__group + .be-passenger__row {
  border-top: 1px solid #949499;
}

.be-passenger__row + .be-passenger__group {
  border-top: 1px solid #949499;
}

.be-select {
  position: relative;
}

.be-select__header {
  display: flex;
  font-weight: 600;
  padding-bottom: 16px;
  padding-top: 16px;
}

.be-select__header::after {
  align-items: center;
  content: '';

  display: flex;
  font-family: 'asw-icon';
  justify-content: center;
  width: 48px;
}

.be-select__body {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.be-select__select {
  border: none;
  cursor: pointer;
  height: 100%;
  opacity: 0;
  width: 100%;
}

.be-select__focus {
  border: 2px solid #333;
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.be-select__select:focus ~ .be-select__focus {
  display: block;
}

.be-select__label {
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
}

.be-select__text {
  align-items: center;

  display: flex;
  white-space: nowrap;
}

.be-switch {
  background-color: #f1f1f1;
  border-radius: 16.5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 162px;
  padding-bottom: 2px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 2px;
}

html:lang(en) .be-switch,
html:lang(sv) .be-switch,
html:lang(es) .be-switch,
html:lang(it) .be-switch,
html:lang(fr) .be-switch,
html:lang(de) .be-switch,
html:lang(ru) .be-switch,
html:lang(tr) .be-switch,
html:lang(th) .be-switch,
html:lang(vi) .be-switch,
html:lang(ko) .be-switch,
html:lang(id) .be-switch,
html:lang(zh-HK) .be-switch,
html:lang(zh-TW) .be-switch {
  min-width: 260px;
}

.be-switch__item {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 14.5px;
  cursor: pointer;
  display: flex;
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  font-weight: 600;
  justify-content: center;
  line-height: 1.1;
  padding-bottom: 3px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 3px;
}
.be-switch__item[aria-pressed='true'] {
  background-color: #ccd4ea;
  border: 1px solid var(--color-booking-primary);
  color: var(--color-booking-primary);
}
.be-switch__item:focus-visible {
  outline: 2px solid #000 !important;
}

.be-tab {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.be-tab__body {
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
  position: relative;
}

.be-tab__tablist {
  background-color: #f1f1f1;
  border-color: #949499;
  border-radius: 10px;
  border-style: solid;
  border-width: 1px;
  display: none;
  width: 100%;
}

.be-tab__button {
  background-color: transparent;
  border-color: transparent;
  border-radius: 10px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: block;
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  margin-bottom: -1px;
  margin-top: -1px;
  overflow: hidden;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  text-align: left;
}

.be-tab__button:first-child {
  margin-left: -1px;
}

.be-tab__button:last-child {
  margin-right: -1px;
}

.be-tab__button[aria-selected='true'] {
  background-color: #fff;
  border-color: #333;
  border-radius: 10px;
  border-style: solid;
  border-width: 1px;
  flex-basis: 37.5px;
}

.be-list ~ .be-tab__panel {
  display: none;
}

.be-list:empty ~ .be-tab__panel {
  display: block;
}

.be-list:empty ~ .be-tab__panel[hidden] {
  display: none;
}

.be-airport {
  height: 100%;
  width: 500px;
}

.be-airport__body {
  height: 100%;
}

.be-airport__title {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
}

.be-airport__value {
  color: var(--color-booking-primary);
  display: block;
  font-weight: 600;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

[data-value-selected='false'] .be-airport__value {
  color: #6e6e6e;
  font-weight: 400;
}

[aria-selected='true'] .be-airport__value {
  color: #333;
  font-weight: 600;
}

[data-value-selected='true'] .be-airport__value {
  color: var(--color-booking-primary);
}

.be-airport__searchbox {
  height: 38px;
  margin-bottom: 16px;
  margin-left: 24px;
  margin-right: 24px;
  margin-top: 16px;
  position: relative;
}

.be-airport__searchbox-input {
  border: 1px solid #949499;
  border-radius: 19px;
  height: 38px;
  padding-left: 16px;
  padding-right: 40px;
  width: 100%;
}

.be-airport__searchbox-button {
  align-items: center;
  background-color: transparent;
  border: none;
  border-radius: 15px;

  display: flex;
  height: 30px;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: absolute !important;
  right: 8px;
  top: 4px;
  width: 30px;
  z-index: 2;
}

.be-airport__searchbox-button::after {
  color: #333;
  content: '';
  cursor: pointer;
  font-family: 'asw-icon';
}

.be-airport__searchbox-input:-moz-placeholder-shown + .be-airport__searchbox-button::after {
  content: '';
}

.be-airport__searchbox-input:-ms-input-placeholder + .be-airport__searchbox-button::after {
  content: '';
}

.be-airport__searchbox-input:placeholder-shown + .be-airport__searchbox-button::after {
  content: '';
}

.be-boarding-date {
  padding-left: 20px;
  padding-right: 20px;
}

.be-boarding-date__header {
  padding-bottom: 16px;
  padding-top: 16px;
}

.be-boarding-date__header-row {
  display: flex;
}

.be-boarding-date__header-row-item {
  align-items: center;

  display: flex;
  justify-content: flex-start;
}

.be-boarding-date__header-row-item--left {
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
}

.be-boarding-date__header-row-item--center {
  justify-content: center;
}

.be-boarding-date__header-row::after {
  content: '';
  display: block;
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
}

.be-boarding-date__body {
  display: flex;
  overflow: hidden;
  padding: 1px; /* 矢印のfocusが見切れるため */
  position: relative;
}

.be-boarding-date__values {
  border: 1px solid #333;
  border-radius: 10px;
  display: none;
  font-weight: 600;
  margin-bottom: 24px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
}

.be-boarding-date__date {
  margin-top: 4px;
}

.be-boarding-date__date--selected {
  color: var(--color-booking-primary);
}

.be-boarding-date__current-month {
  text-decoration: underline;
}

.be-boarding-date__week-row {
  display: none;
  padding-bottom: 16px;
  padding-top: 16px;
}

.be-boarding-date__week-cell {
  display: flex;
  flex-basis: 45px;
  flex-grow: 2;
  flex-shrink: 2;
  justify-content: center;
}

.be-boarding-date__week-cell:first-child {
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: left;
}

.be-boarding-date__week-cell:first-child .be-boarding-date__week-cell-button {
  justify-content: flex-start;
}

.be-boarding-date__week-cell:last-child {
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: right;
}

.be-boarding-date__week-cell:last-child .be-boarding-date__week-cell-button {
  justify-content: flex-end;
}

.be-boarding-date__week-cell-item {
  align-items: center;

  display: flex;
  justify-content: center;
  position: relative;
  width: 45px;
}

.be-wws-primary-tab {
  background-color: #fff;
  border-radius: 20px;

  display: flex;
  flex-direction: column;
  padding-bottom: 32px;
  padding-left: 48px;
  padding-right: 48px;
  padding-top: 24px;
}

.be-wws-primary-tab__scroll {
  overflow: hidden;
  padding-bottom: 4px;
  position: relative;
}

.be-wws-primary-tab__item[aria-selected='true'] {
  background-color: #ccd4ea;
  border: 1px solid var(--color-booking-primary);
  color: var(--color-booking-primary);
}

.be-wws-primary-tab__item[aria-selected='false'] {
  background-color: #fff;
  border: 1px solid #b2b2b2;
  color: #333;
}

.be-wws-primary-tab__item span {
  position: relative;
}

.be-wws-primary-tab__item + .be-wws-primary-tab__item {
  margin-left: 16px;
}

.be-wws-secondary-tab__panel {
  padding-top: 24px;
}

.be-wws-secondary-tab--loggedin [data-loggedin-hidden='true'] {
  display: none;
}

.be-wws-checkin-membership-number__content--link {
  border-bottom: 1px solid #949499;
  padding-bottom: 32px;
}

.be-wws-checkin-membership-number__content--link .be-nav {
  flex-direction: column;
  width: 100%;
}

.be-wws-checkin-membership-number__content--link .be-nav__item:first-child {
  margin-right: 0;
  margin-top: 0;
}

.be-wws-checkin-membership-number__content--form {
  padding-top: 32px;
}

.be-wws-checkin-membership-number__form {
  position: relative;
  width: 100%;
}

.be-wws-checkin-membership-number__row {
  display: flex;
  flex-wrap: wrap;
}

.be-wws-checkin-membership-number__column {
  width: 100%;
}

.be-wws-checkin-membership-number__column--membership-number {
  padding-right: 5px;
  width: 50%;
}

.be-wws-checkin-membership-number__column--password {
  padding-left: 5px;
  width: 50%;
}

.be-wws-checkin-membership-number__column--message {
  color: #d91829;
}

.be-wws-checkin-membership-number__column--message li {
  margin-top: 8px;
}

.be-wws-checkin-membership-number__column--message li::before {
  content: '*';
}

.be-wws-checkin-membership-number__column--lasting {
  padding-right: 5px;
  width: 50%;
}

.be-wws-checkin-membership-number__column--submit {
  display: flex;
  justify-content: flex-end;
  padding-left: 5px;
  width: 50%;
}

.be-wws-checkin-membership-number__column p {
  margin: 0;
}

.be-wws-checkin-membership-number-membership-number--invalid {
  border-color: #d91829;
  z-index: 1;
}

.be-wws-checkin-membership-number-membership-number--invalid
  .be-wws-checkin-membership-number-membership-number__label {
  color: #d91829;
}

.be-wws-checkin-membership-number-membership-number--invalid
  .be-wws-checkin-membership-number-membership-number__input {
  color: #d91829;
}

.be-wws-checkin-membership-number-password--invalid {
  border-color: #d91829;
}

.be-wws-checkin-membership-number-password--invalid .be-wws-checkin-membership-number-password__label {
  color: #d91829;
}

.be-wws-checkin-membership-number-password--invalid .be-wws-checkin-membership-number-password__input {
  color: #d91829;
}

.be-wws-checkin-membership-number-submit {
  height: 50px;
}

.be-wws-checkin-membership-number__link-button {
  align-items: center;
  background-color: var(--color-booking-primary);
  border: none;
  border-radius: 25px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.8rem;
  font-weight: 600;
  height: 50px;
  justify-content: center;
  overflow: hidden;
  padding-left: 27px;
  padding-right: 21px;
}
.be-wws-checkin-membership-number__link-button::after {
  content: '';
  font-family: 'asw-icon';
  justify-self: flex-end;
  margin-left: 8px;
}

.be-wws-checkin-membership-number__note {
  padding-top: 8px;
}

.be-wws-checkin-membership-number__note .be-accordion {
  margin-top: 24px;
}

.be-wws-checkin-reservation-number__contents {
  display: flex;
  flex-direction: column;
}

.be-wws-checkin-reservation-number__content--link {
  align-items: center;
  border-bottom: 1px solid #949499;

  display: flex;
  flex-direction: column;
  padding-bottom: 32px;
}

.be-wws-checkin-reservation-number__content--link .be-nav {
  flex-direction: column;
  width: 100%;
}

.be-wws-checkin-reservation-number__content--link .be-nav__item:first-child {
  margin-right: 0;
  margin-top: 0;
}

.be-wws-checkin-reservation-number__content--form {
  padding-top: 32px;
}

.be-wws-checkin-reservation-number__form {
  position: relative;
  width: 100%;
}

.be-wws-checkin-reservation-number__row {
  display: flex;
  flex-wrap: wrap;
}

.be-wws-checkin-reservation-number__row + .be-wws-checkin-reservation-number__row {
  margin-top: 24px;
}

.be-wws-checkin-reservation-number__column {
  width: 100%;
}

.be-wws-checkin-reservation-number__column--given-name {
  padding-right: 5px;
  width: 50%;
}

.be-wws-checkin-reservation-number__column--family-name {
  padding-left: 5px;
  width: 50%;
}

.be-wws-checkin-reservation-number__column--message {
  color: #d91829;
}

.be-wws-checkin-reservation-number__column--message li {
  margin-top: 8px;
}

.be-wws-checkin-reservation-number__column--message li::before {
  content: '*';
}

.be-wws-checkin-reservation-number__column--note .be-nav__item {
  margin-top: 0;
}

.be-wws-checkin-reservation-number__column--submit {
  display: flex;
  justify-content: flex-end;
  padding-left: 5px;
  width: 50%;
}

.be-wws-checkin-reservation-number__column p {
  margin: 0;
}

.be-wws-checkin-reservation-number-reservation-number {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;

  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-wws-checkin-reservation-number-reservation-number__label {
  align-items: center;
  color: #333;

  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}

.be-wws-checkin-reservation-number-reservation-number__input {
  border-style: none;
  color: var(--color-booking-primary);
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-wws-checkin-reservation-number-reservation-number--invalid {
  border-color: #d91829;
}

.be-wws-checkin-reservation-number-reservation-number--invalid
  .be-wws-checkin-reservation-number-reservation-number__label {
  color: #d91829;
}

.be-wws-checkin-reservation-number-reservation-number--invalid
  .be-wws-checkin-reservation-number-reservation-number__input {
  color: #d91829;
}

.be-wws-checkin-reservation-number-given-name {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;

  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-wws-checkin-reservation-number-given-name__input {
  border-style: none;
  color: var(--color-booking-primary);
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-wws-checkin-reservation-number-given-name--invalid {
  border-color: #d91829;
}

.be-wws-checkin-reservation-number-given-name--invalid .be-wws-checkin-reservation-number-given-name__label {
  color: #d91829;
}

.be-wws-checkin-reservation-number-given-name--invalid .be-wws-checkin-reservation-number-given-name__input {
  color: #d91829;
}

.be-wws-checkin-reservation-number-family-name {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;

  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-wws-checkin-reservation-number-family-name__input {
  border-style: none;
  color: var(--color-booking-primary);
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-wws-checkin-reservation-number-family-name--invalid {
  border-color: #d91829;
}

.be-wws-checkin-reservation-number-family-name--invalid .be-wws-checkin-reservation-number-family-name__label {
  color: #d91829;
}

.be-wws-checkin-reservation-number-family-name--invalid .be-wws-checkin-reservation-number-family-name__input {
  color: #d91829;
}

.be-wws-checkin-reservation-number-submit {
  height: 50px;
}

.be-wws-checkin-reservation-number__link-button {
  align-items: center;
  background-color: var(--color-booking-primary);
  border: none;
  border-radius: 25px;
  color: #fff;
  display: none;
  font-size: 1.8rem;
  font-weight: 600;
  height: 50px;
  justify-content: center;
  margin-top: 24px;
  overflow: hidden;
  padding-left: 27px;
  padding-right: 21px;
}

.be-wws-checkin-reservation-number__link-button::after {
  content: '';
  font-family: 'asw-icon';
  justify-self: flex-end;
  margin-left: 8px;
}

.be-wws-checkin-reservation-number--loggedin .be-wws-checkin-reservation-number__link-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.be-wws-checkin-ticket-number__contents {
  display: flex;
  flex-direction: column;
}

.be-wws-checkin-ticket-number__content--link {
  align-items: center;
  border-bottom: 1px solid #949499;

  display: flex;
  flex-direction: column;
  padding-bottom: 32px;
}

.be-wws-checkin-ticket-number__content--link .be-nav {
  flex-direction: column;
  width: 100%;
}

.be-wws-checkin-ticket-number__content--link .be-nav__item:first-child {
  margin-right: 0;
  margin-top: 0;
}

.be-wws-checkin-ticket-number__content--form {
  padding-top: 32px;
}

.be-wws-checkin-ticket-number__form {
  position: relative;
  width: 100%;
}

.be-wws-checkin-ticket-number__row {
  display: flex;
  flex-wrap: wrap;
}

.be-wws-checkin-ticket-number__row + .be-wws-checkin-ticket-number__row {
  margin-top: 24px;
}

.be-wws-checkin-ticket-number__column {
  width: 100%;
}

.be-wws-checkin-ticket-number__column--given-name {
  padding-right: 5px;
  width: 50%;
}

.be-wws-checkin-ticket-number__column--family-name {
  padding-left: 5px;
  width: 50%;
}

.be-wws-checkin-ticket-number__column--message {
  color: #d91829;
}

.be-wws-checkin-ticket-number__column--message li {
  margin-top: 8px;
}

.be-wws-checkin-ticket-number__column--message li::before {
  content: '*';
}

.be-wws-checkin-ticket-number__column--note {
  padding-right: 5px;
  width: 50%;
}

.be-wws-checkin-ticket-number__column--note .be-nav__item {
  margin-top: 0;
}

.be-wws-checkin-ticket-number__column--submit {
  display: flex;
  justify-content: flex-end;
  padding-left: 5px;
  width: 50%;
}

.be-wws-checkin-ticket-number__column p {
  margin: 0;
}

.be-wws-checkin-ticket-number-ticket-number {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;

  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-wws-checkin-ticket-number-ticket-number__label {
  align-items: center;
  color: #333;

  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}

.be-wws-checkin-ticket-number-ticket-number--invalid {
  border-color: #d91829;
}

.be-wws-checkin-ticket-number-ticket-number--invalid .be-wws-checkin-ticket-number-ticket-number__label {
  color: #d91829;
}

.be-wws-checkin-ticket-number-ticket-number--invalid .be-wws-checkin-ticket-number-ticket-number__input {
  color: #d91829;
}

.be-wws-checkin-ticket-number-given-name {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;

  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-wws-checkin-ticket-number-given-name__input {
  border-style: none;
  color: var(--color-booking-primary);
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-wws-checkin-ticket-number-given-name--invalid {
  border-color: #d91829;
}

.be-wws-checkin-ticket-number-given-name--invalid .be-wws-checkin-ticket-number-given-name__label {
  color: #d91829;
}

.be-wws-checkin-ticket-number-given-name--invalid .be-wws-checkin-ticket-number-given-name__input {
  color: #d91829;
}

.be-wws-checkin-ticket-number-family-name {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;

  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-wws-checkin-ticket-number-family-name__input {
  border-style: none;
  color: var(--color-booking-primary);
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-wws-checkin-ticket-number-family-name--invalid {
  border-color: #d91829;
}

.be-wws-checkin-ticket-number-family-name--invalid .be-wws-checkin-ticket-number-family-name__label {
  color: #d91829;
}

.be-wws-checkin-ticket-number-family-name--invalid .be-wws-checkin-ticket-number-family-name__input {
  color: #d91829;
}

.be-wws-checkin-ticket-number-submit {
  height: 50px;
}

.be-wws-checkin-ticket-number__note {
  margin-top: 16px;
}

.be-wws-checkin-ticket-number__note .be-accordion {
  margin-top: 24px;
}

.be-wws-checkin-ticket-number__link-button {
  align-items: center;
  background-color: var(--color-booking-primary);
  border: none;
  border-radius: 25px;
  color: #fff;
  display: none;
  font-size: 1.8rem;
  font-weight: 600;
  height: 50px;
  justify-content: center;
  margin-top: 24px;
  overflow: hidden;
  padding-left: 27px;
  padding-right: 21px;
}

.be-wws-checkin-ticket-number__link-button::after {
  content: '';
  font-family: 'asw-icon';
  justify-self: flex-end;
  margin-left: 8px;
}

.be-wws-checkin-ticket-number--loggedin .be-wws-checkin-ticket-number__link-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.be-wws-confirm-membership-number__form {
  position: relative;
  width: 100%;
}

.be-wws-confirm-membership-number__row {
  display: flex;
  flex-wrap: wrap;
}

.be-wws-confirm-membership-number__row--note {
  margin-top: 8px;
}

.be-wws-confirm-membership-number__column {
  width: 100%;
}

.be-wws-confirm-membership-number__column--membership-number {
  padding-right: 5px;
  width: 50%;
}

.be-wws-confirm-membership-number__column--password {
  padding-left: 5px;
  width: 50%;
}

.be-wws-confirm-membership-number__column--message {
  color: #d91829;
}

.be-wws-confirm-membership-number__column--message li {
  margin-top: 8px;
}

.be-wws-confirm-membership-number__column--message li::before {
  content: '*';
}

.be-wws-confirm-membership-number__column--lasting {
  padding-right: 5px;
  width: 50%;
}

.be-wws-confirm-membership-number__column--submit {
  display: flex;
  justify-content: flex-end;
  padding-left: 5px;
  padding-top: 16px;
  width: 50%;
}

.be-wws-confirm-membership-number__column p {
  margin: 0;
}

.be-wws-confirm-membership-number-membership-number__input::-moz-placeholder {
  color: #6e6e6e;
  font-weight: 400;
  opacity: 1;
}

.be-wws-confirm-membership-number-membership-number--invalid {
  border-color: #d91829;
  z-index: 1;
}

.be-wws-confirm-membership-number-membership-number--invalid
  .be-wws-confirm-membership-number-membership-number__label {
  color: #d91829;
}

.be-wws-confirm-membership-number-membership-number--invalid
  .be-wws-confirm-membership-number-membership-number__input {
  color: #d91829;
}

.be-wws-confirm-membership-number-password--invalid {
  border-color: #d91829;
}

.be-wws-confirm-membership-number-password--invalid .be-wws-confirm-membership-number-password__label {
  color: #d91829;
}

.be-wws-confirm-membership-number-password--invalid .be-wws-confirm-membership-number-password__input {
  color: #d91829;
}

.be-wws-confirm-membership-number-submit {
  height: 50px;
}

.be-wws-confirm-reservation-number__contents {
  display: flex;
  flex-direction: column;
}

.be-wws-confirm-reservation-number__content--link {
  align-items: center;
  border-bottom: 1px solid #949499;
  display: none;
  flex-direction: column;
  padding-bottom: 32px;
}

.be-wws-confirm-reservation-number__content--link .be-nav {
  flex-direction: column;
  width: 100%;
}

.be-wws-confirm-reservation-number__content--link .be-nav__item:first-child {
  margin-right: 0;
  margin-top: 0;
}

.be-wws-confirm-reservation-number__form {
  position: relative;
  width: 100%;
}

.be-wws-confirm-reservation-number__row {
  display: flex;
  flex-wrap: wrap;
}

.be-wws-confirm-reservation-number__row + .be-wws-confirm-reservation-number__row {
  margin-top: 24px;
}

.be-wws-confirm-reservation-number__column {
  width: 100%;
}

.be-wws-confirm-reservation-number__column--given-name {
  padding-right: 5px;
  padding-top: 24px;
  width: 50%;
}

.be-wws-confirm-reservation-number__column--family-name {
  padding-left: 5px;
  padding-top: 24px;
  width: 50%;
}

.be-wws-confirm-reservation-number__column--message {
  color: #d91829;
}

.be-wws-confirm-reservation-number__column--message li {
  margin-top: 8px;
}

.be-wws-confirm-reservation-number__column--message li::before {
  content: '*';
}

.be-wws-confirm-reservation-number__column--submit {
  display: flex;
  justify-content: flex-end;
}

.be-wws-confirm-reservation-number__column p {
  margin: 0;
}

.be-wws-confirm-reservation-number-reservation-number {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;

  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-wws-confirm-reservation-number-reservation-number__input {
  border-style: none;
  color: var(--color-booking-primary);
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-wws-confirm-reservation-number-reservation-number--invalid {
  border-color: #d91829;
}

.be-wws-confirm-reservation-number-reservation-number--invalid
  .be-wws-confirm-reservation-number-reservation-number__label {
  color: #d91829;
}

.be-wws-confirm-reservation-number-reservation-number--invalid
  .be-wws-confirm-reservation-number-reservation-number__input {
  color: #d91829;
}

.be-wws-confirm-reservation-number-given-name {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;

  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-wws-confirm-reservation-number-given-name__input {
  border-style: none;
  color: var(--color-booking-primary);
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-wws-confirm-reservation-number-given-name--invalid {
  border-color: #d91829;
}

.be-wws-confirm-reservation-number-given-name--invalid .be-wws-confirm-reservation-number-given-name__label {
  color: #d91829;
}

.be-wws-confirm-reservation-number-given-name--invalid .be-wws-confirm-reservation-number-given-name__input {
  color: #d91829;
}

.be-wws-confirm-reservation-number-family-name__input::-moz-placeholder {
  color: #6e6e6e;
  font-weight: 400;
  opacity: 1;
}

.be-wws-confirm-reservation-number-family-name--invalid {
  border-color: #d91829;
}

.be-wws-confirm-reservation-number-family-name--invalid .be-wws-confirm-reservation-number-family-name__label {
  color: #d91829;
}

.be-wws-confirm-reservation-number-family-name--invalid .be-wws-confirm-reservation-number-family-name__input {
  color: #d91829;
}

.be-wws-confirm-reservation-number-submit {
  height: 50px;
}

.be-wws-confirm-reservation-number__link-button {
  align-items: center;
  background-color: var(--color-booking-primary);
  border: none;
  border-radius: 25px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.8rem;
  font-weight: 600;
  height: 50px;
  justify-content: center;
  margin-top: 24px;
  overflow: hidden;
  padding-left: 27px;
  padding-right: 21px;
}

.be-wws-confirm-reservation-number__link-button::after {
  content: '';
  font-family: 'asw-icon';
  justify-self: flex-end;
  margin-left: 8px;
}

.be-wws-confirm-reservation-number__note {
  padding-top: 16px;
}

.be-wws-confirm-reservation-number--loggedin .be-wws-confirm-reservation-number__content--link {
  display: flex;
}

.be-wws-confirm-reservation-number--loggedin .be-wws-confirm-reservation-number__content--form {
  padding-top: 32px;
}

.be-wws-confirm-ticket-number__contents {
  display: flex;
  flex-direction: column;
}

.be-wws-confirm-ticket-number__content--link {
  align-items: center;
  border-bottom: 1px solid #949499;
  display: none;
  flex-direction: column;
  padding-bottom: 32px;
}

.be-wws-confirm-ticket-number__content--link .be-nav {
  flex-direction: column;
  width: 100%;
}

.be-wws-confirm-ticket-number__content--link .be-nav__item:first-child {
  margin-right: 0;
  margin-top: 0;
}

.be-wws-confirm-ticket-number__form {
  position: relative;
  width: 100%;
}

.be-wws-confirm-ticket-number__row {
  display: flex;
  flex-wrap: wrap;
}

.be-wws-confirm-ticket-number__row + .be-wws-confirm-ticket-number__row {
  margin-top: 24px;
}

.be-wws-confirm-ticket-number__column {
  width: 100%;
}

.be-wws-confirm-ticket-number__column--given-name {
  padding-right: 5px;
  padding-top: 24px;
  width: 50%;
}

.be-wws-confirm-ticket-number__column--family-name {
  padding-left: 5px;
  padding-top: 24px;
  width: 50%;
}

.be-wws-confirm-ticket-number__column--message {
  color: #d91829;
}

.be-wws-confirm-ticket-number__column--message li {
  margin-top: 8px;
}

.be-wws-confirm-ticket-number__column--message li::before {
  content: '*';
}

.be-wws-confirm-ticket-number__column--submit {
  display: flex;
  justify-content: flex-end;
}

.be-wws-confirm-ticket-number__column p {
  margin: 0;
}

.be-wws-confirm-ticket-number-ticket-number {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;

  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-wws-confirm-ticket-number-ticket-number--invalid {
  border-color: #d91829;
}

.be-wws-confirm-ticket-number-ticket-number--invalid .be-wws-confirm-ticket-number-ticket-number__label {
  color: #d91829;
}

.be-wws-confirm-ticket-number-ticket-number--invalid .be-wws-confirm-ticket-number-ticket-number__input {
  color: #d91829;
}

.be-wws-confirm-ticket-number-given-name {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;

  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-wws-confirm-ticket-number-given-name__input {
  border-style: none;
  color: var(--color-booking-primary);
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-wws-confirm-ticket-number-given-name--invalid {
  border-color: #d91829;
}

.be-wws-confirm-ticket-number-given-name--invalid .be-wws-confirm-ticket-number-given-name__label {
  color: #d91829;
}

.be-wws-confirm-ticket-number-given-name--invalid .be-wws-confirm-ticket-number-given-name__input {
  color: #d91829;
}

.be-wws-confirm-ticket-number-family-name {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;

  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-wws-confirm-ticket-number-family-name__input {
  border-style: none;
  color: var(--color-booking-primary);
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-wws-confirm-ticket-number-family-name--invalid {
  border-color: #d91829;
}

.be-wws-confirm-ticket-number-family-name--invalid .be-wws-confirm-ticket-number-family-name__label {
  color: #d91829;
}

.be-wws-confirm-ticket-number-family-name--invalid .be-wws-confirm-ticket-number-family-name__input {
  color: #d91829;
}

.be-wws-confirm-ticket-number-submit {
  height: 50px;
}

.be-wws-confirm-ticket-number__link-button {
  align-items: center;
  background-color: var(--color-booking-primary);
  border: none;
  border-radius: 25px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.8rem;
  font-weight: 600;
  height: 50px;
  justify-content: center;
  margin-top: 24px;
  overflow: hidden;
  padding-left: 27px;
  padding-right: 21px;
}

.be-wws-confirm-ticket-number__link-button::after {
  content: '';
  font-family: 'asw-icon';
  justify-self: flex-end;
  margin-left: 8px;
}

.be-wws-confirm-ticket-number__note {
  padding-top: 16px;
}

.be-wws-confirm-ticket-number--loggedin .be-wws-confirm-ticket-number__content--link {
  display: flex;
}

.be-wws-confirm-ticket-number--loggedin .be-wws-confirm-ticket-number__content--form {
  padding-top: 32px;
}

.be-wws-reserve-award {
  overflow: hidden;
}

.be-wws-reserve-award__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -24px;
  margin-right: -24px;
}

.be-wws-reserve-award__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 24px;
  padding-right: 24px;
  width: 50%;
}

.be-wws-reserve-award__item::before {
  content: '';
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
}

.be-wws-reserve-award__item::after {
  border-bottom: 1px solid #949499;
  content: '';
  display: block;
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
}

.be-wws-reserve-award__item--empty::before {
  content: none;
}

.be-wws-reserve-award__item--empty::after {
  content: none;
}

.be-wws-reserve-award a {
  align-items: center;

  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  margin-top: 16px;
  width: 100%;
}

.be-wws-reserve-award a::after {
  content: '';
  font-family: 'asw-icon';
  justify-self: flex-end;
  margin-left: 6px;
}

.be-wws-reserve-award a[target='_blank']::after {
  content: '';
}

.be-wws-reserve-hotel__row {
  display: flex;
  flex-wrap: wrap;
}

.be-wws-reserve-hotel__row + .be-wws-reserve-hotel__row {
  margin-top: 24px;
}

.be-wws-reserve-hotel__column {
  width: 100%;
}

.be-wws-reserve-hotel__column--left {
  padding-right: 5px;
  width: 50%;
}

.be-wws-reserve-hotel__column--right {
  padding-left: 5px;
  width: 50%;
}

.be-wws-reserve-hotel-loyalty-search-type input[type='radio'] {
  display: none;
}

.be-wws-reserve-hotel-loyalty-search-type__radio {
  border-color: #949499;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1em;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  margin-bottom: 0.2em;
  vertical-align: middle;
  width: 1em;
}

.be-wws-reserve-hotel-loyalty-search-type__radio[aria-checked='true'] {
  background-color: var(--color-booking-primary);
  border-color: var(--color-booking-primary);
  box-shadow: inset 0 0 0 0.12em #fff;
}

.be-wws-reserve-hotel-loyalty-search-type__label {
  cursor: pointer;
  padding-left: 0.2em;
}

.be-wws-reserve-hotel-loyalty-search-type__item {
  margin-top: 0;
}

.be-wws-reserve-hotel-city {
  width: 100%;
}

.be-wws-reserve-hotel-city__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-wws-reserve-hotel-city__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-wws-reserve-hotel-city__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-wws-reserve-hotel-city--empty .be-wws-reserve-hotel-city__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-wws-reserve-hotel-city--open .be-wws-reserve-hotel-city__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-wws-reserve-hotel-checkin-checkout {
  width: 100%;
}

.be-wws-reserve-hotel-checkin-checkout__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-wws-reserve-hotel-checkin-checkout__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-wws-reserve-hotel-checkin-checkout__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-wws-reserve-hotel-checkin-checkout--empty .be-wws-reserve-hotel-checkin-checkout__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-wws-reserve-hotel-checkin-checkout--open .be-wws-reserve-hotel-checkin-checkout__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-wws-reserve-hotel-occupancy {
  width: 100%;
}

.be-wws-reserve-hotel-occupancy__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-wws-reserve-hotel-occupancy__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-wws-reserve-hotel-occupancy__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-wws-reserve-hotel-occupancy--empty .be-wws-reserve-hotel-occupancy__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-wws-reserve-hotel-occupancy--open .be-wws-reserve-hotel-occupancy__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-wws-reserve-hotel-submit {
  height: 50px;
}

.be-wws-reserve-hotel__note {
  margin-top: 24px;
}

.be-wws-reserve-hotel__note .be-nav__item {
  margin-top: 8px;
}

.be-wws-reserve-hotel__note .be-nav__item--bold {
  font-weight: 600;
}

.be-wws-reserve-ticket__row {
  display: flex;
  flex-wrap: wrap;
}

.be-wws-reserve-ticket__row + .be-wws-reserve-ticket__row {
  margin-top: 24px;
}

.be-wws-reserve-ticket__column {
  width: 50%;
}

.be-wws-reserve-ticket__column--departure-airport {
  padding-right: 5px;
}

.be-wws-reserve-ticket__column--arrival-airport {
  padding-left: 5px;
}

.be-wws-reserve-ticket__column--boarding-date {
  padding-right: 5px;
}

.be-wws-reserve-ticket__column--passenger {
  padding-left: 5px;
}

.be-wws-reserve-ticket__column--boarding-class {
  padding-right: 5px;
}

.be-wws-reserve-ticket__column--boarding-class-option {
  padding-left: 5px;
}

.be-wws-reserve-ticket__column--promotion-code {
  width: 100%;
}

.be-wws-reserve-ticket__column--promotion-code-note {
  width: 100%;
}

.be-wws-reserve-ticket__column--promotion-code-note .be-nav__item {
  margin-top: 16px;
}

.be-wws-reserve-ticket__column--comparison-search-type {
  overflow: hidden;
  padding-right: 5px;
  transition-delay: 0s;
  transition-duration: 300ms;
  transition-property: height;
  transition-timing-function: ease;
}

.be-wws-reserve-ticket__column--submit {
  display: flex;
  justify-content: center;
  padding-left: 5px;
}

.be-wws-reserve-ticket__column p {
  margin: 0;
}

.be-wws-reserve-ticket-departure-airport {
  width: 100%;
}

.be-wws-reserve-ticket-departure-airport--open .be-wws-reserve-ticket-departure-airport__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-wws-reserve-ticket-arrival-airport {
  width: 100%;
}

.be-wws-reserve-ticket-arrival-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-wws-reserve-ticket-arrival-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;

  display: flex;
  align-items: center;
}

.be-wws-reserve-ticket-arrival-airport--empty .be-wws-reserve-ticket-arrival-airport__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-wws-reserve-ticket-arrival-airport--open .be-wws-reserve-ticket-arrival-airport__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-wws-reserve-ticket-boarding-date {
  width: 100%;
}

.be-wws-reserve-ticket-boarding-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-wws-reserve-ticket-boarding-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-wws-reserve-ticket-boarding-date__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-wws-reserve-ticket-boarding-date--empty .be-wws-reserve-ticket-boarding-date__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-wws-reserve-ticket-boarding-date--open .be-wws-reserve-ticket-boarding-date__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-wws-reserve-ticket-passenger {
  width: 100%;
}

.be-wws-reserve-ticket-passenger__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-wws-reserve-ticket-passenger__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-wws-reserve-ticket-passenger__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-wws-reserve-ticket-passenger--empty .be-wws-reserve-ticket-passenger__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-wws-reserve-ticket-passenger--open .be-wws-reserve-ticket-passenger__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-wws-reserve-ticket-boarding-class {
  width: 100%;
}

.be-wws-reserve-ticket-boarding-class__button {
  align-items: center;
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;

  display: flex;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-wws-reserve-ticket-boarding-class__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-wws-reserve-ticket-boarding-class--empty .be-wws-reserve-ticket-boarding-class__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-wws-reserve-ticket-boarding-class--open .be-wws-reserve-ticket-boarding-class__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-wws-reserve-ticket-boarding-class-option {
  width: 100%;
}

.be-wws-reserve-ticket-boarding-class-option--hide {
  display: none;
}

.be-wws-reserve-ticket-boarding-class-option__button {
  align-items: center;
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;

  display: flex;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-wws-reserve-ticket-boarding-class-option__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-wws-reserve-ticket-boarding-class-option--empty .be-wws-reserve-ticket-boarding-class-option__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-wws-reserve-ticket-boarding-class-option--open .be-wws-reserve-ticket-boarding-class-option__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-wws-reserve-ticket-promotion-code {
  border-color: var(--color-booking-btn-border);
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: flex;
  height: 60px;
  padding: 0 24px;
  overflow: hidden;
}

.be-wws-reserve-ticket-promotion-code__label {
  align-self: center;
  color: #333;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.2rem;
  font-weight: 600;
}
.be-wws-reserve-ticket-promotion-code--open {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.be-wws-reserve-ticket-promotion-code--invalid {
  border-color: #d91829;
}

.be-wws-reserve-ticket-promotion-code--invalid .be-wws-reserve-ticket-promotion-code__label {
  color: #d91829;
}

.be-wws-reserve-ticket-submit {
  height: 50px;
}

.be-wws-reserve-ticket__multiple-cities {
  text-decoration: underline;
}

a.be-wws-reserve-ticket__multiple-cities{
  font-weight: 600;
}

.be-wws-reserve-ticket__note {
  margin-top: 32px;
  text-align: center;
}

.be-wws-reserve-ticket__note .be-nav__item {
  margin-top: 24px;
}

.be-wws-status-number__row {
  display: flex;
  flex-wrap: wrap;
}

.be-wws-status-number__row + .be-wws-status-number__row {
  margin-top: 24px;
}

.be-wws-status-number__column--flight-number {
  margin-right: 5px;
  width: calc(50% - 5px);
}

.be-wws-status-number__column--request-date {
  margin-left: 5px;
  width: calc(50% - 5px);
}

.be-wws-status-number__column--submit {
  display: flex;
  justify-content: center;
  width: 100%;
}

.be-wws-status-number__column p {
  margin: 0;
}

.be-wws-status-number-flight-number__input {
  border-style: none;
  color: var(--color-booking-primary);
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  font-weight: 600;
  margin-left: 4px;
  padding: 0;
}

.be-wws-status-number-request-date {
  width: 100%;
}

.be-wws-status-number-request-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-wws-status-number-request-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-wws-status-number-request-date__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-wws-status-number-request-date--empty .be-wws-status-number-request-date__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-wws-status-number-request-date--open .be-wws-status-number-request-date__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-wws-status-number-submit {
  height: 50px;
}

.be-wws-status-number__note {
  margin-top: 16px;
}

.be-wws-status-number__note .be-nav__item--bold {
  font-weight: 600;
}

.be-wws-status-route__row {
  display: flex;
  flex-wrap: wrap;
}

.be-wws-status-route__row + .be-wws-status-route__row {
  margin-top: 24px;
}

.be-wws-status-route__column--departure-airport {
  margin-right: 5px;
  width: calc(33.3333333333% - 23.3333333333px);
}

.be-wws-status-route__column--swap-airport {
  align-items: center;

  display: flex;
  justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
  width: 40px;
}

.be-wws-status-route__column--arrival-airport {
  margin-left: 5px;
  margin-right: 5px;
  width: calc(33.3333333333% - 23.3333333333px);
}

.be-wws-status-route__column--request-date {
  margin-left: 5px;
  width: calc(33.3333333333% - 23.3333333333px);
}

.be-wws-status-route__column--submit {
  display: flex;
  justify-content: center;
  width: 100%;
}

.be-wws-status-route__column p {
  margin: 0;
}

.be-wws-status-route-departure-airport {
  width: 100%;
}

.be-wws-status-route-departure-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-wws-status-route-departure-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;

  display: flex;
  align-items: center;
}

.be-wws-status-route-departure-airport--empty .be-wws-status-route-departure-airport__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-wws-status-route-departure-airport--open .be-wws-status-route-departure-airport__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-wws-status-route-swap-airport__button {
  align-items: center;
  background-color: #fff;
  border-color: #949499;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;

  display: flex;
  font-weight: 600;
  height: 40px;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 40px;
}

.be-wws-status-route-swap-airport__button::before {
  content: '';
  font-family: 'asw-icon';
  font-size: 2rem;
}

.be-wws-status-route-arrival-airport {
  width: 100%;
}

.be-wws-status-route-arrival-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-wws-status-route-arrival-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;

  display: flex;
  align-items: center;
}

.be-wws-status-route-arrival-airport__button span::before {
  content: '\e901';
  font-family: 'asw-icon';
  font-size: 22px;
  font-weight: normal;
  margin-right: 3px;
}

.be-wws-status-route-arrival-airport--empty .be-wws-status-route-arrival-airport__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-wws-status-route-arrival-airport--open .be-wws-status-route-arrival-airport__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-wws-status-route-request-date {
  width: 100%;
}

.be-wws-status-route-request-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-wws-status-route-request-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-wws-status-route-request-date__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-wws-status-route-request-date--empty .be-wws-status-route-request-date__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-wws-status-route-request-date--open .be-wws-status-route-request-date__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-wws-status-route-submit {
  height: 50px;
}

.be-wws-status-route__note {
  margin-top: 16px;
}

.be-wws-status-route__note .be-nav__item--bold {
  font-weight: 600;
}

.booking-modal.editmode-disable {
  display: block;
}

.booking-modal:focus {
  z-index: 10000;
}

.booking-modal--fixed {
  position: fixed;
  top: 0;
  width: 100%;
}

.booking-modal--active .booking-modal__container {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  min-height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.booking-modal--scroll {
  overflow-y: auto !important;
}

.booking-modal__fix-safari-scroll-bug {
  border-radius: 20px;
}

.booking-modal__container {
  display: none;
  position: relative;
}

.booking-modal.editmode-disable .booking-modal__container {
  display: block;
}

.booking-modal__inner {
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
}

.booking-modal__content {
  align-items: center;

  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}

.booking-modal__content--default {
  height: 100%;
  max-width: 1104px;
  width: 100%;
}

.booking-modal__content--default .booking-modal__window {
  display: flex;
  flex-flow: column;
  height: auto;
  max-height: calc(100% - 48px);
  width: 100%;
  overflow: auto;
}

.booking-modal__content--default .booking-modal__window:first-child:last-child {
  margin-top: 48px;
}

@keyframes SlideIn {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}

.booking-modal__window:focus {
  outline: none !important;
}

.booking-modal__headline {
  padding-left: 4%;
  padding-right: 4%;
}

.booking-modal__headline > .asw-headline {
  margin-bottom: 0;
  margin-top: 0;
}

.booking-modal__body {
  overflow-y: auto;
  padding-left: 4%;
  padding-right: 4%;
}

.booking-modal__body::after {
  content: '';
  display: block;
}

.booking-modal__body [class^='ANA-']:first-of-type > *:not([class*='asw-top-margin']):first-of-type {
  margin-top: 0;
}

.booking-modal__body [class^='ANA-']:first-of-type > *:not([class*='asw-top-margin']):first-of-type > .asw-image,
.booking-modal__body [class^='ANA-']:first-of-type > *:not([class*='asw-top-margin']):first-of-type > .asw-see-more {
  margin-top: 0;
}

.booking-modal__body [class^='ANA-']:last-of-type > *:not([class*='asw-bottom-margin']):last-of-type {
  margin-bottom: 0;
}

.booking-modal__body [class^='ANA-']:last-of-type > *:not([class*='asw-bottom-margin']):last-of-type > .asw-image {
  margin-bottom: 0;
}

.booking-modal__closeEl--icon {
  display: block;
  font-size: 0;
  height: 48px;
  margin: 8px 0 8px auto;
  padding-top: 48px;
  position: relative;
  width: 48px;
  cursor: pointer;
}
/* 優先度が勝てない... */
#modal-reservation .booking-modal__closeEl--icon:focus-visible {
  outline: 1px dotted #fff !important;
  box-shadow: none !important;
}
.booking-modal__closeEl--icon::before,
.booking-modal__closeEl--icon::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: rotate(45deg);
}

.booking-modal__closeEl--icon::after {
  transform: rotate(-45deg);
}

.booking-modal .asw-button--sm {
  flex-grow: 1;
  width: 225px;
}

.booking-fixed-bottomnav {
  bottom: 0 !important;
}

/* ----------------------------------------
  SP Size
---------------------------------------- */
@media screen and (max-width: 768px) {
  .booking-modal__content--default .booking-modal__window {
    background: #fff;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .be-checkbox-list {
    padding-left: 24px;
    padding-right: 24px;
  }
  .be-biz-domestic-confirm__list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .be-biz-domestic-confirm__item {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }
  .be-domestic-confirm-flight__list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .be-domestic-confirm-flight__item {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }
  .be-domestic-confirm-flight .be-accordion__control {
    padding-left: 16px;
  }
  .be-domestic-confirm-tour__list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .be-domestic-confirm-tour__item {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }
  .be-domestic-confirm-tour .be-accordion__control {
    padding-left: 16px;
  }
  .be-domestic-reserve-award__list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .be-domestic-reserve-award__item {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }
  .be-domestic-reserve-car__column--right {
    padding-top: 24px;
  }
  .be-domestic-reserve-golf__column--right {
    padding-top: 48px;
  }
  .be-domestic-reserve-hotel__column--place {
    padding-top: 24px;
  }
  .be-domestic-reserve-hotel__column--passenger {
    padding-top: 24px;
  }
  .be-domestic-reserve-international-hotel__column--right {
    padding-top: 24px;
  }
  .be-domestic-reserve-ticket-and-stay__column--checkin-checkout {
    padding-top: 24px;
  }
  .be-overseas-tour__list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .be-overseas-tour__item {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }
  [class*='membership-number__amc'] a {
    font-size: calc(2em / 1.4);
  }
  .be-overseas-confirm-reservation-number__column--given-name {
    padding-top: 24px;
  }
  .be-overseas-confirm-reservation-number__column--family-name {
    padding-top: 24px;
  }
  .be-overseas-confirm-ticket-number__column--given-name {
    padding-top: 24px;
  }
  .be-overseas-confirm-ticket-number__column--family-name {
    padding-top: 24px;
  }
  .be-overseas-reserve-award__list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .be-overseas-reserve-award__item {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }
  .be-overseas-reserve-hotel-and-option__column--plan {
    padding-top: 24px;
  }
  .be-overseas-reserve-hotel-and-option__column--use-date {
    padding-top: 24px;
  }
  .be-overseas-reserve-hotel__column--right {
    padding-top: 24px;
  }
  .be-overseas-reserve-tour__list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .be-overseas-reserve-tour__item {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }
  .be-biz-primary-tab__panel {
    padding-left: 31px;
    padding-right: 31px;
  }
  .be-date-select {
    padding-left: 24px;
    padding-right: 24px;
  }
  .be-date-select__body {
    flex-direction: column;
  }
  .be-boarding-date {
    padding-left: 24px;
    padding-right: 24px;
  }
  .be-boarding-date__body,
  .be-boarding-date__frame{
    flex-direction: column;
  }
  .be-boarding-date__frame{
    width:100%;
  }
  .be-primary-tab__panel,
  .be-wws-primary-tab {
    padding: 24px 32px;
  }
  .be-wws-checkin-membership-number__amc a {
    font-size: 2rem;
  }
  .be-wws-reserve-award__list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .be-wws-reserve-award__item {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }
  .be-wws-reserve-hotel__column--right {
    padding-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .be-dialog {
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    max-height: 500px;
    opacity: 0;
  }
  .be-dialog--show {
    opacity: 1;
  }
  .be-dialog__header {
    border-bottom: 1px solid #949499;
    padding-bottom: 8px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 12px;
  }
  .be-primary-tab {
    flex-direction: row;
  }
  .be-primary-tab__tablist {
    flex-direction: column;
  }
  .be-primary-tab__item {
    flex-direction: column;
    font-size: calc(1.2em / 1.4);
    height: 96px;
    width: 97px;
  }
  .be-primary-tab__item:first-child {
    border-top-left-radius: 10px;
  }
  .be-primary-tab__item:last-child {
    border-bottom-left-radius: 10px;
  }
  .be-primary-tab__item--domestic::before {
    font-size: calc(3.2em / 1.4);
  }
  .be-primary-tab__item--overseas::before {
    font-size: calc(2.6em / 1.4);
  }
  .be-primary-tab__item[aria-selected='true'] {
    background: linear-gradient(90deg, var(--color-booking-primary) 6px, #fff 0);
    box-shadow: rgba(0, 0, 0, 0.2) 5px 7px 7px -7px, rgba(0, 0, 0, 0.2) -7px 7px 7px -7px;
    position: relative;
    width: 75px;
  }
  .be-primary-tab__item[aria-selected='true']::after {
    background-color: #fff;
    content: '';
    display: block;
    height: 100%;
    left: 100%;
    position: absolute;
    top: 0;
    width: 10px;
  }
  .be-primary-tab__item[aria-selected='false'] {
    margin-left: auto;
    width: 60px;
  }
  .be-secondary-tab__panel {
    padding-top: 28px;
  }
  .be-biz-primary-tab {
    flex-direction: row;
  }
  .be-biz-primary-tab__tablist {
    flex-direction: column;
  }
  .be-biz-primary-tab__item {
    flex-direction: column;
    font-size: 1.2rem;
    height: 96px;
    width: 97px;
  }
  .be-biz-primary-tab__item:first-child {
    border-top-left-radius: 10px;
  }
  .be-biz-primary-tab__item:last-child {
    border-bottom-left-radius: 10px;
  }
  .be-biz-primary-tab__item::before {
    height: 36px;
    margin-bottom: 3px;
    width: 36px;
  }
  .be-biz-primary-tab__item--domestic::before {
    font-size: 3.2rem;
  }
  .be-biz-primary-tab__item--overseas::before {
    font-size: 2.6rem;
  }
  .be-biz-primary-tab__item[aria-selected='true'] {
    background: linear-gradient(90deg, var(--color-booking-primary) 7px, #fff 0);
    box-shadow: rgba(0, 0, 0, 0.2) 5px 7px 7px -7px, rgba(0, 0, 0, 0.2) -7px 7px 7px -7px;
    position: relative;
    width: 75px;
  }
  .be-biz-primary-tab__item[aria-selected='true']::after {
    background-color: #fff;
    content: '';
    display: block;
    height: 100%;
    left: 100%;
    position: absolute;
    top: 0;
    width: 10px;
  }
  .be-biz-primary-tab__item[aria-selected='false'] {
    margin-left: auto;
    width: 60px;
  }
  .be-biz-secondary-tab__panel {
    padding-top: 28px;
  }
  .be-calendar-month__cell--start.be-calendar-month__cell--interval:first-child {
    background: linear-gradient(to right, transparent 0, transparent 22.5px, #ededed 22.5px);
  }
  .be-calendar-month__cell--start.be-calendar-month__cell--interval:last-child {
    background: linear-gradient(to left, #ededed 0, #ededed 22.5px, transparent 22.5px);
  }
  .be-calendar-month__cell--end.be-calendar-month__cell--interval:first-child {
    background: linear-gradient(to right, #ededed 0, #ededed 22.5px, transparent 22.5px);
  }
  .be-calendar-month__cell--end.be-calendar-month__cell--interval:last-child {
    background: linear-gradient(to left, transparent 0, transparent 22.5px, #ededed 22.5px);
  }
  .be-calendar--small
    .be-calendar-month__cell--start.be-calendar--small
    .be-calendar-month__cell--interval:first-child {
    background: linear-gradient(to right, transparent 0, transparent 17.5px, #ededed 17.5px);
  }
  .be-calendar--small .be-calendar-month__cell--start.be-calendar--small .be-calendar-month__cell--interval:last-child {
    background: linear-gradient(to left, #ededed 0, #ededed 17.5px, transparent 17.5px);
  }
  .be-calendar--small
    .be-calendar-month__cell--start.be-calendar--small
    .be-calendar-month__cell--interval--end.be-calendar--small
    .be-calendar-month__cell--start.be-calendar--small
    .be-calendar-month__cell--interval--interval:first-child {
    background: linear-gradient(to right, #ededed 0, #ededed 17.5px, transparent 17.5px);
  }
  .be-calendar--small
    .be-calendar-month__cell--start.be-calendar--small
    .be-calendar-month__cell--interval--end.be-calendar--small
    .be-calendar-month__cell--start.be-calendar--small
    .be-calendar-month__cell--interval--interval:last-child {
    background: linear-gradient(to left, transparent 0, transparent 17.5px, #ededed 17.5px);
  }
  .be-wws-primary-tab__panel {
    padding-top: 28px;
  }
  .booking-modal--active.booking-modal--scrollable-body .booking-modal__container {
    position: absolute;
  }
  .booking-modal--active.booking-modal--scrollable-body .booking-modal__container .booking-modal__content {
    justify-content: start;
    padding-bottom: 0;
  }
  .booking-modal__content {
    justify-content: center;
    padding-bottom: 64px;
    padding-top: 24px;
  }
  .booking-modal__content--medium {
    max-width: 576px;
    width: 100%;
  }
  .booking-modal__content--small {
    max-width: 432px;
    width: 100%;
  }
  .booking-modal__content--fixed-top {
    justify-content: start;
    padding-top: 0;
  }
  .booking-modal__window--hasMaxWidth {
    margin-left: 4vw;
    margin-right: 4vw;
    max-width: 92vw;
  }
  .booking-modal__headline {
    padding-top: 48px;
  }
  .booking-modal__body::after {
    padding-bottom: 48px;
  }
  .booking-modal__body:first-child {
    margin-top: 48px;
  }
  .booking-modal__body:not(:first-child) {
    margin-top: 32px;
  }
  .booking-modal__body [class^='ANA-']:first-of-type > .asw-text-link--horizontal:not([class*='asw-top-margin']) {
    margin-top: -16px;
  }
  .booking-modal .asw-button--sm {
    margin-bottom: 0;
    margin-left: auto;
    margin-top: 0;
    max-width: 240px;
  }
  .booking-modal .asw-button--sm > .asw-button__inner > .asw-button__item > .asw-button__link {
    padding-bottom: 14px;
    padding-top: 14px;
  }
  /* 時間指定の際にタブレットで表示が崩れるものを修正　前方一致で特定のIDの子要素のみに最小幅を与える */
  [id^="be-domestic-reserve-ticket-departure-from-direct-flight-from-time-dialog-"] > .be-dialog,
  [id^="be-domestic-reserve-ticket-departure-from-direct-flight-to-time-dialog-"] > .be-dialog, 
  [id^="be-domestic-reserve-ticket-departure-to-direct-flight-from-time-dialog-"] > .be-dialog,
  [id^="be-domestic-reserve-ticket-arrival-to-direct-flight-to-time-dialog-"] > .be-dialog {
    min-width: 170px;
  }
}

@media screen and (min-width: 1025px) {
  .be-biz-domestic-reserve-ticket__column--submit {
    justify-content: flex-end;
  }
  .be-biz-domestic-status-number__column--submit {
    justify-content: flex-end;
  }
  .be-biz-domestic-status-route__column--submit {
    justify-content: flex-end;
  }
  .be-domestic-reserve-car__column--submit {
    justify-content: flex-end;
  }
  .be-domestic-reserve-golf__column--submit {
    justify-content: flex-end;
  }
  .be-domestic-reserve-ticket-and-stay__column--submit {
    justify-content: flex-end;
  }
  .be-domestic-reserve-ticket__column--submit {
    justify-content: flex-end;
  }
  .be-domestic-status-number__column--submit {
    justify-content: flex-end;
  }
  .be-domestic-status-route__column--submit {
    justify-content: flex-end;
  }
  .be-overseas-checkin-membership-number__amc {
    text-align: right;
  }
  .be-overseas-checkin-reservation-number__contents {
    flex-direction: row;
  }
  .be-overseas-checkin-reservation-number__content--link {
    align-items: flex-start;
    border-bottom: none;
    border-right: 1px solid #949499;
    padding-bottom: 0;
    padding-right: 24px;
  }
  .be-overseas-checkin-reservation-number__content--form {
    flex-basis: 0%;
    flex-grow: 1;
    flex-shrink: 1;
    padding-left: 24px;
    padding-top: 0;
  }
  .be-overseas-checkin-reservation-number__column--note {
    width: 50%;
  }
  .be-overseas-checkin-ticket-number__contents {
    flex-direction: row;
  }
  .be-overseas-checkin-ticket-number__content--link {
    align-items: flex-start;
    border-bottom: none;
    border-right: 1px solid #949499;
    padding-bottom: 0;
    padding-right: 24px;
  }
  .be-overseas-checkin-ticket-number__content--form {
    flex-basis: 0%;
    flex-grow: 1;
    flex-shrink: 1;
    padding-left: 24px;
    padding-top: 0;
  }
  .be-overseas-checkin-ticket-number--loggedin .be-overseas-checkin-ticket-number__column--ticket-number {
    width: 100%;
  }
  .be-overseas-checkin-ticket-number--loggedin .be-overseas-checkin-ticket-number__column--given-name {
    width: 50%;
  }
  .be-overseas-checkin-ticket-number--loggedin .be-overseas-checkin-ticket-number__column--family-name {
    width: 50%;
  }
  .be-overseas-confirm-membership-number__amc {
    text-align: right;
  }
  .be-overseas-confirm-reservation-number__contents {
    flex-direction: row;
  }
  .be-overseas-confirm-reservation-number__content--form {
    flex-basis: 0%;
    flex-grow: 1;
    flex-shrink: 1;
  }
  .be-overseas-confirm-reservation-number--loggedin
    .be-overseas-confirm-reservation-number__column--reservation-number {
    width: 100%;
  }
  .be-overseas-confirm-reservation-number--loggedin .be-overseas-confirm-reservation-number__column--given-name {
    padding-top: 24px;
    width: 50%;
  }
  .be-overseas-confirm-reservation-number--loggedin .be-overseas-confirm-reservation-number__column--family-name {
    padding-top: 24px;
    width: 50%;
  }
  .be-overseas-confirm-reservation-number--loggedin .be-overseas-confirm-reservation-number__content--link {
    border-bottom: none;
    border-right: 1px solid #949499;
    justify-content: flex-start;
    padding-bottom: 0;
    padding-right: 24px;
  }
  .be-overseas-confirm-reservation-number--loggedin .be-overseas-confirm-reservation-number__content--form {
    padding-left: 24px;
    padding-top: 0;
  }
  .be-overseas-confirm-ticket-number__contents {
    flex-direction: row;
  }
  .be-overseas-confirm-ticket-number__content--form {
    flex-basis: 0%;
    flex-grow: 1;
    flex-shrink: 1;
  }
  .be-overseas-confirm-ticket-number--loggedin .be-overseas-confirm-ticket-number__column--ticket-number {
    width: 100%;
  }
  .be-overseas-confirm-ticket-number--loggedin .be-overseas-confirm-ticket-number__column--given-name {
    padding-top: 24px;
    width: 50%;
  }
  .be-overseas-confirm-ticket-number--loggedin .be-overseas-confirm-ticket-number__column--family-name {
    padding-top: 24px;
    width: 50%;
  }
  .be-overseas-confirm-ticket-number--loggedin .be-overseas-confirm-ticket-number__content--link {
    border-bottom: none;
    border-right: 1px solid #949499;
    justify-content: flex-start;
    padding-bottom: 0;
    padding-right: 24px;
  }
  .be-overseas-confirm-ticket-number--loggedin .be-overseas-confirm-ticket-number__content--form {
    padding-left: 24px;
    padding-top: 0;
  }
  .be-overseas-reserve-ticket-and-stay__column--submit {
    justify-content: flex-end;
  }
  .be-overseas-reserve-ticket__column--submit {
    justify-content: flex-end;
  }
  .be-overseas-reserve-ticket__note {
    text-align: left;
  }
  .be-overseas-reserve-tour__note {
    text-align: left;
  }
  .be-overseas-status-number__column--submit {
    justify-content: flex-end;
  }
  .be-overseas-status-route__column--submit {
    justify-content: flex-end;
  }
  .be-calendar {
    width: 356px;
  }
  .be-calendar--small {
    width: 265px;
  }
  .be-date-select__body {
    justify-content: space-between;
  }
  .be-boarding-date__body {
    justify-content: space-between;
  }
  .be-wws-checkin-membership-number__column--note {
    padding-top: 8px;
  }
  .be-wws-checkin-membership-number__amc {
    text-align: right;
  }
  .be-wws-checkin-reservation-number__contents {
    flex-direction: row;
  }
  .be-wws-checkin-reservation-number__content--link {
    align-items: flex-start;
    border-bottom: none;
    border-right: 1px solid #949499;
    padding-bottom: 0;
    padding-right: 24px;
  }
  .be-wws-checkin-reservation-number__content--form {
    flex-basis: 0%;
    flex-grow: 1;
    flex-shrink: 1;
    padding-left: 24px;
    padding-top: 0;
  }
  .be-wws-checkin-reservation-number__column--note {
    width: 50%;
  }
  .be-wws-checkin-ticket-number__contents {
    flex-direction: row;
  }
  .be-wws-checkin-ticket-number__content--link {
    align-items: flex-start;
    border-bottom: none;
    border-right: 1px solid #949499;
    padding-bottom: 0;
    padding-right: 24px;
  }
  .be-wws-checkin-ticket-number__content--form {
    flex-basis: 0%;
    flex-grow: 1;
    flex-shrink: 1;
    padding-left: 24px;
    padding-top: 0;
  }
  .be-wws-checkin-ticket-number--loggedin .be-wws-checkin-ticket-number__column--ticket-number {
    width: 100%;
  }
  .be-wws-checkin-ticket-number--loggedin .be-wws-checkin-ticket-number__column--given-name {
    width: 50%;
  }
  .be-wws-checkin-ticket-number--loggedin .be-wws-checkin-ticket-number__column--family-name {
    width: 50%;
  }
  .be-wws-confirm-membership-number__column--note {
    padding-top: 8px;
  }
  .be-wws-confirm-reservation-number__contents {
    flex-direction: row;
  }
  .be-wws-confirm-reservation-number__content--link {
    align-items: flex-start;
    border-bottom: none;
    border-right: 1px solid #949499;
    padding-bottom: 0;
    padding-right: 24px;
  }
  .be-wws-confirm-reservation-number__content--form {
    flex-basis: 0%;
    flex-grow: 1;
    flex-shrink: 1;
  }
  .be-wws-confirm-reservation-number__row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .be-wws-confirm-reservation-number__column--reservation-number {
    padding-left: 5px;
    padding-right: 5px;
    width: 33.33333333%;
  }
  .be-wws-confirm-reservation-number__column--given-name {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
    width: 33.33333333%;
  }
  .be-wws-confirm-reservation-number__column--family-name {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
    width: 33.33333333%;
  }
  .be-wws-confirm-reservation-number__column--submit {
    padding-left: 5px;
    padding-right: 5px;
  }
  .be-wws-confirm-reservation-number--loggedin .be-wws-confirm-reservation-number__content--form {
    padding-left: 24px;
    padding-top: 0;
  }
  .be-wws-confirm-reservation-number--loggedin .be-wws-confirm-reservation-number__column--reservation-number {
    width: 100%;
  }
  .be-wws-confirm-reservation-number--loggedin .be-wws-confirm-reservation-number__column--given-name {
    padding-top: 24px;
    width: 50%;
  }
  .be-wws-confirm-reservation-number--loggedin .be-wws-confirm-reservation-number__column--family-name {
    padding-top: 24px;
    width: 50%;
  }
  .be-wws-confirm-ticket-number__contents {
    flex-direction: row;
  }
  .be-wws-confirm-ticket-number__content--link {
    align-items: flex-start;
    border-bottom: none;
    border-right: 1px solid #949499;
    padding-bottom: 0;
    padding-right: 24px;
  }
  .be-wws-confirm-ticket-number__content--form {
    flex-basis: 0%;
    flex-grow: 1;
    flex-shrink: 1;
  }
  .be-wws-confirm-ticket-number__row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .be-wws-confirm-ticket-number__column--ticket-number {
    padding-left: 5px;
    padding-right: 5px;
    width: 33.33333333%;
  }
  .be-wws-confirm-ticket-number__column--given-name {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
    width: 33.33333333%;
  }
  .be-wws-confirm-ticket-number__column--family-name {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
    width: 33.33333333%;
  }
  .be-wws-confirm-ticket-number__column--submit {
    padding-left: 5px;
    padding-right: 5px;
  }
  .be-wws-confirm-ticket-number--loggedin .be-wws-confirm-ticket-number__content--form {
    padding-left: 24px;
    padding-top: 0;
  }
  .be-wws-confirm-ticket-number--loggedin .be-wws-confirm-ticket-number__column--ticket-number {
    width: 100%;
  }
  .be-wws-confirm-ticket-number--loggedin .be-wws-confirm-ticket-number__column--given-name {
    padding-top: 24px;
    width: 50%;
  }
  .be-wws-confirm-ticket-number--loggedin .be-wws-confirm-ticket-number__column--family-name {
    padding-top: 24px;
    width: 50%;
  }
  .be-wws-reserve-ticket__column--submit {
    justify-content: flex-end;
  }
  .be-wws-reserve-ticket__note {
    text-align: left;
  }
  .be-wws-status-number__column--submit {
    justify-content: flex-end;
  }
  .be-wws-status-route__column--submit {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  button[class^='be-domestic'],
  button[class^='be-overseas'],
  .be-wws-secondary-tab__panel button[class^='be-wws'] {
    height: 38px;
    padding: 0 16px;
  }

  button[class*='reserve-ticket-departure-airport__button'],
  button[class*='reserve-ticket-arrival-airport__button'],
  button[class*='reserve-ticket-boarding-date__button'],
  button[class*='reserve-ticket-passenger__button'] {
    height: 54px !important;
  }

  .ANA-3009 .asw-container--top-be-module {
    transform: translateY(0px);
  }
  .be-checkbox-list {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0;
    width: 100%;
  }
  .be-checkbox-list__body {
    display: flex;
    flex-basis: 0%;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
  }
  .be-dialog {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    bottom: -100%;
    height: calc(100% - 46px);
    left: 0;
    width: 100%;
  }
  .be-dialog--show {
    bottom: 0;
  }
  .be-dialog-container {
    height: 100%;
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
  .be-dialog-background {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
  }
  .be-dialog__header {
    padding-bottom: 24px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 24px;
  }
  .be-dialog__body {
    flex-basis: 0%;
    flex-grow: 1;
    flex-shrink: 1;
  }
  .be-dialog__footer {
    border-top: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  }
  .be-dialog__footer-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .be-dialog__footer-inner:empty {
    height: 0;
    padding: 0px;
  }
  .be-dialog__footer-notification {
    padding-left: 15px;
    padding-right: 15px;
  }
  .be-dialog__title {
    font-size: 2rem;
  }
  .be-dialog__close-button {
    height: 30px;
    position: absolute !important;
    right: 8px;
    top: -38px;
    width: 30px;
  }
  .be-dialog__close-button::after {
    color: #fff;
    font-size: 2.5rem;
  }
  .be-dialog__button {
    border-radius: 18.5px;
    height: 37px;
  }
  .be-nav {
    flex-direction: column;
  }
  .be-nav__item {
    margin-right: 0;
  }
  .be-primary-tab {
    flex-direction: column;
  }
  .be-primary-tab__tablist {
    align-self: stretch;
  }
  .be-primary-tab__item {
    width: 100%;
    height: 60px;
    font-size: calc(1.6em / 1.4);
  }
  .be-primary-tab__item:first-child {
    border-top-left-radius: 10px;
  }
  .be-primary-tab__item:last-child {
    border-top-right-radius: 10px;
  }
  .be-primary-tab__item--domestic::before {
    font-size: calc(2.1em / 1.4);
  }
  .be-primary-tab__item--overseas::before {
    font-size: calc(1.7em / 1.4);
  }
  .be-primary-tab__item[aria-selected='true'] {
    background: linear-gradient(180deg, var(--color-booking-primary) 5px, #fff 0);
    box-shadow: rgba(0, 0, 0, 0.3) -3px -3px 7px -3px;
  }
  .be-primary-tab__item[aria-selected='false'] {
    box-shadow: inset rgba(0, 0, 0, 0.3) 0px -6px 7px -6px;
    height: 42px;
    margin-top: auto;
  }
  .be-primary-tab__panel {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-top-right-radius: 0;
    box-shadow: none;
    padding-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 24px;
    width: 100%;
    overflow: initial;
  }
  .be-secondary-tab__panel {
    padding-top: 20px;
  }

  .be-tertiary-tab__content,
  .be-wws-secondary-tab__content {
    gap: 0 24px;
  }
  .be-secondary-tab__content.no-arrow,
  .be-wws-primary-tab__content.no-arrow,
  .be-tertiary-tab__content.no-arrow,
  .be-wws-secondary-tab__content.no-arrow {
    padding: 0 16px;
  }
  .be-tertiary-tab__panel {
    padding-left: 15px;
    padding-right: 15px;
  }
  .be-biz-domestic-confirm {
    margin-left: 15px;
    margin-right: 15px;
  }
  .be-biz-domestic-confirm__list {
    margin-left: 0;
    margin-right: 0;
  }
  .be-biz-domestic-confirm__item {
    font-size: 1.6rem;
    height: 57px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .be-biz-domestic-confirm__list + .be-accordion {
    margin-top: 16px;
  }
  .be-biz-domestic-confirm .be-nav__item {
    margin-top: 8px;
  }
  .be-biz-domestic-confirm .be-nav__item:first-child {
    margin-top: 16px;
  }
  .be-biz-domestic-reserve-ticket__row + .be-biz-domestic-reserve-ticket__row {
    margin-top: 16px;
  }
  .be-biz-domestic-reserve-ticket__column--departure-airport {
    width: calc(50% - 23px);
  }
  .be-biz-domestic-reserve-ticket__column--swap-airport {
    width: 46px;
  }
  .be-biz-domestic-reserve-ticket__column--arrival-airport {
    width: calc(50% - 23px);
  }
  .be-biz-domestic-reserve-ticket-departure-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-biz-domestic-reserve-ticket-swap-airport__button {
    height: 36px;
    width: 36px;
  }
  .be-biz-domestic-reserve-ticket-swap-airport__button::before {
    font-size: 1.8rem;
  }
  .be-biz-domestic-reserve-ticket-arrival-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-biz-domestic-reserve-ticket-boarding-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-biz-domestic-reserve-ticket-passenger__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-biz-domestic-reserve-ticket-compartment-class__button {
    border-radius: 19px;
    height: 38px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-biz-domestic-reserve-ticket-compartment-class__button::after {
    color: #333;
    content: '';
    font-family: 'asw-icon';

    font-weight: 400;
    margin-left: auto;
    width: 16px;
  }
  .be-biz-domestic-reserve-ticket-search-mode__button {
    border-radius: 19px;
    height: 38px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-biz-domestic-reserve-ticket-search-mode__button::after {
    color: #333;
    content: '';
    font-family: 'asw-icon';

    font-weight: 400;
    margin-left: auto;
    width: 16px;
  }
  .be-biz-domestic-status-number__row + .be-biz-domestic-status-number__row {
    margin-top: 16px;
  }
  .be-biz-domestic-status-number-flight-number {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-biz-domestic-status-number-request-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-biz-domestic-status-number__note {
    margin-top: 24px;
  }
  .be-biz-domestic-status-number__note .be-nav__item {
    margin-top: 8px;
  }
  .be-biz-domestic-status-route__row + .be-biz-domestic-status-route__row {
    margin-top: 16px;
  }
  .be-biz-domestic-status-route__column--departure-airport {
    width: calc(50% - 28px);
  }
  .be-biz-domestic-status-route__column--swap-airport {
    width: 36px;
  }
  .be-biz-domestic-status-route__column--arrival-airport {
    width: calc(50% - 28px);
  }
  .be-biz-domestic-status-route-departure-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-biz-domestic-status-route-swap-airport__button {
    height: 36px;
    width: 36px;
  }
  .be-biz-domestic-status-route-swap-airport__button::before {
    font-size: 1.8rem;
  }
  .be-biz-domestic-status-route-arrival-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-biz-domestic-status-route-request-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-biz-domestic-status-route__note {
    margin-top: 24px;
  }
  .be-biz-domestic-status-route__note .be-nav__item {
    margin-top: 8px;
  }
  .be-biz-domestic-status-route__note {
    margin-top: 24px;
  }
  .be-biz-domestic-status-route__note .be-nav__item {
    margin-top: 8px;
  }
  .be-domestic-confirm-flight__list {
    margin-left: 0;
    margin-right: 0;
  }
  .be-domestic-confirm-flight__item {
    font-size: 1.6rem;
    height: 57px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .be-domestic-confirm-flight__item--accordion {
    min-height: 57px;
  }
  .be-domestic-confirm-flight .be-accordion__label {
    font-size: 1.6rem;
    height: 57px;
  }
  .be-domestic-confirm-flight .be-accordion__control {
    padding-left: 15px;
  }
  .be-domestic-confirm-flight__accordion-list-item {
    font-weight: 400;
    height: 57px;
  }
  .be-domestic-confirm-tour__list {
    margin-left: 0;
    margin-right: 0;
  }
  .be-domestic-confirm-tour__item {
    font-size: 1.6rem;
    min-height: 57px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .be-domestic-confirm-tour__item--accordion {
    min-height: 57px;
  }
  .be-domestic-confirm-tour .be-accordion__label {
    font-size: 1.6rem;
    height: 57px;
  }
  .be-domestic-confirm-tour .be-accordion__control {
    padding-left: 15px;
  }
  .be-domestic-confirm-tour__accordion-list-item {
    font-weight: 400;
    height: 57px;
  }
  .be-domestic-reserve-award__list {
    margin-left: 0;
    margin-right: 0;
  }
  .be-domestic-reserve-award__item {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .be-domestic-reserve-car__row--mt1 {
    margin-top: 16px;
  }
  .be-domestic-reserve-car__column--right {
    padding-top: 16px;
  }
  .be-domestic-reserve-car-from-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-car-from-time__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-car-from-where .be-nav {
    flex-direction: row;
  }
  .be-domestic-reserve-car-from-where .be-nav__item {
    margin-right: 24px;
  }
  .be-domestic-reserve-car-from-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-car-from-pref-city__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-car-to-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-car-to-time__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-car-to-where .be-nav {
    flex-direction: row;
  }
  .be-domestic-reserve-car-to-where .be-nav__item {
    margin-right: 24px;
  }
  .be-domestic-reserve-car-to-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-car-to-pref-city__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-golf__row--mt1 {
    margin-top: 32px;
  }
  .be-domestic-reserve-golf__column--right {
    padding-top: 32px;
  }
  .be-domestic-reserve-golf__column--start-date-from {
    margin: 0px 4px;
  }
  .be-domestic-reserve-golf-start-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-golf-number-of-playing-days__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-golf-pref-city__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-golf-course-name {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-hotel__row + .be-domestic-reserve-hotel__row {
    margin-top: 16px;
  }
  .be-domestic-reserve-hotel__column--place {
    padding-top: 16px;
  }
  .be-domestic-reserve-hotel__column--passenger {
    padding-top: 16px;
  }
  .be-domestic-reserve-hotel__column--condition .be-nav {
    margin-top: 8px;
  }
  .be-domestic-reserve-hotel__column--condition .be-nav__item {
    margin-top: 8px;
  }
  .be-domestic-reserve-hotel-checkin-checkout__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-hotel-place__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-hotel-passenger__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-international-hotel__row + .be-domestic-reserve-international-hotel__row {
    margin-top: 16px;
  }
  .be-domestic-reserve-international-hotel__column--right {
    padding-top: 16px;
  }
  .be-domestic-reserve-international-hotel-loyalty-search-type .be-nav {
    flex-direction: row;
  }
  .be-domestic-reserve-international-hotel-loyalty-search-type .be-nav__item {
    margin-right: 24px;
  }
  .be-domestic-reserve-international-hotel-city__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-international-hotel-checkin-checkout__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-international-hotel-occupancy__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-ticket-and-stay__stay {
    margin-top: 24px;
  }
  .be-domestic-reserve-ticket-and-stay__row + .be-domestic-reserve-ticket-and-stay__row {
    margin-top: 16px;
  }
  .be-domestic-reserve-ticket-and-stay__column--boarding-date {
    padding-right: 0;
    width: 100%;
  }
  .be-domestic-reserve-ticket-and-stay__column--passenger {
    padding-left: 0;
    padding-top: 16px;
    width: 100%;
  }
  .be-domestic-reserve-ticket-and-stay__column--checkin-checkout {
    padding-top: 16px;
  }
  .be-domestic-reserve-ticket-and-stay-way-there-departure-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-ticket-and-stay-way-there-arrival-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-ticket-and-stay-way-back-departure-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-ticket-and-stay-way-back-arrival-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-ticket-and-stay-boarding-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-ticket-and-stay-passenger__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-ticket-and-stay-place__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-ticket-and-stay-checkin-checkout__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-ticket-and-stay__form--collapse .be-domestic-reserve-ticket-and-stay__row--optional {
    margin-top: 0;
  }
  .be-domestic-reserve-ticket__row + .be-domestic-reserve-ticket__row {
    margin-top: 16px;
  }
  .be-domestic-reserve-ticket__row + .be-domestic-reserve-ticket__row--optional,
  .be-domestic-reserve-ticket__row + .be-biz-domestic-reserve-ticket__row--optional{
    margin-top: 0;
  }
  .be-domestic-reserve-ticket__column--departure-airport {
    width: calc(50% - 23px);
  }
  .be-domestic-reserve-ticket__column--swap-airport,
  .be-overseas-reserve-ticket__row--swap-airport .be-overseas-reserve-ticket__column--swap-airport,
  .be-wws-reserve-ticket__row--swap-airport .be-wws-reserve-ticket__column--swap-airport {
    width: 46px;
  }
  .be-domestic-reserve-ticket__column--arrival-airport {
    width: calc(50% - 23px);
  }
  .be-domestic-reserve-ticket__column--compartment-class {
    margin-top: 16px;
  }
  .be-domestic-reserve-ticket-departure-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-ticket-swap-airport__button,
  .be-overseas-reserve-ticket__row--swap-airport .be-overseas-reserve-ticket-swap-airport__button,
  .be-wws-reserve-ticket__row--swap-airport .be-wws-reserve-ticket-swap-airport__button {
    height: 36px;
    width: 36px;
  }
  .be-domestic-reserve-ticket-swap-airport__button::before,
  .be-overseas-reserve-ticket__row--swap-airport .be-overseas-reserve-ticket-swap-airport__button::before,
  .be-wws-reserve-ticket__row--swap-airport .be-wws-reserve-ticket-swap-airport__button::before {
    font-size: 1.8rem;
  }
  .be-domestic-reserve-ticket-arrival-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-ticket-boarding-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-ticket-passenger__button,
  .be-domestic-search-calendar-passenger__button,
  .be-biz-domestic-reserve-ticket-passenger__button{
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-ticket-compartment-class__button,
  .be-domestic-search-calendar-compartment-class__button,
  .be-domestic-search-theme-compartment-class__button,
  .be-domestic-search-destination-compartment-class__button{
    border-radius: 19px;
    height: 38px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-ticket-compartment-class__button::after {
    color: #333;
    content: '';
    font-family: 'asw-icon';

    font-weight: 400;
    margin-left: auto;
    width: 16px;
  }
  .be-domestic-reserve-ticket-search-mode__button,
  .be-domestic-search-theme-search-mode__button,
  .be-domestic-search-destination-search-mode__button{
    border-radius: 19px;
    height: 38px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-ticket-search-mode__button::after {
    color: #333;
    content: '';
    font-family: 'asw-icon';

    font-weight: 400;
    margin-left: auto;
    width: 16px;
  }
  .be-domestic-reserve-traffic__row + .be-domestic-reserve-traffic__row {
    margin-top: 16px;
  }
  .be-domestic-reserve-traffic__column--place {
    padding-top: 16px;
  }
  .be-domestic-reserve-traffic__column--purpose {
    padding-top: 16px;
  }
  .be-domestic-reserve-traffic-use-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-traffic-place__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-traffic-purpose__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-status-number__row + .be-domestic-status-number__row {
    margin-top: 16px;
  }
  .be-domestic-status-number-flight-number {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-status-number-request-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-status-number__note {
    margin-top: 24px;
  }
  .be-domestic-status-number__note .be-nav__item {
    margin-top: 8px;
  }
  .be-domestic-status-route__row + .be-domestic-status-route__row {
    margin-top: 16px;
  }
  .be-domestic-status-route__column--departure-airport {
    width: calc(50% - 28px);
  }
  .be-domestic-status-route__column--swap-airport {
    width: 36px;
  }
  .be-domestic-status-route__column--arrival-airport {
    width: calc(50% - 28px);
  }
  .be-domestic-status-route-departure-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-status-route-swap-airport__button {
    height: 36px;
    width: 36px;
  }
  .be-domestic-status-route-swap-airport__button::before {
    font-size: 1.8rem;
  }
  .be-domestic-status-route-arrival-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-status-route-request-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-status-route__note {
    margin-top: 24px;
  }
  .be-domestic-status-route__note .be-nav__item {
    margin-top: 8px;
  }
  .be-domestic-status-route__note {
    margin-top: 24px;
  }
  .be-domestic-status-route__note .be-nav__item {
    margin-top: 8px;
  }
  .be-overseas-tour {
    margin-left: 15px;
    margin-right: 15px;
  }
  .be-overseas-tour__list {
    margin-left: 0;
    margin-right: 0;
  }
  .be-overseas-tour__item {
    font-size: 1.6rem;
    height: 57px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .be-overseas-tour__list + .be-accordion {
    margin-top: 16px;
  }
  .be-overseas-tour .be-nav__item {
    margin-top: 8px;
  }
  .be-overseas-tour .be-nav__item:first-child {
    margin-top: 16px;
  }
  .be-overseas-checkin-membership-number__content--link .be-nav__item {
    margin-top: 8px;
  }
  .be-overseas-checkin-membership-number__row--action {
    margin-top: 24px;
  }
  .be-overseas-checkin-membership-number__column--membership-number {
    padding-right: 0;
    width: 100%;
  }
  .be-overseas-checkin-membership-number__column--password {
    padding-left: 0;
    padding-top: 16px;
    width: 100%;
  }
  .be-overseas-checkin-membership-number-membership-number {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-checkin-membership-number-password {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-checkin-membership-number__note {
    padding-top: 16px;
  }
  .be-overseas-checkin-membership-number__note .be-accordion .be-nav__item + .be-nav__item {
    margin-top: 8px;
  }
  .be-overseas-checkin-reservation-number__content--link .be-nav__item {
    margin-top: 8px;
  }
  .be-overseas-checkin-reservation-number__row + .be-overseas-checkin-reservation-number__row {
    margin-top: 16px;
  }
  .be-overseas-checkin-reservation-number__column--given-name {
    padding-right: 0;
    width: 100%;
  }
  .be-overseas-checkin-reservation-number__column--family-name {
    padding-left: 0;
    padding-top: 16px;
    width: 100%;
  }
  .be-overseas-checkin-reservation-number-reservation-number {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-checkin-reservation-number-given-name {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-checkin-reservation-number-family-name {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-checkin-ticket-number__content--link .be-nav__item {
    margin-top: 8px;
  }
  .be-overseas-checkin-ticket-number__row + .be-overseas-checkin-ticket-number__row {
    margin-top: 16px;
  }
  .be-overseas-checkin-ticket-number__column--given-name {
    padding-right: 0;
    width: 100%;
  }
  .be-overseas-checkin-ticket-number__column--family-name {
    padding-left: 0;
    padding-top: 16px;
    width: 100%;
  }
  .be-overseas-checkin-ticket-number-ticket-number {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-checkin-ticket-number-given-name {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-checkin-ticket-number-family-name {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-checkin-ticket-number__note {
    padding-top: 16px;
  }
  .be-overseas-checkin-ticket-number__note .be-accordion .be-nav__item + .be-nav__item {
    margin-top: 8px;
  }
  .be-overseas-confirm-membership-number__row--note {
    margin-top: 0;
  }
  .be-overseas-confirm-membership-number__row--action {
    margin-top: 8px;
  }
  .be-overseas-confirm-membership-number__column--membership-number {
    padding-right: 0;
    width: 100%;
  }
  .be-overseas-confirm-membership-number__column--password {
    padding-left: 0;
    padding-top: 16px;
    width: 100%;
  }
  .be-overseas-confirm-membership-number-membership-number {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-confirm-membership-number-password {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-confirm-membership-number__note {
    padding-top: 16px;
  }
  .be-overseas-confirm-membership-number__note .be-accordion .be-nav__item + .be-nav__item {
    margin-top: 8px;
  }
  .be-overseas-confirm-reservation-number__row + .be-overseas-confirm-reservation-number__row {
    margin-top: 16px;
  }
  .be-overseas-confirm-reservation-number__column--given-name {
    padding-top: 16px;
  }
  .be-overseas-confirm-reservation-number__column--family-name {
    padding-top: 16px;
  }
  .be-overseas-confirm-reservation-number-reservation-number {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-confirm-reservation-number-given-name {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-confirm-reservation-number-family-name {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-confirm-reservation-number__note {
    padding-top: 16px;
  }
  .be-overseas-confirm-reservation-number__note .be-accordion .be-nav__item + .be-nav__item {
    margin-top: 8px;
  }
  .be-overseas-confirm-ticket-number__row + .be-overseas-confirm-ticket-number__row {
    margin-top: 16px;
  }
  .be-overseas-confirm-ticket-number__column--given-name {
    padding-top: 16px;
  }
  .be-overseas-confirm-ticket-number__column--family-name {
    padding-top: 16px;
  }
  .be-overseas-confirm-ticket-number-ticket-number {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-confirm-ticket-number-given-name {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-confirm-ticket-number-family-name {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-confirm-ticket-number__note {
    padding-top: 16px;
  }
  .be-overseas-confirm-ticket-number__note .be-accordion .be-nav__item + .be-nav__item {
    margin-top: 8px;
  }
  .be-overseas-reserve-award__list {
    margin-left: 0;
    margin-right: 0;
  }
  .be-overseas-reserve-award__item {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .be-overseas-reserve-hotel-and-option__row + .be-overseas-reserve-hotel-and-option__row {
    margin-top: 16px;
  }
  .be-overseas-reserve-hotel-and-option__column--plan {
    padding-top: 16px;
  }
  .be-overseas-reserve-hotel-and-option__column--use-date {
    padding-top: 16px;
  }
  .be-overseas-reserve-hotel-and-option-destination__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-reserve-hotel-and-option-plan__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-reserve-hotel-and-option-use-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-reserve-hotel-and-option__note {
    margin-top: 24px;
  }
  .be-overseas-reserve-hotel__row + .be-overseas-reserve-hotel__row {
    margin-top: 16px;
  }
  .be-overseas-reserve-hotel__column--right {
    padding-top: 16px;
  }
  .be-overseas-reserve-hotel-loyalty-search-type .be-nav {
    flex-direction: row;
  }
  .be-overseas-reserve-hotel-loyalty-search-type .be-nav__item {
    margin-right: 24px;
  }
  .be-overseas-reserve-hotel-city__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-reserve-hotel-checkin-checkout__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-reserve-hotel-occupancy__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-reserve-ticket-and-stay__stay {
    margin-top: 24px;
  }
  .be-overseas-reserve-ticket-and-stay__row + .be-overseas-reserve-ticket-and-stay__row {
    margin-top: 16px;
  }
  .be-overseas-reserve-ticket-and-stay__stay + .be-overseas-reserve-ticket-and-stay__row {
    margin-top: 16px;
  }
  .be-overseas-reserve-ticket-and-stay__column--number-of-rooms {
    padding-right: 0;
    width: 100%;
  }
  .be-overseas-reserve-ticket-and-stay__column--passenger {
    margin-top: 16px;
    padding-left: 0;
    width: 100%;
  }
  .be-overseas-reserve-ticket-and-stay-departure-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-reserve-ticket-and-stay-arrival-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-reserve-ticket-and-stay-boarding-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-reserve-ticket-and-stay-cabin-class__button {
    border-radius: 19px;
    height: 38px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-reserve-ticket-and-stay-cabin-class__button::after {
    color: #333;
    content: '';
    font-family: 'asw-icon';

    font-weight: 400;
    margin-left: auto;
    width: 16px;
  }
  .be-overseas-reserve-ticket-and-stay-number-of-rooms__button {
    border-radius: 19px;
    height: 38px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-reserve-ticket-and-stay-number-of-rooms__button::after {
    color: #333;
    content: '';
    font-family: 'asw-icon';

    font-weight: 400;
    margin-left: auto;
    width: 16px;
  }
  .be-overseas-reserve-ticket-and-stay-passenger__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-reserve-ticket-and-stay__form--collapse .be-overseas-reserve-ticket-and-stay__row--optional {
    margin-top: 0;
  }
  .be-overseas-reserve-ticket__row + .be-overseas-reserve-ticket__row {
    margin-top: 16px;
  }
  .be-overseas-reserve-ticket__row--optional + .be-overseas-reserve-ticket__row {
    margin-top: 0;
  }
  .be-overseas-reserve-ticket__column--comparison-search-type {
    margin-top: 16px;
  }
  .be-overseas-reserve-ticket-departure-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-reserve-ticket-arrival-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-reserve-ticket-boarding-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-reserve-ticket-passenger__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-reserve-ticket-boarding-class__button {
    border-radius: 19px;
    height: 38px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-reserve-ticket-boarding-class__button::after {
    color: #333;
    content: '';
    font-family: 'asw-icon';

    font-weight: 400;
    margin-left: auto;
    width: 16px;
  }
  .be-overseas-reserve-ticket-boarding-class-option__button {
    border-radius: 19px;
    height: 38px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-reserve-ticket-boarding-class-option__button::after {
    color: #333;
    content: '';
    font-family: 'asw-icon';

    font-weight: 400;
    margin-left: auto;
    width: 16px;
  }
  .be-overseas-reserve-ticket__form--collapse .be-overseas-reserve-ticket__row--optional {
    margin-top: 0;
  }
  .be-overseas-reserve-ticket__note {
    margin-top: 16px;
  }
  .be-overseas-reserve-ticket__note .be-nav {
    margin-top: 24px;
    text-align: left;
  }
  .be-overseas-reserve-ticket__note .be-nav__item {
    margin-top: 8px;
  }
  .be-overseas-reserve-tour__list {
    margin-left: 0;
    margin-right: 0;
  }
  .be-overseas-reserve-tour__item {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .be-overseas-reserve-tour__note {
    margin-top: 16px;
  }
  .be-overseas-reserve-tour__note .be-nav {
    margin-top: 24px;
    text-align: left;
  }
  .be-overseas-reserve-tour__note .be-nav__item {
    margin-top: 8px;
  }
  .be-overseas-status-number__row + .be-overseas-status-number__row {
    margin-top: 16px;
  }
  .be-overseas-status-number-flight-number {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-status-number-request-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-status-number__note {
    margin-top: 24px;
  }
  .be-overseas-status-number__note .be-nav__item {
    margin-top: 8px;
  }
  .be-overseas-status-route__row + .be-overseas-status-route__row {
    margin-top: 16px;
  }
  .be-overseas-status-route__column--departure-airport {
    width: calc(50% - 28px);
  }
  .be-overseas-status-route__column--swap-airport {
    width: 36px;
  }
  .be-overseas-status-route__column--arrival-airport {
    width: calc(50% - 28px);
  }
  .be-overseas-status-route-departure-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-status-route-swap-airport__button {
    height: 36px;
    width: 36px;
  }
  .be-overseas-status-route-swap-airport__button::before {
    font-size: 1.8rem;
  }
  .be-overseas-status-route-arrival-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-status-route-request-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-status-route__note {
    margin-top: 24px;
  }
  .be-overseas-status-route__note .be-nav__item {
    margin-top: 8px;
  }
  .be-biz-primary-tab {
    flex-direction: column;
  }
  .be-biz-primary-tab__tablist {
    align-self: stretch;
  }
  .be-biz-primary-tab__item {
    flex-basis: 0%;
    flex-direction: row;
    flex-grow: 1;
    flex-shrink: 1;
    font-size: 1.6rem;
    height: 58px;
  }
  .be-biz-primary-tab__item:first-child {
    border-top-left-radius: 10px;
  }
  .be-biz-primary-tab__item:last-child {
    border-top-right-radius: 10px;
  }
  .be-biz-primary-tab__item::before {
    height: 24px;
    margin-right: 4px;
    width: 24px;
  }
  .be-biz-primary-tab__item--domestic::before {
    font-size: 2.1rem;
  }
  .be-biz-primary-tab__item--overseas::before {
    font-size: 1.7rem;
  }
  .be-biz-primary-tab__item[aria-selected='true'] {
    background: linear-gradient(180deg, var(--color-booking-primary) 5px, #fff 0);
    box-shadow: rgba(0, 0, 0, 0.3) -3px -3px 7px -3px;
  }
  .be-biz-primary-tab__item[aria-selected='false'] {
    box-shadow: inset rgba(0, 0, 0, 0.3) 0px -6px 7px -6px;
    height: 42px;
    margin-top: auto;
  }
  .be-biz-primary-tab__panel {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-top-right-radius: 0;
    box-shadow: none;
    padding-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 24px;
    width: 100%;
  }
  .be-biz-secondary-tab__content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .be-biz-secondary-tab__content::after {
    content: '';
    display: block;
    padding-right: 15px;
  }
  .be-biz-secondary-tab__panel {
    padding-top: 20px;
  }
  .be-biz-tertiary-tab__content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .be-biz-tertiary-tab__content::after {
    content: '';
    display: block;
    padding-right: 20px;
  }
  .be-biz-tertiary-tab__item + .be-biz-tertiary-tab__item {
    margin-left: 24px;
  }
  .be-biz-tertiary-tab__panel {
    padding-left: 15px;
    padding-right: 15px;
  }
  .be-calendar ~ .be-calendar {
    margin-top: 32px;
  }
  .be-calendar-month__week-row {
    display: none;
  }
  .be-calendar-month__week-cell-item {
    width: 37px;
  }
  .be-calendar-month__cell {
    flex-basis: 37px;
  }
  .be-calendar-month__cell--start.be-calendar-month__cell--interval:first-child {
    background: linear-gradient(to right, transparent 0, transparent 18.5px, #ededed 18.5px);
  }
  .be-calendar-month__cell--start.be-calendar-month__cell--interval:last-child {
    background: linear-gradient(to left, #ededed 0, #ededed 18.5px, transparent 18.5px);
  }
  .be-calendar-month__cell--end.be-calendar-month__cell--interval:first-child {
    background: linear-gradient(to right, #ededed 0, #ededed 18.5px, transparent 18.5px);
  }
  .be-calendar-month__cell--end.be-calendar-month__cell--interval:last-child {
    background: linear-gradient(to left, transparent 0, transparent 18.5px, #ededed 18.5px);
  }
  .be-calendar-month__cell-button span {
    height: 37px;
    width: 37px;
  }
  .be-date-select {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .be-date-select__header {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
  }
  .be-date-select__body {
    flex-basis: 0%;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    padding-left: 15px;
    padding-right: 15px;
  }
  .be-date-select__values {
    display: block;
  }
  .be-date-select__week-row {
    display: flex;
  }
  .be-date-select__week-cell-item {
    width: 37px;
  }
  .be-list-with-search__searchbox {
    margin-bottom: 24px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 0;
  }
  .be-passenger--overseas-ticket-and-stay .be-passenger__note {
    margin-top: 24px;
  }
  .be-tab__header {
    padding-bottom: 24px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .be-tab__tablist {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .be-airport {
    width: 100%;
  }
  .be-airport__searchbox {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 24px;
  }
  .be-boarding-date {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .be-boarding-date__header {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
  }
  .be-boarding-date__body {
    flex-basis: 0%;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    padding-left: 15px;
    padding-right: 15px;
  }
  .be-boarding-date__values {
    display: block;
  }
  .be-boarding-date__week-row {
    display: flex;
  }
  .be-boarding-date__week-cell-item {
    width: 37px;
  }
  .be-wws-primary-tab {
    border-radius: 20px 20px 0 0;
    padding: 24px 0 0;
  }
  .be-wws-primary-tab__panel {
    padding-top: 20px;
  }
  .be-wws-secondary-tab__panel {
    padding: 24px 16px;
  }
  .be-wws-checkin-membership-number__content--link .be-nav__item {
    margin-top: 8px;
  }
  .be-wws-checkin-membership-number__column--membership-number {
    padding-right: 0;
    width: 100%;
  }
  .be-wws-checkin-membership-number__column--password {
    padding-left: 0;
    padding-top: 16px;
    width: 100%;
  }
  .be-wws-checkin-membership-number__column--note {
    padding-top: 8px;
  }
  .be-wws-checkin-membership-number__column--note .be-nav__item {
    margin-top: 8px;
  }
  .be-wws-checkin-membership-number__column--lasting {
    padding-top: 0;
  }
  .be-wws-checkin-membership-number__column--lasting .be-nav__item {
    margin-top: 8px;
  }
  .be-wws-checkin-membership-number-membership-number {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-checkin-membership-number-password {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-checkin-membership-number__note {
    padding-top: 16px;
  }
  .be-wws-checkin-membership-number__note .be-accordion .be-nav__item + .be-nav__item {
    margin-top: 8px;
  }
  .be-wws-checkin-reservation-number__content--link .be-nav__item {
    margin-top: 8px;
  }
  .be-wws-checkin-reservation-number__row + .be-wws-checkin-reservation-number__row {
    margin-top: 16px;
  }
  .be-wws-checkin-reservation-number__column--given-name {
    padding-right: 0;
    width: 100%;
  }
  .be-wws-checkin-reservation-number__column--family-name {
    padding-left: 0;
    padding-top: 16px;
    width: 100%;
  }
  .be-wws-checkin-reservation-number-reservation-number {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-checkin-reservation-number-given-name {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-checkin-reservation-number-family-name {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-checkin-ticket-number__content--link .be-nav__item {
    margin-top: 8px;
  }
  .be-wws-checkin-ticket-number__row + .be-wws-checkin-ticket-number__row {
    margin-top: 16px;
  }
  .be-wws-checkin-ticket-number__column--given-name {
    padding-right: 0;
    width: 100%;
  }
  .be-wws-checkin-ticket-number__column--family-name {
    padding-left: 0;
    padding-top: 16px;
    width: 100%;
  }
  .be-wws-checkin-ticket-number-ticket-number {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-checkin-ticket-number-given-name {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-checkin-ticket-number-family-name {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-checkin-ticket-number__note {
    padding-top: 16px;
  }
  .be-wws-checkin-ticket-number__note .be-accordion .be-nav__item + .be-nav__item {
    margin-top: 8px;
  }
  .be-wws-confirm-membership-number__row--note {
    margin-top: 0;
  }
  .be-wws-confirm-membership-number__column--membership-number {
    padding-right: 0;
    width: 100%;
  }
  .be-wws-confirm-membership-number__column--password {
    padding-left: 0;
    padding-top: 16px;
    width: 100%;
  }
  .be-wws-confirm-membership-number__column--note {
    padding-top: 8px;
  }
  .be-wws-confirm-membership-number__column--note .be-nav__item {
    margin-top: 8px;
  }
  .be-wws-confirm-membership-number__column--lasting {
    padding-top: 0;
  }
  .be-wws-confirm-membership-number__column--lasting .be-nav__item {
    margin-top: 8px;
  }
  .be-wws-confirm-membership-number-membership-number {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-confirm-membership-number-password {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-confirm-reservation-number__content--link .be-nav__item {
    margin-top: 8px;
  }
  .be-wws-confirm-reservation-number__row + .be-wws-confirm-reservation-number__row {
    margin-top: 16px;
  }
  .be-wws-confirm-reservation-number__column--given-name {
    padding-right: 0;
    padding-top: 16px;
    width: 100%;
  }
  .be-wws-confirm-reservation-number__column--family-name {
    padding-left: 0;
    padding-top: 16px;
    width: 100%;
  }
  .be-wws-confirm-reservation-number-reservation-number {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-confirm-reservation-number-given-name {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-confirm-reservation-number-family-name {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-confirm-ticket-number__content--link .be-nav__item {
    margin-top: 8px;
  }
  .be-wws-confirm-ticket-number__row + .be-wws-confirm-ticket-number__row {
    margin-top: 16px;
  }
  .be-wws-confirm-ticket-number__column--given-name {
    padding-right: 0;
    padding-top: 16px;
    width: 100%;
  }
  .be-wws-confirm-ticket-number__column--family-name {
    padding-left: 0;
    padding-top: 16px;
    width: 100%;
  }
  .be-wws-confirm-ticket-number-ticket-number {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-confirm-ticket-number-given-name {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-confirm-ticket-number-family-name {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-reserve-award__list {
    margin-left: 0;
    margin-right: 0;
  }
  .be-wws-reserve-award__item {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .be-wws-reserve-hotel__row + .be-wws-reserve-hotel__row {
    margin-top: 16px;
  }
  .be-wws-reserve-hotel__column--right {
    padding-top: 16px;
  }
  .be-wws-reserve-hotel-loyalty-search-type .be-nav {
    flex-direction: row;
  }
  .be-wws-reserve-hotel-loyalty-search-type .be-nav__item {
    margin-right: 24px;
  }
  .be-wws-reserve-hotel-city__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-reserve-hotel-checkin-checkout__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-reserve-hotel-occupancy__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-reserve-ticket__row + .be-wws-reserve-ticket__row {
    margin-top: 16px;
  }
  .be-wws-reserve-ticket__column--boarding-class {
    padding-right: 0;
    width: 100%;
  }
  .be-wws-reserve-ticket__column--boarding-class-option {
    padding-left: 0;
    width: 100%;
  }
  .be-wws-reserve-ticket-departure-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-reserve-ticket-arrival-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-reserve-ticket-boarding-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-reserve-ticket-passenger__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-reserve-ticket-boarding-class__button {
    border-radius: 19px;
    height: 38px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-reserve-ticket-boarding-class__button::after {
    color: #333;
    content: '';
    font-family: 'asw-icon';

    font-weight: 400;
    margin-left: auto;
    width: 16px;
  }
  .be-wws-reserve-ticket-boarding-class-option {
    margin-top: 8px;
  }
  .be-wws-reserve-ticket-boarding-class-option__button {
    border-radius: 19px;
    height: 38px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-reserve-ticket-boarding-class-option__button::after {
    color: #333;
    content: '';
    font-family: 'asw-icon';

    font-weight: 400;
    margin-left: auto;
    width: 16px;
  }
  .be-wws-reserve-ticket-promotion-code {
    border-radius: 20px;
    height: 38px;
    padding: 0 16px;
  }
  .be-wws-reserve-ticket__note {
    margin-top: 16px;
  }
  .be-wws-reserve-ticket__note .be-nav {
    margin-top: 24px;
    text-align: left;
  }
  .be-wws-reserve-ticket__note .be-nav__item {
    margin-top: 8px;
  }
  .be-wws-status-number__row + .be-wws-status-number__row {
    margin-top: 16px;
  }
  .be-wws-status-number-flight-number {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-status-number-request-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-status-number__note {
    margin-top: 24px;
  }
  .be-wws-status-number__note .be-nav__item {
    margin-top: 8px;
  }
  .be-wws-status-route__row + .be-wws-status-route__row {
    margin-top: 16px;
  }
  .be-wws-status-route__column--departure-airport {
    width: calc(50% - 28px);
  }
  .be-wws-status-route__column--swap-airport {
    width: 36px;
  }
  .be-wws-status-route__column--arrival-airport {
    width: calc(50% - 28px);
  }
  .be-wws-status-route-departure-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-status-route-swap-airport__button {
    height: 36px;
    width: 36px;
  }
  .be-wws-status-route-swap-airport__button::before {
    font-size: 1.8rem;
  }
  .be-wws-status-route-arrival-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-status-route-request-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-status-route__note {
    margin-top: 24px;
  }
  .be-wws-status-route__note .be-nav__item {
    margin-top: 8px;
  }
  .be-dialog-container {
    z-index: 11100;
  }
  .booking-modal__content--default .booking-modal__window {
    border-radius: 20px 20px 0 0;
    min-height: 50%;
  }
  .booking-modal__content--default {
    animation: SlideIn 0.3s ease-in-out;
    height: 100%;
  }
  .booking-modal__window--fullWindow {
    height: 100% !important;
  }
  .booking-modal__window--fullWindow .be-primary-tab {
    height: calc(100% - 57px);
    height: 100%;
  }
  .booking-modal__window--fullWindow .be-secondary-tab__panel,
  .booking-modal__window--fullWindow .be-tertiary-tab {
    height: calc(100% - 20px);
  }
  .booking-modal__window--fullWindow .be-primary-tab__panel {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .booking-modal__window--fullWindow .be-secondary-tab {
    height: 100%;
    width: 100%;
  }
  .booking-modal__window--fullWindow .be-tertiary-tab__panel {
    height: 100%;
    overflow-y: auto;
  }
  .booking-modal__headline {
    padding-top: 32px;
  }
  .booking-modal__body {
    max-height: 100vh;
  }
  .booking-modal__body::after {
    padding-bottom: 64px;
  }
  .booking-modal__body:first-child {
    margin-top: 32px;
  }
  .booking-modal__body:not(:first-child) {
    margin-top: 24px;
  }
  .booking-modal__closeEl--icon {
    height: 32px;
    margin: 8px 8px 8px auto;
    padding-top: 32px;
    width: 32px;
  }
}

@media all and (-ms-high-contrast: none) {
  .be-dialog {
    height: 500px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (max-width: 1024px) {
  .be-biz-domestic-reserve-ticket__column--compartment-class {
    width: 100%;
  }
  .be-biz-domestic-reserve-ticket__column--search-mode {
    padding-top: 8px;
    width: 100%;
  }
  .be-biz-domestic-reserve-ticket__column--submit {
    padding-left: 0;
    padding-top: 24px;
    width: 100%;
  }
  .be-biz-domestic-status-number__column--flight-number {
    padding-right: 0;
    width: 100%;
  }
  .be-biz-domestic-status-number__column--request-date {
    padding-left: 0;
    padding-top: 10px;
    width: 100%;
  }
  .be-biz-domestic-status-route__column--departure-airport {
    width: calc(50% - 30px);
  }
  .be-biz-domestic-status-route__column--arrival-airport {
    margin-right: 0;
    width: calc(50% - 30px);
  }
  .be-biz-domestic-status-route__column--request-date {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
  .be-domestic-reserve-car__column--left {
    padding-right: 0;
    width: 100%;
  }
  .be-domestic-reserve-car__column--right {
    padding-left: 0;
    width: 100%;
  }
  .be-domestic-reserve-car__column--submit {
    padding-left: 0;
    width: 100%;
  }
  .be-domestic-reserve-golf__column--left {
    padding-right: 0;
    width: 100%;
  }
  .be-domestic-reserve-golf__column--right {
    padding-left: 0;
    width: 100%;
  }
  .be-domestic-reserve-golf__column--submit {
    padding-left: 0;
    width: 100%;
  }
  .be-domestic-reserve-hotel__row {
    margin-left: 0;
    margin-right: 0;
  }
  .be-domestic-reserve-hotel__column--checkin-checkout {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .be-domestic-reserve-hotel__column--place {
    padding-left: 0;
    width: 50%;
  }
  .be-domestic-reserve-hotel__column--passenger {
    padding-right: 0;
    width: 50%;
  }
  .be-domestic-reserve-hotel__column--condition {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .be-domestic-reserve-hotel__column--submit {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 24px;
    width: 100%;
  }
  .be-domestic-reserve-international-hotel__column--left {
    padding-right: 0;
    width: 100%;
  }
  .be-domestic-reserve-international-hotel__column--right {
    padding-left: 0;
    width: 100%;
  }
  button[class*='hotel-submit__button'] {
    margin-right: auto;
  }
  .be-domestic-reserve-ticket-and-stay__column--place {
    padding-right: 0;
    width: 100%;
  }
  .be-domestic-reserve-ticket-and-stay__column--checkin-checkout {
    padding-left: 0;
    width: 100%;
  }
  .be-domestic-reserve-ticket-and-stay__column--optional {
    margin-top: 16px;
    padding-left: 0;
    width: 100%;
  }
  .be-domestic-reserve-ticket-and-stay__column--submit {
    padding-left: 0;
    width: 100%;
  }
  .be-domestic-reserve-ticket__column--compartment-class {
    width: 100%;
  }
  .be-domestic-reserve-ticket__column--search-mode {
    margin-top: 8px;
    width: 100%;
  }
  .be-domestic-reserve-ticket__column--submit {
    padding-left: 0;
    width: 100%;
  }
  .be-domestic-reserve-traffic__row {
    margin-left: 0;
    margin-right: 0;
  }
  .be-domestic-reserve-traffic__column--use-date {
    padding-top: 24px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .be-domestic-reserve-traffic__column--place {
    padding-left: 0;
    width: 50%;
  }
  .be-domestic-reserve-traffic__column--purpose {
    padding-right: 0;
    width: 50%;
  }
  .be-domestic-reserve-traffic__column--submit {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .be-domestic-status-number__column--flight-number {
    padding-right: 0;
    width: 100%;
  }
  .be-domestic-status-number__column--request-date {
    padding-left: 0;
    padding-top: 10px;
    width: 100%;
  }
  .be-domestic-status-route__column--departure-airport {
    width: calc(50% - 30px);
  }
  .be-domestic-status-route__column--arrival-airport {
    margin-right: 0;
    width: calc(50% - 30px);
  }
  .be-domestic-status-route__column--request-date {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
  .be-overseas-checkin-membership-number__column--lasting {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .be-overseas-checkin-membership-number__column--submit {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 24px;
    width: 100%;
  }
  .be-overseas-checkin-reservation-number__column--submit {
    justify-content: center;
    padding-left: 0;
    padding-top: 24px;
    width: 100%;
  }
  .be-overseas-checkin-ticket-number__column--message {
    padding-left: 0;
    padding-right: 0;
  }
  .be-overseas-checkin-ticket-number__column--note {
    padding-right: 0;
    width: 100%;
  }
  .be-overseas-checkin-ticket-number__column--submit {
    justify-content: center;
    padding-left: 0;
    padding-top: 24px;
    width: 100%;
  }
  .be-overseas-confirm-membership-number__column--lasting {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .be-overseas-confirm-membership-number__column--submit {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 24px;
    width: 100%;
  }
  .be-overseas-confirm-reservation-number__row {
    margin-left: 0;
    margin-right: 0;
  }
  .be-overseas-confirm-reservation-number__column--reservation-number {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .be-overseas-confirm-reservation-number__column--given-name {
    padding-left: 0;
    padding-right: 5px;
    width: 50%;
  }
  .be-overseas-confirm-reservation-number__column--family-name {
    width: 50%;
  }
  .be-overseas-confirm-reservation-number__column--message {
    padding-left: 0;
    padding-right: 0;
  }
  .be-overseas-confirm-reservation-number__column--note {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .be-overseas-confirm-reservation-number__column--submit {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 24px;
    width: 100%;
  }
  .be-overseas-confirm-ticket-number__row {
    margin-left: 0;
    margin-right: 0;
  }
  .be-overseas-confirm-ticket-number__column--ticket-number {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .be-overseas-confirm-ticket-number__column--given-name {
    padding-left: 0;
    padding-right: 5px;
    width: 50%;
  }
  .be-overseas-confirm-ticket-number__column--family-name {
    width: 50%;
  }
  .be-overseas-confirm-ticket-number__column--message {
    padding-left: 0;
    padding-right: 0;
  }
  .be-overseas-confirm-ticket-number__column--note {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .be-overseas-confirm-ticket-number__column--submit {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 24px;
    width: 100%;
  }
  .be-overseas-reserve-hotel-and-option__row {
    margin-left: 0;
    margin-right: 0;
  }
  .be-overseas-reserve-hotel-and-option__column--destination {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .be-overseas-reserve-hotel-and-option__column--plan {
    padding-left: 0;
    width: 50%;
  }
  .be-overseas-reserve-hotel-and-option__column--use-date {
    padding-right: 0;
    width: 50%;
  }
  .be-overseas-reserve-hotel-and-option__column--submit {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .be-overseas-reserve-hotel__column--left {
    padding-right: 0;
    width: 100%;
  }
  .be-overseas-reserve-hotel__column--right {
    padding-left: 0;
    width: 100%;
  }

  .be-overseas-reserve-ticket-and-stay__column--submit {
    padding-left: 0;
    width: 100%;
  }
  .be-overseas-reserve-ticket__column--boarding-class {
    padding-right: 0;
    width: 100%;
  }
  .be-overseas-reserve-ticket__column--boarding-class-option {
    padding-left: 0;
    padding-top: 8px;
    width: 100%;
  }
  .be-overseas-reserve-ticket__column--comparison-search-type {
    padding-right: 0;
    width: 100%;
  }
  .be-overseas-reserve-ticket__column--submit {
    padding-left: 0;
    width: 100%;
  }
  .be-overseas-status-number__column--flight-number {
    padding-right: 0;
    width: 100%;
  }
  .be-overseas-status-number__column--request-date {
    padding-left: 0;
    padding-top: 10px;
    width: 100%;
  }
  .be-overseas-status-route__column--departure-airport {
    width: calc(50% - 30px);
  }
  .be-overseas-status-route__column--arrival-airport {
    margin-right: 0;
    width: calc(50% - 30px);
  }
  .be-overseas-status-route__column--request-date {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
  .be-boarding-date__header-row {
    flex-direction: column;
  }
  .be-boarding-date__header-row-item--left {
    justify-content: center;
    margin-top: 16px;
    order: 1;
  }
  .be-boarding-date__header-row::after {
    display: none;
  }
  .be-wws-checkin-membership-number__column--lasting {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .be-wws-checkin-membership-number__column--submit {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 24px;
    width: 100%;
  }
  .be-wws-checkin-reservation-number__column--submit {
    justify-content: center;
    padding-left: 0;
    padding-top: 24px;
    width: 100%;
  }
  .be-wws-checkin-ticket-number__column--message {
    padding-left: 0;
    padding-right: 0;
  }
  .be-wws-checkin-ticket-number__column--note {
    padding-right: 0;
    width: 100%;
  }
  .be-wws-checkin-ticket-number__column--submit {
    justify-content: center;
    padding-left: 0;
    padding-top: 24px;
    width: 100%;
  }
  .be-wws-confirm-membership-number__column--lasting {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .be-wws-confirm-membership-number__column--submit {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 24px;
    width: 100%;
  }
  .be-wws-confirm-reservation-number__column--submit {
    justify-content: center;
  }
  .be-wws-confirm-ticket-number__column--submit {
    justify-content: center;
  }
  .be-wws-reserve-hotel__column--left {
    padding-right: 0;
    width: 100%;
  }
  .be-wws-reserve-hotel__column--right {
    padding-left: 0;
    width: 100%;
  }
  .be-wws-reserve-ticket__column--comparison-search-type {
    padding-right: 0;
    width: 100%;
  }
  .be-wws-reserve-ticket__column--submit {
    padding-left: 0;
    padding-top: 24px;
    width: 100%;
  }
  .be-wws-status-number__column--flight-number {
    margin-right: 0;
    width: 100%;
  }
  .be-wws-status-number__column--request-date {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
  .be-wws-status-route__column--departure-airport {
    width: calc(50% - 30px);
  }
  .be-wws-status-route__column--arrival-airport {
    margin-right: 0;
    width: calc(50% - 30px);
  }
  .be-wws-status-route__column--request-date {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .be-boarding-date__values {
    display: none;
  }
}

/* 2023/02/19 追加分 */
.be-primary-tab > .be-primary-tab__panel-off:first-child {
  width: 100%;
}
.be-switch:empty {
  display: none;
}

.be-domestic-certificate-number__row {
  display: flex;
  flex-wrap: wrap;
}

.be-domestic-certificate-number__row + .be-domestic-certificate-number__row {
  margin-top: 24px;
}

.be-domestic-certificate-number__column--flight-number {
  padding-right: 5px;
  width: 50%;
}

.be-domestic-certificate-number__column--request-date {
  padding-left: 5px;
  width: 50%;
}

.be-domestic-certificate-number__column--submit {
  display: flex;
  justify-content: center;
  width: 100%;
}

.be-domestic-certificate-number__column p {
  margin: 0;
}

.be-domestic-certificate-number-flight-number {
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;

  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
}

.be-domestic-certificate-number-flight-number__label {
  align-self: center;
  color: #333;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.2rem;
  font-weight: 600;
}

.be-domestic-certificate-number-flight-number__input {
  border-style: none;
  color: var(--color-booking-primary);
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  font-weight: 600;
  margin-left: 4px;
  padding: 0;
}

.be-domestic-certificate-number-request-date {
  width: 100%;
}

.be-domestic-certificate-number-request-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-certificate-number-request-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-certificate-number-request-date__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-domestic-certificate-number-request-date--empty .be-domestic-certificate-number-request-date__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-domestic-certificate-number-request-date--open .be-domestic-certificate-number-request-date__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-certificate-number-submit {
  height: 50px;
}

.be-domestic-certificate-number__note {
  margin-top: 16px;
}

.be-domestic-certificate-number__note .be-nav__item--bold {
  font-weight: 600;
}

.be-domestic-certificate-route__row {
  display: flex;
  flex-wrap: wrap;
}

.be-domestic-certificate-route__row + .be-domestic-certificate-route__row {
  margin-top: 24px;
}

.be-domestic-certificate-route__column--departure-airport {
  margin-right: 5px;
  width: calc(33.3333333333% - 23.3333333333px);
}

.be-domestic-certificate-route__column--swap-airport {
  align-items: center;

  display: flex;
  justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
  width: 40px;
}

.be-domestic-certificate-route__column--arrival-airport {
  margin-left: 5px;
  margin-right: 5px;
  width: calc(33.3333333333% - 23.3333333333px);
}

.be-domestic-certificate-route__column--request-date {
  margin-left: 5px;
  width: calc(33.3333333333% - 23.3333333333px);
}

.be-domestic-certificate-route__column--submit {
  display: flex;
  justify-content: center;
  width: 100%;
}

.be-domestic-certificate-route__column p {
  margin: 0;
}

.be-domestic-certificate-route-departure-airport {
  width: 100%;
}

.be-domestic-certificate-route-departure-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-certificate-route-departure-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-certificate-route-departure-airport__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-domestic-certificate-route-departure-airport--empty .be-domestic-certificate-route-departure-airport__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-domestic-certificate-route-departure-airport--open .be-domestic-certificate-route-departure-airport__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-certificate-route-swap-airport__button {
  align-items: center;
  background-color: #fff;
  border-color: #949499;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;

  display: flex;
  font-weight: 600;
  height: 40px;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 40px;
}

.be-domestic-certificate-route-swap-airport__button::before {
  content: '';
  font-family: 'asw-icon';
  font-size: 2rem;
}

.be-domestic-certificate-route-arrival-airport {
  width: 100%;
}

.be-domestic-certificate-route-arrival-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-certificate-route-arrival-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-certificate-route-arrival-airport__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-domestic-certificate-route-arrival-airport--empty .be-domestic-certificate-route-arrival-airport__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-domestic-certificate-route-arrival-airport--open .be-domestic-certificate-route-arrival-airport__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-certificate-route-request-date {
  width: 100%;
}

.be-domestic-certificate-route-request-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-certificate-route-request-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-certificate-route-request-date__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-domestic-certificate-route-request-date--empty .be-domestic-certificate-route-request-date__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-domestic-certificate-route-request-date--open .be-domestic-certificate-route-request-date__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-certificate-route-submit {
  height: 50px;
}

.be-domestic-certificate-route__note {
  margin-top: 16px;
}

.be-domestic-certificate-route__note {
  margin-top: 16px;
}

.be-domestic-certificate-route__note .be-nav__item--bold {
  font-weight: 600;
}

@media screen and (min-width: 1025px) {
  .be-domestic-certificate-number__column--submit {
    justify-content: flex-end;
  }
  .be-domestic-certificate-route__column--submit {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .be-domestic-reserve-ticket-and-stay__row--wrap {
    flex-wrap: wrap;
  }

  .be-domestic-certificate-number__row + .be-domestic-certificate-number__row {
    margin-top: 16px;
  }
  .be-domestic-certificate-number-flight-number {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-certificate-number-request-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-certificate-number__note {
    margin-top: 24px;
  }
  .be-domestic-certificate-number__note .be-nav__item {
    margin-top: 8px;
  }
  .be-domestic-certificate-route__row + .be-domestic-certificate-route__row {
    margin-top: 16px;
  }
  .be-domestic-certificate-route__column--departure-airport {
    width: calc(50% - 28px);
  }
  .be-domestic-certificate-route__column--swap-airport {
    width: 36px;
  }
  .be-domestic-certificate-route__column--arrival-airport {
    width: calc(50% - 28px);
  }
  .be-domestic-certificate-route-departure-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-certificate-route-swap-airport__button {
    height: 36px;
    width: 36px;
  }
  .be-domestic-certificate-route-swap-airport__button::before {
    font-size: 1.8rem;
  }
  .be-domestic-certificate-route-arrival-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-certificate-route-request-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-certificate-route__note {
    margin-top: 24px;
  }
  .be-domestic-certificate-route__note .be-nav__item {
    margin-top: 8px;
  }
  .be-domestic-certificate-route__note {
    margin-top: 24px;
  }
  .be-domestic-certificate-route__note .be-nav__item {
    margin-top: 8px;
  }
}

@media screen and (max-width: 1024px) {
  .be-domestic-certificate-number__column--flight-number {
    padding-right: 0;
    width: 100%;
  }
  .be-domestic-certificate-number__column--request-date {
    padding-left: 0;
    padding-top: 10px;
    width: 100%;
  }
  .be-domestic-certificate-route__column--departure-airport {
    width: calc(50% - 30px);
  }
  .be-domestic-certificate-route__column--arrival-airport {
    margin-right: 0;
    width: calc(50% - 30px);
  }
  .be-domestic-certificate-route__column--request-date {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
}

.be-overseas-certificate-route__row {
  display: flex;
  flex-wrap: wrap;
}

.be-overseas-certificate-route__row + .be-overseas-certificate-route__row {
  margin-top: 24px;
}

.be-overseas-certificate-route__column--departure-airport {
  margin-right: 5px;
  width: calc(33.3333333333% - 23.3333333333px);
}

.be-overseas-certificate-route__column--swap-airport {
  align-items: center;

  display: flex;
  justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
  width: 40px;
}

.be-overseas-certificate-route__column--arrival-airport {
  margin-left: 5px;
  margin-right: 5px;
  width: calc(33.3333333333% - 23.3333333333px);
}

.be-overseas-certificate-route__column--request-date {
  margin-left: 5px;
  width: calc(33.3333333333% - 23.3333333333px);
}

.be-overseas-certificate-route__column--submit {
  display: flex;
  justify-content: center;
  width: 100%;
}

.be-overseas-certificate-route__column p {
  margin: 0;
}

.be-overseas-certificate-route-departure-airport {
  width: 100%;
}

.be-overseas-certificate-route-departure-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-certificate-route-departure-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-certificate-route-departure-airport__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-overseas-certificate-route-departure-airport--empty .be-overseas-certificate-route-departure-airport__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-overseas-certificate-route-departure-airport--open .be-overseas-certificate-route-departure-airport__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-certificate-route-swap-airport__button {
  align-items: center;
  background-color: #fff;
  border-color: #949499;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;

  display: flex;
  font-weight: 600;
  height: 40px;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 40px;
}

.be-overseas-certificate-route-swap-airport__button::before {
  content: '';
  font-family: 'asw-icon';
  font-size: 2rem;
}

.be-overseas-certificate-route-arrival-airport {
  width: 100%;
}

.be-overseas-certificate-route-arrival-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-certificate-route-arrival-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-certificate-route-arrival-airport__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-overseas-certificate-route-arrival-airport--empty .be-overseas-certificate-route-arrival-airport__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-overseas-certificate-route-arrival-airport--open .be-overseas-certificate-route-arrival-airport__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-certificate-route-request-date {
  width: 100%;
}

.be-overseas-certificate-route-request-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-certificate-route-request-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-certificate-route-request-date__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-overseas-certificate-route-request-date--empty .be-overseas-certificate-route-request-date__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-overseas-certificate-route-request-date--open .be-overseas-certificate-route-request-date__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-certificate-route-submit {
  height: 50px;
}

.be-overseas-certificate-route__note {
  margin-top: 16px;
}

.be-overseas-certificate-route__note {
  margin-top: 16px;
}

.be-overseas-certificate-route__note .be-nav__item--bold {
  font-weight: 600;
}

@media screen and (min-width: 1025px) {
  .be-overseas-certificate-route__column--submit {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .be-overseas-certificate-route__row + .be-overseas-certificate-route__row {
    margin-top: 16px;
  }
  .be-overseas-certificate-route__column--departure-airport {
    width: calc(50% - 28px);
  }
  .be-overseas-certificate-route__column--swap-airport {
    width: 36px;
  }
  .be-overseas-certificate-route__column--arrival-airport {
    width: calc(50% - 28px);
  }
  .be-overseas-certificate-route-departure-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-certificate-route-swap-airport__button {
    height: 36px;
    width: 36px;
  }
  .be-overseas-certificate-route-swap-airport__button::before {
    font-size: 1.8rem;
  }
  .be-overseas-certificate-route-arrival-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-certificate-route-request-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-certificate-route__note {
    margin-top: 24px;
  }
  .be-overseas-certificate-route__note .be-nav__item {
    margin-top: 8px;
  }
  .be-overseas-certificate-route__note {
    margin-top: 24px;
  }
  .be-overseas-certificate-route__note .be-nav__item {
    margin-top: 8px;
  }
}

@media screen and (max-width: 1024px) {
  .be-overseas-certificate-route__column--departure-airport {
    width: calc(50% - 30px);
  }
  .be-overseas-certificate-route__column--arrival-airport {
    margin-right: 0;
    width: calc(50% - 30px);
  }
  .be-overseas-certificate-route__column--request-date {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
}

.be-overseas-certificate-number__row {
  display: flex;
  flex-wrap: wrap;
}

.be-overseas-certificate-number__row + .be-overseas-certificate-number__row {
  margin-top: 24px;
}

.be-overseas-certificate-number__column--flight-number {
  padding-right: 5px;
  width: 50%;
}

.be-overseas-certificate-number__column--request-date {
  padding-left: 5px;
  width: 50%;
}

.be-overseas-certificate-number__column--submit {
  display: flex;
  justify-content: center;
  width: 100%;
}

.be-overseas-certificate-number__column p {
  margin: 0;
}

.be-overseas-certificate-number-flight-number {
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;

  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
}

.be-overseas-certificate-number-flight-number__label {
  align-self: center;
  color: #333;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.2rem;
  font-weight: 600;
}

.be-overseas-certificate-number-flight-number__input {
  border-style: none;
  color: var(--color-booking-primary);
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  font-weight: 600;
  margin-left: 4px;
  padding: 0;
}

.be-overseas-certificate-number-flight-number__input:focus {
  outline-style: none !important;
}

.be-overseas-certificate-number-request-date {
  width: 100%;
}

.be-overseas-certificate-number-request-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: var(--color-booking-primary);
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-certificate-number-request-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-certificate-number-request-date__button span::before {
  content: '';
  font-family: 'asw-icon';
  margin-right: 3px;
}

.be-overseas-certificate-number-request-date--empty .be-overseas-certificate-number-request-date__button {
  color: #6e6e6e;
  font-weight: 400;
}

.be-overseas-certificate-number-request-date--open .be-overseas-certificate-number-request-date__button {
  border-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-certificate-number-submit {
  height: 50px;
}

.be-overseas-certificate-number__note {
  margin-top: 16px;
}

.be-overseas-certificate-number__note .be-nav__item--bold {
  font-weight: 600;
}

@media screen and (min-width: 1025px) {
  .be-overseas-certificate-number__column--submit {
    justify-content: flex-end;
  }
}

button[class*='submit__button']:focus:not(:disabled) span {
  text-decoration: underline;
}

/* ----------------------------------------
 hover
---------------------------------------- */
@media (hover: hover) {
  button[class*='departure-airport__button']:hover::after,
  .be-domestic-reserve-ticket-arrival-airport__button:hover::after {
    display: block;
  }
  .be-wws-reserve-ticket-large button[class*='departure-airport__button']:hover::after,
  .be-wws-reserve-ticket-large .be-domestic-reserve-ticket-arrival-airport__button:hover::after {
    display: none;
  }
  .be-domestic-reserve-ticket-large button[class*='departure-airport__button']:hover::after,
  .be-domestic-reserve-ticket-large .be-domestic-reserve-ticket-arrival-airport__button:hover::after {
    display: none;
  }
  button[class*='submit__button']:hover:not(:disabled) span {
    text-decoration: underline;
  }
  .be-calendar-month__cell--start .be-calendar-month__cell-button:hover:disabled span {
    background-color: #333;
    color: #fff;
  }
  .be-domestic-confirm-flight a:hover > span,
  .be-biz-domestic-confirm a:hover > span,
  .be-domestic-confirm-tour a:hover > span,
  .be-domestic-reserve-award a:hover > span,
  .be-overseas-tour a:hover > span,
  .be-overseas-reserve-award a:hover > span,
  .be-overseas-reserve-tour__item a:hover > span,
  .be-wws-reserve-award a:hover > span {
    text-decoration: underline;
  }
  .be-calendar-month__cell-button:hover span {
    border: 2px solid #333;
  }
  .be-list-accordion__header:hover,
  .be-list__item:hover {
    background-color: #f1f1f1;
  }
  *[class*='number__link-button']:hover {
    color: #fff;
    opacity: 0.5;
  }
  .be-nav__item a:hover {
    text-decoration: underline;
  }
}

.header_booking_btn,
.open-modal {
  display: block;
  background-color: var(--color-booking-btn-diasabled-bg) !important;
  color: var(--color-booking-btn-diasabled-txt);
  pointer-events: none;
  transition-property: background-color, color;
  transition: none !important;
}
.open-modal {
  display: inline-block;
}
.v1-headerReservationPc__toggleButton.open-modal {
  display: inline-flex;
}
.food-btn.open-modal {
  display: flex;
}

.header_booking_btn::after,
.open-modal::after {
  content: '';
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border: 1px solid;
  border-color: transparent var(--color-booking-btn-diasabled-txt) var(--color-booking-btn-diasabled-txt)
    var(--color-booking-btn-diasabled-txt);
  border-radius: 50%;
  animation: 1s booking-btn-loading linear infinite;
}

.header_booking_btn.is-ready,
.open-modal.is-ready {
  background-color: var(--color-booking-btn-jtp-bg) !important;
  color: var(--color-booking-btn-jtp-txt);
  pointer-events: auto;
  transition: 0.64s !important;
  transition-property: background-color, color;
  /* /ja/jp/japan-travel-planner/authentic-oita/food/ にて .is-ready がバッティングしているため相殺 */
  opacity: 1;
  transform: none;
}

.header_booking_btn.is-ready::after,
.open-modal.is-ready::after {
  width: 0;
  visibility: hidden;
  animation: none;
  transition: width 0.64s !important;
}

@supports selector(:has(*)) {
  .header_booking_btn:has(img).is-ready::after,
  .open-modal.is-ready:has(img)::after {
    content: unset;
    display: none;
  }
}

@supports not selector(:has(*)) {
  .open-modal.is-ready::after {
    content: unset;
    display: none;
  }
}

@keyframes booking-btn-loading {
  0% {
    transform: translateX(50%) rotate(0deg);
  }
  100% {
    transform: translateX(50%) rotate(360deg);
  }
}

/* ----------------------------------------
 body.fontSize100
---------------------------------------- */
.fontSize100 .be-primary-tab,
.fontSize100 .be-wws-primary-tab,
.fontSize100 .be-dialog-container,
.fontSize100 .be-primary-tab input,
.fontSize100 .be-wws-primary-tab input,
.fontSize100 .be-dialog-container input,
.fontSize100 .be-primary-tab input::placeholder,
.fontSize100 .be-wws-primary-tab input::placeholder,
.fontSize100 .be-dialog-container input::placeholder {
  font-size: calc(1.4rem * 0.625);
}
.fontSize100 .be-dialog__title {
  font-size: calc(1.7em / 1.4);
}
.fontSize100 .be-dialog__close-button::after {
  font-size: calc(1.2rem * 0.625);
}

@media screen and (max-width: 767px) {
  .fontSize100 .be-dialog__close-button::after {
    font-size: calc(2.5rem * 0.625);
  }
}

/* ----------------------------------------
  ページ固有のスタイル
---------------------------------------- */
/* /xx/xx/japan-travel-planner/ */
.v1-headerReservationPc__toggleButton[aria-expanded='true']::before,
.v1-headerReservationSp__toggleButton[aria-expanded='true']::before {
  content: unset;
  display: none;
}

/* ブラウザズーム時のみ操作可能にするためUIを調整する */

@media screen and (max-width: 767px) {
  .be-dialog-container:has(.js-zoom-state.be-dialog.be-dialog--show){
    overflow: scroll;
  }

  .js-zoom-state.be-dialog.be-dialog--show{
    height: auto;
    min-height: 100%;
    position: relative;
  }

  .js-zoom-state.be-dialog.be-dialog--show .be-dialog__close-button{
    top: 0;
  }

  .js-zoom-state.be-dialog.be-dialog--show .be-dialog__close-button::after{
    color: #333;
  }
}


.be-primary-tab > .be-primary-tab__panel-off:first-child{
    width:100%
}
.be-switch:empty {
    display: none;
}

.be-domestic-certificate-number__row {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

.be-domestic-certificate-number__row + .be-domestic-certificate-number__row {
  margin-top: 24px;
}

.be-domestic-certificate-number__column--flight-number {
  padding-right: 5px;
  width: 50%;
}

.be-domestic-certificate-number__column--request-date {
  padding-left: 5px;
  width: 50%;
}

.be-domestic-certificate-number__column--submit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  width: 100%;
}

.be-domestic-certificate-number__column p {
  margin: 0;
}

.be-domestic-certificate-number-flight-number {
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
}

.be-domestic-certificate-number-flight-number__label {
  -ms-flex-negative: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #333;
          flex-grow: 0;
      flex-shrink: 0;
  font-size: 1.2rem;
  font-weight: 600;
}

.be-domestic-certificate-number-flight-number__input {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-style: none;
  color: #00146E;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 4px;
  padding: 0;
}

.be-domestic-certificate-number-flight-number__input:focus {
  outline-style: none !important;
}

.be-domestic-certificate-number-flight-number__input::-webkit-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-certificate-number-flight-number__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-certificate-number-flight-number__input:-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-certificate-number-flight-number__input::-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-certificate-number-flight-number__input::placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-certificate-number-flight-number__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
  opacity: 1;
}

.be-domestic-certificate-number-flight-number--open {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-certificate-number-request-date {
  width: 100%;
}

.be-domestic-certificate-number-request-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-certificate-number-request-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-certificate-number-request-date__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-domestic-certificate-number-request-date--empty .be-domestic-certificate-number-request-date__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-certificate-number-request-date--open .be-domestic-certificate-number-request-date__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-certificate-number-submit {
  height: 50px;
}

.be-domestic-certificate-number-submit__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  padding-left: 27px;
  padding-right: 21px;
}

.be-domestic-certificate-number-submit__button::after {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}

.be-domestic-certificate-number-submit__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

.be-domestic-certificate-number-submit__button span {
  position: relative;
}

.be-domestic-certificate-number-submit__button:hover:not(:disabled) span,
.be-domestic-certificate-number-submit__button:focus:not(:disabled) span {
  text-decoration: underline;
}

.be-domestic-certificate-number__note {
  margin-top: 16px;
}

.be-domestic-certificate-number__note .be-nav__item--bold {
  font-weight: 600;
}

.be-domestic-certificate-route__row {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

.be-domestic-certificate-route__row + .be-domestic-certificate-route__row {
  margin-top: 24px;
}

.be-domestic-certificate-route__column--departure-airport {
  margin-right: 5px;
  width: calc(33.3333333333% - 23.3333333333px);
}

.be-domestic-certificate-route__column--swap-airport {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
  width: 40px;
}

.be-domestic-certificate-route__column--arrival-airport {
  margin-left: 5px;
  margin-right: 5px;
  width: calc(33.3333333333% - 23.3333333333px);
}

.be-domestic-certificate-route__column--request-date {
  margin-left: 5px;
  width: calc(33.3333333333% - 23.3333333333px);
}

.be-domestic-certificate-route__column--submit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  width: 100%;
}

.be-domestic-certificate-route__column p {
  margin: 0;
}

.be-domestic-certificate-route-departure-airport {
  width: 100%;
}

.be-domestic-certificate-route-departure-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-certificate-route-departure-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.be-domestic-certificate-route-departure-airport__button span::before {
  content: "\e900";
  font-family: "asw-icon";
  font-size: 2.2rem;
  font-weight: normal;
  margin-right: 3px;
}

.be-domestic-certificate-route-departure-airport--empty .be-domestic-certificate-route-departure-airport__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-certificate-route-departure-airport--open .be-domestic-certificate-route-departure-airport__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-certificate-route-swap-airport__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #fff;
  border-color: #949499;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 40px;
          justify-content: center;
  margin: 0;
  padding: 0;
  width: 40px;
}

.be-domestic-certificate-route-swap-airport__button::before {
  content: "";
  font-family: "asw-icon";
  font-size: 2rem;
}

.be-domestic-certificate-route-arrival-airport {
  width: 100%;
}

.be-domestic-certificate-route-arrival-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-certificate-route-arrival-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.be-domestic-certificate-route-arrival-airport__button span::before {
  content: "\e901";
  font-family: "asw-icon";
  font-size: 2.2rem;
  font-weight: normal;
  margin-right: 3px;
}

.be-domestic-certificate-route-arrival-airport--empty .be-domestic-certificate-route-arrival-airport__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-certificate-route-arrival-airport--open .be-domestic-certificate-route-arrival-airport__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-certificate-route-request-date {
  width: 100%;
}

.be-domestic-certificate-route-request-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-certificate-route-request-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-certificate-route-request-date__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-domestic-certificate-route-request-date--empty .be-domestic-certificate-route-request-date__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-certificate-route-request-date--open .be-domestic-certificate-route-request-date__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-certificate-route-submit {
  height: 50px;
}

.be-domestic-certificate-route-submit__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  padding-left: 27px;
  padding-right: 21px;
}

.be-domestic-certificate-route-submit__button::after {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}

.be-domestic-certificate-route-submit__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

.be-domestic-certificate-route-submit__button span {
  position: relative;
}

.be-domestic-certificate-route-submit__button:hover:not(:disabled) span,
.be-domestic-certificate-route-submit__button:focus:not(:disabled) span {
  text-decoration: underline;
}

.be-domestic-certificate-route__note {
  margin-top: 16px;
}

.be-domestic-certificate-route__note {
  margin-top: 16px;
}

.be-domestic-certificate-route__note .be-nav__item--bold {
  font-weight: 600;
}



@media screen and (min-width: 1025px) {
  .be-domestic-certificate-number__column--submit {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .be-domestic-certificate-route__column--submit {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
  
  
@media screen and (max-width: 767px) {
  .be-domestic-reserve-ticket-and-stay__row--wrap {
    flex-wrap: wrap;
  } 

  .be-domestic-certificate-number__row + .be-domestic-certificate-number__row {
    margin-top: 16px;
  }
  .be-domestic-certificate-number-flight-number {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-certificate-number-request-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-certificate-number__note {
    margin-top: 24px;
  }
  .be-domestic-certificate-number__note .be-nav__item {
    margin-top: 8px;
  }
  .be-domestic-certificate-route__row + .be-domestic-certificate-route__row {
    margin-top: 16px;
  }
  .be-domestic-certificate-route__column--departure-airport {
    width: calc(50% - 28px);
  }
  .be-domestic-certificate-route__column--swap-airport {
    width: 36px;
  }
  .be-domestic-certificate-route__column--arrival-airport {
    width: calc(50% - 28px);
  }
  .be-domestic-certificate-route-departure-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-certificate-route-swap-airport__button {
    height: 36px;
    width: 36px;
  }
  .be-domestic-certificate-route-swap-airport__button::before {
    font-size: 1.8rem;
  }
  .be-domestic-certificate-route-arrival-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-certificate-route-request-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-certificate-route__note {
    margin-top: 24px;
  }
  .be-domestic-certificate-route__note .be-nav__item {
    margin-top: 8px;
  }
  .be-domestic-certificate-route__note {
    margin-top: 24px;
  }
  .be-domestic-certificate-route__note .be-nav__item {
    margin-top: 8px;
  }
}

@media screen and (max-width: 1024px) {
  .be-domestic-certificate-number__column--flight-number {
    padding-right: 0;
    width: 100%;
  }
  .be-domestic-certificate-number__column--request-date {
    padding-left: 0;
    padding-top: 10px;
    width: 100%;
  }
  .be-domestic-certificate-route__column--departure-airport {
    width: calc(50% - 30px);
  }
  .be-domestic-certificate-route__column--arrival-airport {
    margin-right: 0;
    width: calc(50% - 30px);
  }
  .be-domestic-certificate-route__column--request-date {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
}

.be-overseas-certificate-route__row {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

.be-overseas-certificate-route__row + .be-overseas-certificate-route__row {
  margin-top: 24px;
}

.be-overseas-certificate-route__column--departure-airport {
  margin-right: 5px;
  width: calc(33.3333333333% - 23.3333333333px);
}

.be-overseas-certificate-route__column--swap-airport {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
  width: 40px;
}

.be-overseas-certificate-route__column--arrival-airport {
  margin-left: 5px;
  margin-right: 5px;
  width: calc(33.3333333333% - 23.3333333333px);
}

.be-overseas-certificate-route__column--request-date {
  margin-left: 5px;
  width: calc(33.3333333333% - 23.3333333333px);
}

.be-overseas-certificate-route__column--submit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  width: 100%;
}

.be-overseas-certificate-route__column p {
  margin: 0;
}

.be-overseas-certificate-route-departure-airport {
  width: 100%;
}

.be-overseas-certificate-route-departure-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-certificate-route-departure-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.be-overseas-certificate-route-departure-airport__button span::before {
  content: "\e900";
  font-family: "asw-icon";
  font-size: 2.2rem;
  font-weight: normal;
  margin-right: 3px;
}

.be-overseas-certificate-route-departure-airport--empty .be-overseas-certificate-route-departure-airport__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-certificate-route-departure-airport--open .be-overseas-certificate-route-departure-airport__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-certificate-route-swap-airport__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #fff;
  border-color: #949499;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 40px;
          justify-content: center;
  margin: 0;
  padding: 0;
  width: 40px;
}

.be-overseas-certificate-route-swap-airport__button::before {
  content: "";
  font-family: "asw-icon";
  font-size: 2rem;
}

.be-overseas-certificate-route-arrival-airport {
  width: 100%;
}

.be-overseas-certificate-route-arrival-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-certificate-route-arrival-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.be-overseas-certificate-route-arrival-airport__button span::before {
  content: "\e901";
  font-family: "asw-icon";
  font-size: 2.2rem;
  font-weight: normal;
  margin-right: 3px;
}

.be-overseas-certificate-route-arrival-airport--empty .be-overseas-certificate-route-arrival-airport__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-certificate-route-arrival-airport--open .be-overseas-certificate-route-arrival-airport__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-certificate-route-request-date {
  width: 100%;
}

.be-overseas-certificate-route-request-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-certificate-route-request-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-certificate-route-request-date__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-overseas-certificate-route-request-date--empty .be-overseas-certificate-route-request-date__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-certificate-route-request-date--open .be-overseas-certificate-route-request-date__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-certificate-route-submit {
  height: 50px;
}

.be-overseas-certificate-route-submit__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  padding-left: 27px;
  padding-right: 21px;
}

.be-overseas-certificate-route-submit__button::after {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}

.be-overseas-certificate-route-submit__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

.be-overseas-certificate-route-submit__button span {
  position: relative;
}

.be-overseas-certificate-route-submit__button:hover:not(:disabled) span,
.be-overseas-certificate-route-submit__button:focus:not(:disabled) span {
  text-decoration: underline;
}

.be-overseas-certificate-route__note {
  margin-top: 16px;
}

.be-overseas-certificate-route__note {
  margin-top: 16px;
}

.be-overseas-certificate-route__note .be-nav__item--bold {
  font-weight: 600;
}

@media screen and (min-width: 1025px) {
  .be-overseas-certificate-route__column--submit {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .be-overseas-certificate-route__row + .be-overseas-certificate-route__row {
    margin-top: 16px;
  }
  .be-overseas-certificate-route__column--departure-airport {
    width: calc(50% - 28px);
  }
  .be-overseas-certificate-route__column--swap-airport {
    width: 36px;
  }
  .be-overseas-certificate-route__column--arrival-airport {
    width: calc(50% - 28px);
  }
  .be-overseas-certificate-route-departure-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-certificate-route-swap-airport__button {
    height: 36px;
    width: 36px;
  }
  .be-overseas-certificate-route-swap-airport__button::before {
    font-size: 1.8rem;
  }
  .be-overseas-certificate-route-arrival-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-certificate-route-request-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-certificate-route__note {
    margin-top: 24px;
  }
  .be-overseas-certificate-route__note .be-nav__item {
    margin-top: 8px;
  }
  .be-overseas-certificate-route__note {
    margin-top: 24px;
  }
  .be-overseas-certificate-route__note .be-nav__item {
    margin-top: 8px;
  }
}

@media screen and (max-width: 1024px) {
  .be-overseas-certificate-route__column--departure-airport {
    width: calc(50% - 30px);
  }
  .be-overseas-certificate-route__column--arrival-airport {
    margin-right: 0;
    width: calc(50% - 30px);
  }
  .be-overseas-certificate-route__column--request-date {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
  .be-domestic-reserve-ticket__notification {
    position: inherit;
  }
  .be-domestic-reserve-car__notification {
    position: inherit;
  }
  .be-overseas-reserve-car__notification {
    position: inherit;
  }
}

.be-overseas-certificate-number__row {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

.be-overseas-certificate-number__row + .be-overseas-certificate-number__row {
  margin-top: 24px;
}

.be-overseas-certificate-number__column--flight-number {
  padding-right: 5px;
  width: 50%;
}

.be-overseas-certificate-number__column--request-date {
  padding-left: 5px;
  width: 50%;
}

.be-overseas-certificate-number__column--submit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  width: 100%;
}

.be-overseas-certificate-number__column p {
  margin: 0;
}

.be-overseas-certificate-number-flight-number {
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
}

.be-overseas-certificate-number-flight-number__label {
  -ms-flex-negative: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #333;
          flex-grow: 0;
      flex-shrink: 0;
  font-size: 1.2rem;
  font-weight: 600;
}

.be-overseas-certificate-number-flight-number__input {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-style: none;
  color: #00146E;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 4px;
  padding: 0;
}

.be-overseas-certificate-number-flight-number__input:focus {
  outline-style: none !important;
}

.be-overseas-certificate-number-flight-number__input::-webkit-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-certificate-number-flight-number__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-certificate-number-flight-number__input:-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-certificate-number-flight-number__input::-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-certificate-number-flight-number__input::placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-certificate-number-flight-number__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
  opacity: 1;
}

.be-overseas-certificate-number-flight-number--open {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-certificate-number-request-date {
  width: 100%;
}

.be-overseas-certificate-number-request-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-certificate-number-request-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-certificate-number-request-date__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-overseas-certificate-number-request-date--empty .be-overseas-certificate-number-request-date__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-certificate-number-request-date--open .be-overseas-certificate-number-request-date__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-certificate-number-submit {
  height: 50px;
}

.be-overseas-certificate-number-submit__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  padding-left: 27px;
  padding-right: 21px;
}

.be-overseas-certificate-number-submit__button::after {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}

.be-overseas-certificate-number-submit__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

.be-overseas-certificate-number-submit__button span {
  position: relative;
}

.be-overseas-certificate-number-submit__button:hover:not(:disabled) span,
.be-overseas-certificate-number-submit__button:focus:not(:disabled) span {
  text-decoration: underline;
}

.be-overseas-certificate-number__note {
  margin-top: 16px;
}

.be-overseas-certificate-number__note .be-nav__item--bold {
  font-weight: 600;
}

@media screen and (min-width: 1025px) {
  .be-overseas-certificate-number__column--submit {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

/* 運行状況ページ 矢印を非表示 */
#fs-index-gray-container .be-secondary-tab-nav__prev,
#fs-index-gray-container .be-tertiary-tab-nav__prev,
#fs-index-gray-container .be-secondary-tab-nav__next,
#fs-index-gray-container .be-tertiary-tab-nav__next {
  display: none;
}

/* 検索モジュール
   プルダウンの値の「…」が表示されないようにするため、 SPレイアウト時のプルダウンは原則1カラムに変更し、改行と「…」を無効化。上下の余白も設定する。
   また、同じスタイルの上書きを行う要素のセレクタが非常に多いのでcssの入れ子も使用する */
@media (max-width:600px) {
  .be-domestic-reserve-ticket__row{justify-content: center;}
  .be-domestic-reserve-ticket__column--departure-airport{width: 100%;}
  .be-domestic-reserve-ticket__column--swap-airport{margin-top: 16px;transform: rotate(90deg);}
  .be-domestic-reserve-ticket__column--arrival-airport{width: 100%;margin-top: 16px;}
  .be-domestic-reserve-ticket__column--boarding-date{width: 100%;}
  .be-domestic-reserve-ticket__column--passenger{width: 100%;margin-top: 16px;}
  .be-domestic-reserve-ticket-and-stay__row{flex-wrap: wrap;}
  .be-domestic-reserve-ticket-and-stay__label{width: 100%;justify-content: flex-start;}
  .be-domestic-reserve-ticket-and-stay__column--way-there-departure-airport{width: 100%;margin-top: 16px;padding-right: 0;}
  .be-domestic-reserve-ticket-and-stay__column--way-there-arrival-airport{width: 100%;margin-top: 16px;padding-left: 0;}
  .be-domestic-reserve-ticket-and-stay__row{flex-wrap: wrap;}
  .be-domestic-reserve-ticket-and-stay__label{width: 100%;}
  .be-domestic-reserve-ticket-and-stay__column--way-back-departure-airport{width: 100%;margin-top: 16px;padding-right: 0;}
  .be-domestic-reserve-ticket-and-stay__column--way-back-arrival-airport{width: 100%;margin-top: 16px;padding-left: 0;}
  .be-domestic-reserve-hotel__column--place{width: 100%;padding-right: 0;}
  .be-domestic-reserve-hotel__column--passenger{width: 100%;padding-left: 0;}
  .be-domestic-reserve-car__column--from-date{width: 100%;padding-right: 0;}
  .be-domestic-reserve-car__column--from-time{width: 100%;margin-top: 16px;padding-left: 0;}
  .be-domestic-reserve-car__column--to-date{width: 100%;padding-right: 0;}
  .be-domestic-reserve-car__column--to-time{width: 100%;margin-top: 16px;padding-left: 0;}
  .be-domestic-reserve-traffic__column--place{width: 100%;padding-right: 0;}
  .be-domestic-reserve-traffic__column--purpose{width: 100%;padding-left: 0;}
  .be-domestic-reserve-golf__column--start-date{width: 100%;padding-right: 0;}
  .be-domestic-reserve-golf__column--number-of-playing-days{width: 100%;}
  .be-domestic-reserve-golf__column--start-date-from-and-days{width: 100%;margin-top: 16px;}
  .be-domestic-status-route__row{justify-content: center;}
  .be-domestic-status-route__column--departure-airport{width: 100%;margin-right: 0;}
  .be-domestic-status-route__column--swap-airport{margin-top: 16px;transform: rotate(90deg);}
  .be-domestic-status-route__column--arrival-airport{width: 100%;margin-top: 16px;margin-left: 0;}
  .be-overseas-reserve-ticket__row{justify-content: center;}
  .be-overseas-reserve-ticket__column--departure-airport{width: 100%;padding-right: 0;}
  .be-overseas-reserve-ticket__column--swap-airport{margin-top: 16px;transform: rotate(90deg);}
  .be-overseas-reserve-ticket__column--arrival-airport{width: 100%;margin-top: 16px;padding-left: 0;}
  .be-overseas-reserve-ticket__column--boarding-date{width: 100%;padding-right: 0;}
  .be-overseas-reserve-ticket__column--passenger{width: 100%;margin-top: 16px;padding-left: 0;}
  .be-overseas-reserve-ticket-and-stay-after__column--departure-airport{width: 100%;padding-right: 0;}
  .be-overseas-reserve-ticket-and-stay-after__column--arrival-airport{width: 100%;margin-top: 16px;padding-left: 0;}
  .be-overseas-reserve-car__column--from-date{width: 100%;padding-right: 0;}
  .be-overseas-reserve-car__column--from-time{width: 100%;margin-top: 16px;padding-left: 0;}
  .be-overseas-reserve-car__column--to-date{width: 100%;padding-right: 0;}
  .be-overseas-reserve-car__column--to-time{width: 100%;margin-top: 16px;padding-left: 0;}
  .be-overseas-reserve-hotel-and-option__column--plan{width: 100%;padding-right: 0;}
  .be-overseas-reserve-hotel-and-option__column--use-date{width: 100%;padding-left: 0;}
  .be-overseas-status-route__column--departure-airport{width: 100%;margin-right: 0;}
  .be-overseas-status-route__row{justify-content: center;}
  .be-overseas-status-route__column--swap-airport{transform: rotate(90deg);margin-top: 16px;}
  .be-overseas-status-route__column--arrival-airport{width: 100%;margin-top: 16px;margin-left: 0;}
  .be-overseas-confirm-reservation-number__column--given-name{padding-right: 0;}
  .be-overseas-confirm-reservation-number__column--family-name{padding-left: 0;padding-right: 0;}
  .be-overseas-confirm-ticket-number__column--given-name{padding-right: 0;}
  .be-overseas-confirm-ticket-number__column--family-name{padding-left: 0;padding-right: 0;}
  .be-wws-reserve-ticket__row{justify-content: center;}
  .be-wws-reserve-ticket__column--departure-airport{width: 100%;}
  .be-wws-reserve-ticket__column--swap-airport{margin-top: 16px;transform: rotate(90deg);}
  .be-wws-reserve-ticket__column--arrival-airport{width: 100%;margin-top: 16px;}
  .be-biz-domestic-reserve-ticket__row{justify-content: center;}
  .be-biz-domestic-reserve-ticket__column--departure-airport{width: 100%;}
  .be-biz-domestic-reserve-ticket__column--swap-airport{margin-top: 16px;transform: rotate(90deg);}
  .be-biz-domestic-reserve-ticket__column--arrival-airport{width: 100%;margin-top: 16px;}
}

.be-domestic-reserve-ticket__column--departure-airport button, .be-domestic-reserve-ticket__column--arrival-airport button, .be-domestic-reserve-ticket__column--boarding-date button, .be-domestic-reserve-ticket__column--passenger button, .be-domestic-reserve-ticket-and-stay__row button, .be-domestic-reserve-ticket-and-stay__label button, .be-domestic-reserve-ticket-and-stay__column--way-there-departure-airport button, .be-domestic-reserve-ticket-and-stay__column--way-there-arrival-airport button, .be-domestic-reserve-ticket-and-stay__row button, .be-domestic-reserve-ticket-and-stay__label button, .be-domestic-reserve-ticket-and-stay__column--way-back-departure-airport button, .be-domestic-reserve-ticket-and-stay__column--way-back-arrival-airport button, .be-domestic-reserve-hotel__column--place button, .be-domestic-reserve-hotel__column--passenger button, .be-domestic-reserve-car__column--from-date button, .be-domestic-reserve-car__column--from-time button, .be-domestic-reserve-car__column--to-date button, .be-domestic-reserve-car__column--to-time button, .be-domestic-reserve-traffic__column--place button, .be-domestic-reserve-traffic__column--purpose button, .be-domestic-reserve-golf__column--start-date button, .be-domestic-reserve-golf__column--number-of-playing-days button, .be-domestic-reserve-golf__column--start-date-from-and-days button, .be-domestic-status-route__column--departure-airport button, .be-domestic-status-route__column--arrival-airport button,
.be-domestic-reserve-ticket-departure-date__button,.be-domestic-reserve-ticket-arrival-date__button,.be-domestic-reserve-ticket-indirect-departure-airport__button,.be-domestic-reserve-ticket-indirect-arrival-airport__button,
.be-overseas-reserve-ticket__column--departure-airport button, .be-overseas-reserve-ticket__column--arrival-airport button, .be-overseas-reserve-ticket__column--boarding-date button, .be-overseas-reserve-ticket__column--passenger button, .be-overseas-reserve-ticket-and-stay-after__column--departure-airport button, .be-overseas-reserve-ticket-and-stay-after__column--arrival-airport button, .be-overseas-reserve-car__column--from-date button, .be-overseas-reserve-car__column--from-time button, .be-overseas-reserve-car__column--to-date button, .be-overseas-reserve-car__column--to-time button, .be-overseas-reserve-hotel-and-option__column--plan button, .be-overseas-reserve-hotel-and-option__column--use-date button, .be-overseas-status-route__column--departure-airport button, .be-overseas-status-route__column--arrival-airport button, .be-domestic-reserve-hotel-checkin-checkout__button, .be-domestic-reserve-golf-pref-city__button, .be-overseas-reserve-hotel-city__button, .be-overseas-reserve-hotel-checkin-checkout__button, .be-overseas-reserve-hotel-and-option-destination__button,
.be-overseas-reserve-ticket-departure-date__button,.be-overseas-reserve-ticket-arrival-date__button,.be-overseas-reserve-ticket-indirect-departure-airport__button,.be-overseas-reserve-ticket-indirect-arrival-airport__button,
.be-wws-reserve-ticket__column--departure-airport button, .be-wws-reserve-ticket__column--arrival-airport button,
.be-wws-reserve-ticket-departure-date__button,.be-wws-reserve-ticket-arrival-date__button,.be-wws-reserve-ticket-indirect-departure-airport__button,.be-wws-reserve-ticket-indirect-arrival-airport__button,.be-biz-domestic-reserve-ticket__column--departure-airport button, .be-biz-domestic-reserve-ticket__column--arrival-airport button,
.be-biz-domestic-reserve-ticket__column--departure-airport button, .be-biz-domestic-reserve-ticket__column--arrival-airport button, .be-biz-domestic-reserve-ticket__column--boarding-date button, .be-biz-domestic-reserve-ticket__column--passenger button, .be-biz-domestic-reserve-ticket-and-stay__row button, .be-biz-domestic-reserve-ticket-and-stay__label button, .be-biz-domestic-reserve-ticket-and-stay__column--way-there-departure-airport button, .be-biz-domestic-reserve-ticket-and-stay__column--way-there-arrival-airport button, .be-biz-domestic-reserve-ticket-and-stay__row button, .be-biz-domestic-reserve-ticket-and-stay__label button, .be-biz-domestic-reserve-ticket-and-stay__column--way-back-departure-airport button, .be-biz-domestic-reserve-ticket-and-stay__column--way-back-arrival-airport button, .be-biz-domestic-reserve-hotel__column--place button, .be-biz-domestic-reserve-hotel__column--passenger button, .be-biz-domestic-reserve-car__column--from-date button, .be-biz-domestic-reserve-car__column--from-time button, .be-biz-domestic-reserve-car__column--to-date button, .be-biz-domestic-reserve-car__column--to-time button, .be-biz-domestic-reserve-traffic__column--place button, .be-biz-domestic-reserve-traffic__column--purpose button, .be-biz-domestic-reserve-golf__column--start-date button, .be-biz-domestic-reserve-golf__column--number-of-playing-days button, .be-biz-domestic-reserve-golf__column--start-date-from-and-days button, .be-biz-domestic-status-route__column--departure-airport button, .be-biz-domestic-status-route__column--arrival-airport button,
.be-biz-domestic-reserve-ticket-departure-date__button,.be-biz-domestic-reserve-ticket-arrival-date__button,.be-biz-domestic-reserve-ticket-indirect-departure-airport__button,.be-biz-domestic-reserve-ticket-indirect-arrival-airport__button,
.be-domestic-search-calendar-departure-airport button, .be-domestic-search-calendar-arrival-airport button,
.be-overseas-search-calendar-departure-airport button, .be-overseas-search-calendar-arrival-airport button,
.be-wws-search-calendar-departure-airport button, .be-wws-search-calendar-arrival-airport button,
.be-domestic-search-theme-departure-airport button, .be-domestic-search-theme-arrival-airport button, .be-domestic-search-theme-departure-date button, .be-domestic-search-theme-arrival-date__button button,
.be-overseas-search-theme-departure-airport button, .be-overseas-search-theme-arrival-airport button, .be-overseas-search-theme-departure-date button, .be-overseas-search-theme-arrival-date__button button,
.be-wws-search-theme-departure-airport button, .be-wws-search-theme-arrival-airport button, .be-wws-search-theme-departure-date button, .be-wws-search-theme-arrival-date__button button,
.be-domestic-search-destination-departure-airport button, .be-domestic-search-destination-arrival-airport button, .be-domestic-search-destination-departure-date button, .be-domestic-search-destination-arrival-date__button button,
.be-overseas-search-destination-departure-airport button, .be-overseas-search-destination-arrival-airport button, .be-overseas-search-destination-departure-date button, .be-overseas-search-destination-arrival-date__button button,
.be-wws-search-destination-departure-airport button, .be-wws-search-destination-arrival-airport button, .be-wws-search-destination-departure-date button, .be-wws-search-destination-arrival-date__button button{
  min-height: 60px;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;

  @media (max-width:767px) {
    min-height: 54px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  span {
    white-space: normal;text-overflow: clip;
  }
}

.be-overseas-tour__item {
  min-height: 54px;height: auto;
}
@media screen and (max-width:767px) {
  .be-overseas-tour__item {min-height: 57px;height: auto;} 
}

/* ブラウザズーム時のみ操作可能にするためUIを調整する */

@media screen and (max-width: 767px) {

  .js-zoom-state.booking-modal--active .booking-modal__container{
    overflow-y: scroll;
  }

  .js-zoom-state.booking-modal--active .booking-modal__inner{
    height: auto
  }

  .js-zoom-state.booking-modal--active .booking-modal__content--default{
    height: auto;
  }

  .be-dialog-container:has(.js-zoom-state.be-dialog.be-dialog--show){
    overflow: scroll;
  }

  .js-zoom-state.be-dialog.be-dialog--show{
    height: auto;
    min-height: 100%;
    position: relative;
  }

  .js-zoom-state.be-dialog.be-dialog--show .be-dialog__close-button{
    top: 0;
  }

  .js-zoom-state.be-dialog.be-dialog--show .be-dialog__close-button::after{
    color: #333;
  }
}

/* 追加分UI2023 */
.mod-loading-parent{
	position:relative;
}
.mod-loading-overlap{
	left: -10px;
	top: 5px;
	width: calc( 100% + 20px );
	height: 100%;
	position: absolute;
	z-index: 10000;
	margin-top: -1px;
	padding-bottom: 10px;
}
.be-tertiary-tab__content:empty{
  background-color:transparent;
  height:2px
}
@media (min-width: 768px) {
	.be-primary-tab__tablist + .be-primary-tab__panel:last-child {
		border-top-left-radius: 10px;
	}
}
.mod-loading-overlap-mat{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
}
.mod-asw-loading-spinner{
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	z-index: 100;
	width: 88px;
	height: 88px;
	top: -20px;
	bottom: 0;
	background-image: url('data:image/gif;base64,R0lGODlhIAAgAPMAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5B4eHgQEBLy8vP///wAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQECgD/ACwAAAAAIAAgAAAEznDJSelIo+rNJ0pIZRydJgRVolKAIJTUgSAFpSbT4SowNSMvyW2icBl6k8CMMBkuDDskhTBDLZw7klQi+JGGUFfMSCQQMpNCVaPLFcmSgZlQCAIQ6E5rB6gU5nRHPXwCWhUCf3NIYYIdcgRBPY0wB1Zbl1uERgADAZ6fl5oun6SWSKI6naWYrItbkyWMlHAwhIZjfFJ7USy2sZE6WW7CXLcSYTzDhsGTe0e8xK/QYk+8mXDWb7C/1AvWwZGDtNbe3eJ9ROZPxrGwb62/7BwRACH5BAUKAAsALAAAAAAYABcAAARxcMlJKxI160kQqcGwiRRiUkSSaMRXntKgImyrTCYtIWqgDa0CDhaYbRaFFim3MKgSpE3LxSyoXM1A4IbCUmSAiUKrNUgMBMyRIiCHDuuNwe2Lb8Zb+1qt78cPCgKCg34LgYOEfoCIgoWOj5CRkkdhfREAIfkEBQoACwAsAQAAAB0ADgAABG1wyUmnIDXrvQopmcBNhlIRKFUgyCgFgTihmCSw9QgHxpxKBJbLtvPlcEPJAGZa0BYHFkJG2hiKzlSABZoEEonBQaDoTZYxTUuJACd4ZPJBckhzAAR3ogaIk5MLelMUY35JX29WcoAFZhyOgBURACH5BAUKAAoALAcAAAAZABEAAARjUMmpQAA06z3CyN+mHEYWnBlBiEJLnQGlilV7TPBUqKFmtAIcSjFQFWg1QUmRU6hWyANQ0pxlEIjgBGDTCAjLLxbhXdIKY8QRuUlD2RwsnB24ze94TWLPR/TufIEJeQqCCX4RACH5BAUKAAsALA4AAAASABgAAARk0Ayzqr1YDLwU5csgXkMQgOFYGeYJilvVKihcKS2axu33jgJTrDIgEFCAwMFSMBKGIIrzqKtMC7Sq9anter8VhHhM1Y3PiCoaQRCAvUpwIJFwdel0BBRJwCfKVQMIeHZacwluEQAh+QQFCgALACwOAAAAEgAeAAAEevCos6q9WAmF+93CNwzeAl5j6J2VkJYsMJKwVs1lu5mvJQQBg8egWhiAQE7uMEAGaDlnMOdLUjPXrJbA7RaKnq6YQB0TCtq0hZIeIBDq95sALhkKcgTaE0gAWgRyHgUJCWQXgUOFCVBXfQlwaQiFAWkCi2oEhWxaTx4RACH5BAUKAAsALA8AAQARAB8AAARzcMm5zKEYAyGyP5ziZQpnjJQRolR4sdU6qcKbpqFyolvO5jUYbQerFI+ogHI5ACSX0Ce0iaweBQTC4JjNFpBdwmiAoBS6W0oAgfhOBllJYi5hIzqeeWLCFufpEgRsI3oUdn97EwWDGYUaHggJZUcDCWlFEQAh+QQFCgALACwIAA4AGAASAAAEbHDJSesSOKtj+9Sa54EYJ56oKKQnEAQK2720IVPHQAeDLBC2hWEXkwASgQ6BUFG8ggtCIlFYIK6SJVM0mCY4V4RksKx6ENOkFSspLHuWwFQsCVO0HXQCvqZPlh1TW3VsE3wVOhUECIM3H34pEQAh+QQFCgALACwCABIAHQAOAAAEbnDJSatd5lJTtDWCkF1BkgQepYThoSKmmapsKBFxQgApELiYVatkQgwkBqNFEAgcJyDRwISaFBAIFGEraf40wIkAi7hxFwrvbELAss+LQVOxXmAJbzxSPWsjBHkUclUpWB2BKiM9FgUEh3VremsRACH5BAUKAAsALAAADwAZABEAAARjcKBE67o461t72mAmeV9onuh5BCmKIEMLEu8rZ0WNFKghbDXC7yLc+ASAjMCmIRAugegFKTignM9FlLU4Kk4FZ0wrnSINoYGTBy13qSZnZqtEhuRz98VgTWsGAWM3GgABSRsRACH5BAUKAAsALAEACAARABgAAARYUKQUlr34hpnQyOBCcAkBhNiAkGi2UW1mVHFt33iu7+hAELfC71cbAg0t369wOQROoN/nMgg8F4Isama1ZAUo6xWrBSnEl29IjPSWXWM3GGSYp9+1g+IQAQAh+QQFCgALACwAAAIADgAdAAAEa3DJuUageKZEMt6J4E3BhowTsl3oABppRxFbkSIIIS5AwkoFHK4A8wgIwhNqgRssF4fnUlAgWK+Zq1ZGoW650vAOpQgEACODee2xrAdRTNk8QEsEcajZfhfgUQd+Y0Z+RR4GglOFinxphgsRADs=');
	background-repeat: no-repeat;
	background-size: 60px auto;
	background-position: center;
	z-index: 10005;
}
.be-calendar-month__cell{
	flex-flow: column;
}
#booking-modal-bottom-hero{
	min-height: 38.5rem;
	display:block !important;
}
#booking-modal-bottom-hero:empty{
	border-radius: 10px;
	background-image: url('data:image/gif;base64,R0lGODlhIAAgAPMAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5B4eHgQEBLy8vP///wAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQECgD/ACwAAAAAIAAgAAAEznDJSelIo+rNJ0pIZRydJgRVolKAIJTUgSAFpSbT4SowNSMvyW2icBl6k8CMMBkuDDskhTBDLZw7klQi+JGGUFfMSCQQMpNCVaPLFcmSgZlQCAIQ6E5rB6gU5nRHPXwCWhUCf3NIYYIdcgRBPY0wB1Zbl1uERgADAZ6fl5oun6SWSKI6naWYrItbkyWMlHAwhIZjfFJ7USy2sZE6WW7CXLcSYTzDhsGTe0e8xK/QYk+8mXDWb7C/1AvWwZGDtNbe3eJ9ROZPxrGwb62/7BwRACH5BAUKAAsALAAAAAAYABcAAARxcMlJKxI160kQqcGwiRRiUkSSaMRXntKgImyrTCYtIWqgDa0CDhaYbRaFFim3MKgSpE3LxSyoXM1A4IbCUmSAiUKrNUgMBMyRIiCHDuuNwe2Lb8Zb+1qt78cPCgKCg34LgYOEfoCIgoWOj5CRkkdhfREAIfkEBQoACwAsAQAAAB0ADgAABG1wyUmnIDXrvQopmcBNhlIRKFUgyCgFgTihmCSw9QgHxpxKBJbLtvPlcEPJAGZa0BYHFkJG2hiKzlSABZoEEonBQaDoTZYxTUuJACd4ZPJBckhzAAR3ogaIk5MLelMUY35JX29WcoAFZhyOgBURACH5BAUKAAoALAcAAAAZABEAAARjUMmpQAA06z3CyN+mHEYWnBlBiEJLnQGlilV7TPBUqKFmtAIcSjFQFWg1QUmRU6hWyANQ0pxlEIjgBGDTCAjLLxbhXdIKY8QRuUlD2RwsnB24ze94TWLPR/TufIEJeQqCCX4RACH5BAUKAAsALA4AAAASABgAAARk0Ayzqr1YDLwU5csgXkMQgOFYGeYJilvVKihcKS2axu33jgJTrDIgEFCAwMFSMBKGIIrzqKtMC7Sq9anter8VhHhM1Y3PiCoaQRCAvUpwIJFwdel0BBRJwCfKVQMIeHZacwluEQAh+QQFCgALACwOAAAAEgAeAAAEevCos6q9WAmF+93CNwzeAl5j6J2VkJYsMJKwVs1lu5mvJQQBg8egWhiAQE7uMEAGaDlnMOdLUjPXrJbA7RaKnq6YQB0TCtq0hZIeIBDq95sALhkKcgTaE0gAWgRyHgUJCWQXgUOFCVBXfQlwaQiFAWkCi2oEhWxaTx4RACH5BAUKAAsALA8AAQARAB8AAARzcMm5zKEYAyGyP5ziZQpnjJQRolR4sdU6qcKbpqFyolvO5jUYbQerFI+ogHI5ACSX0Ce0iaweBQTC4JjNFpBdwmiAoBS6W0oAgfhOBllJYi5hIzqeeWLCFufpEgRsI3oUdn97EwWDGYUaHggJZUcDCWlFEQAh+QQFCgALACwIAA4AGAASAAAEbHDJSesSOKtj+9Sa54EYJ56oKKQnEAQK2720IVPHQAeDLBC2hWEXkwASgQ6BUFG8ggtCIlFYIK6SJVM0mCY4V4RksKx6ENOkFSspLHuWwFQsCVO0HXQCvqZPlh1TW3VsE3wVOhUECIM3H34pEQAh+QQFCgALACwCABIAHQAOAAAEbnDJSatd5lJTtDWCkF1BkgQepYThoSKmmapsKBFxQgApELiYVatkQgwkBqNFEAgcJyDRwISaFBAIFGEraf40wIkAi7hxFwrvbELAss+LQVOxXmAJbzxSPWsjBHkUclUpWB2BKiM9FgUEh3VremsRACH5BAUKAAsALAAADwAZABEAAARjcKBE67o461t72mAmeV9onuh5BCmKIEMLEu8rZ0WNFKghbDXC7yLc+ASAjMCmIRAugegFKTignM9FlLU4Kk4FZ0wrnSINoYGTBy13qSZnZqtEhuRz98VgTWsGAWM3GgABSRsRACH5BAUKAAsALAEACAARABgAAARYUKQUlr34hpnQyOBCcAkBhNiAkGi2UW1mVHFt33iu7+hAELfC71cbAg0t369wOQROoN/nMgg8F4Isama1ZAUo6xWrBSnEl29IjPSWXWM3GGSYp9+1g+IQAQAh+QQFCgALACwAAAIADgAdAAAEa3DJuUageKZEMt6J4E3BhowTsl3oABppRxFbkSIIIS5AwkoFHK4A8wgIwhNqgRssF4fnUlAgWK+Zq1ZGoW650vAOpQgEACODee2xrAdRTNk8QEsEcajZfhfgUQd+Y0Z+RR4GglOFinxphgsRADs=');
	background-repeat: no-repeat;
	background-size: 60px auto;
	background-position: center;
	background-color: #fff;
}

.be-dialog.be-dialog--has-button:not(.be-calendar--small) {
	max-height:none !important;
}

@media screen and (min-width: 1025px){
	.be-calendar:not(.be-calendar--small) {
		width: 100%;
	}
}
.be-domestic-reserve-ticket__column--departure-date,
.be-domestic-reserve-ticket__column--arrival-date,
.be-overseas-reserve-ticket__column--departure-date,
.be-overseas-reserve-ticket__column--arrival-date,
.be-wws-reserve-ticket__column--departure-date,
.be-wws-reserve-ticket__column--arrival-date,
.be-biz-domestic-reserve-ticket__column--departure-date,
.be-biz-domestic-reserve-ticket__column--arrival-date{
    padding-right: 5px
}
.be-domestic-reserve-ticket__column--departure-time,
.be-domestic-reserve-ticket__column--arrival-time,
.be-overseas-reserve-ticket__column--departure-time,
.be-overseas-reserve-ticket__column--arrival-time,
.be-wws-reserve-ticket__column--departure-time,
.be-wws-reserve-ticket__column--arrival-time,
.be-biz-domestic-reserve-ticket__column--departure-time,
.be-biz-domestic-reserve-ticket__column--arrival-time{
    padding-left: 5px
}
.be-domestic-reserve-ticket-departure-date__button,
.be-domestic-reserve-ticket-arrival-date__button,
.be-overseas-reserve-ticket-departure-date__button,
.be-overseas-reserve-ticket-arrival-date__button,
.be-wws-reserve-ticket-departure-date__button,
.be-wws-reserve-ticket-arrival-date__button,
.be-biz-domestic-reserve-ticket-departure-date__button,
.be-biz-domestic-reserve-ticket-arrival-date__button{
    background-color: #fff;
    border-color: #949499;
    border-radius: 30px;
    border-style: solid;
    border-width: 1px;
    color: #00146E;
    cursor: pointer;
    font-weight: 600;
    min-height: 60px;
    padding-left: 24px;
    padding-right: 24px;
    text-align: left;
    width: 100%
}

@media screen and (max-width: 767px){
  .be-domestic-reserve-ticket-large .be-domestic-reserve-ticket-departure-date__button,
  .be-domestic-reserve-ticket-large .be-domestic-reserve-ticket-arrival-date__button,
  .be-overseas-reserve-ticket-large .be-overseas-reserve-ticket-departure-date__button,
  .be-overseas-reserve-ticket-large .be-overseas-reserve-ticket-arrival-date__button,
  .be-wws-secondary-tab__panel .be-wws-reserve-ticket-large .be-wws-reserve-ticket-departure-date__button,
  .be-wws-secondary-tab__panel .be-wws-reserve-ticket-large .be-wws-reserve-ticket-arrival-date__button,
  .be-biz-domestic-reserve-ticket-large .be-biz-domestic-reserve-ticket-departure-date__button,
  .be-biz-domestic-reserve-ticket-large .be-biz-domestic-reserve-ticket-arrival-date__button{
    border-radius: 27px;
    min-height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.be-domestic-reserve-ticket-departure-date__button span::before,
.be-domestic-reserve-ticket-arrival-date__button span::before,
.be-overseas-reserve-ticket-departure-date__button span::before,
.be-overseas-reserve-ticket-arrival-date__button span::before,
.be-wws-reserve-ticket-departure-date__button span::before,
.be-wws-reserve-ticket-arrival-date__button span::before,
.be-biz-domestic-reserve-ticket-departure-date__button span::before,
.be-biz-domestic-reserve-ticket-arrival-date__button span::before{
    content: "";
    font-family: asw-icon;
    font-size: 1em;
    margin-right: 3px;
}

.be-domestic-reserve-ticket-departure-from-direct-flight-date--empty .be-domestic-reserve-ticket-departure-date__button,
.be-domestic-reserve-ticket-indirect-departure-airport--empty .be-domestic-reserve-ticket-indirect-departure-airport__button,
.be-domestic-reserve-ticket-arrival-date--empty .be-domestic-reserve-ticket-arrival-date__button,
.be-domestic-reserve-ticket-indirect-arrival-airport--empty .be-domestic-reserve-ticket-indirect-arrival-airport__button,
.be-overseas-reserve-ticket-departure-from-direct-flight-date--empty .be-overseas-reserve-ticket-departure-date__button,
.be-overseas-reserve-ticket-indirect-departure-airport--empty .be-overseas-reserve-ticket-indirect-departure-airport__button,
.be-overseas-reserve-ticket-arrival-date--empty .be-overseas-reserve-ticket-arrival-date__button,
.be-overseas-reserve-ticket-indirect-arrival-airport--empty .be-overseas-reserve-ticket-indirect-arrival-airport__button,
.be-wws-reserve-ticket-departure-from-direct-flight-date--empty .be-wws-reserve-ticket-departure-date__button,
.be-wws-reserve-ticket-indirect-departure-airport--empty .be-wws-reserve-ticket-indirect-departure-airport__button,
.be-wws-reserve-ticket-arrival-date--empty .be-wws-reserve-ticket-arrival-date__button,
.be-wws-reserve-ticket-indirect-arrival-airport--empty .be-wws-reserve-ticket-indirect-arrival-airport__button,
.be-biz-domestic-reserve-ticket-departure-from-direct-flight-date--empty .be-biz-domestic-reserve-ticket-departure-date__button,
.be-biz-domestic-reserve-ticket-indirect-departure-airport--empty .be-biz-domestic-reserve-ticket-indirect-departure-airport__button,
.be-biz-domestic-reserve-ticket-arrival-date--empty .be-biz-domestic-reserve-ticket-arrival-date__button,
.be-biz-domestic-reserve-ticket-indirect-arrival-airport--empty .be-biz-domestic-reserve-ticket-indirect-arrival-airport__button{
    color: #6E6E6E;
    font-weight: 400
}
.be-domestic-reserve-ticket__column--title,
.be-overseas-reserve-ticket__column--title,
.be-wws-reserve-ticket__column--title,
.be-biz-domestic-reserve-ticket__column--title{
    font-size: calc(8em / 7);
    font-weight: 600;
    width:100%;
    margin-block: 0;
}
.be-domestic-reserve-ticket__column--roundFlg .be-domestic-reserve-ticket__column--title,
.be-overseas-reserve-ticket__column--roundFlg .be-overseas-reserve-ticket__column--title,
.be-wws-reserve-ticket__column--roundFlg .be-wws-reserve-ticket__column--title,
.be-biz-domestic-reserve-ticket__column--roundFlg .be-biz-domestic-reserve-ticket__column--title{
  display:none;
}
.be-wws-reserve-ticket__row + .be-wws-reserve-ticket__row{
  margin-top: 24px;
}
.be-wws-reserve-ticket__form--collapse .be-wws-reserve-ticket__row--optional{
  height: 0;
  margin-top: 0;
  overflow: hidden;
}
.be-domestic-reserve-ticket__row--mt2,
.be-overseas-reserve-ticket__row--mt2,
.be-wws-reserve-ticket__row--mt2,
.be-biz-domestic-reserve-ticket__row--mt2{
    margin-top: 8px !important;
}
.be-domestic-reserve-ticket__row--mt3,
.be-overseas-reserve-ticket__row--mt3,
.be-wws-reserve-ticket__row--mt3,
.be-biz-domestic-reserve-ticket__row--mt3{
    margin-top: 20px !important;
}
.be-domestic-reserve-ticket-departure-from-direct-flight-from-time__button,
.be-domestic-reserve-ticket-departure-from-direct-flight-to-time__button,
.be-domestic-reserve-ticket-departure-from-indirect-flight-from-time__button,
.be-domestic-reserve-ticket-arrival-to-direct-flight-from-time__button,
.be-domestic-reserve-ticket-arrival-to-direct-flight-to-time__button,
.be-domestic-reserve-ticket-arrival-to-indirect-flight-from-time__button,
.be-overseas-reserve-ticket-departure-from-direct-flight-from-time__button,
.be-overseas-reserve-ticket-departure-from-direct-flight-to-time__button,
.be-overseas-reserve-ticket-departure-to-direct-flight-from-time__button,
.be-overseas-reserve-ticket-departure-to-direct-flight-to-time__button,
.be-overseas-reserve-ticket-departure-from-indirect-flight-from-time__button,
.be-overseas-reserve-ticket-departure-from-indirect-flight-to-time__button,
.be-overseas-reserve-ticket-arrival-to-direct-flight-from-time__button,
.be-overseas-reserve-ticket-arrival-to-direct-flight-to-time__button,
.be-overseas-reserve-ticket-arrival-to-indirect-flight-from-time__button,
.be-overseas-reserve-ticket-arrival-to-indirect-flight-to-time__button,
.be-wws-reserve-ticket-departure-from-direct-flight-from-time__button,
.be-wws-reserve-ticket-departure-from-direct-flight-to-time__button,
.be-wws-reserve-ticket-departure-from-indirect-flight-from-time__button,
.be-wws-reserve-ticket-arrival-to-direct-flight-from-time__button,
.be-wws-reserve-ticket-arrival-to-direct-flight-to-time__button,
.be-wws-reserve-ticket-arrival-to-indirect-flight-from-time__button,
.be-biz-domestic-reserve-ticket-departure-from-direct-flight-from-time__button,
.be-biz-domestic-reserve-ticket-departure-from-direct-flight-to-time__button,
.be-biz-domestic-reserve-ticket-departure-from-indirect-flight-from-time__button,
.be-biz-domestic-reserve-ticket-arrival-to-direct-flight-from-time__button,
.be-biz-domestic-reserve-ticket-arrival-to-direct-flight-to-time__button,
.be-biz-domestic-reserve-ticket-arrival-to-indirect-flight-from-time__button{
    background-color: #fff;
    border-color: #949499;
    border-radius: 30px;
    border-style: solid;
    border-width: 1px;
    color: #00146E;
    cursor: pointer;
    font-weight: 600;
    height: 60px;
    padding-left: 24px;
    padding-right: 24px;
    text-align: left;
    width: 100%
}

@media screen and (max-width: 767px){
  .be-domestic-reserve-ticket-large .be-domestic-reserve-ticket-departure-from-direct-flight-from-time__button,
  .be-domestic-reserve-ticket-large .be-domestic-reserve-ticket-departure-from-direct-flight-to-time__button,
  .be-domestic-reserve-ticket-large .be-domestic-reserve-ticket-departure-from-indirect-flight-from-time__button,
  .be-domestic-reserve-ticket-large .be-domestic-reserve-ticket-arrival-to-direct-flight-from-time__button,
  .be-domestic-reserve-ticket-large .be-domestic-reserve-ticket-arrival-to-direct-flight-to-time__button,
  .be-domestic-reserve-ticket-large .be-domestic-reserve-ticket-arrival-to-indirect-flight-from-time__button,
  .be-overseas-reserve-ticket-departure-from-direct-flight-from-time__button,
  .be-overseas-reserve-ticket-departure-from-direct-flight-to-time__button,
  .be-overseas-reserve-ticket-departure-to-direct-flight-from-time__button,
  .be-overseas-reserve-ticket-departure-to-direct-flight-to-time__button,
  .be-overseas-reserve-ticket-departure-from-indirect-flight-from-time__button,
  .be-overseas-reserve-ticket-departure-from-indirect-flight-to-time__button,
  .be-overseas-reserve-ticket-arrival-to-direct-flight-from-time__button,
  .be-overseas-reserve-ticket-arrival-to-direct-flight-to-time__button,
  .be-overseas-reserve-ticket-arrival-to-indirect-flight-from-time__button,
  .be-overseas-reserve-ticket-arrival-to-indirect-flight-to-time__button,
  .be-wws-secondary-tab__panel .be-wws-reserve-ticket-departure-from-direct-flight-from-time__button[class^='be-wws'],
  .be-wws-secondary-tab__panel .be-wws-reserve-ticket-departure-from-direct-flight-to-time__button[class^='be-wws'],
  .be-wws-secondary-tab__panel .be-wws-reserve-ticket-departure-from-indirect-flight-from-time__button[class^='be-wws'],
  .be-wws-secondary-tab__panel .be-wws-reserve-ticket-arrival-to-direct-flight-from-time__button[class^='be-wws'],
  .be-wws-secondary-tab__panel .be-wws-reserve-ticket-arrival-to-direct-flight-to-time__button[class^='be-wws'],
  .be-wws-secondary-tab__panel .be-wws-reserve-ticket-arrival-to-indirect-flight-from-time__button[class^='be-wws'],
  .be-biz-domestic-reserve-ticket-departure-from-direct-flight-from-time__button,
  .be-biz-domestic-reserve-ticket-departure-from-direct-flight-to-time__button,
  .be-biz-domestic-reserve-ticket-departure-from-indirect-flight-from-time__button,
  .be-biz-domestic-reserve-ticket-arrival-to-direct-flight-from-time__button,
  .be-biz-domestic-reserve-ticket-arrival-to-direct-flight-to-time__button,
  .be-biz-domestic-reserve-ticket-arrival-to-indirect-flight-from-time__button{
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.be-domestic-reserve-ticket-from-time--empty .be-overseas-reserve-ticket-from-time__button,
.be-domestic-reserve-ticket-to-time--empty .be-overseas-reserve-ticket-to-time__button,
.be-overseas-reserve-ticket-from-time--empty .be-overseas-reserve-ticket-from-time__button,
.be-overseas-reserve-ticket-to-time--empty .be-overseas-reserve-ticket-to-time__button,
.be-wws-reserve-ticket-from-time--empty .be-wws-reserve-ticket-from-time__button,
.be-wws-reserve-ticket-to-time--empty .be-wws-reserve-ticket-to-time__button,
.be-biz-domestic-reserve-ticket-from-time--empty .be-overseas-reserve-ticket-from-time__button,
.be-biz-domestic-reserve-ticket-to-time--empty .be-overseas-reserve-ticket-to-time__button{
    color: #6E6E6E;
    font-weight: 400
}

.be-overseas-reserve-ticket__column--to-time {
    padding-left: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%
}

.be-overseas-reserve-ticket-to-time__button {
    background-color: #fff;
    border-color: #949499;
    border-radius: 30px;
    border-style: solid;
    border-width: 1px;
    color: #00146E;
    cursor: pointer;
    font-weight: 600;
    height: 60px;
    padding-left: 24px;
    padding-right: 24px;
    text-align: left;
    width: 100%
}
.be-domestic-reserve-ticket-to-time--empty .be-overseas-reserve-ticket-to-time__button,
.be-overseas-reserve-ticket-to-time--empty .be-overseas-reserve-ticket-to-time__button,
.be-wws-reserve-ticket-to-time--empty .be-wws-reserve-ticket-to-time__button,
.be-biz-domestic-reserve-ticket-to-time--empty .be-overseas-reserve-ticket-to-time__button{
    color: #6E6E6E;
    font-weight: 400
}

.be-overseas-reserve-ticket__column--from-time {
    padding-left: 5px;
    width: 50%
}
.be-overseas-reserve-ticket-from-time__button span::before,
.be-overseas-reserve-ticket-to-time__button span::before {
    content: "";
    font-family: "asw-icon";
    font-size: 1.4rem;
    margin-right: 3px
}
.be-domestic-reserve-ticket-departure-time > div > div,
.be-domestic-reserve-ticket-arrival-time > div,
.be-overseas-reserve-ticket-departure-time > div > div,
.be-overseas-reserve-ticket-arrival-time > div,
.be-wws-reserve-ticket-departure-time > div > div,
.be-wws-reserve-ticket-arrival-time > div,
.be-biz-domestic-reserve-ticket-departure-time > div > div{
    align-items: baseline;
    justify-content: space-between;
}
.be-domestic-reserve-ticket-from-time,
.be-domestic-reserve-ticket-to-time,
.be-overseas-reserve-ticket-from-time,
.be-overseas-reserve-ticket-to-time,
.be-wws-reserve-ticket-from-time,
.be-wws-reserve-ticket-to-time,
.be-biz-domestic-reserve-ticket-from-time,
.be-biz-domestic-reserve-ticket-to-time{
    display: inline-block;
    flex-basis: auto;
    width: calc( 100% / 2 - 9rem);
}
.be-accordion__control .be-domestic-reserve-ticket-from-time,
.be-accordion__control .be-overseas-reserve-ticket-from-time,
.be-accordion__control .be-wws-reserve-ticket-from-time,
.be-accordion__control .be-biz-domestic-reserve-ticket-from-time{
  width: 100%;
  padding-top: 8px;
}
.be-domestic-reserve-ticket-departure-time,
.be-domestic-reserve-ticket-arrival-time,
.be-overseas-reserve-ticket-departure-time,
.be-overseas-reserve-ticket-arrival-time,
.be-wws-reserve-ticket-departure-time,
.be-wws-reserve-ticket-arrival-time,
.be-biz-domestic-reserve-ticket-departure-time{
    flex-basis: 2rem;
    display: contents;
}
.be-domestic-reserve-ticket-no-time,
.be-overseas-reserve-ticket-no-time,
.be-wws-reserve-ticket-no-time,
.be-biz-domestic-reserve-ticket-no-time{
    width: 100%;
}

.be-overseas-reserve-ticket-no-time-category__item{
    margin-top: 8px;
}
.be-domestic-reserve-ticket-no-time input[type="checkbox"],
.be-overseas-reserve-ticket-no-time input[type="checkbox"],
.be-wws-reserve-ticket-no-time input[type="checkbox"],
.be-biz-domestic-reserve-ticket-no-time input[type="checkbox"]{
    display: none;
}
.be-domestic-reserve-ticket-no-time__checkbox,
.be-overseas-reserve-ticket-no-time__checkbox,
.be-wws-reserve-ticket-no-time__checkbox,
.be-biz-domestic-reserve-ticket-no-time__checkbox{
    border-color: #787878;
    border-radius: 3px;
    border-style: solid;
    border-width: 0.1em;
    cursor: pointer;
    display: inline-block;
    height: 1em;
    margin-bottom: 0.2em;
    position: relative;
    vertical-align: middle;
    width: 1em;
}
.be-domestic-reserve-ticket-no-time__checkbox[aria-checked="true"],
.be-overseas-reserve-ticket-no-time__checkbox[aria-checked="true"],
.be-wws-reserve-ticket-no-time__checkbox[aria-checked="true"],
.be-biz-domestic-reserve-ticket-no-time__checkbox[aria-checked="true"]{
    background-color: #00146E;
    border-color: #00146E;
}
.be-domestic-reserve-ticket-no-time__checkbox[aria-checked="true"]:after,
.be-overseas-reserve-ticket-no-time__checkbox[aria-checked="true"]:after,
.be-wws-reserve-ticket-no-time__checkbox[aria-checked="true"]:after,
.be-biz-domestic-reserve-ticket-no-time__checkbox[aria-checked="true"]:after{
    -webkit-transform: rotate(45deg);
    border-bottom: 0.14em solid #fff;
    border-right: 0.14em solid #fff;
    content: '';
    display: block;
    height: 0.6em;
    left: 0.2em;
    position: absolute;
    top: 0;
    transform: rotate(45deg);
    width: 0.4em
}
.be-domestic-reserve-ticket-roundFlg input[type="radio"],
.be-overseas-reserve-ticket-roundFlg input[type="radio"],
.be-wws-reserve-ticket-roundFlg input[type="radio"],
.be-biz-wws-reserve-ticket-roundFlg input[type="radio"]{
    display: none
}

.be-overseas-reserve-ticket-roundFlg__radio {
    border-color: #949499;
    border-radius: 50%;
    border-style: solid;
    border-width: 0.1em;
    cursor: pointer;
    display: inline-block;
    height: 1em;
    margin-bottom: 0.2em;
    vertical-align: middle;
    width: 1em
}

.be-overseas-reserve-ticket-roundFlg__radio[aria-checked="true"] {
    -webkit-box-shadow: inset 0 0 0 0.12em #fff;
    background-color: #00146E;
    border-color: #00146E;
    box-shadow: inset 0 0 0 0.12em #fff
}

.be-overseas-reserve-ticket-roundFlg__label {
    cursor: pointer;
    padding-left: 0.2em
}

.be-overseas-reserve-ticket-roundFlg__item {
    margin-top: 8px
}
.be-domestic-reserve-ticket-roundFlg,
.be-overseas-reserve-ticket-roundFlg,
.be-wws-reserve-ticket-roundFlg,
.be-biz-domestic-reserve-ticket-roundFlg{
    width: 100%;
}
.be-domestic-reserve-ticket__column--roundFlg,
.be-overseas-reserve-ticket__column--roundFlg,
.be-wws-reserve-ticket__column--roundFlg,
.be-biz-domestic-reserve-ticket__column--roundFlg{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.be-domestic-reserve-ticket__header-row-item--center,
.be-overseas-reserve-ticket__header-row-item--center,
.be-wws-reserve-ticket__header-row-item--center,
.be-biz-domestic-reserve-ticket__header-row-item--center{
    font-size: calc(8em / 7);
    font-weight: 600;
    width: 100%;
    text-align: center;
    margin-top: 8px;
}
.be-list-with-search__comment-input-label,
.be-boarding-date__comment-input-label,
.be-dialog__footer-accordion-input-label{
    position: relative;
    user-select: none;
    display: flex;
}
.be-list-with-search__comment-input-label:after,
.be-boarding-date__comment-input-label:after,
.be-dialog__footer-accordion-input-label:after{
    content: "";
    font-size: 1.8rem;
    line-height: 1.2;
    /*position: absolute;*/
    top: calc(50% - 9px);
    content: "＋";
    /*opacity: 0.8;*/
    color:rgb(148,148,153);
    margin: auto 0;
}
.be-list-with-search__comment-input,
.be-boarding-date__comment-input,
.be-dialog__footer-accordion-input{
    display:none;
}
.be-list-with-search__comment-input:checked ~ .be-list-with-search__comment-input-label:after,
.be-boarding-date__comment-input:checked ~ .be-boarding-date__comment-input-label:after,
.be-dialog__footer-accordion-input:checked ~ .be-dialog__footer-accordion-input-label:after {
    content: "－";
}
.be-list-with-search__comment-input ~ div,
.be-boarding-date__comment-input ~ div,
.be-dialog__footer-accordion-input ~ .be-dialog__footer-accordion-commentbox {
    display: none;
}
.be-list-with-search__comment-input:checked ~ .be-list-with-search__comment-box,
.be-boarding-date__comment-input:checked ~ .be-boarding-date__comment-box,
.be-dialog__footer-accordion-input:checked ~ .be-dialog__footer-accordion-commentbox{
    display: block;
}
.be-dialog__footer-accordion-input:checked ~ .be-dialog__footer-accordion-commentbox{
    margin-bottom: 14px;
}
.be-list-with-search__comment-box,
.be-boarding-date__comment-box,
.be-dialog__footer-accordion-commentbox{
    background-color: #F1F1F1;
    padding: 8px;
    border-radius: 8px;
    margin-top: 8px;
    font-size: 1.2rem;
}
.be-list-with-search__comment-box a,
.be-boarding-date__comment-box a,
.be-dialog__footer-accordion-commentbox a,
.be-overseas-reserve-ticket__annotation-comment a,
.be-wws-reserve-ticket__annotation-comment a,
.be-domestic-search-theme__annotation-comment a,
.be-domestic-search-destination__annotation-comment a,
.be-overseas-search-theme__annotation-comment a,
.be-overseas-search-destination__annotation-comment a,
.be-wws-search-theme__annotation-comment a,
.be-wws-search-destination__annotation-comment a{
    text-decoration: underline;
}
.be-list__item{
    display:flex;
}
.be-list__item-container{
    flex-direction: column;
    padding-bottom: 8px;
    padding-top: 8px;
    justify-content: center;
}
.be-list__item-container + .be-list__item-container{
    text-align: right;
}
.be-list__label+.be-list__label{
    margin-left: 0;
}
.be-domestic-reserve-ticket-indirect-departure-airport,
.be-domestic-reserve-ticket-indirect-arrival-airport,
.be-overseas-reserve-ticket-indirect-departure-airport,
.be-overseas-reserve-ticket-indirect-arrival-airport,
.be-wws-reserve-ticket-indirect-departure-airport,
.be-wws-reserve-ticket-indirect-arrival-airport,
.be-biz-domestic-reserve-ticket-indirect-departure-airport,
.be-biz-domestic-reserve-ticket-indirect-arrival-airport{
    width: 100%;
}
.be-domestic-reserve-ticket-indirect-departure-airport__button,
.be-domestic-reserve-ticket-indirect-arrival-airport__button,
.be-overseas-reserve-ticket-indirect-departure-airport__button,
.be-overseas-reserve-ticket-indirect-arrival-airport__button,
.be-wws-reserve-ticket-indirect-departure-airport__button,
.be-wws-reserve-ticket-indirect-arrival-airport__button,
.be-biz-domestic-reserve-ticket-indirect-departure-airport__button,
.be-biz-domestic-reserve-ticket-indirect-arrival-airport__button{
    background-color: #fff;
    border-color: #949499;
    border-radius: 30px;
    border-style: solid;
    border-width: 1px;
    color: #00146E;
    cursor: pointer;
    font-weight: 600;
    min-height: 60px;
    padding-left: 24px;
    padding-right: 24px;
    text-align: left;
    width: 100%;
}

@media screen and (max-width: 767px){
  .be-domestic-reserve-ticket-large .be-domestic-reserve-ticket-indirect-departure-airport__button,
  .be-domestic-reserve-ticket-large .be-domestic-reserve-ticket-indirect-arrival-airport__button,
  .be-overseas-reserve-ticket-large .be-overseas-reserve-ticket-indirect-departure-airport__button,
  .be-overseas-reserve-ticket-large .be-overseas-reserve-ticket-indirect-arrival-airport__button,
  .be-wws-reserve-ticket-large .be-wws-reserve-ticket-indirect-departure-airport__button[class^='be-wws'],
  .be-wws-reserve-ticket-large .be-wws-reserve-ticket-indirect-arrival-airport__button[class^='be-wws'],
  .be-biz-domestic-reserve-ticket-large .be-biz-domestic-reserve-ticket-indirect-departure-airport__button,
  .be-biz-domestic-reserve-ticket-large .be-biz-domestic-reserve-ticket-indirect-arrival-airport__button{
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
    .be-domestic-reserve-ticket__column--departure-date,
    .be-domestic-reserve-ticket__column--departure-time,
    .be-domestic-reserve-ticket__column--indirect-departure-airport,
    .be-domestic-reserve-ticket__column--arrival-date,
    .be-domestic-reserve-ticket__column--arrival-time,
    .be-domestic-reserve-ticket__column--indirect-arrival-airport,
    .be-domestic-reserve-ticket-no-time,
    .be-overseas-reserve-ticket__column--departure-date,
    .be-overseas-reserve-ticket__column--departure-time,
    .be-overseas-reserve-ticket__column--indirect-departure-airport,
    .be-overseas-reserve-ticket__column--arrival-date,
    .be-overseas-reserve-ticket__column--arrival-time,
    .be-overseas-reserve-ticket__column--indirect-arrival-airport,
    .be-overseas-reserve-ticket-no-time,
    .be-wws-reserve-ticket__column--departure-date,
    .be-wws-reserve-ticket__column--departure-time,
    .be-wws-reserve-ticket__column--indirect-departure-airport,
    .be-wws-reserve-ticket__column--arrival-date,
    .be-wws-reserve-ticket__column--arrival-time,
    .be-wws-reserve-ticket__column--indirect-arrival-airport,
    .be-wws-reserve-ticket-no-time,
    .be-biz-domestic-reserve-ticket__column--departure-date,
    .be-biz-domestic-reserve-ticket__column--departure-time,
    .be-biz-domestic-reserve-ticket__column--indirect-departure-airport,
    .be-biz-domestic-reserve-ticket__column--arrival-date,
    .be-biz-domestic-reserve-ticket__column--arrival-time,
    .be-biz-domestic-reserve-ticket__column--indirect-arrival-airport,
    .be-biz-domestic-reserve-ticket-no-time{
        width:100%;
        padding-left: 0;
        padding-right: 0;
    }
    .be-domestic-reserve-ticket-from-time,
    .be-domestic-reserve-ticket-to-time,
    .be-overseas-reserve-ticket-from-time,
    .be-overseas-reserve-ticket-to-time,
    .be-wws-reserve-ticket-from-time,
    .be-wws-reserve-ticket-to-time,
    .be-biz-domestic-reserve-ticket-from-time,
    .be-biz-domestic-reserve-ticket-to-time{
        width: calc( ( 100% / 2 ) - 2rem);
    }
    .be-accordion__control .be-domestic-reserve-ticket-from-time,
    .be-accordion__control .be-domestic-reserve-ticket-to-time,
    .be-accordion__control .be-overseas-reserve-ticket-from-time,
    .be-accordion__control .be-overseas-reserve-ticket-to-time,
    .be-accordion__control .be-wws-reserve-ticket-from-time,
    .be-accordion__control .be-wws-reserve-ticket-to-time,
    .be-accordion__control .be-biz-domestic-reserve-ticket-from-time,
    .be-accordion__control .be-biz-domestic-reserve-ticket-to-time{
        width: 100%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .be-domestic-reserve-ticket__column--departure-date,
    .be-domestic-reserve-ticket__column--departure-time,
    .be-domestic-reserve-ticket__column--indirect-departure-airport,
    .be-domestic-reserve-ticket__column--arrival-date,
    .be-domestic-reserve-ticket__column--arrival-time,
    .be-domestic-reserve-ticket__column--indirect-arrival-airport,
    .be-overseas-reserve-ticket__column--departure-date,
    .be-overseas-reserve-ticket__column--departure-time,
    .be-overseas-reserve-ticket__column--indirect-departure-airport,
    .be-overseas-reserve-ticket__column--arrival-date,
    .be-overseas-reserve-ticket__column--arrival-time,
    .be-overseas-reserve-ticket__column--indirect-arrival-airport,
    .be-wws-reserve-ticket__column--departure-date,
    .be-wws-reserve-ticket__column--departure-time,
    .be-wws-reserve-ticket__column--indirect-departure-airport,
    .be-wws-reserve-ticket__column--arrival-date,
    .be-wws-reserve-ticket__column--arrival-time,
    .be-wws-reserve-ticket__column--indirect-arrival-airport,
    .be-biz-domestic-reserve-ticket__column--departure-date,
    .be-biz-domestic-reserve-ticket__column--departure-time,
    .be-biz-domestic-reserve-ticket__column--indirect-departure-airport,
    .be-biz-domestic-reserve-ticket__column--arrival-date,
    .be-biz-domestic-reserve-ticket__column--arrival-time,
    .be-biz-domestic-reserve-ticket__column--indirect-arrival-airport{
        width:100%;
        padding-left: 0;
        padding-right: 0;
    }
}
.be-domestic-reserve-ticket-roundTrip__form--collapse .be-domestic-reserve-ticket-roundTrip__row--optional,
.be-overseas-reserve-ticket-roundTrip__form--collapse .be-overseas-reserve-ticket-roundTrip__row--optional,
.be-wws-reserve-ticket-roundTrip__form--collapse .be-wws-reserve-ticket-roundTrip__row--optional,
.be-biz-domestic-reserve-ticket-roundTrip__form--collapse .be-biz-domestic-reserve-ticket-roundTrip__row--optional{
    height: 0;
    margin-top: 0;
    overflow: hidden;
    visibility: hidden;
}
.be-domestic-reserve-ticket-roundTrip__row--optional,
.be-overseas-reserve-ticket-roundTrip__row--optional,
.be-wws-reserve-ticket-roundTrip__row--optional,
.be-biz-domestic-reserve-ticket-roundTrip__row--optional{
  -webkit-transition-property: height, margin-top;
  -webkit-transition-duration: 300ms;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  margin-top: 0;
          transition-delay: 0s;
          transition-duration: 300ms;
  transition-property: height, margin-top;
          transition-timing-function: ease;
}
.be-calendar:not(.be-calendar--small):not(:first-child) .be-calendar__button--prev{
  display:none;
}
.be-calendar:not(.be-calendar--small) .be-calendar-month{
  width: 100%;
  border-collapse: collapse;
}
.be-calendar:not(.be-calendar--small) .be-calendar-month__week-cell,
.be-calendar:not(.be-calendar--small) .be-calendar-month__cell{
  justify-content: center;
  flex-grow: 2;
  margin-bottom: auto;
  padding: 0;
}
.be-calendar:not(.be-calendar--small) .be-calendar-month__cell .be-calendar-month__cell-button{
  width: 100%;
  margin: auto;
  justify-content: space-around;
}
@media screen and (min-width: 768px){
  .be-calendar-large .be-boarding-date__header{
    position: absolute;
    white-space: nowrap;
  }
  .be-calendar-large .be-boarding-date__body{
    display: block;
    padding-top: 3.0rem;
    column-gap: 15px;
  }
  .be-calendar-large .be-boarding-date__frame{
    display: flex;
    column-gap: 15px;
  }
  .be-calendar-large .be-calendar-large .be-boarding-date__header-row-item--left{
    justify-content: left;
  }
  .be-calendar:not(.be-calendar--small) .be-calendar__header{
    justify-content: center;
    align-items: center;
  }
  .be-calendar:not(.be-calendar--small) .be-calendar__title{
    flex-grow: 0;
    white-space: nowrap;
    padding: 0 2rem;
  }
}
.be-calendar-price{
  text-align:center;
  font-size: 1rem;
  font-weight: normal;
  background: #fff;
}
.be-calendar-price span{
  font-size: 1.2em;
}
.be-calendar-mostLowPrice{
  color:#ED2F4F;
}
button.be-calendar-month__cell-button:disabled + .be-calendar-price {
    visibility: hidden;
}
.be-calendar:not(.be-calendar--small) .be-calendar-month__cell .be-calendar-month__cell-button span {
    font-size: calc( 10em / 7 );
    white-space: nowrap;
}
@media screen and (min-width: 768px){
  .be-calendar-month__cell--start.be-calendar-month__cell--interval:last-child{
    background: #fff;
  }
}
.be-overseas-reserve-ticket-no-time--optional .js-button{
    background-color: #C7C7C7;
    color: #525252;
    cursor: default;
    pointer-events: none;
}
.be-calendar-large .be-calendar:not(.be-calendar--small) .be-calendar__button{
    position:relative;
    height: 40px;
    width: 40px;
    margin: 3px;
    z-index: 2;
}
.be-calendar-large .be-calendar:not(.be-calendar--small) .be-calendar__button.be-calendar__button--prev{
    left: 0;
    transform: translate(0%, 0%) rotate(180deg);
}
.be-calendar-large .be-calendar:not(.be-calendar--small) .be-calendar__button.be-calendar__button--next:before,
.be-calendar-large .be-calendar:not(.be-calendar--small) .be-calendar__button.be-calendar__button--prev:before{
    content: "";
    display: block;
    padding-top: 100%;
    position: relative;
}
.be-calendar-large .be-calendar:not(.be-calendar--small) .be-calendar__button.be-calendar__button--next:after{
    align-items: center;
    background: white;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "asw-icon";
    font-size: calc( 7em / 9 );
    height: 100%;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 100%;
}
.be-calendar-large .be-calendar:not(.be-calendar--small) .be-calendar__button.be-calendar__button--prev:after{
    align-items: center;
    background: white;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "asw-icon";
    font-size: calc( 7em / 9 );
    height: 100%;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 100%;
}
.be-calendar-large .be-calendar:not(.be-calendar--small) .be-calendar-month__week-row{
    display: flex;
}
.be-calendar-large .be-calendar:not(.be-calendar--small) .be-calendar-month__row + .be-calendar-month__row:last-child{
    margin-bottom: 20px;
}
@media screen and (max-width: 767px){
  .be-boarding-date__footer {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
  }
  .be-boarding-date__values{
    display: block;
    margin-bottom: 12px;
    margin-top: 12px;
  }
  .be-calendar-large .be-dialog__header{
    padding-top:12px;
    padding-bottom:12px;
  }
}
.be-calendar-large .be-dialog__header{
  border-bottom: 1px solid #949499;
}
.be-calendar-large .be-boarding-date__header{
  padding-bottom: 6px;
  padding-top: 6px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: calc( 100% - 40px);
}
@media screen and (max-width: 767px){
  .be-calendar-large .be-boarding-date__header{
    width: 100%;
    min-height: 76px;
  }
}
.be-calendar-large .be-boarding-date__header-row-item--left{
  margin-top: 8px;
  margin-bottom: 8px;
}
.be-calendar-large .be-calendar__header{
  padding-bottom: 0;
  height: 60px;
  align-items: center;
}
.be-calendar-large .be-calendar-month__header .be-calendar-month__week-row{
  padding-top:8px;
  padding-bottom:4px;
}
.be-calendar-large .be-dialog__footer-notification{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.be-calendar-large .be-boarding-date__values{
  border:none;
  padding-left:0;
  padding-right:0;
  padding-bottom:16px;
  padding-top: 0;
}
.be-calendar-large .be-boarding-date__date--selected{
  color: rgb(51,51,51);
}
.be-calendar-large .be-calendar__title{
  font-size: calc( 10em / 7 );
}
.be-calendar-large .be-dialog__footer-accordion{
  display:none;
}
@media screen and (min-width: 768px){
  .be-calendar-large .be-dialog__footer-accordion{
    margin-bottom: 6px;
  }
  .be-calendar-large .be-dialog__footer{
    display: flex;
  }
  .be-calendar-large .be-dialog__footer-notification{
    flex-grow: 1;
    margin-right: -183px;
  }
  .be-calendar-large .be-boarding-date__values{
    display:block;
    margin-bottom: 8px;
  }
  .be-calendar-large .be-dialog__footer-inner{
    width: 100%;
    align-self: flex-end;
    flex-basis: 0;
  }
}
@media screen and (max-width: 767px){
  .be-calendar-large .be-dialog__footer-accordion{
    order: 2;
  }
  .be-calendar-large .be-boarding-date__values{
    order: 1;
  }
  .be-calendar-large .be-boarding-date__values{
    padding-bottom:0;
  }
}
.be-domestic-reserve-ticket__column--boarding-class-option ~ .be-domestic-reserve-ticket__column--passenger,
.be-overseas-reserve-ticket__column--boarding-class-option ~ .be-overseas-reserve-ticket__column--passenger,
.be-wws-reserve-ticket__column--boarding-class-option ~ .be-wws-reserve-ticket__column--passenger,
.be-domestic-reserve-ticket__column--boarding-class-option ~ .be-domestic-search-calendar__column--passenger,
.be-domestic-reserve-ticket__column--boarding-class-option ~ .be-biz-domestic-reserve-ticket__column--passenger{
  padding-left: 0;
  padding-top: 16px;
  padding-right: 5px;
}
.be-domestic-reserve-ticket__column--boarding-class-option[style*='none'] ~ .be-domestic-reserve-ticket__column--passenger,
.be-overseas-reserve-ticket__column--boarding-class-option[style*='none'] ~ .be-overseas-reserve-ticket__column--passenger,
.be-wws-reserve-ticket__column--boarding-class-option[style*='none'] ~ .be-wws-reserve-ticket__column--passenger,
.be-domestic-reserve-ticket__column--boarding-class-option[style*='none'] ~ .be-domestic-search-calendar__column--passenger,
.be-domestic-reserve-ticket__column--boarding-class-option[style*='none'] ~ .be-biz-domestic-reserve-ticket__column--passenger{
  padding-top: 0;
  padding-left: 5px;
  padding-right: 0px;
}
@media screen and (max-width: 767px){
  .be-domestic-reserve-ticket__column--boarding-class-option ~ .be-domestic-reserve-ticket__column--passenger,
  .be-overseas-reserve-ticket__column--boarding-class-option ~ .be-overseas-reserve-ticket__column--passenger,
  .be-wws-reserve-ticket__column--boarding-class-option ~ .be-wws-reserve-ticket__column--passenger,
  .be-domestic-reserve-ticket__column--boarding-class-option ~ .be-domestic-search-calendar__column--passenger,
  .be-domestic-reserve-ticket__column--boarding-class-option ~ .be-biz-domestic-reserve-ticket__column--passenger{
    padding-top: 8px;
    width:100%;
    padding-right: 0;
  }
  .be-domestic-reserve-ticket__column--boarding-class-option[style*='none'] ~ .be-domestic-reserve-ticket__column--passenger,
  .be-overseas-reserve-ticket__column--boarding-class-option[style*='none'] ~ .be-overseas-reserve-ticket__column--passenger,
  .be-wws-reserve-ticket__column--boarding-class-option[style*='none'] ~ .be-wws-reserve-ticket__column--passenger,
  .be-domestic-reserve-ticket__column--boarding-class-option[style*='none'] ~ .be-domestic-search-calendar__column--passenger,
  .be-domestic-reserve-ticket__column--boarding-class-option[style*='none'] ~ .be-biz-domestic-reserve-ticket__column--passenger{
    padding-left: 0px;
    padding-top: 8px;
  }
}
.be-wws-reserve-ticket__column--promotion-code{
  width: 50%;
}
.be-domestic-reserve-ticket__column--passenger,
.be-overseas-reserve-ticket__column--passenger,
.be-wws-reserve-ticket__column--passenger,
.be-domestic-search-calendar__column--passenger,
.be-biz-domestic-reserve-ticket__column--passenger{
  padding-left: 0px;
  padding-right: 5px;
}
.be-domestic-search-calendar__column.be-domestic-search-calendar__column--request-date{
  padding-left: 0px;
  width: 100%;
  margin-top: 16px;
}
@media screen and (min-width: 1025px){
  .be-domestic-search-calendar__column.be-domestic-search-calendar__column--request-date{
    padding-left: 5px;
    width: 50%;
    margin-top: 0;
  }
}
.be-domestic-reserve-ticket__column--promotion-code,
.be-biz-domestic-reserve-ticket__column--promotion-code{
  width: 50%;
}
.be-domestic-reserve-ticket__column--promotion-code,
.be-overseas-reserve-ticket__column--promotion-code,
.be-wws-reserve-ticket__column--promotion-code,
.be-biz-domestic-reserve-ticket__column--promotion-code{
  padding-left: 5px;
}
@media screen and (max-width: 767px){
  .be-domestic-reserve-ticket__column--passenger,
  .be-overseas-reserve-ticket__column--passenger,
  .be-wws-reserve-ticket__column--passenger,
  .be-biz-domestic-reserve-ticket__column--passenger{
    width: 100%;
    padding-right: 0;
  }
  .be-domestic-reserve-ticket__column--promotion-code,
  .be-overseas-reserve-ticket__column--promotion-code,
  .be-wws-reserve-ticket__column--promotion-code,
  .be-biz-domestic-reserve-ticket__column--promotion-code{
    width: 100%;
    padding-left: 0;
    padding-top: 8px;
  }
}
@media screen and (max-width: 1024px){
  .be-domestic-search-calendar__column--passenger{
    width: 100%;
    padding-right: 0;
  }
}
.be-domestic-reserve-ticket-promotion-code,
.be-overseas-reserve-ticket-promotion-code,
.be-wws-reserve-ticket-promotion-code,
.be-biz-domestic-reserve-ticket-promotion-code{
    border-color: #949499;
    border-radius: 30px;
    border-style: solid;
    border-width: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    padding-left: 24px;
    padding-right: 24px;
}
@media screen and (max-width: 767px){
  .be-domestic-reserve-ticket-promotion-code,
  .be-overseas-reserve-ticket-promotion-code,
  .be-wws-reserve-ticket-promotion-code,
  .be-biz-domestic-reserve-ticket-promotion-code{
    border-radius: 27px;
    height: 54px;
    padding-left: 22px;
    padding-right: 22px;
  }
}
.be-domestic-reserve-ticket-promotion-code__input,
.be-overseas-reserve-ticket-promotion-code__input,
.be-wws-reserve-ticket-promotion-code__input,
.be-biz-domestic-reserve-ticket-promotion-code__input{
    -ms-flex-negative: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0%;
    border-style: none;
    color: #00146E;
    flex-basis: 0%;
    flex-grow: 1;
    flex-shrink: 1;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 0;
}
.be-domestic-reserve-ticket-promotion-code__input:focus,
.be-overseas-reserve-ticket-promotion-code__input:focus,
.be-wws-reserve-ticket-promotion-code__input:focus,
.be-biz-domestic-reserve-ticket-promotion-code__input:focus{
    outline-style: none !important;
}
.be-domestic-reserve-ticket-large .be-domestic-reserve-ticket-promotion-code ~ .be-domestic-reserve-ticket__note,
.be-overseas-reserve-ticket-promotion-code ~ .be-overseas-reserve-ticket__note,
.be-wws-reserve-ticket-promotion-code ~ .be-wws-reserve-ticket__note,
.be-biz-domestic-reserve-ticket-large .be-biz-domestic-reserve-ticket-promotion-code ~ .be-biz-domestic-reserve-ticket__note{
    margin-top: 16px;
    margin-left: 24px;
}
.be-domestic-reserve-ticket__column--boarding-class-option[style*='none'] ~ .be-domestic-reserve-ticket__column--promotion-code,
.be-overseas-reserve-ticket__column--boarding-class-option[style*='none'] ~ .be-overseas-reserve-ticket__column--promotion-code,
.be-wws-reserve-ticket__column--boarding-class-option[style*='none'] ~ .be-wws-reserve-ticket__column--promotion-code,
.be-domestic-reserve-ticket__column--boarding-class-option[style*='none'] ~ .be-biz-domestic-reserve-ticket__column--promotion-code{
    padding-left: 0px;
    padding-right: 5px;
}
@media screen and (max-width: 767px){
  .be-domestic-reserve-ticket__column--boarding-class-option ~ .be-domestic-reserve-ticket__column--promotion-code,
  .be-overseas-reserve-ticket__column--boarding-class-option ~ .be-overseas-reserve-ticket__column--promotion-code,
  .be-wws-reserve-ticket__column--boarding-class-option ~ .be-wws-reserve-ticket__column--promotion-code,
  .be-domestic-reserve-ticket__column--boarding-class-option ~ .be-biz-domestic-reserve-ticket__column--promotion-code{
    padding-top: 8px;
    width:100%;
    padding-left: 0;
  }
  .be-domestic-reserve-ticket-promotion-code ~ .be-domestic-reserve-ticket__note,
  .be-overseas-reserve-ticket-promotion-code ~ .be-overseas-reserve-ticket__note,
  .be-wws-reserve-ticket-promotion-code ~ .be-wws-reserve-ticket__note,
  .be-biz-domestic-reserve-ticket-promotion-code ~ .be-biz-domestic-reserve-ticket__note{
    margin-top: 16px;
    margin-left: 0px;
  }
  .be-domestic-reserve-ticket__column--boarding-class-option[style*='none'] ~ .be-domestic-reserve-ticket__column--promotion-code,
  .be-overseas-reserve-ticket__column--boarding-class-option[style*='none'] ~ .be-overseas-reserve-ticket__column--promotion-code,
  .be-wws-reserve-ticket__column--boarding-class-option[style*='none'] ~ .be-wws-reserve-ticket__column--promotion-code,
  .be-domestic-reserve-ticket__column--boarding-class-option[style*='none'] ~ .be-biz-domestic-reserve-ticket__column--promotion-code{
    padding-right: 0;
  }
}
@media screen and (max-width: 767px){
  .be-domestic-reserve-ticket-boarding-class__button,
  .be-domestic-reserve-ticket-boarding-class-option__button,
  .be-overseas-reserve-ticket-boarding-class__button,
  .be-overseas-reserve-ticket-boarding-class-option__button,
  .be-wws-secondary-tab__panel .be-wws-reserve-ticket-boarding-class__button[class^='be-wws'],
  .be-wws-secondary-tab__panel .be-wws-reserve-ticket-boarding-class-option__button[class^='be-wws']{
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px){
  .be-domestic-reserve-ticket__column--boarding-class,
  .be-overseas-reserve-ticket__column--boarding-class,
  .be-wws-reserve-ticket__column--boarding-class{
    padding-right: 5px;
    width: 50%;
  }
  .be-domestic-reserve-ticket__column--boarding-class-option,
  .be-overseas-reserve-ticket__column--boarding-class-option,
  .be-wws-reserve-ticket__column--boarding-class-option{
    padding-left: 5px;
    width: 50%;
    padding-top: 0px;
  }
}
.be-domestic-reserve-ticket__column--form-close,
.be-overseas-reserve-ticket__column--form-close,
.be-wws-reserve-ticket__column--form-close,
.be-biz-domestic-reserve-ticket__column--form-close{
    width: 100%;
    text-align: center;
    padding-top: 10px;
}
.be-domestic-reserve-ticket-large .be-domestic-reserve-ticket-form-close__button,
.be-overseas-reserve-ticket-form-close__button,
.be-wws-secondary-tab__panel button.be-wws-reserve-ticket-form-close__button,
.be-biz-domestic-reserve-ticket-form-close__button{
    display: inline-block;
    background-color: transparent;
    border: none;
    color: #333;
    cursor: pointer;
    padding: 0;
    width: auto;
    height: auto;
    border-radius: 0;
}
.be-domestic-reserve-ticket-large .be-domestic-reserve-ticket-form-close__button::after,
.be-overseas-reserve-ticket-form-close__button::after,
.be-wws-reserve-ticket-form-close__button::after,
.be-biz-domestic-reserve-ticket-form-close__button::after{
    content: "";
    font-family: "asw-icon";
    margin-left: 6px;
}
@media screen and (min-width: 768px){
  .be-domestic-confirm-reservation-list__contents,
  .be-overseas-confirm-reservation-list__contents,
  .be-wws-confirm-reservation-list__contents,
  .be-biz-domestic-confirm-reservation-list__contents{
    flex-direction: row;
  }
}
.be-domestic-confirm-reservation-list__contents,
.be-overseas-confirm-reservation-list__contents,
.be-wws-confirm-reservation-list__contents,
.be-biz-domestic-confirm-reservation-list__contents{
  display: flex;
  flex-direction: column;
}
.be-domestic-confirm-reservation-list-link,
.be-overseas-confirm-reservation-list-link,
.be-wws-confirm-reservation-list-link,
.be-biz-domestic-confirm-reservation-list-link{
    height: 50px;
}
.be-overseas-confirm-reservation-list-link__column,
.be-wws-confirm-reservation-list-link__column{
    width: 100%;
}
.be-domestic-confirm-reservation-list-link__button,
.be-overseas-confirm-reservation-list-link__button,
.be-wws-confirm-reservation-list-link__button,
.be-biz-domestic-confirm-reservation-list-link__button{
    align-items: center;
    background-color: #00146E;
    border: none;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-weight: 600;
    height: 50px;
    justify-content: center;
    padding-left: 27px;
    padding-right: 37px;
    position: relative;
}
.be-domestic-confirm-reservation-list-link__button::after,
.be-overseas-confirm-reservation-list-link__button::after,
.be-wws-confirm-reservation-list-link__button::after,
.be-biz-domestic-confirm-reservation-list-link__button::after{
    content: "";
    display: block;
    font-family: "asw-icon";
    font-weight: 400;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 13px;
}
.be-domestic-confirm-reservation-list-reload__button,
.be-overseas-confirm-reservation-list-reload__button,
.be-wws-confirm-reservation-list-reload__button,
.be-biz-domestic-confirm-reservation-list-reload__button{
  display: flex;
  justify-content: flex-end;
  align-self: flex-end;
  margin-left: auto;
}
.be-domestic-confirm-reservation-list-reload__button button,
.be-overseas-confirm-reservation-list-reload__button button,
.be-wws-confirm-reservation-list-reload__button button,
.be-biz-domestic-confirm-reservation-list-reload__button button{
  background: none;
  border: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: initial;
  cursor: pointer;
}
.be-domestic-confirm-reservation-list-reload__button img,
.be-overseas-confirm-reservation-list-reload__button img,
.be-wws-confirm-reservation-list-reload__button img,
.be-biz-domestic-confirm-reservation-list-reload__button img{
  width: 14px;
  height: 14px;
}
.be-domestic-confirm-reservation-list__row,
.be-overseas-confirm-reservation-list__row,
.be-wws-confirm-reservation-list__row,
.be-biz-domestic-confirm-reservation-list__row{
  display: flex;
  flex-wrap: wrap;
}
.be-domestic-confirm-reservation-list__row + .be-domestic-confirm-reservation-list__row,
.be-overseas-confirm-reservation-list__row + .be-overseas-confirm-reservation-list__row,
.be-wws-confirm-reservation-list__row + .be-wws-confirm-reservation-list__row,
.be-biz-domestic-confirm-reservation-list__row + .be-biz-domestic-confirm-reservation-list__row{
  margin-top: 24px;
}
.be-domestic-confirm-reservation-list-table,
.be-overseas-confirm-reservation-list-table,
.be-wws-confirm-reservation-list-table,
.be-biz-domestic-confirm-reservation-list-table{
  justify-content: space-between;
}
@media screen and (max-width: 767px){
  .be-domestic-confirm-reservation-list-reload__button,
  .be-overseas-confirm-reservation-list-reload__button,
  .be-wws-confirm-reservation-list-reload__button,
  .be-biz-domestic-confirm-reservation-list-reload__button{
    align-self: center;
    margin: 1em 0 0 1em;
  }
  .be-domestic-confirm-reservation-list-table,
  .be-overseas-confirm-reservation-list-table,
  .be-wws-confirm-reservation-list-table,
  .be-biz-domestic-confirm-reservation-list-table{
    flex-direction: column;
  }
  .be-domestic-confirm-reservation-list-link,
  .be-overseas-confirm-reservation-list-link,
  .be-wws-confirm-reservation-list-link,
  .be-biz-domestic-confirm-reservation-list-link{
    margin: auto;
  }
  .be-domestic-confirm-reservation-list__row + .be-domestic-confirm-reservation-list__row,
  .be-overseas-confirm-reservation-list__row + .be-overseas-confirm-reservation-list__row,
  .be-wws-confirm-reservation-list__row + .be-wws-confirm-reservation-list__row,
  .be-biz-domestic-confirm-reservation-list__row + .be-biz-domestic-confirm-reservation-list__row{
    margin-top: 16px;
  }
}
.be-domestic-confirm-reservation-list-table-column,
.be-overseas-confirm-reservation-list-table-column,
.be-wws-confirm-reservation-list-table-column,
.be-biz-domestic-confirm-reservation-list-table-column{
  width: 100%;
  border-top: 1px solid #949499;
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.be-domestic-confirm-reservation-list-table-column:nth-last-child(2),
.be-overseas-confirm-reservation-list-table-column:nth-last-child(2),
.be-wws-confirm-reservation-list-table-column:nth-last-child(2),
.be-biz-domestic-confirm-reservation-list-table-column:nth-last-child(2){
    border-bottom: 1px solid #949499;
}
.be-domestic-confirm-reservation-list-table__strikethrough,
.be-overseas-confirm-reservation-list-table__strikethrough,
.be-wws-confirm-reservation-list-table__strikethrough,
.be-biz-domestic-confirm-reservation-list-table__strikethrough{
  text-decoration-line: line-through;
  text-decoration-style: solid;
}
.be-domestic-confirm-reservation-list-table__strikethrough ~ *:not(.be-domestic-confirm-reservation-list-table__strikethrough),
.be-overseas-confirm-reservation-list-table__strikethrough ~ *:not(.be-overseas-confirm-reservation-list-table__strikethrough),
.be-wws-confirm-reservation-list-table__strikethrough ~ *:not(.be-wws-confirm-reservation-list-table__strikethrough),
.be-biz-domestic-confirm-reservation-list-table__strikethrough ~ *:not(.be-domestic-confirm-reservation-list-table__strikethrough){
  color: #C52431 !important;
}
.be-domestic-confirm-reservation-list-table__flight-date,
.be-overseas-confirm-reservation-list-table__flight-date,
.be-wws-confirm-reservation-list-table__flight-date,
.be-biz-domestic-confirm-reservation-list-table__flight-date{
  display: flex;
  flex-direction: row;
  text-align: center;
  grid-row-gap: 10px;
  align-items: center;
  padding: 10px 20px 10px 20px;
  border-left: 1px solid #949499;
  border-right: 1px solid #949499;
  width: 350px;
  justify-content: center;
}
.be-domestic-confirm-reservation-list-table__flight-logo,
.be-overseas-confirm-reservation-list-table__flight-logo,
.be-wws-confirm-reservation-list-table__flight-logo,
.be-biz-domestic-confirm-reservation-list-table__flight-logo{
  max-width: 180px;
  font-weight:bold;
  display: flex;
  flex-direction: column;
  text-align: center;
  grid-row-gap: 10px;
  align-items: center;
  padding: 10px 10px 10px 0;
  justify-content: center;
}
.be-domestic-confirm-reservation-list-table__flight-logo img,
.be-overseas-confirm-reservation-list-table__flight-logo img,
.be-wws-confirm-reservation-list-table__flight-logo img,
.be-biz-domestic-confirm-reservation-list-table__flight-logo img{
  width:78px;
  height:auto;
}
.be-domestic-confirm-reservation-list-table__flight-logo img[src*="logo_star_alliance.jpg"],
.be-overseas-confirm-reservation-list-table__flight-logo img[src*="logo_star_alliance.jpg"],
.be-wws-confirm-reservation-list-table__flight-logo img[src*="logo_star_alliance.jpg"],
.be-biz-domestic-confirm-reservation-list-table__flight-logo img[src*="logo_star_alliance.jpg"]{
  width: 50px;
}
.be-domestic-confirm-reservation-list-table__flight-root,
.be-domestic-confirm-reservation-list-table__flight-layover,
.be-overseas-confirm-reservation-list-table__flight-root,
.be-overseas-confirm-reservation-list-table__flight-layover,
.be-wws-confirm-reservation-list-table__flight-root,
.be-wws-confirm-reservation-list-table__flight-layover,
.be-biz-domestic-confirm-reservation-list-table__flight-root,
.be-biz-domestic-confirm-reservation-list-table__flight-layover{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.be-domestic-confirm-reservation-list-table__flight-reservation-number,
.be-overseas-confirm-reservation-list-table__flight-reservation-number,
.be-wws-confirm-reservation-list-table__flight-reservation-number,
.be-biz-domestic-confirm-reservation-list-table__flight-reservation-number{
  display: flex;
  flex-direction: row;
  text-align: center;
  grid-row-gap: 10px;
  align-items: center;
  padding: 10px;
}
.be-domestic-confirm-reservation-list-table__flight-status,
.be-overseas-confirm-reservation-list-table__flight-status,
.be-wws-confirm-reservation-list-table__flight-status,
.be-biz-domestic-confirm-reservation-list-table__flight-status{
  display: flex;
  flex-direction: row;
  text-align: center;
  grid-row-gap: 10px;
  align-items: center;
  border-left: 1px solid #949499;
  border-right: 1px solid #949499;
  padding: 10px;
  width: 8vw;
  justify-content: center;
}
.be-domestic-confirm-reservation-list-table__flight-airport,
.be-overseas-confirm-reservation-list-table__flight-airport,
.be-wws-confirm-reservation-list-table__flight-airport,
.be-biz-domestic-confirm-reservation-list-table__flight-airport{
  font-weight: bold;
  color: #00146E;
}
.be-domestic-confirm-reservation-list-table__flight-tlettr,
.be-overseas-confirm-reservation-list-table__flight-tlettr,
.be-wws-confirm-reservation-list-table__flight-tlettr,
.be-biz-domestic-confirm-reservation-list-table__flight-tlettr{
  color: #00146E;
}
.be-domestic-confirm-reservation-list-table__flight-reservation-number--text,
.be-domestic-confirm-reservation-list-table__flight-status--text,
.be-overseas-confirm-reservation-list-table__flight-reservation-number--text,
.be-overseas-confirm-reservation-list-table__flight-status--text,
.be-wws-confirm-reservation-list-table__flight-reservation-number--text,
.be-wws-confirm-reservation-list-table__flight-status--text,
.be-biz-domestic-confirm-reservation-list-table__flight-reservation-number--text,
.be-biz-domestic-confirm-reservation-list-table__flight-status--text{
  font-weight: bold;
}
.be-domestic-confirm-reservation-list-table__flight-comment,
.be-overseas-confirm-reservation-list-table__flight-comment,
.be-wws-confirm-reservation-list-table__flight-comment,
.be-biz-domestic-confirm-reservation-list-table__flight-comment{
  display: flex;
  flex-direction: column;
  text-align: center;
  grid-row-gap: 10px;
  align-items: center;
  padding: 10px 0 10px 8px;
  justify-content: center;
  flex-basis: min-content;
}
.be-domestic-confirm-reservation-list-table__flight-button,
.be-overseas-confirm-reservation-list-table__flight-button,
.be-wws-confirm-reservation-list-table__flight-button,
.be-biz-domestic-confirm-reservation-list-table__flight-button{
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  justify-content: center;
}
.be-domestic-confirm-reservation-list-table__flight-button--button,
.be-overseas-confirm-reservation-list-table__flight-button--button,
.be-wws-confirm-reservation-list-table__flight-button--button,
.be-biz-domestic-confirm-reservation-list-table__flight-button--button{
  align-items: center;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 25px;
  color: #333;
  cursor: pointer;
  display: flex;
  font-weight: 600;
  height: 35px;
  justify-content: center;
  padding-left: 12px;
  padding-right: 17px;
  position: relative;
  min-width: 135px;
  white-space: nowrap;
}
.be-domestic-confirm-reservation-list-table__flight-button--button::after,
.be-overseas-confirm-reservation-list-table__flight-button--button::after,
.be-wws-confirm-reservation-list-table__flight-button--button::after,
.be-biz-domestic-confirm-reservation-list-table__flight-button--button::after{
  content: "";
  display: block;
  font-family: "asw-icon";
  font-weight: 400;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.be-domestic-confirm-reservation-list-table__flight-comment--text,
.be-overseas-confirm-reservation-list-table__flight-comment--text,
.be-wws-confirm-reservation-list-table__flight-comment--text,
.be-biz-domestic-confirm-reservation-list-table__flight-comment--text{
  font-size: 1.0rem;
  text-align: center;
}
@media screen and (min-width: 1160px){
  .be-domestic-confirm-reservation-list-table__flight-date,
  .be-overseas-confirm-reservation-list-table__flight-date,
  .be-wws-confirm-reservation-list-table__flight-date,
  .be-biz-domestic-confirm-reservation-list-table__flight-date{
    justify-content: space-between;
    padding: 10px;
  }
  .be-domestic-confirm-reservation-list-table__flight-root, .be-domestic-confirm-reservation-list-table__flight-layover,
  .be-overseas-confirm-reservation-list-table__flight-root, .be-overseas-confirm-reservation-list-table__flight-layover,
  .be-wws-confirm-reservation-list-table__flight-root, .be-wws-confirm-reservation-list-table__flight-layover,
  .be-biz-domestic-confirm-reservation-list-table__flight-root, .be-biz-domestic-confirm-reservation-list-table__flight-layover{
    width: 92px;
  }
}
@media screen and (max-width: 768px){
  .be-domestic-confirm-reservation-list-table-column,
  .be-overseas-confirm-reservation-list-table-column,
  .be-wws-confirm-reservation-list-table-column,
  .be-biz-domestic-confirm-reservation-list-table-column{
    flex-wrap: wrap;
  }
  .be-domestic-confirm-reservation-list-table__flight-logo,
  .be-overseas-confirm-reservation-list-table__flight-logo,
  .be-wws-confirm-reservation-list-table__flight-logo,
  .be-biz-domestic-confirm-reservation-list-table__flight-logo{
    max-width: none;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    column-gap: 15px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 1em;
    padding-right: 1em;
  }
  .be-domestic-confirm-reservation-list-table__flight-date,
  .be-overseas-confirm-reservation-list-table__flight-date,
  .be-wws-confirm-reservation-list-table__flight-date,
  .be-biz-domestic-confirm-reservation-list-table__flight-date{
    padding: 10px 30px 10px 30px;
    width: calc( 100% - 250px);
    justify-content: center;
  }
  .be-domestic-confirm-reservation-list-table__flight-reservation-number,
  .be-overseas-confirm-reservation-list-table__flight-reservation-number,
  .be-wws-confirm-reservation-list-table__flight-reservation-number,
  .be-biz-domestic-confirm-reservation-list-table__flight-reservation-number{
    flex-grow: 1;
    justify-content: center;
  }
  .be-domestic-confirm-reservation-list-table__flight-status,
  .be-overseas-confirm-reservation-list-table__flight-status,
  .be-wws-confirm-reservation-list-table__flight-status,
  .be-biz-domestic-confirm-reservation-list-table__flight-status{
    flex-grow: 1;
    justify-content: center;
  }
  .be-domestic-confirm-reservation-list-table__flight-comment,
  .be-overseas-confirm-reservation-list-table__flight-comment,
  .be-wws-confirm-reservation-list-table__flight-comment,
  .be-biz-domestic-confirm-reservation-list-table__flight-comment{
    width: 100%;
    justify-content: center;
    flex-direction: column;
    flex-basis: auto;
  }
  .be-domestic-confirm-reservation-list-table__flight-comment--text,
  .be-overseas-confirm-reservation-list-table__flight-comment--text,
  .be-wws-confirm-reservation-list-table__flight-comment--text,
  .be-biz-domestic-confirm-reservation-list-table__flight-comment--text{
    max-width: none;
  }
  .be-domestic-confirm-reservation-list-table__flight-button,
  .be-overseas-confirm-reservation-list-table__flight-button,
  .be-wws-confirm-reservation-list-table__flight-button,
  .be-biz-domestic-confirm-reservation-list-table__flight-button{
    flex-direction: row;
    column-gap: 15px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px){
  .be-domestic-confirm-reservation-list-table__flight-date,
  .be-overseas-confirm-reservation-list-table__flight-date,
  .be-wws-confirm-reservation-list-table__flight-date,
  .be-biz-domestic-confirm-reservation-list-table__flight-date{
    width: 100%;
    border: 0;
  }
  .be-domestic-confirm-reservation-list-table__flight-reservation-number,
  .be-overseas-confirm-reservation-list-table__flight-reservation-number,
  .be-wws-confirm-reservation-list-table__flight-reservation-number,
  .be-biz-domestic-confirm-reservation-list-table__flight-reservation-number{
    width: 50%;
    padding: 0 10px;
  }
  .be-domestic-confirm-reservation-list-table__flight-status,
  .be-overseas-confirm-reservation-list-table__flight-status,
  .be-wws-confirm-reservation-list-table__flight-status,
  .be-biz-domestic-confirm-reservation-list-table__flight-status{
    width: 50%;
    border-right: 0;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px){
  .be-domestic-confirm-reservation-list-table__accordion-input,
  .be-overseas-confirm-reservation-list-table__accordion-input,
  .be-wws-confirm-reservation-list-table__accordion-input,
  .be-biz-domestic-confirm-reservation-list-table__accordion-input{
    display:none;
  }
  .be-domestic-confirm-reservation-list-table__accordion-label:after,
  .be-overseas-confirm-reservation-list-table__accordion-label:after,
  .be-wws-confirm-reservation-list-table__accordion-label:after,
  .be-biz-domestic-confirm-reservation-list-table__accordion-label:after{
    content: "";
    font-family: "asw-icon";
  }
  .be-domestic-confirm-reservation-list-table__accordion-input:checked ~ .be-domestic-confirm-reservation-list-table__accordion-label:after,
  .be-overseas-confirm-reservation-list-table__accordion-input:checked ~ .be-overseas-confirm-reservation-list-table__accordion-label:after,
  .be-wws-confirm-reservation-list-table__accordion-input:checked ~ .be-wws-confirm-reservation-list-table__accordion-label:after,
  .be-biz-domestic-confirm-reservation-list-table__accordion-input:checked ~ .be-biz-domestic-confirm-reservation-list-table__accordion-label:after{
    content: "";
  }
  .be-domestic-confirm-reservation-list-table__accordion-input ~ .be-domestic-confirm-reservation-list-table__flight-reservation-number,
  .be-domestic-confirm-reservation-list-table__accordion-input ~ .be-domestic-confirm-reservation-list-table__flight-status,
  .be-domestic-confirm-reservation-list-table__accordion-input ~ .be-domestic-confirm-reservation-list-table__flight-comment,
  .be-overseas-confirm-reservation-list-table__accordion-input ~ .be-overseas-confirm-reservation-list-table__flight-reservation-number,
  .be-overseas-confirm-reservation-list-table__accordion-input ~ .be-overseas-confirm-reservation-list-table__flight-status,
  .be-overseas-confirm-reservation-list-table__accordion-input ~ .be-overseas-confirm-reservation-list-table__flight-comment,
  .be-wws-confirm-reservation-list-table__accordion-input ~ .be-wws-confirm-reservation-list-table__flight-reservation-number,
  .be-wws-confirm-reservation-list-table__accordion-input ~ .be-wws-confirm-reservation-list-table__flight-status,
  .be-wws-confirm-reservation-list-table__accordion-input ~ .be-wws-confirm-reservation-list-table__flight-comment,
  .be-biz-domestic-confirm-reservation-list-table__accordion-input ~ .be-biz-domestic-confirm-reservation-list-table__flight-reservation-number,
  .be-biz-domestic-confirm-reservation-list-table__accordion-input ~ .be-biz-domestic-confirm-reservation-list-table__flight-status,
  .be-biz-domestic-confirm-reservation-list-table__accordion-input ~ .be-biz-domestic-confirm-reservation-list-table__flight-comment{
    display: none;
  }
  .be-domestic-confirm-reservation-list-table__accordion-input:checked ~ .be-domestic-confirm-reservation-list-table__flight-reservation-number,
  .be-domestic-confirm-reservation-list-table__accordion-input:checked ~ .be-domestic-confirm-reservation-list-table__flight-status,
  .be-domestic-confirm-reservation-list-table__accordion-input:checked ~ .be-domestic-confirm-reservation-list-table__flight-comment,
  .be-overseas-confirm-reservation-list-table__accordion-input:checked ~ .be-overseas-confirm-reservation-list-table__flight-reservation-number,
  .be-overseas-confirm-reservation-list-table__accordion-input:checked ~ .be-overseas-confirm-reservation-list-table__flight-status,
  .be-overseas-confirm-reservation-list-table__accordion-input:checked ~ .be-overseas-confirm-reservation-list-table__flight-comment,
  .be-wws-confirm-reservation-list-table__accordion-input:checked ~ .be-wws-confirm-reservation-list-table__flight-reservation-number,
  .be-wws-confirm-reservation-list-table__accordion-input:checked ~ .be-wws-confirm-reservation-list-table__flight-status,
  .be-wws-confirm-reservation-list-table__accordion-input:checked ~ .be-wws-confirm-reservation-list-table__flight-comment,
  .be-biz-domestic-confirm-reservation-list-table__accordion-input:checked ~ .be-biz-domestic-confirm-reservation-list-table__flight-reservation-number,
  .be-biz-domestic-confirm-reservation-list-table__accordion-input:checked ~ .be-biz-domestic-confirm-reservation-list-table__flight-status,
  .be-biz-domestic-confirm-reservation-list-table__accordion-input:checked ~ .be-biz-domestic-confirm-reservation-list-table__flight-comment{
    display: flex;
  }
  .be-domestic-confirm-reservation-list-table__accordion-label,
  .be-overseas-confirm-reservation-list-table__accordion-label,
  .be-wws-confirm-reservation-list-table__accordion-label,
  .be-biz-domestic-confirm-reservation-list-table__accordion-label{
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px){
  .be-domestic-confirm-reservation-list-table__accordion-input,
  .be-domestic-confirm-reservation-list-table__accordion-label,
  .be-overseas-confirm-reservation-list-table__accordion-input,
  .be-overseas-confirm-reservation-list-table__accordion-label,
  .be-wws-confirm-reservation-list-table__accordion-input,
  .be-wws-confirm-reservation-list-table__accordion-label,
  .be-biz-domestic-confirm-reservation-list-table__accordion-input,
  .be-biz-domestic-confirm-reservation-list-table__accordion-label{
    display:none;
  }
}

.be-comment--annotation > .be-comment__item {
  color: #6E6E6E;
  font-size: 1.2rem;
  margin-bottom: 4px;
}

.be-comment--annotation > .be-comment__item:not(:first-child) {
  margin-top: 4px;
}

.be-comment--annotation > .be-comment__item::before {
  content: "\002A";
  left: 0;
  position: absolute;
  top: 0;
}

.be-comment--annotation > .be-comment__item > p {
  margin-bottom: 8px;
}

.be-comment--annotation > .be-comment__item {
    list-style: none;
    padding-left: 1.2em;
    position: relative;
}

.be-comment--annotation > .be-comment__item::before{
  display: inline-block;
  font-family: inherit;
  padding-right: 0.2em;
  text-align: center;
  text-indent: 0;
  width: 1em;
}
.be-comment--annotation_link{
  cursor: pointer;
  display: inline;
  font-weight: 600;
  text-decoration: underline;
}
.be-comment--annotation_link:hover {
  text-decoration: none;
}
.be-domestic-confirm-reservation-list-table__more-view-input,
.be-overseas-confirm-reservation-list-table__more-view-input,
.be-wws-confirm-reservation-list-table__more-view-input,
.be-biz-domestic-confirm-reservation-list-table__more-view-input{
  display:none;
}
.be-domestic-confirm-reservation-list-table__more-view-label:after,
.be-overseas-confirm-reservation-list-table__more-view-label:after,
.be-wws-confirm-reservation-list-table__more-view-label:after,
.be-biz-domestic-confirm-reservation-list-table__more-view-label:after{
  content: "";
  font-family: "asw-icon";
}
.be-domestic-confirm-reservation-list-table__more-view-input:checked ~ .be-domestic-confirm-reservation-list-table__more-view-label:after,
.be-overseas-confirm-reservation-list-table__more-view-input:checked ~ .be-overseas-confirm-reservation-list-table__more-view-label:after,
.be-wws-confirm-reservation-list-table__more-view-input:checked ~ .be-wws-confirm-reservation-list-table__more-view-label:after,
.be-biz-domestic-confirm-reservation-list-table__more-view-input:checked ~ .be-biz-domestic-confirm-reservation-list-table__more-view-label:after{
  content: "";
}
.be-domestic-confirm-reservation-list-table__more-view-input ~ .be-domestic-confirm-reservation-list__column,
.be-overseas-confirm-reservation-list-table__more-view-input ~ .be-overseas-confirm-reservation-list__column,
.be-wws-confirm-reservation-list-table__more-view-input ~ .be-wws-confirm-reservation-list__column,
.be-biz-domestic-confirm-reservation-list-table__more-view-input ~ .be-biz-domestic-confirm-reservation-list__column{
  display: none;
}
.be-domestic-confirm-reservation-list-table__more-view-input:checked ~ .be-domestic-confirm-reservation-list__column,
.be-overseas-confirm-reservation-list-table__more-view-input:checked ~ .be-overseas-confirm-reservation-list__column,
.be-wws-confirm-reservation-list-table__more-view-input:checked ~ .be-wws-confirm-reservation-list__column,
.be-biz-domestic-confirm-reservation-list-table__more-view-input:checked ~ .be-biz-domestic-confirm-reservation-list__column{
  display: flex;
}
.be-domestic-confirm-reservation-list-table__more-view-label,
.be-overseas-confirm-reservation-list-table__more-view-label,
.be-wws-confirm-reservation-list-table__more-view-label,
.be-biz-domestic-confirm-reservation-list-table__more-view-label{
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
  border-top: 1px solid #949499;
  padding-top: 16px;
  color: #00146E;
  font-weight: bold;
  text-align: right;
}
.be-domestic-confirm-reservation-list-table__more-view-input:checked ~ .be-domestic-confirm-reservation-list-table__more-view-label,
.be-overseas-confirm-reservation-list-table__more-view-input:checked ~ .be-overseas-confirm-reservation-list-table__more-view-label,
.be-wws-confirm-reservation-list-table__more-view-input:checked ~ .be-wws-confirm-reservation-list-table__more-view-label,
.be-biz-domestic-confirm-reservation-list-table__more-view-input:checked ~ .be-biz-domestic-confirm-reservation-list-table__more-view-label{
  border-top: none;
}
.be-domestic-reserve-ticket__row--optional > .be-domestic-reserve-ticket__row,
.be-overseas-reserve-ticket__row--optional > .be-overseas-reserve-ticket__row,
.be-wws-reserve-ticket__row--optional > .be-wws-reserve-ticket__row,
.be-biz-domestic-reserve-ticket__row--optional > .be-biz-domestic-reserve-ticket__row{
  width:100%
}
.be-domestic-reserve-ticket__row[style*="block"] + * + .be-domestic-reserve-ticket__row,
.be-overseas-reserve-ticket__row[style*="block"] + * + .be-overseas-reserve-ticket__row,
.be-wws-reserve-ticket__row[style*="block"] + .be-wws-reserve-ticket__row + .be-wws-reserve-ticket__row,
.be-biz-domestic-reserve-ticket__row[style*="block"] + * + .be-biz-domestic-reserve-ticket__row{
  margin-top: 0;
  margin-bottom: 12px;
}
.be-domestic-reserve-ticket__form--collapse ~ .be-domestic-reserve-ticket__row--optional,
.be-overseas-reserve-ticket__form--collapse ~ .be-overseas-reserve-ticket__row--optional,
.be-wws-reserve-ticket__form--collapse ~ .be-wws-reserve-ticket__row--optional,
.be-biz-domestic-reserve-ticket__form--collapse ~ .be-biz-domestic-reserve-ticket__row--optional{
  height: 0;
  margin-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .be-domestic-reserve-ticket__form--collapse ~ .be-domestic-reserve-ticket__row--optional,
  .be-overseas-reserve-ticket__form--collapse ~ .be-overseas-reserve-ticket__row--optional,
  .be-wws-reserve-ticket__form--collapse ~ .be-wws-reserve-ticket__row--optional,
  .be-biz-domestic-reserve-ticket__form--collapse ~ .be-biz-domestic-reserve-ticket__row--optional{
    margin-top: 0;
  }
  .be-domestic-confirm-reservation-list-table-column,
  .be-overseas-confirm-reservation-list-table-column,
  .be-wws-confirm-reservation-list-table-column,
  .be-biz-domestic-confirm-reservation-list-table-column{
    /*border-right: 1px solid #949499;
    border-left: 1px solid #949499;*/
    padding: 10px 0 5px 0;
  }
  .be-domestic-confirm-reservation-list-table-column .be-domestic-confirm-reservation-list-table__flight-date,
  .be-overseas-confirm-reservation-list-table-column .be-overseas-confirm-reservation-list-table__flight-date,
  .be-wws-confirm-reservation-list-table-column .be-wws-confirm-reservation-list-table__flight-date,
  .be-biz-domestic-confirm-reservation-list-table-column .be-biz-domestic-confirm-reservation-list-table__flight-date{
    position:relative;
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 20px 1em;
  }
  .be-domestic-confirm-reservation-list-table-column .be-domestic-confirm-reservation-list-table__flight-date:before,
  .be-overseas-confirm-reservation-list-table-column .be-overseas-confirm-reservation-list-table__flight-date:before,
  .be-wws-confirm-reservation-list-table-column .be-wws-confirm-reservation-list-table__flight-date:before,
  .be-biz-domestic-confirm-reservation-list-table-column .be-biz-domestic-confirm-reservation-list-table__flight-date:before{
    content:"";
    position:absolute;
    width: calc( 100% - 2em );
    border-top: 1px solid #EDEDED;
    top: 0;
  }
  .be-domestic-confirm-reservation-list-table-column .be-domestic-confirm-reservation-list-table__flight-date:after,
  .be-overseas-confirm-reservation-list-table-column .be-overseas-confirm-reservation-list-table__flight-date:after,
  .be-wws-confirm-reservation-list-table-column .be-wws-confirm-reservation-list-table__flight-date:after,
  .be-biz-domestic-confirm-reservation-list-table-column .be-biz-domestic-confirm-reservation-list-table__flight-date:after{
    content:"";
    position:absolute;
    width: calc( 100% - 2em );
    border-bottom: 1px solid #EDEDED;
    bottom: 0;
  }
  .be-domestic-confirm-reservation-list-table-column .be-domestic-confirm-reservation-list-table__flight-status,
  .be-overseas-confirm-reservation-list-table-column .be-overseas-confirm-reservation-list-table__flight-status,
  .be-wws-confirm-reservation-list-table-column .be-wws-confirm-reservation-list-table__flight-status,
  .be-biz-domestic-confirm-reservation-list-table-column .be-biz-domestic-confirm-reservation-list-table__flight-status{
    border-left: 1px solid #EDEDED;
  }
  .be-domestic-confirm-reservation-list-table-column .be-domestic-confirm-reservation-list-table__flight-comment,
  .be-overseas-confirm-reservation-list-table-column .be-overseas-confirm-reservation-list-table__flight-comment,
  .be-wws-confirm-reservation-list-table-column .be-wws-confirm-reservation-list-table__flight-comment,
  .be-biz-domestic-confirm-reservation-list-table-column .be-biz-domestic-confirm-reservation-list-table__flight-comment{
    position:relative;
    padding-top: 20px;
    padding-left: 0;
    margin-top: 20px;
  }
  .be-domestic-confirm-reservation-list-table__flight-comment {
    flex-direction: column;
  }
  .be-domestic-confirm-reservation-list-table-column .be-domestic-confirm-reservation-list-table__flight-comment:before,
  .be-overseas-confirm-reservation-list-table-column .be-overseas-confirm-reservation-list-table__flight-comment:before,
  .be-wws-confirm-reservation-list-table-column .be-wws-confirm-reservation-list-table__flight-comment:before,
  .be-biz-domestic-confirm-reservation-list-table-column .be-biz-domestic-confirm-reservation-list-table__flight-comment:before{
    content:"";
    position:absolute;
    width: calc( 100% - 2em );
    border-top: 1px solid #EDEDED;
    top: 0;
  }
  .be-domestic-confirm-reservation-list-table-column .be-domestic-confirm-reservation-list-table__flight-comment >div:first-child,
  .be-overseas-confirm-reservation-list-table-column .be-overseas-confirm-reservation-list-table__flight-comment >div:first-child,
  .be-wws-confirm-reservation-list-table-column .be-wws-confirm-reservation-list-table__flight-comment >div:first-child,
  .be-biz-domestic-confirm-reservation-list-table-column .be-biz-domestic-confirm-reservation-list-table__flight-comment >div:first-child{
    border-left: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .be-domestic-confirm-reservation-list-table-column .be-domestic-confirm-reservation-list-table__flight-comment--text,
  .be-overseas-confirm-reservation-list-table-column .be-overseas-confirm-reservation-list-table__flight-comment--text,
  .be-wws-confirm-reservation-list-table-column .be-wws-confirm-reservation-list-table__flight-comment--text,
  .be-biz-domestic-confirm-reservation-list-table-column .be-biz-domestic-confirm-reservation-list-table__flight-comment--text{
    text-align: left;
  }
  .be-domestic-confirm-reservation-list-table__flight-layover img,
  .be-overseas-confirm-reservation-list-table__flight-layover img,
  .be-wws-confirm-reservation-list-table__flight-layover img,
  .be-biz-domestic-confirm-reservation-list-table__flight-layover img{
    width: 100px;
  }
}
.be-calendar-month__cell--start {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(50%, transparent), color-stop(50%, #ededed));
  background: linear-gradient(to right, transparent 0, transparent 50%, #ededed 50%);
  background-color: transparent;
}
.be-calendar-month__cell--start.be-calendar-month__cell--no-end{
  background:none;
}
@media screen and (min-width: 768px){
  .be-calendar-month__cell--start.be-calendar-month__cell--interval:last-child{
    background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(50%, transparent), color-stop(50%, #ededed));
    background: linear-gradient(to right, transparent 0, transparent 50%, #ededed 50%);
    background-color: transparent;
  }
  .be-calendar-month__cell--end.be-calendar-month__cell--interval:first-child{
    background: linear-gradient(to right, #ededed 0, #ededed 50%, transparent 50%);*/
  }
  .be-calendar-month__cell--start.be-calendar-month__cell--interval:first-child{
    background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(50%, transparent), color-stop(50%, #ededed));
    background: linear-gradient(to right, transparent 0, transparent 50%, #ededed 50%);
    background-color: transparent;
  }
  .be-calendar-month__cell--end.be-calendar-month__cell--interval:last-child{
    background: -webkit-gradient(linear, right top, left top, color-stop(0, transparent), color-stop(50%, transparent), color-stop(50%, #ededed));
    background: linear-gradient(to left, transparent 0, transparent 50%, #ededed 50%);
    background-color: transparent;
  }
  .be-dialog.be-dialog--has-input-commentBox {
    max-height:none;
  }
}
.be-tertiary-tab__panel{
  position:relative;
}

.be-list-accordion__price{
  margin-right: 6px;
}
.be-domestic-reserve-ticket__column--form-open,
.be-overseas-reserve-ticket__column--form-open,
.be-wws-reserve-ticket__column--form-open,
.be-biz-domestic-reserve-ticket__column--form-open{
  width: 100%;
  text-align: center;
  padding-top: 10px;
}
.be-domestic-reserve-ticket-large .be-domestic-reserve-ticket-form-open__button,
.be-overseas-reserve-ticket-large .be-overseas-reserve-ticket-form-open__button,
.be-wws-secondary-tab__panel .be-wws-reserve-ticket-large .be-wws-reserve-ticket-form-open__button,
.be-biz-domestic-reserve-ticket-large .be-biz-domestic-reserve-ticket-form-open__button{
  display: inline-block;
  background-color: transparent;
  border: none;
  color: #333;
  cursor: pointer;
  padding: 0;
  width: auto;
  height: auto;
  border-radius: 0;
}
.be-domestic-reserve-ticket-large .be-domestic-reserve-ticket-form-open__button::after,
.be-overseas-reserve-ticket-large .be-overseas-reserve-ticket-form-open__button::after,
.be-wws-reserve-ticket-large .be-wws-reserve-ticket-form-open__button::after,
.be-biz-domestic-reserve-ticket-large .be-biz-domestic-reserve-ticket-form-open__button::after{
  content: "";
  font-family: "asw-icon";
  margin-left: 6px;
}
.be-domestic-reserve-ticket__form:not(.be-domestic-reserve-ticket__form--collapse) ~ .be-domestic-reserve-ticket__row--optional:last-child,
.be-overseas-reserve-ticket__form:not(.be-overseas-reserve-ticket__form--collapse) ~ .be-overseas-reserve-ticket__row--optional:last-child,
.be-wws-reserve-ticket__form:not(.be-wws-reserve-ticket__form--collapse) ~ .be-wws-reserve-ticket__row--optional:last-child,
.be-biz-domestic-reserve-ticket__form:not(.be-biz-domestic-reserve-ticket__form--collapse) ~ .be-biz-domestic-reserve-ticket__row--optional:last-child{
  display:none;
}
.be-domestic-reserve-ticket__form--collapse ~ .be-domestic-reserve-ticket__row--optional:last-child,
.be-overseas-reserve-ticket__form--collapse ~ .be-overseas-reserve-ticket__row--optional:last-child,
.be-wws-reserve-ticket__form--collapse ~ .be-wws-reserve-ticket__row--optional:last-child,
.be-biz-domestic-reserve-ticket__form--collapse ~ .be-biz-domestic-reserve-ticket__row--optional:last-child{
  height: auto;
  overflow: visible;
  display:block;
  margin-top: 20px;
}
.be-wws-reserve-ticket__note a:after,
.be-overseas-reserve-ticket__note a:after{
  content: "";
  display: inline-block;
  font-family: "asw-icon";
  margin-left: 6px;
  text-decoration: none;
}
.be-wws-reserve-ticket__note a[target="_blank"]::after,
.be-overseas-reserve-ticket__note a[target="_blank"]::after{
  content: "";
  display: inline-block;
  font-family: "asw-icon";
  margin-left: 6px;
  text-decoration: none;
}
.be-domestic-reserve-ticket__column--comparison-search-type,
.be-overseas-reserve-ticket__column--comparison-search-type,
.be-wws-reserve-ticket__column--comparison-search-type,
.be-biz-domestic-reserve-ticket__column--comparison-search-type{
  margin-top: 0;
}

.be-wws-reserve-ticket__note,
.be-overseas-reserve-ticket__note {
  text-align: left;
}

.be-domestic-search-calendar__row,
.be-domestic-search-theme__row,
.be-domestic-search-destination__row,
.be-overseas-search-calendar__row,
.be-overseas-search-theme__row,
.be-overseas-search-destination__row,
.be-wws-search-calendar__row,
.be-wws-search-theme__row,
.be-wws-search-destination__row{
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}
.be-domestic-search-calendar__row + .be-domestic-search-calendar__row,
.be-domestic-search-theme__row + .be-domestic-search-theme__row,
.be-domestic-search-destination__row + .be-domestic-search-destination__row,
.be-overseas-search-calendar__row + .be-overseas-search-calendar__row,
.be-overseas-search-theme__row + .be-overseas-search-theme__row,
.be-overseas-search-destination__row + .be-overseas-search-destination__row,
.be-wws-search-calendar__row + .be-wws-search-calendar__row,
.be-wws-search-theme__row + .be-wws-search-theme__row,
.be-wws-search-destination__row + .be-wws-search-destination__row{
  margin-top: 24px;
}
.be-domestic-search-calendar__column,
.be-domestic-search-theme__column,
.be-domestic-search-destination__column,
.be-overseas-search-calendar__column,
.be-overseas-search-theme__column,
.be-overseas-search-destination__column,
.be-wws-search-calendar__column,
.be-wws-search-theme__column,
.be-wws-search-destination__column{
  width: 50%;
}
@media screen and (max-width: 767px) {
  .be-domestic-search-calendar__column{
    width: 100%
  }
  .be-domestic-search-calendar__column--arrival-airport{
    margin-top: 16px;
  }
}
.be-domestic-search-calendar__column--title,
.be-domestic-search-theme__column--title,
.be-domestic-search-destination__column--title,
.be-overseas-search-calendar__column--title,
.be-overseas-search-theme__column--title,
.be-overseas-search-destination__column--title,
.be-wws-search-calendar__column--title,
.be-wws-search-theme__column--title,
.be-wws-search-destination__column--title{
    font-size: 1.6rem;
    font-weight: 600;
    width:100%;
    margin-block: 0;
}
.be-domestic-search-calendar__column--roundFlg .be-domestic-search-calendar__column--title,
.be-domestic-search-theme__column--roundFlg .be-domestic-search-theme__column--title,
.be-domestic-search-destination__column--roundFlg .be-domestic-search-destination__column--title,
.be-overseas-search-calendar__column--roundFlg .be-overseas-search-calendar__column--title,
.be-overseas-search-theme__column--roundFlg .be-overseas-search-theme__column--title,
.be-overseas-search-destination__column--roundFlg .be-overseas-search-destination__column--title,
.be-wws-search-calendar__column--roundFlg .be-wws-search-calendar__column--title,
.be-wws-search-theme__column--roundFlg .be-wws-search-theme__column--title,
.be-wws-search-destination__column--roundFlg .be-wws-search-destination__column--title{
  display:none;
}
.be-domestic-search-calendar__row--mt2,
.be-domestic-search-theme__row--mt2,
.be-domestic-search-destination__row--mt2,
.be-overseas-search-calendar__row--mt2,
.be-overseas-search-theme__row--mt2,
.be-overseas-search-destination__row--mt2,
.be-wws-search-calendar__row--mt2,
.be-wws-search-theme__row--mt2,
.be-wws-search-destination__row--mt2{
    margin-top: 8px !important;
}
.be-domestic-search-calendar-roundFlg,
.be-domestic-search-theme-roundFlg,
.be-domestic-search-destination-roundFlg,
.be-overseas-search-calendar-roundFlg,
.be-overseas-search-theme-roundFlg,
.be-overseas-search-destination-roundFlg,
.be-wws-search-calendar-roundFlg,
.be-wws-search-theme-roundFlg,
.be-wws-search-destination-roundFlg{
  width: 100%;
}
.be-domestic-search-calendar-departure-airport,
.be-domestic-search-theme-departure-airport,
.be-domestic-search-destination-departure-airport,
.be-overseas-search-calendar-departure-airport,
.be-overseas-search-theme-departure-airport,
.be-overseas-search-destination-departure-airport,
.be-wws-search-calendar-departure-airport,
.be-wws-search-theme-departure-airport,
.be-wws-search-destination-departure-airport{
  position: relative;
  width: 100%;
}
.be-domestic-search-calendar__column--roundFlg,
.be-domestic-search-theme__column--roundFlg,
.be-domestic-search-destination__column--roundFlg,
.be-overseas-search-calendar__column--roundFlg,
.be-overseas-search-theme__column--roundFlg,
.be-overseas-search-destination__column--roundFlg,
.be-wws-search-calendar__column--roundFlg,
.be-wws-search-theme__column--roundFlg,
.be-wws-search-destination__column--roundFlg{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.be-domestic-search-calendar-roundTrip__form--collapse .be-domestic-search-calendar-roundTrip__row--optional,
.be-domestic-search-theme-roundTrip__form--collapse .be-domestic-search-theme-roundTrip__row--optional,
.be-domestic-search-destination-roundTrip__form--collapse .be-domestic-search-destination-roundTrip__row--optional,
.be-overseas-search-calendar-roundTrip__form--collapse .be-overseas-search-calendar-roundTrip__row--optional,
.be-overseas-search-theme-roundTrip__form--collapse .be-overseas-search-theme-roundTrip__row--optional,
.be-overseas-search-destination-roundTrip__form--collapse .be-overseas-search-destination-roundTrip__row--optional,
.be-wws-search-calendar-roundTrip__form--collapse .be-wws-search-calendar-roundTrip__row--optional,
.be-wws-search-theme-roundTrip__form--collapse .be-wws-search-theme-roundTrip__row--optional,
.be-wws-search-destination-roundTrip__form--collapse .be-wws-search-destination-roundTrip__row--optional{
  height: 0;
  margin-top: 0;
  overflow: hidden;
}
.be-domestic-search-calendar__header-row-item--center,
.be-domestic-search-theme__header-row-item--center,
.be-domestic-search-destination__header-row-item--center,
.be-overseas-search-calendar__header-row-item--center,
.be-overseas-search-theme__header-row-item--center,
.be-overseas-search-destination__header-row-item--center,
.be-wws-search-calendar__header-row-item--center,
.be-wws-search-theme__header-row-item--center,
.be-wws-search-destination__header-row-item--center{
  font-size: 1.6rem;
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin-top: 8px;
}
.be-domestic-search-calendar__column--departure-airport,
.be-domestic-search-theme__column--departure-airport,
.be-domestic-search-destination__column--departure-airport,
.be-overseas-search-calendar__column--departure-airport,
.be-overseas-search-theme__column--departure-airport,
.be-overseas-search-destination__column--departure-airport,
.be-wws-search-calendar__column--departure-airport,
.be-wws-search-theme__column--departure-airport,
.be-wws-search-destination__column--departure-airport{
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  .be-domestic-search-calendar__column--departure-airport{
    padding-right: 0;
  }
}
.be-domestic-search-calendar-departure-airport__button,
.be-domestic-search-theme-departure-airport__button,
.be-domestic-search-destination-departure-airport__button,
.be-overseas-search-calendar-departure-airport__button,
.be-overseas-search-theme-departure-airport__button,
.be-overseas-search-destination-departure-airport__button,
.be-wws-search-calendar-departure-airport__button,
.be-wws-search-theme-departure-airport__button,
.be-wws-search-destination-departure-airport__button{
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}
.be-domestic-search-calendar-departure-airport__button span,
.be-domestic-search-theme-departure-airport__button span,
.be-domestic-search-destination-departure-airport__button span,
.be-overseas-search-calendar-departure-airport__button span,
.be-overseas-search-theme-departure-airport__button span,
.be-overseas-search-destination-departure-airport__button span,
.be-wws-search-calendar-departure-airport__button span,
.be-wws-search-theme-departure-airport__button span,
.be-wws-search-destination-departure-airport__button span{
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;

  display: flex;
  align-items: center;
}
.be-domestic-search-calendar-departure-airport__button span::before,
.be-domestic-search-theme-departure-airport__button span::before,
.be-domestic-search-destination-departure-airport__button span::before,
.be-overseas-search-calendar-departure-airport__button span::before,
.be-overseas-search-theme-departure-airport__button span::before,
.be-overseas-search-destination-departure-airport__button span::before,
.be-wws-search-calendar-departure-airport__button span::before,
.be-wws-search-theme-departure-airport__button span::before,
.be-wws-search-destination-departure-airport__button span::before{
  content: "\e900";
  font-family: "asw-icon";
  font-size: 2.2rem;
  font-weight: normal;
  margin-right: 3px;
}
.be-domestic-search-calendar-departure-airport--empty .be-domestic-search-calendar-departure-airport__button,
.be-domestic-search-theme-departure-airport--empty .be-domestic-search-theme-departure-airport__button,
.be-domestic-search-destination-departure-airport--empty .be-domestic-search-destination-departure-airport__button,
.be-overseas-search-calendar-departure-airport--empty .be-overseas-search-calendar-departure-airport__button,
.be-overseas-search-theme-departure-airport--empty .be-overseas-search-theme-departure-airport__button,
.be-overseas-search-destination-departure-airport--empty .be-overseas-search-destination-departure-airport__button,
.be-wws-search-calendar-departure-airport--empty .be-wws-search-calendar-departure-airport__button,
.be-wws-search-theme-departure-airport--empty .be-wws-search-theme-departure-airport__button,
.be-wws-search-destination-departure-airport--empty .be-wws-search-destination-departure-airport__button{
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-search-calendar-departure-airport--open .be-overseas-reserve-ticket-departure-airport__button,
.be-overseas-search-theme-departure-airport--open .be-overseas-reserve-ticket-departure-airport__button,
.be-overseas-search-destination-departure-airport--open .be-overseas-reserve-ticket-departure-airport__button,
.be-wws-search-calendar-departure-airport--open .be-wws-reserve-ticket-departure-airport__button,
.be-wws-search-theme-departure-airport--open .be-wws-reserve-ticket-departure-airport__button{
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.be-domestic-search-calendar-arrival-airport,
.be-domestic-search-theme-arrival-airport,
.be-domestic-search-destination-arrival-airport,
.be-overseas-search-calendar-arrival-airport,
.be-overseas-search-theme-arrival-airport,
.be-overseas-search-destination-arrival-airport,
.be-wws-search-calendar-arrival-airport,
.be-wws-search-theme-arrival-airport,
.be-wws-search-destination-arrival-airport{
  position: relative;
  width: 100%;
}
.be-domestic-search-calendar__column--arrival-airport,
.be-domestic-search-theme__column--arrival-airport,
.be-domestic-search-destination__column--arrival-airport,
.be-overseas-search-calendar__column--arrival-airport,
.be-overseas-search-theme__column--arrival-airport,
.be-overseas-search-destination__column--arrival-airport,
.be-wws-search-calendar__column--arrival-airport,
.be-wws-search-theme__column--arrival-airport,
.be-wws-search-destination__column--arrival-airport{
  padding-left: 5px;
}
@media screen and (max-width: 767px){
  .be-domestic-search-calendar__column--arrival-airport{
    padding-left: 0;
  }
}
.be-domestic-search-calendar-arrival-airport__button,
.be-domestic-search-theme-arrival-airport__button,
.be-domestic-search-destination-arrival-airport__button,
.be-overseas-search-calendar-arrival-airport__button,
.be-overseas-search-theme-arrival-airport__button,
.be-overseas-search-destination-arrival-airport__button,
.be-wws-search-calendar-arrival-airport__button,
.be-wws-search-theme-arrival-airport__button,
.be-wws-search-destination-arrival-airport__button{
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}
.be-domestic-search-calendar-arrival-airport__button span,
.be-domestic-search-theme-arrival-airport__button span,
.be-domestic-search-destination-arrival-airport__button span,
.be-overseas-search-calendar-arrival-airport__button span,
.be-overseas-search-theme-arrival-airport__button span,
.be-overseas-search-destination-arrival-airport__button span,
.be-wws-search-calendar-arrival-airport__button span,
.be-wws-search-theme-arrival-airport__button span,
.be-wws-search-destination-arrival-airport__button span{
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;

  display: flex;
  align-items: center;
}
.be-domestic-search-calendar-arrival-airport__button span::before,
.be-domestic-search-theme-arrival-airport__button span::before,
.be-domestic-search-destination-arrival-airport__button span::before,
.be-overseas-search-calendar-arrival-airport__button span::before,
.be-overseas-search-theme-arrival-airport__button span::before,
.be-overseas-search-destination-arrival-airport__button span::before,
.be-wws-search-calendar-arrival-airport__button span::before,
.be-wws-search-theme-arrival-airport__button span::before,
.be-wws-search-destination-arrival-airport__button span::before{
  content: "\e901";
  font-family: "asw-icon";
  font-size: 2.2rem;
  font-weight: normal;
  margin-right: 3px;
}
.be-domestic-search-calendar-arrival-airport--empty .be-domestic-search-calendar-arrival-airport__button,
.be-domestic-search-theme-arrival-airport--empty .be-domestic-search-theme-arrival-airport__button,
.be-domestic-search-destination-arrival-airport--empty .be-domestic-search-destination-arrival-airport__button,
.be-overseas-search-calendar-arrival-airport--empty .be-overseas-search-calendar-arrival-airport__button,
.be-overseas-search-theme-arrival-airport--empty .be-overseas-search-theme-arrival-airport__button,
.be-overseas-search-destination-arrival-airport--empty .be-overseas-search-destination-arrival-airport__button,
.be-wws-search-calendar-arrival-airport--empty .be-wws-search-calendar-arrival-airport__button,
.be-wws-search-theme-arrival-airport--empty .be-wws-search-theme-arrival-airport__button,
.be-wws-search-destination-arrival-airport--empty .be-wws-search-destination-arrival-airport__button{
  color: #6E6E6E;
  font-weight: 400;
}
.be-domestic-search-calendar-arrival-airport--open .be-domestic-search-calendar-arrival-airport__button,
.be-domestic-search-theme-arrival-airport--open .be-domestic-search-theme-arrival-airport__button,
.be-domestic-search-destination-arrival-airport--open .be-domestic-search-destination-arrival-airport__button,
.be-overseas-search-calendar-arrival-airport--open .be-overseas-search-calendar-arrival-airport__button,
.be-overseas-search-theme-arrival-airport--open .be-overseas-search-theme-arrival-airport__button,
.be-overseas-search-destination-arrival-airport--open .be-overseas-search-destination-arrival-airport__button,
.be-wws-search-calendar-arrival-airport--open .be-wws-search-calendar-arrival-airport__button,
.be-wws-search-theme-arrival-airport--open .be-wws-search-theme-arrival-airport__button,
.be-overseas-search-destination-arrival-airport--open .be-wws-search-destination-arrival-airport__button{
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.be-overseas-search-calendar-departure-date,
.be-overseas-search-calendar-arrival-date,
.be-overseas-search-theme-departure-date,
.be-overseas-search-theme-arrival-date,
.be-overseas-search-destination-departure-date,
.be-overseas-search-destination-arrival-date,
.be-wws-search-calendar-departure-date,
.be-wws-search-calendar-arrival-date,
.be-wws-search-theme-departure-date,
.be-wws-search-theme-arrival-date,
.be-wws-search-destination-departure-date,
.be-wws-search-destination-arrival-date{
  position: relative;
}
.be-domestic-search-theme-departure-date__button,
.be-domestic-search-destination-departure-date__button,
.be-domestic-search-theme-arrival-date__button,
.be-domestic-search-destination-arrival-date__button,
.be-overseas-search-theme-departure-date__button,
.be-overseas-search-destination-departure-date__button,
.be-overseas-search-theme-arrival-date__button,
.be-overseas-search-destination-arrival-date__button,
.be-wws-search-theme-departure-date__button,
.be-wws-search-theme-arrival-date__button,
.be-wws-search-destination-departure-date__button,
.be-wws-search-destination-arrival-date__button{
    background-color: #fff;
    border-color: #949499;
    border-radius: 30px;
    border-style: solid;
    border-width: 1px;
    color: #00146E;
    cursor: pointer;
    font-weight: 600;
    height: 60px;
    padding-left: 24px;
    padding-right: 24px;
    text-align: left;
    width: 100%
}
.be-domestic-search-theme-departure-date__button span::before,
.be-domestic-search-destination-departure-date__button span::before,
.be-domestic-search-theme-arrival-date__button span::before,
.be-domestic-search-destination-arrival-date__button span::before,
.be-overseas-search-theme-departure-date__button span::before,
.be-overseas-search-destination-departure-date__button span::before,
.be-overseas-search-theme-arrival-date__button span::before,
.be-overseas-search-destination-arrival-date__button span::before,
.be-wws-search-theme-departure-date__button span::before,
.be-wws-search-theme-arrival-date__button span::before,
.be-wws-search-destination-arrival-date__button span::before,
.be-wws-search-destination-departure-date__button span::before{
    content: "";
    font-family: asw-icon;
    font-size: 1.4rem;
    margin-right: 3px;
}
.be-domestic-search-theme-departure-from-direct-flight-date--empty .be-domestic-search-theme-departure-date__button,
.be-domestic-search-destination-departure-from-direct-flight-date--empty .be-domestic-search-destination-departure-date__button,
.be-domestic-search-theme-arrival-date--empty .be-domestic-search-theme-arrival-date__button,
.be-domestic-search-destination-arrival-date--empty .be-domestic-search-destination-arrival-date__button,
.be-overseas-search-theme-departure-from-direct-flight-date--empty .be-overseas-search-theme-departure-date__button,
.be-overseas-search-destination-departure-from-direct-flight-date--empty .be-overseas-search-destination-departure-date__button,
.be-overseas-search-theme-arrival-date--empty .be-overseas-search-theme-arrival-date__button,
.be-overseas-search-destination-arrival-date--empty .be-overseas-search-destination-arrival-date__button,
.be-wws-search-theme-departure-from-direct-flight-date--empty .be-wws-search-theme-departure-date__button,
.be-wws-search-theme-arrival-date--empty .be-wws-search-theme-arrival-date__button,
.be-wws-search-destination-arrival-date--empty .be-wws-search-destination-arrival-date__button,
.be-wws-search-destination-departure-from-direct-flight-date--empty .be-wws-search-destination-departure-date__button{
    color: #6E6E6E;
    font-weight: 400
}
.be-domestic-search-calendar__column--boarding-class,
.be-domestic-search-theme__column--boarding-class,
.be-domestic-search-destination__column--boarding-class,
.be-overseas-search-calendar__column--boarding-class,
.be-overseas-search-theme__column--boarding-class,
.be-overseas-search-destination__column--boarding-class,
.be-wws-search-calendar__column--boarding-class,
.be-wws-search-theme__column--boarding-class,
.be-wws-search-destination__column--boarding-class{
  padding-right: 5px;
}
.be-domestic-search-calendar-boarding-class,
.be-domestic-search-theme-boarding-class,
.be-domestic-search-destination-boarding-class,
.be-overseas-search-calendar-boarding-class,
.be-overseas-search-theme-boarding-class,
.be-overseas-search-destination-boarding-class,
.be-wws-search-calendar-boarding-class,
.be-wws-search-theme-boarding-class,
.be-wws-search-destination-boarding-class{
  width: 100%;
}
.be-domestic-search-calendar-boarding-class__button,
.be-domestic-search-theme-boarding-class__button,
.be-domestic-search-destination-boarding-class__button,
.be-overseas-search-calendar-boarding-class__button,
.be-overseas-search-theme-boarding-class__button,
.be-overseas-search-destination-boarding-class__button,
.be-wws-search-calendar-boarding-class__button,
.be-wws-search-theme-boarding-class__button,
.be-wws-search-destination-boarding-class__button{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}
.be-domestic-search-calendar-boarding-class__button span,
.be-domestic-search-theme-boarding-class__button span,
.be-domestic-search-destination-boarding-class__button span,
.be-overseas-search-calendar-boarding-class__button span,
.be-overseas-search-theme-boarding-class__button span,
.be-overseas-search-destination-boarding-class__button span,
.be-wws-search-calendar-boarding-class__button span,
.be-wws-search-theme-boarding-class__button span,
.be-wws-search-destination-boarding-class__button span{
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.be-overseas-search-calendar-boarding-class--empty .be-domestic-search-calendar-boarding-class__button,
.be-domestic-search-theme-boarding-class--empty .be-domestic-search-theme-boarding-class__button,
.be-domestic-search-destination-boarding-class--empty .be-domestic-search-destination-boarding-class__button,
.be-overseas-search-calendar-boarding-class--empty .be-overseas-search-calendar-boarding-class__button,
.be-overseas-search-theme-boarding-class--empty .be-overseas-search-theme-boarding-class__button,
.be-overseas-search-destination-boarding-class--empty .be-overseas-search-destination-boarding-class__button,
.be-wws-search-calendar-boarding-class--empty .be-wws-search-calendar-boarding-class__button,
.be-wws-search-theme-boarding-class--empty .be-wws-search-theme-boarding-class__button,
.be-wws-search-destination-boarding-class--empty .be-wws-search-destination-boarding-class__button{
  color: #6E6E6E;
  font-weight: 400;
}
.be-overseas-search-calendar-boarding-class--open .be-domestic-search-calendar-boarding-class__button,
.be-domestic-search-theme-boarding-class--open .be-domestic-search-theme-boarding-class__button,
.be-domestic-search-destination-boarding-class--open .be-domestic-search-destination-boarding-class__button,
.be-overseas-search-calendar-boarding-class--open .be-overseas-search-calendar-boarding-class__button,
.be-overseas-search-theme-boarding-class--open .be-overseas-search-theme-boarding-class__button,
.be-overseas-search-destination-boarding-class--open .be-overseas-search-destination-boarding-class__button,
.be-wws-search-calendar-boarding-class--open .be-wws-search-calendar-boarding-class__button,
.be-wws-search-theme-boarding-class--open .be-wws-search-theme-boarding-class__button,
.be-wws-search-destination-boarding-class--open .be-wws-search-destination-boarding-class__button{
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.be-domestic-search-calendar-boarding-class-option,
.be-domestic-search-theme-boarding-class-option,
.be-domestic-search-destination-boarding-class-option,
.be-overseas-search-calendar-boarding-class-option,
.be-overseas-search-theme-boarding-class-option,
.be-overseas-search-destination-boarding-class-option,
.be-wws-search-calendar-boarding-class-option,
.be-wws-search-theme-boarding-class-option,
.be-wws-search-destination-boarding-class-option{
  width: 100%;
}
.be-domestic-search-calendar-boarding-class-option__button,
.be-domestic-search-theme-boarding-class-option__button,
.be-domestic-search-destination-boarding-class-option__button,
.be-overseas-search-calendar-boarding-class-option__button,
.be-overseas-search-theme-boarding-class-option__button,
.be-overseas-search-destination-boarding-class-option__button,
.be-wws-search-calendar-boarding-class-option__button,
.be-wws-search-theme-boarding-class-option__button,
.be-wws-search-destination-boarding-class-option__button{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}
.be-domestic-search-calendar-boarding-class-option__button span,
.be-domestic-search-theme-boarding-class-option__button span,
.be-domestic-search-destination-boarding-class-option__button span,
.be-overseas-search-calendar-boarding-class-option__button span,
.be-overseas-search-theme-boarding-class-option__button span,
.be-overseas-search-destination-boarding-class-option__button span,
.be-wws-search-calendar-boarding-class-option__button span,
.be-wws-search-theme-boarding-class-option__button span,
.be-wws-search-destination-boarding-class-option__button span{
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.be-domestic-search-calendar-boarding-class-option--empty .be-domestic-search-calendar-boarding-class-option__button,
.be-domestic-search-destination-boarding-class-option--empty .be-domestic-search-destination-boarding-class-option__button,
.be-domestic-search-theme-boarding-class-option--empty .be-domestic-search-theme-boarding-class-option__button,
.be-overseas-search-calendar-boarding-class-option--empty .be-overseas-search-calendar-boarding-class-option__button,
.be-overseas-search-theme-boarding-class-option--empty .be-overseas-search-theme-boarding-class-option__button,
.be-overseas-search-destination-boarding-class-option--empty .be-overseas-search-destination-boarding-class-option__button,
.be-wws-search-calendar-boarding-class-option--empty .be-wws-search-calendar-boarding-class-option__button,
.be-wws-search-theme-boarding-class-option--empty .be-wws-search-theme-boarding-class-option__button,
.be-wws-search-destination-boarding-class-option--empty .be-wws-search-destination-boarding-class-option__button{
  color: #6E6E6E;
  font-weight: 400;
}
.be-domestic-search-calendar-boarding-class-option--open .be-domestic-search-calendar-boarding-class-option__button,
.be-domestic-search-destination-boarding-class-option--open .be-domestic-search-destination-boarding-class-option__button,
.be-domestic-search-theme-boarding-class-option--open .be-domestic-search-theme-boarding-class-option__button,
.be-overseas-search-calendar-boarding-class-option--open .be-overseas-search-calendar-boarding-class-option__button,
.be-overseas-search-theme-boarding-class-option--open .be-overseas-search-theme-boarding-class-option__button,
.be-overseas-search-destination-boarding-class-option--open .be-overseas-search-destination-boarding-class-option__button,
.be-wws-search-calendar-boarding-class-option--open .be-wws-search-calendar-boarding-class-option__button,
.be-wws-search-theme-boarding-class-option--open .be-wws-search-theme-boarding-class-option__button,
.be-wws-search-destination-boarding-class-option--open .be-wws-search-destination-boarding-class-option__button{
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.be-domestic-search-calendar__column--boarding-class-option,
.be-domestic-search-theme__column--boarding-class-option,
.be-domestic-search-destination__column--boarding-class-option,
.be-overseas-search-calendar__column--boarding-class-option,
.be-overseas-search-theme__column--boarding-class-option,
.be-overseas-search-destination__column--boarding-class-option,
.be-wws-search-calendar__column--boarding-class-option,
.be-wws-search-theme__column--boarding-class-option,
.be-wws-search-destination__column--boarding-class-option{
  padding-left: 5px;
}

.be-domestic-search-calendar__column--boarding-class-option ~ .be-domestic-search-calendar__column--passenger,
.be-domestic-search-theme__column--boarding-class-option ~ .be-domestic-search-theme__column--passenger,
.be-overseas-search-calendar__column--boarding-class-option ~ .be-overseas-search-calendar__column--passenger,
.be-overseas-search-theme__column--boarding-class-option ~ .be-overseas-search-theme__column--passenger,
.be-wws-search-calendar__column--boarding-class-option ~ .be-wws-search-calendar__column--passenger,
.be-wws-search-theme__column--boarding-class-option ~ .be-wws-search-theme__column--passenger{
  padding-left: 0;
  padding-top: 16px;
  padding-right: 5px;
}
.be-domestic-search-calendar__column--boarding-class-option[style*='none'] ~ .be-domestic-search-calendar__column--passenger,
.be-domestic-search-theme__column--boarding-class-option[style*='none'] ~ .be-domestic-search-theme__column--passenger,
.be-overseas-search-calendar__column--boarding-class-option[style*='none'] ~ .be-overseas-search-calendar__column--passenger,
.be-overseas-search-theme__column--boarding-class-option[style*='none'] ~ .be-overseas-search-theme__column--passenger,
.be-wws-search-calendar__column--boarding-class-option[style*='none'] ~ .be-wws-search-calendar__column--passenger,
.be-wws-search-theme__column--boarding-class-option[style*='none'] ~ .be-wws-search-theme__column--passenger{
  padding-top: 0;
  padding-left: 5px;
  padding-right: 0px;
}
.be-domestic-search-calendar__column--submit,
.be-domestic-search-theme__column--submit,
.be-domestic-search-destination__column--submit,
.be-overseas-search-calendar__column--submit,
.be-overseas-search-theme__column--submit,
.be-overseas-search-destination__column--submit,
.be-wws-search-calendar__column--submit,
.be-wws-search-theme__column--submit,
.be-wws-search-destination__column--submit{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: end;
  padding-left: 5px;
}
.be-domestic-search-calendar-submit,
.be-domestic-search-theme-submit,
.be-domestic-search-destination-submit,
.be-overseas-search-calendar-submit,
.be-overseas-search-theme-submit,
.be-overseas-search-destination-submit,
.be-wws-search-calendar-submit,
.be-wws-search-theme-submit,
.be-wws-search-destination-submit{
  height: 50px;
}
.be-domestic-search-calendar-submit__button,
.be-domestic-search-destination-submit__button,
.be-overseas-search-calendar-submit__button,
.be-overseas-search-theme-submit__button,
.be-overseas-search-destination-submit__button,
.be-wws-search-calendar-submit__button,
.be-wws-search-theme-submit__button,
.be-wws-search-destination-submit__button{
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  padding-left: 27px;
  padding-right: 21px;
}
.be-domestic-search-calendar-submit__button::after,
.be-domestic-search-destination-submit__button::after,
.be-overseas-search-calendar-submit__button::after,
.be-overseas-search-theme-submit__button::after,
.be-overseas-search-destination-submit__button::after,
.be-wws-search-calendar-submit__button::after,
.be-wws-search-theme-submit__button::after,
.be-wws-search-destination-submit__button::after{
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}
.be-domestic-search-calendar-submit__button:disabled,
.be-domestic-search-calendar-submit__button:disabled,
.be-domestic-search-destination-submit__button:disabled,
.be-overseas-search-calendar-submit__button:disabled,
.be-overseas-search-theme-submit__button:disabled,
.be-overseas-search-destination-submit__button:disabled,
.be-wws-search-calendar-submit__button:disabled,
.be-wws-search-theme-submit__button:disabled,
.be-wws-search-destination-submit__button:disabled{
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}
.be-domestic-search-calendar-submit__button span,
.be-domestic-search-destination-submit__button span,
.be-overseas-search-calendar-submit__button span,
.be-overseas-search-theme-submit__button span,
.be-overseas-search-destination-submit__button span,
.be-wws-search-calendar-submit__button span,
.be-wws-search-theme-submit__button span,
.be-wws-search-destination-submit__button span{
  position: relative;
}
.be-domestic-search-calendar-submit__button:hover:not(:disabled) span,
.be-domestic-search-calendar-submit__button:focus:not(:disabled) span,
.be-domestic-search-destination-submit__button:hover:not(:disabled) span,
.be-domestic-search-destination-submit__button:focus:not(:disabled) span,
.be-overseas-search-calendar-submit__button:hover:not(:disabled) span,
.be-overseas-search-calendar-submit__button:focus:not(:disabled) span,
.be-overseas-search-theme-submit__button:hover:not(:disabled) span,
.be-overseas-search-theme-submit__button:focus:not(:disabled) span,
.be-overseas-search-destination-submit__button:hover:not(:disabled) span,
.be-overseas-search-destination-submit__button:focus:not(:disabled) span,
.be-wws-search-calendar-submit__button:hover:not(:disabled) span,
.be-wws-search-calendar-submit__button:focus:not(:disabled) span,
.be-wws-search-theme-submit__button:hover:not(:disabled) span,
.be-wws-search-theme-submit__button:focus:not(:disabled) span,
.be-wws-search-destination-submit__button:hover:not(:disabled) span,
.be-wws-search-destination-submit__button:focus:not(:disabled) span{
  text-decoration: underline;
}

@media screen and (min-width: 1025px) {
  .be-domestic-search-calendar__column--submit,
  .be-domestic-search-theme__column--submit,
  .be-domestic-search-destination__column--submit,
  .be-overseas-search-calendar__column--submit,
  .be-overseas-search-theme__column--submit,
  .be-overseas-search-destination__column--submit,
  .be-wws-search-calendar__column--submit,
  .be-wws-search-theme__column--submit,
  .be-wws-search-destination__column--submit{
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .be-domestic-search-calendar__row + .be-domestic-search-calendar__row,
  .be-domestic-search-theme__row + .be-domestic-search-theme__row,
  .be-domestic-search-destination__row + .be-domestic-search-destination__row,
  .be-overseas-search-calendar__row + .be-overseas-search-calendar__row,
  .be-overseas-search-theme__row + .be-overseas-search-theme__row,
  .be-overseas-search-destination__row + .be-overseas-search-destination__row,
  .be-wws-search-calendar__row + .be-wws-search-calendar__row,
  .be-wws-search-theme__row + .be-wws-search-theme__row,
  .be-wws-search-destination__row + .be-wws-search-destination__row{
    margin-top: 16px;
  }
  .be-domestic-search-theme__column p,
  .be-domestic-search-destination__column p,
  .be-overseas-search-calendar__column p,
  .be-overseas-search-theme__column p,
  .be-overseas-search-destination__column p,
  .be-wws-search-calendar__column p,
  .be-wws-search-theme__column p {
    margin: 0;
  }
  .be-domestic-search-calendar-departure-airport__button,
  .be-domestic-search-theme-departure-airport__button,
  .be-domestic-search-destination-departure-airport__button,
  .be-overseas-search-calendar-departure-airport__button,
  .be-overseas-search-theme-departure-airport__button,
  .be-overseas-search-destination-departure-airport__button,
  .be-wws-search-calendar-departure-airport__button,
  .be-wws-search-theme-departure-airport__button,
  .be-wws-search-destination-departure-airport__button{
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-search-calendar-arrival-airport__button,
  .be-domestic-search-theme-arrival-airport__button,
  .be-domestic-search-destination-arrival-airport__button,
  .be-overseas-search-calendar-arrival-airport__button,
  .be-overseas-search-theme-arrival-airport__button,
  .be-overseas-search-destination-arrival-airport__button,
  .be-wws-search-calendar-arrival-airport__button,
  .be-wws-search-theme-arrival-airport__button,
  .be-wws-search-destination-arrival-airport__button{
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-search-theme-departure-date__button,
  .be-domestic-search-destination-departure-date__button,
  .be-domestic-search-theme-arrival-date__button,
  .be-domestic-search-destination-arrival-date__button,
  .be-overseas-search-theme-departure-date__button,
  .be-overseas-search-destination-departure-date__button,
  .be-overseas-search-theme-arrival-date__button,
  .be-overseas-search-destination-arrival-date__button,
  .be-wws-search-theme-departure-date__button,
  .be-wws-search-theme-arrival-date__button,
  .be-wws-search-destination-departure-date__button,
  .be-wws-search-destination-arrival-date__button{
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-search-calendar-boarding-class__button,
  .be-domestic-search-theme-boarding-class__button,
  .be-domestic-search-destination-boarding-class__button,
  .be-overseas-search-calendar-boarding-class__button,
  .be-overseas-search-theme-boarding-class__button,
  .be-overseas-search-destination-boarding-class__button,
  .be-wws-search-calendar-boarding-class__button,
  .be-wws-search-theme-boarding-class__button,
  .be-wws-search-destination-boarding-class__button{
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-search-calendar-boarding-class__button::after,
  .be-domestic-search-theme-boarding-class__button::after,
  .be-domestic-search-destination-boarding-class__button::after,
  .be-overseas-search-calendar-boarding-class__button::after,
  .be-overseas-search-theme-boarding-class__button::after,
  .be-overseas-search-destination-boarding-class__button::after,
  .be-wws-search-calendar-boarding-class__button::after,
  .be-wws-search-theme-boarding-class__button::after,
  .be-wws-search-destination-boarding-class__button::after{
    color: #333;
    content: "";
    font-family: "asw-icon";
    font-size: 1.4rem;
    font-weight: 400;
    margin-left: auto;
    width: 16px;
  }
  .be-domestic-search-calendar-boarding-class-option__button,
  .be-domestic-search-theme-boarding-class-option__button,
  .be-domestic-search-destination-boarding-class-option__button,
  .be-overseas-search-calendar-boarding-class-option__button,
  .be-overseas-search-theme-boarding-class-option__button,
  .be-overseas-search-destination-boarding-class-option__button,
  .be-wws-search-calendar-boarding-class-option__button,
  .be-wws-search-theme-boarding-class-option__button,
  .be-wws-search-destination-boarding-class-option__button{
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-search-calendar-boarding-class-option__button::after,
  .be-domestic-search-theme-boarding-class-option__button::after,
  .be-domestic-search-destination-boarding-class-option__button::after,
  .be-overseas-search-calendar-boarding-class-option__button::after,
  .be-overseas-search-theme-boarding-class-option__button::after,
  .be-overseas-search-destination-boarding-class-option__button::after,
  .be-wws-search-calendar-boarding-class-option__button::after,
  .be-wws-search-theme-boarding-class-option__button::after,
  .be-wws-search-destination-boarding-class-option__button::after{
    color: #333;
    content: "";
    font-family: "asw-icon";
    font-size: 1.4rem;
    font-weight: 400;
    margin-left: auto;
    width: 16px;
  }
  .be-domestic-reserve-ticket__column--boarding-class-option ~ .be-domestic-reserve-ticket__column--passenger,
  .be-overseas-reserve-ticket__column--boarding-class-option ~ .be-overseas-reserve-ticket__column--passenger,
  .be-wws-reserve-ticket__column--boarding-class-option ~ .be-wws-reserve-ticket__column--passenger,
  .be-domestic-reserve-ticket__column--boarding-class-option ~ .be-domestic-search-calendar__column--passenger,
  .be-domestic-reserve-ticket__column--boarding-class-option ~ .be-biz-domestic-reserve-ticket__column--passenger{
    padding-top: 8px;
    width:100%;
    padding-right: 0;
  }
  .be-domestic-reserve-ticket__column--boarding-class-option[style*='none'] ~ .be-domestic-reserve-ticket__column--passenger,
  .be-overseas-reserve-ticket__column--boarding-class-option[style*='none'] ~ .be-overseas-reserve-ticket__column--passenger,
  .be-wws-reserve-ticket__column--boarding-class-option[style*='none'] ~ .be-wws-reserve-ticket__column--passenger,
  .be-domestic-reserve-ticket__column--boarding-class-option[style*='none'] ~ .be-domestic-search-calendar__column--passenger,
  .be-domestic-reserve-ticket__column--boarding-class-option[style*='none'] ~ .be-biz-domestic-reserve-ticket__column--passenger{
    padding-left: 0px;
    padding-top: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px){
  .be-domestic-search-calendar__column--boarding-class,
  .be-domestic-search-theme__column--boarding-class,
  .be-domestic-search-destination__column--boarding-class,
  .be-overseas-search-calendar__column--boarding-class,
  .be-overseas-search-theme__column--boarding-class,
  .be-overseas-search-destination__column--boarding-class,
  .be-wws-search-calendar__column--boarding-class,
  .be-wws-search-theme__column--boarding-class,
  .be-wws-search-destination__column--boarding-class{
    padding-right: 5px;
    width: 50%;
  }
  .be-domestic-reserve-ticket__column--boarding-class-option,
  .be-overseas-reserve-ticket__column--boarding-class-option,
  .be-wws-reserve-ticket__column--boarding-class-option{
    padding-left: 5px;
    width: 50%;
    padding-top: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .be-domestic-search-calendar__column--boarding-class,
  .be-domestic-search-theme__column--boarding-class,
  .be-domestic-search-destination__column--boarding-class,
  .be-overseas-search-calendar__column--boarding-class,
  .be-overseas-search-theme__column--boarding-class,
  .be-overseas-search-destination__column--boarding-class,
  .be-wws-search-calendar__column--boarding-class,
  .be-wws-search-theme__column--boarding-class,
  .be-wws-search-destination__column--boarding-class{
    padding-right: 0;
    width: 100%;
  }
  .be-domestic-search-calendar__column--boarding-class-option,
  .be-domestic-search-theme__column--boarding-class-option,
  .be-domestic-search-destination__column--boarding-class-option,
  .be-overseas-search-calendar__column--boarding-class-option,
  .be-overseas-search-theme__column--boarding-class-option,
  .be-overseas-search-destination__column--boarding-class-option,
  .be-wws-search-calendar__column--boarding-class-option,
  .be-wws-search-theme__column--boarding-class-option,
  .be-wws-search-destination__column--boarding-class-option{
    padding-left: 0;
    padding-top: 8px;
    width: 100%;
  }
  .be-domestic-search-calendar__column--submit,
  .be-domestic-search-theme__column--submit,
  .be-overseas-search-calendar__column--submit,
  .be-overseas-search-theme__column--submit,
  .be-wws-search-calendar__column--submit,
  .be-wws-search-theme__column--submit {
    padding-left: 0;
    width: 100%;
  }
}

.be-booking-search-results{
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) -4px 5px 8px -5px;
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
  padding-bottom: 32px;
  padding-left: 48px;
  padding-right: 48px;
  padding-top: 24px;
  margin-top: 50px;
}
.be-booking-search-results#be-booking-search-results-calendar-box{
  padding-left: 36px;
  padding-right: 36px;
  background-color: #fff;
}
@media screen and (max-width: 1024px){
  .be-booking-search-results#be-booking-search-results-calendar-box{
    padding-left: 10px;
    padding-right: 10px;
  }
}
.be-booking-search-results#be-booking-search-results-calendar-box .be-booking-search-results-tab__tablist,
.be-booking-search-results#be-booking-search-results-calendar-box .be-booking-modules-table-tab__panel{
  padding-left: 12px;
  padding-right: 12px;
}
.be-booking-search-results#be-booking-search-results-calendar-box .be-booking-modules-table-tab__panel{
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #949499;
}
.be-booking-search-results-container__inner {
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 768px) {
  .be-booking-search-results-container__inner {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.be-booking-search-results-title{
  color: #333;
  display: block;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .be-booking-search-results-title{
    font-size: 2.8rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .be-booking-search-results-title{
    font-size: 2rem;
    line-height: 1.3;
  }
}
.be-booking-search-results-title:before {
  display:none;
}
.be-booking-search-results-tab__scroll {
  overflow: hidden;
  position: relative;
}
.be-booking-search-results-tab__content {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.be-booking-search-results-tab__item {
  border: none;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 600;
  height: calc( 1.6rem * 3.5);
  padding-left: 40px;
  padding-right: 40px;
  white-space: nowrap;
  padding-bottom: 0;
  margin-bottom: 0;
}
.be-booking-search-results-tab__item:first-child{
  border-radius: 10px 0 0;
}
.be-booking-search-results-tab__item:last-child{
  border-radius: 0 10px 0 0;
}
.be-booking-search-results-tab__item[aria-selected="true"] {
  background-color: #CCD4EA;
  border: 1px solid #00146E;
  color: #00146E;
  border-bottom:none;
  z-index:1;
}
.be-booking-search-results-tab__item[aria-selected="false"] {
  background-color: #fff;
  border: 1px solid #949499;
  color: #333;
  border-bottom:none;
}

.be-booking-search-results-tab__item span {
  position: relative;
}

.be-booking-search-results__tab-year,
.be-booking-search-results__tab-price{
  display: block;
}
.be-booking-modules-table-tab__panel {
  padding-top: 24px;
}
.be-booking-search-results-secondary-tab{
  display: flex;
  flex-direction: column;
}
.be-booking-search-results-secondary-tab__scroll {
  margin-bottom: -1px;
  overflow: hidden;
  position: relative;
}
.be-booking-search-results-secondary-tab__content {
  box-sizing: border-box;
  display: flex;
}
.be-booking-search-results-secondary-tab__content::after{
    content:"";
    width: 100%;
    position: absolute;
    background-color: #949499;
    height: 1px;
    bottom: 1px;
}
.be-booking-search-results-secondary-tab__item {
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 10px;
  white-space: nowrap;
}
.be-booking-search-results-secondary-tab__item[aria-selected="true"] {
  background-color: #CCD4EA;
  color: #00146E;
  position: relative;
}
.be-booking-search-results-secondary-tab__item[aria-selected="true"]:after {
  content:"";
  width: calc( 100% - 10px );
  position: absolute;
  bottom: 0;
  height: 3px;
  left: 6px;
  z-index: 1;
  background: #00146E;
  margin-left: auto;
  margin-right: auto;
}
.be-booking-search-results-secondary-tab__item[aria-selected="false"] {
  background-color: #fff;
  color: #333;
}
.be-booking-search-results-secondary-tab__item span {
  position: relative;
}
.be-booking-search-results-secondary-tab__item + .be-booking-search-results-secondary-tab__item {
  margin-left: 16px;
}
.be-booking-search-results-secondary-tab__panel {
  padding-top: 24px;
}
.be-booking-search-results-secondary__tab-month,
.be-booking-search-results-secondary__tab-price{
  display: block;
}
.be-booking-search-results-calendar__body{
  font-weight: 600;
}
.be-booking-search-results-calendar-month__week-row {
  display: flex;
  padding-bottom: 16px;
  padding-top: 14px;
}
.be-booking-search-results-calendar-month__week-cell{
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: center;
  flex-basis:45px;
  display:flex;
}
.be-booking-search-results-calendar-month__week-cell-item {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.be-booking-search-results-calendar-month__row{
  display: flex;
}
.be-booking-search-results-calendar-month__row + .be-booking-search-results-calendar-month__row{
  margin-bottom:20px;
}
.be-booking-search-results-calendar-month__cell{
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: center;
  flex-basis:45px;
  display:flex;
  flex-flow: column;
}
.be-booking-search-results-calendar-month__cell-button{
  align-items: center;
  background-color: transparent;
  border-style: none;
  color: #000000;
  cursor: pointer;
  display: flex;
  font-weight: 600;
  height: 100%;
  justify-content: center;
  padding: 0;
  width: 100%;
  flex-flow: column;
}
.be-booking-search-results-calendar-month__cell[aria-selected="false"] .be-booking-search-results-calendar-month__cell-button{
  border: 2px solid #fff;
}
.be-booking-search-results-calendar-month__cell[aria-selected="false"] .be-booking-search-results-calendar-month__cell-button:hover{
  border: 2px solid #949499;
}
.be-booking-search-results-calendar-month__cell[aria-selected="true"] .be-booking-search-results-calendar-month__cell-button:focus{
  outline: none;
}
.be-booking-search-results-calendar-month__cell-button span{
 align-items: center;
 border-radius: 50%;
 display: flex;
 height: 30px;
 justify-content: center;
 position: relative;
}
@media screen and (max-width: 767px){
  .be-booking-search-results-calendar-month__cell-button span{
    font-weight: normal;
    font-size: 0.7em;
  }
}
.be-booking-search-results-calendar-month__cell--sunday .be-booking-search-results-calendar-month__week-cell-item,
.be-booking-search-results-calendar-month__cell--sunday .be-booking-search-results-calendar-month__cell-button span:first-child,
.be-booking-search-results-calendar-month__cell--holiday .be-booking-search-results-calendar-month__week-cell-item,
.be-booking-search-results-calendar-month__cell--holiday .be-booking-search-results-calendar-month__cell-button span:first-child {
  color: #ED2F4F;
  text-decoration: none;
}
.be-booking-search-results-calendar-month__cell[aria-selected="true"]{
  background-color: #CCD4EA;
  border: 1px solid #00146E;
  color: #00146E;
  border-radius: 10px;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 600;
}
.be-booking-search-results-calendar-month__column{
  width: 100%;
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
@media screen and (max-width: 1159px){
  .be-booking-search-results-calendar-month__column{
    flex-wrap: wrap;
  }
}
.be-booking-search-results-calendar-month__detail-content{
  background-color:#f1f1f1;
  width:100%;
  border-radius:10px;
  display: flex;
  justify-content: space-evenly;
}
@media screen and (max-width: 767px){
  .be-booking-search-results-calendar-month__detail-content{
    flex-direction: column;
    padding: 30px 5px;
  }
}
.be-booking-search-results-calendar-month__detail-content-left{
  text-align: center;
  grid-row-gap: 10px;
  align-items: center;
  padding: 10px 0;
  width: calc( 100% - 250px);
  justify-content: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px){
  .be-booking-search-results-calendar-month__detail-content-left{
    width: 100%;
  }
}
.be-booking-search-results-calendar-month__detail-content-left-inner{
  display: flex;
  justify-content: center;
  
}
.be-booking-search-results-calendar-month__detail-content-left-inner + .be-booking-search-results-calendar-month__detail-content-left-inner{
  border-top: 1px solid #525252;
  padding-top: 10px;
  flex-wrap: wrap;
  column-gap: 10px;
}
.be-booking-search-results-calendar-month__detail-content-left-inner .be-booking-search-results-calendar-month__detail-content-itinerary span:first-child +span{
  padding: 0 5px;
}
.be-booking-search-results-calendar-month__detail-content-left-inner .be-booking-search-results-calendar-month__detail-content-seatclass{
  padding-left: 5px;
}
.be-booking-search-results-calendar-month__detail-content-seatclass span:not(:empty){
  position: relative;
  margin-left: 16px;
}
.be-booking-search-results-calendar-month__detail-content-seatclass span:not(:empty)::before{
content: "";
    position: absolute;
    background: url(/common-layout2/images/www2/chair.png);
    background-repeat: no-repeat;
    width: 16px;
    background-size: contain;
    height: 16px;
    margin: auto;
    background-position: center;
    margin-left: -17px;
}
.be-booking-search-results-calendar-month__detail-content-right-inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  justify-content: space-evenly;
}
@media screen and (max-width: 767px){
  .be-booking-search-results-calendar-month__detail-content-right-inner>div{
    padding: 10px 0;
  }
}
.be-booking-search-results-calendar-month__detail-content-flight-root,
.be-booking-search-results-calendar-month__detail-content-flight-layover{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.be-booking-search-results-calendar-month__detail-content-direct-or-indirect-flight{
  font-size:1rem;
}
.be-booking-search-results-calendar-month__detail-content-flight-layover{
  padding: 0 8px;
}
.be-booking-search-results-calendar-month__detail-content-flight-airport{
  font-weight: bold;
  color: #00146E;
}
.be-booking-search-results-calendar-month__detail-content-flight-tlettr{
  color: #00146E;
}
.be-booking-search-results-calendar-month__detail-content-itinerary{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.be-booking-search-results-calendar-month__detail-content-itinerary::before{
    content: "";
    font-family: asw-icon;
    font-size: 1.4rem;
    margin-right: 3px;
}
@media screen and (max-width: 1024px){
  .be-booking-search-results{
    padding-left: 10px;
    padding-right: 10px;
  }
}
.be-booking-search-results-calendar-month__detail-content-depapo-sp{
  display:none;
}
.be-booking-search-results-calendar-month__detail-content-depapo-pc{
  display:block;
}
@media screen and (max-width: 767px){
  .be-booking-search-results-calendar-month__detail-content-left-inner{
    flex-direction: column;
    position: relative;
  }
  .be-booking-search-results-calendar-month__detail-content-depapo-pc{
    display:none;
  }
  .be-booking-search-results-calendar-month__detail-content-depapo-sp{
    display:block;
    position: absolute;
    left: -24px;
    height: 100%;
    display: block;
  }
}
.be-booking-search-results-calendar__column--submit{
  display: flex;
  justify-content: flex-end;
  padding-left: 5px;
  width: 50%;
}
@media screen and (max-width: 1024px){
  .be-booking-search-results-calendar__column--submit{
    justify-content: center;
    width: 100%;
  }
}
.be-booking-search-results-calendar-submit{
  height: 50px;
}
.be-booking-search-results-calendar-submit__button{
  align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-weight: 600;
  height: 50px;
  justify-content: center;
  padding-left: 27px;
  padding-right: 21px;
  white-space:nowrap;
}
.be-booking-search-results-calendar-submit__button:hover:not(:disabled) span{
  text-decoration: underline;
}
.be-booking-search-results-calendar-submit__button::after{
  align-items: center;
  content: "";
  display: flex;
  flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
  justify-content: center;
  margin-left: 8px;
  width: 24px;
}
#be-booking-search-results-calendar-month-reservation-box{
  animation: reservation-box-animate .3s linear;
}
@keyframes reservation-box-animate {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to{
    transform: scale(1);
    opacity: 1;	
  }
}

#be-booking-search-results-destination-box{
  padding:0;
}
.seartch-text{
  font-size:1.4rem;
}
.seartch-caption{
  margin-top:24px;
  font-size:1.2rem;
}
.result-area{
  padding: 5px 4.347826087% 15px;
  background-color: #fff;
  border-radius: 20px;
}
.result-area.notblock{
  padding: 5px 0 15px;
  background-color: inherit;
  border-radius: 0;
}
.result-area .asw-accordion{
  margin:0;
}
.result-area .asw-accordion__item{
  width:100%;
  margin-right:0;
}
@media screen and (max-width: 767px) {
  .result-area .asw-accordion__content{
    padding-top: 24px;
  }
}
.result-area .asw-accordion__content:before{
  background: #333;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  transform: translateY(-24px);
}
.result-area .asw-accordion--column .asw-accordion__title{
  text-align:left;
  font-size:2rem;
  font-weight:normal;
}
.result-area .asw-accordion--column .asw-accordion__title .result-text{
  font-size:1.4rem;
}
.result-area .asw-accordion__title-main{
  color: #333;
}
.result-area .result-title__price{
  font-size:1.2rem;
}
.result-area .asw-accordion__content{
  padding-bottom:0;
}
.result-flex{
  display:flex;
  flex-wrap: wrap;
  justify-content:space-between;
}
.result-flex .result-list{
  display:flex;
  flex-direction: column;
  width:calc(48% - 1px);
  padding-bottom:10px;
  margin-bottom:20px;
  background-color:#fff;
}
.result-flex::after {
  content: "";
  display: block;
  width:calc(50% - 5px);
  height: 0;
}
.result-flex .result-list img{
  width:100%;
}
.result-list__title{
  font-size:1.8rem;
  line-height:2.2rem;
  color: #000;
  margin-top:15px;
  text-align:center;
  height:100%;
}
.result-list__title .to{
  font-size:1.4rem;
}
.result-list__text{
  font-size:1.6rem;
  line-height:1.3;
  margin-top:10px;
  margin-bottom:20px;
  margin-left:5px;
  text-align:center;
}
.result-footer{
  display: flex;
  margin-top: auto;
  flex-direction: column;
  align-items: flex-end;
}
.result-list__comment-box{
  display: flex;
  text-align: left;
  column-gap: 10px;
  width: 100%;
  align-items: center;
}
.result-list__comment{
  color: #00146E;
}
@media screen and (max-width: 767px){
  .result-list__comment-box{
    column-gap: 0px;
    flex-direction: column-reverse;
    margin-bottom: 10px;
  }
}
.result-list__price{
  font-size: 2.4rem;
  color: #00146E;
}
.result-list__date{
  flex-grow: 1;
  font-size:1.2rem;
  color: #000;
  font-weight:bold;
  margin-bottom:20px;
}
.result-list__btn{
  width:100%;
  text-align:center;
}
.result-list__btn a{
  display:inline-block;
  width:90%;
  max-width:160px;
  padding:0 0.5rem;
  font-size:1.2rem;
  line-height:3.4rem;
  color: #fff;
  background:#00146E;
  border-radius:18px;
  text-align:center;
}

.result-add{
  width:100px;
  border-bottom:0 !important;
  margin:0 auto 10px auto;
}
.result-add .asw-accordion__title-main{
  font-size:1.4rem;
}
.result-add.asw-accordion__title::before,
.result-add.asw-accordion__title::after{
width:14px;
}
.result-add__content{
  border-bottom:0 !important;
}
.result-add__content::before{
  background:none;
}

@media screen and (min-width: 769px) {
.result-area .result-title{
flex-direction: row;
justify-content: left;
}
.result-area .result-title__price{
width:18%;
margin-left:auto;
font-size:1.6rem;
}
.result-list__title{
font-size:2rem;
margin-left:5px;
text-align:left;
height:auto;
}
.result-list__text{
margin-left:5px;
text-align:left;
}
.result-list__date{
margin-bottom:0;
}
.result-list__btn{
width:40%;
min-width:140px;
text-align:left;
}
.result-list__btn a{
width:90%;
}
.result-area.notblock .result-list__title,
.result-area.notblock .result-list__text,
.result-area.notblock .result-footer{
margin-left:15px;
}

}
@media screen and (min-width: 1025px) {
  .result-flex .result-list{
    width:calc(30% - 1px);
  }
  .result-flex::after {
    content: "";
    display: block;
    width: calc(33% - 10px);
    height: 0;
  }
}
@media screen and (max-width: 767px){
  .be-booking-search-results .asw-headline--head2 + .seartch-conditions,
  .be-booking-search-results .asw-headline--head2{
    padding: 0 4.347826087%;
    margin-bottom: 16px;
    margin-top: 48px;
  }
  .seartch-conditions{

  }
}
@media screen and (min-width: 768px) {
  .be-booking-search-results .asw-headline--head2{
    margin-top: 64px;
    margin-bottom: 24px;
  }
}
.be-booking-search-results .asw-headline--head2{
  text-align: center;
}
.be-booking-search-results .asw-headline--head2 .seartch-caption{
  text-align: left;
  display: inline-block;
}

.be-list__empty{
  padding: 0 !important;
}

.be-list__empty .be-list-accordion{
  width:100%
}
.be-list__empty.be-list__item--selected .be-list-accordion__header{
  background-color: #F1F1F1;
}
.be-list__empty .be-list-accordion__label{
  color:#333;
}
.be-list__empty .be-list-accordion__header[aria-expanded="false"] .be-list-accordion__title::after{
  display:none;
}

/* 0427～追加 */
.be-domestic-search-calendar__column--pd-r20,
.be-domestic-search-theme__column--pd-r20,
.be-domestic-search-destination__column--pd-r20,
.be-overseas-search-calender__column--pd-r20,
.be-overseas-search-theme__column--pd-r20,
.be-overseas-search-destination__column--pd-r20,
.be-wws-search-calender__column--pd-r20,
.be-wws-search-theme__column--pd-r20,
.be-wws-search-destination__column--pd-r20{
  padding-right: 20px;
}
.be-domestic-search-calender__row--end,
.be-domestic-search-theme__row--end,
.be-domestic-search-destination__row--end,
.be-overseas-search-calender__row--end,
.be-overseas-search-theme__row--end,
.be-overseas-search-destination__row--end,
.be-wws-search-calender__row--end,
.be-wws-search-theme__row--end,
.be-wws-search-destination__row--end{
  justify-content: end;
}
.be-domestic-search-theme__column--search-destinations-by-theme,
.be-overseas-search-theme__column--search-destinations-by-theme,
.be-wws-search-theme__column--search-destinations-by-theme{
  width: 100%;
}
.be-domestic-search-theme-search-destinations-by-theme,
.be-overseas-search-theme-search-destinations-by-theme,
.be-wws-search-theme-search-destinations-by-theme{
  width: 100%;
  margin-top: 12px;
}
.be-domestic-search-theme-search-destinations-by-theme__checkbox-container,
.be-overseas-search-theme-search-destinations-by-theme__checkbox-container,
.be-wws-search-theme-search-destinations-by-theme__checkbox-container{
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  width: 100%;
}
.be-domestic-search-theme-search-destinations-by-theme__checkbox,
.be-overseas-search-theme-search-destinations-by-theme__checkbox,
.be-wws-search-theme-search-destinations-by-theme__checkbox{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}
.be-domestic-search-theme-search-destinations-by-theme__checkbox.none,
.be-overseas-search-theme-search-destinations-by-theme__checkbox.none,
.be-wws-search-theme-search-destinations-by-theme__checkbox.none{
  display: none;
}
.be-domestic-search-theme-search-destinations-by-theme__checkbox.is-active,
.be-overseas-search-theme-search-destinations-by-theme__checkbox.is-active,
.be-wws-search-theme-search-destinations-by-theme__checkbox.is-active{
  display: flex;
}
.be-domestic-search-theme-search-destinations-by-theme__checkbox-label,
.be-overseas-search-theme-search-destinations-by-theme__checkbox-label,
.be-wws-search-theme-search-destinations-by-theme__checkbox-label{
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
  border: 1px solid #949499;
  border-radius: 20px;
  padding: 0rem;
}
.be-domestic-search-theme-search-destinations-by-theme__checkbox-label.is-active,
.be-overseas-search-theme-search-destinations-by-theme__checkbox-label.is-active,
.be-wws-search-theme-search-destinations-by-theme__checkbox-label.is-active{
  border: 2px solid #00146E;
  margin: 0 -1px -2px -1px;
}
.be-domestic-search-theme-search-destinations-by-theme__checkbox-content,
.be-overseas-search-theme-search-destinations-by-theme__checkbox-content,
.be-wws-search-theme-search-destinations-by-theme__checkbox-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1rem;
  outline: none;
  height: 100%;
  justify-content: center;
}
[class^="asw-"] .be-domestic-search-theme-search-destinations-by-theme__checkbox-content:focus,
[class^="asw-"] .be-overseas-search-theme-search-destinations-by-theme__checkbox-content:focus,
[class^="asw-"] .be-wws-search-theme-search-destinations-by-theme__checkbox-content:focus{
  outline: none;
}
.be-domestic-search-theme-search-destinations-by-theme__checkbox-mark,
.be-overseas-search-theme-search-destinations-by-theme__checkbox-mark,
.be-wws-search-theme-search-destinations-by-theme__checkbox-mark{
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #949499;
  background-color: #fff;
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: 0.5rem;
}
.be-domestic-search-theme-search-destinations-by-theme__checkbox-mark::after,
.be-overseas-search-theme-search-destinations-by-theme__checkbox-mark::after,
.be-wws-search-theme-search-destinations-by-theme__checkbox-mark::after{
  content: "";
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  display: none;
  top: 1px;
  left: 4px;
}
.be-domestic-search-theme-search-destinations-by-theme__checkbox-input,
.be-overseas-search-theme-search-destinations-by-theme__checkbox-input,
.be-wws-search-theme-search-destinations-by-theme__checkbox-input{
  display: none;
}
.be-domestic-search-theme-search-destinations-by-theme__checkbox-input:checked ~ .be-domestic-search-theme-search-destinations-by-theme__checkbox-label .be-domestic-search-theme-search-destinations-by-theme__checkbox-mark,
.be-overseas-search-theme-search-destinations-by-theme__checkbox-input:checked ~ .be-overseas-search-theme-search-destinations-by-theme__checkbox-label .be-overseas-search-theme-search-destinations-by-theme__checkbox-mark,
.be-wws-search-theme-search-destinations-by-theme__checkbox-input:checked ~ .be-wws-search-theme-search-destinations-by-theme__checkbox-label .be-wws-search-theme-search-destinations-by-theme__checkbox-mark{
  background-color: #00146E;
  border: 1px solid #00146E;
}
.be-domestic-search-theme-search-destinations-by-theme__checkbox-input:checked ~ .be-domestic-search-theme-search-destinations-by-theme__checkbox-label .be-domestic-search-theme-search-destinations-by-theme__checkbox-mark::after,
.be-overseas-search-theme-search-destinations-by-theme__checkbox-input:checked ~ .be-overseas-search-theme-search-destinations-by-theme__checkbox-label .be-overseas-search-theme-search-destinations-by-theme__checkbox-mark::after,
.be-wws-search-theme-search-destinations-by-theme__checkbox-input:checked ~ .be-wws-search-theme-search-destinations-by-theme__checkbox-label .be-wws-search-theme-search-destinations-by-theme__checkbox-mark::after{
  display: block;
}
.be-domestic-search-theme-search-destinations-by-theme__checkbox-icon,
.be-overseas-search-theme-search-destinations-by-theme__checkbox-icon,
.be-wws-search-theme-search-destinations-by-theme__checkbox-icon{
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.be-domestic-search-theme-search-destinations-by-theme__checkbox-icon:empty ~ .be-domestic-search-theme-search-destinations-by-theme__checkbox-title,
.be-overseas-search-theme-search-destinations-by-theme__checkbox-icon:empty ~ .be-overseas-search-theme-search-destinations-by-theme__checkbox-title,
.be-wws-search-theme-search-destinations-by-theme__checkbox-icon:empty ~ .be-wws-search-theme-search-destinations-by-theme__checkbox-title{
  display: inline-block;
  padding-right: 19px;
}
.be-domestic-search-theme-search-destinations-by-theme__checkbox-title,
.be-overseas-search-theme-search-destinations-by-theme__checkbox-title,
.be-wws-search-theme-search-destinations-by-theme__checkbox-title{
  font-size: 1.4rem;
  color: #00146E;
  margin: 0;
}
.be-domestic-search-theme-search-destinations-by-theme__accordion-button,
.be-overseas-search-theme-search-destinations-by-theme__accordion-button,
.be-wws-search-theme-search-destinations-by-theme__accordion-button {
  background-color: transparent;
  border: none;
  color: #333;
  cursor: pointer;
  padding: 0;
  margin-top: 15px;
  font-size: 1.4rem;
  padding-right: 23px;
}
.be-domestic-search-theme-search-destinations-by-theme__accordion-button-plus,
.be-overseas-search-theme-search-destinations-by-theme__accordion-button-plus,
.be-wws-search-theme-search-destinations-by-theme__accordion-button-plus{
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1rem;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  top: -2px;
  margin-left: -15px;
}
.be-domestic-search-theme-search-destinations-by-theme__accordion-button-plus::after,
.be-overseas-search-theme-search-destinations-by-theme__accordion-button-plus::after,
.be-wws-search-theme-search-destinations-by-theme__accordion-button-plus::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.be-domestic-search-theme-search-destinations-by-theme__accordion-button-plus.is-active::after,
.be-overseas-search-theme-search-destinations-by-theme__accordion-button-plus.is-active::after,
.be-wws-search-theme-search-destinations-by-theme__accordion-button-plus.is-active::after{
  transform: rotate(0deg);
}
.be-domestic-search-theme__column--budget,
.be-overseas-search-theme__column--budget,
.be-wws-search-theme__column--budget{
  width: 100%;
}
.be-domestic-search-theme-budget__container,
.be-overseas-search-theme-budget__container,
.be-wws-search-theme-budget__container{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 2rem;
}
.be-domestic-search-theme-budget__range-slider,
.be-overseas-search-theme-budget__range-slider,
.be-wws-search-theme-budget__range-slider{
  position: relative;
  width: 70%;
  margin-right: 2rem;
}
.be-domestic-search-theme-budget__range-slider input[type="range"],
.be-overseas-search-theme-budget__range-slider input[type="range"],
.be-wws-search-theme-budget__range-slider input[type="range"]{
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: linear-gradient(to right, #00146E 0%, #00146E 0%, #F1F1F1 0%, #F1F1F1 100%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  border-radius: 4px;
}
.be-domestic-search-theme-budget__range-slider input[type="range"]::-webkit-slider-thumb,
.be-overseas-search-theme-budget__range-slider input[type="range"]::-webkit-slider-thumb,
.be-wws-search-theme-budget__range-slider input[type="range"]::-webkit-slider-thumb{
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background: #00146E;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
.be-domestic-search-theme-budget__range-slider input[type="range"]::-moz-range-thumb,
.be-overseas-search-theme-budget__range-slider input[type="range"]::-moz-range-thumb,
.be-wws-search-theme-budget__range-slider input[type="range"]::-moz-range-thumb{
  width: 18px;
  height: 18px;
  background: #00146E;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
.be-domestic-search-theme-budget__range-slider input[type="range"]::-ms-thumb,
.be-overseas-search-theme-budget__range-slider input[type="range"]::-ms-thumb,
.be-wws-search-theme-budget__range-slider input[type="range"]::-ms-thumb{
  width: 18px;
  height: 18px;
  background: #00146E;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
.be-domestic-search-theme-budget__range-slider .be-domestic-search-theme-budget__tooltip[style],
.be-overseas-search-theme-budget__range-slider .be-overseas-search-theme-budget__tooltip[style],
.be-wws-search-theme-budget__range-slider .be-wws-search-theme-budget__tooltip[style]{
  visibility: visible;
}
.be-domestic-search-theme-budget__range-slider .be-domestic-search-theme-budget__tooltip,
.be-overseas-search-theme-budget__range-slider .be-overseas-search-theme-budget__tooltip,
.be-wws-search-theme-budget__range-slider .be-wws-search-theme-budget__tooltip{
  position: absolute;
  top: -3.5rem;
  visibility: hidden;
  transform: translateX(-50%);
  padding: 0.5rem 0 0.7rem 0;
  border-radius: 15px;
  background-color: #00146E;
  color: #fff;
  font-size: 1rem;
  width: 10rem;
  text-align: center;
  z-index: 99;
}
@media (max-width: 767px){
  .be-domestic-search-theme-budget__range-slider .be-domestic-search-theme-budget__tooltip,
  .be-overseas-search-theme-budget__range-slider .be-overseas-search-theme-budget__tooltip,
  .be-wws-search-theme-budget__range-slider .be-wws-search-theme-budget__tooltip {
    width: 8rem;
  }
}
.be-domestic-search-theme-budget__range-slider .be-domestic-search-theme-budget__tooltip::before,
.be-overseas-search-theme-budget__range-slider .be-overseas-search-theme-budget__tooltip::before,
.be-wws-search-theme-budget__range-slider .be-wws-search-theme-budget__tooltip::before{
  content: "";
  position: absolute;
  top: calc( 100% - 1.0rem );
  left: calc( 50% - 0.5rem );
  margin-left: -.4rem;
  border: 0.9rem solid transparent;
  border-top: 1.8rem solid #00146E;
}
.be-domestic-search-theme-budget__input-container,
.be-overseas-search-theme-budget__input-container,
.be-wws-search-theme-budget__input-container{
  position: relative;
}
.be-domestic-search-theme-budget__input-container input[type="text"],
.be-domestic-search-theme-budget__input-container input[type="tel"],
.be-overseas-search-theme-budget__input-container input[type="text"],
.be-overseas-search-theme-budget__input-container input[type="tel"],
.be-wws-search-theme-budget__input-container input[type="text"],
.be-wws-search-theme-budget__input-container input[type="tel"]{
  width: 22rem;
  height: 5.9rem;
  border-radius: 30px;
  border: 1px solid #949499;
  color: #00146E;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 1.5rem;
}
.be-overseas-reserve-ticket-boarding-class__annotation,
.be-overseas-search-calendar-boarding-class__annotation,
.be-overseas-search-theme-boarding-class__annotation,
.be-overseas-search-destination-boarding-class__annotation,
.be-wws-reserve-ticket-boarding-class__annotation,
.be-wws-search-calendar-boarding-class__annotation,
.be-wws-search-theme-boarding-class__annotation,
.be-wws-search-destination-boarding-class__annotation{
  font-size: 1.2rem;
  padding-top: 2rem;
  white-space: nowrap;
}
/*.be-domestic-reserve-ticket__annotation,
.be-biz-domestic-reserve-ticket__annotation-comment{
  display:none;
}*/
.be-domestic-reserve-ticket__annotation-comment:first-child,
.be-biz-domestic-reserve-ticket__annotation-comment:first-child{
  display:none !important;
}
.be-domestic-reserve-ticket__annotation-comment,
.be-overseas-reserve-ticket__annotation-comment,
.be-wws-reserve-ticket__annotation-comment,
.be-biz-domestic-reserve-ticket__annotation-comment,
.be-domestic-search-theme__annotation-comment,
.be-domestic-search-destination__annotation-comment,
.be-overseas-search-theme__annotation-comment,
.be-overseas-search-destination__annotation-comment,
.be-wws-search-theme__annotation-comment,
.be-wws-search-destination__annotation-comment{
  font-size: 0.75em;
  width: 100%;
  margin: 0;
  padding: 0;
}
.be-domestic-reserve-ticket-and-stay__annotation-comment{
  font-size: 1.2rem;
  margin: 16px 0 auto;
}
@media (max-width: 1024px) {
  .be-domestic-search-theme-search-destinations-by-theme__checkbox-container,
  .be-overseas-search-theme-search-destinations-by-theme__checkbox-container,
  .be-wws-search-theme-search-destinations-by-theme__checkbox-container{
    justify-content: space-between;
  }
  .be-domestic-search-theme-search-destinations-by-theme__checkbox,
  .be-overseas-search-theme-search-destinations-by-theme__checkbox,
  .be-wws-search-theme-search-destinations-by-theme__checkbox{
    flex: 0 0 calc(50% - 1rem);
  }
}
@media (min-width: 1025px) {
  .be-domestic-search-theme-search-destinations-by-theme__checkbox-container,
  .be-overseas-search-theme-search-destinations-by-theme__checkbox-container,
  .be-wws-search-theme-search-destinations-by-theme__checkbox-container{
    justify-content: flex-start;
  }
  .be-domestic-search-theme-search-destinations-by-theme__checkbox,
  .be-overseas-search-theme-search-destinations-by-theme__checkbox,
  .be-wws-search-theme-search-destinations-by-theme__checkbox{
    flex: 0 0 calc(25% - 1rem);
  }
}
@media (max-width: 1024px) AND (min-width: 768px) {
  .be-domestic-search-theme-search-destinations-by-theme__checkbox-container,
  .be-overseas-search-theme-search-destinations-by-theme__checkbox-container,
  .be-wws-search-theme-search-destinations-by-theme__checkbox-container{
    justify-content: flex-start;
  }
  .be-domestic-search-theme-search-destinations-by-theme__checkbox,
  .be-overseas-search-theme-search-destinations-by-theme__checkbox,
  .be-wws-search-theme-search-destinations-by-theme__checkbox{
    flex: 0 0 calc(33% - 1rem);
  }
}
@media (max-width: 767px) {
  .be-domestic-search-theme-search-destinations-by-theme__checkbox-container,
  .be-overseas-search-theme-search-destinations-by-theme__checkbox-container,
  .be-wws-search-theme-search-destinations-by-theme__checkbox-container{
    justify-content: flex-start;
  }
  .be-domestic-search-theme-search-destinations-by-theme__checkbox,
  .be-overseas-search-theme-search-destinations-by-theme__checkbox,
  .be-wws-search-theme-search-destinations-by-theme__checkbox{
    flex: 0 0 calc(50% - 1rem);
  }
  .be-domestic-search-theme-budget__container,
  .be-overseas-search-theme-budget__container,
  .be-wws-search-theme-budget__container{
    display: block;
    margin-top: 3rem;
  }
  .be-domestic-search-theme-budget__range-slider,
  .be-overseas-search-theme-budget__range-slider,
  .be-wws-search-theme-budget__range-slider{
    width: 100%;
  }
  .be-domestic-search-theme-budget__input-container,
  .be-overseas-search-theme-budget__input-container,
  .be-wws-search-theme-budget__input-container{
    margin-top: 1.5rem;
  }
  .be-domestic-search-theme-budget__input-container input[type="text"],
  .be-overseas-search-theme-budget__input-container input[type="text"],
  .be-wws-search-theme-budget__input-container input[type="text"]{
    width: 100%;
    height: 5.3rem;
  }
  .be-domestic-search-calendar__row,
  .be-domestic-search-theme__row,
  .be-domestic-search-destination__row,
  .be-overseas-search-calendar__row,
  .be-overseas-search-theme__row,
  .be-overseas-search-destination__row,
  .be-wws-search-calendar__row,
  .be-wws-search-theme__row,
  .be-wws-search-destination__row{
    display: block;
    width: 100%;
  }
  .be-domestic-search-theme__column,
  .be-domestic-search-destination__column,
  .be-overseas-search-calendar__column,
  .be-overseas-search-theme__column,
  .be-overseas-search-destination__column,
  .be-wws-search-calendar__column,
  .be-wws-search-theme__column,
  .be-wws-search-destination__column {
    width: 100%;
    margin-top: 1.5rem;
  }
  .be-domestic-search-theme-search-destinations-by-theme__accordion-button-container,
  .be-overseas-search-theme-search-destinations-by-theme__accordion-button-container,
  .be-wws-search-theme-search-destinations-by-theme__accordion-button-container{
    text-align: center;
  }
  .be-domestic-search-theme__column--pd-r20,
  .be-overseas-search-calendar__column--pd-r20,
  .be-overseas-search-theme__column--pd-r20,
  .be-overseas-search-destination__column--pd-r20,
  .be-wws-search-calendar__column--pd-r20,
  .be-wws-search-theme__column--pd-r20,
  .be-wws-search-destination__column--pd-r20{
    padding-right: 0;
  }
  .be-domestic-search-calendar__column--submit,
  .be-domestic-search-theme__column--submit,
  .be-domestic-search-destination__column--submit,
  .be-overseas-search-calendar__column--submit,
  .be-overseas-search-theme__column--submit,
  .be-overseas-search-destination__column--submit,
  .be-wws-search-calendar__column--submit,
  .be-wws-search-theme__column--submit,
  .be-wws-search-destination__column--submit{
    justify-content: center;
  }
  .be-domestic-search-destination-boarding-class__annotation,
  .be-overseas-reserve-ticket-boarding-class__annotation,
  .be-overseas-search-calendar-boarding-class__annotation,
  .be-overseas-search-theme-boarding-class__annotation,
  .be-overseas-search-destination-boarding-class__annotation,
  .be-wws-reserve-ticket-boarding-class__annotation,
  .be-wws-search-calendar-boarding-class__annotation,
  .be-wws-search-theme-boarding-class__annotation,
  .be-wws-search-destination-boarding-class__annotation,
    padding-top: 2rem;
    white-space: normal;
  }
}
[id*=be-overseas-secondary-tab__panel9] .be-tertiary-tab .be-tertiary-tab__tablist,
[id*=be-overseas-secondary-tab__panel10] .be-tertiary-tab .be-tertiary-tab__tablist,
[id*=be-overseas-secondary-tab__panel11] .be-tertiary-tab .be-tertiary-tab__tablist{
  display: none;
}
[id*=be-overseas-secondary-tab__panel9] .be-tertiary-tab .be-tertiary-tab__panel,
[id*=be-overseas-secondary-tab__panel10] .be-tertiary-tab .be-tertiary-tab__panel,
[id*=be-overseas-secondary-tab__panel11] .be-tertiary-tab .be-tertiary-tab__panel{
  padding-top: 0;
}
.be-domestic-search-theme-reset__button,
.be-overseas-search-theme-reset__button,
.be-wws-search-theme-reset__button{
  width:100%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px){
  .be-domestic-search-theme-reset__button,
  .be-overseas-search-theme-reset__button,
  .be-wws-search-theme-reset__button{
    justify-content: center;
  }
}
.be-domestic-search-theme-reset__button button,
.be-overseas-search-theme-reset__button button,
.be-wws-search-theme-reset__button button{
  background: none;
  border: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: initial;
  cursor: pointer;
}
.be-domestic-search-theme-reset__button img,
.be-overseas-search-theme-reset__button img,
.be-wws-search-theme-reset__button img{
  width: 14px;
  height: 14px;
}
/* ここまで */
.be-tertiary-tab__hide{
  display:none;
}
.be-tertiary-tab__panel-hide{
  display:none;
}
.be-tertiary-tab__item:first-child.be-tertiary-tab__hide + .be-tertiary-tab__item,
.be-wws-secondary-tab__item:first-child.be-tertiary-tab__hide + .be-wws-secondary-tab__item {
  margin-left: 0;
}
.be-tertiary-tab__item.be-tertiary-tab__login-hide+.be-tertiary-tab__item,
.be-wws-secondary-tab__item.be-tertiary-tab__login-hide+.be-wws-secondary-tab__item {
  margin-left: 0;
}

@media screen and (max-width: 1159px){
  .be-domestic-confirm-reservation-list-table__flight-root,
  .be-domestic-confirm-reservation-list-table__flight-layover,
  .be-overseas-confirm-reservation-list-table__flight-root,
  .be-overseas-confirm-reservation-list-table__flight-layover,
  .be-wws-confirm-reservation-list-table__flight-root,
  .be-wws-confirm-reservation-list-table__flight-layover,
  .be-biz-domestic-confirm-reservation-list-table__flight-root,
  .be-biz-domestic-confirm-reservation-list-table__flight-layover{
    width: 50%;
  }
}
.be-booking-search-results-calendar-month__cell--saturday .be-booking-search-results-calendar-month__week-cell-item,
.be-booking-search-results-calendar-month__cell--saturday .be-booking-search-results-calendar-month__cell-button span:first-child{
  color: #00146E;
}
#be-booking-search-results-destination-box .asw-accordion--column .asw-accordion__content.result-add__content {
  border-bottom: solid 1px #E5E5E5;
  display: block;
}
#be-booking-search-results-destination-box .asw-accordion--column .asw-accordion__title + .asw-accordion__content.result-add__content {
  display: none;
}
#be-booking-search-results-destination-box .asw-accordion__item > .asw-accordion__content:first-child {
    display: block;
}
.be-dialog__button{
  word-break: keep-all;
}
.be-booking-search-results__footer{
  font-size:1.2rem;
}
.result-area + .be-booking-search-results__footer{
  padding: 0px 4.347826087% 30px;
}
.be-domestic-confirm-reservation-list-table__comment-text,
.be-overseas-confirm-reservation-list-table__comment-text,
.be-wws-confirm-reservation-list-table__comment-text,
.be-biz-domestic-confirm-reservation-list-table__comment-text{
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
}
.be-domestic-confirm-reservation-list-table__comment-text:before,
.be-overseas-confirm-reservation-list-table__comment-text:before,
.be-wws-confirm-reservation-list-table__comment-text:before,
.be-biz-domestic-confirm-reservation-list-table__comment-text:before{
  content: "";
  display: block;
  height:36px;
}
.be-domestic-confirm-reservation-list-table__comment-text a,
.be-overseas-confirm-reservation-list-table__comment-text a,
.be-wws-confirm-reservation-list-table__comment-text a,
.be-biz-domestic-confirm-reservation-list-table__comment-text a{
  color: #00146E;
  font-weight: bold;
}
.seartch-conditions{
  padding: 0 0 20px 0;
  display:flex;
  column-gap: 30px;
  flex-wrap:wrap;
}
.seartch-conditions p{
  margin:0;
}
.seartch-conditions .seartch-conditions-outbound-infomation,
.seartch-conditions .seartch-conditions-inbound-infomation{
  flex-shrink:0;
  font-size: 1.4rem;
}
.seartch-conditions .seartch-conditions-other-infomation{
  width:100%;
  flex-shrink: 1;
  margin-top: 20px;
  font-size: 1.4rem;
}
.seartch-conditions .seartch-conditions-outbound-infomation,
.seartch-conditions .seartch-conditions-inbound-infomation{
  flex-shrink:0;
}
.be-domestic-reserve-ticket-departure-from-direct-flight-from-time__button,
.be-domestic-reserve-ticket-departure-from-direct-flight-to-time__button,
.be-domestic-reserve-ticket-arrival-to-direct-flight-from-time__button,
.be-domestic-reserve-ticket-arrival-to-direct-flight-to-time__button,
.be-overseas-reserve-ticket-departure-from-direct-flight-from-time__button,
.be-overseas-reserve-ticket-departure-from-direct-flight-to-time__button,
.be-overseas-reserve-ticket-arrival-to-direct-flight-from-time__button,
.be-overseas-reserve-ticket-arrival-to-direct-flight-to-time__button,
.be-wws-reserve-ticket-departure-from-direct-flight-from-time__button,
.be-wws-reserve-ticket-departure-from-direct-flight-to-time__button,
.be-wws-reserve-ticket-arrival-to-direct-flight-from-time__button,
.be-wws-reserve-ticket-arrival-to-direct-flight-to-time__button,
.be-biz-domestic-reserve-ticket-departure-from-direct-flight-from-time__button,
.be-biz-domestic-reserve-ticket-departure-from-direct-flight-to-time__button,
.be-biz-domestic-reserve-ticket-arrival-to-direct-flight-from-time__button,
.be-biz-domestic-reserve-ticket-arrival-to-direct-flight-to-time__button{
  background-image:url('/common-layout2/images/www2/clock.png');
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 15px;
}
.be-domestic-reserve-ticket-departure-from-direct-flight-from-time__button span,
.be-domestic-reserve-ticket-departure-from-direct-flight-to-time__button span,
.be-domestic-reserve-ticket-arrival-to-direct-flight-from-time__button span,
.be-domestic-reserve-ticket-arrival-to-direct-flight-to-time__button span,
.be-overseas-reserve-ticket-departure-from-direct-flight-from-time__button span,
.be-overseas-reserve-ticket-departure-from-direct-flight-to-time__button span,
.be-overseas-reserve-ticket-arrival-to-direct-flight-from-time__button span,
.be-overseas-reserve-ticket-arrival-to-direct-flight-to-time__button span,
.be-wws-reserve-ticket-departure-from-direct-flight-from-time__button span,
.be-wws-reserve-ticket-departure-from-direct-flight-to-time__button span,
.be-wws-reserve-ticket-arrival-to-direct-flight-from-time__button span,
.be-wws-reserve-ticket-arrival-to-direct-flight-to-time__button span,
.be-biz-domestic-reserve-ticket-departure-from-direct-flight-from-time__button span,
.be-biz-domestic-reserve-ticket-departure-from-direct-flight-to-time__button span,
.be-biz-domestic-reserve-ticket-arrival-to-direct-flight-from-time__button span,
.be-biz-domestic-reserve-ticket-arrival-to-direct-flight-to-time__button span{
  display: block;
  text-indent: 1em;
  width: calc( 100% + 15px );
  margin-top: -3px;
}
@media screen and (min-width: 1025px){
  .be-domestic-reserve-ticket-departure-from-direct-flight-from-time__button,
  .be-domestic-reserve-ticket-departure-from-direct-flight-to-time__button,
  .be-domestic-reserve-ticket-arrival-to-direct-flight-from-time__button,
  .be-domestic-reserve-ticket-arrival-to-direct-flight-to-time__button,
  .be-overseas-reserve-ticket-departure-from-direct-flight-from-time__button,
  .be-overseas-reserve-ticket-departure-from-direct-flight-to-time__button,
  .be-overseas-reserve-ticket-arrival-to-direct-flight-from-time__button,
  .be-overseas-reserve-ticket-arrival-to-direct-flight-to-time__button,
  .be-wws-reserve-ticket-departure-from-direct-flight-from-time__button,
  .be-wws-reserve-ticket-departure-from-direct-flight-to-time__button,
  .be-wws-reserve-ticket-arrival-to-direct-flight-from-time__button,
  .be-wws-reserve-ticket-arrival-to-direct-flight-to-time__button,
  .be-biz-domestic-reserve-ticket-departure-from-direct-flight-from-time__button,
  .be-biz-domestic-reserve-ticket-departure-from-direct-flight-to-time__button,
  .be-biz-domestic-reserve-ticket-arrival-to-direct-flight-from-time__button,
  .be-biz-domestic-reserve-ticket-arrival-to-direct-flight-to-time__button{
    background-position: 25px center;
  }
  .be-domestic-reserve-ticket-departure-from-direct-flight-from-time__button span,
  .be-domestic-reserve-ticket-departure-from-direct-flight-to-time__button span,
  .be-domestic-reserve-ticket-arrival-to-direct-flight-from-time__button span,
  .be-domestic-reserve-ticket-arrival-to-direct-flight-to-time__button span,
  .be-overseas-reserve-ticket-departure-from-direct-flight-from-time__button span,
  .be-overseas-reserve-ticket-departure-from-direct-flight-to-time__button span,
  .be-overseas-reserve-ticket-arrival-to-direct-flight-from-time__button span,
  .be-overseas-reserve-ticket-arrival-to-direct-flight-to-time__button span,
  .be-wws-reserve-ticket-departure-from-direct-flight-from-time__button span,
  .be-wws-reserve-ticket-departure-from-direct-flight-to-time__button span,
  .be-wws-reserve-ticket-arrival-to-direct-flight-from-time__button span,
  .be-wws-reserve-ticket-arrival-to-direct-flight-to-time__button span,
  .be-biz-domestic-reserve-ticket-departure-from-direct-flight-from-time__button span,
  .be-biz-domestic-reserve-ticket-departure-from-direct-flight-to-time__button span,
  .be-biz-domestic-reserve-ticket-arrival-to-direct-flight-from-time__button span,
  .be-biz-domestic-reserve-ticket-arrival-to-direct-flight-to-time__button span{
    text-indent: 1.5em;
  }
}
@media screen and (min-width: 768px){
  .be-domestic-reserve-ticket-departure-from-direct-flight-from-time__button span,
  .be-domestic-reserve-ticket-departure-from-direct-flight-to-time__button span,
  .be-domestic-reserve-ticket-arrival-to-direct-flight-from-time__button span,
  .be-overseas-reserve-ticket-departure-from-direct-flight-from-time__button span,
  .be-overseas-reserve-ticket-departure-from-direct-flight-to-time__button span,
  .be-overseas-reserve-ticket-arrival-to-direct-flight-from-time__button span,
  .be-overseas-reserve-ticket-arrival-to-direct-flight-to-time__button span,
  .be-wws-reserve-ticket-departure-from-direct-flight-from-time__button span,
  .be-wws-reserve-ticket-departure-from-direct-flight-to-time__button span,
  .be-wws-reserve-ticket-arrival-to-direct-flight-from-time__button span,
  .be-wws-reserve-ticket-arrival-to-direct-flight-to-time__button span,
  .be-biz-domestic-reserve-ticket-departure-from-direct-flight-from-time__button span,
  .be-biz-domestic-reserve-ticket-departure-from-direct-flight-to-time__button span,
  .be-biz-domestic-reserve-ticket-arrival-to-direct-flight-from-time__button span{
    margin-top: -2px;
  }
  .be-domestic-reserve-ticket-no-time__item,
  .be-overseas-reserve-ticket-no-time__item,
  .be-wws-reserve-ticket-no-time__item,
  .be-biz-domestic-reserve-ticket-no-time__item{
    align-items: center;
    display: flex;
    margin-top: 0;
    column-gap: 5px;
  }
}
@media screen and (max-width: 767px){
  .be-domestic-reserve-ticket-departure-from-direct-flight-from-time__button span,
  .be-domestic-reserve-ticket-departure-from-direct-flight-to-time__button span,
  .be-domestic-reserve-ticket-arrival-to-direct-flight-from-time__button span,
  .be-overseas-reserve-ticket-departure-from-direct-flight-from-time__button span,
  .be-overseas-reserve-ticket-departure-from-direct-flight-to-time__button span,
  .be-overseas-reserve-ticket-arrival-to-direct-flight-from-time__button span,
  .be-overseas-reserve-ticket-arrival-to-direct-flight-to-time__button span,
  .be-wws-reserve-ticket-departure-from-direct-flight-from-time__button span,
  .be-wws-reserve-ticket-departure-from-direct-flight-to-time__button span,
  .be-wws-reserve-ticket-arrival-to-direct-flight-from-time__button span,
  .be-wws-reserve-ticket-arrival-to-direct-flight-to-time__button span,
  .be-biz-domestic-reserve-ticket-departure-from-direct-flight-from-time__button span,
  .be-biz-domestic-reserve-ticket-departure-from-direct-flight-to-time__button span,
  .be-biz-domestic-reserve-ticket-arrival-to-direct-flight-from-time__button span{
    text-indent: 1.3em;
  }
}
.be-domestic-confirm-reservation-comment-number,
.be-overseas-confirm-reservation-comment-number,
.be-wws-confirm-reservation-comment-number,
.be-biz-domestic-confirm-reservation-comment-number{
  display: none;
}
.be-boarding-date__pulldown,
.be-calendar__pulldown{
  top: 5px;
  right: 0;
  position: absolute;
}
.be-boarding-date__pulldown{
  position: relative;
}
.be-boarding-date__pulldown .be-boarding-date__pulldown--title,
.be-calendar__pulldown .be-calendar__pulldown--title{
  font-size: 1.4rem;
  font-weight: 600;
  width: 100%;
  padding: 0 0 5px 5px;
}
@media screen and (max-width: 767px){
  .be-calendar__pulldown{
    right: 15px;
  }
  .be-boarding-date__pulldown .be-boarding-date__pulldown--title,
  .be-calendar__pulldown .be-calendar__pulldown--title{
    font-weight: normal;
  }
}
.be-boarding-date__pulldown .be-boarding-date__pulldown--button,
.be-calendar__pulldown .be-calendar__pulldown--button{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 38px;
  padding-left: 20px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
  min-width: 120px;
}
.be-boarding-date__pulldown .be-boarding-date__pulldown--button span::before,
.be-calendar__pulldown .be-calendar__pulldown--button span::before {
    content: "";
    font-family: asw-icon;
    font-size: 1.4rem;
    margin-right: 3px;
}
.be-domestic-reserve-ticket-input-box,
.be-overseas-reserve-ticket-input-box,
.be-wws-reserve-ticket-input-box,
.be-biz-domestic-reserve-ticket-input-box{
  column-gap: 14px;
}
.be-domestic-reserve-ticket-input-box .be-domestic-reserve-ticket-input-box-inner,
.be-overseas-reserve-ticket-input-box .be-overseas-reserve-ticket-input-box-inner,
.be-wws-reserve-ticket-input-box .be-wws-reserve-ticket-input-box-inner,
.be-biz-domestic-reserve-ticket-input-box .be-biz-domestic-reserve-ticket-input-box-inner{
  flex-direction: row;
  width: calc( 50% - 8px );
  background-color: #F1F1F1;
  padding: 18px;
  border-radius: 15px;
  margin-bottom: auto;
  margin-top: 0;
  /*transition: width 0.2s ease-out;*/
}
.be-domestic-reserve-ticket-roundTrip__form--collapse .be-domestic-reserve-ticket-roundTrip__row--optional.be-domestic-reserve-ticket-input-box-inner,
.be-overseas-reserve-ticket-roundTrip__form--collapse .be-overseas-reserve-ticket-roundTrip__row--optional.be-overseas-reserve-ticket-input-box-inner,
.be-wws-reserve-ticket-roundTrip__form--collapse .be-wws-reserve-ticket-roundTrip__row--optional.be-wws-reserve-ticket-input-box-inner,
.be-biz-domestic-reserve-ticket-roundTrip__form--collapse .be-biz-domestic-reserve-ticket-roundTrip__row--optional.be-biz-domestic-reserve-ticket-input-box-inner{
  padding:0;
}
.be-domestic-reserve-ticket-input-box .be-domestic-reserve-ticket-input-box-inner > *,
.be-overseas-reserve-ticket-input-box .be-overseas-reserve-ticket-input-box-inner > *,
.be-wws-reserve-ticket-input-box .be-wws-reserve-ticket-input-box-inner > *,
.be-biz-domestic-reserve-ticket-input-box .be-biz-domestic-reserve-ticket-input-box-inner > *{
  width: 100%;
  flex-direction: column;
}
.be-domestic-reserve-ticket__column--departure-date,
.be-domestic-reserve-ticket__column--arrival-date,
.be-domestic-reserve-ticket__column--departure-time,
.be-domestic-reserve-ticket__column--arrival-time,
.be-overseas-reserve-ticket__column--departure-date,
.be-overseas-reserve-ticket__column--arrival-date,
.be-overseas-reserve-ticket__column--departure-time,
.be-overseas-reserve-ticket__column--arrival-time,
.be-wws-reserve-ticket__column--departure-date,
.be-wws-reserve-ticket__column--arrival-date,
.be-wws-reserve-ticket__column--departure-time,
.be-wws-reserve-ticket__column--arrival-time,
.be-biz-domestic-reserve-ticket__column--departure-date,
.be-biz-domestic-reserve-ticket__column--arrival-date,
.be-biz-domestic-reserve-ticket__column--departure-time,
.be-biz-domestic-reserve-ticket__column--arrival-time{
  width: 100%;
  padding: 0;
}
.be-domestic-reserve-ticket__column--indirect-departure-airport,
.be-domestic-reserve-ticket__column--indirect-arrival-airport,
.be-overseas-reserve-ticket__column--indirect-departure-airport,
.be-overseas-reserve-ticket__column--indirect-arrival-airport,
.be-wws-reserve-ticket__column--indirect-departure-airport,
.be-wws-reserve-ticket__column--indirect-arrival-airport,
.be-biz-domestic-reserve-ticket__column--indirect-departure-airport,
.be-biz-domestic-reserve-ticket__column--indirect-arrival-airport{
  width: 100%;
}
@media screen and (max-width: 767px){
  .be-domestic-reserve-ticket-input-box .be-domestic-reserve-ticket-input-box-inner,
  .be-overseas-reserve-ticket-input-box .be-overseas-reserve-ticket-input-box-inner,
  .be-wws-reserve-ticket-input-box .be-wws-reserve-ticket-input-box-inner,
  .be-biz-domestic-reserve-ticket-input-box .be-biz-domestic-reserve-ticket-input-box-inner{
    width: 100%;
  }
  .be-domestic-reserve-ticket-input-box .be-domestic-reserve-ticket-input-box-inner + *,
  .be-overseas-reserve-ticket-input-box .be-overseas-reserve-ticket-input-box-inner + *,
  .be-wws-reserve-ticket-input-box .be-wws-reserve-ticket-input-box-inner + *,
  .be-biz-domestic-reserve-ticket-input-box .be-biz-domestic-reserve-ticket-input-box-inner + *{
    margin-top:24px;
  }
}
.be-calendar-large .be-dialog__footer-inner button{
  white-space: nowrap;
}
.be-domestic-reserve-ticket-no-time__item .be-accordion__label::after,
.be-overseas-reserve-ticket-no-time__item .be-accordion__label::after,
.be-wws-reserve-ticket-no-time__item .be-accordion__label::after,
.be-biz-domestic-reserve-ticket-no-time__item .be-accordion__label::after{
  display:none;
}
.be-domestic-reserve-ticket-roundTrip__form--collapse .be-domestic-reserve-ticket-input-box-inner:first-child,
.be-overseas-reserve-ticket-roundTrip__form--collapse .be-overseas-reserve-ticket-input-box-inner:first-child,
.be-wws-reserve-ticket-roundTrip__form--collapse .be-wws-reserve-ticket-input-box-inner:first-child,
.be-biz-domestic-reserve-ticket-roundTrip__form--collapse .be-biz-domestic-reserve-ticket-input-box-inner:first-child{
  width: 100%;
}

.be-domestic-reserve-ticket__form--collapse .be-domestic-reserve-ticket__row--optional,
.be-biz-domestic-reserve-ticket__form--collapse .be-biz-domestic-reserve-ticket__row--optional{
  height: 0;
  margin-top: 0;
  overflow: hidden;
}
.be-domestic-reserve-ticket__row + .be-domestic-reserve-ticket__row{
  margin-top: 24px;
}

.be-domestic-reserve-ticket-large .be-domestic-reserve-ticket__row,
.be-biz-domestic-reserve-ticket-large .be-biz-domestic-reserve-ticket__row{
  margin-left: 0;
  margin-right: 0;
}
.be-domestic-reserve-ticket-large .be-domestic-reserve-ticket__column--departure-airport,
.be-domestic-reserve-ticket-large .be-domestic-reserve-ticket__column--arrival-airport,
.be-domestic-reserve-ticket-large .be-domestic-reserve-ticket__column--compartment-class,
.be-domestic-reserve-ticket-large .be-domestic-reserve-ticket__column--search-mode,
.be-overseas-reserve-ticket-large .be-overseas-reserve-ticket__column--departure-airport,
.be-overseas-reserve-ticket-large .be-overseas-reserve-ticket__column--arrival-airport,
.be-overseas-reserve-ticket-large .be-overseas-reserve-ticket__column--compartment-class,
.be-overseas-reserve-ticket-large .be-overseas-reserve-ticket__column--search-mode,
.be-wws-reserve-ticket-large .be-wws-reserve-ticket__column--departure-airport,
.be-wws-reserve-ticket-large .be-wws-reserve-ticket__column--arrival-airport,
.be-biz-domestic-reserve-ticket-large .be-biz-domestic-reserve-ticket__column--departure-airport,
.be-biz-domestic-reserve-ticket-large .be-biz-domestic-reserve-ticket__column--arrival-airport,
.be-biz-domestic-reserve-ticket-large .be-biz-domestic-reserve-ticket__column--compartment-class,
.be-biz-domestic-reserve-ticket-large .be-biz-domestic-reserve-ticket__column--search-mode{
  width: calc(50%);
  margin-top: 0;
}
.be-domestic-reserve-ticket-large .be-domestic-reserve-ticket__column--compartment-class,
.be-biz-domestic-reserve-ticket-large .be-biz-domestic-reserve-ticket__column--compartment-class{
  padding-left: 0;
}
.be-domestic-reserve-ticket-large .be-domestic-reserve-ticket__column--search-mode,
.be-biz-domestic-reserve-ticket-large .be-biz-domestic-reserve-ticket__column--search-mode{
  padding-right: 0;
}
.be-domestic-reserve-ticket-input-box-inner.be-domestic-reserve-ticket__row + .be-domestic-reserve-ticket__row,
.be-biz-domestic-reserve-ticket-input-box-inner.be-biz-domestic-reserve-ticket__row + .be-biz-domestic-reserve-ticket__row{
  margin-top: 0;
}
.be-domestic-reserve-ticket-large .be-domestic-reserve-ticket-compartment-class__button,
.be-domestic-reserve-ticket-large .be-domestic-reserve-ticket-search-mode__button,
.be-domestic-search-calendar-compartment-class__button,
.be-domestic-search-theme-compartment-class__button,
.be-domestic-search-theme-search-mode__button,
.be-domestic-search-destination-compartment-class__button,
.be-domestic-search-destination-search-mode__button,
.be-biz-domestic-reserve-ticket-large .be-biz-domestic-reserve-ticket-compartment-class__button,
.be-biz-domestic-reserve-ticket-large .be-biz-domestic-reserve-ticket-search-mode__button{
  height: 60px;
  border-radius: 30px;
}
.be-domestic-reserve-ticket-large .be-domestic-reserve-ticket__form + .be-domestic-reserve-ticket__note,
.be-biz-domestic-reserve-ticket-large .be-biz-domestic-reserve-ticket__form + .be-biz-domestic-reserve-ticket__note{
  margin-top: 20px;
}
.be-domestic-reserve-ticket-large .be-domestic-reserve-ticket__form.be-domestic-reserve-ticket__form--collapse + .be-domestic-reserve-ticket__note,
.be-biz-domestic-reserve-ticket-large .be-biz-domestic-reserve-ticket__form.be-biz-domestic-reserve-ticket__form--collapse + .be-biz-domestic-reserve-ticket__note{
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .be-domestic-reserve-ticket-large .be-domestic-reserve-ticket-search-mode,
  .be-biz-domestic-reserve-ticket-large .be-biz-domestic-reserve-ticket-search-mode{
    padding-top: 0;
  }
}
@media screen and (max-width: 767px){
  .be-domestic-reserve-ticket-input-box-inner.be-domestic-reserve-ticket__row + .be-domestic-reserve-ticket__row,
  .be-biz-domestic-reserve-ticket-input-box-inner.be-biz-domestic-reserve-ticket__row + .be-biz-domestic-reserve-ticket__row{
    margin-top: 24px;
  }
  .be-domestic-reserve-ticket-large .be-domestic-reserve-ticket-compartment-class__button,
  .be-domestic-reserve-ticket-large .be-domestic-reserve-ticket-search-mode__button,
  .be-domestic-search-calendar-compartment-class__button,
  .be-domestic-search-theme-compartment-class__button,
  .be-domestic-search-theme-search-mode__button,
  .be-domestic-search-destination-compartment-class__button,
  .be-domestic-search-destination-search-mode__button,
  .be-biz-domestic-reserve-ticket-large .be-biz-domestic-reserve-ticket-compartment-class__button,
  .be-biz-domestic-reserve-ticket-large .be-biz-domestic-reserve-ticket-search-mode__button{
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-search-calendar-compartment-class__button::after,
  .be-domestic-search-theme-compartment-class__button::after,
  .be-domestic-search-theme-search-mode__button::after,
  .be-domestic-search-destination-compartment-class__button::after,
  .be-domestic-search-destination-search-mode__button::after{
    display:none;
  }
  .be-domestic-reserve-ticket-large .be-domestic-reserve-ticket__row + .be-domestic-reserve-ticket__row,
  .be-biz-domestic-reserve-ticket-large .be-biz-domestic-reserve-ticket__row + .be-biz-domestic-reserve-ticket__row{
    margin-top: 16px;
  }
  .be-domestic-reserve-ticket-large .be-domestic-reserve-ticket__column--compartment-class,
  .be-domestic-reserve-ticket-large .be-domestic-reserve-ticket__column--search-mode,
  .be-biz-domestic-reserve-ticket-large .be-biz-domestic-reserve-ticket__column--compartment-class,
  .be-biz-domestic-reserve-ticket-large .be-biz-domestic-reserve-ticket__column--search-mode{
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .be-domestic-reserve-ticket-large .be-domestic-reserve-ticket-compartment-class__button,
  .be-domestic-reserve-ticket-large .be-domestic-reserve-ticket-search-mode__button,
  .be-biz-domestic-reserve-ticket-large .be-biz-domestic-reserve-ticket-compartment-class__button,
  .be-biz-domestic-reserve-ticket-large .be-biz-domestic-reserve-ticket-search-mode__button{
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-ticket-large .be-domestic-reserve-ticket-compartment-class__button::after,
  .be-domestic-reserve-ticket-large .be-domestic-reserve-ticket-search-mode__button::after,
  .be-biz-domestic-reserve-ticket-large .be-biz-domestic-reserve-ticket-compartment-class__button::after,
  .be-biz-domestic-reserve-ticket-large .be-biz-domestic-reserve-ticket-search-mode__button::after{
    color: #333;
    content: "";
    font-family: "asw-icon";
    font-size: 1.4rem;
    font-weight: 400;
    margin-left: auto;
    width: 16px;
  }
  .be-domestic-reserve-ticket-large .be-domestic-reserve-ticket-search-mode,
  .be-biz-domestic-reserve-ticket-large .be-biz-domestic-reserve-ticket-search-mode{
    padding-top: 8px;
  }
  .be-overseas-reserve-ticket__column--form-open{
    padding-top: 22px;
  }
}
.result-list__date .result-list__departureDate,
.result-list__date .result-list__returnDate{
  font-size: 1.4rem;
}
.be-forms__FY25--collapse .be-forms__FY25--optional {
  display:none;
}
.be-forms__FY25--collapse .be-domestic-reserve-ticket__column--promotion-code,
.be-forms__FY25--collapse .be-biz-domestic-reserve-ticket__column--promotion-code{
  display:none
}
.be-forms__FY25--collapse .be-domestic-reserve-ticket__column--comparison-search-type,
.be-forms__FY25--collapse .be-biz-domestic-reserve-ticket__column--comparison-search-type{
  height:0;
}
@media screen and (min-width: 768px){
  .be-forms__FY25--collapse .be-domestic-reserve-ticket__column--comparison-search-type + .be-domestic-reserve-ticket__column--submit,
  .be-forms__FY25--collapse .be-biz-domestic-reserve-ticket__column--comparison-search-type + .be-biz-domestic-reserve-ticket__column--submit{
    margin-top:0;
  }
}
.be-forms__FY25--collapse .be-domestic-reserve-ticket-input-box-inner,
.be-forms__FY25--collapse .be-biz-domestic-reserve-ticket-input-box-inner,
.be-forms__FY25--collapse .be-wws-reserve-ticket-input-box-inner{
  background-color: #fff;
  padding: 0;
}
.be-forms__FY25--collapse .be-domestic-reserve-ticket-input-box-inner > div,
.be-forms__FY25--collapse.be-biz-domestic-reserve-ticket-large .be-biz-domestic-reserve-ticket-input-box-inner > div,
.be-forms__FY25--collapse .be-wws-reserve-ticket-input-box-inner > div{
  margin-top:0;
}
.be-domestic-reserve-ticket-input-box-inner > div > *:first-child,
.be-biz-domestic-reserve-ticket-input-box-inner > div > *:first-child,
.be-wws-reserve-ticket-input-box-inner > div > *:first-child{
  display:block;
}
.be-domestic-reserve-ticket-input-box-inner > div > *:first-child + *,
.be-biz-domestic-reserve-ticket-input-box-inner > div > *:first-child + *,
.be-wws-reserve-ticket-input-box-inner > div > *:first-child + *{
  display:none;
}
.be-forms__FY25--collapse .be-domestic-reserve-ticket-input-box-inner > div > *:first-child,
.be-forms__FY25--collapse .be-biz-domestic-reserve-ticket-input-box-inner > div > *:first-child,
.be-forms__FY25--collapse .be-wws-reserve-ticket-input-box-inner > div > *:first-child{
  display:none;
}
.be-forms__FY25--collapse .be-domestic-reserve-ticket-input-box-inner > div > *:first-child + *,
.be-forms__FY25--collapse .be-biz-domestic-reserve-ticket-input-box-inner > div > *:first-child + *,
.be-forms__FY25--collapse .be-wws-reserve-ticket-input-box-inner > div > *:first-child + *{
  display:block;
}
.be-forms__FY25--collapse .be-wws-reserve-ticket-input-box .be-wws-reserve-ticket-input-box-inner{
  margin-bottom:0;
}
.be-forms__FY25--collapse .be-wws-reserve-ticket-input-box .be-wws-reserve-ticket-input-box-inner > div:last-child{
  height: 0;
  margin-top: 0 !important;
}
.be-secondary-tab__alert{
  position: relative;
}
.be-secondary-tab__alert .be-secondary-tab__alert-img{
  position: absolute;
  top: -8px;
  right: 0;
  width: 20px;
  height: 20px;
}
.be-wws-primary-tab{
  overflow: hidden;
}
.booking-modal__window .be-wws-primary-tab{
  overflow: auto;
}
.ps.be-secondary-tab__scroll, .ps.be-wws-primary-tab__scroll, .ps.be-biz-secondary-tab__scroll{
  padding-top: 9px;
  margin-top: -9px;
}
.be-biz-domestic-reserve-ticket-departure-airport,
.be-biz-domestic-reserve-ticket-arrival-airport,
.be-biz-domestic-reserve-ticket-departure-date,
.be-biz-domestic-reserve-ticket-arrival-date,
.be-biz-domestic-reserve-ticket-indirect-departure-airport,
.be-biz-domestic-reserve-ticket-indirect-arrival-airport,
.be-domestic-reserve-ticket-departure-date,
.be-domestic-reserve-ticket-arrival-date,
.be-domestic-reserve-ticket-indirect-departure-airport,
.be-domestic-reserve-ticket-indirect-arrival-airport,
.be-domestic-search-theme-departure-date,
.be-domestic-search-theme-arrival-date,
.be-domestic-search-destination-departure-date,
.be-domestic-search-destination-arrival-date,
.be-overseas-reserve-ticket-departure-date,
.be-overseas-reserve-ticket-arrival-date,
.be-overseas-reserve-ticket-indirect-departure-airport,
.be-overseas-reserve-ticket-indirect-arrival-airport,
.be-wws-reserve-ticket-departure-airport,
.be-wws-reserve-ticket-arrival-airport,
.be-wws-reserve-ticket-departure-date,
.be-wws-reserve-ticket-arrival-date,
.be-wws-reserve-ticket-indirect-departure-airport,
.be-wws-reserve-ticket-indirect-arrival-airport{
  position:relative;
}
.be-biz-domestic-reserve-ticket-departure-airport input:not([value='']) + button ~ a,
.be-biz-domestic-reserve-ticket-arrival-airport input:not([value='']) + button ~ a,
.be-biz-domestic-reserve-ticket-departure-date input:not([value='']) + button ~ a,
.be-biz-domestic-reserve-ticket-arrival-date input:not([value='']) + button ~ a,
.be-biz-domestic-reserve-ticket-indirect-departure-airport input:not([value='']) + button ~ a,
.be-biz-domestic-reserve-ticket-indirect-arrival-airport input:not([value='']) + button ~ a,
.be-domestic-reserve-ticket-departure-airport input:not([value='']) + button ~ a,
.be-domestic-reserve-ticket-arrival-airport input:not([value='']) + button ~ a,
.be-domestic-reserve-ticket-departure-date input:not([value='']) + button ~ a,
.be-domestic-reserve-ticket-arrival-date input:not([value='']) + button ~ a,
.be-domestic-reserve-ticket-indirect-departure-airport input:not([value='']) + button ~ a,
.be-domestic-reserve-ticket-indirect-arrival-airport input:not([value='']) + button ~ a,
.be-domestic-search-calendar-departure-airport input:not([value='']) + button ~ a,
.be-domestic-search-calendar-arrival-airport input:not([value='']) + button ~ a,
.be-domestic-search-theme-departure-airport input:not([value='']) + button ~ a,
.be-domestic-search-theme-arrival-airport input:not([value='']) + button ~ a,
.be-domestic-search-theme-departure-date input:not([value='']) + button ~ a,
.be-domestic-search-theme-arrival-date input:not([value='']) + button ~ a,
.be-domestic-search-destination-departure-airport input:not([value='']) + button ~ a,
.be-domestic-search-destination-arrival-airport input:not([value='']) + button ~ a,
.be-domestic-search-destination-departure-date input:not([value='']) + button ~ a,
.be-domestic-search-destination-arrival-date input:not([value='']) + button ~ a,
.be-overseas-reserve-ticket-departure-airport input:not([value='']) + button ~ a,
.be-overseas-reserve-ticket-arrival-airport input:not([value='']) + button ~ a,
.be-overseas-reserve-ticket-departure-date input:not([value='']) + button ~ a,
.be-overseas-reserve-ticket-arrival-date input:not([value='']) + button ~ a,
.be-overseas-reserve-ticket-indirect-departure-airport input:not([value='']) + button ~ a,
.be-overseas-reserve-ticket-indirect-arrival-airport input:not([value='']) + button ~ a,
.be-overseas-search-calendar-departure-airport input:not([value='']) + button ~ a,
.be-overseas-search-calendar-arrival-airport input:not([value='']) + button ~ a,
.be-overseas-search-theme-departure-airport input:not([value='']) + button ~ a,
.be-overseas-search-theme-arrival-airport input:not([value='']) + button ~ a,
.be-overseas-search-theme-departure-date input:not([value='']) + button ~ a,
.be-overseas-search-theme-arrival-date input:not([value='']) + button ~ a,
.be-overseas-search-destination-departure-airport input:not([value='']) + button ~ a,
.be-overseas-search-destination-arrival-airport input:not([value='']) + button ~ a,
.be-overseas-search-destination-departure-date input:not([value='']) + button ~ a,
.be-overseas-search-destination-arrival-date input:not([value='']) + button ~ a,
.be-wws-reserve-ticket-departure-airport input:not([value='']) + button ~ a,
.be-wws-reserve-ticket-arrival-airport input:not([value='']) + button ~ a,
.be-wws-reserve-ticket-departure-date input:not([value='']) + button ~ a,
.be-wws-reserve-ticket-arrival-date input:not([value='']) + button ~ a,
.be-wws-reserve-ticket-indirect-departure-airport input:not([value='']) + button ~ a,
.be-wws-reserve-ticket-indirect-arrival-airport input:not([value='']) + button ~ a,
.be-wws-search-calendar-departure-airport input:not([value='']) + button ~ a,
.be-wws-search-calendar-arrival-airport input:not([value='']) + button ~ a,
.be-wws-search-theme-departure-airport input:not([value='']) + button ~ a,
.be-wws-search-theme-arrival-airport input:not([value='']) + button ~ a,
.be-wws-search-theme-departure-date input:not([value='']) + button ~ a,
.be-wws-search-theme-arrival-date input:not([value='']) + button ~ a,
.be-wws-search-destination-departure-airport input:not([value='']) + button ~ a,
.be-wws-search-destination-arrival-airport input:not([value='']) + button ~ a,
.be-wws-search-destination-departure-date input:not([value='']) + button ~ a,
.be-wws-search-destination-arrival-date input:not([value='']) + button ~ a{
  display:none;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 21px;
}
@media screen and (max-width: 767px) {
  .be-biz-domestic-reserve-ticket-departure-date input:not([value='']) + button ~ a,
  .be-biz-domestic-reserve-ticket-arrival-date input:not([value='']) + button ~ a,
  .be-domestic-reserve-ticket-departure-date input:not([value='']) + button ~ a,
  .be-domestic-reserve-ticket-arrival-date input:not([value='']) + button ~ a,
  .be-domestic-search-theme-departure-date input:not([value='']) + button ~ a,
  .be-domestic-search-theme-arrival-date input:not([value='']) + button ~ a,
  .be-domestic-search-destination-departure-date input:not([value='']) + button ~ a,
  .be-domestic-search-destination-arrival-date input:not([value='']) + button ~ a,
  .be-overseas-reserve-ticket-departure-date input:not([value='']) + button ~ a,
  .be-overseas-reserve-ticket-arrival-date input:not([value='']) + button ~ a,
  .be-overseas-search-theme-departure-date input:not([value='']) + button ~ a,
  .be-overseas-search-theme-arrival-date input:not([value='']) + button ~ a,
  .be-overseas-search-destination-departure-date input:not([value='']) + button ~ a,
  .be-overseas-search-destination-arrival-date input:not([value='']) + button ~ a,
  .be-wws-reserve-ticket-departure-date input:not([value='']) + button ~ a,
  .be-wws-reserve-ticket-arrival-date input:not([value='']) + button ~ a,
  .be-wws-search-theme-departure-date input:not([value='']) + button ~ a,
  .be-wws-search-theme-arrival-date input:not([value='']) + button ~ a,
  .be-wws-search-destination-departure-date input:not([value='']) + button ~ a,
  .be-wws-search-destination-arrival-date input:not([value='']) + button ~ a{
    display:block;
  }
}
.be-biz-domestic-reserve-ticket-departure-airport input:not([value='']) + button ~ a:hover,
.be-biz-domestic-reserve-ticket-departure-airport input:not([value='']) + button:hover ~ a,
.be-biz-domestic-reserve-ticket-departure-airport input:not([value='']) + button ~ a:focus,
.be-biz-domestic-reserve-ticket-departure-airport input:not([value='']) + button:focus ~ a,
.be-biz-domestic-reserve-ticket-arrival-airport input:not([value='']) + button ~ a:hover,
.be-biz-domestic-reserve-ticket-arrival-airport input:not([value='']) + button:hover ~ a,
.be-biz-domestic-reserve-ticket-arrival-airport input:not([value='']) + button ~ a:focus,
.be-biz-domestic-reserve-ticket-arrival-airport input:not([value='']) + button:focus ~ a,
.be-biz-domestic-reserve-ticket-departure-date input:not([value='']) + button ~ a:hover,
.be-biz-domestic-reserve-ticket-departure-date input:not([value='']) + button:hover ~ a,
.be-biz-domestic-reserve-ticket-departure-date input:not([value='']) + button ~ a:focus,
.be-biz-domestic-reserve-ticket-departure-date input:not([value='']) + button:focus ~ a,
.be-biz-domestic-reserve-ticket-arrival-date input:not([value='']) + button ~ a:hover,
.be-biz-domestic-reserve-ticket-arrival-date input:not([value='']) + button:hover ~ a,
.be-biz-domestic-reserve-ticket-arrival-date input:not([value='']) + button ~ a:focus,
.be-biz-domestic-reserve-ticket-arrival-date input:not([value='']) + button:focus ~ a,
.be-biz-domestic-reserve-ticket-indirect-departure-airport input:not([value='']) + button ~ a:hover,
.be-biz-domestic-reserve-ticket-indirect-departure-airport input:not([value='']) + button:hover ~ a,
.be-biz-domestic-reserve-ticket-indirect-departure-airport input:not([value='']) + button ~ a:focus,
.be-biz-domestic-reserve-ticket-indirect-departure-airport input:not([value='']) + button:focus ~ a,
.be-biz-domestic-reserve-ticket-indirect-arrival-airport input:not([value='']) + button ~ a:hover,
.be-biz-domestic-reserve-ticket-indirect-arrival-airport input:not([value='']) + button:hover ~ a,
.be-biz-domestic-reserve-ticket-indirect-arrival-airport input:not([value='']) + button ~ a:focus,
.be-biz-domestic-reserve-ticket-indirect-arrival-airport input:not([value='']) + button:focus ~ a,
.be-domestic-reserve-ticket-departure-airport input:not([value='']) + button ~ a:hover,
.be-domestic-reserve-ticket-departure-airport input:not([value='']) + button:hover ~ a,
.be-domestic-reserve-ticket-departure-airport input:not([value='']) + button ~ a:focus,
.be-domestic-reserve-ticket-departure-airport input:not([value='']) + button:focus ~ a,
.be-domestic-reserve-ticket-arrival-airport input:not([value='']) + button ~ a:hover,
.be-domestic-reserve-ticket-arrival-airport input:not([value='']) + button:hover ~ a,
.be-domestic-reserve-ticket-arrival-airport input:not([value='']) + button ~ a:focus,
.be-domestic-reserve-ticket-arrival-airport input:not([value='']) + button:focus ~ a,
.be-domestic-reserve-ticket-departure-date input:not([value='']) + button ~ a:hover,
.be-domestic-reserve-ticket-departure-date input:not([value='']) + button:hover ~ a,
.be-domestic-reserve-ticket-departure-date input:not([value='']) + button ~ a:focus,
.be-domestic-reserve-ticket-departure-date input:not([value='']) + button:focus ~ a,
.be-domestic-reserve-ticket-arrival-date input:not([value='']) + button ~ a:hover,
.be-domestic-reserve-ticket-arrival-date input:not([value='']) + button:hover ~ a,
.be-domestic-reserve-ticket-arrival-date input:not([value='']) + button ~ a:focus,
.be-domestic-reserve-ticket-arrival-date input:not([value='']) + button:focus ~ a,
.be-domestic-reserve-ticket-indirect-departure-airport input:not([value='']) + button ~ a:hover,
.be-domestic-reserve-ticket-indirect-departure-airport input:not([value='']) + button:hover ~ a,
.be-domestic-reserve-ticket-indirect-departure-airport input:not([value='']) + button ~ a:focus,
.be-domestic-reserve-ticket-indirect-departure-airport input:not([value='']) + button:focus ~ a,
.be-domestic-reserve-ticket-indirect-arrival-airport input:not([value='']) + button ~ a:hover,
.be-domestic-reserve-ticket-indirect-arrival-airport input:not([value='']) + button:hover ~ a,
.be-domestic-reserve-ticket-indirect-arrival-airport input:not([value='']) + button ~ a:focus,
.be-domestic-reserve-ticket-indirect-arrival-airport input:not([value='']) + button:focus ~ a,
.be-domestic-search-calendar-departure-airport input:not([value='']) + button ~ a:hover,
.be-domestic-search-calendar-departure-airport input:not([value='']) + button:hover ~ a,
.be-domestic-search-calendar-departure-airport input:not([value='']) + button ~ a:focus,
.be-domestic-search-calendar-departure-airport input:not([value='']) + button:focus ~ a,
.be-domestic-search-calendar-arrival-airport input:not([value='']) + button ~ a:hover,
.be-domestic-search-calendar-arrival-airport input:not([value='']) + button:hover ~ a,
.be-domestic-search-calendar-arrival-airport input:not([value='']) + button ~ a:focus,
.be-domestic-search-calendar-arrival-airport input:not([value='']) + button:focus ~ a,
.be-domestic-search-theme-departure-airport input:not([value='']) + button ~ a:hover,
.be-domestic-search-theme-departure-airport input:not([value='']) + button:hover ~ a,
.be-domestic-search-theme-departure-airport input:not([value='']) + button ~ a:focus,
.be-domestic-search-theme-departure-airport input:not([value='']) + button:focus ~ a,
.be-domestic-search-theme-arrival-airport input:not([value='']) + button ~ a:hover,
.be-domestic-search-theme-arrival-airport input:not([value='']) + button:hover ~ a,
.be-domestic-search-theme-arrival-airport input:not([value='']) + button ~ a:focus,
.be-domestic-search-theme-arrival-airport input:not([value='']) + button:focus ~ a,
.be-domestic-search-theme-departure-date input:not([value='']) + button ~ a:hover,
.be-domestic-search-theme-departure-date input:not([value='']) + button:hover ~ a,
.be-domestic-search-theme-departure-date input:not([value='']) + button ~ a:focus,
.be-domestic-search-theme-departure-date input:not([value='']) + button:focus ~ a,
.be-domestic-search-theme-arrival-date input:not([value='']) + button ~ a:hover,
.be-domestic-search-theme-arrival-date input:not([value='']) + button:hover ~ a,
.be-domestic-search-theme-arrival-date input:not([value='']) + button ~ a:focus,
.be-domestic-search-theme-arrival-date input:not([value='']) + button:focus ~ a,
.be-domestic-search-destination-departure-airport input:not([value='']) + button ~ a:hover,
.be-domestic-search-destination-departure-airport input:not([value='']) + button:hover ~ a,
.be-domestic-search-destination-departure-airport input:not([value='']) + button ~ a:focus,
.be-domestic-search-destination-departure-airport input:not([value='']) + button:focus ~ a,
.be-domestic-search-destination-arrival-airport input:not([value='']) + button ~ a:hover,
.be-domestic-search-destination-arrival-airport input:not([value='']) + button:hover ~ a,
.be-domestic-search-destination-arrival-airport input:not([value='']) + button ~ a:focus,
.be-domestic-search-destination-arrival-airport input:not([value='']) + button:focus ~ a,
.be-domestic-search-destination-departure-date input:not([value='']) + button ~ a:hover,
.be-domestic-search-destination-departure-date input:not([value='']) + button:hover ~ a,
.be-domestic-search-destination-departure-date input:not([value='']) + button ~ a:focus,
.be-domestic-search-destination-departure-date input:not([value='']) + button:focus ~ a,
.be-domestic-search-destination-arrival-date input:not([value='']) + button ~ a:hover,
.be-domestic-search-destination-arrival-date input:not([value='']) + button:hover ~ a,
.be-domestic-search-destination-arrival-date input:not([value='']) + button ~ a:focus,
.be-domestic-search-destination-arrival-date input:not([value='']) + button:hover ~ a,
.be-overseas-reserve-ticket-departure-airport input:not([value='']) + button ~ a:hover,
.be-overseas-reserve-ticket-departure-airport input:not([value='']) + button:hover ~ a,
.be-overseas-reserve-ticket-departure-airport input:not([value='']) + button ~ a:focus,
.be-overseas-reserve-ticket-departure-airport input:not([value='']) + button:focus ~ a,
.be-overseas-reserve-ticket-arrival-airport input:not([value='']) + button ~ a:hover,
.be-overseas-reserve-ticket-arrival-airport input:not([value='']) + button:hover ~ a,
.be-overseas-reserve-ticket-arrival-airport input:not([value='']) + button ~ a:focus,
.be-overseas-reserve-ticket-arrival-airport input:not([value='']) + button:focus ~ a,
.be-overseas-reserve-ticket-departure-date input:not([value='']) + button ~ a:hover,
.be-overseas-reserve-ticket-departure-date input:not([value='']) + button:hover ~ a,
.be-overseas-reserve-ticket-departure-date input:not([value='']) + button ~ a:focus,
.be-overseas-reserve-ticket-departure-date input:not([value='']) + button:focus ~ a,
.be-overseas-reserve-ticket-arrival-date input:not([value='']) + button ~ a:hover,
.be-overseas-reserve-ticket-arrival-date input:not([value='']) + button:hover ~ a,
.be-overseas-reserve-ticket-arrival-date input:not([value='']) + button ~ a:focus,
.be-overseas-reserve-ticket-arrival-date input:not([value='']) + button:focus ~ a,
.be-overseas-reserve-ticket-indirect-departure-airport input:not([value='']) + button ~ a:hover,
.be-overseas-reserve-ticket-indirect-departure-airport input:not([value='']) + button:hover ~ a,
.be-overseas-reserve-ticket-indirect-departure-airport input:not([value='']) + button ~ a:focus,
.be-overseas-reserve-ticket-indirect-departure-airport input:not([value='']) + button:focus ~ a,
.be-overseas-reserve-ticket-indirect-arrival-airport input:not([value='']) + button ~ a:hover,
.be-overseas-reserve-ticket-indirect-arrival-airport input:not([value='']) + button:hover ~ a,
.be-overseas-reserve-ticket-indirect-arrival-airport input:not([value='']) + button ~ a:focus,
.be-overseas-reserve-ticket-indirect-arrival-airport input:not([value='']) + button:focus ~ a,
.be-overseas-search-calendar-departure-airport input:not([value='']) + button ~ a:hover,
.be-overseas-search-calendar-departure-airport input:not([value='']) + button:hover ~ a,
.be-overseas-search-calendar-departure-airport input:not([value='']) + button ~ a:focus,
.be-overseas-search-calendar-departure-airport input:not([value='']) + button:focus ~ a,
.be-overseas-search-calendar-arrival-airport input:not([value='']) + button ~ a:hover,
.be-overseas-search-calendar-arrival-airport input:not([value='']) + button:hover ~ a,
.be-overseas-search-calendar-arrival-airport input:not([value='']) + button ~ a:focus,
.be-overseas-search-calendar-arrival-airport input:not([value='']) + button:focus ~ a,
.be-overseas-search-theme-departure-airport input:not([value='']) + button ~ a:hover,
.be-overseas-search-theme-departure-airport input:not([value='']) + button:hover ~ a,
.be-overseas-search-theme-departure-airport input:not([value='']) + button ~ a:focus,
.be-overseas-search-theme-departure-airport input:not([value='']) + button:focus ~ a,
.be-overseas-search-theme-arrival-airport input:not([value='']) + button ~ a:hover,
.be-overseas-search-theme-arrival-airport input:not([value='']) + button:hover ~ a,
.be-overseas-search-theme-arrival-airport input:not([value='']) + button ~ a:focus,
.be-overseas-search-theme-arrival-airport input:not([value='']) + button:focus ~ a,
.be-overseas-search-theme-departure-date input:not([value='']) + button ~ a:hover,
.be-overseas-search-theme-departure-date input:not([value='']) + button:hover ~ a,
.be-overseas-search-theme-departure-date input:not([value='']) + button ~ a:focus,
.be-overseas-search-theme-departure-date input:not([value='']) + button:focus ~ a,
.be-overseas-search-theme-arrival-date input:not([value='']) + button ~ a:hover,
.be-overseas-search-theme-arrival-date input:not([value='']) + button:hover ~ a,
.be-overseas-search-theme-arrival-date input:not([value='']) + button ~ a:focus,
.be-overseas-search-theme-arrival-date input:not([value='']) + button:focus ~ a,
.be-overseas-search-destination-departure-airport input:not([value='']) + button ~ a:hover,
.be-overseas-search-destination-departure-airport input:not([value='']) + button:hover ~ a,
.be-overseas-search-destination-departure-airport input:not([value='']) + button ~ a:focus,
.be-overseas-search-destination-departure-airport input:not([value='']) + button:focus ~ a,
.be-overseas-search-destination-arrival-airport input:not([value='']) + button ~ a:hover,
.be-overseas-search-destination-arrival-airport input:not([value='']) + button:hover ~ a,
.be-overseas-search-destination-arrival-airport input:not([value='']) + button ~ a:focus,
.be-overseas-search-destination-arrival-airport input:not([value='']) + button:focus ~ a,
.be-overseas-search-destination-departure-date input:not([value='']) + button ~ a:hover,
.be-overseas-search-destination-departure-date input:not([value='']) + button:hover ~ a,
.be-overseas-search-destination-departure-date input:not([value='']) + button ~ a:focus,
.be-overseas-search-destination-departure-date input:not([value='']) + button:focus ~ a,
.be-overseas-search-destination-arrival-date input:not([value='']) + button ~ a:hover,
.be-overseas-search-destination-arrival-date input:not([value='']) + button:hover ~ a,
.be-overseas-search-destination-arrival-date input:not([value='']) + button ~ a:focus,
.be-overseas-search-destination-arrival-date input:not([value='']) + button:focus ~ a,
.be-wws-reserve-ticket-departure-airport input:not([value='']) + button ~ a:hover,
.be-wws-reserve-ticket-departure-airport input:not([value='']) + button:hover ~ a,
.be-wws-reserve-ticket-departure-airport input:not([value='']) + button ~ a:focus,
.be-wws-reserve-ticket-departure-airport input:not([value='']) + button:focus ~ a,
.be-wws-reserve-ticket-arrival-airport input:not([value='']) + button ~ a:hover,
.be-wws-reserve-ticket-arrival-airport input:not([value='']) + button:hover ~ a,
.be-wws-reserve-ticket-arrival-airport input:not([value='']) + button ~ a:focus,
.be-wws-reserve-ticket-arrival-airport input:not([value='']) + button:focus ~ a,
.be-wws-reserve-ticket-departure-date input:not([value='']) + button ~ a:hover,
.be-wws-reserve-ticket-departure-date input:not([value='']) + button:hover ~ a,
.be-wws-reserve-ticket-departure-date input:not([value='']) + button ~ a:focus,
.be-wws-reserve-ticket-departure-date input:not([value='']) + button:focus ~ a
.be-wws-reserve-ticket-arrival-date input:not([value='']) + button ~ a:hover,
.be-wws-reserve-ticket-arrival-date input:not([value='']) + button:hover ~ a,
.be-wws-reserve-ticket-arrival-date input:not([value='']) + button ~ a:focus,
.be-wws-reserve-ticket-arrival-date input:not([value='']) + button:focus ~ a,
.be-wws-reserve-ticket-indirect-departure-airport input:not([value='']) + button ~ a:hover,
.be-wws-reserve-ticket-indirect-departure-airport input:not([value='']) + button:hover ~ a,
.be-wws-reserve-ticket-indirect-departure-airport input:not([value='']) + button ~ a:focus,
.be-wws-reserve-ticket-indirect-departure-airport input:not([value='']) + button:focus ~ a,
.be-wws-reserve-ticket-indirect-arrival-airport input:not([value='']) + button ~ a:hover,
.be-wws-reserve-ticket-indirect-arrival-airport input:not([value='']) + button:hover ~ a,
.be-wws-reserve-ticket-indirect-arrival-airport input:not([value='']) + button ~ a:focus,
.be-wws-reserve-ticket-indirect-arrival-airport input:not([value='']) + button:focus ~ a,
.be-wws-search-calendar-departure-airport input:not([value='']) + button ~ a:hover,
.be-wws-search-calendar-departure-airport input:not([value='']) + button:hover ~ a,
.be-wws-search-calendar-departure-airport input:not([value='']) + button ~ a:focus,
.be-wws-search-calendar-departure-airport input:not([value='']) + button:focus ~ a,
.be-wws-search-calendar-arrival-airport input:not([value='']) + button ~ a:hover,
.be-wws-search-calendar-arrival-airport input:not([value='']) + button:hover ~ a,
.be-wws-search-calendar-arrival-airport input:not([value='']) + button ~ a:focus,
.be-wws-search-calendar-arrival-airport input:not([value='']) + button:focus ~ a,
.be-wws-search-theme-departure-airport input:not([value='']) + button ~ a:hover,
.be-wws-search-theme-departure-airport input:not([value='']) + button:hover ~ a,
.be-wws-search-theme-departure-airport input:not([value='']) + button ~ a:focus,
.be-wws-search-theme-departure-airport input:not([value='']) + button:focus ~ a,
.be-wws-search-theme-arrival-airport input:not([value='']) + button ~ a:hover,
.be-wws-search-theme-arrival-airport input:not([value='']) + button:hover ~ a,
.be-wws-search-theme-arrival-airport input:not([value='']) + button ~ a:focus,
.be-wws-search-theme-arrival-airport input:not([value='']) + button:focus ~ a,
.be-wws-search-theme-departure-date input:not([value='']) + button ~ a:hover,
.be-wws-search-theme-departure-date input:not([value='']) + button:hover ~ a,
.be-wws-search-theme-departure-date input:not([value='']) + button ~ a:focus,
.be-wws-search-theme-departure-date input:not([value='']) + button:focus ~ a,
.be-wws-search-theme-arrival-date input:not([value='']) + button ~ a:hover,
.be-wws-search-theme-arrival-date input:not([value='']) + button:hover ~ a,
.be-wws-search-theme-arrival-date input:not([value='']) + button ~ a:focus,
.be-wws-search-theme-arrival-date input:not([value='']) + button:focus ~ a,
.be-wws-search-destination-departure-airport input:not([value='']) + button ~ a:hover,
.be-wws-search-destination-departure-airport input:not([value='']) + button:hover ~ a,
.be-wws-search-destination-departure-airport input:not([value='']) + button ~ a:focus,
.be-wws-search-destination-departure-airport input:not([value='']) + button:focus ~ a,
.be-wws-search-destination-arrival-airport input:not([value='']) + button ~ a:hover,
.be-wws-search-destination-arrival-airport input:not([value='']) + button:hover ~ a,
.be-wws-search-destination-arrival-airport input:not([value='']) + button ~ a:focus,
.be-wws-search-destination-arrival-airport input:not([value='']) + button:focus ~ a,
.be-wws-search-destination-departure-date input:not([value='']) + button ~ a:hover,
.be-wws-search-destination-departure-date input:not([value='']) + button:hover ~ a,
.be-wws-search-destination-departure-date input:not([value='']) + button ~ a:focus,
.be-wws-search-destination-departure-date input:not([value='']) + button:focus ~ a,
.be-wws-search-destination-arrival-date input:not([value='']) + button ~ a:hover,
.be-wws-search-destination-arrival-date input:not([value='']) + button:hover ~ a,
.be-wws-search-destination-arrival-date input:not([value='']) + button ~ a:focus,
.be-wws-search-destination-arrival-date input:not([value='']) + button:focus ~ a{
  display:block;
}
.be-biz-domestic-reserve-ticket-departure-airport input:not([value='']) + button ~ a:focus,
.be-biz-domestic-reserve-ticket-arrival-airport input:not([value='']) + button ~ a:focus,
.be-biz-domestic-reserve-ticket-departure-date input:not([value='']) + button ~ a:focus,
.be-biz-domestic-reserve-ticket-arrival-date input:not([value='']) + button ~ a:focus,
.be-biz-domestic-reserve-ticket-indirect-departure-airport input:not([value='']) + button ~ a:focus,
.be-biz-domestic-reserve-ticket-indirect-arrival-airport input:not([value='']) + button ~ a:focus,
.be-domestic-reserve-ticket-departure-airport input:not([value='']) + button ~ a:focus,
.be-domestic-reserve-ticket-arrival-airport input:not([value='']) + button ~ a:focus,
.be-domestic-reserve-ticket-departure-date input:not([value='']) + button ~ a:focus,
.be-domestic-reserve-ticket-arrival-date input:not([value='']) + button ~ a:focus,
.be-domestic-reserve-ticket-indirect-departure-airport input:not([value='']) + button ~ a:focus,
.be-domestic-reserve-ticket-indirect-arrival-airport input:not([value='']) + button ~ a:focus,
.be-domestic-search-calendar-departure-airport input:not([value='']) + button ~ a:focus,
.be-domestic-search-calendar-arrival-airport input:not([value='']) + button ~ a:focus,
.be-domestic-search-theme-departure-airport input:not([value='']) + button ~ a:focus,
.be-domestic-search-theme-arrival-airport input:not([value='']) + button ~ a:focus,
.be-domestic-search-theme-departure-date input:not([value='']) + button ~ a:focus,
.be-domestic-search-theme-arrival-date input:not([value='']) + button ~ a:focus,
.be-domestic-search-destination-departure-airport input:not([value='']) + button ~ a:focus,
.be-domestic-search-destination-arrival-airport input:not([value='']) + button ~ a:focus,
.be-domestic-search-destination-departure-date input:not([value='']) + button ~ a:focus,
.be-domestic-search-destination-arrival-date input:not([value='']) + button ~ a:focus,
.be-overseas-reserve-ticket-departure-airport input:not([value='']) + button ~ a:focus,
.be-overseas-reserve-ticket-arrival-airport input:not([value='']) + button ~ a:focus,
.be-overseas-reserve-ticket-departure-date input:not([value='']) + button ~ a:focus,
.be-overseas-reserve-ticket-arrival-date input:not([value='']) + button ~ a:focus,
.be-overseas-reserve-ticket-indirect-departure-airport input:not([value='']) + button ~ a:focus,
.be-overseas-reserve-ticket-indirect-arrival-airport input:not([value='']) + button ~ a:focus,
.be-overseas-search-calendar-departure-airport input:not([value='']) + button ~ a:focus,
.be-overseas-search-calendar-arrival-airport input:not([value='']) + button ~ a:focus,
.be-overseas-search-theme-departure-airport input:not([value='']) + button ~ a:focus,
.be-overseas-search-theme-arrival-airport input:not([value='']) + button ~ a:focus,
.be-overseas-search-theme-departure-date input:not([value='']) + button ~ a:focus,
.be-overseas-search-theme-arrival-date input:not([value='']) + button ~ a:focus,
.be-overseas-search-destination-departure-airport input:not([value='']) + button ~ a:focus,
.be-overseas-search-destination-arrival-airport input:not([value='']) + button ~ a:focus,
.be-overseas-search-destination-departure-date input:not([value='']) + button ~ a:focus,
.be-overseas-search-destination-arrival-date input:not([value='']) + button ~ a:focus,
.be-wws-reserve-ticket-departure-airport input:not([value='']) + button ~ a:focus,
.be-wws-reserve-ticket-arrival-airport input:not([value='']) + button ~ a:focus,
.be-wws-reserve-ticket-departure-date input:not([value='']) + button ~ a:focus,
.be-wws-reserve-ticket-arrival-date input:not([value='']) + button ~ a:focus,
.be-wws-reserve-ticket-indirect-departure-airport input:not([value='']) + button ~ a:focus,
.be-wws-reserve-ticket-indirect-arrival-airport input:not([value='']) + button ~ a:focus,
.be-wws-search-calendar-departure-airport input:not([value='']) + button ~ a:focus,
.be-wws-search-calendar-arrival-airport input:not([value='']) + button ~ a:focus,
.be-wws-search-theme-departure-airport input:not([value='']) + button ~ a:focus,
.be-wws-search-theme-arrival-airport input:not([value='']) + button ~ a:focus,
.be-wws-search-theme-departure-date input:not([value='']) + button ~ a:focus,
.be-wws-search-theme-arrival-date input:not([value='']) + button ~ a:focus,
.be-wws-search-destination-departure-airport input:not([value='']) + button ~ a:focus,
.be-wws-search-destination-arrival-airport input:not([value='']) + button ~ a:focus,
.be-wws-search-destination-departure-date input:not([value='']) + button ~ a:focus,
.be-wws-search-destination-arrival-date input:not([value='']) + button ~ a:focus{
  outline-offset: -2px !important;
  outline-style: solid !important;
  outline-width: 2px !important;
  outline-color: #bbb !important;
}
@media screen and (max-width: 767px){
  .be-biz-domestic-reserve-ticket-departure-airport:hover span,
  .be-biz-domestic-reserve-ticket-arrival-airport:hover span,
  .be-biz-domestic-reserve-ticket-indirect-departure-airport:hover span,
  .be-biz-domestic-reserve-ticket-indirect-arrival-airport:hover span,
  .be-domestic-reserve-ticket-departure-airport:hover span,
  .be-domestic-reserve-ticket-arrival-airport:hover span,
  .be-domestic-reserve-ticket-indirect-departure-airport:hover span,
  .be-domestic-reserve-ticket-indirect-arrival-airport:hover span,
  .be-domestic-search-theme-departure-airport:hover span,
  .be-domestic-search-theme-arrival-airport:hover span,
  .be-domestic-search-destination-departure-airport:hover span,
  .be-domestic-search-destination-arrival-airport:hover span,
  .be-overseas-reserve-ticket-departure-airport:hover span,
  .be-overseas-reserve-ticket-arrival-airport:hover span,
  .be-overseas-reserve-ticket-indirect-departure-airport:hover span,
  .be-overseas-reserve-ticket-indirect-arrival-airport:hover span,
  .be-overseas-search-theme-departure-airport:hover span,
  .be-overseas-search-theme-arrival-airport:hover span,
  .be-overseas-search-destination-departure-airport:hover span,
  .be-overseas-search-destination-arrival-airport:hover span,
  .be-wws-reserve-ticket-departure-airport:hover span,
  .be-wws-reserve-ticket-arrival-airport:hover span,
  .be-wws-reserve-ticket-indirect-departure-airport:hover span,
  .be-wws-reserve-ticket-indirect-arrival-airport:hover span{
    padding-right: 21px;
    text-align: left;
    display: flex;
  }
}
.be-biz-domestic-reserve-ticket-departure-airport input:not([value='']) + button ~ a:before,
.be-biz-domestic-reserve-ticket-departure-airport input:not([value='']) + button ~ a:after,
.be-biz-domestic-reserve-ticket-arrival-airport input:not([value='']) + button ~ a:before,
.be-biz-domestic-reserve-ticket-arrival-airport input:not([value='']) + button ~ a:after,
.be-biz-domestic-reserve-ticket-departure-date input:not([value='']) + button ~ a:before,
.be-biz-domestic-reserve-ticket-departure-date input:not([value='']) + button ~ a:after,
.be-biz-domestic-reserve-ticket-arrival-date input:not([value='']) + button ~ a:before,
.be-biz-domestic-reserve-ticket-arrival-date input:not([value='']) + button ~ a:after,
.be-biz-domestic-reserve-ticket-indirect-departure-airport input:not([value='']) + button ~ a:before,
.be-biz-domestic-reserve-ticket-indirect-departure-airport input:not([value='']) + button ~ a:after,
.be-biz-domestic-reserve-ticket-indirect-arrival-airport input:not([value='']) + button ~ a:before,
.be-biz-domestic-reserve-ticket-indirect-arrival-airport input:not([value='']) + button ~ a:after,
.be-domestic-reserve-ticket-departure-airport input:not([value='']) + button ~ a:before,
.be-domestic-reserve-ticket-departure-airport input:not([value='']) + button ~ a:after,
.be-domestic-reserve-ticket-arrival-airport input:not([value='']) + button ~ a:before,
.be-domestic-reserve-ticket-arrival-airport input:not([value='']) + button ~ a:after,
.be-domestic-reserve-ticket-departure-date input:not([value='']) + button ~ a:before,
.be-domestic-reserve-ticket-departure-date input:not([value='']) + button ~ a:after,
.be-domestic-reserve-ticket-arrival-date input:not([value='']) + button ~ a:before,
.be-domestic-reserve-ticket-arrival-date input:not([value='']) + button ~ a:after,
.be-domestic-reserve-ticket-indirect-departure-airport input:not([value='']) + button ~ a:before,
.be-domestic-reserve-ticket-indirect-departure-airport input:not([value='']) + button ~ a:after,
.be-domestic-reserve-ticket-indirect-arrival-airport input:not([value='']) + button ~ a:before,
.be-domestic-reserve-ticket-indirect-arrival-airport input:not([value='']) + button ~ a:after,
.be-domestic-search-calendar-departure-airport input:not([value='']) + button ~ a:before,
.be-domestic-search-calendar-departure-airport input:not([value='']) + button ~ a:after,
.be-domestic-search-calendar-arrival-airport input:not([value='']) + button ~ a:before,
.be-domestic-search-calendar-arrival-airport input:not([value='']) + button ~ a:after,
.be-domestic-search-theme-departure-airport input:not([value='']) + button ~ a:before,
.be-domestic-search-theme-departure-airport input:not([value='']) + button ~ a:after,
.be-domestic-search-theme-arrival-airport input:not([value='']) + button ~ a:before,
.be-domestic-search-theme-arrival-airport input:not([value='']) + button ~ a:after,
.be-domestic-search-theme-departure-date input:not([value='']) + button ~ a:before,
.be-domestic-search-theme-departure-date input:not([value='']) + button ~ a:after,
.be-domestic-search-theme-arrival-date input:not([value='']) + button ~ a:before,
.be-domestic-search-theme-arrival-date input:not([value='']) + button ~ a:after,
.be-domestic-search-destination-departure-airport input:not([value='']) + button ~ a:before,
.be-domestic-search-destination-departure-airport input:not([value='']) + button ~ a:after,
.be-domestic-search-destination-arrival-airport input:not([value='']) + button ~ a:before,
.be-domestic-search-destination-arrival-airport input:not([value='']) + button ~ a:after,
.be-domestic-search-destination-departure-date input:not([value='']) + button ~ a:before,
.be-domestic-search-destination-departure-date input:not([value='']) + button ~ a:after,
.be-domestic-search-destination-arrival-date input:not([value='']) + button ~ a:before,
.be-domestic-search-destination-arrival-date input:not([value='']) + button ~ a:after,
.be-overseas-reserve-ticket-departure-airport input:not([value='']) + button ~ a:before,
.be-overseas-reserve-ticket-departure-airport input:not([value='']) + button ~ a:after,
.be-overseas-reserve-ticket-arrival-airport input:not([value='']) + button ~ a:before,
.be-overseas-reserve-ticket-arrival-airport input:not([value='']) + button ~ a:after,
.be-overseas-reserve-ticket-departure-date input:not([value='']) + button ~ a:before,
.be-overseas-reserve-ticket-departure-date input:not([value='']) + button ~ a:after,
.be-overseas-reserve-ticket-arrival-date input:not([value='']) + button ~ a:before,
.be-overseas-reserve-ticket-arrival-date input:not([value='']) + button ~ a:after,
.be-overseas-reserve-ticket-indirect-departure-airport input:not([value='']) + button ~ a:before,
.be-overseas-reserve-ticket-indirect-departure-airport input:not([value='']) + button ~ a:after,
.be-overseas-reserve-ticket-indirect-arrival-airport input:not([value='']) + button ~ a:before,
.be-overseas-reserve-ticket-indirect-arrival-airport input:not([value='']) + button ~ a:after,
.be-overseas-search-calendar-departure-airport input:not([value='']) + button ~ a:before,
.be-overseas-search-calendar-departure-airport input:not([value='']) + button ~ a:after,
.be-overseas-search-calendar-arrival-airport input:not([value='']) + button ~ a:before,
.be-overseas-search-calendar-arrival-airport input:not([value='']) + button ~ a:after,
.be-overseas-search-theme-departure-airport input:not([value='']) + button ~ a:before,
.be-overseas-search-theme-departure-airport input:not([value='']) + button ~ a:after,
.be-overseas-search-theme-arrival-airport input:not([value='']) + button ~ a:before,
.be-overseas-search-theme-arrival-airport input:not([value='']) + button ~ a:after,
.be-overseas-search-theme-departure-date input:not([value='']) + button ~ a:before,
.be-overseas-search-theme-departure-date input:not([value='']) + button ~ a:after,
.be-overseas-search-theme-arrival-date input:not([value='']) + button ~ a:before,
.be-overseas-search-theme-arrival-date input:not([value='']) + button ~ a:after,
.be-overseas-search-destination-departure-airport input:not([value='']) + button ~ a:before,
.be-overseas-search-destination-departure-airport input:not([value='']) + button ~ a:after,
.be-overseas-search-destination-arrival-airport input:not([value='']) + button ~ a:before,
.be-overseas-search-destination-arrival-airport input:not([value='']) + button ~ a:after,
.be-overseas-search-destination-departure-date input:not([value='']) + button ~ a:before,
.be-overseas-search-destination-departure-date input:not([value='']) + button ~ a:after,
.be-overseas-search-destination-arrival-date input:not([value='']) + button ~ a:before,
.be-overseas-search-destination-arrival-date input:not([value='']) + button ~ a:after,
.be-wws-reserve-ticket-departure-airport input:not([value='']) + button ~ a:before,
.be-wws-reserve-ticket-departure-airport input:not([value='']) + button ~ a:after,
.be-wws-reserve-ticket-arrival-airport input:not([value='']) + button ~ a:before,
.be-wws-reserve-ticket-arrival-airport input:not([value='']) + button ~ a:after,
.be-wws-reserve-ticket-departure-date input:not([value='']) + button ~ a:before,
.be-wws-reserve-ticket-departure-date input:not([value='']) + button ~ a:after,
.be-wws-reserve-ticket-arrival-date input:not([value='']) + button ~ a:before,
.be-wws-reserve-ticket-arrival-date input:not([value='']) + button ~ a:after,
.be-wws-reserve-ticket-indirect-departure-airport input:not([value='']) + button ~ a:before,
.be-wws-reserve-ticket-indirect-departure-airport input:not([value='']) + button ~ a:after,
.be-wws-reserve-ticket-indirect-arrival-airport input:not([value='']) + button ~ a:before,
.be-wws-reserve-ticket-indirect-arrival-airport input:not([value='']) + button ~ a:after,
.be-wws-search-calendar-departure-airport input:not([value='']) + button ~ a:before,
.be-wws-search-calendar-departure-airport input:not([value='']) + button ~ a:after,
.be-wws-search-calendar-arrival-airport input:not([value='']) + button ~ a:before,
.be-wws-search-calendar-arrival-airport input:not([value='']) + button ~ a:after,
.be-wws-search-theme-departure-airport input:not([value='']) + button ~ a:before,
.be-wws-search-theme-departure-airport input:not([value='']) + button ~ a:after,
.be-wws-search-theme-arrival-airport input:not([value='']) + button ~ a:before,
.be-wws-search-theme-arrival-airport input:not([value='']) + button ~ a:after,
.be-wws-search-theme-departure-date input:not([value='']) + button ~ a:before,
.be-wws-search-theme-departure-date input:not([value='']) + button ~ a:after,
.be-wws-search-theme-arrival-date input:not([value='']) + button ~ a:before,
.be-wws-search-theme-arrival-date input:not([value='']) + button ~ a:after,
.be-wws-search-destination-departure-airport input:not([value='']) + button ~ a:before,
.be-wws-search-destination-departure-airport input:not([value='']) + button ~ a:after,
.be-wws-search-destination-arrival-airport input:not([value='']) + button ~ a:before,
.be-wws-search-destination-arrival-airport input:not([value='']) + button ~ a:after,
.be-wws-search-destination-departure-date input:not([value='']) + button ~ a:before,
.be-wws-search-destination-departure-date input:not([value='']) + button ~ a:after,
.be-wws-search-destination-arrival-date input:not([value='']) + button ~ a:before,
.be-wws-search-destination-arrival-date input:not([value='']) + button ~ a:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: calc(50% - 1px);
  width: 1px;
  height: 20px;
  background: gray;
}
.be-biz-domestic-reserve-ticket-departure-airport input:not([value='']) + button ~ a:before,
.be-biz-domestic-reserve-ticket-arrival-airport input:not([value='']) + button ~ a:before,
.be-biz-domestic-reserve-ticket-departure-date input:not([value='']) + button ~ a:before,
.be-biz-domestic-reserve-ticket-arrival-date input:not([value='']) + button ~ a:before,
.be-biz-domestic-reserve-ticket-indirect-departure-airport input:not([value='']) + button ~ a:before,
.be-biz-domestic-reserve-ticket-indirect-arrival-airport input:not([value='']) + button ~ a:before,
.be-domestic-reserve-ticket-departure-airport input:not([value='']) + button ~ a:before,
.be-domestic-reserve-ticket-arrival-airport input:not([value='']) + button ~ a:before,
.be-domestic-reserve-ticket-departure-date input:not([value='']) + button ~ a:before,
.be-domestic-reserve-ticket-arrival-date input:not([value='']) + button ~ a:before,
.be-domestic-reserve-ticket-indirect-departure-airport input:not([value='']) + button ~ a:before,
.be-domestic-reserve-ticket-indirect-arrival-airport input:not([value='']) + button ~ a:before,
.be-domestic-search-calendar-departure-airport input:not([value='']) + button ~ a:before,
.be-domestic-search-calendar-arrival-airport input:not([value='']) + button ~ a:before,
.be-domestic-search-theme-departure-airport input:not([value='']) + button ~ a:before,
.be-domestic-search-theme-arrival-airport input:not([value='']) + button ~ a:before,
.be-domestic-search-theme-departure-date input:not([value='']) + button ~ a:before,
.be-domestic-search-theme-arrival-date input:not([value='']) + button ~ a:before,
.be-domestic-search-destination-departure-airport input:not([value='']) + button ~ a:before,
.be-domestic-search-destination-arrival-airport input:not([value='']) + button ~ a:before,
.be-domestic-search-destination-departure-date input:not([value='']) + button ~ a:before,
.be-domestic-search-destination-arrival-date input:not([value='']) + button ~ a:before,
.be-overseas-reserve-ticket-departure-airport input:not([value='']) + button ~ a:before,
.be-overseas-reserve-ticket-arrival-airport input:not([value='']) + button ~ a:before,
.be-overseas-reserve-ticket-departure-date input:not([value='']) + button ~ a:before,
.be-overseas-reserve-ticket-arrival-date input:not([value='']) + button ~ a:before,
.be-overseas-reserve-ticket-indirect-departure-airport input:not([value='']) + button ~ a:before,
.be-overseas-reserve-ticket-indirect-arrival-airport input:not([value='']) + button ~ a:before,
.be-overseas-search-calendar-departure-airport input:not([value='']) + button ~ a:before,
.be-overseas-search-calendar-arrival-airport input:not([value='']) + button ~ a:before,
.be-overseas-search-theme-departure-airport input:not([value='']) + button ~ a:before,
.be-overseas-search-theme-arrival-airport input:not([value='']) + button ~ a:before,
.be-overseas-search-theme-departure-date input:not([value='']) + button ~ a:before,
.be-overseas-search-theme-arrival-date input:not([value='']) + button ~ a:before,
.be-overseas-search-destination-departure-airport input:not([value='']) + button ~ a:before,
.be-overseas-search-destination-arrival-airport input:not([value='']) + button ~ a:before,
.be-overseas-search-destination-departure-date input:not([value='']) + button ~ a:before,
.be-overseas-search-destination-arrival-date input:not([value='']) + button ~ a:before,
.be-wws-reserve-ticket-departure-airport input:not([value='']) + button ~ a:before,
.be-wws-reserve-ticket-arrival-airport input:not([value='']) + button ~ a:before,
.be-wws-reserve-ticket-departure-date input:not([value='']) + button ~ a:before,
.be-wws-reserve-ticket-arrival-date input:not([value='']) + button ~ a:before,
.be-wws-reserve-ticket-indirect-departure-airport input:not([value='']) + button ~ a:before,
.be-wws-reserve-ticket-indirect-arrival-airport input:not([value='']) + button ~ a:before,
.be-wws-search-calendar-departure-airport input:not([value='']) + button ~ a:before,
.be-wws-search-calendar-arrival-airport input:not([value='']) + button ~ a:before,
.be-wws-search-theme-departure-airport input:not([value='']) + button ~ a:before,
.be-wws-search-theme-arrival-airport input:not([value='']) + button ~ a:before,
.be-wws-search-theme-departure-date input:not([value='']) + button ~ a:before,
.be-wws-search-theme-arrival-date input:not([value='']) + button ~ a:before,
.be-wws-search-destination-departure-airport input:not([value='']) + button ~ a:before,
.be-wws-search-destination-arrival-airport input:not([value='']) + button ~ a:before,
.be-wws-search-destination-departure-date input:not([value='']) + button ~ a:before,
.be-wws-search-destination-arrival-date input:not([value='']) + button ~ a:before{
  transform: translate(-50%,-50%) rotate(45deg);
}
.be-biz-domestic-reserve-ticket-departure-airport input:not([value='']) + button ~ a:after,
.be-biz-domestic-reserve-ticket-arrival-airport input:not([value='']) + button ~ a:after,
.be-biz-domestic-reserve-ticket-departure-date input:not([value='']) + button ~ a:after,
.be-biz-domestic-reserve-ticket-arrival-date input:not([value='']) + button ~ a:after,
.be-biz-domestic-reserve-ticket-indirect-departure-airport input:not([value='']) + button ~ a:after,
.be-biz-domestic-reserve-ticket-indirect-arrival-airport input:not([value='']) + button ~ a:after,
.be-domestic-reserve-ticket-departure-airport input:not([value='']) + button ~ a:after,
.be-domestic-reserve-ticket-arrival-airport input:not([value='']) + button ~ a:after,
.be-domestic-reserve-ticket-departure-date input:not([value='']) + button ~ a:after,
.be-domestic-reserve-ticket-arrival-date input:not([value='']) + button ~ a:after,
.be-domestic-reserve-ticket-indirect-departure-airport input:not([value='']) + button ~ a:after,
.be-domestic-reserve-ticket-indirect-arrival-airport input:not([value='']) + button ~ a:after,
.be-domestic-search-calendar-departure-airport input:not([value='']) + button ~ a:after,
.be-domestic-search-calendar-arrival-airport input:not([value='']) + button ~ a:after,
.be-domestic-search-theme-departure-airport input:not([value='']) + button ~ a:after,
.be-domestic-search-theme-arrival-airport input:not([value='']) + button ~ a:after,
.be-domestic-search-theme-departure-date input:not([value='']) + button ~ a:after,
.be-domestic-search-theme-arrival-date input:not([value='']) + button ~ a:after,
.be-domestic-search-destination-departure-airport input:not([value='']) + button ~ a:after,
.be-domestic-search-destination-arrival-airport input:not([value='']) + button ~ a:after,
.be-domestic-search-destination-departure-date input:not([value='']) + button ~ a:after,
.be-domestic-search-destination-arrival-date input:not([value='']) + button ~ a:after,
.be-overseas-reserve-ticket-departure-airport input:not([value='']) + button ~ a:after,
.be-overseas-reserve-ticket-arrival-airport input:not([value='']) + button ~ a:after,
.be-overseas-reserve-ticket-departure-date input:not([value='']) + button ~ a:after,
.be-overseas-reserve-ticket-arrival-date input:not([value='']) + button ~ a:after,
.be-overseas-reserve-ticket-indirect-departure-airport input:not([value='']) + button ~ a:after,
.be-overseas-reserve-ticket-indirect-arrival-airport input:not([value='']) + button ~ a:after,
.be-overseas-search-calendar-departure-airport input:not([value='']) + button ~ a:after,
.be-overseas-search-calendar-arrival-airport input:not([value='']) + button ~ a:after,
.be-overseas-search-theme-departure-airport input:not([value='']) + button ~ a:after,
.be-overseas-search-theme-arrival-airport input:not([value='']) + button ~ a:after,
.be-overseas-search-theme-departure-date input:not([value='']) + button ~ a:after,
.be-overseas-search-theme-arrival-date input:not([value='']) + button ~ a:after,
.be-overseas-search-destination-departure-airport input:not([value='']) + button ~ a:after,
.be-overseas-search-destination-arrival-airport input:not([value='']) + button ~ a:after,
.be-overseas-search-destination-departure-date input:not([value='']) + button ~ a:after,
.be-overseas-search-destination-arrival-date input:not([value='']) + button ~ a:after,
.be-wws-reserve-ticket-departure-airport input:not([value='']) + button ~ a:after,
.be-wws-reserve-ticket-arrival-airport input:not([value='']) + button ~ a:after,
.be-wws-reserve-ticket-departure-date input:not([value='']) + button ~ a:after,
.be-wws-reserve-ticket-arrival-date input:not([value='']) + button ~ a:after,
.be-wws-reserve-ticket-indirect-departure-airport input:not([value='']) + button ~ a:after,
.be-wws-reserve-ticket-indirect-arrival-airport input:not([value='']) + button ~ a:after,
.be-wws-search-calendar-departure-airport input:not([value='']) + button ~ a:after,
.be-wws-search-calendar-arrival-airport input:not([value='']) + button ~ a:after,
.be-wws-search-theme-departure-airport input:not([value='']) + button ~ a:after,
.be-wws-search-theme-arrival-airport input:not([value='']) + button ~ a:after,
.be-wws-search-theme-departure-date input:not([value='']) + button ~ a:after,
.be-wws-search-theme-arrival-date input:not([value='']) + button ~ a:after,
.be-wws-search-destination-departure-airport input:not([value='']) + button ~ a:after,
.be-wws-search-destination-arrival-airport input:not([value='']) + button ~ a:after,
.be-wws-search-destination-departure-date input:not([value='']) + button ~ a:after,
.be-wws-search-destination-arrival-date input:not([value='']) + button ~ a:after{
  transform: translate(-50%,-50%) rotate(-45deg);
}
.be-biz-domestic-reserve-ticket-departure-airport__clear-button,
.be-biz-domestic-reserve-ticket-arrival-airport__clear-button,
.be-biz-domestic-reserve-ticket-departure-date__clear-button,
.be-biz-domestic-reserve-ticket-arrival-date__clear-button,
.be-biz-domestic-reserve-ticket-indirect-departure-airport__clear-button,
.be-biz-domestic-reserve-ticket-indirect-arrival-airport__clear-button,
.be-domestic-reserve-ticket-departure-airport__clear-button,
.be-domestic-reserve-ticket-arrival-airport__clear-button,
.be-domestic-reserve-ticket-departure-date__clear-button,
.be-domestic-reserve-ticket-arrival-date__clear-button,
.be-domestic-reserve-ticket-indirect-departure-airport__clear-button,
.be-domestic-reserve-ticket-indirect-arrival-airport__clear-button,
.be-domestic-search-calendar-departure-airport__clear-button,
.be-domestic-search-calendar-arrival-airport__clear-button,
.be-domestic-search-theme-departure-airport__clear-button,
.be-domestic-search-theme-arrival-airport__clear-button,
.be-domestic-search-theme-departure-date__clear-button,
.be-domestic-search-theme-arrival-date__clear-button,
.be-domestic-search-destination-departure-airport__clear-button,
.be-domestic-search-destination-arrival-airport__clear-button,
.be-domestic-search-destination-departure-date__clear-button,
.be-domestic-search-destination-arrival-date__clear-button,
.be-overseas-reserve-ticket-departure-airport__clear-button,
.be-overseas-reserve-ticket-arrival-airport__clear-button,
.be-overseas-reserve-ticket-departure-date__clear-button,
.be-overseas-reserve-ticket-arrival-date__clear-button,
.be-overseas-reserve-ticket-indirect-departure-airport__clear-button,
.be-overseas-reserve-ticket-indirect-arrival-airport__clear-button,
.be-overseas-search-calendar-departure-airport__clear-button,
.be-overseas-search-calendar-arrival-airport__clear-button,
.be-overseas-search-theme-departure-airport__clear-button,
.be-overseas-search-theme-arrival-airport__clear-button,
.be-overseas-search-theme-departure-date__clear-button,
.be-overseas-search-theme-arrival-date__clear-button,
.be-overseas-search-destination-departure-airport__clear-button,
.be-overseas-search-destination-arrival-airport__clear-button,
.be-overseas-search-destination-departure-date__clear-button,
.be-overseas-search-destination-arrival-date__clear-button,
.be-wws-reserve-ticket-departure-airport__clear-button,
.be-wws-reserve-ticket-arrival-airport__clear-button,
.be-wws-reserve-ticket-departure-date__clear-button,
.be-wws-reserve-ticket-arrival-date__clear-button,
.be-wws-reserve-ticket-indirect-departure-airport__clear-button,
.be-wws-reserve-ticket-indirect-arrival-airport__clear-button,
.be-wws-search-calendar-departure-airport__clear-button,
.be-wws-search-calendar-arrival-airport__clear-button,
.be-wws-search-theme-departure-airport__clear-button,
.be-wws-search-theme-arrival-airport__clear-button,
.be-wws-search-theme-departure-date__clear-button,
.be-wws-search-theme-arrival-date__clear-button,
.be-wws-search-destination-departure-airport__clear-button,
.be-wws-search-destination-arrival-airport__clear-button,
.be-wws-search-destination-departure-date__clear-button,
.be-wws-search-destination-arrival-date__clear-button{
  font-size:0;
  color: transparent;
  display: block;
}
.be-forms__FY25--collapse .be-domestic-reserve-ticket__column--comparison-search-type,
.be-forms__FY25--collapse .be-biz-domestic-reserve-ticket__column--comparison-search-type{
  height:auto;
}
.be-forms__FY25--collapse .be-domestic-reserve-ticket__column--comparison-search-type span{
  display:none;
}
li.be-secondary-tab__item,
li.be-wws-primary-tab__item,
li.be-biz-secondary-tab__item{
  display: flex;
  align-items: center;
}
li.be-tertiary-tab__item,
li.be-wws-secondary-tab__item,
li.be-biz-tertiary-tab__item{
  line-height: 1.1;
  margin-bottom:0;
}
.be-domestic-reserve-ticket__multiple-cities,
.be-biz-domestic-reserve-ticket__multiple-cities{
  display: block;
  margin-top: 11px;
  font-weight: 600 !important;
  margin-top: 0;
  margin-bottom: 20px;
}
.be-domestic-reserve-ticket__multiple-cities span{
  display: inline-block;
}
.be-domestic-reserve-ticket__multiple-cities span:after,
.be-biz-domestic-reserve-ticket__multiple-cities:after{
  content: "";
  font-family: "asw-icon";
  text-decoration: none;
}
.be-list__item[data-value*="all"]:first-child{
  min-height: 6rem;
}
.be-list__item[data-value*="all"]:first-child .be-list__label + .be-list__label {
  display: none;
}
.be-domestic-reserve-ticket-large .be-domestic-reserve-ticket__column--submit,
.be-overseas-reserve-ticket-large .be-overseas-reserve-ticket__column--submit,
.be-wws-reserve-ticket-large .be-wws-reserve-ticket__column--submit,
.be-biz-domestic-reserve-ticket-large .be-biz-domestic-reserve-ticket__column--submit{
  margin-top: 0;
  width:100%
}
.be-domestic-reserve-ticket__row[style*="none"] + * + .be-domestic-reserve-ticket__row .be-domestic-reserve-ticket__column--submit,
.be-overseas-reserve-ticket__row[style*="none"] + * + .be-overseas-reserve-ticket__row .be-oversea-reserve-ticket__column--submit,
.be-wws-reserve-ticket__row[style*="none"] + * + .be-wws-reserve-ticket__row .be-wws-reserve-ticket__column--submit,
.be-biz-domestic-reserve-ticket__row[style*="none"] + * + .be-biz-domestic-reserve-ticket__row .be-biz-domestic-reserve-ticket__column--submit{
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .be-domestic-reserve-ticket__row[style*="none"] + * + .be-domestic-reserve-ticket__row .be-domestic-reserve-ticket__column--submit,
  .be-overseas-reserve-ticket__row[style*="none"] + * + .be-overseas-reserve-ticket__row .be-overseas-reserve-ticket__column--submit,
  .be-wws-reserve-ticket__row[style*="none"] + * + .be-wws-reserve-ticket__row .be-wws-reserve-ticket__column--submit,
  .be-biz-domestic-reserve-ticket__row[style*="none"] + * + .be-biz-domestic-reserve-ticket__row .be-biz-domestic-reserve-ticket__column--submit{
    padding-bottom: 12px;
  }
}
.be-dialog__header-reset-button{
  background: none;
  border: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: initial;
  cursor: pointer;
  align-items: center;
  position: absolute;
  left: 20px;
  top: 10px;
  bottom: 0;
  margin: auto;
  color: rgb(0, 0, 0);
}
@media screen and (max-width: 767px){
  .be-dialog__header-reset-button{
    left: 10px;
  }
  .be-calendar__button--prev,
  .be-calendar__button--next {
    display:none;
  }
}
.be-dialog__header-reset-button img{
  width: 14px;
  height: 14px;
}
.be-domestic-reserve-ticket-modal,
.be-biz-domestic-reserve-ticket-modal,
.be-wws-reserve-ticket-modal{
  z-index: 99999999999 !important;
  position : absolute;
  box-sizing: border-box;
  display: inline-block;
  display: none;
  z-index: 20;
  width: 70%;
  max-width: 600px;
  padding: 30px 30px 15px;
  border-radius: 2px;
  height: fit-content;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle;
  position: fixed;
  inset: 0;
  margin: auto;
}
.be-domestic-reserve-ticket-modal-mask,
.be-biz-domestic-reserve-ticket-modal-mask,
.be-wws-reserve-ticket-modal-mask{
  z-index: 9999999999;
  background-color: #000;
  left: 0;
  opacity: 0.5;
  position: fixed;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
}
.be-ui-describe-hidden{
  font-size: 0;
  height: 0;
  color:transparent;
  display: block;
}
.be-wws-primary-tab__item:focus {
  /*border: 2px solid #B2B2B2;
  border-radius: 19px;
  padding: 0 19px;*/
}
.be-domestic-reserve-ticket__note a[target="_blank"]::after,
.be-biz-domestic-reserve-ticket__note a[target="_blank"]::after {
  content: "";
  display: inline-block;
  font-family: "asw-icon";
  margin-left: 6px;
  text-decoration: none;
}

.be-domestic-reserve-ticket-large .be-domestic-reserve-ticket__column--comparison-search-type,
.be-biz-domestic-reserve-ticket-large .be-biz-domestic-reserve-ticket__column--comparison-search-type{
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .be-domestic-reserve-ticket-large .be-domestic-reserve-ticket__multiple-cities,
  .be-biz-domestic-reserve-ticket-large .be-biz-domestic-reserve-ticket__multiple-cities{
    word-break: keep-all;
  }
  .be-domestic-reserve-ticket-large .be-domestic-reserve-ticket__column--comparison-search-type,
  .be-biz-domestic-reserve-ticket-large .be-biz-domestic-reserve-ticket__column--comparison-search-type{
    width: 100%;
    height:auto !important;
  }
}
.be-biz-secondary-tab__tablist{
  border-bottom: none;
}
.be-tertiary-tab__scroll{
  display:block;
}
@media screen and (min-width: 768px){
  .be-biz-domestic-confirm-reservation-list__content.be-biz-domestic-confirm-reservation-list__content--link{
    gap: 20px;
  }
}
.be-domestic-reserve-ticket__row--swap-airport .be-domestic-reserve-ticket__column--departure-airport,
.be-overseas-reserve-ticket__row--swap-airport .be-overseas-reserve-ticket__column--departure-airport,
.be-wws-reserve-ticket__row--swap-airport .be-wws-reserve-ticket__column--departure-airport,
.be-biz-domestic-reserve-ticket__row--swap-airport .be-biz-domestic-reserve-ticket__column--departure-airport{
  padding-right: 5px;
  padding-left: 0;
  width: calc(50% - 25px);
}
.be-domestic-reserve-ticket__row--swap-airport .be-domestic-reserve-ticket__column--arrival-airport,
.be-overseas-reserve-ticket__row--swap-airport .be-overseas-reserve-ticket__column--arrival-airport,
.be-wws-reserve-ticket__row--swap-airport .be-wws-reserve-ticket__column--arrival-airport,
.be-biz-domestic-reserve-ticket__row--swap-airport .be-biz-domestic-reserve-ticket__column--arrival-airport{
  padding-right: 0;
  padding-left: 5px;
  width: calc(50% - 25px);
}
.be-domestic-reserve-ticket__row--swap-airport .be-domestic-reserve-ticket__column--swap-airport,
.be-overseas-reserve-ticket__row--swap-airport .be-overseas-reserve-ticket__column--swap-airport,
.be-wws-reserve-ticket__row--swap-airport .be-wws-reserve-ticket__column--swap-airport,
.be-biz-domestic-reserve-ticket__row--swap-airport .be-biz-domestic-reserve-ticket__column--swap-airport{
  padding-top: 28px;
}
@media screen and (max-width: 767px){
  .be-domestic-reserve-ticket__row--swap-airport .be-domestic-reserve-ticket__column--departure-airport,
  .be-domestic-reserve-ticket__row--swap-airport .be-domestic-reserve-ticket__column--arrival-airport,
  .be-overseas-reserve-ticket__row--swap-airport .be-overseas-reserve-ticket__column--departure-airport,
  .be-overseas-reserve-ticket__row--swap-airport .be-overseas-reserve-ticket__column--arrival-airport,
  .be-wws-reserve-ticket__row--swap-airport .be-wws-reserve-ticket__column--departure-airport,
  .be-wws-reserve-ticket__row--swap-airport .be-wws-reserve-ticket__column--arrival-airport,
  .be-biz-domestic-reserve-ticket__row--swap-airport .be-biz-domestic-reserve-ticket__column--departure-airport,
  .be-biz-domestic-reserve-ticket__row--swap-airport .be-biz-domestic-reserve-ticket__column--arrival-airport{
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 600px){
  .be-domestic-reserve-ticket__row--swap-airport .be-domestic-reserve-ticket__column--departure-airport,
  .be-overseas-reserve-ticket__row--swap-airport .be-overseas-reserve-ticket__column--departure-airport,
  .be-wws-reserve-ticket__row--swap-airport .be-wws-reserve-ticket__column--departure-airport,
  .be-biz-domestic-reserve-ticket__row--swap-airport .be-biz-domestic-reserve-ticket__column--departure-airport,
  .be-domestic-reserve-ticket__row--swap-airport .be-domestic-reserve-ticket__column--arrival-airport,
  .be-overseas-reserve-ticket__row--swap-airport .be-overseas-reserve-ticket__column--arrival-airport,
  .be-wws-reserve-ticket__row--swap-airport .be-wws-reserve-ticket__column--arrival-airport,
  .be-biz-domestic-reserve-ticket__row--swap-airport .be-biz-domestic-reserve-ticket__column--arrival-airport{
    width: 100%;
  }
  .be-domestic-reserve-ticket__row--swap-airport .be-domestic-reserve-ticket__column--swap-airport,
  .be-overseas-reserve-ticket__row--swap-airport .be-overseas-reserve-ticket__column--swap-airport,
  .be-wws-reserve-ticket__row--swap-airport .be-wws-reserve-ticket__column--swap-airport,
  .be-biz-domestic-reserve-ticket__row--swap-airport .be-biz-domestic-reserve-ticket__column--swap-airport{
    padding-top: 0px;
  }
}
.be-calendar-large .be-dialog__footer{
  box-shadow: none;
}
.be-dialog__footer-price-commentbox {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  font-size: calc(6em / 7);
}
.be-dialog__footer-price-commentbox:not(:first-child) {
  /* padding-bottom:0; */
}
.be-dialog__footer-price-commentbox:last-child {
  padding-bottom:15px;
}
@media screen and (max-width: 1024px) {
  .be-quaternary-tab__tablist > div:first-child .be-quaternary-tab__item[aria-selected]:first-child{
    margin-left: 15px;
  }
  .be-quaternary-tab__tablist > div:first-child .be-quaternary-tab__item[aria-selected]:last-child{
    margin-right: 15px;
  }
}
.be-secondary-tab__comment--theme{
  width:100%;
  font-size: 1.6rem;
  font-weight: 600;
  margin-top:1.6rem;
}
@media screen and (max-width: 767px){
  .be-secondary-tab__comment--theme{
    margin-top: 1.6rem;
    margin-left: 1rem;
    margin-bottom: 0px;
    margin-right: calc(1rem - 15px);
  }
}
.be-wws-reserve-ticket__form--overseas ~ * .be-wws-reserve-ticket__searchForRoundtripWithDifferentClasses{
  display:none;
}
.be-wws-reserve-ticket__form--domestic ~ * .be-wws-reserve-ticket__searchForRoundtripWithDifferentClasses{
  display:none;
}
.be-forms__FY25--collapse .be-wws-reserve-ticket__column--boarding-class-option {
    display: none;
}
.be-list__item{
  font-weight:normal;
}
.be-list__item.be-list__item--selected{
  font-weight: bold;
}
.be-domestic-reserve-ticket__modal .be-domestic-reserve-ticket__modal-text-bold,
.be-overseas-reserve-ticket__modal .be-overseas-reserve-ticket__modal-text-bold,
.be-wws-reserve-ticket__modal .be-wws-reserve-ticket__modal-text-bold,
.be-biz-domestic-reserve-ticket__modal .be-domestic-reserve-ticket__modal-text-bold{
  font-weight: bold;
  padding-top: 10px;
  line-height: normal;
}
.be-domestic-reserve-ticket__modal a,
.be-overseas-reserve-ticket__modal a,
.be-wws-reserve-ticket__modal a,
.be-biz-domestic-reserve-ticket__modal a{
  text-decoration: underline;
  display: block;
}
.be-domestic-reserve-ticket__modal a:after,
.be-overseas-reserve-ticket__modal a:after,
.be-wws-reserve-ticket__modal a:after,
.be-biz-domestic-reserve-ticket__modal a:after{
  content: "";
  display: inline-block;
  font-family: "asw-icon";
  margin-left: 6px;
  text-decoration: none;
}
.be-domestic-reserve-ticket__modal-text,
.be-overseas-reserve-ticket__modal-text,
.be-wws-reserve-ticket__modal-text,
.be-biz-domestic-reserve-ticket__modal-text{
  line-height: 2.2rem;
}

.be-domestic-reserve-ticket-modal,
.be-biz-domestic-reserve-ticket-modal,
.be-wws-reserve-ticket-modal{
  z-index: 99999999999 !important;
  position : absolute;
  box-sizing: border-box;
  display: inline-block;
  display: none;
  z-index: 20;
  width: 70%;
  max-width: 600px;
  padding: 30px 30px 15px;
  border-radius: 2px;
  height: fit-content;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle;
  position: fixed;
    inset: 0;
}
.be-domestic-reserve-ticket-modal-mask,
.be-biz-domestic-reserve-ticket-modal-mask,
.be-wws-reserve-ticket-modal-mask{
  z-index: 9999999999;
  background-color: #000;
  left: 0;
  opacity: 0.5;
  position: fixed;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
}
button.be-domestic-reserve-ticket__modal-button,
button.be-domestic-reserve-ticket-and-stay__modal-button,
button.be-biz-domestic-reserve-ticket__modal-button,
button.be-wws-reserve-ticket__modal-button{
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
  justify-content: center;
  padding: 0 50px;
  margin: 20px auto 0;
  width: auto;
}
@media screen and (max-width: 767px) {
  .booking-modal__window--fullWindow .be-primary-tab__panel {
    height: calc(100% - 50px);
  }
}
.be-domestic-reserve-ticket__modal a:focus,
.be-overseas-reserve-ticket__modal a:focus,
.be-wws-reserve-ticket__modal a:focus {
    outline: 0 !important;
}
.be-calendar:not(.be-calendar--small) .be-calendar-month__cell .be-calendar-month__cell-button:focus{
  outline-offset: -2px !important;
  outline-style: solid !important;
  outline-width: 1px !important;
  outline-color: #000000 !important;
}
.be-calendar:not(.be-calendar--small) .be-calendar-month__cell .be-calendar-month__cell-button:focus-visible{
  outline: auto !important;
}
.be-calendar-month__cell--interval button{
  position: relative;
}
.be-calendar-month__cell--interval:not(.be-calendar-month__cell--start.be-calendar-month__cell--end) button:after,
.be-calendar-month__cell--interval:not(.be-calendar-month__cell--start.be-calendar-month__cell--end) button:before {
  content: '';
  position: absolute;
  background: #333;
  height: 1px;
}
.be-calendar-month__cell--interval:not(.be-calendar-month__cell--start):not(.be-calendar-month__cell--end) button:before {
  width: 100%;
  left: 0;
  bottom: 0;
}

.be-calendar-month__cell--interval:not(.be-calendar-month__cell--start):not(.be-calendar-month__cell--end) button:after {
  width: 100%;
  left: 0;
  top: 0;
}

.be-calendar-month__cell--interval.be-calendar-month__cell--start button::before {
  width: 50%;
  right: 0;
  top: 0;
}

.be-calendar-month__cell--start.be-calendar-month__cell--interval button::after {
  width: 50%;
  right: 0;
  bottom: 0;
}

.be-calendar-month__cell--end.be-calendar-month__cell--interval button::before {
  width: 50%;
  left: 0;
  top: 0;
}

.be-calendar-month__cell--end.be-calendar-month__cell--interval button::after {
  width: 50%;
  left: 0;
  bottom: 0;
}
.be-domestic-reserve-ticket__modal [class*='reserve-'] a[href]:not([tabindex='-1']):focus-visible,
.be-overseas-reserve-ticket__modal [class*='reserve-'] a[href]:not([tabindex='-1']):focus-visible,
.be-wws-reserve-ticket__modal [class*='reserve-'] a[href]:not([tabindex='-1']):focus-visible {
   outline-offset: -2px !important;
   outline-style: solid !important;
   outline-width: 2px !important;
   outline-color: #000000 !important;
}
.be-domestic-reserve-ticket__column--message,
.be-domestic-checkin-reservation-number__column--message,
.be-overseas-checkin-reservation-number__column--message,
.be-biz-domestic-checkin-reservation-number__column--message{
  color: #D91829;
}
.be-domestic-reserve-ticket__column--message li,
.be-domestic-checkin-reservation-number__column--message li,
.be-overseas-checkin-reservation-number__column--message div,
.be-biz-domestic-checkin-reservation-number__column--message li{
  margin-top: 8px;
}
.be-domestic-reserve-ticket__column--message li::before,
.be-domestic-checkin-reservation-number__column--message li::before,
.be-overseas-checkin-reservation-number__column--message div::before,
.be-biz-domestic-checkin-reservation-number__column--message li::before{
  content: '*';
}
.be-domestic-reserve-ticket-searchmode--invalid .be-domestic-reserve-ticket-search-mode__button,
.be-domestic-reserve-ticket-departure-from-direct-flight-date--invalid .be-domestic-reserve-ticket-departure-date__button,
.be-domestic-reserve-ticket-departure-from-direct-flight-date--empty.be-domestic-reserve-ticket-departure-from-direct-flight-date--invalid .be-domestic-reserve-ticket-departure-date__button,
.be-domestic-reserve-ticket-indirect-departure-airport--invalid .be-domestic-reserve-ticket-indirect-departure-airport__button,
.be-domestic-reserve-ticket-indirect-departure-airport--empty.be-domestic-reserve-ticket-indirect-departure-airport--invalid .be-domestic-reserve-ticket-indirect-departure-airport__button,
.be-domestic-reserve-ticket-passenger--invalid .be-domestic-reserve-ticket-passenger__button{
  border-color: #D91829;
  color: #D91829;
}
.be-domestic-checkin-membership-number-membership-number--invalid,
.be-overseas-checkin-membership-number-membership-number--invalid,
.be-biz-domestic-checkin-membership-number-membership-number--invalid{
  border-color: #D91829;
  z-index: 1;
}
.be-domestic-checkin-membership-number-membership-number--invalid .be-domestic-checkin-membership-number-membership-number__label,
.be-overseas-checkin-membership-number-membership-number--invalid .be-overseas-checkin-membership-number-membership-number__label,
.be-biz-domestic-checkin-membership-number-membership-number--invalid .be-biz-domestic-checkin-membership-number-membership-number__label{
  color: #D91829;
}
.be-domestic-checkin-membership-number-membership-number--invalid .be-domestic-checkin-membership-number-membership-number__input,
.be-overseas-checkin-membership-number-membership-number--invalid .be-overseas-checkin-membership-number-membership-number__input,
.be-biz-domestic-checkin-membership-number-membership-number--invalid .be-biz-domestic-checkin-membership-number-membership-number__input{
  color: #D91829;
}