/* =========================================
   Leisure Renewal Base
========================================= */

.leisure-renewal {
    max-width: 930px;
    margin: 0 auto;
    padding: 0 0 120px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
}


    .leisure-renewal button,
    .leisure-renewal input,
    .leisure-renewal select,
    .leisure-renewal textarea {
        font-family: inherit;
    }

.leisure-section {
    margin: 40px 0;
}

.section-title {
    color: #874322;
    font-size: 18px;
    font-weight: bold;
    margin: 40px 0 10px;
}
.logoutInfoTxt,
.discountbox .joto-tit {
    box-sizing: border-box;
}

/* =========================================
   パンくず
========================================= */

.pc-breadcrumb {
    max-width: 930px;
    margin: 12px auto 16px;
    font-size: 12px;
}

.pc-breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pc-breadcrumb__item {
    color: #777;
    line-height: 1.6;
}

    .pc-breadcrumb__item:not(:last-child)::after {
        content: ">";
        margin: 0 8px;
        color: #aaa;
    }

.pc-breadcrumb__link {
    color: #666;
    text-decoration: underline;
}

/* =========================================
   メンテ告知 / 管理画面バナー
========================================= */

#ct_mente,
.ct_mente,
.ct-mainteInfo,
#ct_mainteInfo,
.qapp2 {
    max-width: 930px;
    width: 100%;
    margin: 16px auto;
    box-sizing: border-box;
}

    #ct_mente img,
    .ct_mente img,
    .ct-mainteInfo img,
    #ct_mainteInfo img,
    .qapp2 img {
        display: block;
        max-width: 100%;
        height: auto;
    }

/* =========================================
   MV
========================================= */

.leisure-mv {
    width: 100vw;
    margin: 0 0 35px;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
}

    .leisure-mv .info_slider {
        position: relative;
    }

    .leisure-mv .slick-list {
        overflow: visible;
        margin: 0 -10px;
    }

    .leisure-mv .slick-slide {
        opacity: .45;
        transition: opacity .3s ease;
        margin: 0 10px;
    }

    .leisure-mv .slick-current {
        opacity: 1;
    }

    .leisure-mv .img_slider {
        position: relative;
        overflow: hidden;
        padding: 0;
        box-sizing: border-box;
    }

        .leisure-mv .img_slider a {
            display: block;
            position: relative;
            color: #fff;
            text-decoration: none;
            overflow: hidden;
        }

    .leisure-mv picture,
    .leisure-mv img {
        display: block;
        width: 100%;
    }

    .leisure-mv img {
        height: 360px;
        object-fit: cover;
    }
.mv_caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 18px;
    background: rgba(0,0,0,.55);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    overflow: hidden;
}
.mv_caption_text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 矢印 */
.leisure-mv .mv-arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 48px;
    height: 64px;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    cursor: pointer;
}

.leisure-mv .mv-arrow--prev {
    left: calc(50% - 465px + 20px);
}

.leisure-mv .mv-arrow--next {
    right: calc(50% - 465px + 20px);
}

.leisure-mv .mv-arrow span {
    display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    border-color: #fff;
    border-style: solid;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,.5));
}

.leisure-mv .mv-arrow--prev span {
    border-width: 0 0 4px 4px;
    transform: rotate(45deg);
}

.leisure-mv .mv-arrow--next span {
    border-width: 4px 4px 0 0;
    transform: rotate(45deg);
}

/* ドット */
.leisure-mv .slick-dots {
    display: flex !important;
    justify-content: center;
    gap: 14px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

    .leisure-mv .slick-dots li {
        width: 12px;
        height: 12px;
        margin: 0;
    }

    .leisure-mv .slick-dots button {
        width: 12px;
        height: 12px;
        padding: 0;
        border: none;
        border-radius: 50%;
        background: #c9c9c9;
        font-size: 0;
        cursor: pointer;
    }

    .leisure-mv .slick-dots .slick-active button {
        background: #f6a800;
    }

/* =========================================
   今日のいっぺーじょ～と～プラン
========================================= */

.discountbox {
    position: relative;
    width: 100%;
    margin: 40px auto;
}

    .discountbox .joto-tit {
        margin: 0 auto 12px;
        text-align: left;
        color: #6d5d3b;
        font-size: 18px;
        font-weight: bold;
        background: none;
        border-left: none;
        height: auto;
        line-height: 1.5;
        padding: 0;
        position: relative;
    }

    .discountbox .joto-memo {
        margin: 8px 0 0;
        text-align: center;
        font-size: 12px;
        position:absolute;
        right:0;
    }

.today-slider {
    position: relative;
    max-width: 930px;
    margin: 0 auto;
}

    #todaysalebox,
    .today-slider .scroll-area {
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }
    .today-slider .todaysale {
        padding-left: 0;
        margin-left: 0;
    }

        #todaysalebox::-webkit-scrollbar,
        .today-slider .scroll-area::-webkit-scrollbar {
            display: none;
        }

    /* PC用スライダー矢印 */
    .today-slider .arrow {
        position: absolute;
        top: 50%;
        z-index: 10;
        width: 38px;
        height: 54px;
        margin: 0 10px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translateY(-50%);
        border: none;
        border-radius: 10px;
        background: rgba(0, 0, 0, .4);
        cursor: pointer;
        overflow: hidden;
        transition: opacity .2s ease, background-color .2s ease, box-shadow .2s ease;
    }

        .today-slider .arrow:hover {
            background: #e57373;
        }

        .today-slider .arrow.left {
            left: -28px;
        }

        .today-slider .arrow.right {
            right: -28px;
        }

        .today-slider .arrow.is-disabled {
            opacity: 0;
            pointer-events: none;
        }

    /* SVG矢印 */
    .today-slider .aroow__n {
        display: block;
        width: 18px;
        height: 18px;
        flex-shrink: 0;
    }

    .today-slider .arrow-left {
        transform: rotate(180deg);
    }

    .today-slider .arrow-right {
        transform: none;
    }

    /* 長押しゲージ背景 */
    .today-slider .arrow::before {
        content: "";
        position: absolute;
        left: 6px;
        right: 6px;
        bottom: 6px;
        height: 2px;
        border-radius: 999px;
        background: rgba(255, 255, 255, .2);
        opacity: 0;
        pointer-events: none;
        transition: opacity .2s ease;
    }

    /* 長押し中に伸縮するゲージ */
    .today-slider .arrow::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 6px;
        width: 0;
        height: 2px;
        transform: translateX(-50%);
        border-radius: 999px;
        background: rgba(255, 255, 255, .85);
        opacity: 0;
        pointer-events: none;
    }

    /* 長押し中 */
    .today-slider .arrow.hold {
        background: #e57373;
        animation: todayArrowHoldBreathe .85s ease-in-out infinite;
    }

        .today-slider .arrow.hold::before {
            opacity: 1;
        }

        .today-slider .arrow.hold::after {
            opacity: 1;
            animation: todayArrowHoldBar .9s ease-in-out infinite;
        }

@keyframes todayArrowHoldBreathe {
    0%, 100% {
        transform: translateY(-50%) scale(1);
        box-shadow: none;
    }

    50% {
        transform: translateY(-50%) scale(1.08);
        box-shadow: 0 4px 12px rgba(0, 0, 0, .28);
    }
}

@keyframes todayArrowHoldBar {
    0%, 100% {
        width: 0;
        opacity: .35;
    }

    50% {
        width: 60%;
        opacity: 1;
    }
}

.discountbox .todaysale {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin: 0;
    padding: 0 0 8px;
    list-style: none;
}

.discountbox .todaysale_li {
    flex: 0 0 210px;
    width: 210px;
    min-width: 210px;
    padding: 0;
    margin: 0;
    background: #fff;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 8px;
    overflow: hidden;
    box-sizing: border-box;
}

    .discountbox .todaysale_li a {
        display: block;
        height: 100%;
        color: #874322;
        text-decoration: none;
    }

.discountbox .td_plan_img {
    display: block;
    width: 100%;
    height: 132px;
    object-fit: cover;
    border-radius: 6px 6px 0 0;
}

.discountbox .td_text {
    padding: 8px;
}

