/* カテゴリトップsp共通css */

/* --------------------start_共通パーツ-------------------- */

.Common21__section {
    margin-bottom: 4rem;
}

.Common21__section--border-bottom {
    padding-bottom: 4rem;
    border-bottom: 1px solid #e5e5e5;
}

.Common21__section-ttl-lev1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    margin-bottom: 2.6rem;
    padding: 0 1.5rem;
    font-size: 2.2rem;
    font-weight: var(--bold);
    line-height: 1.3;
    text-align: center;
}

.Common21__section-ttl-lev1::before,
.Common21__section-ttl-lev1::after {
    content: "";
    display: block;
    height: 0.3rem;
    position: absolute;
    bottom: -1rem;
}

.Common21__section-ttl-lev1::before {
    width: 7rem;
    left: 50%;
    transform: translateX(-50%);
    background: var(--corporate-color);
}

.Common21__section-ttl-lev1::after {
    width: 3.5rem;
    left: 50%;
    background: var(--sub-corporate-color);
}

.Common21__section-ttl-lev2 {
    position: relative;
    width: calc(100% - 3rem);
    margin: 0 auto 1rem auto;
    padding: 1rem 0 0 0.8rem;
    font-size: 1.8rem;
    font-weight: var(--bold);
    border-top: 1px solid #e5e5e5;
}

.Common21__section-ttl-lev2::before,
.Common21__section-ttl-lev2::after {
    content: "";
    display: block;
    width: 0.4rem;
    height: 1rem;
    position: absolute;
    left: 0;
    top: 2.4rem;
}

.Common21__section-ttl-lev2::before {
    transform: translateY(-100%);
    background: var(--corporate-color);
}

.Common21__section-ttl-lev2::after {
    background: var(--sub-corporate-color);
}

/* start_line-btn */
.Common21__line-btn {
    --Common21__line-btn-height: 6rem;
    --Common21__line-btn-padding: 1.5rem;
    display: inline-block;
    position: relative;
    min-height: var(--Common21__line-btn-height);
    padding: var(--Common21__line-btn-padding) 4rem var(--Common21__line-btn-padding) 2rem;
    font-size: 1.5rem;
    line-height: 1.3;
    text-align: left;
    border-radius: 0.4rem;
    border: 1px solid #c3c3c3;
}

.Common21__line-btn-inner {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    min-height: calc(var(--Common21__line-btn-height) - (var(--Common21__line-btn-padding) * 2));
}

.Common21__line-btn::before {
    content: "";
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    top: 50%;
    right: 1rem;
    background: var(--corporate-color);
    border-radius: 50%;
    transform: translateY(-50%);
}

.Common21__line-btn::after {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top: 50%;
    right: 1.6rem;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: translateY(-50%) rotate(45deg);
}

.Common21__line-btn:active {
    border-color: var(--corporate-color);
    background-color: #f2fafe;
}

/* end_line-btn */

/* start_Common21__fill-btn */
.Common21__fill-btn-wrap {
    margin-top: 2rem;
    padding: 0 1.5rem;
    text-align: center;
}

.Common21__fill-btn {
    --Common21__fill-btn-height: 6rem;
    --Common21__fill-btn-padding: 1.5rem;
    display: inline-block;
    position: relative;
    min-height: var(--Common21__fill-btn-height);
    padding: var(--Common21__fill-btn-padding) 4rem var(--Common21__fill-btn-padding) 2rem;
    color: white;
    font-size: 1.5rem;
    font-weight: var(--bold);
    line-height: 1.3;
    text-align: left;
    background: var(--corporate-color);
    border-radius: 0.4rem;
}

.Common21__fill-btn-inner {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    min-height: calc(var(--Common21__fill-btn-height) - (var(--Common21__fill-btn-padding) * 2));
}

.Common21__fill-btn::after {
    content: "";
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    top: 50%;
    right: 1.6rem;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: translateY(-50%) rotate(45deg);
    transition: border-color 0.3s;
}

.Common21__fill-btn:active {
    color: var(--corporate-color);
    background-color: white;
    box-shadow: 0px 0px 0px 1px var(--corporate-color) inset;
}

.Common21__fill-btn:active::after {
    border-color: var(--corporate-color);
}

/* end_Common21__fill-btn */

/* --------------------end_共通パーツ-------------------- */

#PageName {
    padding: 2rem 1.5rem 1rem 1.5rem;
    font-size: 2.3rem;
    font-weight: var(--bold);
    line-height: 1.3;
}

.sp-break {
    display: block;
}

/* --------------------start_メインバナー-------------------- */

.MainBn__swiper {
    --swiper-theme-color: var(--corporate-color);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 1rem 1rem 2rem 1rem;
    overflow: hidden;
}

.MainBn__slide {
    position: relative;
    margin-right: 2rem;
    border-radius: 0.6rem;
    overflow: hidden;
}

.MainBn__slide:active {
    opacity: 0.7;
}

.MainBn__link {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.MainBn__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    color: white;
    font-size: 1.4rem;
    font-weight: var(--bold);
    background: rgba(0, 0, 0, 0.65);
    border-radius: 0 0 0.6rem 0.6rem;
}

/* start_control */
.MainBn__swiper-control {
    display: inline-block;
    margin-top: 1rem;
}

.MainBn__swiper-control * {
    outline: none;
}

.MainBn__swiper-control-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.MainBn__swiper-button-next,
.MainBn__swiper-button-prev {
    position: relative;
    width: 3rem;
    height: 3rem;
    border: 1px solid #c3c3c3;
    border-radius: 50%;
}

.MainBn__swiper-button-next.swiper-button-disabled,
.MainBn__swiper-button-prev.swiper-button-disabled {
    visibility: hidden;
}

.MainBn__swiper-button-prev {
    transform: rotate(180deg);
}

.MainBn__swiper-pagination {
    padding: 0 1rem;
}

.MainBn__swiper .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    margin: 0 1rem;
}

/* end_control */

.swiper_pause {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 3rem;
}

.swiper_pause::before {
    content: "";
    position: absolute;
    top: 0.5rem;
    left: 0;
    display: block;
    width: 100%;
    height: calc(100% - 1rem);
    border-left: 1px dotted #c3c3c3;
}

.swiper_pause-inner {
    position: relative;
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    overflow: hidden;
    text-indent: 100%;
}

.swiper_pause-inner::before,
.swiper_pause-inner::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 0.4rem;
    height: 1.4rem;
    background: var(--swiper-theme-color);
}

.swiper_pause-inner::before {
    left: 0.2rem;
}

.swiper_pause-inner::after {
    right: 0.2rem;
}

.paused .swiper_pause-inner::before {
    display: none;
}

.paused .swiper_pause-inner::after {
    width: 0;
    height: 0;
    border-width: 8px 0 8px 12px;
    border-style: solid;
    border-color: transparent transparent transparent var(--swiper-theme-color);
    background: transparent;
}

.MainBn__swiper-pagination {
    display: flex;
    align-items: center;
}

.MainBn__swiper .swiper-pagination-bullet {
    width: 1.2rem;
    height: 1.2rem;
}

.MainBn__swiper .swiper-pagination-bullet-active {
    width: 1.8rem;
    height: 1.8rem;
}

/* --------------------end_メインバナー-------------------- */

/* --------------------start_Keyvisual-------------------- */
#Keyvisual {
    position: relative;
    height: 62.67vw;
}

.Keyvisual__spot-name {
    position: absolute;
    right: 1.5rem;
    bottom: 1rem;
    padding: 0 0.5rem;
    max-width: calc(100% - 3rem);
    color: white;
    font-size: 1.2rem;
    background-color: rgba(0, 35, 51, 0.6);
}

.Keyvisual__img {
    width: 100%;
    height: 100%;
}

.Keyvisual__img img {
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

/* --------------------end_Keyvisual-------------------- */

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

:where(.d-search2024, .i-search2024) {
    --corporate-color: #0073c0;
    --caution-color: #db2100;
}

#Search {
    --search-input-height: 4.5rem;
    padding: 3rem 1.5rem 2rem 1.5rem;
    border-top: 1px solid #e5e5e5;
}

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

.Search__form {
    width: 100%;
    padding: 2rem 1.5rem;
    border: 0.2rem solid #e5e5e5;
    border-radius: 0.6rem;
    background: white;
    border-radius: 0.6rem;
}

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

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

/* start_タブ */

.Search__tab-items {
    display: flex;
    justify-content: flex-start;
}

.Search__tab-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    font-weight: var(--bold);
    line-height: 1.3;
    text-align: center;
    background: #f5f5f5;
    border-radius: 0.6rem 0.6rem 0 0;
}

.Search__tab-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 0.5rem;
    background: white;
}

.Search__tab-item.active {
    border: 0.2rem solid #e5e5e5;
    border-bottom: none;
    background: transparent;
}

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

.Search__tab-item.active::after {
    height: 0.7rem;
    bottom: -0.2rem;
}

.Search__tab-item:not(:last-child) {
    margin-right: 0.5rem;
}

