/*! 検索モジュールPC用 */

/* --------------------start_reset.css-------------------- */

:where(#Search) *,
:where(#Search)::after,
:where(#Search)::before {
    box-sizing: border-box;
}

/* --------------------end_reset.css-------------------- */

/* --------------------start_検索（ベース）-------------------- */

#Search {
    width: 372px;
    display: flex;
    justify-content: space-between;
}

#Search.Search--has-tab {
    align-items: flex-start;
    width: 480px;
}

#Search ::placeholder {
    color: #333;
}

.Search__form {
    width: 100%;
    padding: 20px;
    background: white;
    border-radius: 6px;
}

.Search__form--has-tab {
    display: flex;
    width: calc(480px - 105px - 3px);
    border-radius: 0 6px 6px 6px;
}

.Search-form-wrap {
    width: 100%;
    position: relative;
    padding-bottom: 120px;
}

.Search-form-wrap:not(.active) {
    display: none;
}

.Search-form:not(:first-of-type) {
    display: none;
}

.i-search2024 {
    min-height: 371px;
}

.Search__form-ttl {
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
}

.Search__form-ttl::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 5px;
    vertical-align: -2px;
    background: url(../../../sharing/common21/images/icn_search--black.svg) no-repeat center / contain;
}

.Search__form-heading {
    margin-bottom: 10px;
    padding: 15px 0;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 0;
    text-align: center;
    background-color: #f5f5f5;
}

.Search__form-heading-inner {
    position: relative;
}

.Search__form-heading-inner::before,
.Search__form-heading-inner::after {
    content: "";
    position: absolute;
    top: 47%;
    display: block;
    width: 5px;
    height: 1px;
    background: #333;
}

.Search__form-heading-inner::before {
    left: -10px;
}

.Search__form-heading-inner::after {
    right: -10px;
}

.Search__form-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.Search__form-group:not(:last-of-type) {
    margin-bottom: 10px;
}

.Search__form-label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 60px;
    height: 40px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.05em;
}

.Search__form-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: calc(100% - 60px);
    padding-left: 10px;
    font-size: 1.4rem;
}

/* start_ラジオボタン */

#Search input[type="radio"] {
    display: none;
}

.Search__radio-label {
    display: inline-block;
    height: 40px;
    margin-bottom: 10px;
    padding: 8px 10px;
    border: 1px solid #c3c3c3;
    border-radius: 4px;
}

#Search input[type="radio"]:checked + .Search__radio-label {
    background: var(--active-color);
}

.Search__radio-btn {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: -5px;
    border-radius: 50%;
    border: 2px solid #888;
    background-color: white;
}

#Search input[type="radio"]:checked + .Search__radio-label .Search__radio-btn {
    border: 6px solid var(--corporate-color);
}

/* end_ラジオボタン */

/* start_ラジオボタン（枠なし） */

.Search__radio-label--simple {
    margin-bottom: 0;
    height: auto;
    padding: 0;
    border: none;
    border-radius: 0;
}

#Search input[type="radio"]:checked + .Search__radio-label--simple {
    background: transparent;
}

/* end_ラジオボタン（枠なし） */

/* start_チェックボックス（枠あり） */

#Search input[type="checkbox"] {
    display: none;
}

.Search__checkbox-label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 40px;
    margin-bottom: 10px;
    padding: 8px 10px;
    border: 1px solid #c3c3c3;
    border-radius: 4px;
}

#Search input[type="checkbox"]:checked + .Search__checkbox-label {
    background: var(--active-color);
}

#Search :where(.d-search2024, .i-search2024, #bus-search) input[type="checkbox"]:checked + .Search__checkbox-label {
    background-color: white;
    border-color: var(--corporate-color);
}

.Search__checkbox-btn {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: -5px;
    border-radius: 4px;
    border: 2px solid #888;
    background-color: white;
}

#Search input[type="checkbox"]:checked + .Search__checkbox-label .Search__checkbox-btn {
    border: none;
    background-color: var(--corporate-color);
}

#Search input[type="checkbox"]:checked + .Search__checkbox-label .Search__checkbox-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 10px;
    height: 7px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    transform: translate(-50%, -70%) rotate(-45deg);
}

/* end_チェックボックス（枠あり） */

/* start_チェックボックス（枠なし） */
.Search__checkbox-label--simple {
    margin-bottom: 0;
    padding: 0;
    border: none;
    border-radius: 0;
}

#Search input[type="checkbox"]:checked + .Search__checkbox-label--simple {
    background: transparent;
}

/* end_チェックボックス（枠なし） */

/* start_セレクトボックス */
.Search__select {
    width: 100%;
    position: relative;
    border: 1px solid #888;
    border-radius: 4px;
}

.Search__select::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #c3c3c3;
    border-bottom: 2px solid #c3c3c3;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-80%) rotate(45deg);
}

.Search__select.selected,
.Search__select.selected::after {
    border-color: var(--corporate-color);
}

#Search select {
    width: 100%;
    height: 40px;
    padding: 8px 30px 8px 10px;
    font-size: 1.4rem;
}

/* end_セレクトボックス */

/* start_input-text */
#Search input[type="text"] {
    width: 100%;
    height: 40px;
    padding: 9px 30px 8px 10px;
    font-size: 1.4rem;
    text-overflow: ellipsis;
}

#Search input[type="text"]::placeholder {
    color: #999;
}

.Search__input-text {
    position: relative;
    width: 100%;
    border: 1px solid #888;
    border-radius: 4px;
}

.Search__input-text::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #c3c3c3;
    border-right: 2px solid #c3c3c3;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%) rotate(45deg);
}