.discountbox .td_hotel_name {
    height: 36px;
    margin: 0 0 4px;
    color: #666;
}

    .discountbox .td_hotel_name span {
        display: -webkit-box;
        overflow: hidden;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.3;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.discountbox .td_plan_name {
    min-height: 73px;
    margin: 0 0 5px;
    color: #874322;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.4;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.discountbox .td_kenmin {
    display: block;
    width: 100%;
    margin: 0;
}

.discountbox .kenmin_tit {
    color: #333;
    font-size: 12px;
    font-weight: normal;
}

.discountbox .td_price {
    display: block;
    width: 100%;
    margin: 0;
    text-align: right;
    font-size: 22px;
    font-weight: 600;
}

    .discountbox .td_price span {
        color: #f44336;
        font-weight: 700;
    }

    .discountbox .td_price .unit {
        color: #874322;
        font-size: 11px;
    }

.discountbox .loginbtnbox {
    width: 100%;
    margin: 4px 0;
}

.discountbox .loginbtn {
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #933000;
    color: #fff !important;
    font-weight: 600;
    font-size: 12px;
    padding: 7px 0;
    border-radius: 3px;
    text-align: center;
}

/* =========================================
   おすすめ特集
========================================= */

.feature-slider {
    position: relative;
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
}

    .feature-slider .feature-scroll-area {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

        .feature-slider .feature-scroll-area::-webkit-scrollbar {
            display: none;
        }

.ct-cards {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    width: max-content;
    margin: 0;
    padding: 0 0 10px;
}

.ct-cards__item {
    display: block;
    flex: 0 0 220px;
    width: 193px;
    color: #333;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
}

.ct-cards__item__image {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

    .ct-cards__item__image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .25s ease;
    }

.ct-cards__item__content {
    padding: 10px 12px 12px;
    box-sizing: border-box;
}

.ct-cards__item__content__title {
    margin: 0 0 5px;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.ct-cards__item__content__text {
    margin: 0;
    color: #555;
    font-size: 13px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.ct-cards__item__content {
    padding: 10px 14px;
    box-sizing: border-box;
}

.ct-cards__item__content__title {
    margin: 0 0 5px;
    color: #333;
    font-size: 18px;
    font-weight: 700;
}

.ct-cards__item__content__text {
    margin: 0;
    color: #333;
    font-size: 13px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

/* おすすめ特集：PC用矢印 */
.feature-slider .arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 38px;
    height: 54px;
    margin: 0 10px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    border: none;
    border-radius: 10px;
    background: rgba(0, 0, 0, .4);
    cursor: pointer;
    overflow: hidden;
    transition: opacity .2s ease, background-color .2s ease, box-shadow .2s ease;
}

    .feature-slider .arrow:hover {
        background: #e57373;
    }

    .feature-slider .arrow.left {
        left: -28px;
    }

    .feature-slider .arrow.right {
        right: -28px;
    }

    .feature-slider .arrow.is-disabled {
        opacity: 0;
        pointer-events: none;
    }

.feature-slider .aroow__n {
    display: block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.feature-slider .arrow-left {
    transform: rotate(180deg);
}

.feature-slider .arrow-right {
    transform: none;
}

/* 押しっぱなし中のゲージ */
.feature-slider .arrow::before {
    content: "";
    position: absolute;
    left: 6px;
    right: 6px;
    bottom: 6px;
    height: 2px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .2);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}

.feature-slider .arrow::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 6px;
    width: 0;
    height: 2px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: rgba(255, 255, 255, .85);
    opacity: 0;
    pointer-events: none;
}

.feature-slider .arrow.hold {
    background: #6c6c6c;
    animation: todayArrowHoldBreathe .85s ease-in-out infinite;
}

    .feature-slider .arrow.hold::before {
        opacity: 1;
    }

    .feature-slider .arrow.hold::after {
        opacity: 1;
        animation: todayArrowHoldBar .9s ease-in-out infinite;
    }

/* =========================================
   最近みたプラン
========================================= */

.history-slider {
    position: relative;
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
}

    .history-slider .history-scroll-area {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

        .history-slider .history-scroll-area::-webkit-scrollbar {
            display: none;
        }

.history-cards {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    width: max-content;
    margin: 0;
    padding: 0 0 10px;
    list-style: none;
}

.history-card {
    flex: 0 0 194px;
    width: 194px;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
}

    .history-card a {
        display: block;
        min-height: 240px;
        height: 100%;
        color: #111;
        text-decoration: none;
    }

.history-card__image {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

    .history-card__image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .3s ease;
    }

.history-card__title {
    margin: 0;
    padding: 10px;
    color: #111;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    min-height: 61px;
    max-height: 61px;
}

/* 矢印 */
.history-slider .arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 38px;
    height: 54px;
    margin: 0 10px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    border: none;
    border-radius: 10px;
    background: rgba(0, 0, 0, .4);
    cursor: pointer;
    overflow: hidden;
    transition: opacity .2s ease, background-color .2s ease, box-shadow .2s ease;
}

    .history-slider .arrow:hover {
        background: #e57373;
    }

    .history-slider .arrow.left {
        left: -28px;
    }

    .history-slider .arrow.right {
        right: -28px;
    }

    .history-slider .arrow.is-disabled {
        opacity: 0;
        pointer-events: none;
    }

.history-slider .aroow__n {
    display: block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.history-slider .arrow-left {
    transform: rotate(180deg);
}

.history-slider .arrow-right {
    transform: none;
}

/* 押しっぱなし中 */
.history-slider .arrow::before {
    content: "";
    position: absolute;
    left: 6px;
    right: 6px;
    bottom: 6px;
    height: 2px;
    border-radius: 999px;
    background: rgba(255,255,255,.2);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}

.history-slider .arrow::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 6px;
    width: 0;
    height: 2px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: rgba(255,255,255,.85);
    opacity: 0;
    pointer-events: none;
}

.history-slider .arrow.hold {
    background: #6c6c6c;
    animation: todayArrowHoldBreathe .85s ease-in-out infinite;
}

    .history-slider .arrow.hold::before {
        opacity: 1;
    }

    .history-slider .arrow.hold::after {
        opacity: 1;
        animation: todayArrowHoldBar .9s ease-in-out infinite;
    }

#history .history-logout-memo{
    width:100%;
}

#history .history-logout-memo p{
    background: #f7f7f7;
    width: 100%;
    margin: 0;
    height: 39px;
    display: flex;
    padding: 10px 0 10px 20px;
    align-items: center;
}

#history .history-empty {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    background: #f7f7f7;
}

    #history .history-empty p {
        width: 100%;
        margin: 0;
        color: #333;
        font-size: 15.5px;
        line-height: 1.5;
        box-sizing: border-box;
    }

/* =========================================
   お気に入り通知
========================================= */
.favorite-slider {
    position: relative;
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
}