/* end_タブ */

/* start_form内タブ */

.Search-form__tab-items {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    height: 5rem;
}

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

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

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

.Search-form__tab-item--dp01 {
    width: calc(40% - 0.25rem);
}

.Search-form__tab-item--dp02 {
    width: calc(60% - 0.25rem);
}

/* end_form内タブ */

.Search__form-ttl {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
    font-size: 2rem;
    font-weight: var(--bold);
    line-height: 1.3;
    text-indent: -2.5rem;
}

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

.Search__form-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    --Search__form-label-width: 6rem;
}

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

.Search__form-heading {
    margin-bottom: 1.5rem;
    padding: 1.5rem 0;
    font-size: 1.3rem;
    font-weight: var(--bold);
    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: 0.5rem;
    height: 1px;
    background: #333;
}

.Search__form-heading-inner::before {
    left: -1rem;
}

.Search__form-heading-inner::after {
    right: -1rem;
}

.Search__form-heading:not(:first-child) {
    margin-top: 2rem;
}

.Search__form-label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: var(--Search__form-label-width);
    /* height: var(--search-input-height); */
    font-size: 1.4rem;
    font-weight: var(--bold);
    line-height: 1.3;
}

.Search__form-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - var(--Search__form-label-width));
    padding-left: 1rem;
    font-size: 1.4rem;
}

/* start_ラジオボタン */

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

.Search__radio-label {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 1rem;
    border: 1px solid #c3c3c3;
    border-radius: 0.4rem;
}

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

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

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

/* end_ラジオボタン */

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

.Search__radio-label--simple {
    margin: 1rem 0 0 0;
    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 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1rem;
    padding: 1rem;
    border: 1px solid #c3c3c3;
    border-radius: 0.4rem;
}

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

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

.Search__checkbox-btn {
    position: relative;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    margin-right: 0.5rem;
    vertical-align: -0.5rem;
    border-radius: 0.4rem;
    border: 0.2rem 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: 1rem;
    height: 0.7rem;
    border-left: 0.2rem solid white;
    border-bottom: 0.2rem solid white;
    transform: translate(-50%, -70%) rotate(-45deg);
}

#Search .Search__checkbox-txt {
    width: calc(100% - 2.5rem);
}

#Search .Search__checkbox-txt:has(.CommonModal__btn-detail) {
    padding-right: 6rem;
}

/* 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;
    overflow: hidden;
    border: 1px solid #888;
    border-radius: 0.4rem;
    font-size: 1.6rem;
}

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

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

#Search select {
    --scale-down: calc(1.4 / 1.6);
    --scale-up: calc(1.6 / 1.4);
    width: calc(100% * var(--scale-up));
    height: calc(var(--search-input-height) * var(--scale-up));
    margin: calc((((var(--search-input-height) * var(--scale-up)) - var(--search-input-height)) * -1) / 2) 0;
    padding: calc(1rem * var(--scale-up)) calc(2.4rem * var(--scale-up)) calc(1rem * var(--scale-up)) calc(1rem * var(--scale-up));
    line-height: calc(1.6 * var(--scale-down));
    transform: scale(var(--scale-down));
    transform-origin: 0;
}

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

/* start_input-text */
#Search input[type="text"] {
    --scale-down: calc(1.4 / 1.6);
    --scale-up: calc(1.6 / 1.4);
    width: calc(100% * var(--scale-up));
    height: calc(var(--search-input-height) * var(--scale-up));
    margin: calc((((var(--search-input-height) * var(--scale-up)) - var(--search-input-height)) * -1) / 2) 0;
    padding: calc(1rem * var(--scale-up)) calc(3rem * var(--scale-up)) calc(1rem * var(--scale-up)) calc(1rem * var(--scale-up));
    line-height: calc(1.6 * var(--scale-down));
    text-overflow: ellipsis;
    transform: scale(var(--scale-down));
    transform-origin: 0;
}

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

.Search__input-text {
    position: relative;
    width: 100%;
    border: 1px solid #888;
    border-radius: 0.4rem;
    font-size: 1.6rem;
    overflow: hidden;
}

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

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

/* end_input-text */

/* start_横並びinput/select */
.Search__2col-input {
    position: relative;
    width: 50%;
}

.Search__2col-input .Search__form-label {
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: calc(100% - 1.6rem);
    height: auto;
    padding-top: 0;
    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: 0.4rem 0 0 0.4rem;
    border-right: none;
}

.Search__2col-input:last-child .Search__input-text {
    border-radius: 0 0.4rem 0.4rem 0;
}

#Search .Search__2col-input input[type="text"] {
    height: auto;
    padding-top: calc(3rem * var(--scale-up));
    padding-bottom: calc(0.85rem * var(--scale-up));
}

/* end_input */

/* start_select */
.Search__2col-input:first-child .Search__select {
    border-radius: 0.4rem 0 0 0.4rem;
    border-right: none;
}

.Search__2col-input:last-child .Search__select {
    border-radius: 0 0.4rem 0.4rem 0;
}

#Search .Search__2col-input select {
    height: auto;
    padding-top: calc(3rem * var(--scale-up));
    padding-bottom: calc(0.85rem * var(--scale-up));
}

/* end_select */

/* end_横並びinput/select */

/* 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__detail-btn {
    display: inline-block;
    position: relative;
    padding: 1.1rem 4rem 1.1rem 2rem;
    color: var(--corporate-color);
    font-size: 1.4rem;
    font-weight: var(--bold);
    border: 1px solid var(--corporate-color);
    border-radius: 0.4rem;
    cursor: pointer;
}

.Search__detail-btn--no-hit {
    margin-left: auto;
}

.Search__icn-plus {
    position: absolute;
    top: 50%;
    right: 1rem;
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    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: 0.8rem;
    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;
}

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

/* start_検索ボタン */
.Search__submit {
    width: 100%;
    margin-top: 1rem;
    padding: 1rem 0;
    color: white;
    font-size: 1.6rem;
    font-weight: var(--bold);
    letter-spacing: 0.05em;
    text-align: center;
    background-color: var(--caution-color);
    border-radius: 0.3rem;
}

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

/* end_検索ボタン */

/* start_追加条件 */
.Search__detail-contents {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px dotted #888;
}

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

/* end_追加条件 */

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

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

/* start_交通手段 */
.Search__form-group--transport .Search__radio-label:nth-of-type(odd) {
    width: calc(60% - 0.5rem);
}

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

.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: 0.4rem 0.4rem 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 0.4rem 0.4rem;
}

/* end_出発地 */

/* start_目的地 */
.Search__form-group--destination .Search__select:first-child {
    border-radius: 0.4rem 0.4rem 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 0.4rem 0.4rem;
}

/*  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: 1.4rem;
    height: 1.4rem;
    margin-left: 0.5rem;
}

.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: 1.4rem;
    height: 1.4rem;
    margin-left: 0.5rem;
    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_出発日 */

.Search__form-group--date .Search__input-text {
    background: url(../images/icn_calendar.svg) no-repeat right 1rem center / 1.6rem;
}

:where(.d-search2024, .i-search2024) .Search__form-group--date .Search__input-text.selected {
    background: url(../images/icn_calendar--selected.svg) no-repeat right 1rem center / 1.6rem;
}

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

.Search__form-group--date .Search__2col-input .Search__input-text {
    background-position: right 1rem bottom 1.1rem;
}

/* end_出発日 */

/* start_旅行日数 */

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

/* end_旅行日数 */

/* start_添乗員 */

.Search__form-group--conductor .Search__form-content {
    align-items: normal;
}

.Search__form-group--conductor .Search__checkbox-label {
    width: calc((100% - 1rem) / 2);
    padding: 1rem 0.7rem;
    line-height: 1.3;
    margin-bottom: 0;
}

.Search__form-group--conductor .Search__checkbox-label:nth-of-type(n + 3) {
    margin-top: 1rem;
}

/* end_添乗員 */

/* start_1室利用人数 */

.Search__form-group--room-quantity .Search__form-label {
    width: 8.5rem;
}

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

/* end_1室利用人数 */

/* start_旅行代金 */

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

/* end_旅行代金 */

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

.Search__form-group--fuel-surcharge,
.Search__form-group--seatclass {
    --Search__form-label-width: 12rem;
}

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

/* start_キーワード */

.Search__form-group--keyword .Search__form-label {
    font-size: 1.2rem;
    letter-spacing: 0em;
}

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

/* end_キーワード */

.Search__submit-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-top: 2rem;
}

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

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

/* end_該当件数 */

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

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

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

.Search__form-group--hayawari-check .Search__form-content {
    width: 100%;
    margin-bottom: 1rem;
    padding-left: 7rem;
    font-size: 1.3rem;
}

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

.Search__form-group--exclude-1night .Search__form-content {
    width: 100%;
    margin-bottom: 1rem;
    padding-left: 7rem;
    font-size: 1.3rem;
}

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

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

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

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

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

