#page {
    width: 100%;
    background: #f9d3c7;
}

#archive_title {
    display: none;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
}

.site-content:after {
    position: absolute;
    width: 100%;
    max-height: 402px;
    height: 100%;
    content: '';
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(249, 102, 102, 0.28) 100%);
    top: 0;
    left: 0;
}

.archive_content {
    display: block;
    justify-content: unset;
    padding-bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
}

main#main {
    display: block;
    width: 100%;
    flex: none;
    max-width: 100%;
    top: 0;
    align-self: normal;
}

.site-content {
    position: relative;
    background: #F9D3C7;

}

div#primary {
    padding: 0 10px;
    max-width: 1175px;
    margin: 16px auto 91px auto;
}

/*box01*/
.room_box_01 {
    position: relative;
    background: #ffffff80;
    z-index: 1;
    border-radius: 10px;
    padding: 31px 50px;
    margin-bottom: 16px;
}

.map_title {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-bottom: 2px;
}

.map_title span {
    background: #00bf8f;
    border-radius: 100px;
    padding: 2px 13px 4px 13px;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.05px;
    font-weight: 600;
    position: relative;
    max-height: max-content;
}

.map_title span img {
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 6px;
}

.map_title h2 {
    color: #FC5454;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.6em;
    margin-bottom: 0;
}

.map_info {
    margin-bottom: 16px;
}

.map_info a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 13px;
    font-size: 20px;
    line-height: 1.6em;
    color: #3E3E3E;
}

.cat_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.cat_list li a {
    font-size: 18px;
    color: #206BF6;
    border: 1.5px solid #206BF6;
    line-height: 1em;
    border-radius: 5px;
    padding: 4px 11px 5px 11px;
    display: inline-block;
    min-width: 112px;
    text-align: center;
}

.cat_list ul {
    display: flex;
    gap: 11px;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
}

a.more_brand {
    position: relative;
    color: #666;
    border-bottom: 1px solid;
    padding-bottom: 6px;
    font-size: 16px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 7px;
    align-items: center;
}

/*box02*/
.room_box_02 {
    position: relative;
    background: #ffffff80;
    z-index: 1;
    border-radius: 10px 10px 0 0;
    padding: 36px 50px;
}

.room_box_02 h1 {
    font-size: 28px;
    line-height: 1.6em;
    font-weight: 600;
    color: #3E3E3E;
    margin-bottom: 6px;
}

.room_box_02 h2 {
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 400;
    color: #3E3E3E;
    margin-bottom: 15px;
}

.info_img.base_bk_img {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 66%;
    background-position: center center;
    width: 100%;
}