.favorite-scroll-area {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

    .favorite-scroll-area::-webkit-scrollbar {
        display: none;
    }

.favorite-cards {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 24px;
    width: max-content;
    margin: 0;
    padding: 0 0 10px;
}


/* カード */
.favorite-card {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex: 0 0 311px;
    width: 311px;
    height: 113px;
    padding: 10px;
    box-sizing: border-box;
    color: #212121;
    text-decoration: none;
    background: #fff;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 8px;
}


    /* 吹き出しの白いしっぽ */
    .favorite-card::before {
        content: "";
        position: absolute;
        top: 65px;
        right: -20px;
        z-index: 2;
        border: 8px solid transparent;
        border-left: 18px solid #fff;
    }


    /* 吹き出しの枠線部分 */
    .favorite-card::after {
        content: "";
        position: absolute;
        top: 67px;
        right: -20px;
        z-index: 1;
        border: 6px solid transparent;
        border-left: 14px solid rgba(0,0,0,.12);
    }


/* 画像 */
.favorite-card__image {
    flex: 0 0 91px;
    width: 91px;
    height: 91px;
    margin-right: 8px;
}

    .favorite-card__image img {
        display: block;
        width: 91px;
        height: 91px;
        object-fit: cover;
    }


/* テキストエリア */
.favorite-card__content {
    flex: 1;
    min-width: 0;
    padding: 0;
}


/* 日付 */
.favorite-card__date {
    margin: 2px 0 3px;
    color: #757575;
    font-size: 12px;
    line-height: 1.3;
}


/* 施設名 */
.favorite-card__supplier {
    margin: 0 0 4px;
    color: #212121;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* お知らせタイトル */
.favorite-card__title {
    margin: 0 0 3px;
    color: #212121;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* お知らせ本文 */
.favorite-card__text {
    margin: 0;
    color: #424242;
    font-size: 12px;
    line-height: 1.4;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


/* =========================================
   お気に入り通知：矢印
========================================= */

.favorite-slider .arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 38px;
    height: 54px;
    margin: 0 10px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    border: none;
    border-radius: 10px;
    background: rgba(0,0,0,.4);
    cursor: pointer;
    overflow: hidden;
    transition: opacity .2s ease, background-color .2s ease, box-shadow .2s ease;
}

    .favorite-slider .arrow:hover {
        background: #e57373;
    }

    .favorite-slider .arrow.left {
        left: -28px;
    }

    .favorite-slider .arrow.right {
        right: -28px;
    }

    .favorite-slider .arrow.is-disabled {
        opacity: 0;
        pointer-events: none;
    }

.favorite-slider .aroow__n {
    display: block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.favorite-slider .arrow-left {
    transform: rotate(180deg);
}

.favorite-slider .arrow-right {
    transform: none;
}


/* 押しっぱなしゲージ */
.favorite-slider .arrow::before {
    content: "";
    position: absolute;
    left: 6px;
    right: 6px;
    bottom: 6px;
    height: 2px;
    border-radius: 999px;
    background: rgba(255,255,255,.2);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}

.favorite-slider .arrow::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 6px;
    width: 0;
    height: 2px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: rgba(255,255,255,.85);
    opacity: 0;
    pointer-events: none;
}

.favorite-slider .arrow.hold {
    background: #6c6c6c;
    animation: todayArrowHoldBreathe .85s ease-in-out infinite;
}

    .favorite-slider .arrow.hold::before {
        opacity: 1;
    }

    .favorite-slider .arrow.hold::after {
        opacity: 1;
        animation: todayArrowHoldBar .9s ease-in-out infinite;
    }

/* お気に入り通知：ログイン済み0件 */
#favorite .favorite-empty {
    width: 100%;
    box-sizing: border-box;
    background: #f7f7f7;
    padding: 10px;
}

    #favorite .favorite-empty p {
        width: 436px;
        margin: 0;
        margin-top: 15px;
        color: #333;
        font-size: 15.5px;
        line-height: 1.5;
        display: inline-block;
        vertical-align: top;
    }

/* =========================================
ログアウト状態
========================================= */
#favorite .nofavoinfo-inner {
    width: 930px;
    margin: 0 auto;
    padding: 10px;
    background: #f7f7f7;
}

    #favorite .nofavoinfo-inner .favicon-ph, #favorite .favorite-empty .favicon-ph {
        display: inline-block;
        margin-right: 11px;
        width: 50px;
        object-fit: contain;
        height: 70px;
    }

    #favorite .nofavoinfo-inner .nofavoinfo-text {
        width: 436px;
        display: inline-block;
        vertical-align: top;
        font-size: 15.5px;
        margin-top: 15px;
        line-height: 1.5;
    }

/* =========================================
(閲覧履歴・お気に入り通知)ログインテキストリンク
========================================= */

#contents_wrap .logintextlink {
    text-decoration: underline;
    color: #933000;
    font-weight: 600;
    box-shadow: unset;
}

/* =========================================
   ランキング
========================================= */
/* 通常価格は表示しない */
.leisure-ranking .not_price {
    display: none !important;
}
.ranking-slider {
    position: relative;
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
}

    .ranking-slider .ranking-scroll-area {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

        .ranking-slider .ranking-scroll-area::-webkit-scrollbar {
            display: none;
        }

.leisure-ranking .ranking {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    width: max-content;
    margin: 0;
    padding: 4px 0 10px;
    list-style: none;
}

    .leisure-ranking .ranking li {
        position: relative;
        flex: 0 0 174px;
        width: 174px;
        margin: 0;
        padding: 0;
        border: 1px solid #ccc;
        background: #fff;
        box-sizing: border-box;
        border-radius: 8px;
    }

    .leisure-ranking .ranking a {
        display: block;
        color: #111;
        text-decoration: none;
        overflow: hidden;
        border-radius: 8px;
    }

.leisure-ranking .photo {
    display: block;
    width: 174px;
    height: 131px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}
.ranking .tit_churaprice {
    margin-left: 8px;
}
.ranking .churaprice {
    text-align: right;
    margin-right: 8px;
}
/* ランキング順位リボン */
.leisure-ranking .rank-ribbon {
    position: absolute;
    top: -1px;
    left: 8px;
    z-index: 3;
    width: 28px;
    height: 36px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
    padding-top: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    clip-path: polygon( 0 0, 100% 0, 100% 100%, 50% 79%, 0 100% );
}

/* 1位 */
.leisure-ranking .rank-first {
    background: #f4a300;
}

/* 2位 */
.leisure-ranking .rank-second {
    background: #9b9b9b;
}

/* 3位 */
.leisure-ranking .rank-third {
    background: #a95b2b;
}

/* 4〜10位 */
.leisure-ranking .rank-normal {
    background: #2576d2;
}

.leisure-ranking .rank-ribbon.rank-double-digit {
    font-size: 13px;
    letter-spacing: -1px;
}

.leisure-ranking .tit_plan {
    margin: 10px 8px 3px;
    padding: 0;
    color: #111;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

p.area {
    margin: 0 10px 10px;
    font-size: 12px;
    color: #747474;
}

/* 今日のプランと共通のPC矢印 */
.ranking-slider .arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 38px;
    height: 54px;
    margin: 0 10px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    border: none;
    border-radius: 10px;
    background: rgba(0, 0, 0, .4);
    cursor: pointer;
    overflow: hidden;
    transition: opacity .2s ease, background-color .2s ease, box-shadow .2s ease;
}

    .ranking-slider .arrow:hover {
        background: #e57373;
    }

    .ranking-slider .arrow.left {
        left: -28px;
    }

    .ranking-slider .arrow.right {
        right: -28px;
    }

    .ranking-slider .arrow.is-disabled {
        opacity: 0;
        pointer-events: none;
    }

.ranking-slider .aroow__n {
    display: block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.ranking-slider .arrow-left {
    transform: rotate(180deg);
}

.ranking-slider .arrow-right {
    transform: none;
}

/* 長押しゲージ */
.ranking-slider .arrow::before {
    content: "";
    position: absolute;
    left: 6px;
    right: 6px;
    bottom: 6px;
    height: 2px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .2);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}

.ranking-slider .arrow::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 6px;
    width: 0;
    height: 2px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: rgba(255, 255, 255, .85);
    opacity: 0;
    pointer-events: none;
}

.ranking-slider .arrow.hold {
    background: #6c6c6c;
    animation: todayArrowHoldBreathe .85s ease-in-out infinite;
}

    .ranking-slider .arrow.hold::before {
        opacity: 1;
    }

    .ranking-slider .arrow.hold::after {
        opacity: 1;
        animation: todayArrowHoldBar .9s ease-in-out infinite;
    }

/* =========================================
   誰と？
========================================= */

.scene-box {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.scene-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 98px;
    padding: 10px 28px;
    box-sizing: border-box;
    border: 3px solid #f4a800;
    border-radius: 18px;
    background: #fff;
    color: #d97800;
    text-decoration: none;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.scene-card__icon {
    display: block;
    width: 48px;
    height: 48px;
    flex: 0 0 76px;
    background-color: #d97800;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: transform .25s ease, background-color .2s ease;
}

/* 1人で */
.scene-card__icon--solo {
    -webkit-mask-image: url("/leisure/img/2.0.0/scene_icon_solo.svg");
    mask-image: url("/leisure/img/2.0.0/scene_icon_solo.svg");
}

/* 親子 */
.scene-card__icon--parent-child {
    -webkit-mask-image: url("/leisure/img/2.0.0/scene_icon_parent-child.svg");
    mask-image: url("/leisure/img/2.0.0/scene_icon_parent-child.svg");
}

/* 夫婦・カップル */
.scene-card__icon--couple {
    -webkit-mask-image: url("/leisure/img/2.0.0/scene_icon_couple.svg");
    mask-image: url("/leisure/img/2.0.0/scene_icon_couple.svg");
}

/* 10人以上 */
.scene-card__icon--group {
    -webkit-mask-image: url("/leisure/img/2.0.0/scene_icon_group.svg");
    mask-image: url("/leisure/img/2.0.0/scene_icon_group.svg");
}

.scene-card__text {
    display: block;
    color: #d97800;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.45;
    text-align: left;
    white-space: nowrap;
}


/* =========================================
   誰と？：PC hover
========================================= */

@media screen and (min-width: 800px) {

    .scene-box {
        gap: 15px;
    }

    .scene-card {
        min-height: unset;
        border-radius: 11px;
    }

    .scene-card__text {
        font-size: 18px;
        line-height: 1.25;
        transition: color .2s ease;
    }

    .scene-card__icon {
        width: 42px;
        height: 42px;
        transition: transform .25s ease;
    }

    .scene-card:hover .scene-card__icon {
        background-color: #e57373;
        transform: scale(1.06);
    }
    
    /* カードhover */
    .scene-card:hover {
        opacity: 1;
        transform: translateY(-2px);
        border-color: #e57373;
        background: #fffaf5;
        box-shadow: 0 7px 16px rgba(0, 0, 0, .16);
    }

        /* テキストも同じ色 */
        .scene-card:hover .scene-card__text {
            color: #e57373;
        }

        /* アイコン拡大 */
        .scene-card:hover .scene-card__icon {
            transform: scale(1.06);
        }
}


/* =========================================
   カテゴリ
========================================= */

.cate-onlybox {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

.category-card {
    display: block;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    background: #fff;
    border: none;
    border-radius: 14px;
}

    .category-card img {
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        transition: transform .3s ease;
    }

    .category-card::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 50%;
        pointer-events: none;
        background: linear-gradient( to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .72) );
    }

    .category-card span {
        position: absolute;
        left: 5px;
        right: 5px;
        bottom: 8px;
        z-index: 2;
        display: block;
        padding: 0;
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.35;
        text-align: center;
        text-shadow: 0 1px 3px rgba(0, 0, 0, .75);
    }