:is(.d-search2024, .i-search2024, #bus-search) .Search__input-text.selected,
:is(.d-search2024, .i-search2024, #bus-search) .Search__input-text.selected::after {
    border-color: var(--corporate-color);
}

/* end_input-text */

/* start_グレー */

.CommonModal input[type="checkbox"]:disabled + .Search__checkbox-label {
    color: var(--disable-font-color);
    background-color: var(--disable-bg-color);
    pointer-events: none;
}

.CommonModal input[type="checkbox"]:disabled + .Search__checkbox-label .Search__checkbox-btn {
    opacity: 0;
}

/* end_グレー */

/* start_下部共通パーツ */

.Search__submit-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

/* start_該当件数 */
.Search__hit-wrap {
    font-size: 1.3rem;
    line-height: 1.2;
}

.Search__hit {
    margin-right: 3px;
    color: var(--caution-color);
    font-size: 2.3rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}

/* end_該当件数 */

/* start_条件を追加する */
.Search__detail-btn {
    display: inline-block;
    position: relative;
    padding: 11px 40px 11px 20px;
    color: var(--corporate-color);
    font-size: 1.4rem;
    font-weight: 600;
    border: 1px solid var(--corporate-color);
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.Search__detail-btn:hover {
    background-color: var(--active-color);
}

.Search__icn-plus {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 16px;
    height: 16px;
    background-color: var(--corporate-color);
    border-radius: 50%;
    transform: translateY(-50%);
}

.Search__icn-plus[data-lv="2"] {
    background-color: #f5f5f5;
}

.Search__icn-plus-inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.Search__icn-plus-inner::before,
.Search__icn-plus-inner::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 2px;
    height: 8px;
    background-color: white;
    transform: translate(-50%, -50%);
}

.Search__icn-plus[data-lv="2"] .Search__icn-plus-inner::before,
.Search__icn-plus[data-lv="2"] .Search__icn-plus-inner::after {
    background-color: var(--corporate-color);
}

.Search__icn-plus-inner::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.trans-minus .Search__icn-plus-inner::before {
    transform: translate(-50%, -50%) rotate(90deg);
}

.trans-minus.Search__icn-plus[data-lv="2"] {
    background-color: white;
}

.Search__detail-btn--no-hit {
    /* 該当件数表示なしの場合 */
    margin-left: auto;
}

/* end_条件を追加する */

/* start_検索ボタン */

.Search__submit {
    width: 100%;
    margin-top: 10px;
    padding: 10px 0;
    color: white;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
    background-color: var(--caution-color);
    border-radius: 3px;
    transition: opacity 0.3s;
}

.Search__submit:disabled {
    color: var(--disable-font-color);
    background-color: var(--disable-bg-color);
}

.Search__submit:hover {
    opacity: 0.7;
}

.Search__submit::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 5px;
    vertical-align: -2px;
    background: url(../../../sharing/common21/images/icn_search--white.svg) no-repeat center / contain;
}

/* end_検索ボタン */

/* end_下部共通パーツ */

/* start_基本幅拡張 */
.Search__overhang-contents {
    position: absolute;
    top: -20px;
    right: calc((1024px - 480px + 20px) * -1);
    z-index: 2;
    width: calc(1024px - 480px + 20px);
    height: calc(100% + 40px);
    padding: 20px;
    background: white;
    border-radius: 0 6px 6px 0;
}

.Search__overhang-contents-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Search__overhang-2col-group {
    width: calc((100% - 20px) / 2);
}

.Search__overhang-2col-group--hide {
    display: none;
}

.Search__overhang-2col-group--add-btn {
    display: none;
}

.Search__overhang-2col-group--hide + .Search__overhang-2col-group--add-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
}

.Search__form-label--short-label {
    width: 45px;
}

.Search__form-content--short-label {
    width: calc(100% - 45px);
}

.Search__overhang-1col-group {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}

.Search__overhang-1col-group .Search__form-group {
    width: calc((100% - 20px) / 2);
    margin-bottom: 0;
}

/* end_基本幅拡張 */

/* start_追加条件 */
.Search__detail-contents {
    position: absolute;
    top: -20px;
    right: calc((1024px - 480px + 20px) * -1);
    z-index: 2;
    width: calc(1024px - 480px + 20px);
    min-height: calc(100% + 40px);
    padding: 20px;
    background: white;
    border-radius: 0 6px 6px 0;
}

.Search__detail-contents--half-width {
    right: calc((500px - 105px - 3px + 20px) * -1);
    width: calc(500px - 105px - 3px + 20px);
}

.Search__detail-contents:not(.active) {
    display: none;
}

.Search__detail-contents-inner {
    padding-left: 20px;
    border-left: 1px dotted #888;
}

/* end_追加条件 */

/* --------------------end_検索（ベース）-------------------- */

/* --------------------start_検索（基本項目）-------------------- */

/* start_交通手段 */

.Search__form-group--transport .Search__radio-label:nth-of-type(odd) {
    width: calc(60% - 5px);
}

.Search__form-group--transport .Search__radio-label:nth-of-type(even) {
    width: calc(40% - 5px);
}

.Search__form-group--transport .Search__radio-label:nth-last-of-type(-n + 2) {
    margin-bottom: 0;
}

/*  end_交通手段 */

/* start_出発地 */

.Search__form-group--detailed-departure .Search__select:first-child {
    border-radius: 4px 4px 0 0;
}

.Search__form-group--detailed-departure .Search__select:nth-child(2) {
    border-radius: 0;
    border-top: none;
    border-bottom: none;
}

.Search__form-group--detailed-departure .Search__select:last-child {
    border-radius: 0 0 4px 4px;
}

/* end_出発地 */

/* start_目的地 */

.Search__form-group--destination .Search__select:first-child {
    border-radius: 4px 4px 0 0;
}

.Search__form-group--destination .Search__select:nth-child(2) {
    border-radius: 0;
    border-top: none;
    border-bottom: none;
}

.Search__form-group--destination .Search__select:last-child {
    border-radius: 0 0 4px 4px;
}

/*  end_目的地 */

/* start_出発日 */
.Search__form-group--date .Search__input-text::after {
    content: none;
}

.Search__form-group--date .Search__input-text {
    background: url(../images/icn_calendar.svg) no-repeat right 10px center / 16px;
}

:where(.d-search2024, .i-search2024, #bus-search) .Search__form-group--date .Search__input-text.selected {
    background-image: url(../images/icn_calendar--selected.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
}

/* end_出発日 */

/* start_air2col出発地 */

.Search__2col-input-air-departure .Search__form-label::after,
.Search__2col-input-air-arrival .Search__form-label::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 5px;
}

.Search__2col-input-air-departure .Search__form-label::after {
    background: url(../images/icn_departure.svg) no-repeat center / contain;
}

.Search__2col-input-air-arrival .Search__form-label::after {
    background: url(../images/icn_arrival.svg) no-repeat center / contain;
}

.Search__2col-input-air-departure .Search__select::after,
.Search__2col-input-air-arrival .Search__select::after {
    top: 56%;
    transform: rotate(45deg);
}

/* end_air2col出発地 */

/* start_bus2col出発地 */

.Search__2col-input-bus-stop .Search__form-label::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    background: url(../images/icn_busStop.svg) no-repeat center / contain;
}

.Search__2col-input-bus-stop .Search__select::after {
    top: 56%;
    transform: rotate(45deg);
}

/* end_bus2col出発地 */

/* start_横並びinput/select */

.Search__2col-input {
    position: relative;
    width: 50%;
}

.Search__2col-input .Search__form-label {
    position: absolute;
    top: 8px;
    left: 10px;
    padding-top: 0;
    width: calc(100% - 16px);
    height: auto;
    font-size: 1.2rem;
}

.Search__2col-input .Search__form-content {
    width: 100%;
    padding-left: 0;
}

/* start_input */

.Search__2col-input:first-child .Search__input-text {
    border-radius: 4px 0 0 4px;
    border-right: none;
}

.Search__2col-input:last-child .Search__input-text {
    border-radius: 0 4px 4px 0;
}

#Search .Search__2col-input input[type="text"] {
    padding-top: 26px;
    height: auto;
}

.Search__2col-input .Search__input-text {
    background-position: right 10px bottom 11px;
}

/* end_input */

/* start_select */