.room_banner_box.base_swiper {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.next_prev_icon {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 15px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    transform: translateY(-50%);

    pointer-events: none;
    /* 🔥 防止點擊穿透 */
    z-index: 20;
}

/* 單一箭頭按鈕 */
.swiper-button-prev-custom,
.swiper-button-next-custom {
    pointer-events: auto;
    /* 🔥 允許按鈕本身被點擊 */
    cursor: pointer;
    z-index: 30;
    user-select: none;
    /* 防止按鈕成為選取點 */
}

.next_prev_icon svg {
    max-width: 41px;
    pointer-events: none;
    user-select: none;
    /* 防止文字選取 */
}

span.swiper-pagination-bullet {
    opacity: 0.5;
    background: #fff;
    width: 9px;
    height: 9px;
    border: none;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 4.5px;
    background: #FF8989;
}

/*box03*/
.room_box_03 {
    position: relative;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    padding: 24px 51px;
    margin-bottom: 16px;
}

.room_box_03 h2 {
    font-size: 24px;
    line-height: 1.6em;
    font-weight: 600;
    color: #3E3E3E;
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.room_box_03 h2 span {
    font-size: 16px;
    line-height: 1.6em;
    color: #949494;
    display: block;
    font-weight: 400;
}

.room_box_03 h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6em;
    color: #3E3E3E;
    margin-bottom: 20px;
}

.booking_button {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.booking_button a {
    line-height: 100%;
}

/*box04*/
.room_box_04 {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}

.room_box_list {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 20px 50px 24px 50px;
}

.room_box_list h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.6em;
    color: #3E3E3E;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-bottom: 0px;

}

.room_box_list h3 {
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 400;
    color: #3E3E3E;
}

.food-item {
    line-height: 100%;
    font-size: 20px;
    color: #3E3E3E;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;

}

.menu_list {
    margin: 11px 0 12px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px 18px;
}

.food-item.selected svg path {
    fill: #FF4545 !important;
}

a.down_pdf {
    background: #fff;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #206BF6;
    padding: 6px 9px 7px 9px;
    border: 1px solid #0000001A;
    box-shadow: 2px 2px 2px 0px #00000033;
    display: inline-block;
}

a.down_pdf svg {
    border-bottom: 1.5px solid;
    padding-bottom: 2px;
    height: 13px;
    margin-left: 5.5px;
}

img.bk_img_01 {
    position: absolute;
    left: 0;
    bottom: 162px;
}

img.bk_img_02 {
    position: absolute;
    right: 0;
    bottom: 284px;
}

@media screen and (max-width:480px) {

    img.bk_img_01,
    img.bk_img_02 {
        display: none;
    }

    div#primary {
        margin: 13px auto 16px auto;
    }

    .room_box_01 {
        padding: 16px 14px;
        margin-bottom: 13px;
    }

    .map_title span {
        padding: 2px 11px 4px 11px;
        font-size: 16px;
    }

    .map_title {
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 7px;
    }

    .map_title h2 {
        font-size: 20px;
    }

    .map_info a {
        gap: 8px;
        font-size: 16px;
    }

    .map_info a svg {
        max-width: 17px;
    }

    .map_info {
        margin-bottom: 5px;
    }

    .cat_list ul {
        gap: 5px;
    }

    .cat_list li a {
        font-size: 14px;

        padding: 4px 9px 5px 9px;
        min-width: auto;
    }

    .cat_list {
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }

    a.more_brand {
        padding-bottom: 4px;
        font-size: 14px;
        gap: 5px;
    }

    a.more_brand svg {
        max-width: 14px;
    }

    .room_box_02 {
        background: #fff;
        padding: 3px 0 0 0;
    }

    .room_box_02 h1 {
        font-size: 20px;
        margin-bottom: 0px;
        text-align: center;
    }

    .room_box_02 h2 {
        font-size: 16px;
        margin-bottom: 11px;
        text-align: center;
        padding: 0 18px;
    }

    .room_banner_box.base_swiper {
        border-radius: 0;
    }

    .next_prev_icon svg {
        max-width: 20px;
    }

    span.swiper-pagination-bullet {
        width: 5px;
        height: 5px;
    }

    span.swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 12px;
    }

    .room_box_03 {
        padding: 19px 12px 24px 12px;
        margin-bottom: 13px;
    }

    .room_box_03 h2 {
        font-size: 20px;
        margin-bottom: 2px;
    }

    .room_box_03 h2 span {
        font-size: 12px;
    }

    .room_box_03 h3 {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .booking_button {
        justify-content: center;
        gap: 4px;
    }

    .booking_button img {
        max-width: 189px;
    }

    .room_box_04 {
        grid-template-columns: 1fr;
        grid-column-gap: 13px;
        grid-row-gap: 13px;
    }

    .room_box_list {
        position: relative;
        background: #fff;
        border-radius: 10px;
        padding: 19px 12px 19px 12px;
    }

    .room_box_list h2 {
        font-size: 20px;
    }

    .room_box_list h2 img {
        max-width: 24px;
    }

    .room_box_list h3 {
        font-size: 16px;
    }

    .menu_list {
        margin: 7px 0 10px 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 4px 14px;
    }

    .food-item {
        font-size: 16px;
        gap: 5px;
    }

    .food-item svg {
        max-width: 19px;
    }

    a.down_pdf {
        font-size: 14px;
        padding: 3px 9px 4px 9px;
    }

}