/* PCでは「すべて見る」ボタンを表示しない */
.category-more-button {
    display: none;
}


/* ボトムシート表示中は背景ページを固定 */
body.sheet-open {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
}

/* =========================================
   Bottom Sheet Overlay
========================================= */

.bottom-sheet-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 999;
    background: rgba(0,0,0,.55);
}

    .bottom-sheet-overlay.is-active {
        display: block;
    }

/* =========================================
   下固定ピルナビ
========================================= */

.bottom-pill-nav {
    position: fixed;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    z-index: 1001;
    display: flex;
    align-items: center;
    background: #4a3e35;
    border-radius: 999px;
    padding: 11px 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,.25);
}

    .bottom-pill-nav button {
        display: flex;
        align-items: center;
        gap: 6px;
        border: none;
        background: transparent;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        padding: 0 16px;
        line-height: 1;
        white-space: nowrap;
    }

.bottom-pill-nav__pc-menu {
    display: none;
    align-items: center;
}

    .bottom-pill-nav__pc-menu a {
        display: flex;
        align-items: center;
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        font-weight: 700;
        padding: 0 10px;
        white-space: nowrap;
    }

.bottom-pill-nav__icon {
    display: block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.bottom-pill-nav__menu-btn {
    border-left: 1px solid rgba(255,255,255,.35);
}

    .bottom-pill-nav span {
        color: #fff;
        margin-right: 5px;
    }

/* =========================================
   Bottom Sheet
========================================= */

.bottom-sheet {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: #fff;
    border-radius: 24px 24px 0 0;
    transform: translateY(110%);
    transition: transform .28s ease;
    max-height: 86vh;
    max-height: 86dvh;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 -10px 30px rgba(0,0,0,.2);
}

    .bottom-sheet.is-open {
        transform: translateY(0);
    }

.bottom-sheet__handle {
    width: 48px;
    height: 5px;
    background: #e3e5e8;
    border-radius: 999px;
    margin: 17px auto 43px;
}

.bottom-sheet__title {
    margin: 0 0 20px;
    text-align: center;
    color: #5a341b;
    font-size: 20px;
    font-weight: 700;
}

.bottom-sheet__close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 50%;
    background: #f0f2f5;
    color: #9aa0aa;
    font-size: 18px;
    line-height: 1;
}
/* =========================================
   カレンダー：土日カラー
========================================= */

/* 日曜日 */
.ui-datepicker-calendar th:first-child {
    color: rgb(224, 97, 97);
}

.ui-datepicker-calendar td:first-child a,
.ui-datepicker-calendar td:first-child span {
    color: rgb(224, 97, 97);
    background: rgb(255, 233, 225);
}

/* 土曜日 */
.ui-datepicker-calendar th:last-child {
    color: rgb(98, 179, 253);
}

.ui-datepicker-calendar td:last-child a,
.ui-datepicker-calendar td:last-child span {
    color: rgb(98, 179, 253);
    background: rgb(236, 248, 250);
}

/* 選択中の日付は土日カラーより優先 */
.ui-datepicker-calendar td a.ui-state-active,
.ui-datepicker-calendar td a.ui-state-highlight.ui-state-active {
    color: #fff !important;
    background: #f6a800 !important;
}

/* 今日の日付表示も土日カラーより優先 */
.ui-datepicker-calendar td a.ui-state-highlight:not(.ui-state-active) {
    color: #333 !important;
    background: #fff3cd !important;
}

/* =========================================
   Search Sheet
========================================= */

.search-sheet {
    padding-bottom: 88px;
}

    .search-sheet .filter-tabs {
        display: grid;
        /*grid-template-columns: 1fr 1fr;*/
        border-bottom: 4px solid #777;
        margin-bottom: 14px;
    }

        .search-sheet .filter-tabs button {
            border: none;
            background: #fff;
            padding: 14px 8px 12px;
            color: #c9c9c9;
            font-size: 19px;
            font-weight: 700;
        }

            .search-sheet .filter-tabs button.is-active {
                color: #666;
                border-bottom: 4px solid #f6a800;
                margin-bottom: -4px;
            }

    .search-sheet .filter-body {
        padding: 0 16px;
    }

    .search-sheet .filter-row {
        display: grid;
        grid-template-columns: 84px 1fr;
        align-items: center;
        min-height: 52px;
        margin-bottom: 10px;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 10px;
        overflow: hidden;
    }

        .search-sheet .filter-row label {
            padding: 0 14px;
            color: #666;
            font-weight: 700;
            font-size: 13px;
            border-right: 1px solid #e5e5e5;
        }

        .search-sheet .filter-row input,
        .search-sheet .filter-row select {
            width: 100%;
            height: 52px;
            border: none;
            background: #fff;
            padding: 0 14px;
            color: #999;
            font-size: 16px;
            box-sizing: border-box;
            outline: none;
        }

    .search-sheet .filter-keyword {
        display: flex;
        position: relative;
    }

        .search-sheet .filter-keyword input {
            text-align: center;
            padding: 0 48px;
            color: #666;
            font-size: 15px;
        }

    .search-sheet .keyword-clear {
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
        border: none;
        background: transparent;
        font-size: 24px;
        line-height: 1;
        -webkit-appearance: none;
        appearance: none;
        border: none;
        background: transparent;
        color: #111 !important;
    }

    .search-sheet .detail-toggle,
    .search-sheet .detail-close {
        width: 100%;
        border: none;
        background: transparent;
        padding: 18px 0;
        color: #111;
        font-size: 15px;
        font-weight: 700;
    }

    .search-sheet .detail-icon {
        font-size: 18px;
        font-weight: bold;
        line-height: 1;
        display: inline-block;
        width: 24px;
        text-align: center;
    }

    .search-sheet .detail-panel {
        display: none;
        border-top: 2px dotted #ddd;
        padding: 18px 16px 0;
        margin: 0 -16px;
        background: #fff;
    }

        .search-sheet .detail-panel.is-open {
            display: block;
        }

    .search-sheet .detail-section {
        margin-bottom: 22px;
    }

    .search-sheet .detail-title {
        margin: 0 0 10px;
        color: #666;
        font-size: 14px;
        font-weight: 700;
    }

    .search-sheet .check-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px 8px;
    }

        .search-sheet .check-grid label {
            display: grid;
            grid-template-columns: 16px 1fr;
            column-gap: 3px;
            align-items: start;
            min-width: 0;
            color: #555;
            font-size: 13px;
            line-height: 1.4;
        }

            .search-sheet .check-grid label input {
                width: 13px;
                height: 13px;
                margin: 2px 0 0;
            }

    .search-sheet .detail-section select {
        width: 100%;
        height: 46px;
        border: 1px solid #ddd;
        border-radius: 10px;
        background: #fff;
        padding: 0 14px;
        color: #999;
        font-size: 16px;
    }

    .search-sheet .price-selects {
        display: block;
    }

        .search-sheet .price-selects select {
            width: 100%;
        }

    .search-sheet .filter-actions {
        display: grid;
        grid-template-columns: 110px 1fr;
        gap: 12px;
        padding: 14px 20px 22px;
        background: #f5f5f3;
    }

    .search-sheet .clear-btn,
    .search-sheet .search-btn {
        height: 56px;
        border: none;
        border-radius: 8px;
        font-size: 17px;
        font-weight: 700;
        box-shadow: 0 2px 4px rgba(0,0,0,.22);
    }

    .search-sheet .clear-btn {
        background: #d8d8d8;
        color: #4f4036;
    }

    .search-sheet .search-btn {
        background: #514034;
        color: #fff;
    }