.Search__form-group--bus-departure .Search__input-text:first-of-type {
    border-bottom: none;
    border-radius: 0.4rem 0.4rem 0 0;
}

.Search__form-group--bus-departure .Search__input-text:last-of-type {
    border-radius: 0 0 0.4rem 0.4rem;
    background: url(../images/icn_busStop.svg) no-repeat right 1rem center / 1.6rem;
}

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

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

/* --------------------start_検索（国内ダイナミックパッケージ）-------------------- */
.Search--dpd .Search__form {
    border-radius: 0 0.6rem 0.6rem 0.6rem;
}

/* start_タブ */
.Search--dpd .Search__tab-item {
    padding: 1.5rem 2.5rem 2rem 2.5rem;
}

.Search--dpd .Search__tab-item.active {
    padding: 1.3rem 2.3rem 2rem 2.3rem;
}

/* end_タブ */

.Search__form-category {
    margin-bottom: 1rem;
}

.Search__form-category:first-of-type {
    margin-bottom: 2rem;
}

.Search__category-ttl-wrap {
    display: flex;
    justify-content: space-between;
}

.Search__category-ttl {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    font-weight: var(--bold);
    display: flex;
    align-items: center;
    line-height: 1;
}

.Search__category-ttl::before {
    content: "";
    display: inline-block;
    width: 0.4rem;
    height: 1.6rem;
    margin-right: 0.5rem;
    background: var(--corporate-color);
}

.Search__stay-txt {
    font-size: 1.4rem;
    font-weight: var(--bold);
    line-height: 1;
}

.Search__category-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
}

.Search__category-inner:not(:last-child) {
    margin-bottom: 1rem;
}

.Search__category-label {
    width: 15%;
}

.Search__category-label-inner {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 2.4rem;
    color: #fff;
    font-size: 1.4rem;
    font-weight: var(--bold);
    line-height: 2.4rem;
    background: var(--sub-corporate-color);
}

.Search__category-label-inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.2rem 0 1.2rem 1rem;
    border-color: transparent transparent transparent var(--sub-corporate-color);
}

.Search__category-content {
    width: 100%;
}

.Search__category-content:not(:last-child) {
    margin-bottom: 1rem;
}

.Search__category-label + .Search__category-content {
    width: 85%;
}

.Search__category-label + .Search__category-content .Search__form-label {
    width: calc((100% - ((50 / 85) * 100%)) - 1rem);
    justify-content: flex-end;
}

.Search__category-label + .Search__category-content .Search__form-content {
    width: calc((50 / 85) * 100% + 1rem);
}

/* start_カレンダー */
.Search--dpd .CommonModal__scroll-area {
    height: calc((var(--vh, 1vh) * 100) - 5.5rem - 5.5rem - 8rem);
}

/* end_カレンダー */

/* start_宿泊 */

/* start_?icn */
.Search__stay-q-icn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.6rem;
    height: 1.6rem;
    margin-left: 0.5rem;
    padding-left: 0.2rem;
    color: var(--corporate-color);
    font-size: 1rem;
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--corporate-color);
    background-color: var(--active-color);
    cursor: pointer;
}

/* end_?icn */

.Search__form-category--lodging .Search__form-group--date {
    margin-bottom: 1rem;
}

.Search__form-group--women-only .Search__form-content {
    width: 100%;
    padding-left: 2.5rem;
    text-indent: -2.5rem;
}

/* end_宿泊 */

/* --------------------end_検索（国内ダイナミックパッケージ）-------------------- */

/* --------------------start_検索（海外ダイナミックパッケージ共通）-------------------- */

.Search--dp .Search__form {
    border-radius: 0 0.6rem 0.6rem 0.6rem;
}

.Search--dp .Search__tab-item {
    padding: 1.5rem 1.5rem 2rem 1.5rem;
}

.Search--dp .Search__tab-item.active {
    padding: 1.3rem 1.3rem 2rem 1.3rem;
}

/* --------------------end_検索（海外ダイナミックパッケージ共通）-------------------- */

/* --------------------start_検索（海外航空券+ホテル）-------------------- */

/* start_直行便チェックボックス */
.Search__form-group--direct-flight .Search__form-content {
    padding-left: calc(var(--Search__form-label-width) + 1rem);
}

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

/* start_追加条件 */
.Search__dp-detail-case-label {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.3;
    border-left: 0.4rem solid var(--corporate-color);
}

.Search__dp-detail-case-label br {
    display: none;
}

/* start_フライト条件 */
.Search__dp-detail-flight-group-wrap {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e5e5;
}

/* end_フライト条件 */

/* start_チェックイン/アウト */
.Search__form-group--dp-detail-date {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e5e5;
}

.Search__form-content--in-dp-detail-case-date {
    width: 100%;
    padding-left: 0;
}

#Search__dp-date .CommonModal__scroll-area {
    height: calc((var(--vh, 1vh) * 100) - 5.5rem - 5.5rem - 8rem);
}

/* end_チェックイン/アウト */

/* end_追加条件 */

/* --------------------end_検索（海外航空券+ホテル）-------------------- */

/* --------------------start_検索（海外航空券+ホテル / 複数ホテル）-------------------- */

.Search__overhang-1col-group {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e5e5;
}

/* start_部屋数・人数 */
.Search__form-group--dp-tour-number .Search__form-label {
    width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
}

.Search__form-group--dp-tour-number .Search__form-content {
    width: 100%;
    padding-left: 0;
}

/* end_部屋数・人数 */

/* start_宿泊地が異なる場合 */
.Search__form-group--dp-tour-hotel-keyword .Search__form-label {
    width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
}

.Search__form-group--dp-tour-hotel-keyword .Search__form-content {
    width: 100%;
    padding-left: 0;
}

/* end_宿泊地が異なる場合 */

/* start_追加/削除ボタン */
.Search__delete-link,
.Search__add-link {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 1rem;
    padding: 1.1rem 4rem 1.1rem 2rem;
    color: var(--corporate-color);
    font-size: 1.4rem;
    font-weight: var(--bold);
    border: 1px solid var(--corporate-color);
    border-radius: 0.4rem;
}

/* end_追加/削除ボタン */

/* start_出発日 */
#Search__dp-date-ow .CommonModal__scroll-area {
    height: calc((var(--vh, 1vh) * 100) - 5.5rem - 5.5rem - 8rem);
}

/* end_出発日 */

/* --------------------end_検索（海外航空券+ホテル / 複数ホテル）-------------------- */

/* --------------------start_検索（海外航空券+ホテル / 海外航空券）-------------------- */

.Search-form__tab-item--dp-air {
    width: calc((100% - 1rem) / 3);
}

/* start_人数 */
.Search__form-group--dp-air-num .Search__form-label {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
}

.Search__dp-air-num-txtlink {
    text-decoration: underline;
    font-weight: 400;
}

.Search__form-group--dp-air-num .Search__form-content {
    width: 100%;
    padding-left: 0;
}

.Search__form-group--dp-air-num .Search__select {
    width: calc((100% - 1rem) / 3);
}

/* end_人数 */

.Search__overhang-2col-group {
    margin-top: 2rem;
}

.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: block;
}

/* --------------------end_検索（海外航空券+ホテル / 海外航空券）-------------------- */

/* --------------------start_検索（海外航空券+ホテル / 海外ホテル）-------------------- */

/* start_都市 */
.Search__form-group--dp-hotel-keyword .Search__form-label {
    width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
}

.Search__form-group--dp-hotel-keyword .Search__form-content {
    width: 100%;
    padding-left: 0;
}

.Search__dp-hotel-keyword-txtlink-wrap {
    display: block;
    width: 100%;
    margin-top: 0.5rem;
    text-align: right;
}

.Search__dp-hotel-keyword-txtlink::before {
    content: "";
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.5rem;
    border-top: 0.2rem solid var(--corporate-color);
    border-right: 0.2rem solid var(--corporate-color);
    transform: rotate(45deg);
    vertical-align: 0.1rem;
}

/* end_都市 */

/* start_ホテルグレード */
.Search__form-group--dp-hotel-grade .Search__select {
    width: 45%;
}

/* end_ホテルグレード */

/* start_価格帯 */
.Search__form-group--dp-hotel-price .Search__select {
    width: 45%;
}

.Search__dp-hotel-price-note {
    margin-top: 0.5rem;
    font-size: 1.2rem;
}

/* end_価格帯 */

/* start_施設サービス */
.Search__form-group--dp-hotel-service .Search__checkbox-label {
    width: 100%;
    padding: 0;
    border: none;
    border-radius: 0;
}

.Search__form-group--dp-hotel-service .Search__checkbox-label:last-child {
    margin-bottom: 0;
}

#Search .Search__form-group--dp-hotel-service input[type="checkbox"]:checked + .Search__checkbox-label {
    background: transparent;
}

/* end_施設サービス */

/* start_チェックイン/チェックアウト */
#Search__dp-checkin .CommonModal__scroll-area {
    height: calc((var(--vh, 1vh) * 100) - 5.5rem - 5.5rem - 8rem);
}

/* end_チェックイン/チェックアウト */