.Search__2col-input:first-child .Search__select {
    border-radius: 4px 0 0 4px;
    border-right: none;
}

.Search__2col-input:last-child .Search__select {
    border-radius: 0 4px 4px 0;
}

#Search .Search__2col-input select {
    padding-top: 26px;
    height: auto;
}

/* end_select */

/* end_横並びinput/select */

/* start_直行便チェックボックス */

.Search__form-group--direct-flight .Search__form-content {
    padding-left: 70px;
}

.Search__form-group--direct-flight .Search__checkbox-label {
    height: auto;
}

/* end_直行便チェックボックス */

/* start_添乗員 */

.Search__checkbox-label--conductor {
    width: calc(50% - 5px);
    margin-bottom: 0;
}

.Search__checkbox-label--conductor:nth-of-type(n + 3) {
    margin-top: 10px;
}

.Search__checkbox-label--d-conductor--fz-small {
    padding: 8px 6px;
    font-size: 1.2rem;
    white-space: nowrap;
}

.Search__checkbox-label--d-conductor--fz-small .Search__checkbox-btn {
    margin-right: 3px;
}

.Search__checkbox-label--i-conductor--fz-small {
    padding: 8px;
    font-size: 1.3rem;
    white-space: nowrap;
}

/* end_添乗員 */

/* start_1室利用人数 */

.Search__form-group--room-quantity .Search__form-label {
    width: 85px;
}

.Search__form-group--room-quantity .Search__form-content {
    width: calc(100% - 85px);
}

/* end_1室利用人数 */

/* start_キーワード */

.Search__form-group--keyword .Search__input-text::after {
    content: none;
}

.Search__form-group--keyword .Search__form-label {
    font-size: 1.3rem;
    letter-spacing: -0.1rem;
}

/* end_キーワード */

/* start_催行状況 */

.Search__checkbox-label--do {
    width: calc(50% - 5px);
    margin-bottom: 0;
}

/* end_催行状況 */

/* --------------------end_検索（基本項目）-------------------- */

/* --------------------start_検索（国内）-------------------- */

.Search__detail-contents--d .Search__form-label {
    width: 80px;
}

.Search__detail-contents--d .Search__form-content {
    width: calc(100% - 80px);
}

/* start_旅行日数 */

.Search__select--days {
    width: 45%;
}

/* end_旅行日数 */

/* start_旅行代金 */

.Search__select--price {
    width: 45%;
}

/* end_旅行代金 */

/* start_1泊のみ除外チェックボックス */

.Search__form-group--exclude-1night {
    margin-bottom: 10px;
}

.Search__form-group--exclude-1night .Search__form-content {
    width: 100%;
    padding-left: 90px;
}

.Search__form-group--exclude-1night .Search__checkbox-label {
    height: auto;
}

/* end_1泊のみ除外チェックボックス */

/* --------------------end_検索（国内）-------------------- */

/* --------------------start_検索（海外）-------------------- */

.Search__detail-contents--i .Search__form-label {
    width: 80px;
}

.Search__detail-contents--i .Search__form-content {
    width: calc(100% - 80px);
}

.Search__checkbox-label--various-places {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    line-height: 1.3;
}

/* start_早期割引チェックボックス（内外共通） */

.Search__form-group--hayawari-check {
    margin-bottom: 10px;
}

.Search__form-group--hayawari-check .Search__form-content {
    width: 100%;
    padding-left: 90px;
}

.Search__form-group--hayawari-check .Search__checkbox-label {
    height: auto;
}

/* end_早期割引チェックボックス（内外共通） */

/* start_シートクラス / 燃油サーチャージ */

.Search__detail-contents--i :where(.Search__form-group--seatclass, .Search__form-group--fuel-surcharge) .Search__form-label {
    width: 130px;
}

.Search__detail-contents--i :where(.Search__form-group--seatclass, .Search__form-group--fuel-surcharge) .Search__form-content {
    width: calc(100% - 130px);
}

/* end_シートクラス */

/* --------------------end_検索（海外）-------------------- */

/* --------------------start_検索（バス）-------------------- */

.Search__form-group--bus-departure .Search__input-text:first-of-type {
    border-radius: 4px 4px 0 0;
}

.Search__form-group--bus-departure .Search__input-text:last-of-type {
    border-top: none;
    border-radius: 0 0 4px 4px;
    background: url(../images/icn_busStop.svg) no-repeat right 10px center / 16px;
}

.Search__form-group--bus-departure .Search__input-text:last-of-type::after {
    content: none;
}

/* --------------------end_検索（バス）-------------------- */

/* --------------------start_フォーム切り替えタブ-------------------- */

.Search__tab-items {
    width: 105px;
}

.Search__tab-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 85px;
    margin-bottom: 3px;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 6px 0 0 6px;
    cursor: pointer;
}

.Search__tab-item.active {
    position: relative;
    background: white;
}

.Search__tab-item.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 5px;
    height: 100%;
    background-color: var(--corporate-color);
    border-radius: 6px 0 0 6px;
}

.Search__tab-item.active::after {
    content: "";
    position: absolute;
    top: 0;
    right: -3px;
    display: block;
    width: 3px;
    height: 100%;
    background-color: white;
}

/* --------------------start_フォーム切り替えタブ-------------------- */

/* --------------------start_フォーム内タブ-------------------- */

.Search-form__tab-items {
    display: flex;
    justify-content: flex-start;
    height: 45px;
    margin-bottom: 20px;
}

.Search-form__tab-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    color: var(--corporate-color);
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    background: var(--active-color);
    border-radius: 3px;
}

.Search-form__tab-item:not(:last-child) {
    margin-right: 1.5%;
}

.Search-form__tab-item:not(.active) {
    cursor: pointer;
    transition: box-shadow 0.3s;
}

.Search-form__tab-item:not(.active):hover {
    box-shadow: 0px 0px 0px 1px var(--corporate-color) inset;
}

.Search-form__tab-item.active {
    position: relative;
    color: white;
    background: var(--corporate-color);
}

.Search-form__tab-item.active::after {
    content: "";
    display: block;
    width: 10px;
    height: 6px;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: var(--corporate-color) transparent transparent transparent;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
}

/* --------------------end_フォーム内タブ-------------------- */

/* --------------------start_モーダル（共通設定）-------------------- */

body.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    overflow-y: scroll;
}

.js_commonModal {
    cursor: pointer;
}

.CommonModal {
    position: fixed;
    top: 50%;
    left: 50%;
    opacity: 0;
    z-index: 100;
    width: 700px;
    font-size: 1.5rem;
    background: white;
    border-radius: 6px;
    transform: translate(-50%, calc(-50% + 20px));
    transition: opacity 0.3s, transform 0.3s;
    pointer-events: none;
}

.CommonModal.active {
    opacity: 1;
    transform: translate(-50%, -50%);
    pointer-events: auto;
}

.CommonModal__ttl-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    border-bottom: 1px solid #e5e5e5;
}