/* =========================================
   Menu Sheet
========================================= */

.menu-sheet {
    padding: 0 2% 95px;
}

.sheet-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2%;
    row-gap: 24px;
    text-align: center;
}

    .sheet-menu a {
        display: block;
        color: #263142;
        text-decoration: none;
        font-size: 12px;
        font-weight: 700;
    }

        .sheet-menu a::before {
            content: "";
            display: block;
            width: 54px;
            height: 54px;
            margin: 0 auto 8px;
            border-radius: 50%;
            background-color: #fff4e5;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 34px 34px;
        }

/* =========================================
   SP
========================================= */

@media screen and (max-width: 799px) {
    .leisure-renewal {
        max-width: none;
        width: 100%;
        padding: 0 0 120px;
    }

    .pc-breadcrumb {
        display: none;
    }
    .loginbox {
        text-align: center;
        margin: 30px 0 14px;
        width: 100%;
    }

    .loginbox_ul {
        margin: 0 0 8px;
        padding: 0;
    }

    .loginbox .loginbtn {
        color: #F6AB00;
        border: solid #F6AB00 1px;
    }

        .loginbox .loginbtn:hover {
            color: #fff;
            background: #933000;
            border: solid #933000 1px;
        }
            .loginbox .loginbtn:hover a{
                color:#fff;
                opacity:1;
            }

            .loginbox .loginbtn a {
                color: #F6AB00;
            }

    .loginbox .registbtn {
        background: #F6AB00;
        border: solid #F6AB00 1px;
        color: #fff;
    }

        .loginbox .registbtn:hover {
            color: #fff;
            background: #933000;
            border: solid #933000 1px;
        }
    .loginbox .loginbtn a:hover {
        color: #fff;
    }
            .loginbox .registbtn:hover a {
                color: #fff;
                opacity: 1;
            }

            .loginbox .loginbtn, .loginbox .registbtn {
                display: inline-block;
                width: 46%;
                border-radius: 4px;
            }

        .loginbox .registbtn a {
            color: #FFF;
        }

        .loginbox .loginbtn a, .loginbox .registbtn a {
            cursor: pointer;
            line-height: 1.4;
            padding: 8px 0;
            font-size: 16px;
            text-decoration: none;
        }

    .leisure-section {
        width: auto;
        /*margin-left: 16px;
        margin-right: 16px;*/
        box-sizing: border-box;
    }
    .loginbox_memo {
        text-align: left;
        padding: 8px;
        font-size: 14px;
    }

    .section-title {
        font-size: 16px;
        min-height: 12px;
        height: auto;
        margin: 0 0 9px 0;
    }
    .logoutInfoTxt {
        margin-left: 2%;
        margin-right: 2%;
        box-sizing: border-box;
    }

    #ct_mente,
    .ct_mente,
    .ct-mainteInfo,
    #ct_mainteInfo,
    .qapp2 {
        width: calc(100% - 24px);
        margin-left: auto;
        margin-right: auto;
    }

    .leisure-mv {
        width: 100%;
        margin: 0 0 4%;
        margin-left: 0;
        overflow: hidden;
    }

        .leisure-mv .slick-list {
            overflow: hidden;
        }

        .leisure-mv .img_slider {
            padding: 0;
        }

        .leisure-mv .slick-slide {
            opacity: 1;
        }

        .leisure-mv img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }

    .mv_caption {
        padding: 7px 10px;
        font-size: 12px;
        line-height: 1.45;
    }
    .mv_caption_text {
        display: -webkit-box;
        line-height: 1.45;
        max-height: calc(1.45em * 2);
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .leisure-mv .mv-arrow {
        width: 38px;
        height: 54px;
    }

    .leisure-mv .mv-arrow--prev {
        left: 8px;
    }

    .leisure-mv .mv-arrow--next {
        right: 8px;
    }

    .leisure-mv .mv-arrow span {
        width: 13px;
        height: 13px;
    }

    .leisure-mv .slick-dots {
        margin-top: 12px;
    }

    .today-slider {
        max-width: none;
        width: 100%;
    }

        .today-slider .arrow {
            display: none;
        }

        #todaysalebox,
        .today-slider .scroll-area {
            max-width: none;
            width: 100%;
            padding-left: 0;
            padding-right: 0;
            box-sizing: border-box;
        }

    .discountbox {
        width: auto;
        margin: 24px 0;
        padding: 0;
    }

        .discountbox .joto-tit {
            font-size: 17px;
            margin: 8px auto;
            line-height: 1.4;
        }

        .discountbox .todaysale {
            gap: 5px;
        }

        .discountbox .todaysale_li {
            flex: 0 0 41vw;
            width: 41vw;
            min-width: 170px;
        }

        .discountbox .joto-memo {
            margin-bottom: 24px;
            position: static;
        }

    /* おすすめ特集：スマホは横スワイプ */
    .feature-slider {
        width: 100%;
        max-width: none;
    }

        .feature-slider .arrow {
            display: none;
        }

        .feature-slider .feature-scroll-area {
            width: 100%;
            padding-left: 0;
            padding-right: 0;
            box-sizing: border-box;
        }

    .ct-cards {
        display: flex;
        flex-wrap: nowrap;
        gap: 8px;
        width: max-content;
        margin: 0;
        padding: 0 0 10px;
    }

    @media screen and (max-width: 799px) {

        .ct-cards__item {
            display: block;
            flex: 0 0 44vw;
            width: 44vw;
            max-width: 220px;
            min-height: 0;
            padding: 0;
            border: 1px solid #ccc;
            border-radius: 8px;
            overflow: hidden;
        }

        .ct-cards__item__image {
            float: none;
            width: 100%;
            height: auto;
            aspect-ratio: 4 / 3;
            overflow: hidden;
        }

            .ct-cards__item__image img {
                display: block;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .ct-cards__item__content {
            display: block;
            min-height: 0;
            margin-left: 0;
            padding: 8px 10px 10px;
        }

        .ct-cards__item__content__title {
            margin: 0 0 4px;
            font-size: 14px;
            line-height: 1.4;
        }

        .ct-cards__item__content__text {
            font-size: 12px;
            line-height: 1.4;
            -webkit-line-clamp: 3;
        }
    }


    /* お気に入り通知：スマホでは指で横スクロール */
    .favorite-slider {
        width: 100%;
        max-width: none;
    }

        .favorite-slider .arrow {
            display: none;
        }

    .favorite-scroll-area {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box;
    }

    .favorite-cards {
        gap: 8px;
    }

    .favorite-card {
        flex: 0 0 278px;
        width: 278px;
        max-width: none;
    }

    #favoinfo .nofavoinfo-inner .favicon-ph {
        display: inline-block;
        margin-right: 11px;
        width: 60px;
        object-fit: unset;
        height: unset;
    }
    #favoinfo .nofavoinfo-inner .nofavoinfo-text {
        width: unset;
        display: inline-block;
        vertical-align: top;
        font-size: 13.5px;
        margin-top: 4px;
    }
    #favorite .favorite-empty p {
        width: 100%;
    }

    .history-slider {
        width: 100%;
        max-width: none;
    }

        .history-slider .arrow {
            display: none;
        }

        .history-slider .history-scroll-area {
            width: 100%;
            padding-left: 0;
            padding-right: 0;
            box-sizing: border-box;
        }

    .history-cards {
        gap: 8px;
    }

    .history-card {
        flex: 0 0 44vw;
        width: 44vw;
        max-width: 200px;
    }

    #history .history-logout-memo p {
        display: block;
        padding: 20px 10px;
        height: auto;
        width:auto;
    }

    /* お気に入り通知：スマホは横指スクロール */
    .favorite-slider {
        width: 100%;
        max-width: none;
    }

        .favorite-slider .arrow {
            display: none;
        }

    .favorite-scroll-area {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box;
    }

    .favorite-cards {
        gap: 24px;
    }


    /* スマホはホテル版に近いサイズ */
    .favorite-card {
        flex: 0 0 278px;
        width: 278px;
        height: 126px;
        padding: 10px;
    }


    /* スマホは画像を少し大きく */
    .favorite-card__image {
        flex: 0 0 104px;
        width: 104px;
        height: 104px;
        margin-right: 8px;
    }

        .favorite-card__image img {
            width: 104px;
            height: 104px;
        }


    /* 吹き出し位置もカード中央付近へ */
    .favorite-card::before {
        top: 72px;
    }

    .favorite-card::after {
        top: 74px;
    }


    /* スマホのテキスト */
    .favorite-card__supplier {
        font-size: 13px;
    }

    .favorite-card__title,
    .favorite-card__text {
        font-size: 12px;
    }
    /* =========================================
ログアウト状態
========================================= */
    #favorite {
        /*margin: 8% 16px 10%;*/
    }
        #favorite .nofavoinfo-inner {
            width: auto;
        }

            #favorite .nofavoinfo-inner .favicon-ph, #favorite .favorite-empty .favicon-ph {
                display: block;
            }

        #favorite .nofavoinfo-inner .nofavoinfo-text {
            width: 100%;
        }

    /* ランキング：スマホでは指で横スクロール */
    .ranking-slider {
        width: 100%;
        max-width: none;
    }

        .ranking-slider .arrow {
            display: none;
        }

        .ranking-slider .ranking-scroll-area {
            width: 100%;
            padding-left: 0;
            padding-right: 0;
            box-sizing: border-box;
        }

    .leisure-ranking .ranking {
        gap: 10px;
        padding-right: 0;
    }

        .leisure-ranking .ranking li {
            flex: 0 0 220px;
            width: 220px;
        }

    .leisure-ranking .photo {
        width: 220px;
        height: 165px;
    }

    /* 誰と？：スマホ */
    .scene-box {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .scene-card {
        gap: 8px;
        min-height: 72px;
        padding: 12px 8px;
        border-width: 2px;
        border-radius: 12px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .12);
    }

    .scene-card__icon {
        width: 36px;
        height: 36px;
        flex-basis: 46px;
    }

    .scene-card__text {
        font-size: clamp(14px, 4.2vw, 18px);
        line-height: 1.4;
    }

    /* カテゴリ：スマホは3列 */
    .cate-onlybox {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

        /* 初期状態では10件目以降を非表示 */
        .cate-onlybox:not(.is-expanded) .category-card:nth-child(n + 10) {
            display: none;
        }

    .category-card img {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }

    .category-card span {
        left: 3px;
        right: 3px;
        bottom: 7px;
        font-size: 11px;
        font-weight: 700;
        line-height: 1.3;
    }

    /* スマホの「すべて見る」ボタン */
    .category-more-button {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: calc(100% - 24px);
        min-height: 48px;
        margin: 18px auto 0;
        padding: 10px 20px;
        border: 1px solid #5a493c;
        border-radius: 999px;
        background: #fff;
        color: #5a493c;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.4;
        cursor: pointer;
    }

    .category-more-button__close {
        display: none;
    }

    .category-more-button__icon {
        display: inline-block;
        width: 20px;
        font-size: 18px;
        line-height: 1;
        text-align: center;
    }

    /* 展開後 */
    .category-more-button.is-expanded
    .category-more-button__open {
        display: none;
    }

    .category-more-button.is-expanded
    .category-more-button__close {
        display: inline;
    }

    /* 検索シートを開いた時だけ追従ボタンを非表示 */
    #searchSheet.is-open ~ .bottom-pill-nav {
        display: none;
    }

    /* アプリ：フッターナビに被らない最低限の位置 */
    html.is-churatoku-app .bottom-pill-nav,
    html.is-churatoku-app .bottom-pill-nav.is-browser-bar {
        bottom: 28px;
    }

    /* アプリ：メニュー項目全体を少し上へ */
    html.is-churatoku-app .menu-sheet .bottom-sheet__handle {
        margin-bottom: 22px;
    }

    .bottom-pill-nav {
        bottom: 16px;
        padding: 18px 28px;
        transform: translateX(-50%);
        box-sizing: border-box;
        background: #5c4b3f;
        box-shadow: 0 0 0 4px rgba(255,255,255,.45), 0 16px 40px rgba(0,0,0,.42);
        transition: padding .25s ease, background-color .25s ease, box-shadow .25s ease;
    }
        .bottom-pill-nav.is-compact {
            padding: 16px;
            background: #4a3e35;
            box-shadow: 0 0 0 1px rgba(255,255,255,.18), 0 8px 18px rgba(0,0,0,.20);
        }

            .bottom-pill-nav.is-compact button,
            .bottom-pill-nav.is-compact button span {
                font-size: 14px;
            }

            .bottom-pill-nav.is-compact .bottom-pill-nav__icon {
                width: 18px;
                height: 18px;
            }
        .bottom-pill-nav button {
            display: flex;
            align-items: center;
            gap: 6px;
            border: none;
            background: transparent;
            color: #fff;
            font-size: 15px;
            font-weight: 700;
            padding: 0 16px;
            line-height: 1.3;
            white-space: nowrap;
            -webkit-text-size-adjust: 100%;
            text-size-adjust: 100%;
            transition: font-size .25s ease, padding .25s ease;
        }
            .bottom-pill-nav button span {
                font-size: 15px;
                line-height: 1.3;
            }

    .bottom-pill-nav__pc-menu {
        display: none;
    }
    .bottom-pill-nav__icon {
        display: block;
        width: 20px;
        height: 20px;
        object-fit: contain;
        flex: 0 0 auto;
        transition: width .25s ease, height .25s ease;
    }

    button#openMenuSheet {
        border-left: solid #fff 1px;
    }

