@charset "UTF-8";
.c-button:focus-visible {
  border: 1px solid #99c4fd;
  color: #140d77;
  background-color: #f0f7ff;
  outline: 1px solid #3064d5;
  outline-offset: 2px;
}

@keyframes gradationAnimation {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0%;
  }
}
/* p-mv
-------------------------*/
.p-mv {
  display: block;
  width: 100%;
  position: relative;
}
.p-mv__picture {
  display: block;
  width: 100%;
}
@media print, screen and (min-width: 741px) {
  .p-mv__picture {
    height: 600px;
  }
}
@media screen and (max-width : 740.98px) {
  .p-mv__picture {
    height: 300px;
  }
}
.p-mv__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 741px) {
  .p-mv__contents {
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 1104px;
    width: 100%;
    padding: 40px 0px;
  }
}
@media screen and (max-width : 740.98px) {
  .p-mv__contents {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
.p-mv__catchphrase {
  width: 100%;
  font-weight: bold;
  line-height: 1.3;
  color: #ffffff;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
  z-index: 1;
  overflow-wrap: anywhere;
  text-align: center;
}
@media print, screen and (min-width: 741px) {
  .p-mv__catchphrase {
    font-size: 2.5rem;
    width: fit-content;
    padding-left: 16px;
  }
}
@media (min-width: 741px) and (max-width: 1103px) {
  .p-mv__catchphrase {
    font-size: max(3.62vw, 24px);
  }
}
@media screen and (max-width : 740.98px) {
  .p-mv__catchphrase {
    font-size: 1.5rem;
    padding: 0 20px;
    position: absolute;
    top: 150px;
    left: 0;
    transform: translateY(-50%);
  }
}

@media print, screen and (min-width: 741px) {
  .search-box {
    z-index: 2;
    display: flex !important;
    flex-shrink: 0;
    height: 472px;
    line-height: 1.5;
  }
}
@media screen and (max-width : 740.98px) {
  .search-box {
    width: 100%;
    line-height: 1.5;
    padding: 8px 0 0 0;
    display: block !important;
  }
}

/* global-nav
-------------------------*/
.p-global-nav {
  width: 100%;
  margin-inline: auto;
  overflow-x: auto;
  z-index: 1;
}
@media print, screen and (min-width: 741px) {
  .p-global-nav {
    max-width: 134px;
  }
}
@media screen and (max-width : 740.98px) {
  .p-global-nav {
    margin-top: -14px;
    position: relative;
    z-index: 200;
  }
}
.p-global-nav__inner {
  display: flex;
  width: fit-content;
}
@media print, screen and (min-width: 741px) {
  .p-global-nav__inner {
    flex-direction: column;
    align-items: flex-end;
  }
}
@media screen and (max-width : 740.98px) {
  .p-global-nav__inner {
    flex-direction: row;
    align-items: end;
  }
}
.p-global-nav__link {
  display: flex;
  align-items: center;
  color: #2c2a29;
  font-size: 0.8rem;
  letter-spacing: -0.02em;
  line-height: 1.3;
  background-color: #ffffff;
}
@media print, screen and (min-width: 741px) {
  .p-global-nav__link {
    flex-direction: row;
    column-gap: 2px;
    padding: 11px 4px 12px 8px;
    max-width: 124px;
    width: 100%;
    border-bottom: #c0c5cc 1px solid;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.05) 100%), #ffffff;
  }
}
@media screen and (max-width : 740.98px) {
  .p-global-nav__link {
    flex-direction: column;
    justify-content: center;
    height: fit-content;
    padding: 7px 11px;
    white-space: nowrap;
    border-right: #c0c5cc 1px solid;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.05) 100%), #ffffff;
    font-size: 12px;
  }
}
.p-global-nav__link::before {
  content: "";
  display: block;
  line-height: 1.3;
  background-color: #acb5bf;
  aspect-ratio: 1/1;
  width: 16px;
  height: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media (hover: hover) {
  .p-global-nav__link:not(.is-disabled-hover):hover {
    color: #140d77;
    background-color: #f0f7ff;
  }
  .p-global-nav__link:not(.is-disabled-hover):hover::before {
    background-color: #140d77;
  }
}
.p-global-nav__link.is-current {
  font-weight: bold;
  color: #3064d5;
  background: #ffffff;
  pointer-events: none;
}
@media print, screen and (min-width: 741px) {
  .p-global-nav__link.is-current {
    padding: 20px 4px 20px 8px;
    max-width: 134px;
    width: 100%;
    border-radius: 8px 0px 0px 8px;
  }
}
@media screen and (max-width : 740.98px) {
  .p-global-nav__link.is-current {
    padding: 10px 12px;
    border-radius: 8px 8px 0px 0px;
    border-right: none;
  }
}
.p-global-nav__link.is-current::before {
  background-color: #3064d5;
}
@media print, screen and (min-width: 741px) {
  .p-global-nav__link:first-of-type {
    border-top-left-radius: 8px;
    border-bottom: none;
    align-items: flex-start;
    width: 134px;
  }
}
@media screen and (max-width : 740.98px) {
  .p-global-nav__link:first-of-type {
    align-items: center;
  }
}
@media print, screen and (min-width: 741px) {
  .p-global-nav__inner > .p-global-nav__link:nth-child(2) {
    border-top: #c0c5cc 1px solid;
    padding: 11px 4px 11px 8px;
  }
}
@media screen and (max-width : 740.98px) {
  .p-global-nav__inner > .p-global-nav__link:nth-child(2) {
    border-left: #c0c5cc 1px solid;
  }
}
.p-global-nav__link:last-of-type {
  color: #0063b0;
}
.p-global-nav__link:last-of-type::before {
  background-color: #0063b0;
}
@media print, screen and (min-width: 741px) {
  .p-global-nav__link:last-of-type {
    border-radius: 0px 0px 0px 8px;
    border-bottom: none;
    align-items: flex-start;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.05) 100%), #eaf6ff;
  }
}
@media screen and (max-width : 740.98px) {
  .p-global-nav__link:last-of-type {
    border-radius: 0px 8px 0px 0px;
    border-right: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.05) 100%), #eaf6ff;
  }
}
.p-global-nav__link--dom-imp::before {
  -webkit-mask-image: url(/searchMod/domestic/images/index/icon_attendant.svg);
  mask-image: url(/searchMod/domestic/images/index/icon_attendant.svg);
}
.p-global-nav__link--bus-tour::before {
  -webkit-mask-image: url(/searchMod/domestic/images/index/icon_directions_bus.svg);
  mask-image: url(/searchMod/domestic/images/index/icon_directions_bus.svg);
}
.p-global-nav__link--dom-tour::before {
  -webkit-mask-image: url(/searchMod/domestic/images/index/icon_trip.svg);
  mask-image: url(/searchMod/domestic/images/index/icon_trip.svg);
}
.p-global-nav__link--train-tour::before {
  -webkit-mask-image: url(/searchMod/domestic/images/index/icon_train.svg);
  mask-image: url(/searchMod/domestic/images/index/icon_train.svg);
}
.p-global-nav__link--flight-hotel::before {
  -webkit-mask-image: url(/searchMod/domestic/images/index/icon_pack.svg);
  mask-image: url(/searchMod/domestic/images/index/icon_pack.svg);
}
.p-global-nav__link--hotel::before {
  -webkit-mask-image: url(/searchMod/domestic/images/index/icon_hotel.svg);
  mask-image: url(/searchMod/domestic/images/index/icon_hotel.svg);
}
.p-global-nav__link--train-hotel::before {
  -webkit-mask-image: url(/searchMod/domestic/images/index/icon_train_hotel.svg);
  mask-image: url(/searchMod/domestic/images/index/icon_train_hotel.svg);
}
.p-global-nav__link--flight::before {
  -webkit-mask-image: url(/searchMod/domestic/images/index/icon_travel.svg);
  mask-image: url(/searchMod/domestic/images/index/icon_travel.svg);
}
.p-global-nav__link--shinkansen::before {
  -webkit-mask-image: url(/searchMod/domestic/images/index/icon_bullet_train.svg);
  mask-image: url(/searchMod/domestic/images/index/icon_bullet_train.svg);
}
.p-global-nav__link--bus::before {
  -webkit-mask-image: url(/searchMod/domestic/images/index/icon_directions_bus2.svg);
  mask-image: url(/searchMod/domestic/images/index/icon_directions_bus2.svg);
}
.p-global-nav__link--activity::before {
  -webkit-mask-image: url(/searchMod/domestic/images/index/icon_activities.svg);
  mask-image: url(/searchMod/domestic/images/index/icon_activities.svg);
}
.p-global-nav__link--rental-car::before {
  -webkit-mask-image: url(/searchMod/domestic/images/index/icon_directions_car.svg);
  mask-image: url(/searchMod/domestic/images/index/icon_directions_car.svg);
}
.p-global-nav__link--glamping::before {
  -webkit-mask-image: url(/searchMod/domestic/images/index/icon_camping.svg);
  mask-image: url(/searchMod/domestic/images/index/icon_camping.svg);
}
.p-global-nav__link--cruise::before {
  -webkit-mask-image: url(/searchMod/domestic/images/index/icon_directions_boat.svg);
  mask-image: url(/searchMod/domestic/images/index/icon_directions_boat.svg);
}
.p-global-nav__link--coupon::before {
  -webkit-mask-image: url(/searchMod/domestic/images/index/icon_local_activity.svg);
  mask-image: url(/searchMod/domestic/images/index/icon_local_activity.svg);
}
.p-global-nav__link--ovs-imp::before {
  -webkit-mask-image: url(/searchMod/domestic/images/index/icon_kaigai-imp.svg);
  mask-image: url(/searchMod/domestic/images/index/icon_kaigai-imp.svg);
}
.p-global-nav__link--ovs-tour::before {
  -webkit-mask-image: url(/searchMod/domestic/images/index/icon_public.svg);
  mask-image: url(/searchMod/domestic/images/index/icon_public.svg);
}