/* --------------------end_検索（海外航空券+ホテル / 海外ホテル）-------------------- */

/* --------------------start_検索（クルーズ共通）-------------------- */

.Search--cruise .Search__form {
    border-radius: 0 0.6rem 0.6rem 0.6rem;
}

/* start_タブ */
.Search--cruise .Search__tab-item {
    padding: 1.5rem 2.5rem 2rem 2.5rem;
}

.Search--cruise .Search__tab-item.active {
    padding: 1.3rem 2.3rem 2rem 2.3rem;
}

/* end_タブ */

/* --------------------end_検索（クルーズ共通）-------------------- */

/* --------------------start_コース番号検索-------------------- */
#SearchCourse {
    --search-input-height: 4.5rem;
    width: calc(100% - 3rem);
    margin: 0 auto 3rem auto;
    padding: 1rem;
    border: 2px solid #e5e5e5;
    border-radius: 0.6rem;
}

.SearchCourse__ttl {
    width: 100%;
    margin-bottom: 0.5rem;
    font-weight: var(--bold);
}

.SearchCourse__ttl::before {
    content: "";
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.5rem;
    vertical-align: -0.2rem;
    background: url(../../../sharing/common21/images/icn_search--black.svg) no-repeat center / contain;
}

.SearchCourse__form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    --SearchCourse__submit-width: 11rem;
}

/* start_ラジオボタン */
#SearchCourse input[type="radio"] {
    display: none;
}

.SearchCourse__radio-label {
    display: inline-block;
    width: calc((100% - 1rem) / 2);
    margin-bottom: 1rem;
    padding: 1rem;
    font-size: 1.4rem;
    border: 1px solid #c3c3c3;
    border-radius: 0.4rem;
}

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

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

#SearchCourse input[type="radio"]:checked + .SearchCourse__radio-label .SearchCourse__radio-btn {
    border: 0.6rem solid var(--corporate-color);
}

/* end_ラジオボタン */

.SearchCourse__input-text-wrap {
    width: calc((100% - var(--SearchCourse__submit-width) - 1rem));
    position: relative;
    font-size: 1.6rem;
}

.SearchCourse__input-text {
    --scale-down: calc(1.4 / 1.6);
    --scale-up: calc(1.6 / 1.4);
    width: calc(100% * var(--scale-up));
    height: calc(var(--search-input-height) * var(--scale-up));
    margin: calc((((var(--search-input-height) * var(--scale-up)) - var(--search-input-height)) * -1) / 2) 0;
    padding: calc(1rem * var(--scale-up)) calc(3rem * var(--scale-up)) calc(1rem * var(--scale-up)) calc(1rem * var(--scale-up));
    border: 1px solid #888;
    border-radius: 0.4rem;
    line-height: calc(1.6 * var(--scale-down));
    text-overflow: ellipsis;
    transform: scale(var(--scale-down));
    transform-origin: 0;
}

.SearchCourse__alert {
    display: flex;
    position: absolute;
    bottom: -5.8rem;
    left: 0;
    padding: 0.8rem 1.5rem;
    color: #888;
    font-weight: 600;
    font-size: 1.2rem;
    border-radius: 0.6rem;
    background: white;
    border: 0.2rem solid #c3c3c3;
    box-shadow: 0px 0.4rem 0.7rem -0.6rem rgb(0 0 0 / 50%);
    z-index: 1;
}

.SearchCourse__alert::before {
    content: "";
    display: block;
    position: absolute;
    top: -0.8rem;
    left: 1rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0.6rem 0.6rem 0.6rem;
    border-color: transparent transparent #c3c3c3 transparent;
}

.SearchCourse__alert::after {
    content: "";
    display: block;
    position: absolute;
    top: -0.5rem;
    left: 1.1rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-color: transparent transparent white transparent;
}

.SearchCourse__alert-icn {
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.4rem;
    color: white;
    font-style: normal;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.6rem;
    vertical-align: 0.1rem;
    text-align: center;
    border-radius: 50%;
    background: #ffa301;
}

.SearchCourse__alert-txt {
    width: calc(100% - 2rem);
    line-height: 1.3;
    white-space: nowrap;
}

.SearchCourse__submit {
    width: var(--SearchCourse__submit-width);
    padding: 0 1.5rem;
    color: white;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    text-align: center;
    background-color: var(--caution-color);
    border-radius: 0.3rem;
}

.SearchCourse__submit::before {
    content: "";
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.5rem;
    vertical-align: -0.2rem;
    background: url(../../../sharing/common21/images/icn_search--white.svg) no-repeat center / contain;
}

/* --------------------end_コース番号検索-------------------- */

/* --------------------start_出発地ごとの情報を見る-------------------- */

.BotArea__items {
    width: calc(100% - 3rem);
    margin: 0 auto;
    padding: 2rem;
    border: 2px solid var(--corporate-color);
    border-radius: 8px;
}

.BotArea__item:not(:last-child) {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px dotted #888;
}

.BotArea__link {
    display: block;
}

.BotArea__link::before {
    content: "";
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.5rem;
    border-top: 0.2rem solid var(--corporate-color);
    border-right: 0.2rem solid var(--corporate-color);
    transform: rotate(45deg);
    vertical-align: 0.15rem;
}

/* --------------------end_出発地ごとの情報を見る-------------------- */

/* --------------------start_ツアー枠-------------------- */

.Tour__article-wrap .Tour:not(:first-child) {
    display: none;
}

.Tour__article-wrap .simplebar-content .Tour:not(:first-child) {
    display: block;
}

.Tour__article-wrap ::-webkit-scrollbar {
    display: none;
}

.Tour {
    flex-shrink: 0;
    position: relative;
    width: 23rem;
    height: auto;
    margin: 0 0 3rem 1.5rem;
    border: 1px solid #e5e5e5;
    border-radius: 0.6rem;
    box-shadow: 0 2.5rem 2rem -2rem rgb(0 0 0 / 10%);
}

.Tour:last-child::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: -1.5rem;
    width: 1.5rem;
    height: 100%;
}

.Tour__link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.Tour__img {
    height: 17.1rem;
    overflow: hidden;
    border-radius: 0.5rem 0.5rem 0 0;
}

.Tour__txt {
    padding: 1rem;
}