.CommonModal__ttl {
    margin-left: 20px;
    font-size: 1.8rem;
    font-weight: 600;
}

#Search .CommonModal__ttl:not(.CommonModal__ttl--no-icn)::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 5px;
    vertical-align: -2px;
    background: url(../../../sharing/common21/images/icn_search--black.svg) no-repeat center / contain;
}

.CommonModal__contents-inner {
    padding: 20px;
}

.CommonModal--search .CommonModal__contents-inner {
    padding: 0;
}

.CommonModal__scroll-area {
    height: calc(100vh - 40px - 50px - 85px);
    max-height: calc(700px - 50px - 85px);
    /*
  100vh(画面の高さ)
  50px(モーダル見出しの高さ)
  85px（モーダル下部ボタンエリアの高さ）
  700px（モーダル最大の高さ）
  */
    overflow-y: auto;
}

.CommonModal .Search__checkbox-label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding: 10px 15px;
    border-color: #e5e5e5;
    height: auto;
    min-height: 45px;
    line-height: 1.3;
}

#Search :where(.d-search2024, .i-search2024, #bus-search) .CommonModal input[type="checkbox"]:checked + .Search__checkbox-label {
    border-color: #e5e5e5;
}

.Search__checkbox-txt {
    width: calc(100% - 25px);
    line-height: 1.3;
}

.CommonModal__btn-detail {
    position: absolute;
    top: 50%;
    right: 15px;
    padding: 5px 10px 5px 12px;
    color: var(--corporate-color);
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    border: 1px solid #7ecff3;
    border-radius: 100px;
    background: white;
    transform: translateY(-50%);
    transition: background-color 0.3s;
}

.CommonModal__btn-detail:hover {
    background-color: var(--active-color);
}

/* start_閉じるボタン */
.js_commonModal-close {
    cursor: pointer;
}

.CommonModal__close {
    display: block;
    position: relative;
    width: 50px;
    height: 100%;
    background: #888;
    border-radius: 0 5px 0 0;
    cursor: pointer;
    transition: opacity 0.3s;
}

.CommonModal__close:hover {
    opacity: 0.7;
}

.CommonModal__close::before,
.CommonModal__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 20px;
    height: 2px;
    background-color: white;
}

.CommonModal__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.CommonModal__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* end_閉じるボタン */

/* start_決定/設定ボタン */
.CommonModal__set-btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 85px;
    border-top: 1px solid #e5e5e5;
    transform: translateY(-1px);
}

.CommonModal__set-btn {
    width: 240px;
    padding: 10px 0;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
    border-width: 0;
    border-radius: 3px;
    background-color: var(--caution-color);
    transition: opacity 0.3s;
}

.CommonModal__set-btn:hover {
    opacity: 0.7;
}

/* end_決定/設定ボタン */

/* start_オーバーレイ */
.CommonModal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00111a;
    z-index: 20;
    opacity: 0.7;
}

/* end_オーバーレイ */

/* --------------------end_モーダル（共通設定）-------------------- */

/* --------------------start_モーダル（出発地）-------------------- */

.CommonModal--departure-ac-wrap {
    border-bottom: 1px solid #e5e5e5;
}

.CommonModal--departure-ac-btn {
    position: relative;
    padding: 10px 15px;
    font-weight: 600;
    cursor: pointer;
    font-size: 1.5rem;
}

.CommonModal--departure-ac-btn.active {
    background: #e5e5e5;
}

.CommonModal--departure-ac-contents {
    display: none;
    border-top: 1px solid #e5e5e5;
}

.CommonModal--departure-ac-contents-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: calc(100% - 30px);
    margin: 15px auto;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    box-shadow: 0px -1px 0px 0px #e5e5e5 inset;
}

.CommonModal--departure .Search__checkbox-label {
    margin-bottom: 0;
    width: calc(100% / 3);
    border-radius: 0;
    border-top: none;
    border-left: none;
}

.CommonModal--departure .Search__checkbox-label:nth-of-type(3n + 1) {
    border-right: none;
}

.CommonModal--departure .Search__checkbox-label:first-of-type {
    font-weight: 600;
    width: 100%;
    border-right: none;
}

/* --------------------end_モーダル（出発地）-------------------- */

/* --------------------start_モーダル（出発空港）-------------------- */

.CommonModal--departure-airpoint-ac-wrap {
    border-bottom: 1px solid #e5e5e5;
}

.CommonModal--departure-airpoint-ac-btn {
    position: relative;
    padding: 10px 15px;
    font-weight: 600;
    cursor: pointer;
}

.CommonModal--departure-airpoint-ac-btn.active {
    background: #e5e5e5;
}

.CommonModal--departure-airpoint-ac-contents {
    display: none;
    border-top: 1px solid #e5e5e5;
}

.CommonModal--departure-airpoint-ac-contents-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: calc(100% - 30px);
    margin: 15px auto;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    box-shadow: 0px -1px 0px 0px #e5e5e5 inset;
}

.CommonModal--departure-airpoint .Search__checkbox-label {
    margin-bottom: 0;
    width: calc(100% / 3);
    border-radius: 0;
    border-top: none;
    border-left: none;
}

.CommonModal--departure-airpoint .Search__checkbox-label:nth-of-type(3n + 1) {
    border-right: none;
}

.CommonModal--departure-airpoint .Search__checkbox-label:first-of-type {
    font-weight: 600;
    width: 100%;
    border-right: none;
}

/* --------------------end_モーダル（出発空港）-------------------- */

/* --------------------start_モーダル（目的地）-------------------- */

.CommonModal--destination-ac-wrap {
    border-bottom: 1px solid #e5e5e5;
}

.CommonModal--destination-ac-btn {
    position: relative;
    padding: 10px 15px;
    font-weight: 600;
    cursor: pointer;
}

.CommonModal--destination-ac-btn[data-lv="2"] {
    font-weight: 400;
}

.CommonModal--destination-ac-btn:not(:first-of-type) {
    border-top: 1px solid #e5e5e5;
}

.CommonModal--destination-ac-btn.active {
    background: #e5e5e5;
}

.CommonModal--destination-ac-contents {
    display: none;
    margin-bottom: -1px;
    border-top: 1px solid #e5e5e5;
}

.CommonModal--destination-ac-contents[data-lv="2"] {
    padding-bottom: 0;
}

.CommonModal--destination-ac-contents-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: calc(100% - 30px);
    margin: 15px auto 15px auto;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    box-shadow: 0px -1px 0px 0px #e5e5e5 inset;
}

.CommonModal--destination-ac-contents-subcategory {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    box-shadow: 0px -1px 0px 0px #e5e5e5 inset;
}

.CommonModal--destination .Search__checkbox-label {
    margin-bottom: 0;
    width: calc(100% / 3);
    border-radius: 0;
    border-top: none;
    border-left: none;
}

.CommonModal--destination .Search__checkbox-label:nth-of-type(3n + 1) {
    border-right: none;
}