/*    .search-sheet {
        padding-top: 48px;
    }*/
    /* 共通：メニューシートにも効く通常ハンドル */

    .search-sheet {
        padding-top: 0;
        padding-bottom: 0;
    }

        .search-sheet .bottom-sheet__handle {
            position: sticky;
            top: 0;
            z-index: 5;
            width: 100%;
            height: 48px;
            margin: -48px 0 18px;
            background: #fff;
            border-radius: 24px 24px 0 0;
        }

            .search-sheet .bottom-sheet__handle::before {
                content: "";
                position: absolute;
                top: 15px;
                left: 50%;
                transform: translateX(-50%);
                width: 48px;
                height: 5px;
                background: #e3e5e8;
                border-radius: 999px;
            }

        .search-sheet .bottom-sheet__close {
            position: sticky;
            top: 9px;
            float: right;
            z-index: 6;
            margin: -45px 14px 0 0;
        }

    /* 検索シート表示中の下部固定アクション */
    .search-sheet-footer {
        position: sticky;
        bottom: 0;
        z-index: 20;
        width: 100%;
        background: #f5f5f3;
        box-shadow: 0 -4px 12px rgba(0, 0, 0, .08);
    }

        .search-sheet-footer .filter-actions {
            padding: 12px 16px 8px;
        }

        .search-sheet-footer .search-sheet-close {
            display: block;
            width: 100%;
            margin: 0;
            padding: 10px 16px 14px;
            border: none;
            background: transparent;
            color: #666;
            font-size: 14px;
            font-weight: 700;
            text-align: center;
        }

    .bottom-pill-nav.is-browser-bar {
        bottom: calc(16px + env(safe-area-inset-bottom, 0px));
    }

    /* iPhoneで追従ナビ・ボトムシート内のフォントが変わらないようにする */
    .bottom-pill-nav,
    .bottom-pill-nav *,
    .bottom-sheet,
    .bottom-sheet * {
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
    }
    /* iPhone：カレンダー選択時の自動ズーム防止 */
    #filterDate {
        font-size: 16px;
    }
}

/* =========================================
   中間幅・PCマウス環境のスライダー調整
========================================= */

@media screen and (max-width: 1024px) and (hover: hover) and (pointer: fine) {

    /*
       スライダー本体は他コーナーと同じ横幅にする
    */
    .today-slider,
    .feature-slider,
    .history-slider,
    .favorite-slider,
    .ranking-slider {
        width: 100%;
        max-width: 930px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }

        /*
       スマホ用CSSで非表示になった矢印を
       マウス操作できるPCだけ再表示する
    */
        .today-slider .arrow,
        .feature-slider .arrow,
        .history-slider .arrow,
        .favorite-slider .arrow,
        .ranking-slider .arrow {
            display: flex !important;
        }

            /*
       矢印をスライダー内側へ配置し、
       ウィンドウを縮めても画面外へ残らないようにする
    */
            .today-slider .arrow.left,
            .feature-slider .arrow.left,
            .history-slider .arrow.left,
            .favorite-slider .arrow.left,
            .ranking-slider .arrow.left {
                left: 4px;
                margin-left: 0;
            }

            .today-slider .arrow.right,
            .feature-slider .arrow.right,
            .history-slider .arrow.right,
            .favorite-slider .arrow.right,
            .ranking-slider .arrow.right {
                right: 4px;
                margin-right: 0;
            }
}