.c-search-options {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.c-search-place-of-departure .c-search-options__item {
  display: flex;
}
.c-search-options--horizontal {
  flex-direction: row;
  column-gap: 24px;
}

.c-form-label {
  display: flex;
  align-items: center;
  width: fit-content;
  cursor: pointer;
  position: relative;
}
.c-form-label:has(:disabled) {
  cursor: not-allowed;
  pointer-events: none;
}
.c-form-label:has(.c-input-disabled) {
  cursor: not-allowed;
  pointer-events: none;
}
@media (hover: hover) {
  .c-form-label:not(.is-disabled-hover):hover .c-input-name::before {
    background-size: 0 0, 100% 100%;
  }
  .c-form-label:not(.is-disabled-hover):hover:has(input[type=checkbox]:checked) .c-input-name::before, .c-form-label:not(.is-disabled-hover):hover:has(input[type=checkbox]:checked) .c-input-icon::before {
    opacity: 0;
  }
  .c-form-label:not(.is-disabled-hover):hover:has(input[type=checkbox]:checked) .c-input-name::after, .c-form-label:not(.is-disabled-hover):hover:has(input[type=checkbox]:checked) .c-input-icon::after {
    background-size: 0 0, 100% 100%;
  }
}
.c-form-label:has(.c-input-checkbox:focus-visible), .c-form-label:has(.c-input-radio:focus-visible) {
  outline: 2px auto #0078d7;
  outline-offset: 1px;
}

.c-input-icon {
  cursor: pointer;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.c-input-radio,
.c-input-checkbox {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  white-space: nowrap;
  position: absolute;
  overflow: hidden;
}
.c-input-radio + .c-input-name, .c-input-radio + .c-input-icon,
.c-input-checkbox + .c-input-name,
.c-input-checkbox + .c-input-icon {
  position: relative;
  display: flex;
  gap: 8px;
  min-height: 24px;
  font-size: 1rem;
}
.c-input-radio + .c-input-name::before, .c-input-radio + .c-input-icon::before,
.c-input-checkbox + .c-input-name::before,
.c-input-checkbox + .c-input-icon::before {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1;
  border: 2px solid var(--borderColor, #939dad);
  background-color: var(--backgroundColor, #ffffff);
  box-sizing: border-box;
  flex-shrink: 0;
}
.c-input-radio.c-input-required + .c-input-name::before, .c-input-radio.c-input-required + .c-input-icon::before,
.c-input-checkbox.c-input-required + .c-input-name::before,
.c-input-checkbox.c-input-required + .c-input-icon::before {
  --backgroundColor: #fdffe5;
}
.c-input-radio.c-input-error:not(:checked) + .c-input-name::before, .c-input-radio.c-input-error:not(:checked) + .c-input-icon::before,
.c-input-checkbox.c-input-error:not(:checked) + .c-input-name::before,
.c-input-checkbox.c-input-error:not(:checked) + .c-input-icon::before {
  --borderColor: rgba(214, 51, 51, 0.4);
  --backgroundColor: var(--background-color-error);
}
.c-input-radio:checked + .c-input-name::before, .c-input-radio:checked + .c-input-icon::before,
.c-input-checkbox:checked + .c-input-name::before,
.c-input-checkbox:checked + .c-input-icon::before {
  --borderColor: var(--color-secondly);
}
.c-input-radio:checked + .c-input-name::after, .c-input-radio:checked + .c-input-icon::after,
.c-input-checkbox:checked + .c-input-name::after,
.c-input-checkbox:checked + .c-input-icon::after {
  position: absolute;
  display: inline-block;
}

.c-input-radio + .c-input-name::before {
  width: 24px;
  height: 24px;
  border: none;
  background-image: url("/searchMod/domestic/images/common/icon_radio.svg"), url("/searchMod/domestic/images/common/icon_radio_hover.svg");
  background-size: contain, 0 0;
  background-repeat: no-repeat;
  background-position: center;
}
@media (hover: hover) {
  .c-input-radio + .c-input-name:not(.is-disabled-hover):hover::before {
    background-size: 0 0, contain;
  }
}
.c-input-radio:checked + .c-input-name::before {
  background-image: url("/searchMod/domestic/images/common/icon_radio_checked.svg"), url("/searchMod/domestic/images/common/icon_radio_checked.svg");
  background-size: contain, 0 0;
}
.c-input-radio:disabled:not(:checked) + .c-input-name, .c-input-radio.c-input-disabled:not(:checked) + .c-input-name {
  pointer-events: none;
}
.c-input-radio:disabled:not(:checked) + .c-input-name::before, .c-input-radio.c-input-disabled:not(:checked) + .c-input-name::before {
  background-image: url("/searchMod/domestic/images/common/icon_radio_disabled.svg"), url("/searchMod/domestic/images/common/icon_radio_disabled.svg");
  background-size: contain, 0 0;
  background-repeat: no-repeat;
  background-position: center;
}
.c-input-radio:disabled:checked + .c-input-name, .c-input-radio.c-input-disabled:checked + .c-input-name {
  pointer-events: none;
}
.c-input-radio:disabled:checked + .c-input-name::before, .c-input-radio.c-input-disabled:checked + .c-input-name::before {
  background-image: url("/searchMod/domestic/images/common/icon_radio_checked_disabled.svg"), url("/searchMod/domestic/images/common/icon_radio_checked_disabled.svg");
  background-size: contain, 0 0;
  background-repeat: no-repeat;
  background-position: center;
}

.c-input-checkbox + .c-input-name::before, .c-input-checkbox + .c-input-name::after, .c-input-checkbox + .c-input-icon::before, .c-input-checkbox + .c-input-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 24px;
  height: 24px;
  appearance: none;
  background-image: url(/searchMod/domestic/images/common/icon_checkbox.svg), url(/searchMod/domestic/images/common/icon_checkbox_hover.svg);
  background-size: 100% 100%, 0 0;
  background-repeat: no-repeat;
  border: 0;
  background-color: transparent;
}
.c-input-checkbox + .c-input-name::after, .c-input-checkbox + .c-input-icon::after {
  opacity: 0;
  background-image: url(/searchMod/domestic/images/common/icon_checkbox_checked.svg), url(/searchMod/domestic/images/common/icon_checkbox_checked-hover.svg);
  background-size: 100% 100%, 0 0;
  z-index: 1;
}
.c-input-checkbox + .c-input-name {
  padding-left: 32px;
}
.c-input-checkbox + .c-input-icon + .c-input-name {
  padding-left: 8px;
}
.c-input-checkbox:checked + .c-input-name, .c-input-checkbox:checked + .c-input-icon {
  --borderColor: transparent;
  --backgroundColor: transparent;
}
.c-input-checkbox:checked + .c-input-name::after, .c-input-checkbox:checked + .c-input-icon::after {
  opacity: 1;
}
@media (hover: hover) {
  .c-input-checkbox:checked + .c-input-name:not(.is-disabled-hover):hover::before, .c-input-checkbox:checked + .c-input-icon:not(.is-disabled-hover):hover::before {
    opacity: 0;
  }
  .c-input-checkbox:checked + .c-input-name:not(.is-disabled-hover):hover::after, .c-input-checkbox:checked + .c-input-icon:not(.is-disabled-hover):hover::after {
    background-size: 0 0, 100% 100%;
  }
}
.c-input-checkbox:disabled + .c-input-name::before, .c-input-checkbox:disabled + .c-input-icon::before {
  background-image: url(/searchMod/domestic/images/common/icon_checkbox_disabled.svg);
}
.c-form-label:has(.c-input-checkbox:disabled) {
  pointer-events: none;
}
.c-input-checkbox:disabled:checked + .c-input-name::after, .c-input-checkbox:disabled:checked + .c-input-icon::after {
  background-image: url(/searchMod/domestic/images/common/icon_checkbox_checked-disabled.svg);
}
.c-input-checkbox.is-dashed + .c-input-name::before, .c-input-checkbox.is-dashed + .c-input-icon::before {
  background-image: url(/searchMod/domestic/images/common/icon_checkbox_dash_enabled.svg);
}
.c-input-checkbox.is-dashed:hover + .c-input-name::before, .c-input-checkbox.is-dashed:hover + .c-input-icon::before {
  background-image: url(/searchMod/domestic/images/common/icon_checkbox_dash_hover.svg);
}

.c-input-text:-ms-input-placeholder {
  color: #939dad;
}
.c-input-text::-ms-input-placeholder {
  color: #939dad;
}
.c-input-text::placeholder {
  color: #939dad;
}
.c-input-text:disabled:-ms-input-placeholder {
  color: #c0c5cc;
}
.c-input-text:disabled::-ms-input-placeholder {
  color: #c0c5cc;
}
.c-input-text:disabled::placeholder {
  color: #c0c5cc;
}

.c-input-text {
  --borderColor: #939dad;
  --backgroundColor: var(--color-white);
  --sp-width: 100%;
  --pc-width: 100%;
  width: var(--sp-width);
  height: auto;
  min-height: 50px;
  padding: 10px 8px;
  color: var(--color-base);
  border: solid 1px var(--borderColor);
  border-radius: 8px;
  background-color: var(--backgroundColor);
  resize: vertical;
}
@media print, screen and (min-width: 741px) {
  .c-input-text {
    width: var(--pc-width);
  }
}
.c-input-text--short {
  width: 192px;
}
@media print, screen and (min-width: 741px) {
  .c-input-text--pc\:short {
    width: 192px;
  }
}
.c-input-text.c-input-required {
  --backgroundColor: #fdffe5;
}
.c-input-text.c-input-error {
  --borderColor: rgba(214, 51, 51, 0.4);
  --backgroundColor: var(--background-color-error);
  border-width: 2px;
}
.c-input-text:focus {
  --borderColor: transparent;
  outline: 2px solid #99c4fd;
  --backgroundColor: #f0f7ff;
}

form:has(.c-certification-input) .c-submit-button {
  --textColor: #939dad;
  --borderColor: rgba(192, 197, 204, 0.7);
  --backgroundColor: rgba(233, 236, 242, 0.7);
  cursor: not-allowed;
  pointer-events: none;
}

form:has(.c-certification-input:checked) .c-submit-button {
  --textColor: var(--color-white);
  --borderColor: var(--color-primary);
  --backgroundColor: var(--color-primary);
  cursor: pointer;
  pointer-events: visible;
}

.c-input-has-icon {
  position: relative;
}
.c-input-has-icon__icon {
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  pointer-events: none;
}
.c-input-has-icon__text {
  padding-left: 32px;
}

.c-input-box {
  border: 3px solid rgba(242, 148, 35, 0.4);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.c-input-box .c-input-name {
  font-weight: var(--font-bold);
}
.c-input-box .c-input-checkbox:disabled + .c-input-name {
  color: #697180;
}

.c-input-name-grid {
  display: grid;
}
.c-input-name-grid__sub-item {
  font-size: 0.875rem;
}

.c-input-checkbox:not(:disabled) + .c-input-name .c-input-name-grid__sub-item,
.c-input-checkbox:not(:disabled) + .c-input-icon .c-input-name-grid__sub-item {
  color: var(--color-muted);
}

/* c-package-search
-------------------------*/
@media screen and (max-width : 740.98px) {
  body:has(.c-package-search.is-open) {
    overflow: clip;
    overscroll-behavior: none;
  }
}

.c-package-search {
  background-color: #f5f7fa;
  padding-inline: 20px;
  position: relative;
}
@media print, screen and (min-width: 741px) {
  .c-package-search {
    padding-block: 16px;
  }
}
@media screen and (max-width : 740.98px) {
  .c-package-search {
    padding-block: 12px;
  }
}
@media print, screen and (min-width: 741px) {
  .c-package-search__inner {
    max-width: 1100px;
    margin-inline: auto;
  }
}
@media print, screen and (min-width: 741px) {
  .c-package-search__conditions {
    display: flex;
    align-items: center;
    column-gap: 12px;
  }
}
@media print, screen and (min-width: 741px) {
  .c-package-search__form {
    display: none;
  }
}
@media screen and (max-width : 740.98px) {
  .c-package-search__form {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: 80dvh;
    background-color: #ffffff;
    border-radius: 8px 8px 0 0;
    transition-duration: 0.3s;
    transition-property: opacity, visibility, bottom;
    position: fixed;
    left: 0;
    bottom: -100%;
    z-index: 200;
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width : 740.98px) {
  .c-package-search.is-open::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
@media print, screen and (min-width: 741px) {
  .c-package-search.is-open .c-package-search__conditions {
    display: none;
  }
}
@media print, screen and (min-width: 741px) {
  .c-package-search.is-open .c-package-search__form {
    display: block;
  }
}
@media screen and (max-width : 740.98px) {
  .c-package-search.is-open .c-package-search__form {
    bottom: 0;
    opacity: 1;
    visibility: initial;
  }
}

@media print, screen and (min-width: 741px) {
  .c-package-search-form-header {
    display: none;
  }
}
@media screen and (max-width : 740.98px) {
  .c-package-search-form-header {
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 16px;
  }
}
.c-package-search-form-header__title {
  font-weight: bold;
  text-align: center;
  font-size: 1.25rem;
}
.c-package-search-form-header__close-button {
  display: block;
  width: 24px;
  height: 24px;
  background-color: #697180;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url(/searchMod/domestic/images/common/icon_close.svg);
  mask-image: url(/searchMod/domestic/images/common/icon_close.svg);
}

@media screen and (max-width : 740.98px) {
  .c-package-search-form-main {
    flex: 1;
    padding-inline: 16px;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

@media screen and (max-width : 740.98px) {
  .c-package-search .c-package-search-form__inner {
    padding-bottom: 0;
  }
}
@media screen and (max-width : 740.98px) {
  .c-package-search .c-search-grid__row:last-of-type .c-search-grid__col:last-of-type {
    background-color: #f5f7fa;
    padding-block: 16px;
    position: sticky;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
}

/* c-package-search-form
-------------------------*/
.c-package-search-form__inner {
  background-color: #ffffff;
  margin-inline: auto;
  padding: 24px 20px 40px;
}
@media print, screen and (min-width: 741px) {
  .c-package-search-form__inner {
    max-width: 400px;
    width: 100%;
    border-radius: 0px 8px 8px 8px;
    height: 100%;
  }
}
.c-package-search-form__head {
  display: flex;
  justify-content: space-between;
  column-gap: 1em;
}
.c-package-search-form__closer-button {
  display: flex;
  align-items: center;
  column-gap: 4px;
  color: #3064d5;
}
.c-package-search-form__closer-button::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #3064d5;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url(../image/svg-icons/caret-up.svg);
  mask-image: url(../image/svg-icons/caret-up.svg);
}
.c-package-search-form__radios {
  display: flex;
  align-items: center;
  column-gap: 24px;
  font-weight: bold;
}
@media print, screen and (min-width: 741px) {
  .c-package-search-form__pc-area-opener {
    display: flex;
    align-items: center;
    column-gap: 8px;
    width: fit-content;
    font-size: 1rem;
    color: var(--text_color, #3064d5);
    position: relative;
    cursor: pointer;
  }
}
@media print and (hover: hover), screen and (min-width: 741px) and (hover: hover) {
  .c-package-search-form__pc-area-opener:not(.is-disabled-hover):hover {
    --text_color: #140d77;
  }
}
@media print, screen and (min-width: 741px) {
  .c-package-search-form__pc-area-opener::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-color: var(--text_color, #3064d5);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-image: url(../image/svg-icons/caret-up.svg);
    mask-image: url(../image/svg-icons/caret-up.svg);
    transform: rotate(deg);
  }
}
@media screen and (max-width : 740.98px) {
  .c-package-search-form__pc-area-opener {
    display: none;
  }
}
.c-package-search-form__panel {
  display: block;
  padding: 0;
  border: 0;
  margin: 0;
}
.c-package-search-form__panel:disabled {
  display: none;
}

/* c-search-grid
-------------------------*/
.c-search-grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 8px;
}
.c-search-grid__row {
  display: grid;
  grid-template-columns: var(--columns, 1fr);
  align-items: center;
  gap: 16px 8px;
  width: 100%;
}
.c-search-grid__row:last-of-type {
  margin-top: 8px;
}
.c-search-grid__row.is-hidden {
  display: none;
}
.c-search-grid__col {
  width: 100%;
}
.c-search-grid__col--button-grid {
  display: grid;
  gap: 16px;
}
@media print, screen and (min-width: 741px) {
  .c-search-grid__col--button-grid {
    gap: 8px;
  }
}
@media print, screen and (min-width: 741px) {
  .c-search-grid > .c-search-grid__row:nth-of-type(2) {
    --columns: 360px;
  }
}
@media screen and (max-width : 740.98px) {
  .c-search-grid > .c-search-grid__row:nth-of-type(2) {
    --columns: 1fr;
  }
}
@media print, screen and (min-width: 741px) {
  .c-search-grid > .c-search-grid__row:nth-of-type(3) {
    --columns: 360px;
  }
}
@media screen and (max-width : 740.98px) {
  .c-search-grid > .c-search-grid__row:nth-of-type(3) {
    --columns: 1fr;
  }
}
@media print, screen and (min-width: 741px) {
  .c-search-grid > .c-search-grid__row:nth-of-type(5) {
    column-gap: 8px;
    --columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width : 740.98px) {
  .c-search-grid > .c-search-grid__row:nth-of-type(5) {
    column-gap: 8px;
    --columns: repeat(2, minmax(0, 1fr));
  }
}
.c-search-grid > .c-search-grid__row:nth-of-type(6) {
  margin-top: 8px;
}

/* c-search-field
-------------------------*/
.c-search-field {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 50px;
  background-color: var(--background-color, #ffffff);
  padding: var(--padding, 8px 32px);
  border: solid 1px var(--border-color, #939dad);
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  text-align: left;
  background-color: transparent;
}
.c-search-field--select {
  position: relative;
}
.c-search-field--select::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #697180;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url(/searchMod/domestic/images/common/icon_arrow.svg);
  mask-image: url(/searchMod/domestic/images/common/icon_arrow.svg);
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  pointer-events: none;
}
.is-error .c-search-field {
  background-color: #fff7f7;
  border-color: rgba(223, 13, 0, 0.4);
}
.c-search-field__icon {
  background-color: #697180;
  transform: translateY(-50%);
  position: absolute;
  left: 7px;
  top: 50%;
  pointer-events: none;
}
.c-search-field__label {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1;
  pointer-events: none;
}
.c-search-field__input {
  display: block;
  width: 100%;
  font-size: 1rem;
}
@supports (-webkit-touch-callout: none) {
  .c-search-field__input {
    font-size: 16px;
    transform: scale(0.875);
    transform-origin: left center;
  }
}
.c-search-field__input {
  transform-origin: left center;
  line-height: 1;
  background-color: transparent;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-search-field__input::placeholder {
  color: #939dad;
}
.c-search-field__dates {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
@media print, screen and (min-width: 741px) {
  .c-search-field__dates {
    column-gap: 3em;
  }
}
@media screen and (max-width : 740.98px) {
  .c-search-field__dates {
    column-gap: 1em;
  }
}
.c-search-field__separator {
  font-weight: bold;
  line-height: 1.3;
  pointer-events: none;
}
.c-search-field__error-txt {
  display: none;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
  font-size: 0.875rem;
  color: #df0d00;
}
.is-error + .c-search-field__error-txt {
  display: flex;
}
.c-search-field:has(.c-search-field__input:required)::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: var(--required_background-color, #acb5bf);
  -webkit-mask-image: url(/searchMod/domestic/images/common/icon_check_circle.svg);
  mask-image: url(/searchMod/domestic/images/common/icon_check_circle.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 7px;
  z-index: 1;
  pointer-events: none;
}
.c-search-field:has(.c-search-field__input:required:not(:placeholder-shown)) {
  --required_background-color: #23c9ab;
}
.c-search-field:has(.c-search-field__input:required:not(:placeholder-shown))::before {
  -webkit-mask-image: url(/searchMod/domestic/images/common/icon_checked_circle.svg);
  mask-image: url(/searchMod/domestic/images/common/icon_checked_circle.svg);
}
.c-search-field:has(.c-search-field__input:focus-visible), .is-focus .c-search-field, .c-search-field:focus-visible {
  outline: 2px solid #99c4fd;
  outline-offset: -2px;
  background-color: #f0f7ff;
}
.c-search-field:has(.c-search-field__input:focus-visible) .c-search-field__label, .is-focus .c-search-field .c-search-field__label, .c-search-field:focus-visible .c-search-field__label {
  color: #939dad;
}
.c-search-field:has(.c-search-field__input:focus-visible) .c-search-field__input::placeholder, .is-focus .c-search-field .c-search-field__input::placeholder, .c-search-field:focus-visible .c-search-field__input::placeholder {
  color: #2c2a29;
}
.c-search-field__clear-button {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 8px;
  bottom: 0;
  width: 24px;
  height: 24px;
  margin-block: auto;
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  display: none;
}
.c-search-field__clear-button.is-visible {
  display: block;
}
.c-search-field__clear-icon {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #697180;
  mask-image: url("/searchMod/domestic/images/common/icon_close.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  pointer-events: none;
}

/* c-search-transportation
-------------------------*/
.c-search-transportation {
  margin-bottom: 8px;
}

/* c-search-input
-------------------------*/
@media screen and (max-width : 740.98px) {
  body:has(.c-search-departure-date .c-search-input__content.is-open) {
    overflow: clip;
    overscroll-behavior: none;
  }
}

.c-search-input {
  position: relative;
}
.c-search-input__trigger {
  display: block;
  cursor: pointer;
}
.c-search-input__trigger .c-search-field,
.c-search-input__trigger .c-search-field * {
  pointer-events: none;
}
.c-search-input__trigger .c-search-field.js-open-modal {
  pointer-events: auto;
}
.c-search-input__trigger.is-selected .c-search-field__label {
  color: #939dad;
}
.c-search-input__content {
  width: 0;
  transition-duration: 0.3s;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  left: 0;
}
@media print, screen and (min-width: 741px) {
  .c-search-input__content {
    width: 360px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.45);
    transition-property: opacity, visibility;
    position: absolute;
  }
}
@media print, screen and (min-width: 741px) {
  .c-search-input__content--half {
    width: 176px;
  }
}
@media print, screen and (min-width: 741px) {
  .c-search-input__content--select {
    border-radius: 8px;
  }
}
@media screen and (max-width : 740.98px) {
  .c-search-select .c-search-input__content, .c-search-place-of-departure .c-search-input__content {
    width: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.45);
    transition-property: opacity, visibility;
    position: absolute;
  }
}
.c-search-place-of-departure .c-search-input__content {
  border-radius: 8px;
}
.c-search-select .c-search-input__content, .c-search-place-of-departure .c-search-input__content {
  border-radius: 8px;
}
@media screen and (max-width : 740.98px) {
  .c-search-grid__row:not(.c-search-select):not(.c-search-place-of-departure) .c-search-input__content {
    width: 100%;
    transition-property: opacity, visibility, bottom;
    position: fixed;
    bottom: -100%;
    z-index: 201;
  }
}
@media print, screen and (min-width: 741px) {
  .c-search-input__content--right {
    left: initial;
    right: 0;
  }
}
@media screen and (max-width : 740.98px) {
  .c-search-grid__row:not(.c-search-select):not(.c-search-place-of-departure) .c-search-input.is-open::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
.c-search-input__content.is-open {
  opacity: 1;
  visibility: initial;
  top: 50px;
}
@media screen and (max-width : 740.98px) {
  .c-search-grid__row:not(.c-search-select):not(.c-search-place-of-departure) .c-search-input__content.is-open {
    bottom: 0;
  }
}
.c-search-input:has([data-v-date-picker]) .c-search-input__content {
  width: 0;
  left: 0;
  right: auto;
}
@media print, screen and (min-width: 741px) {
  .c-search-input:has([data-v-date-picker]) .c-search-input__content.is-open {
    width: fit-content;
    min-width: 600px;
  }
}
@media screen and (max-width : 740.98px) {
  .c-search-input:has([data-v-date-picker]) .c-search-input__content::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
@media (min-width: 741px) and (max-width: 950px) {
  .c-search-departure-date .c-search-grid__col:nth-child(2) .c-search-input__content {
    transform: translateX(-35%);
  }
}
.c-search-input .vc-day-content.vc-disabled {
  color: var(--vc-day-content-disabled-color) !important;
}

/* c-search-input-content
-------------------------*/
.c-search-input-content {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  padding-top: 16px;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 741px) {
  .c-search-input-content {
    max-height: none;
    border-radius: 8px;
  }
}
@media screen and (max-width : 740.98px) {
  .c-search-grid__row:not(.c-search-select):not(.c-search-place-of-departure) .c-search-input-content {
    max-height: 93.7dvh;
    border-radius: 8px 8px 0 0;
  }
}
.c-search-input-content:has([data-v-date-picker]) {
  padding: 0;
}
@media print, screen and (min-width: 741px) {
  .c-search-input-content:has([data-v-date-picker]) {
    max-height: none;
    min-height: 377px;
  }
}
.c-search-input-content__header {
  position: relative;
}
@media print, screen and (min-width: 741px) {
  .c-search-input-content__header {
    display: none;
  }
}
@media screen and (max-width : 740.98px) {
  .c-search-input-content__header {
    padding: 16px;
  }
}
.c-search-input-content__title {
  font-weight: bold;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.3;
  padding-inline: 30px;
}
.c-search-input-content__close-button {
  display: block;
  width: 24px;
  height: 24px;
  background-color: #697180;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url(/searchMod/domestic/images/common/icon_close.svg);
  mask-image: url(/searchMod/domestic/images/common/icon_close.svg);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 16px;
}
.c-search-input-content__main {
  flex: 1;
  padding: 0 16px 16px;
}
.c-search-input-content__main:has([data-v-date-picker]) {
  padding: 16px;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.c-search-input-content__footer {
  background-color: #f5f7fa;
  padding: 16px 20px;
  margin-top: auto;
}

.c-search-input-content--select {
  padding: 0;
}
.c-search-input-content--select .c-search-input-content__main {
  padding: 0;
}
.c-search-input-content--select .c-search-options {
  display: block;
}
.c-search-input-content--select .c-form-label {
  width: 100%;
  display: block;
}
@media (hover: hover) {
  .c-search-input-content--select .c-form-label:not(.is-disabled-hover):hover {
    background: #c0dbff;
  }
}
.c-search-input-content--select .c-input-name {
  display: inline-block;
  padding: 8px 16px;
}
.c-search-input-content--select .c-input-name::before {
  display: none;
}
.c-search-input-content--select .c-input-radio:checked + .c-input-name {
  font-weight: bold;
}

/* c-button
-------------------------*/
.c-button {
  border-radius: 100px;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
}
@media screen and (max-width : 740.98px) {
  .c-button {
    padding: 9px 14px;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-button {
    padding: 11px 16px;
    font-size: 1.125rem;
  }
}
.c-button {
  background-color: #10069f;
  color: #fff;
  border: 1px solid transparent;
}
@media (hover: hover) {
  .c-button:not(.is-disabled-hover):hover {
    background-color: #140d77;
    color: #fff;
  }
}
.c-button:visited:not(:focus-visible) {
  color: #fff;
}
.c-button {
  width: 100%;
  padding: 12px 14px;
  font-weight: bold;
}
.c-button--lg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 11px 24px 11px 16px;
  max-width: 256px;
  margin-inline: auto;
  font-size: 1.125rem;
  line-height: 1.3;
}
.c-button--lg .c-button__text {
  flex: 1;
}
.c-button--md {
  padding: 8px 16px;
  max-width: 197px;
  margin-inline: auto;
  font-size: 1.125rem;
  line-height: 1.3;
}
.c-button--md .c-button__text {
  flex: 1;
}
.c-button--white {
  background-color: #ffffff;
  border: #939dad solid 1px;
  color: #2c2a29;
  font-weight: normal;
}
@media (hover: hover) {
  .c-button--white:not(.is-disabled-hover):hover {
    background-color: #f0f7ff;
    border-color: #99c4fd;
    color: #140d77;
  }
}
.c-button__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* c-icon
-------------------------*/
.c-icon {
  display: inline-block;
  width: 16px;
  aspect-ratio: 1;
  vertical-align: middle;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.c-icon--location {
  mask-image: url(/searchMod/domestic/images/common/icon_location_on.svg);
  background-color: #3064d5;
}
.c-icon--search {
  mask-image: url(/searchMod/domestic/images/common/icon_search.svg);
  background-color: #ffffff;
}
.c-icon--departure {
  mask-image: url(/searchMod/domestic/images/index/icon_travel_flight_train.svg);
  background-color: #3064d5;
}
.c-icon--calendar {
  mask-image: url(/searchMod/domestic/images/common/icon_calendar_month.svg);
  background-color: #3064d5;
}
.c-icon--time {
  mask-image: url(/searchMod/domestic/images/common/icon_schedule_outline.svg);
  background-color: #3064d5;
}
.c-icon--room {
  mask-image: url(/searchMod/domestic/images/common/icon_bed.svg);
  background-color: #3064d5;
}
:focus-visible .c-icon {
  background-color: #140d77;
}

/* 目的地
-------------------------*/
@keyframes modalSlideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
.c-modal:not(.c-modal--scrollable) .c-modal__contents {
  padding: 0;
}
@media print, screen and (min-width: 741px) {
  .c-modal:not(.c-modal--scrollable) .c-modal__contents {
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
}
@media screen and (max-width : 740.98px) {
  .c-modal:not(.c-modal--scrollable) .c-modal__contents {
    width: 100%;
    top: auto;
    bottom: 0;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    overflow: hidden;
  }
}
@media screen and (max-width : 740.98px) {
  .c-modal:not(.c-modal--scrollable).is-show .c-modal__contents {
    animation: modalSlideUp 0.3s ease forwards;
  }
}
@media screen and (max-width : 740.98px) {
  .c-modal__bg {
    pointer-events: none;
  }
}
.c-modal__title {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  padding: 16px 40px;
}
@media screen and (max-width : 740.98px) {
  .c-modal__title {
    font-size: 1.25rem;
  }
}
.c-modal__close {
  top: 17px;
  right: 17px;
}
.c-modal__close > img {
  width: 100%;
  max-width: none;
  height: 100%;
}

.select-item-trigger {
  width: 100%;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e9ecf2;
  cursor: pointer;
}
@media screen and (max-width : 740.98px) {
  .select-item-trigger {
    position: relative;
    padding: 8px;
    background-color: transparent;
    border-bottom: none;
  }
  .select-item-trigger .c-input-checkbox + .c-input-name {
    padding: 0 8px 0 32px;
  }
  .select-item-trigger .c-input-checkbox + .select-item-trigger__category-title::before, .select-item-trigger .c-input-checkbox + .select-item-trigger__category-title::after {
    inset: auto;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .select-item-trigger::after {
    content: "";
    display: block;
    background-color: #697180;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    transition: background-color 0.3s;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    mask-image: url(/searchMod/domestic/images/common/icon_arrow.svg);
  }
  .select-item-trigger.is-open::after {
    transform: translateY(-50%) rotate(180deg);
  }
}
.select-item-trigger__item {
  padding: 16px 16px 18px;
}
@media screen and (max-width : 740.98px) {
  .select-item-trigger__item {
    padding: 8px 32px 8px 8px;
    border-radius: 4px;
  }
  .select-item-trigger__item:has(.c-input-checkbox:checked) {
    background-color: #f0f7ff;
  }
}
.select-item-trigger.is-active .select-item-trigger__item {
  background-color: #ffffff;
}
.select-item-trigger.is-active .select-item-trigger__item:has(.c-input-checkbox:checked) {
  background-color: #f0f7ff;
}
@media screen and (max-width : 740.98px) {
  .select-item-trigger.is-active .select-item-trigger__item {
    background-color: #f0f7ff;
  }
}
.select-item-trigger:has(.c-input-checkbox:disabled) {
  pointer-events: none;
  background-color: rgba(233, 236, 242, 0.7);
}
.select-item-trigger:has(.c-input-checkbox:disabled) .c-input-name {
  color: #939dad;
}
.select-item-trigger:has(.c-input-checkbox:disabled)::after {
  background-color: #acb5bf;
}
.select-item-trigger.is-disabled {
  pointer-events: none;
  cursor: not-allowed;
  border-bottom-color: #e9ecf2;
  background-color: rgba(233, 236, 242, 0.7);
}
.select-item-trigger__category-title {
  font-size: 1rem;
  font-weight: bold;
  color: #2c2a29;
}
@media screen and (max-width : 740.98px) {
  .select-item-trigger__category-title {
    width: 100%;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
    color: #2c2a29;
  }
}

.check-area--s {
  display: flex;
  gap: 16px 24px;
  background-color: #f5f7fa;
  padding: 12px;
  margin-top: 8px;
  margin-left: 24px;
}
.check-area--origin .check-area--s {
  display: none;
}
.check-area--has-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  width: 100%;
  margin-top: 16px;
}
.check-area--has-wrap .c-form-label {
  margin-left: 12px;
}
.check-area__checkbox--wrap .c-input-name {
  font-weight: bold;
}
.check-area.has-airport .check-area-s--airport {
  display: flex;
}
.check-area.has-station .check-area-s--station {
  display: flex;
}
.check-area.is-accordion .check-area__checkbox--m,
.check-area.is-accordion .check-area__checkbox--wrap {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.check-area.is-accordion .check-area__checkbox--m::after,
.check-area.is-accordion .check-area__checkbox--wrap::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(/searchMod/domestic/images/common/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 8px;
}
@media screen and (max-width : 740.98px) {
  .check-area.is-accordion .check-area__checkbox--m::after,
  .check-area.is-accordion .check-area__checkbox--wrap::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.check-area.is-accordion .check-area__checkbox--m.is-open::after,
.check-area.is-accordion .check-area__checkbox--wrap.is-open::after {
  transform: rotate(180deg);
}
@media screen and (max-width : 740.98px) {
  .check-area.is-accordion .check-area__checkbox--m.is-open::after,
  .check-area.is-accordion .check-area__checkbox--wrap.is-open::after {
    transform: translateY(-50%) rotate(180deg);
  }
}
.check-area.is-accordion > .check-area__item {
  width: 100%;
}

@media print, screen and (min-width: 741px) {
  .select-item-trigger-wrap {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
    width: 152px;
    pointer-events: auto;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .c-modal__inner,
  .checkbox-modal__content {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
  }
  .c-modal:not(.c-modal--scrollable).checkbox-modal--destination .c-modal__contents {
    height: 760px;
  }
  .check-area {
    flex: 1;
    overflow-y: auto;
  }
  .check-inner {
    background: #ffffff;
  }
  .select-contents {
    grid-row: 1/10;
    grid-column: 2/3;
  }
  .check-area {
    flex-wrap: wrap;
    align-content: flex-start;
    flex: 1;
    overflow-y: auto;
  }
  .check-area--middle {
    display: none;
    gap: 16px 24px;
    width: 100%;
    height: 100%;
    padding: 24px;
  }
  .check-area--middle.is-active {
    display: flex;
  }
  .check-area__checkbox label {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    cursor: pointer;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #2c2a29;
  }
  .check-area-display {
    position: relative;
    display: grid;
    grid-template-columns: 152px 1fr;
    align-items: start;
    width: 100%;
  }
  .check-area-display__item {
    display: contents;
  }
  .check-area-button {
    grid-column: span 2/span 2;
    display: flex;
    gap: 24px;
    justify-content: center;
    background: #f5f7fa;
    width: 100%;
    padding: 17px;
    text-align: center;
    z-index: 1;
    border-top: 2px solid #ffffff;
    flex-shrink: 0;
  }
  .check-area-button > .c-button--lg {
    margin: 0;
    padding: 11px 16px 12px;
  }
  .check-area-button > .c-button--white {
    max-width: 160px;
    width: 100%;
  }
  .c-modal__title,
  .check-area-button {
    flex-shrink: 0;
  }
}
/* PC（マウス操作）であり、かつ高さが低い場合のみ */
@media screen and (min-width: 768px) and (max-height: 820px) and (any-hover: hover) {
  .c-modal:not(.c-modal--scrollable).checkbox-modal--destination .select-item-trigger__item {
    padding-top: clamp(10px, 3.33vh - 11.31px, 16px);
    padding-bottom: clamp(10px, 4.44vh - 18.41px, 18px);
    padding-inline: 16px;
  }
  .c-modal:not(.c-modal--scrollable).checkbox-modal--destination .check-area-button {
    padding: clamp(12px, 2.78vh - 5.8px, 17px);
  }
  .c-modal:not(.c-modal--scrollable).checkbox-modal--destination .c-modal__title {
    padding-block: clamp(12px, 2.22vh - 2.2px, 16px);
  }
  .c-modal:not(.c-modal--scrollable).checkbox-modal--destination:not(.c-modal--scrollable) .c-modal__contents {
    max-height: calc(100% - clamp(12px, 16.67vh - 94.69px, 42px));
  }
}
@media screen and (max-width : 740.98px) {
  .check-area-display {
    flex: 1;
    min-width: 0;
    min-height: 0;
    padding: 16px 20px 24px;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .check-area-display__item {
    border: #e9ecf2 solid 1px;
    border-radius: 8px;
  }
  .check-area-display__item + .check-area-display__item {
    margin-top: 16px;
  }
  .select-contents {
    display: none;
    padding: 0 16px 16px 40px;
  }
  .checkbox-modal .c-modal__inner {
    max-height: 93.7vh;
    max-height: 93.7dvh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .checkbox-modal .checkbox-modal__content,
  .checkbox-modal .check-inner,
  .checkbox-modal .check-area {
    min-width: 0;
    min-height: 0;
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .check-area {
    overflow: hidden;
  }
  .check-area--middle {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    padding: 0;
  }
  .check-area--origin .check-area--s {
    display: none;
  }
  .check-area-button {
    position: sticky;
    bottom: 0;
    left: 0;
    display: flex;
    gap: 8px;
    justify-content: center;
    background: #f5f7fa;
    width: 100%;
    padding: 16px 20px;
    text-align: center;
    z-index: 1;
    border-top: 1px solid #fff;
  }
  .check-area-button > .c-button--mg {
    margin: 0;
  }
  .check-area-button > .c-button--white {
    max-width: 130px;
    width: 100%;
  }
  .check-area-button > .c-button--lg {
    margin-inline: 0;
  }
}
/* checkbox
-------------------------*/
.modal-filter .checkbox-modal.is-show .c-modal__close {
  display: block;
  top: 17px;
  right: 17px;
}
.checkbox-modal .check-area__item {
  padding: 0;
}
.checkbox-modal .check-area__item.is-hide {
  display: none;
}
.checkbox-modal .c-form-label {
  display: flex;
  align-items: center;
  width: fit-content;
  cursor: pointer;
  position: relative;
  padding-inline: 0;
}
.checkbox-modal .c-form-label::before {
  display: none;
}
.checkbox-modal .c-form-label:has(:disabled) {
  cursor: not-allowed;
  pointer-events: none;
}
.checkbox-modal .c-form-label:has(.c-input-disabled) {
  cursor: not-allowed;
  pointer-events: none;
}
@media (hover: hover) {
  .checkbox-modal .c-form-label:not(.is-disabled-hover):hover .c-input-name::before,
  .checkbox-modal .c-form-label:not(.is-disabled-hover):hover .c-input-icon::before {
    background-size: 0 0, 100% 100%;
  }
  .checkbox-modal .c-form-label:not(.is-disabled-hover):hover:has(input[type=checkbox]:checked) .c-input-name::before, .checkbox-modal .c-form-label:not(.is-disabled-hover):hover:has(input[type=checkbox]:checked) .c-input-icon::before {
    opacity: 0;
  }
  .checkbox-modal .c-form-label:not(.is-disabled-hover):hover:has(input[type=checkbox]:checked) .c-input-name::after, .checkbox-modal .c-form-label:not(.is-disabled-hover):hover:has(input[type=checkbox]:checked) .c-input-icon::after {
    background-size: 0 0, 100% 100%;
  }
}
.checkbox-modal .c-form-label:has(.c-input-checkbox:focus-visible), .checkbox-modal .c-form-label:has(.c-input-radio:focus-visible) {
  outline: 2px auto #0078d7;
  outline-offset: 1px;
}
.checkbox-modal .c-input-icon {
  cursor: pointer;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.checkbox-modal .c-input-name,
.checkbox-modal .c-input-icon {
  font-size: 1rem;
}
.checkbox-modal .c-input-checkbox {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  white-space: nowrap;
  position: absolute;
  overflow: hidden;
}
.checkbox-modal .c-input-checkbox .c-input-name,
.checkbox-modal .c-input-checkbox .c-input-icon {
  position: relative;
  display: flex;
  gap: 8px;
  min-height: 24px;
}
.checkbox-modal .c-input-checkbox .c-input-name::before,
.checkbox-modal .c-input-checkbox .c-input-icon::before {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1;
  border: 2px solid var(--borderColor, #939dad);
  background-color: var(--backgroundColor, #ffffff);
  box-sizing: border-box;
  flex-shrink: 0;
}
.checkbox-modal .c-input-checkbox.c-input-required + .c-input-name::before, .checkbox-modal .c-input-checkbox.c-input-required + .c-input-icon::before {
  --backgroundColor: #fdffe5;
}
.checkbox-modal .c-input-checkbox.c-input-error:not(:checked) + .c-input-name::before, .checkbox-modal .c-input-checkbox.c-input-error:not(:checked) + .c-input-icon::before {
  --borderColor: rgba(214, 51, 51, 0.4);
  --backgroundColor: var(--background-color-error);
}
.checkbox-modal .c-input-checkbox:checked + .c-input-name::before, .checkbox-modal .c-input-checkbox:checked + .c-input-icon::before {
  --borderColor: var(--color-secondly);
}
.checkbox-modal .c-input-checkbox:checked + .c-input-name::after, .checkbox-modal .c-input-checkbox:checked + .c-input-icon::after {
  position: absolute;
  display: inline-block;
}
.checkbox-modal .c-input-checkbox + .c-input-name::before, .checkbox-modal .c-input-checkbox + .c-input-name::after, .checkbox-modal .c-input-checkbox + .c-input-icon::before, .checkbox-modal .c-input-checkbox + .c-input-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 24px;
  height: 24px;
  appearance: none;
  background-image: url(/searchMod/domestic/images/common/icon_checkbox.svg), url(/searchMod/domestic/images/common/icon_checkbox_hover.svg);
  background-size: 100% 100%, 0 0;
  background-repeat: no-repeat;
  border: 0;
  background-color: transparent;
}
.checkbox-modal .c-input-checkbox + .c-input-name::after, .checkbox-modal .c-input-checkbox + .c-input-icon::after {
  opacity: 0;
  background-image: url(/searchMod/domestic/images/common/icon_checkbox_checked.svg), url(/searchMod/domestic/images/common/icon_checkbox_checked-hover.svg);
  background-size: 100% 100%, 0 0;
  z-index: 1;
}
.checkbox-modal .c-input-checkbox + .c-input-name {
  padding-left: 32px;
}
.checkbox-modal .c-input-checkbox + .c-input-icon + .c-input-name {
  padding-left: 8px;
}
.checkbox-modal .c-input-checkbox:checked + .c-input-name, .checkbox-modal .c-input-checkbox:checked + .c-input-icon {
  --borderColor: transparent;
  --backgroundColor: transparent;
}
.checkbox-modal .c-input-checkbox:checked + .c-input-name::after, .checkbox-modal .c-input-checkbox:checked + .c-input-icon::after {
  opacity: 1;
}
@media (hover: hover) {
  .checkbox-modal .c-input-checkbox:checked + .c-input-name:not(.is-disabled-hover):hover::before, .checkbox-modal .c-input-checkbox:checked + .c-input-icon:not(.is-disabled-hover):hover::before {
    opacity: 0;
  }
  .checkbox-modal .c-input-checkbox:checked + .c-input-name:not(.is-disabled-hover):hover::after, .checkbox-modal .c-input-checkbox:checked + .c-input-icon:not(.is-disabled-hover):hover::after {
    background-size: 0 0, 100% 100%;
  }
}
.checkbox-modal .c-input-checkbox:disabled + .c-input-name::before, .checkbox-modal .c-input-checkbox:disabled + .c-input-icon::before {
  background-image: url(/searchMod/domestic/images/common/icon_checkbox_disabled.svg);
}
.c-form-label:has(.checkbox-modal .c-input-checkbox:disabled) {
  pointer-events: none;
}
.checkbox-modal .c-input-checkbox:disabled:checked + .c-input-name::after, .checkbox-modal .c-input-checkbox:disabled:checked + .c-input-icon::after {
  background-image: url(/searchMod/domestic/images/common/icon_checkbox_checked-disabled.svg);
}
.checkbox-modal .c-input-checkbox.is-dashed + .c-input-name::before, .checkbox-modal .c-input-checkbox.is-dashed + .c-input-icon::before {
  background-image: url(/searchMod/domestic/images/common/icon_checkbox_dash_enabled.svg), url(/searchMod/domestic/images/common/icon_checkbox_dash_hover.svg);
  background-size: 100% 100%, 0px 0px;
}
.checkbox-modal .c-input-text:-ms-input-placeholder {
  color: #939dad;
}
.checkbox-modal .c-input-text::-ms-input-placeholder {
  color: #939dad;
}
.checkbox-modal .c-input-text::placeholder {
  color: #939dad;
}
.checkbox-modal .c-input-text:disabled:-ms-input-placeholder {
  color: #c0c5cc;
}
.checkbox-modal .c-input-text:disabled::-ms-input-placeholder {
  color: #c0c5cc;
}
.checkbox-modal .c-input-text:disabled::placeholder {
  color: #c0c5cc;
}
.checkbox-modal .c-input-text {
  --borderColor: #939dad;
  --backgroundColor: var(--color-white);
  --sp-width: 100%;
  --pc-width: 100%;
  width: var(--sp-width);
  height: auto;
  min-height: 50px;
  padding: 10px 8px;
  color: var(--color-base);
  border: solid 1px var(--borderColor);
  border-radius: 8px;
  background-color: var(--backgroundColor);
  resize: vertical;
}
@media print, screen and (min-width: 741px) {
  .checkbox-modal .c-input-text {
    width: var(--pc-width);
  }
}
.checkbox-modal .c-input-text.c-input-required {
  --backgroundColor: #fdffe5;
}
.checkbox-modal .c-input-text.c-input-error {
  --borderColor: rgba(214, 51, 51, 0.4);
  --backgroundColor: var(--background-color-error);
  border-width: 2px;
}
.checkbox-modal .c-input-text:focus {
  --borderColor: transparent;
  outline: 2px solid #99c4fd;
  --backgroundColor: #f0f7ff;
}
.checkbox-modal .c-input-box {
  border: 3px solid rgba(242, 148, 35, 0.4);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.checkbox-modal .c-input-box .c-input-name {
  font-weight: var(--font-bold);
}
.checkbox-modal .c-input-box .c-input-checkbox:disabled + .c-input-name {
  color: #697180;
}
.checkbox-modal .c-input-checkbox:not(:disabled) + .c-input-name .c-input-name-grid__sub-item,
.checkbox-modal .c-input-checkbox:not(:disabled) + .c-input-icon .c-input-name-grid__sub-item {
  color: var(--color-muted);
}

/* c-button
-------------------------*/
.c-button {
  border-radius: 100px;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
}
@media screen and (max-width : 740.98px) {
  .c-button {
    padding: 9px 14px;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 741px) {
  .c-button {
    padding: 11px 16px;
    font-size: 1.125rem;
  }
}
.c-button {
  background-color: #10069f;
  color: #fff;
  border: 1px solid transparent;
}
@media (hover: hover) {
  .c-button:not(.is-disabled-hover):hover {
    background-color: #140d77;
    color: #fff;
  }
}
.c-button:visited:not(:focus-visible) {
  color: #fff;
}
.c-button {
  width: 100%;
  padding: 12px 14px;
  font-weight: bold;
}
.c-button--lg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 11px 24px 11px 16px;
  max-width: 256px;
  margin-inline: auto;
  font-size: 1.125rem;
  line-height: 1.3;
}
.c-button--lg .c-button__text {
  flex: 1;
}
.c-button--md {
  padding: 8px 16px;
  max-width: 197px;
  margin-inline: auto;
  font-size: 1.125rem;
  line-height: 1.3;
}
.c-button--md .c-button__text {
  flex: 1;
}
.c-button--white {
  background-color: #ffffff;
  border: #939dad solid 1px;
  color: #2c2a29;
  font-weight: normal;
}
@media (hover: hover) {
  .c-button--white:not(.is-disabled-hover):hover {
    background-color: #f0f7ff;
    border-color: #99c4fd;
    color: #140d77;
  }
}
.c-button__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 出発地
-------------------------*/
.place-of-departure {
  display: none;
}
.place-of-departure.is-active {
  display: block;
}

/* PC（マウス操作）であり、かつ高さが低い場合のみ */
@media screen and (min-width: 768px) and (max-height: 835px) and (any-hover: hover) {
  .c-modal:not(.c-modal--scrollable).checkbox-modal--place-of-departure .select-item-trigger__item {
    padding-top: clamp(10px, 3.95vh - 16.98px, 16px);
    padding-bottom: clamp(10px, 5.26vh - 25.92px, 18px);
    padding-inline: 16px;
  }
  .c-modal:not(.c-modal--scrollable).checkbox-modal--place-of-departure .check-area-button {
    padding: clamp(12px, 3.29vh - 10.47px, 17px);
  }
  .c-modal:not(.c-modal--scrollable).checkbox-modal--place-of-departure .c-modal__title {
    padding-block: clamp(12px, 2.63vh - 5.96px, 16px);
  }
  .c-modal:not(.c-modal--scrollable).checkbox-modal--place-of-departure:not(.c-modal--scrollable) .c-modal__contents {
    max-height: calc(100% - clamp(12px, 19.74vh - 122.83px, 42px));
  }
}
.tag-area {
  padding: 0 16px 16px;
  border-bottom: #e9ecf2 solid 1px;
}
@media screen and (max-width : 740.98px) {
  .tag-area {
    border-bottom: none;
  }
}
.tag-area__inner {
  padding: 16px;
  background-color: #f5f7fa;
  border-radius: 8px;
}
.tag-area__title {
  font-size: 1rem;
  font-weight: bold;
}
.tag-area__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.tag-area__button {
  padding: 4px 12px;
  border: 1px solid #939dad;
  border-radius: 4px;
  background-color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  color: #2c2a29;
  cursor: pointer;
  transition: 0.2s;
}
@media (hover: hover) {
  .tag-area__button:not(.is-disabled-hover):hover {
    background-color: #e0edff;
    border-color: #99c4fd;
    color: #140d77;
  }
}
.tag-area__button:disabled {
  background-color: rgba(233, 236, 242, 0.7);
  border-color: rgba(192, 197, 204, 0.7);
  color: #939dad;
  pointer-events: none;
}
.tag-area__button.is-active {
  display: flex;
  align-items: center;
  gap: 4px;
  background-color: #e0edff;
  border-color: #99c4fd;
  color: #2c2a29;
}
.tag-area__button.is-active::after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  mask-image: url(/searchMod/domestic/images/common/icon_close.svg);
  background-color: #697180;
  transition: 0.2s;
}
@media (hover: hover) {
  .tag-area__button.is-active:not(.is-disabled-hover):hover {
    background-color: #c0dbff;
    border-color: #66a4f9;
    color: #140d77;
  }
  .tag-area__button.is-active:not(.is-disabled-hover):hover::after {
    background-color: #140d77;
  }
}
