/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: 'Noto Sans TC', 'Noto Sans JP', 'Roboto' ,sans-serif;
    font-size: 0.9rem;
    color: #011B25;
}

a {
    color: #022534;
    text-decoration: none;
}

    a:hover {
        color: #023145;
        text-decoration: none;
    }

p {
    line-height: 150%;
    letter-spacing: 1px;
}



/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    right: 15px;
    bottom: 15px;
    background: rgba(166,166,166,0.5);
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 999;
}


    .back-to-top i {
        font-size: 24px;
        position: absolute;
        top: 8px;
        left: 8px;
    }

    .back-to-top:hover {
        color: #fff;
        background: #032b3d;
        transition: background 0.2s ease-in-out;
    }

/*--------------------------------------------------------------
# Scrollbar
--------------------------------------------------------------*/

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-left: 0;
    background: rgba(0,0,0,0.1);
}

::-webkit-scrollbar-track {
    background: none;
}

::-webkit-scrollbar-thumb {
    background: #8c8c8c;
    border-radius: 0;
}

/*--------------------------------------------------------------
# hr
--------------------------------------------------------------*/
hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.2;
}

h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 2.5rem;
    }
}

h2, .h2 {
    font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
    h2, .h2 {
        font-size: 2rem;
    }
}

h3, .h3 {
    font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
    h3, .h3 {
        font-size: 1.75rem;
    }
}

h4, .h4 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
    h4, .h4 {
        font-size: 1.5rem;
    }
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}


ol,
ul {
    padding-left: 2rem;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol,
    ul ul,
    ol ul,
    ul ol {
        margin-bottom: 0;
    }

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small, .small {
    font-size: 0.875em;
}


sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: var(--bs-link-color);
    text-decoration: underline;
}

    a:hover {
        color: var(--bs-link-hover-color);
    }

    a:not([href]):not([class]), a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: none;
    }

pre,
code,
kbd,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal;
    }

code {
    font-size: 0.875em;
    color: var(--bs-code-color);
    word-wrap: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.1875rem 0.375rem;
    font-size: 0.875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: 0.25rem;
}

    kbd kbd {
        padding: 0;
        font-size: 1em;
    }

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #6c757d;
    text-align: left;
}

th {
    text-align: inherit;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

    button:focus:not(:focus-visible) {
        outline: 0;
    }

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 0.5rem;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

    .list-inline-item:not(:last-child) {
        margin-right: 0.5rem;
    }

.initialism {
    font-size: 0.875em;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

    .blockquote > :last-child {
        margin-bottom: 0;
    }

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #6c757d;
}

    .blockquote-footer::before {
        content: "— ";
    }

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    max-width: 100%;
    height: auto;
}





body,
html {
    width: 100%;
    height: 100%;
}

.content-section {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}

.content-section-heading h2, .content-section-heading .h2 {
    font-size: 3rem;
}

.content-section-heading h3, .content-section-heading .h3 {
    font-size: 1rem;
    text-transform: uppercase;
}

.text-faded {
    color: rgba(255, 255, 255, 0.7);
}

.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: rgba(52, 58, 64, 0.5);
    line-height: 50px;
}

    .scroll-to-top:focus, .scroll-to-top:hover {
        color: #fff;
    }

    .scroll-to-top:hover {
        background: #343a40;
    }

    .scroll-to-top i {
        font-weight: 800;
    }

#sidebar-wrapper {
    position: fixed;
    z-index: 2;
    right: 0;
    width: 250px;
    height: 100%;
    transition: all 0.4s ease 0s;
    transform: translateX(250px);
    background: #1D809F;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sidebar-nav li.sidebar-nav-item a {
        display: block;
        text-decoration: none;
        color: #fff;
        padding: 15px;
    }

    .sidebar-nav li a:hover {
        text-decoration: none;
        color: #fff;
        background: rgba(255, 255, 255, 0.2);
    }

    .sidebar-nav li a:active,
    .sidebar-nav li a:focus {
        text-decoration: none;
    }

    .sidebar-nav > .sidebar-brand {
        font-size: 1.2rem;
        background: rgba(52, 58, 64, 0.1);
        height: 80px;
        line-height: 50px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
    }

        .sidebar-nav > .sidebar-brand a {
            color: #fff;
            text-decoration: none;
        }

            .sidebar-nav > .sidebar-brand a:hover {
                color: #fff;
                background: none;
            }

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    transition: all 0.4s ease 0s;
}

.menu-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: rgba(52, 58, 64, 0.5);
    line-height: 50px;
    z-index: 999;
}

    .menu-toggle:focus, .menu-toggle:hover {
        color: #fff;
    }

    .menu-toggle:hover {
        background: #343a40;
    }

