﻿@charset 'UTF-8';

.pc {
    display: none;
}

.sp {
    display: block;
}

li {
    list-style: none;
}


#contents_wrap a:-webkit-any-link {
    cursor: pointer;
    text-decoration: unset;
    position: relative;
    margin: unset;
}


#pankuzu {
    margin: 13px auto;
    width: 930px;
    font-size: 11px;
    line-height: normal;
}

    #pankuzu a {
        color: #666666;
        text-decoration: underline;
    }

/*---------------
 * 共通
*--------------*/
#hotel_list {
    font-family: '游ゴシックUI', YuGothicUI, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    color: #333;
    font-size: 12px;
    background-color: #fff;
}

/*---------------
 * メインビジュアル
*--------------*/
.pl-mainvisual {
    background-image: url(/hotel/images/hotel_list_mv_01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 19vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    max-height: 200px;
}

.mainvisual__headline {
    position: relative;
    margin-left: 10%;
    color: #874322;
    font-size: 5vw;
    font-weight: normal;
}

    .mainvisual__headline::before {
        content: '';
        background-image: url(/hotel/images/ico_mainvisual_01.png);
        background-repeat: no-repeat;
        position: absolute;
        height: 20px;
        width: 24px;
        left: 0;
        margin-left: -37px;
        bottom: 4px;
        background-size: 100%;
    }

.pl-pageNav {
    height: 68px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0;
    position: relative;
    padding: 8px 0;
    flex-wrap: wrap;
    gap: 5px;
}

.pl-pageNav__item {
    margin: 0 0.3em;
    width: 13.3%;
    position: relative;
}

    .pl-pageNav__item a {
        font-size: 12px;
        color: #fff;
        height: 47px;
        line-height: 21px;
        width: 100%;
        font-weight: bold;
        background-color: #ffb03e;
        border-color: #ffb03e #ffb03e #d99430;
        border-image: none;
        border-style: solid;
        border-width: 1px 1px 3px;
        border-radius: 4px;
        text-decoration: none;
        text-align: center;
        padding: 10px 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        display: flex;
    }

    .pl-pageNav__item::after {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border-top: 6px solid #fff;
        border-right: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid transparent;
        left: 50%;
        bottom: 3px;
        margin-left: -6px;
    }


.js-sticky .pl-pageNav__item::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid #fff;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    left: 50%;
    bottom: 3px;
    margin-left: -6px;
}
/*---------------
 * ホテル一覧部分
*--------------*/
.pl-hotelWrapper {
    background-color: #f7f7f7;
    padding: 10px;
    margin-bottom: 50px;
}

    .pl-hotelWrapper .pl-hotel {
        margin-bottom: 50px;
    }

.pl-hotel__title {
    position: relative;
    border-bottom: 2px solid #874322;
    text-align: left;
    padding: 23px 0 1px;
    width: 96%;
    margin: 0 auto;
    font-size: 20px;
    scroll-margin-top: 62px;
}

    .pl-hotel__title::before {
        content: '';
        /*background-image: url('/hotel/images/ico_hotel_01.png');*/
        background-repeat: no-repeat;
        position: absolute;
        height: 9vw;
        width: 6vw;
        left: 0;
        bottom: -4%;
        background-size: 100%;
    }

#contents_wrap .pl-hotel .pl-card {
    width: 94%;
    height: unset;
    background-color: #fff;
    padding: 10px 10px 25px;
    margin: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-flow: unset;
    min-height: 142.484px;
    margin-bottom: 7px;
}

.pl-card__image {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    height: 180px;
}

    .pl-card__image img {
        vertical-align: bottom;
        max-width: 100%;
        height: 111%;
        object-fit: cover;
        border: none;
    }