.CommonModal--destination .Search__checkbox-label:first-of-type {
    font-weight: 600;
    width: 100%;
    border-right: none;
}

.CommonModal--destination .CommonModal--destination-ac-contents-subcategory .Search__checkbox-label:first-of-type,
#Search
    :where(.d-search2024, .i-search2024, #bus-search)
    .CommonModal--destination
    .CommonModal--destination-ac-contents-subcategory
    input[type="checkbox"]:checked
    + .Search__checkbox-label:first-of-type {
    background-color: #f5f5f5;
}

/* --------------------end_モーダル（目的地）-------------------- */

/* --------------------start_モーダル（カレンダー）-------------------- */

.CommonModal--calendar .CommonModal__contents-inner {
    padding: 0;
}

.CommonModal-day-wrap {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 80px);
    min-height: 350px;
    margin: 40px auto 0 auto;
    gap: 40px;
}

.CommonModal-day-month {
    position: relative;
    width: 290px;
    flex-shrink: 0;
}

.CommonModal-day-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.CommonModal-day-ttl {
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 1.5rem;
    font-weight: 600;
}

.CommonModal-day-select-month {
    margin-left: auto;
    padding: 13px 15px;
    color: #666;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1;
    border: 1px solid #c3c3c3;
    border-radius: 50px;
    transition: opacity 0.3s;
}

.CommonModal-day-select-month.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.CommonModal-day-table th,
.CommonModal-day-table td {
    width: 42px;
    height: 42px;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    border: 1px solid #e5e5e5;
}

.CommonModal-day-table th:first-child,
.CommonModal-day-table td:first-child,
.CommonModal-day-table td.holiday {
    color: var(--caution-color);
}

.CommonModal-day-table th:last-child,
.CommonModal-day-table td:last-child {
    color: var(--corporate-color);
}

.CommonModal-day-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.CommonModal-day-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
}

.CommonModal-day-table th .CommonModal-day-bg {
    background: #f5f5f5;
}

.CommonModal-day-bg:hover,
.CommonModal-day-table th .CommonModal-day-bg:hover {
    background: var(--active-color);
}

.CommonModal-day-bg.active,
.CommonModal-day-table th .CommonModal-day-bg.active {
    color: white;
    background: var(--corporate-color);
}

.CommonModal-day-empty {
    background: #e5e5e5;
}

.CommonModal-day-g {
    opacity: 0.3;
}

.CommonModal-day-control-wrap {
    display: flex;
    justify-content: center;
    width: calc(100% - 80px);
    padding: 15px 0;
    margin: 0 auto;
}

.CommonModal-day-control {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 30px;
    background-color: #f5f5f5;
    border-radius: 50px;
}

.CommonModal-day-control--g {
    opacity: 0.3;
}

.CommonModal-day-control:not(.CommonModal-day-control--g) {
    cursor: pointer;
    transition: box-shadow 0.3s, background-color 0.3s;
}

.CommonModal-day-control:not(.CommonModal-day-control--g):hover {
    box-shadow: 0px 0px 0px 1px var(--corporate-color) inset;
    background-color: var(--active-color);
}

.CommonModal-day-control::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--sub-corporate-color);
    border-right: 2px solid var(--sub-corporate-color);
    transform: rotate(45deg);
}

.CommonModal-day-control--prev {
    margin-right: 15px;
}

.CommonModal-day-control--prev::before {
    transform: rotate(-135deg);
}

.CommonModal-day-display-wrap {
    display: flex;
    justify-content: center;
    background: #f5f5f5;
    border-top: 1px solid #e5e5e5;
}

.CommonModal-day-display-group {
    padding: 3px 10px 5px 10px;
}

.CommonModal-day-display-group:not(:last-child) {
    border-right: 1px solid #e5e5e5;
}

.CommonModal-day-display-ttl {
    color: var(--sub-corporate-color);
    font-size: 1.3rem;
    font-weight: 600;
}

.CommonModal-day-display-content {
    font-size: 1.5rem;
    line-height: 1;
}

/* --------------------end_モーダル（カレンダー）-------------------- */

/* --------------------start_モーダル（テーマ）-------------------- */

.CommonModal--theme .CommonModal__contents-inner {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1px;
}

.CommonModal--theme-label {
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 1.4rem;
    font-weight: 600;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background-color: #f5f5f5;
}

.CommonModal--theme .Search__checkbox-label {
    width: calc(100% / 3);
    margin: 0;
    border-radius: 0;
    border-top: none;
}

.CommonModal--theme .Search__checkbox-label {
    border-left: none;
}

.CommonModal--theme .Search__checkbox-label:nth-of-type(3n) {
    border-right: none;
}

/* --------------------end_モーダル（テーマ）-------------------- */

/* --------------------start_モーダル（航空会社）-------------------- */

#Search__i-carr .CommonModal__contents-inner {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.CommonModal--airplane-label {
    display: block;
    width: 100%;
    padding: 10px 15px;
    color: #666;
    font-size: 1.4rem;
    font-weight: 600;
    border-bottom: 1px solid #e5e5e5;
    background-color: #f5f5f5;
}

#Search__i-carr .Search__checkbox-label {
    width: 50%;
    margin: 0;
    padding-right: 70px;
    border-radius: 0;
    border-left: none;
    border-top: none;
}

#Search__i-carr .CommonModal__contents-inner:not(:last-of-type) .Search__checkbox-label:nth-of-type(2n + 1) {
    border-right: none;
}

#Search__i-carr .CommonModal__contents-inner:not(:last-of-type) .Search__checkbox-label:first-of-type {
    font-weight: 600;
    width: 100%;
}

.CommonModal--airplane-logo {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    vertical-align: -10px;
    border: 1px solid #e5e5e5;
}

#Search__i-carr .CommonModal__set-btn-wrap {
    position: relative;
}

.Condition__airplane-input-wrap {
    position: absolute;
    bottom: 20px;
    left: 15px;
    z-index: 1;
}

.Condition__airplane-input-ttl {
    margin-bottom: 3px;
    font-size: 1.3rem;
    font-weight: 600;
}

.Condition__airplane-input-content .Search__radio-label {
    margin-right: 5px;
    font-size: 1.4rem;
}

/* --------------------end_モーダル（航空会社）-------------------- */

/* --------------------start_モーダル（ブランド）-------------------- */

.CommonModal--brand .Search__checkbox-label {
    width: 100%;
    margin: 0;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
}

/* --------------------start_モーダル（ブランド）-------------------- */

/* --------------------start_モーダル（催行状況）-------------------- */

.CommonModal--decide .Search__checkbox-label {
    width: 100%;
    margin: 0;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
}

/* --------------------start_モーダル（催行状況）-------------------- */

/* --------------------start_モーダル（ホテル・旅館）-------------------- */

/* start_タブ */

.CommonModal--hotel-tab-items {
    display: flex;
    width: 100%;
    height: 50px;
    background: white;
}