.btn-xl {
    padding: 1.25rem 2.5rem;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    padding-top: 5rem;
    background-color: #011B25;
    padding-bottom: 5rem;
    color: #fff;
}

    #footer .footer-links {
        display: flex;
        gap: 3rem;

        h3 {
            font-size: 1.2rem;
            font-weight: 300;
            margin-bottom: .8rem;
        }

        a {
            text-decoration: none;

            &:hover {
                color: #e2ccaf;
            }
        }

        ul {
            list-style: none;
            padding-left: .5rem;
            margin-bottom: 0;
        }

        li {
            margin-bottom: .4rem;
            font-weight: 300;
        }
    }


    #footer .footer-address {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        color: #FFF;
        font-weight: 300;
        letter-spacing: .1rem;

        td {
               padding-left: 8px;
               padding-right: 8px;
           }

        tr:not(:last-child) {
            td {
                padding-bottom: 16px;
            }
        }
    }

    #footer .footer-copyright {
        margin-top: 20px;
        color: #FFF;
        font-size: 16px;
        font-weight: 300;
        text-decoration: none;
        text-align: center;
    }

    #footer .footer-address p {
        letter-spacing: 3px;
        line-height: 2rem;
    }


    #footer .copyright {
        text-align: center;
        padding-top: 10px;
        color: #595757;
        font-size: 12px;
    }

@media (min-width: 1300px) {
    #footer .footer-address {
        font-size: 1rem;
    }
}

@media (max-width: 992px) {
    .map {
        height: 75%;
    }
}

@media (max-width: 728px) {
    #footer .footer-links {
        justify-content: center;
    }
    
    #footer .footer-address {
        font-size: 13px;
    }

    #footer .footer-copyright {
        font-size: 13px;
    }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 0px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
    #header {
        padding: 0;
    }
}

#header.header-scrolled {
    top: 0;
}

#header .logo {
    margin: 0;
    padding: 0;
}

    #header .logo a {
        color: #555555;
    }

    #header .logo img {
        max-height: 40px;
    }

@media (max-width: 992px) {
    #header {
        top: 0;
    }

        #header .logo {
            font-size: 28px;
        }
}

/*-----------------------------------------------------------------*/
/* Hero Section
/*-----------------------------------------------------------------*/

.home {
    overflow: hidden;
}

    .home .slides {
        display: inline-block;
        width: 100%;
    }

    .home .flexslider {
        overflow: hidden;
        min-height: 100vh;
        background: #011B25;
    }

.home .flexslider .slides img {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

    .home .flexslider .slides img.parallax {
        background-attachment: fixed;
    }

.flexslider.video img {
    background: none !important;
}

.flexslider {
    position: relative;
}

    .flexslider .hero-caption {
        position: absolute;
        right: 15%;
        bottom: 2rem;
        left: 15%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: center;
        letter-spacing: 10px;
        font-weight: 300;
    }

.flex-prev {
    color: #333;
    font-size: 40px;
    height: 40px;
    left: 20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 2;
}

.flex-next {
    color: #333;
    font-size: 40px;
    height: 40px;
    right: 0px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 2;
}

.home_callToActionBtn {
    position: absolute;
    bottom: 5%;
    z-index: 5;
    left: 50%;
    transform: translateX(-50%);
    transition: all ease .3s;
    transform-origin: left;
    text-align: center;

    span {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #ffffff;
        font-size: 1.3rem;
        font-weight: 400;
        transition: all ease .3s;
    }

    &:hover {
        scale: 1.03;
    }
}

@media(max-width: 1300px) {
    .home_callToActionBtn {
        img {
            width: 90%
        }

        span {
            font-size: 1.1rem;
        }
    }
}

.hotelComment {
    padding: 72px 0 104px 0;

    h2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 24px;
        gap: 1.5rem;
        font-weight: 500;
        color: #5e4525;
    }

    .deco-line {
        margin-top: 5px;
        flex: 1 1 0;
        display: inline-block;
        border-bottom: 1px dashed #5e4525;
    }

    @media (max-width: 768px) {
        padding: 48px 0 80px 0;
    }
}