.pl-hotelWrapper .pl-card__info {
    margin-top: unset;
    margin-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.pl-card__info__area {
    background-color: rgba(184, 53, 35, .8);
    padding: .3em;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    margin-bottom: 5px;
    box-sizing: border-box;
    display: inline-block;
    position: absolute;
    left: 10px;
}

.point {
    padding: unset;
    margin: unset;
    height: unset;
}

    .point li {
        border: 1px solid #bbb;
        display: inline-block;
        text-align: center;
        padding: 1px 4px;
        height: 19px;
        line-height: 19px;
        margin: 4px 4px 0 0;
        padding: 0 0.5em;
        background: #E9E9E9;
        font-size: 10px;
        color: #666;
    }

.pl-card__info__hotel {
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #333;
}

.pl-card__info .hoteltxt {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    margin: unset;
    margin-bottom: 10px;
    color: #101010;
}

.pl-card__info__link {
    font-size: 14px;
    text-align: left;
    text-decoration: underline;
    -webkit-text-decoration-color: #874322;
    text-decoration-color: #874322;
    position: absolute;
    bottom: 10px;
    right: 10px;
    left: unset;
    background: none;
    color: #874322;
    padding: unset;
}

/*---------------
 * スティッキーヘッダー
*--------------*/
.js-stickyHeader {
    font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    position: fixed;
    top: -160px;
    left: 0;
    width: 100%;
    height: 140px;
    padding: 0;
    -webkit-transition: top .25s;
    transition: top .25s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

    .js-stickyHeader[aria-hidden='false'] {
        top: 0;
    }

    .js-stickyHeader .pl-pageNav__item {
        margin: 0 5px;
    }

        .js-stickyHeader .pl-pageNav__item::after {
            content: none;
        }

        .js-stickyHeader .pl-pageNav__item a {
            height: 47px;
            padding: 0px 0 13px;
            line-height: 21px;
            border-bottom-width: 3px;
            font-size: 11px;
            display: flex;
        }

            .js-stickyHeader .pl-pageNav__item a::after {
                position: absolute;
                content: '';
                width: 0;
                height: 0;
                border-top: 6px solid #fff;
                border-right: 6px solid transparent;
                border-bottom: 6px solid transparent;
                border-left: 6px solid transparent;
                left: 50%;
                bottom: 3px;
                margin-left: -6px;
            }

            .js-stickyHeader .pl-pageNav__item a.current::after {
                border-top: 6px solid #ffb03e;
                border-right: 6px solid transparent;
                border-bottom: 6px solid transparent;
                border-left: 6px solid transparent;
            }


            .js-stickyHeader .pl-pageNav__item a.current {
                background-color: #fff;
                color: #ffb03e;
                -webkit-transition-duration: 200ms;
                transition-duration: 200ms;
                border-color: #ffb03e;
            }

#nanbu,
#chubu,
#hokubu {
    padding-top: 80px;
    margin-top: -40px;
}

.is-current {
    background-color: #fff;
    color: #ffb03e;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    border-color: #ffb03e;
}

@media screen and (max-width:350px) {
    .js-stickyHeader .pl-pageNav__item {
        margin: 0 3px;
    }

    .pl-pageNav__item {
        width: 18%;
    }

    .js-stickyHeader .pl-pageNav__item a {
        font-size: 10.5px;
    }
}



/* ==========================================================================================
pc表示
========================================================================================== */

@media screen and (min-width:640px) {
    .pc {
        display: block;
    }

    .sp {
        display: none;
    }

    .pl-hotel__title {
        font-size: 24px;
        text-align: center;
    }

    .js-stickyHeader {
        max-width: 930px;
        margin: 0 auto;
        text-align: center;
        left: 0;
        right: 0;
        flex-wrap: wrap;
        gap: 4px;
        height: 127px;
        padding: 8px 0;
    }

        .js-stickyHeader .pl-pageNav__item a {
            height: 40px;
            font-size: 14.5px;
        }

    .pl-pageNav__item {
        width: 15%;
    }

    .pl-pageNav {
        margin: 0 0 20px;
    }

    .pl-pageNav__item {
        width: 18%;
    }

        .pl-pageNav__item a {
            padding: 11px 0;
        }

    #hotel_list {
        font-family: '游ゴシックUI', YuGothicUI, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
        max-width: 930px;
        width: 100%;
        margin: -100px auto;
        padding-top: 100px;
        color: #333;
        padding-bottom: 130px;
    }

    .pl-mainvisual {
        height: 220px;
    }

    .mainvisual__headline::before {
        content: '';
        background-image: url(/hotel/images/ico_mainvisual_01.png);
        background-repeat: no-repeat;
        position: absolute;
        height: 36px;
        width: 45px;
        left: 0;
        margin-left: -59px;
        bottom: 9px;
        background-size: 100%;
    }

    .pl-hotelWrapper .pl-hotel {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
        padding: 20px 2%;
        margin-bottom: 50px;
    }

    .pl-card__info__hotel {
        font-size: 15px;
    }

    .pl-card__image {
        height: unset;
    }

        .pl-card__image img {
            height: 200px;
        }

    .point {
        height: 50px;
        overflow: hidden;
    }

    .pl-hotelWrapper .pl-hotel::after {
        content: "";
        display: block;
        width: calc(100% / 3 - 20px);
        margin: 10px;
    }

    .mainvisual__headline {
        position: relative;
        margin-left: 7%;
        color: #874322;
        font-size: 40px;
        font-weight: normal;
    }

    #contents_wrap .pl-hotel .pl-card {
        background-color: #fff;
        padding: 10px;
        margin: 10px 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        width: 263px;
        height: 400px;
        display: flex;
        flex-flow: column;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
        transition: .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    }

        #contents_wrap .pl-hotel .pl-card:hover {
            transform: translatey(3px);
            box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
        }

        #contents_wrap .pl-hotel .pl-card .pl-card__image {
            overflow: hidden;
        }

        #contents_wrap .pl-hotel .pl-card:hover .pl-card__image img {
            transform: scale(1.05);
            transition: 1s
        }

    .pl-hotelWrapper .pl-card__info {
        margin-top: 10px;
        margin-left: unset;
        padding-bottom: 10px;
    }

    .mainContent {
        background: #FFF;
    }

    .pl-card__info__area {
        top: 10px;
    }

    .pl-card__info__link {
        width: 95%;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
        background: #ef5350;
        color: #fff;
        padding: 12px 0;
        border-radius: 5px;
        text-decoration: none;
    }

    #contents_wrap .pl-pageNav__item a.pageNavbtn:hover {
        font-size: 16px;
    }

    .pl-pageNav__item:hover::after {
        bottom: 0px;
    }

    .pl-pageNav__item a:hover {
        border-width: 1px 1px 1px;
    }
}