.CommonModal--hotel-tab-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    color: #666;
    font-size: 1.4rem;
    font-weight: 600;
    border-bottom: 2px solid #c3c3c3;
}

.CommonModal--hotel-tab-item:not(.active) {
    transition: color 0.3s;
    cursor: pointer;
}

.CommonModal--hotel-tab-item:not(.active):hover {
    color: var(--corporate-color);
}

.CommonModal--hotel-tab-item.active {
    color: var(--corporate-color);
    background: var(--active-color);
    border-color: var(--corporate-color);
}

/* end_タブ */

#Search__d-hotel .CommonModal__scroll-area {
    max-height: unset;
    height: calc(700px - 50px - 85px - 50px);
    /*
      700px（モーダル最大の高さ）
      50px(モーダル見出しの高さ)
      85px（モーダル下部ボタンエリアの高さ）
      50px（モーダルタブの高さ）
      */
}

#Search__d-hotel .CommonModal__contents--map .CommonModal__scroll-area {
    height: calc(700px - 50px - 50px);
    /*
      700px（モーダル最大の高さ）
      50px(モーダル見出しの高さ)
      50px（モーダルタブの高さ）
      */
}

#Search__d-hotel .CommonModal__contents-inner {
    margin-top: -1px;
    padding: 0;
    box-shadow: none;
}

/* start_絞り込む */

.CommonModal--hotel-sort-wrap {
    height: 140px;
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.CommonModal--hotel-sort-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.CommonModal--hotel-sort-group:not(:first-child) {
    margin-top: 15px;
}

.CommonModal--hotel-sort-ttl {
    width: 180px;
    font-size: 1.4rem;
    font-weight: 600;
}

.CommonModal--hotel-sort-content {
    display: flex;
    justify-content: flex-start;
    width: calc(100% - 180px);
    overflow-x: auto;
}

/* start_ランクで */

.CommonModal--hotel-sort-items {
    display: flex;
    justify-content: flex-start;
    font-size: 1.4rem;
    font-weight: 600;
}

.CommonModal--hotel-sort-item:not(:last-child) {
    margin-right: 10px;
}

.CommonModal--hotel-sort-wrap .Search__checkbox-label {
    min-height: unset;
    margin-bottom: 0;
    padding: 10px 12px;
    white-space: nowrap;
}

#Search .d-search2024 .CommonModal--hotel-sort-wrap input[type="checkbox"]:checked + .Search__checkbox-label {
    border-color: var(--corporate-color);
}

/* end_ランクで */

/* start_ホテル名で */

.CommonModal__contents--map .CommonModal--hotel-sort-wrap {
    height: 80px;
}

.CommonModal__contents--map .CommonModal--hotel-sort-group--name {
    display: none;
}

.CommonModal--hotel-sort-wrap .Search__input-text {
    position: relative;
    margin-right: 10px;
    width: 320px;
}

.CommonModal--hotel-sort-wrap .Search__input-text::after {
    content: none;
}

.CommonModal--hotel-sort-name-btn-clear {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.CommonModal--hotel-sort-name-btn-clear:hover {
    opacity: 0.7;
}

.CommonModal--hotel-sort-name-btn-clear::before,
.CommonModal--hotel-sort-name-btn-clear::after {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background: #888;
    position: absolute;
    top: 50%;
    left: 50%;
}

.CommonModal--hotel-sort-name-btn-clear::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.CommonModal--hotel-sort-name-btn-clear::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.CommonModal--hotel-sort-btn-narrow {
    display: block;
    padding: 10px 20px;
    font-size: 1.4rem;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    transition: opacity 0.3s;
    cursor: pointer;
}

.CommonModal--hotel-sort-btn-narrow::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 5px;
    vertical-align: -3px;
    background: url(/sharing/common21/images/icn_search--black.svg) no-repeat center / contain;
    opacity: 0.8;
}

.CommonModal--hotel-sort-btn-narrow:hover {
    opacity: 0.7;
}

/* end_ホテル名で */

/* end_絞り込む */

.CommonModal--hotel-tab-contents {
    display: none;
}

.CommonModal--hotel-tab-contents.active {
    display: block;
}

/* start_一覧から選択 */

.CommonModal--hotel-list-prefecture-ac-btn {
    position: relative;
    padding: 10px 15px;
    font-weight: 600;
    cursor: pointer;
    border-bottom: 1px solid #e5e5e5;
}

.CommonModal--hotel-list-prefecture-ac-btn.active {
    background: #f5f5f5;
}

.CommonModal--hotel-list-prefecture-inner {
    display: none;
}

.CommonModal--hotel-list-ac-btn {
    position: relative;
    padding: 10px 15px;
    font-weight: 600;
    cursor: pointer;
    border-bottom: 1px solid #e5e5e5;
}

.CommonModal--hotel-list-ac-btn:not(.js_common-modal-ac-btn),
.CommonModal--hotel-list-ac-btn.active {
    background: #f5f5f5;
}

.CommonModal--hotel-list-ac-contents {
    display: none;
}

.Common__hotel-list-rank-label {
    display: block;
    width: 100%;
    padding: 10px 15px;
    color: #666;
    font-size: 1.4rem;
    font-weight: 600;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background-color: #f5f5f5;
}

.CommonModal--hotel-tab-contents--list .Search__checkbox-label {
    width: 100%;
    margin: 0;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
}

.CommonModal--hotel-tab-contents--list .Search__checkbox-label:first-of-type {
    font-weight: 600;
    width: 100%;
    border-right: none;
}

.CommonModal--hotel-list-prefecture-inner dl dt {
    padding-left: 30px;
}

.CommonModal--hotel-list-prefecture-inner .Common__hotel-list-rank-label {
    padding-left: 30px;
}

.CommonModal--hotel-list-prefecture-inner .Search__checkbox-label {
    padding-left: 30px;
}

/* end_一覧から選択 */

/* start_地図から選択 */

.CommonModal--hotel-tab-contents-map-inner {
    display: flex;
    justify-content: space-between;
    height: calc(700px - 50px - 50px - 80px + 1px);
    /*
      700px（モーダル最大の高さ）
      50px(モーダル見出しの高さ)
      50px（タブの高さ）
      80px（絞り込みの高さ）
      1px（.CommonModal__contents-innerのネガティブマージン分）
      */
}

.CommonModal--hotel-map-wrap {
    position: relative;
    width: 370px;
    background: #f5f5f5;
    border-radius: 0 0 0 6px;
}

.CommonModal--hotel-map-area {
    display: block;
    width: 100%;
    height: 97%;
    background-color: #ffffff;
}

/* start_地図上ホテル枠 */

.CommonModal--hotel-map-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 330px;
    padding: 15px;
    background: white;
    border-radius: 6px;
    box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 5%);
}

.CommonModal--hotel-map-info-btn-close {
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    background: #888;
    border-radius: 50%;
    cursor: pointer;
    transition: opacity 0.3s;
}

.CommonModal--hotel-map-info-btn-close:hover {
    opacity: 0.7;
}