.hotelCommentSwiperContainer {
    width: 100%;
    height: 250px;
    margin: 0 auto;
    position: relative;

    :: -webkit-scrollbar {
        width: 4px;
        background: #ddd7cf;
    }

    ::-webkit-scrollbar-thumb {
        background: #88683e;
        border-radius: 10px;
    }

    .swiper {
        width: 99%;
        height: 100%;
    }

    .swiper-slide {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 1.5rem;
        color: #88683e;
        border: 1px solid #88683e;
        border-radius: 1rem;
        background: #F3EEE7;
    }

    .info {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .info-user {
        display: flex;
        align-items: center;
        gap: .8rem;

        img {
            width: 56px;
            height: 56px;
            object-fit: cover;
            border-radius: 50%;
        }

        p {
            margin-bottom: 0;
            font-size: 1.1rem;
            letter-spacing: -1px;
            font-weight: 500;
        }
    }

    .info-rate {
        text-align: right;
        p {
            margin-bottom: .2rem;
            font-size: .9rem;
        }
    }

    .hotelName {
        margin: 8px 0;
        background: #88683e;
        color: #fff;
        padding: 3px 12px;
        border-radius: 24px;
        font-size: .8rem;
    }

    .comment {
        width: 100%;
        margin-bottom: 0;
        padding: 0 8px;
        white-space: pre-line;
        overflow-y: auto;
        font-size: .85rem;
    }

    .swiper-button-next {
        right: -56px;
    }

    .swiper-button-prev {
        left: -56px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        svg {
            height: 70%;
            color: #88683e;
        }
    }

    .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: -32px;
    }

    .swiper-pagination-bullet-active {
        background: #88683e;
    }

    @media (max-width: 910px) {
        height: 280px;

        .info-rate p {
            font-size: 1rem;
        }
        
        .hotelName {
            font-size: .85rem;
        }
        
        .comment {
            font-size: .9rem;
        }
    }

    @media (min-width: 1300px) {
        height: 300px;

        .info-user p {
            font-size: 1.2rem
        }

        .info-rate {
            font-size: 1rem;
        }

        .hotelName {
            font-size: .95rem;
            margin: 16px 0;
        }

        .comment {
            font-size: 1rem;
        }
    }
}

.home {
    .roomIntro {
        padding: 80px 0 104px 0;
        background: #F3EEE7;

        h2 {
            font-weight: 500;
            color: #5e4525;
            text-align: center;
            margin-bottom: 32px;
         }
    }

    .roomCard {
        position: relative;
        height: 360px;
        overflow: hidden;
        border-radius: 16px;
        transition: all ease .5s;

        img {
            position: absolute;
            filter: brightness(0.45);
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all ease .8s;
        }

        &:hover {
            border-radius: 32px;
            box-shadow: 0 16px 10px #00000030;
            transform: translateY(-16px);

            img {
                filter: brightness(0.7);
            }

            .roomCard-content {
                padding: 48px 0 48px 0;
            }
        }
    }

    .roomCard-content {
        position: relative;
        z-index: 1;
        padding: 24px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: center;
        color: #ffffff;
        transition: all ease .5s;

        h3 {
            font-weight: 300;
            font-size: 1.4rem;
        }

        h4 {
            font-weight: 500;
            font-size: 1.3rem;
        }

        h5 {
            font-weight: 300;
            font-size: 1rem;
        }
    }

    @media (min-width: 1300px) {
        .roomCard {
            height: 500px;
        }

        .roomCard-content {
            h3, h4 {
                font-size: 1.7rem;
            }

            h5 {
                font-size: 1.2rem;
            }
        }
    }

    @media (max-width: 910px) {
        .roomIntro {
            padding: 48px 0 64px 0;
        }

        .roomCard {
            height: 250px;

            &:hover {
                transform: translateY(0);
            }
        }
    }
}

/*-----------------------------------------------------------------*/
/*  Flexslider
/*-----------------------------------------------------------------*/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexslider {
    margin: 0;
    padding: 0;
}

    .flexslider .slides > li {
        display: none;
    }

    .flexslider .slides img {
        width: 100%;
        display: block;
        height: 630px;
        object-fit: cover;
    }

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides > li:first-child {
    display: block;
}

.flex-control-nav {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
}

    .flex-control-nav li {
        margin: 0 3px;
        display: none; /*首頁輪播圖片不要出現控制點*/
    }

        .flex-control-nav li a {
            width: 30px;
            height: 5px;
            background: #FFF;
            text-indent: -9999px;
            display: block;
            opacity: 0.4;
        }

            .flex-control-nav li a.flex-active {
                opacity: 1;
            }

.flex-direction-nav .flex-prev:hover, .flex-direction-nav .flex-next:hover {
    opacity: 1;
}


nav {
    width: 100%;
    height: 80px;
    background: #ffffff;
    position: fixed;
    top: 0;
    z-index: 888;
    animation: 1s fadeInNav ease;
}

.nav-link {
    font-size: 18px;
    line-height: 150%;
}

.adminNav {
    background: #ffffff;
    width: 85%;
    margin: auto;
    padding: 15px;
}

@keyframes fadeInNav {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
        top: -25px;
    }

    100% {
        opacity: 1;
        top: 0;
    }
}

.navWrapper {
    width: 85%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;

    .callToActionBtn {
        align-content: center;
        display: inline-block;
        text-decoration: none;
        padding: .4rem 2.5rem;
        margin-right: .5rem;
        color: #011b25;
        border: 1px solid #011b25;
        transition: all ease .3s;

        &:hover {
            background: #88683e;
            color: #fff;
            font-weight: 500;
            border-color: #88683e;
        }

        @media(max-width: 950px) {
            display: none;
        }
    }
}