.Tour__caption {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.Tour:active .Tour__caption {
    text-decoration: underline;
}

/* start_tag + name + price */
.Tour__tags {
    display: flex;
    /* align-items: flex-start; */
    justify-content: flex-start;
    margin-bottom: 0.5rem;
}

.Tour__tag {
    display: flex;
    align-items: center;
    padding: 0.3rem 0.4rem 0.2rem 0.4rem;
    max-width: calc((100% - 0.5rem) / 2);
    color: white;
    font-size: 1.2rem;
    font-weight: var(--bold);
    line-height: 1.3;
    border-radius: 0.2rem;
    background-color: var(--sub-corporate-color);
}

.Tour__tag:not(:last-child) {
    margin-right: 0.5rem;
}

.Tour__tag-inner {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.Tour__name {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 3rem;
}

.Tour:active .Tour__name {
    text-decoration: underline;
}

.Tour__price {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    color: var(--caution-color);
    font-family: "Helvetica Neue", "Helvetica", "Arial";
    font-size: 1.6rem;
    font-weight: var(--bold);
}

.Tour__price-unit {
    font-size: 1.2rem;
}

/* end_tag + name + price */

/* start_label + description + txtlink */
.Tour__label {
    margin-bottom: 0.5rem;
    font-weight: var(--bold);
    line-height: 1.3;
}

.Tour:active .Tour__label {
    text-decoration: underline;
}

.Tour__description {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1.4rem;
}

/* end_label + description */

/* start_hotel */
.Hotel__txt {
    padding: 1.5rem 1.5rem 7.5rem 1.5rem;
}

.Hotel__label {
    margin-bottom: 1rem;
    font-weight: var(--bold);
    line-height: 1.3;
}

.Hotel__description {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1.4rem;
}

.Hotel__txt-link-wrap {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
}

.Hotel__txt-link {
    display: block;
}

.Hotel__txt-link:active {
    text-decoration: underline;
}

.Hotel__txt-link::before {
    content: "";
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.5rem;
    border-top: 2px solid var(--corporate-color);
    border-right: 2px solid var(--corporate-color);
    transform: rotate(45deg);
    vertical-align: 0.1rem;
}

/* end_hotel */

/* start_tourism */
.TourismInfo__group:not(.ranking) .Tour:active .Tour__label {
    text-decoration: none;
}

/* end_tourism */

/* start_rank */
.TourRanking .Tour {
    margin-top: 4rem;
}

.Tour__rank {
    position: absolute;
    left: 0;
    top: -4rem;
    z-index: 5;
    color: var(--sub-corporate-color);
    font-weight: var(--bold);
    padding: 0.2rem 1.8rem;
    background: #dbecfa;
    border-radius: 0.3rem 0.3rem 0.3rem 0;
}

.Tour__rank::before {
    content: "";
    display: inline-block;
    width: 1.3rem;
    height: 1rem;
    margin-right: 0.3rem;
    background: url(../images/icn_rank--blue.svg) no-repeat center / contain;
}

.Tour__rank::after {
    content: "";
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #dbecfa;
    border-radius: 0.2rem;
    transform: skewY(-45deg);
}

.Tour__rank--1::before,
.Tour__rank--2::before,
.Tour__rank--3::before {
    background-image: url(../images/icn_rank--white.svg);
}

.Tour__rank--1 {
    color: white;
    background-color: #e3ab00;
}

.Tour__rank--2 {
    color: white;
    background-color: #969a98;
}

.Tour__rank--3 {
    color: white;
    background-color: #976b2f;
}

.Tour__rank--1::after {
    background-color: #e3ab00;
}

.Tour__rank--2::after {
    background-color: #969a98;
}

.Tour__rank--3::after {
    background-color: #976b2f;
}

.Tour__rank-unit {
    font-size: 1.3rem;
    font-weight: 400;
}

/* end_rank */

/* start_noTour */
.Tour__no-tour-txt {
    width: calc(100% - 3rem);
    margin: 0 auto;
    background: #f5f5f5;
    border-radius: 0.6rem;
    padding: 4rem 0;
    color: #888;
    text-align: center;
}

/* end_noTour */

/* start_scroll-bar */
.simplebar-content {
    display: flex;
    justify-content: flex-start;
}

.simplebar-scrollbar:before {
    background-color: #ccc;
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: 1;
}

.simplebar-track {
    width: calc(100% - 3rem);
    right: 1.5rem;
    background-color: #f5f5f5;
}

.simplebar-track.simplebar-horizontal {
    left: auto;
}

/* end_scroll-bar */

/* --------------------end_ツアー枠-------------------- */

/* --------------------start_AsideLink-------------------- */

#AsideLink {
    margin-bottom: 4rem;
    padding: 3rem 1.5rem;
    background: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.AsideLink__link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem 1.5rem;
    color: #333;
    font-weight: var(--bold);
    background: white;
    border-radius: 6px;
    box-shadow: 0px 0px 0px 1px #c3c3c3 inset, 0 2.5rem 2rem -2rem rgb(0 0 0 / 10%);
}

.AsideLink__link:active {
    box-shadow: 0px 0px 0px 2px var(--corporate-color) inset, 0 2.5rem 2rem -2rem rgb(0 0 0 / 0);
}

.AsideLink__item {
    position: relative;
}

.AsideLink__item:not(:last-child) {
    margin-bottom: 1rem;
}

.AsideLink__item::before {
    content: "";
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    top: 50%;
    right: 1rem;
    background: var(--corporate-color);
    border-radius: 50%;
    transform: translateY(-50%);
}

.AsideLink__item::after {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top: 50%;
    right: 1.6rem;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: translateY(-50%) rotate(45deg);
}

.AsideLink__link::before {
    content: "";
    display: inline-block;
    width: 5rem;
    height: 5rem;
    margin-right: 1.5rem;
}

.AsideLink__link--seminar::before {
    background-image: url(../images/icn_AsideLink--seminar.svg);
}

.AsideLink__link--advertising::before {
    background-image: url(../images/icn_AsideLink--advertising.svg);
}

.AsideLink__link--confirm::before {
    background-image: url(../images/icn_AsideLink--confirm.svg);
}

/* --------------------end_AsideLink-------------------- */

/* --------------------start_人気のキーワード-------------------- */

#Keyword {
    margin-bottom: 4rem;
}

.Keyword__items {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: calc(100% - 3rem);
    margin: 0 auto;
    padding: 2rem 1.5rem 1rem 1.5rem;
    border: 0.4rem solid #e5e5e5;
    border-radius: 1rem;
}

.Keyword__link {
    display: block;
    margin: 0 1rem 1rem 0;
    padding: 1rem 1.5rem;
    font-size: 1.4rem;
    line-height: 1;
    border: 1px solid #c3c3c3;
    border-radius: 10rem;
}

.Keyword__link:active {
    border-color: var(--corporate-color);
    background-color: var(--active-color);
}

.Keyword__link::before {
    content: "#";
    font-size: 1.4rem;
    margin-right: 0.3rem;
    color: var(--corporate-color);
}

/* --------------------end_人気のキーワード-------------------- */

/* --------------------start_新着情報-------------------- */

#WhatsNew {
    margin-bottom: 3rem;
    padding: 3rem 0;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.WhatsNew__items {
    width: calc(100% - 3rem);
    margin: 0 auto;
    padding: 0.5rem 1.5rem 2rem 1.5rem;
    background: white;
    border-radius: 0.6rem;
    border: 1px solid #e5e5e5;
}

.WhatsNew__item {
    padding: 1.5rem 0;
    border-bottom: 1px dotted #888;
}

.WhatsNew__link {
    display: block;
    color: var(--textLink-color);
    text-indent: -1.3rem;
    padding-left: 1.3rem;
}

.WhatsNew__link:active {
    text-decoration: underline;
}

.WhatsNew__link::before {
    content: "";
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.5rem;
    border-top: 0.2rem solid var(--corporate-color);
    border-right: 0.2rem solid var(--corporate-color);
    transform: rotate(45deg);
    vertical-align: 0.1rem;
}

/* --------------------end_新着情報-------------------- */

/* --------------------start_Info-------------------- */

#Info {
    margin-bottom: 3rem;
    padding: 3rem 1.5rem;
    background: #f5f5f5;
    border-top: 1px solid #e5e5e5;
}

.Info__notice {
    position: relative;
    margin-top: 1.5rem;
    padding: 2rem 1.5rem;
    box-shadow: 0px 0px 0px 1px #e5e5e5 inset;
    border-radius: 0.6rem;
    background: white;
}

.Info__notice-ttl {
    position: relative;
    margin-bottom: 1rem;
    padding-left: 0.9rem;
    font-weight: var(--bold);
}

.Info__notice-ttl::before,
.Info__notice-ttl::after {
    content: "";
    display: block;
    width: 0.4rem;
    height: 0.8rem;
    position: absolute;
    left: 0;
    top: 50%;
}

.Info__notice-ttl::before {
    transform: translateY(-100%);
    background: var(--corporate-color);
}

.Info__notice-ttl::after {
    background: var(--sub-corporate-color);
}

.Info__notice-item:not(:last-child) {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px dotted #888;
}

.Info__notice-link {
    display: inline-block;
    color: var(--textLink-color);
    text-indent: -1.3rem;
    padding-left: 1.3rem;
}

.Info__notice-link:active {
    text-decoration: underline;
}

.Info__notice-link::before {
    content: "";
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.5rem;
    border-top: 0.2rem solid var(--corporate-color);
    border-right: 0.2rem solid var(--corporate-color);
    transform: rotate(45deg);
    vertical-align: 0.15rem;
}

.Info__group {
    position: relative;
    margin-top: 1.5rem;
    padding: 2rem 1.5rem;
    box-shadow: 0px 0px 0px 1px #e5e5e5 inset;
    border-radius: 0.6rem;
    background: white;
}

.Info__group--txtlink {
    padding: 2rem 1.5rem 1.5rem 1.5rem;
}

.Info__group:not(.Info__group--txtlink):active {
    box-shadow: 0px 0px 0px 2px var(--corporate-color) inset;
}

.Info__group:not(.Info__group--txtlink)::before {
    content: "";
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    background: var(--corporate-color);
    border-radius: 50%;
}

.Info__group:not(.Info__group--txtlink)::after {
    content: "";
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    bottom: 1.5rem;
    right: 1.6rem;
    border-top: 0.2rem solid white;
    border-right: 0.2rem solid white;
    transform: rotate(45deg);
}

.Info__group-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.Info__group-label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1rem;
    color: var(--corporate-color);
    font-weight: var(--bold);
    line-height: 1.3;
}

.Info__group-label::before {
    content: "";
    display: block;
    width: 6rem;
    height: 6rem;
    margin-right: 1rem;
    background-color: #dbecfa;
    border-radius: 50%;
}

.Info__group-label--inquiry::before {
    background-image: url(../images/icn_Info--inquiry.svg);
}

.Info__group-label--member::before {
    background-image: url(../images/icn_Info--member.svg);
}

.Info__group-label--ebook::before {
    background-image: url(../images/icn_Info--ebook.svg);
}

.Info__group-label--news::before {
    background-image: url(../images/icn_Info--news.svg);
}

.Info__group-label--sns::before {
    background-image: url(../images/icn_Info--sns.svg);
}

.Info__group-label--service::before {
    background-image: url(../images/icn_Info--service.svg);
}

.Info__group-description {
    font-size: 1.4rem;
}

.Info__txtlink-wrap {
    margin-top: 1rem;
}

.Info__txtlink {
    display: inline-block;
    margin: 0 1rem 0.5rem 0;
    color: var(--textLink-color);
}

.Info__txtlink:active {
    text-decoration: underline;
}