/* =========================================
   PC Bottom Sheet
========================================= */

@media screen and (min-width: 800px) {
    .bottom-sheet {
        left: 50%;
        right: auto;
        width: min(560px, 94%);
        transform: translate(-50%, 110%);
        border-radius: 24px;
        bottom: 24px;
    }

        .bottom-sheet.is-open {
            transform: translate(-50%, 0);
        }

    .bottom-pill-nav {
        bottom: 24px;
        padding: 14px 22px;
    }

    .bottom-pill-nav__menu-btn {
        display: none;
    }

    .bottom-pill-nav__pc-menu {
        display: flex;
    }

    .bottom-pill-nav__search {
        border-right: 1px solid rgba(255,255,255,.35);
        margin-right: 10px;
        padding-right: 18px;
    }
        .bottom-pill-nav__search.sp-only,
        .bottom-pill-nav__menu-btn.sp-only {
            display: none !important;
        }

    .bottom-pill-nav__pc-menu.pc-only {
        display: flex !important;
    }
    .bottom-pill-nav__pc-menu a {
        padding: 0 12px;
        border-left: 1px solid rgba(255,255,255,.35);
    }
        .bottom-pill-nav__pc-menu a:first-child {
            border-left: none;
        }
}

.pc-filter-box,
.pc-search-menu {
    display: none;
}
#contents_wrap .pc-search-menu a {
    box-shadow: unset;
}

@media screen and (min-width: 800px) {
    /* PCのみ：MVキャプション */
    .mv_caption_text {
        white-space: nowrap;
    }
    .loginbox {
        text-align: center;
        margin: 11px auto 10px;
        width: 100%;
    }
    .loginbox_ul {
        margin: 0;
        padding: 0;
        margin-bottom: 14px;
    }
    .loginbox .loginbtn {
        color: #f6ab00;
        border: solid #f6ab00 1px;
    }
    .loginbox .loginbtn, .loginbox .registbtn {
        display: inline-block;
        width: 200px;
        font-size: 13px;
        border-radius: 4px;
    }
        .loginbox .loginbtn a, .registbtn a {
            cursor: pointer;
            padding: 12px 0;
            font-size: 15px;
            line-height: unset;
        }
        .loginbox .loginbtn a {
            color: #f6ab00;
            font-weight: 600;
            text-decoration: none;
        }
            .loginbox .loginbtn a:hover{
                color:#fff;
            }
            .loginbox .registbtn {
                background: #F6AB00;
                border: solid #F6AB00 1px;
                color: #fff;
            }
                .loginbox .registbtn:hover {
                    background: #6f2500;
                }
                .loginbox .registbtn a {
                    color: #FFF;
                    font-weight: 600;
                    text-decoration: none;
                }
    .loginbox_memo {
        text-align: center;
        padding: 8px;
        font-size: 14px;
    }

    .pc-filter-box {
        display: block;
        max-width: 1180px;
        margin: -34px auto 0;
        padding: 30px 38px 26px;
        background: #f7f7f7;
        border-radius: 0 0 18px 18px;
        position: relative;
        z-index: 3;
        box-sizing: border-box;
    }

    .pc-filter-main {
        display: grid;
        grid-template-columns: 1.25fr 1fr 1fr 1fr;
        gap: 28px;
    }

    .pc-filter-field label,
    .pc-detail-select label,
    .pc-detail-price label,
    .pc-detail-checks p {
        display: block;
        margin: 0 0 10px;
        font-size: 14px;
        font-weight: 700;
        color: #111;
    }

    .pc-filter-field input,
    .pc-filter-field select,
    .pc-detail-panel select {
        width: 100%;
        height: 46px;
        border: 1px solid #d8d8d8;
        border-radius: 6px;
        padding: 0 14px;
        font-size: 14px;
        color: #666;
        box-sizing: border-box;
        background: #fff;
    }

    .pc-filter-input-wrap {
        position: relative;
    }

    .pc-keyword-clear {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        border: none;
        background: transparent;
        font-size: 24px;
        line-height: 1;
        cursor: pointer;
    }

    .pc-detail-toggle {
        margin: 14px auto 3px;
        text-align: center;
        width: 100%;
        border: none;
        background: transparent;
        font-size: 13px;
        cursor: pointer;
        border-radius: 50px;
        padding: 6px 19px 4px;
    }

    .pc-detail-icon {
        display: inline-block;
        width: 24px;
        text-align: center;
        font-size: 12px;
        vertical-align: middle;
    }

    .pc-detail-panel {
        display: none;
        grid-template-columns: 340px 1fr;
        gap: 41px;
        padding: 20px 33px;
        border: 1px solid #ddd;
        border-radius: 6px;
        box-sizing: border-box;
        background: #fff;
    }

        .pc-detail-panel.is-open {
            display: grid;
        }

    .pc-detail-checks {
        padding-right: 24px;
        border-right: 1px solid #ddd;
    }

        .pc-detail-checks p {
            display: block;
            margin: 0 0 10px;
            font-size: 14px;
            font-weight: 700;
            color: #111;
        }

    .pc-check-list {
        display: grid;
        grid-template-columns: 135px 155px;
        justify-content: start;
        gap: 9px 12px;
    }


        .pc-check-list label {
            display: grid;
            grid-template-columns: 16px 1fr;
            column-gap: 3px;
            align-items: start;
            font-size: 13px;
            line-height: 1.4;
            color: #333;
        }

        .pc-check-list input[type="checkbox"] {
            width: 13px;
            height: 13px;
            margin: 2px 0 0;
        }

        .pc-check-list span {
            display: block;
        }

        .pc-check-list label,
        #box_search2 .result-check-list > label {
            min-width: 0;
            white-space: normal;
            line-height: 1.4;
        }

        .pc-check-list span,
        #box_search2 .result-check-list span {
            min-width: 0;
            white-space: normal;
        }

    .pc-detail-side {
        display: grid;
        grid-template-rows: auto auto;
        gap: 18px;
    }

    .pc-detail-side-top {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 22px;
    }

    .pc-detail-select label,
    .pc-detail-price label {
        display: block;
        margin: 0 0 10px;
        font-size: 14px;
        font-weight: 700;
        color: #111;
    }

    .pc-detail-price {
        width: calc(50% - 11px);
    }

    .pc-detail-select select,
    .pc-detail-price select {
        width: 100%;
        min-width: 0;
        height: 46px;
        border: 1px solid #d8d8d8;
        border-radius: 6px;
        padding: 0 14px;
        font-size: 14px;
        color: #666;
        box-sizing: border-box;
        background: #fff;
    }

    .pc-price-selects {
        display: block;
    }

        .pc-price-selects select {
            width: 100%;
        }

    .pc-filter-actions {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-top: 12px;
    }

    .pc-clear-btn,
    .pc-search-btn {
        width: 190px;
        height: 52px;
        border: none;
        border-radius: 6px;
        font-size: 16px;
        font-weight: 700;
        cursor: pointer;
        box-shadow: 0 2px 8px rgba(0,0,0,.16);
    }

    .pc-clear-btn {
        background: #ffffff;
        color: #333;
        border: 1px solid #333;
    }

    .pc-search-btn {
        background: #f6ab00;
        color: #fff;
    }

    .pc-search-menu {
        display: flex;
        align-items: center;
        max-width: 90%;
        margin: 18px auto 34px;
        padding: 0 18px;
        background: #514034;
        border-radius: 999px;
    }

        .pc-search-menu a {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 7px;
            flex: 1;
            text-align: center;
            color: #ffffff;
            font-size: 14px;
            font-weight: 700;
            text-decoration: none;
            white-space: nowrap;
            padding: 15px 18px;
            line-height: 1;
            position: relative;
        }

            .pc-search-menu a::before {
                content: "";
                display: block;
                width: 30px;
                height: 30px;
                flex: 0 0 30px;
                background-repeat: no-repeat;
                background-position: center;
                background-size: contain;
            }
            .pc-search-menu a:not(:first-child)::after {
                content: "";
                position: absolute;
                left: 0;
                top: 8px;
                bottom: 8px;
                width: 1px;
                background: #fff;
            }

    .bottom-pill-nav {
        display: none;
    }
}