.callToActionBtn_Mobile {
    position: fixed;
    z-index: 1;
    right: .8rem;
    bottom: .8rem;
    width: 4rem;
    height: 4rem;
    text-decoration: none;
    background: #011b25;
    color: #ffffff;
    border: 1.5px solid #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    &:hover {
        background-color: #ffffff;
        color: #011b25;
        broder-color: #011b25;
    }

    span {
        width: 2rem;
        text-align: center;
    }

    @media(min-width: 950px) {
        display: none;
    }
}

#logo {
    margin-top: 10px;
}

.right {
    float: right;
}

#nav-icon {
    width: 60px;
    height: 45px;
    position: relative;
    z-index: 15;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg) scale(0.4);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    #nav-icon span {
        display: block;
        position: absolute;
        height: 9px;
        width: 100%;
        background: #292929;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        #nav-icon span:nth-child(1) {
            top: 0px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

        #nav-icon span:nth-child(2) {
            top: 18px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

        #nav-icon span:nth-child(3) {
            top: 36px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

    #nav-icon.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -3px;
        left: 8px;
        background: #292929;
    }

    #nav-icon.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
        background: #292929;
    }

    #nav-icon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 39px;
        left: 8px;
        background: #292929;
    }

.overlay {
    width: 40%;
    height: 100%;
    background: #F3EEE7;
    position: fixed;
    top: 0;
    right: 0;
    transition: all 0.3s ease;
    opacity: 0;
    z-index: 10;
    visibility: hidden;
    align-content: center;
    padding-left: 5rem;
}

.overlayContent {
    width: 70%;
    display: grid;
    gap: 2.5rem;
}

.overlay-list {
    display: flex;
}

.overlay-listTitle {
    color: #88683e;
}

.overlay-sublist {
    list-style: none;
    flex: 1 1 auto;
}

.overlay-sublist li {
    margin-bottom: 1rem;
}

.overlay .btn {
    font-size: 14px;
    font-weight: 300;
    bottom: 20px;
    margin-left: 6px;
    border-radius: 0;
}

.overlay .btn-gray {
    background-color: #A2A2A2;
    color: #fff;
}

    .overlay .btn-brown {
        background-color: #9F8B70;
        color: #fff;

    }

    .overlay .btn-darkgreen {
        background-color: #6c757d;
        color: #fff;
    }

    .overlay.open {
        opacity: 1;
        visibility: visible;
    }

    .overlay a {
        color: #022534;
        font-size: 1.2rem;
        text-decoration: none;
        transition: transform 0.2s ease;
        overflow: hidden;
        display: block;
    }

    .overlay p {
        color: #fff;
        font-size: 20px;
        font-weight: normal;
        position: absolute;
        bottom: 20px;
        margin-left: 135px;
    }

.overlay a:after {
    position: absolute;
    transition: .3s;
    content: '';
    width: 0;
    left: 50%;
    bottom: 0;
    height: 1px;
    background: #022534;
    left: 0;
}

.overlay a:hover:after {
    width: 100%;
    left: 0;
}

.overlay a.open:hover {
    transform: translateY(2px);
}

@media (max-width: 992px) {

    .overlay {
        width: 100%;
    }
}

#overlay-dropdown {
    position: fixed;
    z-index: 8;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #00000000;
    backdrop-filter: blur(0);
    transition: all ease .5s;
    visibility: hidden;
    pointer-events: none;
}

    #overlay-dropdown.open {
        background: #00000060;
        backdrop-filter: blur(2px);
        visibility: visible;
        pointer-events: auto;
    }