.Info__txtlink::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border-top: 2px solid var(--corporate-color);
    border-right: 2px solid var(--corporate-color);
    transform: rotate(45deg);
    vertical-align: 2px;
}

.Info__txtlink--outer::after {
    content: "";
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    margin-left: 0.3rem;
    background: url(../../../sharing/common21/images/icn_link.svg) no-repeat center / contain;
}

/* --------------------end_Info-------------------- */

/* --------------------start_観光ガイド-------------------- */

#TravelInfo {
    padding-top: 4rem;
    border-top: 1px solid #e5e5e5;
}

.Guide {
    margin-bottom: 4rem;
    padding: 0 1.5rem;
}

.Guide__ttl {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    font-weight: var(--bold);
}

.Guide__article {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 1.5rem;
    box-shadow: 0px 0px 0px 1px #e5e5e5 inset;
    border-radius: 6px;
    --Guide__img-width: 13rem;
}

.Guide__article:not(:first-child) {
    margin-top: 1.5rem;
}

.Guide__article:active {
    box-shadow: 0px 0px 0px 2px var(--corporate-color) inset;
}

.Guide__article-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.Guide__img {
    width: var(--Guide__img-width);
    margin-right: 1.5rem;
    border-radius: 0.4rem;
    overflow: hidden;
}

.Guide__img img {
    width: auto;
    height: 13rem;
}

.Guide__txt {
    width: calc(100% - var(--Guide__img-width) - 1.5rem);
}

.Guide__article-ttl {
    color: var(--corporate-color);
    font-weight: var(--bold);
}

.Guide__link {
    margin-top: 2rem;
    text-align: center;
}

/* --------------------end_観光ガイド-------------------- */

/* --------------------start_現地情報ブログ-------------------- */

.Blog {
    margin-bottom: 4rem;
}

.Blog__ttl {
    margin-bottom: 1rem;
    padding: 0 1.5rem;
    font-size: 1.8rem;
    font-weight: var(--bold);
}

.Blog__ttl-note {
    display: block;
    width: 100%;
    font-size: 1.2rem;
    font-weight: 400;
}

.Blog__article-wrap ::-webkit-scrollbar {
    display: none;
}

.Blog__article-wrap .Blog__article:not(:first-child) {
    display: none;
}

.Blog__article-wrap .simplebar-content .Blog__article:not(:first-child) {
    display: block;
}

.Blog__article {
    position: relative;
    flex-shrink: 0;
    width: 21rem;
    height: auto;
    margin: 0 0 3rem 1.5rem;
    padding: 1.5rem;
    box-shadow: 0px 0px 0px 1px #e5e5e5 inset;
    border-radius: 0.6rem;
}

.Blog__article:active {
    box-shadow: 0px 0px 0px 2px var(--corporate-color) inset;
}

.Blog__article:last-child::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: -1.5rem;
    width: 1.5rem;
    height: 100%;
}

.Blog__article-img {
    height: 13.5rem;
    overflow: hidden;
    border-radius: 0.3rem;
}

.Blog__article-img img {
    height: 100%;
    object-fit: cover;
}

.Blog__article-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.Blog__article-img {
    border-radius: 0.3rem;
    overflow: hidden;
}

.Blog__article-txt {
    margin-top: 1rem;
}

.Blog__article-date {
    color: #989898;
    font-size: 1.4rem;
}

.Blog__link {
    margin-top: 2rem;
    padding: 0 1.5rem;
    text-align: center;
}

/* --------------------end_現地情報ブログ-------------------- */

/* --------------------start_ブランド-------------------- */

#Brand {
    margin-bottom: 4rem;
    padding: 0 1.5rem;
}

.Brand__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 1.5rem;
    box-shadow: 0px 0px 0px 1px #e5e5e5 inset;
    border-radius: 0.6rem;
    --Brand__logo-width: 8rem;
}

.Brand__item:active {
    box-shadow: 0px 0px 0px 2px var(--corporate-color) inset;
}

.Brand__item:not(:last-child) {
    margin-bottom: 1.5rem;
}

.Brand__link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.Brand__logo {
    content: "";
    display: block;
    width: var(--Brand__logo-width);
}

.Brand__txt {
    width: calc(100% - var(--Brand__logo-width) - 1.5rem);
    font-size: 1.4rem;
}

.Brand__name {
    display: block;
    color: var(--corporate-color);
    font-size: 1.5rem;
    font-weight: var(--bold);
}

/* --------------------end_ブランド-------------------- */

/* --------------------start_関連リンク-------------------- */

#RelatedLinks {
    margin-bottom: 4rem;
}

.Common21__section-ttl-lev2--RelatedLinks {
    padding-top: 0;
    border-top: none;
}

.Common21__section-ttl-lev2--RelatedLinks::before,
.Common21__section-ttl-lev2--RelatedLinks::after {
    top: 1.4rem;
}

.RelatedLinks__items {
    padding-left: 1.5rem;
}

.RelatedLinks__items ::-webkit-scrollbar {
    display: none;
}

.RelatedLinks__item {
    position: relative;
    flex-shrink: 0;
    width: 21rem;
    margin: 0 1.5rem 3rem 0;
}

.RelatedLinks__item:active {
    text-decoration: underline;
}

.RelatedLinks__item:last-child::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: -1.5rem;
    width: 1.5rem;
    height: 100%;
}

.RelatedLinks__item img {
    object-fit: cover;
    aspect-ratio: 141 / 47;
}

.RelatedLinks__link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.RelatedLinks__caption {
    font-size: 1.2rem;
}

/* --------------------end_関連リンク-------------------- */

/* --------------------start_CommonModal（共通）-------------------- */

.commonModal-open {
    position: fixed;
    width: 100%;
    left: 0;
}

.CommonModal {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    will-change: opacity;
    background: white;
}

.CommonModal.active {
    opacity: 1;
    pointer-events: auto;
}

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

.CommonModal__close {
    position: relative;
    display: block;
    width: 5.5rem;
    height: 100%;
    background: #888;
}

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

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

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

.CommonModal__ttl {
    width: calc(100% - 5.5rem);
    padding-left: 1.5rem;
    font-size: 1.5rem;
    font-weight: var(--bold);
}

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

.CommonModal__scroll-area {
    height: calc((var(--vh, 1vh) * 100) - 5.5rem - 8rem);
    overflow: scroll;
}

.CommonModal__scroll-area--no-btn {
    height: calc((var(--vh, 1vh) * 100) - 5.5rem);
}

.CommonModal__contents-inner {
    padding: 2.5rem;
}

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

.CommonModal--search .Search__checkbox-label {
    width: 100%;
    margin: -1px 0 0 0;
    border-color: #e5e5e5;
    border-right: none;
    border-left: none;
    border-radius: 0;
}

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

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

.CommonModal__set-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(8rem + 1px);
    margin-top: -1px;
    border-top: 1px solid #e5e5e5;
}

.CommonModal__set-btn {
    display: inline-block;
    padding: 1.25rem 4.85rem;
    color: white;
    font-size: 1.6rem;
    font-weight: var(--bold);
    border-radius: 0.4rem;
    background-color: var(--caution-color);
}

/* --------------------end_CommonModal（共通）-------------------- */

/* --------------------start_出発地-------------------- */

.CommonModal--departure-ac-btn {
    position: relative;
    display: block;
    padding: 1.5rem;
    font-weight: var(--bold);
    line-height: 1;
    border-bottom: 1px solid #e5e5e5;
}

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

.CommonModal--departure-ac-contents {
    display: none;
    box-shadow: 0px -1px 0px 0px #e5e5e5 inset;
}

.CommonModal--departure-ac-contents-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.CommonModal--departure .Search__checkbox-label {
    width: 50%;
}

.CommonModal--departure .Search__checkbox-label:first-of-type {
    width: 100%;
    font-weight: var(--bold);
}

.CommonModal--departure .Search__checkbox-label:nth-of-type(even) {
    border-right: 1px solid #e5e5e5;
}

/* --------------------end_出発地-------------------- */

/* --------------------start_出発空港-------------------- */

.CommonModal--departure-airpoint-ac-btn {
    position: relative;
    display: block;
    padding: 1.5rem;
    font-weight: var(--bold);
    line-height: 1;
    border-bottom: 1px solid #e5e5e5;
}

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

.CommonModal--departure-airpoint-ac-contents {
    display: none;
    box-shadow: 0px -1px 0px 0px #e5e5e5 inset;
}

.CommonModal--departure-airpoint-ac-contents-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.CommonModal--departure-airpoint .Search__checkbox-label {
    width: 50%;
}

.CommonModal--departure-airpoint .Search__checkbox-label:first-of-type {
    width: 100%;
    font-weight: var(--bold);
}

.CommonModal--departure-airpoint .Search__checkbox-label:nth-of-type(even) {
    border-right: 1px solid #e5e5e5;
}

/* --------------------end_出発空港-------------------- */

/* --------------------start_目的地-------------------- */