/* おすすめ特集 */
.sheet-menu .menu-feature::before {
    background-image: url("/leisure/img/2.0.0/icon_feature.svg");
}
.pc-search-menu .menu-feature::before {
    mask: url(/leisure/img/2.0.0/icon_feature.svg) center / contain no-repeat);
    -webkit-mask: url(/leisure/img/2.0.0/icon_feature.svg) center / contain no-repeat;
    background-color: #FFD166;
}
.pc-search-menu .menu-feature::before {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    position: relative;
    top: -4px;
}

/* おすすめ最近みたプラン */
.sheet-menu .menu-history::before {
    background-image: url("/leisure/img/2.0.0/icon_history.svg");
}

.pc-search-menu .menu-history::before {
    mask: url(/leisure/img/2.0.0/icon_history.svg) center / contain no-repeat);
    -webkit-mask: url(/leisure/img/2.0.0/icon_history.svg) center / contain no-repeat;
    background-color: #72C7E7;
}


    /* お気に入り通知 */
    .sheet-menu .menu-favorite::before {
    background-image: url("/leisure/img/2.0.0/icon_favorite.svg");
}
.pc-search-menu .menu-favorite::before {
    mask: url(/leisure/img/2.0.0/icon_favorite.svg) center / contain no-repeat);
    -webkit-mask: url(/leisure/img/2.0.0/icon_favorite.svg) center / contain no-repeat;
    background-color: #FF8FA3;
}
/* 人気ランキング */
.sheet-menu .menu-ranking::before {
    background-image: url("/leisure/img/2.0.0/icon_ranking.svg");
}
.pc-search-menu .menu-ranking::before {
    mask: url(/leisure/img/2.0.0/icon_ranking.svg) center / contain no-repeat);
    -webkit-mask: url(/leisure/img/2.0.0/icon_ranking.svg) center / contain no-repeat;
    background-color: #FFAA5A;
}
.pc-search-menu .menu-ranking::before {
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
}
/* 誰と行く？ */
.sheet-menu .menu-scene::before {
    background-image: url("/leisure/img/2.0.0/icon_scene.svg");
}
.pc-search-menu .menu-scene::before {
    mask: url(/leisure/img/2.0.0/icon_scene.svg) center / contain no-repeat);
    -webkit-mask: url(/leisure/img/2.0.0/icon_scene.svg) center / contain no-repeat;
    background-color: #72D6B2;
}
/* カテゴリ */
.sheet-menu .menu-category::before {
    background-image: url("/leisure/img/2.0.0/icon_category.svg");
}
.pc-search-menu .menu-category::before {
    mask: url(/leisure/img/2.0.0/icon_category.svg) center / contain no-repeat);
    -webkit-mask: url(/leisure/img/2.0.0/icon_category.svg) center / contain no-repeat;
    background-color: #B59BE8;
}
/* =========================================
   leisure-renewal配下：リンクhover
========================================= */
/* =========================================
   PCリンクhover
========================================= */
.card-hover a,
.pc-breadcrumb a {
    transition: color .2s ease, opacity .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    box-shadow: 0 2px 0px rgba(0, 0, 0, .14);
}

/* PC幅だけhoverを有効化 */
@media screen and (min-width: 800px) {

    /* 通常リンク */
    .card-hover a:hover,
    .pc-breadcrumb a:hover {
        opacity: .75;
    }

    /* =========================================
   カードHover共通
   今日のいっぺーじょ～と～プランに統一
========================================= */

    /* 共通：Hover対象 */
    .leisure-renewal .todaysale_li > a,
    .leisure-renewal .leisure-feature .ct-cards__item,
    .leisure-renewal .history-card > a,
    .leisure-renewal .favorite-card,
    .leisure-renewal .ranking li > a {
        transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
    }


        /* 共通：今日のプランと同じHover */
        .leisure-renewal .todaysale_li > a:hover,
        .leisure-renewal .leisure-feature .ct-cards__item:hover,
        .leisure-renewal .history-card > a:hover,
        .leisure-renewal .favorite-card:hover,
        .leisure-renewal .ranking li > a:hover {
            opacity: 1;
            transform: translateY(-3px);
            box-shadow: 0 3px 0px rgba(0, 0, 0, .14);
        }


        /* =========================================
   Hover時の枠色を固定
   赤枠など既存CSSの影響を残さない
========================================= */

        /* おすすめ特集 */
        .leisure-renewal .leisure-feature .ct-cards__item:hover {
            border-color: #ccc;
        }

    /* 最近みたプラン */
    .leisure-renewal .history-card:hover {
        border-color: #ccc;
    }

    /* お気に入り通知 */
    .leisure-renewal .favorite-card:hover {
        border-color: rgba(0, 0, 0, .12);
    }

    /* 人気ランキング */
    .leisure-renewal .ranking li:hover {
        border-color: #ccc;
        box-shadow: none;
    }


    /* =========================================
   画像アニメーション共通
========================================= */

    .leisure-renewal .todaysale_li img,
    .leisure-renewal .leisure-feature .ct-cards__item img,
    .leisure-renewal .history-card img,
    .leisure-renewal .favorite-card img,
    .leisure-renewal .ranking .photo {
        transition: transform .3s ease;
    }


    /* Hover時：画像を1.04倍 */
    .leisure-renewal .todaysale_li > a:hover img,
    .leisure-renewal .leisure-feature .ct-cards__item:hover img,
    .leisure-renewal .history-card > a:hover img,
    .leisure-renewal .favorite-card:hover img,
    .leisure-renewal .ranking li > a:hover .photo {
        transform: scale(1.04);
    }

    /* 誰と？・カテゴリは今までのHoverを維持 */
    .leisure-renewal .scene-card:hover,
    .leisure-renewal .category-card:hover {
        opacity: 1;
        transform: translateY(-3px);
        box-shadow: 0 3px 0px rgba(0, 0, 0, .14);
    }

    /* カテゴリ画像は今まで通り拡大 */
    .leisure-renewal .category-card img {
        transition: transform .3s ease;
    }

    .leisure-renewal .category-card:hover img {
        transform: scale(1.04);
    }

    /* パンくず */
    .pc-breadcrumb__link:hover {
        opacity: 1;
        color: #f6a800;
    }

    /* PCページ内メニュー */
    .leisure-renewal .pc-search-menu a:hover {
        opacity: 1;
        color: #f6a800;
    }
        .leisure-renewal .pc-search-menu a:hover::before {
            background-color: #f6a800;
        }

    /* ログインボタン */
    .leisure-renewal .loginbtn:hover {
        opacity: 1;
        background: #6f2500;
    }
}
/*@media (min-width: 640px) and (max-width: 750px) {

    .pc-search-menu a {
        font-size: 11px;
    }

        .pc-search-menu a::before {
            width: 22px;
            height: 22px;
            flex: 0 0 17px;
        }
    .pc-search-menu .menu-ranking::before {
        width: 22px;
        height: 22px;
        flex: 0 0 22px;
    }

    .pc-search-menu .menu-feature::before {
        width: 27px;
        height: 27px;
        flex: 0 0 27px;
        position: relative;
        top: -4px;
    }

    .scene-box {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

}*/

/* カレンダー：通常日のjQuery UI背景画像を無効化 */
.ui-datepicker-calendar .ui-state-default {
    background: #fff !important;
    background-image: none !important;
}

/* 日曜・祝日 */
.ui-datepicker-calendar .date-sunday .ui-state-default {
    color: rgb(224, 97, 97) !important;
    background: rgb(255, 233, 225) !important;
}

/* 土曜 */
.ui-datepicker-calendar .date-saturday .ui-state-default {
    color: rgb(98, 179, 253) !important;
    background: rgb(236, 248, 250) !important;
}

/* 選択中：土日祝より優先 */
.ui-datepicker-calendar td a.ui-state-default.ui-state-active,
.ui-datepicker-calendar td a.ui-state-default.ui-state-highlight.ui-state-active {
    color: #fff !important;
    background: #f6a800 !important;
    background-image: none !important;
}

/* 今日 */
.ui-datepicker-calendar td a.ui-state-highlight:not(.ui-state-active) {
    color: #333 !important;
    background: #fff3cd !important;
}

@media screen and (max-width: 800px) {
    section.card-hover {
        margin-left: 4%;
    }
    section#scene {
        margin: 0 4%;
    }

    section#category {
        margin: 40px 4%;
    }

}