/*-----------------------------------------------------------------*/
/* Banner Section
/*-----------------------------------------------------------------*/
.banner {
    margin-top: 80px;
    position: relative;
    height: 350px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.banner-title {
    display: flex;
    align-items: end;
    color: white;
    gap: 1.5rem;
}

.banner-divider {
    font-size: 1.5rem;
    margin-bottom: .5rem;
}

.otherLocationLinkContainer {
    background-color: #f3eee7; 
    display: flex;
    justify-content: end;
}

.otherLocationLink {
    padding: .5rem 1.5rem;
    background: #011b25;
    border-radius: 0 0 0 1rem;
    transition: padding ease .3s;
    color: white;
}

    .otherLocationLink:hover {
        padding-right: 2.2rem;
        background: #000000;
    }

        .otherLocationLink:hover > a {
            margin-right: .3rem;
        }

    .otherLocationLink a {
        font-size: 1rem;
        text-decoration: none;
        margin-right: .6rem;
        transition: margin ease .3s;
    }

.banner-bgImg {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.banner-icon {
    width: 52px;
    margin-bottom: .3rem;
}

@media(min-width: 1300px) {
    .banner {
        height: 450px;
    }

    .banner-icon {
        width: 56px;
        margin-bottom: .2rem;
    }
}

@media(max-width: 950px) {
    .banner-icon {
        display: none;
    }

    .banner {
        height: 300px;
    }
}

/*-----------------------------------------------------------------*/
/* Rooms Section
/*-----------------------------------------------------------------*/
    .rooms {
        padding-top: 5rem;
        padding-bottom: 5rem;
        background-color: #F3EEE7;
        text-align: center;
    }

        .rooms .btn-dark-border {
            border: 1px solid #011B25;
            color: #011B25;
            font-size: 18px;
            letter-spacing: 2px;
            font-weight: 300;
            margin: 10px;
            bottom: 20px;
            border-radius: 0;
            cursor: pointer;
            padding: 10px 50px;
        }

        .rooms .btn-airbnb,
        .rooms .btn-booking {
            display: block;
            font-family: 'Mulish', sans-serif;
            border: 2px solid;
            border-radius: 6px;
            cursor: pointer;
        }

        .rooms .btn-airbnb {
            font-size: 24px;
            border-color: #FF5A5F;
            color: #FF5A5F;
        }

            .rooms .btn-airbnb:hover {
                background-color: #FF5A5F;
                color: #ffffff;
            }

        .rooms .btn-booking {
            font-size: 22px;
            border-color: #24549f;
            color: #24549f;
        }

            .rooms .btn-booking:hover {
                background-color: #24549f;
                color: #ffffff;
            }


        .rooms .btn-dark-border:hover {
            border: 1px solid #011B25;
            background-color: #011B25;
            color: #FFF;
        }

        .rooms .room-info {
            margin-top: 40px;
            text-align: left;
        }

        .rooms .room-villa {
            font-size: 18px;
            line-height: 150%;
            margin-top: 40px;
            text-align: left;
        }

            .rooms .room-villa span {
                color: crimson;
            }

        .rooms .room-photo .slide {
            padding: 0px;
        }

        .rooms .room-detail {
            align-content: center;
        }

        .rooms .room-info h3 {
            font-size: 32px;
            color: #022534;
            font-weight: 500;
            letter-spacing: 2px;
        }

        .rooms .room-info h4 {
            font-size: 20px;
            color: #022534;
            font-weight: 500;
            letter-spacing: 2px;
        }

        .rooms .room-info .infotext {
            font-size: 18px;
            padding-left: 10px;
        }

    .material-icons {
        display: inline-block;
        font-size: inherit;
        line-height: inherit;
        vertical-align: middle;
        transform: translateY(-.1em);
    }

    .rooms .room-info span {
        font-size: 26px;
        color: #022534;
        letter-spacing: 2px;
    }

    .rooms .room-info p {
        line-height: 200%;
    }

    .rooms .room-info hr {
        border: 0;
        border-top: 2px solid #a5a5a5;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    @media (max-width: 768px) {
        .rooms .room-info {
            margin-top: 16px;
        }

            .rooms .room-info h3 {
                font-size: 24px;
            }

            .rooms .room-info hr {
                margin-top: 16px;
                margin-bottom: 24px;
            }

            .rooms .room-info span {
                font-size: 18px;
            }

            .rooms .room-info .infotext {
                font-size: 16px;
            }

            .rooms .room-info p {
                line-height: 150%;
            }

        .rooms .btn-airbnb,
        .rooms .btn-booking {
            font-size: 18px;
        }

        .rooms .room-villa {
            font-size: 14px;
            margin-top: 16px;
        }

        .rooms {
            padding-top: 2rem;
            padding-bottom: 2rem;
        }
    }

/* 預設顯示第一個 tab（針對有 .tab-header 的結構） */
#tab > .tab-header + .tab-content {
    visibility: visible;
    height: 100%;
}


    /* 預設第一個 tab 按鈕樣式（針對有 .tab-header 的結構） */
    #tab > .tab-header > .tab-mainList li:first-child a {
        color: #fff;
        background: #011B25;
        border: solid 1px #011B25;
    }

    /* 當有其他 target 時，隱藏預設的第一個 tab */
    span:target ~ #tab > .tab-header + .tab-content {
        visibility: hidden;
        height: 0;
    }

    /* 當有其他 target 時，重設第一個 tab 按鈕樣式 */
    span:target ~ #tab > .tab-header > .tab-mainList li:first-child a {
        color: #333;
        background: #F3EEE7;
        border: solid 1px #011B25;
    }

    /*頁籤變換*/
    #tab-double:target ~ #tab > .tab-header > .tab-mainList li a[href$="#tab-double"],
    #tab-quad:target ~ #tab > .tab-header > .tab-mainList li a[href$="#tab-quad"],
    #tab-villa:target ~ #tab > .tab-header > .tab-mainList li a[href$="#tab-villa"],
    #tab-kiyomizu:target ~ #tab > .tab-header > .tab-mainList li a[href$="#tab-kiyomizu"],
    #tab-suzaku:target ~ #tab > .tab-header > .tab-mainList li a[href$="#tab-suzaku"] {
        border: solid 1px #011B25;
        color: #011B25;
    }

    #tab-kiyomizu:target ~ #tab #kiyomizu-comment-container,
    #tab-suzaku:target ~ #tab #suzaku-comment-container {
        display: flex;
    }

    #tab-kiyomizu:target ~ #tab #suzaku-comment-container,
    #tab-suzaku:target ~ #tab #kiyomizu-comment-container,
    #suzaku-comment-container {
        display: none;
    }

    #tab {
        width: 100%;
        font-size: 18px;
    }
        /* 頁籤ul */
        #tab > .tab-header > .tab-mainList {
            width: 100%;
            display: flex;
            margin: 0;
            padding: 0;
            gap: .5rem;
        }

            #tab > .tab-header > .tab-mainList > li {
                list-style-type: none;
                font-size: 18px;
                flex: 1 1 0;
            }

                #tab > .tab-header > .tab-mainList > li > a {
                    display: block;
                    text-decoration: none;
                    color: #333;
                    padding: 10px;
                    font-size: 18px;
                    letter-spacing: 2px;
                    font-weight: 300;
                    border: solid 1px #011B25;
                    height: 100%;
                    align-content: center;
                }

                    #tab > .tab-header > .tab-mainList > li > a:hover {
                        color: #ffffff;
                        background: #011B25;
                        border: solid 1px #011B25;
                    }

        /*頁籤div內容*/
        #tab > div {
            height: 0;
            overflow: hidden;
            visibility: hidden;
            -webkit-transition: all .4s ease-in-out;
            -moz-transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
        }

    /*第一筆的底色*/
    span:target ~ #tab > .tab-header > .tab-mainList li:first-child a {
    color: #011B25;
    background: #F3EEE7;
    border: solid 1px #011B25;
}

    span:target ~ #tab > .tab-header > .tab-mainList li:first-child a:hover {
        color: #ffffff;
        background: #011B25;
        border: solid 1px #011B25;
    }

    span:target ~ #tab > .tab-header > .tab-mainList > li > a {
        color: #011B25;
        background: #F3EEE7;
        border: solid 1px #011B25;
    }

    span:target ~ #tab > .tab-header > .tab-mainList > li > a:hover {
        color: #ffffff;
        background: #011B25;
        border: solid 1px #011B25;
    }

    /*頁籤變換&第一筆*/
    span ~ #tab > .tab-header > .tab-mainList li:first-child a,
    #tab-double:target ~ #tab > .tab-header > .tab-mainList li a[href$="#tab-double"],
    #tab-quad:target ~ #tab > .tab-header > .tab-mainList li a[href$="#tab-quad"],
    #tab-villa:target ~ #tab > .tab-header > .tab-mainList li a[href$="#tab-villa"],
    #tab-kiyomizu:target ~ #tab > .tab-header > .tab-mainList li a[href$="#tab-kiyomizu"],
    #tab-suzaku:target ~ #tab > .tab-header > .tab-mainList li a[href$="#tab-suzaku"] {
        color: #fff;
        background: #011B25;
        border: solid 1px #011B25;
    }

    /*頁籤內容顯示&第一筆*/
    span ~ #tab > div:first-of-type,
    #tab-double:target ~ #tab > div.tab-content-double,
    #tab-quad:target ~ #tab > div.tab-content-quad,
    #tab-villa:target ~ #tab > div.tab-content-villa,
    #tab-kiyomizu:target ~ #tab > div.tab-content-kiyomizu,
    #tab-suzaku:target ~ #tab > div.tab-content-suzaku {
        visibility: visible;
        height: 100%;
    }

    @media (max-width: 768px) {
        #tab {
            padding: 0 15px;
        }
        
        #tab > .tab-header > .tab-mainList > li {
            font-size: 12px;
        }

            #tab > .tab-header > .tab-mainList > li > a {
                font-size: 14px;
                padding: 10px 20px;
            }
    }

    .tab-header {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        margin-bottom: 20px;
        gap: 1rem;
    }

    .tab-header .tab-mainList {
        flex: 1;
    }

        .tab-header .tab-mainList a {
            flex: 1;
            text-align: center;
        }