/* セレクトの土台 */
.area-picker {
    width: 90%;
    max-width: 930px;
    margin: 8px auto;
    padding: 0 12px;
}

    /* カスタム見た目（PC） */
    .area-picker select {
        width: 100%;
        height: 44px;
        padding: 0 44px 0 12px;
        font-size: 14px;
        border: 1px solid #ddd;
        border-radius: 8px;
        background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5' fill='none' stroke='%23999' stroke-width='2'/%3E%3C/svg%3E") no-repeat right 12px center/18px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        margin: 0 0 10px;
        font-family: '游ゴシックUI', YuGothicUI, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    }

        .area-picker select:focus {
            outline: none;
            border-color: #ffb03e;
            box-shadow: 0 0 0 3px rgba(255,176,62,.2);
        }

/*スマホ*/
@media (max-width: 640px) {
    .area-picker {
        padding: 0 10px;
        margin: 8px auto;
    }

        .area-picker select {
            height: 46px;
            font-size: 16px;
        }
}

.js-stickyHeader {
    display: none;
}
/* 追従用コンテナ（共通ヘッダの下。--sticky-top を利用） */
.js-stickyHeaderPicker {
    position: fixed;
    top: var(--sticky-top, 0);
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    transform: translateY(-120%);
    transition: transform .2s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,.06);
}

    .js-stickyHeaderPicker[aria-hidden="false"] {
        transform: translateY(0);
    }

/* ULナビはセレクト一本化なら非表示（必要なら外してOK） */
.pl-pageNav {
    display: none;
}


label.sr-only {
    height: 17px;
    display: block;
    margin-top: 10px;
}

#contents_wrap [id^="ANKER_"] {
    scroll-margin-top: 100px;
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}

/* セレクトボックス本体のスタイル */
select {
    color: #333;
    background-color: #fff;
    -webkit-text-fill-color: #333;
    appearance: none;
    -webkit-appearance: none;
}

    /* フォーカス時（タップ時）も色が変わらないように */
    select:focus {
        color: #333;
        -webkit-text-fill-color: #333;
    }

/* ページ上部へ戻るボタン */
button#toTopBtn.to-top {
    position: fixed !important;
    right: 16px !important;
    bottom: calc(16px + env(safe-area-inset-bottom)) !important;
    z-index: 9999 !important;
    width: 48px !important;
    height: 48px !important;
    border: none !important;
    border-radius: 999px !important;
    display: grid !important;
    place-items: center !important;
    cursor: pointer !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(16px) scale(.96) !important;
    pointer-events: none !important;
    transition: opacity .2s, transform .2s, visibility .2s !important;
}

    button#toTopBtn.to-top.is-visible {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) scale(1) !important;
        pointer-events: auto !important;
    }

/* よくある“buttonリセット”対策（必要なら） */
button, #toTopBtn {
    -webkit-appearance: button;
    appearance: auto;
    background: unset;
}

.totop.wrap {
    display: none;
}