.CommonModal--hotel-map-info-btn-close::before,
.CommonModal--hotel-map-info-btn-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 1.2rem;
    height: 0.2rem;
    background-color: white;
}

.CommonModal--hotel-map-info-btn-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.CommonModal--hotel-map-info-btn-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.CommonModal--hotel-map-info-ttl {
    width: 100%;
    margin-bottom: 10px;
    font-size: 1.5rem;
    font-weight: 600;
}

.CommonModal--hotel-map-info-img {
    width: 100px;
}

.CommonModal--hotel-map-info-img img {
    width: 100% !important;
    border: 1px solid #e5e5e5;
}

.CommonModal--hotel-map-info-txt {
    width: calc(100% - 110px);
}

.CommonModal--hotel-map-info-rank {
    color: var(--sub-corporate-color);
    font-size: 1.2rem;
    font-weight: 600;
}

.CommonModal--hotel-map-info-description {
    margin-bottom: 10px;
    font-size: 1.3rem;
}

.CommonModal--hotel-map-info-btn-items {
    display: flex;
    justify-content: flex-end;
}

.CommonModal--hotel-map-info-btn-item {
    padding: 10px 12px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    border-radius: 50px;
}

.CommonModal--hotel-map-info-btn-item--detail {
    color: var(--corporate-color);
    border: 1px solid #7fcff4;
    transition: background-color 0.3s;
}

.CommonModal--hotel-map-info-btn-item--detail:hover {
    background-color: var(--active-color);
}

.CommonModal--hotel-map-info-btn-item--add {
    color: white;
    background-color: var(--corporate-color);
    transition: opacity 0.3s;
}

.CommonModal--hotel-map-info-btn-item--add:hover {
    opacity: 0.7;
}

.CommonModal--hotel-map-info-btn-item:first-child {
    margin-right: 5px;
}

/* end_地図上ホテル枠 */

.CommonModal--hotel-selected-wrap {
    width: calc(100% - 370px);
}

.CommonModal--hotel-selected-scroll-area {
    max-height: calc(100% - 85px);
    overflow-y: auto;
}

.CommonModal--hotel-selected-btn {
    position: relative;
    display: block;
    width: calc(100% - 40px);
    margin: 20px auto;
    padding: 14px 0;
    font-size: 1.4rem;
    text-align: center;
    background: #f5f5f5;
    border-radius: 4px;
    cursor: pointer;
}

.CommonModal--hotel-selected-num {
    position: absolute;
    top: -6px;
    left: -6px;
    width: 22px;
    height: 22px;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--corporate-color);
}

.CommonModal--hotel-selected-items {
    border-top: 1px solid #e5e5e5;
}

.CommonModal--hotel-selected-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
}

.CommonModal--hotel-selected-item-name {
    line-height: 1.3;
    width: 165px;
}

.CommonModal--hotel-selected-item-btn-wrap {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 190px);
}

.CommonModal--hotel-selected-item-btn {
    display: block;
    padding: 8px 12px;
    color: var(--corporate-color);
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    border: 1px solid #7fcff4;
    border-radius: 50px;
    transition: background-color 0.3s;
}

.CommonModal--hotel-selected-item-btn--detail:hover {
    background-color: var(--active-color);
}

.CommonModal--hotel-selected-item-btn--delete {
    color: #666;
    border-color: #c9c9c9;
}

.CommonModal--hotel-map-info-btn-item--del {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}

.CommonModal--hotel-selected-item-btn--delete:hover {
    background-color: #f5f5f5;
}

.CommonModal__contents--map .CommonModal__set-btn-wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 370px);
}

/* end_地図から選択 */

/* --------------------end_モーダル（ホテル・旅館）-------------------- */

/* --------------------start_モーダル（シートクラス）-------------------- */

.CommonModal--seatclass .Search__checkbox-label {
    width: 100%;
    margin: 0;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
}

/* --------------------end_モーダル（シートクラス）-------------------- */

/* --------------------start_モーダル（催行状況）-------------------- */

.CommonModal--do .Search__checkbox-label {
    width: 100%;
    margin: 0;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
}

/* --------------------end_モーダル（催行状況）-------------------- */

/* --------------------start_モーダル（バス乗車地）-------------------- */

.CommonModal--bus-stop .CommonModal__contents-inner {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1px;
}

.CommonModal--bus-stop-label {
    display: block;
    width: 100%;
    padding: 10px 15px;
    color: #666;
    font-size: 1.4rem;
    font-weight: 600;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background-color: #e5e5e5;
}

.CommonModal--bus-stop .Search__checkbox-label {
    width: calc(100% / 3);
    margin: 0;
    border-radius: 0;
    border-top: none;
}

.CommonModal--bus-stop .Search__checkbox-label {
    border-left: none;
}

.CommonModal--bus-stop .Search__checkbox-label:nth-of-type(3n) {
    border-right: none;
}

/* --------------------end_モーダル（バス乗車地）-------------------- */

/* --------------------start_モーダル（バステーマ）-------------------- */

.CommonModal--bus-theme-ac-btn {
    display: block;
    width: 100%;
    margin-top: -1px;
    padding: 10px 15px;
    font-size: 1.4rem;
    font-weight: 600;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background-color: #e5e5e5;
}

.CommonModal--bus-theme-ac-contents {
    display: flex;
    flex-wrap: wrap;
}

.CommonModal--bus-theme .Search__checkbox-label {
    width: calc(100% / 3);
    margin: 0;
    border-radius: 0;
    border-top: none;
    border-left: none;
}

.CommonModal--bus-theme .Search__checkbox-label:nth-of-type(3n) {
    border-right: none;
}

.CommonModal--bus-theme .Search__icn-plus {
    display: none;
}

/* --------------------end_モーダル（バステーマ）-------------------- */

/* --------------------start_検索（ベース）（horizontal）-------------------- */

.Search_module--horizontal {
    max-width: 1024px;
    margin: 0 auto;
    --horizontal-label-width: 60px;
    --horizontal-long-label-width: 130px;
    --horizontal-content-width: calc(100% - var(--horizontal-label-width));
    --horizontal-long-content-width: calc(100% - var(--horizontal-long-label-width));
}

.Search_module--horizontal #Search {
    width: 100%;
}

.Search_module--horizontal .Search-form-wrap {
    padding-bottom: 0;
}

.Search_module--horizontal .i-search2024 {
    min-height: unset;
}

.Search_module--horizontal .Search__form-ttl {
    width: 100%;
}

.Search_module--horizontal .Search__form-heading {
    width: 100%;
    margin-bottom: 20px;
}

.Search_module--horizontal .Search__form-group-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.Search_module--horizontal .Search__form-group {
    align-items: center;
    width: 48%;
}

.Search_module--horizontal .Search__form-group:nth-last-child(2) {
    margin-bottom: 0;
}

.Search_module--horizontal :where(.Search__detail-contents--i, .Search__detail-contents--d) .Search__form-label {
    width: var(--horizontal-label-width);
}