.tab-header .new-content {
    flex-shrink: 0;
    margin-left: 20px;
    padding: 10px 20px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    font-size: 16px;
    color: #495057;
}

    /* 響應式設計調整 */
    @media (max-width: 768px) {
        .tab-header {
            flex-direction: column-reverse;
            gap: 2.5rem;
        }
    
        .tab-header .new-content {
            margin-left: 0;
            text-align: center;
        }
    }

.roomCommentSwiperContainer {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 50%;
    height: 135px;
}

.roomCommentTitle {
    margin: 0;
    height: 100%;
    padding: 0 1rem 0 .5rem;
    margin-right: -.75rem;
    writing-mode: vertical-lr;
    background: #88683e;
    color: #ffffff;
    border-radius: 1rem 0 0 1rem;
    letter-spacing: 2px;
    font-weight: 500;
}

.roomCommentSwiper {
     width: 100%;
     height: 100%;

    :: -webkit-scrollbar {
        width: 4px;
        background: #ddd7cf;
    }

    ::-webkit-scrollbar-thumb {
        background: #88683e;
        border-radius: 10px;
    }

    .swiper-slide {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: .8rem 1rem 1.7rem 1rem;
        color: #88683e;
        border: 1px solid #88683e;
        border-radius: 1rem;
        background: #FFFFFF;
        font-size: .85rem;
    }

    .swiper-pagination-fraction {
        bottom: 0;
        left: unset;
        right: 0;
        width: auto;
        padding: 4px 14px;
        font-size: .8rem;
        background: #88683e;
        color: #ffffff;
        border-radius: 1rem 0 1rem 0;
    }

    .info {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: .5rem;
    }

    .info-userName {
        font-weight: 700;
        margin-bottom: 0;
    }

    .info-rate {
        display: flex;
        gap: .5rem;

        p {
            margin-bottom: 0;
        }
    }

    .comment {
        width: 100%;
        margin-bottom: 0;
        text-align: left;
        overflow-y: auto;
        white-space: pre-line;
    }
}