.CommonModal--destination-ac-btn {
    position: relative;
    display: block;
    padding: 1.5rem;
    font-weight: var(--bold);
    line-height: 1;
    border-bottom: 1px solid #e5e5e5;
}

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

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

.CommonModal--destination-ac-contents {
    display: none;
}

.CommonModal--destination-ac-contents .Search__checkbox-label:first-of-type {
    font-weight: var(--bold);
}

.CommonModal--destination-ac-contents-inner .Search__checkbox-label {
    padding-left: 3rem;
}

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

.CommonModal--destination-ac-contents-subcategory .Search__checkbox-label:not(:first-of-type) {
    padding-left: 6rem;
}

/* --------------------end_目的地-------------------- */

/* --------------------start_テーマ（国内）-------------------- */

.CommonModal--theme-label {
    display: block;
    padding: 1.5rem;
    font-weight: var(--bold);
    line-height: 1;
    background-color: #e5e5e5;
}

/* --------------------end_テーマ（国内）-------------------- */

/* --------------------start_ホテル・旅館-------------------- */

/* start_タブ */

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

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

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

.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 {
    height: calc((var(--vh, 1vh) * 100) - 5.5rem - 4.5rem - 8rem);
}

/* start_絞り込み */
.CommonModal--hotel-sort-wrap {
    padding: 1.5rem;
    border-bottom: 1px solid #e5e5e5;
}

.CommonModal--hotel-sort-ttl {
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
    font-weight: var(--bold);
}

/* start_ランク */
.CommonModal--hotel-sort-group--rank .CommonModal--hotel-sort-content {
    padding: 0.1rem 0 1.5rem 0;
    overflow-x: auto;
}

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

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

.CommonModal--hotel-sort-group--rank .Search__checkbox-label {
    padding: 0.8rem 0.6rem;
    font-size: 1.3rem;
    font-weight: var(--bold);
    white-space: nowrap;
    border: 1px solid #e5e5e5;
    border-radius: 0.4rem;
}

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

/* end_ランク */

/* start_ホテル名 */

.CommonModal--hotel-sort-group--name {
    margin-top: 0.5rem;
}

.CommonModal--hotel-sort-group--name .CommonModal--hotel-sort-content {
    display: flex;
    justify-content: space-between;
}

.CommonModal--hotel-sort-group--name .Search__input-text {
    width: 68%;
}

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

.CommonModal--hotel-sort-name-btn-clear {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 4.5rem;
    height: 4.5rem;
    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: 1.2rem;
    height: 0.2rem;
    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 {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-radius: 5rem;
}

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

/* end_ホテル名 */
/* end_絞り込み */

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

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

/* start_一覧から選択 */

.CommonModal--hotel-list-prefecture-ac-btn {
    position: relative;
    display: block;
    padding: 1.5rem;
    font-weight: var(--bold);
    line-height: 1;
    border-bottom: 1px solid #e5e5e5;
}

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

.CommonModal--hotel-list-prefecture-inner {
    display: none;
    border-right: 1rem solid #e5e5e5;
}

.CommonModal--hotel-list-ac-btn {
    position: relative;
    display: block;
    padding: 1.5rem;
    font-weight: var(--bold);
    line-height: 1;
    border-bottom: 1px solid #e5e5e5;
}

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

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

.Common__hotel-list-rank-label {
    display: block;
    width: 100%;
    padding: 1.5rem;
    color: #666;
    font-size: 1.4rem;
    font-weight: var(--bold);
    background: #f5f5f5;
}

.CommonModal--hotel-tab-contents--list .Search__checkbox-label:not(:first-of-type) .Search__checkbox-txt {
    width: calc(85% - 2.5rem);
}

.CommonModal--hotel-tab-contents--list .Search__checkbox-label:first-of-type {
    font-weight: var(--bold);
}

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

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

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

/* end_一覧から選択 */

/* start_地図から選択 */

.CommonModal__contents--map .CommonModal--hotel-sort-wrap {
    height: 9.5rem;
}

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

.CommonModal--hotel-map-wrap {
    position: relative;
    min-height: 380px;
    height: calc((var(--vh, 1vh) * 100) - 5.5rem - 4.5rem - 9.5rem - 7.5rem - 8rem);
    /*
  5.5rem / モーダルヘッダーの高さ
  4.5rem / モーダルタブの高さ
  9.5rem / 絞り込みの高さ
  7.5rem / アコーディオンボタン領域の高さ
  8rem / 設定するボタン領域の高さ
  */
    background: #fafafa;
}

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

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

.CommonModal--hotel-map-info-content {
    position: relative;
    top: 0;
    right: 0;
    width: 0;
}

.CommonModal--hotel-map-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    width: 29rem;
    min-height: 19rem;
    padding: 1.5rem;
    background: white;
    border-radius: 0.6rem;
    box-shadow: 0 0 0.4rem 0.1rem rgb(0 0 0 / 5%);
}

.CommonModal--hotel-map-info-btn-close {
    position: absolute;
    top: -1rem;
    right: -1rem;
    display: block;
    width: 2.6rem;
    height: 2.6rem;
    background: #888;
    border-radius: 50%;
    z-index: 999;
}

.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: 1rem;
    font-size: 1.5rem;
    font-weight: var(--bold);
    background: url(/search/images/new_search/map_marker_b_sm_icon.png) left 2px no-repeat;
    background-size: 1.3rem;
    padding-left: 2rem;
}

.CommonModal--hotel-map-info-img {
    width: 10rem;
}

.CommonModal--hotel-map-info-img img {
    border: 1px solid #e5e5e5;
}

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

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

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

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

.CommonModal--hotel-map-info-btn-item {
    padding: 0.8rem;
    font-size: 1.2rem;
    font-weight: var(--bold);
    line-height: 1;
    white-space: nowrap;
    border-radius: 5rem;
}

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

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

.CommonModal--hotel-map-info-btn-item.hotel_map_add {
    color: white;
    background-color: var(--corporate-color);
}

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

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

.CommonModal--hotel-selected-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 3rem);
    height: 4.5rem;
    margin: 1.5rem auto;
    font-size: 1.4rem;
    background: #f5f5f5;
    border-radius: 0.4rem;
}

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

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

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

.CommonModal--hotel-selected-item-name {
    line-height: 1.3;
    width: 68%;
}

.CommonModal--hotel-selected-item-btn-wrap {
    display: flex;
    justify-content: space-between;
    width: 31%;
}

.CommonModal--hotel-selected-item-btn {
    display: block;
    padding: 0.8rem 1.2rem;
    color: var(--corporate-color);
    font-size: 1.2rem;
    font-weight: var(--bold);
    line-height: 1;
    border: 1px solid #7fcff4;
    border-radius: 5rem;
}

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

/* end_地図から選択 */

/* --------------------end_ホテル・旅館-------------------- */

/* --------------------start_航空会社-------------------- */

#Search__i-carr .CommonModal__scroll-area {
    height: calc((var(--vh, 1vh) * 100) - 5.5rem - 5.5rem - 8rem + 1px);
}

.CommonModal--airplane-label {
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
    color: #666;
    font-size: 1.4rem;
    font-weight: var(--bold);
    border-bottom: 1px solid #e5e5e5;
    background-color: #f5f5f5;
}

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

#Search #Search__i-carr .Search__checkbox-txt {
    width: calc(100% - 8rem);
}

.CommonModal--airplane-logo {
    width: 3rem;
    height: 3rem;
    margin-right: 0.5rem;
    vertical-align: -1rem;
    border: 1px solid #e5e5e5;
}

.Condition__airplane-input-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 5.5rem;
    padding: 1.5rem;
    margin-top: -1px;
    border-top: 1px solid #e5e5e5;
}

.Condition__airplane-input-ttl {
    margin-right: 1rem;
    font-size: 1.3rem;
    font-weight: var(--bold);
}

.Condition__airplane-input-wrap .Search__radio-label {
    margin: 0 1rem 0 0;
    font-size: 1.4rem;
}

/* --------------------end_航空会社-------------------- */

/* --------------------start_バス乗車地-------------------- */

.CommonModal--bus-stop-label {
    display: block;
    width: 100%;
    padding: 1.5rem;
    color: #666;
    font-size: 1.4rem;
    font-weight: var(--bold);
    background: #e5e5e5;
}

/* --------------------end_バス乗車地-------------------- */

/* --------------------start_テーマ（バス）-------------------- */

.CommonModal--bus-theme-ac-btn {
    position: relative;
    display: block;
    padding: 1.5rem;
    font-weight: var(--bold);
    line-height: 1;
    border-bottom: 1px solid #e5e5e5;
}

.CommonModal--bus-theme-ac-btn.active {
    background-color: #e5e5e5;
}

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

/* --------------------end_テーマ（バス）-------------------- */

/* --------------------start_出発日・現地出発日-------------------- */

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

.CommonModal-day-wrap {
    padding: 1.5rem;
}

.CommonModal-day-month:not(:last-of-type) {
    margin-bottom: 3rem;
}

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

.CommonModal-day-ttl {
    font-size: 1.5rem;
    font-weight: var(--bold);
}