.Search_module--horizontal
    :where(.Search__detail-contents--i, .Search__detail-contents--d)
    :where(.Search__form-group--seatclass, .Search__form-group--fuel-surcharge)
    .Search__form-label {
    width: var(--horizontal-long-label-width);
}

.Search_module--horizontal :where(.Search__detail-contents--i, .Search__detail-contents--d) .Search__form-content {
    width: var(--horizontal-content-width);
}

.Search_module--horizontal
    :where(.Search__detail-contents--i, .Search__detail-contents--d)
    :where(.Search__form-group--seatclass, .Search__form-group--fuel-surcharge)
    .Search__form-content {
    width: var(--horizontal-long-content-width);
}

.Search_module--horizontal :where(.Search__form-group--hayawari-check, .Search__form-group--exclude-1night) .Search__form-content {
    padding-left: calc(var(--horizontal-label-width) + 10px);
}

/* start_下部共通パーツ */
.Search_module--horizontal .Search__submit-wrap {
    position: static;
    justify-content: center;
    margin-top: 20px;
}

.Search_module--horizontal .Search__hit-wrap {
    width: auto;
    margin-right: 20px;
}

.Search_module--horizontal .Search__detail-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 40px;
    line-height: 1.2;
}

.Search_module--horizontal #i-search .Search__detail-btn {
    top: 162px;
}

.Search_module--horizontal #d-search .Search__detail-btn {
    top: 158px;
}

.Search_module--horizontal #bus-search .Search__detail-btn {
    top: 106px;
}

.Search_module--horizontal .Search__submit {
    max-width: 400px;
}
/* end_下部共通パーツ */

/* start_追加条件 */
.Search_module--horizontal .Search__detail-contents {
    position: static;
    margin-top: 60px;
    padding: 0;
}

.Search_module--horizontal #d-search .Search__detail-contents {
    margin-top: 20px;
}

.Search_module--horizontal .Search__detail-contents--half-width {
    width: 100%;
}

.Search_module--horizontal .Search__detail-contents-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-left: none;
    padding-left: 0;
}
/* end_追加条件 */

/* --------------------end_検索（ベース）（horizontal）-------------------- */

/* --------------------start_検索（基本項目）（horizontal）-------------------- */

/* start_添乗員 */
.Search_module--horizontal .Search__checkbox-label--conductor {
    width: calc((100% - 20px) / 3);
}

.Search_module--horizontal .Search__checkbox-label--conductor:nth-of-type(n + 3) {
    margin-top: 0;
}
/* end_添乗員 */

/* --------------------end_検索（基本項目）（horizontal）-------------------- */

/* --------------------start_検索（海外）（horizontal）-------------------- */

.Search_module--horizontal .Search__checkbox-label--various-places {
    height: 40px;
}

.Search_module--horizontal .Search__checkbox-label--various-places br {
    display: none;
}

/* start_早期割引チェックボックス（内外共通） */
.Search_module--horizontal .Search__form-group--hayawari-check {
    margin-bottom: 15px;
    align-self: flex-start;
}
/* end_早期割引チェックボックス（内外共通） */

/* start_追加条件内順番入れ替え */
.Search_module--horizontal #i-search .Search__form-group--various-places {
    order: 0;
}

.Search_module--horizontal #i-search .Search__form-group--price {
    order: 1;
}

.Search_module--horizontal #i-search .Search__form-group--hayawari-check {
    order: 2;
    margin-left: 510px;
}

.Search_module--horizontal #i-search .Search__form-group--fuel-surcharge {
    order: 3;
}

.Search_module--horizontal #i-search .Search__form-group--carr {
    order: 4;
}

.Search_module--horizontal #i-search .Search__form-group--seatclass {
    order: 5;
}

.Search_module--horizontal #i-search .Search__form-group--brand {
    order: 6;
}

.Search_module--horizontal #i-search .Search__form-group--keyword {
    order: 7;
}

.Search_module--horizontal #i-search .Search__form-group--decide {
    order: 8;
}
/* end_追加条件内順番入れ替え */

/* --------------------end_検索（海外）（horizontal）-------------------- */

/* --------------------start_検索（国内）（horizontal）-------------------- */

/* start_追加条件内順番入れ替え */
.Search_module--horizontal #d-search .Search__form-group--transport {
    order: 0;
    margin-right: 500px;
}

.Search_module--horizontal #d-search .Search__form-group--price {
    order: 1;
}

.Search_module--horizontal #d-search .Search__form-group--stay-number {
    order: 2;
}

.Search_module--horizontal #d-search .Search__form-group--hayawari-check {
    order: 3;
    margin: 10px 0 20px;
}

.Search_module--horizontal #d-search .Search__form-group--exclude-1night {
    order: 4;
    margin: 10px 0 20px;
}

.Search_module--horizontal #d-search .Search__form-group--hotel {
    order: 5;
}

.Search_module--horizontal #d-search .Search__form-group--brand {
    order: 6;
}

.Search_module--horizontal #d-search .Search__form-group--keyword {
    order: 7;
}

.Search_module--horizontal #d-search .Search__form-group--decide {
    order: 8;
}

.Search_module--horizontal #d-search .Search__form-group.Search__form-group--hotel .Search__form-label {
    font-size: 1.3rem;
    letter-spacing: -0.1rem;
}

.Search_module--horizontal #d-search .Search__form-group.Search__form-group--hotel .Search__form-label label {
    width: 80px;
}

.Search_module--horizontal #d-search .Search__form-content:has(#d-destination) {
    width: calc(100% - 85px);
}

.Search_module--horizontal #d-search .Search__form-group--kikan .Search__form-label,
.Search_module--horizontal #d-search .Search__form-label:has(label[for="d-destination"]) {
    width: 85px;
}

.Search_module--horizontal #d-search .Search__form-group--kikan .Search__form-content {
    width: calc(100% - 85px);
}

/* end_追加条件内順番入れ替え */

/* --------------------end_検索（国内）（horizontal）-------------------- */

/* --------------------start_検索（バス）（horizontal）-------------------- */

.Search_module--horizontal .Search__form-group--bus-departure .Search__input-text {
    width: 50%;
}

.Search_module--horizontal .Search__form-group--bus-departure .Search__input-text:first-of-type {
    border-radius: 4px 0 0 4px;
}

.Search_module--horizontal .Search__form-group--bus-departure .Search__input-text:last-of-type {
    border-top: 1px solid #888;
    border-left: none;
    border-radius: 0 4px 4px 0;
}

/* start_追加条件内順番入れ替え */
#bus-search .Search__form-group--price {
    order: 0;
}

#bus-search .Search__form-group--hayawari-check {
    order: 2;
}

#bus-search .Search__form-group--keyword {
    order: 1;
    margin-bottom: 10px;
}

#bus-search .Search__form-group--decide {
    order: 3;
}
/* end_追加条件内順番入れ替え */

/* --------------------end_検索（バス）（horizontal）-------------------- */