@media(min-width: 1300px) {
    .roomCommentSwiper .swiper-slide {
        font-size: .9rem;
    }
}

@media(max-width: 768px) {
    .roomCommentSwiperContainer {
        width: 100%;
    }
}

/*-----------------------------------------------------------------*/
/* Event Section
/*-----------------------------------------------------------------*/

    .event {
        padding-top: 5rem;
        padding-bottom: 5rem;
        background-color: #F3EEE7;
        text-align: center;
    }

        .event .item {
            overflow: hidden;
            text-align: center;
            background: #fff;
            margin: 20px;
        }

            .event .item .item-img {
                position: relative;
                overflow: hidden;
            }

                .event .item .item-img img {
                    transition: 0.5s;
                    transform: scale(1.1);
                }

                .event .item .item-img:hover img {
                    transform: scale(1);
                }


            .event .item .item-info {
                padding: 25px 15px;
            }

                .event .item .item-info h4 {
                    font-weight: 400;
                    margin-bottom: 5px;
                    font-size: 18px;
                    color: #555555;
                }

    /*-----------------------------------------------------------------*/
    /* Access Section
/*-----------------------------------------------------------------*/

    .access {
        padding-top: 5rem;
        padding-bottom: 5rem;
        background-color: #F3EEE7;
    }

        .access .imgMap {
            width: 80%;
        }

        .access .video-box img {
            padding: 15px 0;
        }

        .access .video-box {
            position: relative;
            margin-top: 20px;
        }

        .access a {
            text-decoration: none;
        }


        .access .btn-brown {
            background-color: #9F8B70;
            color: #fff;
            font-size: 14px;
            font-weight: 300;
            bottom: 20px;
            padding: 5px 20px;
            border-radius: 0;
        }

            .access .btn-brown:hover {
                background-color: #997c48;
            }

        .access .play-btn {
            width: 94px;
            height: 94px;
            background: radial-gradient(#FF5A5F 50%, rgba(249, 40, 29, 0.4) 52%);
            border-radius: 50%;
            display: block;
            position: absolute;
            left: calc(50% - 47px);
            top: calc(50% - 47px);
            overflow: hidden;
        }

            .access .play-btn::after {
                content: '';
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translateX(-40%) translateY(-50%);
                width: 0;
                height: 0;
                border-top: 10px solid transparent;
                border-bottom: 10px solid transparent;
                border-left: 15px solid #fff;
                z-index: 100;
                transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
            }

            .access .play-btn::before {
                content: '';
                position: absolute;
                width: 120px;
                height: 120px;
                -webkit-animation-delay: 0s;
                animation-delay: 0s;
                -webkit-animation: pulsate-btn 2s;
                animation: pulsate-btn 2s;
                -webkit-animation-direction: forwards;
                animation-direction: forwards;
                -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
                -webkit-animation-timing-function: steps;
                animation-timing-function: steps;
                opacity: 1;
                border-radius: 50%;
                border: 5px solid rgba(249, 40, 29, 0.7);
                top: -15%;
                left: -15%;
                background: rgba(198, 16, 0, 0);
            }

            .access .play-btn:hover::after {
                border-left: 15px solid #FF5A5F;
                transform: scale(20);
            }

            .access .play-btn:hover::before {
                content: '';
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translateX(-40%) translateY(-50%);
                width: 0;
                height: 0;
                border: none;
                border-top: 10px solid transparent;
                border-bottom: 10px solid transparent;
                border-left: 15px solid #fff;
                z-index: 200;
                -webkit-animation: none;
                animation: none;
                border-radius: 0;
            }

    @-webkit-keyframes pulsate-btn {
        0% {
            transform: scale(0.6, 0.6);
            opacity: 1;
        }

        100% {
            transform: scale(1, 1);
            opacity: 0;
        }
    }

    @keyframes pulsate-btn {
        0% {
            transform: scale(0.6, 0.6);
            opacity: 1;
        }

        100% {
            transform: scale(1, 1);
            opacity: 0;
        }
    }

    .articleHeading h1 {
        font-size: 24px;
        letter-spacing: 2px;
        line-height: 1.5em;
        padding-bottom: 15px;
        position: relative;
        margin-top: 100px;
    }

        .articleHeading h1:before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            height: 5px;
            width: 55px;
            background-color: #111;
        }

        .articleHeading h1:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 2px;
            height: 1px;
            width: 95%;
            max-width: 255px;
            background-color: #333;
        }

    .articleHeading p {
        font-size: 18px;
        letter-spacing: 1.5px;
        font-weight: 600;
        padding-left: 0.25em;
        color: #343a40;
        margin-bottom: 0px;
        margin-top: 25px;
    }

    .articleHeading span {
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 2px;
        line-height: 2em;
        padding-left: 0.25em;
        color: #555555;
        padding-bottom: 10px;
    }

    .articleHeading h4 {
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 1.5em;
    }

    @media (max-width: 992px) {

        .articleHeading h1 {
            margin-top: 50px;
            font-size: 18px;
        }

        .articleHeading p {
            font-size: 16px;
        }

        .access .imgMap {
            width: 100%;
        }

        .articleHeading span {
            font-size: 12px;
        }
    }
    /*-----------------------------------------------------------------*/
    /* Contact Section
/*-----------------------------------------------------------------*/

    .contact {
        padding-top: 5rem;
        padding-bottom: 5rem;
        background-color: #F3EEE7;
    }

        .contact .form-group {
            margin-bottom: 20px;
        }

        .contact button[type="submit"] {
            background: #9F8B70;
            border: 0;
            padding: 10px 30px;
            color: #fff;
            transition: 0.4s;
            border-radius: 4px;
            font-size: 16px;
        }

            .contact button[type="submit"]:hover {
                background: #bf9e71;
            }

    .contactText {
        margin-top: 30px;
        font-size: 22px;
        text-align: left;
        line-height: 40px;
    }

    .contactSuccess {
        margin: 90px 10px;
    }

    @media (max-width: 992px) {

        .contact {
            padding-top: 2rem;
            padding-bottom: 2rem;
        }

        .contactText {
            font-size: 16px;
            line-height: 28px;
        }
    }

    /*-----------------------------------------------------------------*/
    /* Adimin Section
/*-----------------------------------------------------------------*/

    .admin {
        padding-top: 60px;
        padding-bottom: 6rem;
        background-color: #F3EEE7;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

        .admin .card {
            margin: 20px;
        }

    /* === HEADING STYLE === */
    .card-body .adminHeading {
        margin-bottom: 30px;
    }

    .card-body .adminForm {
        text-align: center;
    }

    .card-body .adminHeading h1 {
        position: relative;
        padding: 0;
        margin: 0;
        font-family: "Raleway", sans-serif;
        font-weight: 300;
        font-size: 24px;
        color: #080808;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        text-transform: capitalize;
    }

        .card-body .adminHeading h1:before {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 90px;
            height: 2px;
            content: "";
            background-color: #9F8B70;
        }

        .card-body .adminHeading h1 span {
            font-size: 11px;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 4px;
            line-height: 1.5em;
            padding-left: 0.25em;
            color: rgba(0, 0, 0, 0.4);
            padding-bottom: 10px;
            display: block;
            font-size: 0.5em;
        }

    .card-body .btn-manage {
        background-color: #9F8B70;
        border-radius: 30px;
        border: 1px solid #9F8B70;
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        letter-spacing: 0.1rem;
        padding: 0.4rem 4rem;
    }

        .card-body .btn-manage:hover {
            background-color: #b99b73;
        }

    @media (max-width: 768px) {
        .card img {
            display: none;
        }

        .admin {
            padding-top: 30px;
            padding-bottom: 30px;
        }
    }

    /*-----------------------------------------------------------------*/
    /* Gallery
/*-----------------------------------------------------------------*/

    .roomGallery {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

        .roomGallery .gallery-image {
            padding: 10px;
            display: flex;
            flex-wrap: wrap;
        }

        .roomGallery .img-box {
            padding: 5px;
        }

    /*-----------------------------------------------------------------*/
    /* Events Manage
/*-----------------------------------------------------------------*/

    .eventManage {
        margin-top: 150px;
    }