.CommonModal-day-select-month {
    padding: 1.3rem 1.5rem;
    color: #666;
    font-size: 1.3rem;
    font-weight: var(--bold);
    line-height: 1;
    border: 1px solid #c3c3c3;
    border-radius: 5rem;
}

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

.CommonModal-day-table th,
.CommonModal-day-table td {
    width: calc((345rem / 7) / 10);
    height: calc((345rem / 7) / 10);
    font-size: 1.3rem;
    font-weight: var(--bold);
    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);
}

#d-search .CommonModal-day-table th:first-child,
#d-search .CommonModal-day-table td:first-child,
#d-search .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);
}

#d-search .CommonModal-day-table th:last-child,
#d-search .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: 3rem;
    height: 3rem;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
}

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

.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: none;
}

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

.CommonModal-day-display-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
    padding: 1rem;
}

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

.CommonModal-day-display-ttl {
    width: 100%;
    color: var(--sub-corporate-color);
    font-size: 1.3rem;
    font-weight: var(--bold);
    line-height: 1;
}

.CommonModal-day-display-content {
    width: 100%;
    font-size: 1.3rem;
    line-height: 1;
}

.CommonModal--calendar--single .CommonModal-day-display-group {
    justify-content: center;
    width: 100%;
}

.CommonModal--calendar--single .CommonModal-day-display-ttl {
    width: auto;
    margin-right: 0.5rem;
}

.CommonModal--calendar--single .CommonModal-day-display-content {
    width: auto;
}

/* --------------------end_出発日・現地出発日-------------------- */

/* --------------------start_船会社・客船-------------------- */

.CommonModal--ship-company-label {
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
    color: #666;
    font-size: 1.4rem;
    font-weight: var(--bold);
    border-bottom: 1px solid #e5e5e5;
    background-color: #f5f5f5;
}

.CommonModal--ship-company-ac-btn {
    position: relative;
    display: block;
    padding: 1.5rem;
    font-weight: var(--bold);
    line-height: 1;
    border-bottom: 1px solid #e5e5e5;
}

.CommonModal--ship-company-ac-btn.active {
    background-color: #f5f5f5;
}

.CommonModal--ship-company-ac-contents {
    display: none;
    box-shadow: 0px -1px 0px 0px #e5e5e5 inset;
}

.CommonModal--ship-company-ac-contents-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.CommonModal--ship-company .Search__checkbox-label {
    padding-right: 7rem;
}

/* --------------------end_船会社・客船-------------------- */

/* --------------------start_年齢について-------------------- */

.Search__dp-air-about-age-note-wrap {
    margin-top: 1.5rem;
}

.Search__dp-air-about-age-note {
    padding-left: 1em;
    text-indent: -1em;
}

/* --------------------end_年齢について-------------------- */

/* --------------------start_人数・部屋数-------------------- */

/* start_部屋数 */
.CommonModal__dp-room-wrap {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e5e5e5;
}

.CommonModal__dp-room-items {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.CommonModal__dp-room-ttl {
    width: 20%;
    font-weight: var(--bold);
}

.CommonModal__dp-room-contents {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 80%;
}

/* end_部屋数 */

/* start_人数 */

.CommonModal__dp-number-wrap {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e5e5e5;
}

.CommonModal__dp-number-items {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.CommonModal__dp-number-ttl {
    width: 20%;
    font-weight: var(--bold);
}

.CommonModal__dp-number-contents-wrap {
    width: 80%;
}

.CommonModal__dp-number-contents {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.CommonModal__dp-number-contents:not(:last-child) {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px dotted #e5e5e5;
}

.CommonModal__dp-number-inner-contents {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.CommonModal__dp-number-label {
    width: 8rem;
    font-size: 1.4rem;
    font-weight: var(--bold);
    line-height: 1.3;
}

.CommonModal__dp-number-label .sp-break {
    text-indent: -0.8rem;
    font-size: 1.2rem;
}

/* end_人数 */

/* start_年齢 */

.CommonModal__dp-age-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 2rem;
}

.CommonModal__dp-age-contents {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    background: #f5f5f5;
    border-radius: 0.6rem;
}

.CommonModal__dp-age-contents:first-child::before {
    content: "";
    display: block;
    position: absolute;
    top: -0.8rem;
    right: 9.4rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0.8rem 0.8rem 0.8rem;
    border-color: transparent transparent #f5f5f5 transparent;
}

.CommonModal__dp-age-contents:not(:last-child) {
    margin-bottom: 1rem;
}

.CommonModal__dp-age-label {
    width: 100%;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
    font-weight: var(--bold);
}

.CommonModal__dp-age-contents--no-radio .CommonModal__dp-age-label {
    width: calc(100% - 10rem);
    margin-bottom: 0;
}

.CommonModal__dp-age-select-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 10rem;
}

.CommonModal__dp-age-select-wrap .Search__select {
    background: white;
}

.CommonModal__dp-age-radio-wrap {
    margin-left: auto;
}

.CommonModal__dp-age-radio-wrap--disabled {
    opacity: 0.3;
}

.CommonModal__dp-age-radio-wrap .Search__radio-label {
    background: white;
}

.CommonModal__dp-age-radio-wrap .Search__radio-label {
    margin-bottom: 0;
    padding: 1rem 0.5rem;
}

/* end_年齢 */

/* start_注釈 */
.CommonModal__dp-number-note {
    margin-top: 2rem;
    font-size: 1.4rem;
}

.CommonModal__dp-number-note-label {
    font-weight: var(--bold);
}

.CommonModal__dp-number-note-txt {
    padding-left: 1.4rem;
    text-indent: -1.4rem;
}

.CommonModal__dp-number-txtlink {
    display: inline-block;
    margin-top: 1rem;
}

.CommonModal__dp-number-txtlink:hover {
    text-decoration: underline;
}

.CommonModal__dp-number-txtlink::before {
    content: "";
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.5rem;
    border-top: 0.2rem solid var(--corporate-color);
    border-right: 0.2rem solid var(--corporate-color);
    transform: rotate(45deg);
    vertical-align: 0.1rem;
}

/* end_注釈 */

/* start_input */

.CommonModal__dp-number-input-wrap {
    display: flex;
    justify-content: flex-start;
    border: 1px solid #c3c3c3;
    border-radius: 0.4rem;
    overflow: hidden;
}

.CommonModal__dp-number-input-control {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    background-color: #f5f5f5;
}

.CommonModal__dp-number-input::-webkit-inner-spin-button,
.CommonModal__dp-number-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.CommonModal__dp-number-input {
    width: 4rem;
    height: 4rem;
    text-align: center;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
}

.CommonModal__dp-number-input-unit {
    width: 3rem;
    margin-left: 1rem;
    font-size: 1.4rem;
    font-weight: var(--bold);
}

/* end_input */

/* start_dp-hotel */

#Search__dp-hotel-number .CommonModal__dp-age-contents {
    width: calc(80% - (80% - 25rem));
    padding: 1rem;
}

/* end_dp-hotel */

/* start_dpd */

.CommonModal__dpd-number .CommonModal__dp-age-contents {
    width: calc(80% - (80% - 25rem));
    padding: 1rem;
}

/* end_dpd */

/* --------------------end_人数・部屋数-------------------- */

/* --------------------start_人気の都市から選ぶ-------------------- */

#Search__dp-hotel-city .CommonModal__contents-inner {
    padding: 0;
}

.Search__dp-hotel-city-items:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}

.Search__dp-hotel-city-item:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}

.Search__dp-hotel-city-item:first-child {
    font-weight: var(--bold);
}

.Search__dp-hotel-city-link {
    position: relative;
    display: block;
    width: 100%;
    padding: 1.5rem;
}

.Search__dp-hotel-city-link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.6rem;
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    border-top: 0.2rem solid var(--corporate-color);
    border-right: 0.2rem solid var(--corporate-color);
    transform: translateY(-50%) rotate(45deg);
}

.Search__dp-hotel-city-item:not(:first-child) .Search__dp-hotel-city-link {
    padding-left: 3rem;
}

.Search__dp-hotel-city-item:not(:first-child) .Search__dp-hotel-city-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    transform: translateY(-75%);
}

/* --------------------end_人気の都市から選ぶ-------------------- */

/* --------------------start_e-TBT/PRIVACY/公正取引協議会--------------------- */

#ProofLinks {
    width: calc(100% - 3rem);
    margin: 0 auto 1rem auto;
}

.ProofLinks__items {
    display: flex;
    justify-content: flex-end;
}

.ProofLinks__item {
    height: 6rem;
}

.ProofLinks__item:not(:last-child) {
    margin-right: 1rem;
}

.ProofLinks__item img {
    width: auto;
    height: 100%;
}

/* --------------------end_e-TBT/PRIVACY/公正取引協議会--------------------- */

#ppz_recommend_pctop .Tour__tags {
    display: none;
}

.inactive {
    /* -webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%); */
    opacity: 0.3;
    pointer-events: none;
}
