html {
    font-size: 16px; /* 1rem = 16px */
}
body, nav {
    background: #FFF;
}
a,
a:link,
a:visited,
a:hover,
a:active {
    color: #337ab7;
}
header {
    border-bottom: none;
    background: #FFF;
}
section {
    background-image: url('/img/booking/booking_bg.jpg');
    padding: calc(64px + 80px) 135px 64px;
    min-height: 100vh;
    background-size: cover;
}
section.detail_section {
    padding: 0;
    /* background: #FFF; */
}
/*Header*/
.header_block {
    position: relative;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    min-height: 80px;
    padding-left: calc(135px + 192px);
    padding-right: 48px;
}
.header_title {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
}
.header_logo {
    background-color: rgb(255, 255, 255);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 135px;
    height: 110px;
    width: 168px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 24px;
    border-radius: 0px 0px 16px 16px;
    z-index: 2;
}
.header_logo a {
    font-size: 0px;
}
.header_logo a img {
    width: 96px;
    height: 96px;
}
.header_logo_img {
    max-height: 100%;
    max-width: 100%;
}
/*列表*/
.booking_container {
    display: grid;
    gap: 40px 16px;
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    /* grid-auto-rows: 1fr; */
}
.booking_container > a {
    position: relative;
    margin: 0 auto;
    text-decoration: none;
    width: 100%;
}
.booking_list {
    display: block;
    /* height: 100%; */
    width: 90%;
    min-width: 374px;
    /* aspect-ratio: 8 / 9; */
    background: rgb(255, 255, 255);
    border-radius: 8px;
    /* overflow: hidden; */
    transition: 0.2s ease-out;
    filter: drop-shadow(rgba(0, 0, 0, 0.1) 0px 4px 24px);
    margin: 0 auto;
}
.booking_list_img {
    width: 100%;
    aspect-ratio: 5 / 3;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}
.booking_list_logo {
    width: 78px;
    height: 78px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 24px;
    margin: -39px auto 0px;
    z-index: 2;
    position: relative;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    overflow: hidden;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    aspect-ratio: 1 / 1;
}
.booking_list_logo img {
    width: 51px;
    height: 51px;
    object-fit: cover;
}
.booking_list_content {
    width: 100%;
    text-align: center;
    padding: 16px 12px 24px 12px;
}
.booking_list_content p {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 8px;
}
/*banner*/
.booking_banner {
    height: 400px;
    background-image: var(--banner);
    background-size: cover;
    background-position: center;
    position: relative;
}
/*內容*/
.booking_detail_block{
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 600px;
}
.booking_btn_block {
    padding: 8px 0 16px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: left;
    text-align: left;
    position: relative;
    font-size: 13px;
    border-bottom: 1px solid #eee;
    margin-bottom: 16px;
}
.booking_content > .booking_btn_block:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.booking_btn_block a {
    min-width: auto;
    font-size: 14px;
    display: inline-block;
}
.booking_btn_block > div {
    width: 100%;
}
a.booking_btn,
a.booking_btn:link {
    color: #000;
    line-height: 40px;
    border-radius: 4px;
    padding: 0px 16px;
    min-width: 96px;
    cursor: pointer;
    border: 1px solid rgb(218, 218, 218);
    background-color: rgb(255, 255, 255);
    color: rgb(20, 20, 20);
    min-height: 40px;
    font-weight: 500 !important;
}
a.booking_btn:hover {
    filter: brightness(1.2);
    text-decoration: none;
}
.booking_btn_block a.booking_btn {
    background-color: rgb(101, 88, 79);
    color: #FFF;
}
.ajoy.booking_btn_block a.booking_btn {
    background-color: rgb(101, 88, 79);
    color: #FFF;
}
.xujisunrise.booking_btn_block a.booking_btn {
    background-color: #AF8851;
    color: #FFF;
}
.inparadise.booking_btn_block a.booking_btn {
    background-color: rgb(0, 93, 101);
    color: #FFF;
}
.fruitfulfood.booking_btn_block a.booking_btn {
    background-color: #224E2E;
    color: #FFF;
}
.kaifun.booking_btn_block a.booking_btn {
    background-color: #C00000;
    color: #FFF;
}
.zhiyun.booking_btn_block a.booking_btn {
    background-color: #F47C5D;
    color: #FFF;
}
.google_map_btn {
    position: absolute;
    right: 0;
    line-height: 42px;
    cursor: pointer;
    color: rgb(101, 88, 79);
}
.google_map_btn:focus,
.google_map_btn:hover {
    filter: brightness(0.8);
    text-decoration: none;
}
.ajoy.booking_btn_block .google_map_btn {
    color: rgb(101, 88, 79);
}
.xujisunrise.booking_btn_block .google_map_btn {
    color: #AF8851;
}
.inparadise.booking_btn_block .google_map_btn {
    color: rgb(0, 93, 101);
}
.fruitfulfood.booking_btn_block .google_map_btn {
    color: #224E2E;
}
.kaifun.booking_btn_block .google_map_btn {
    color: #C00000;
}
.zhiyun.booking_btn_block .google_map_btn {
    color: #0A3351;
}
#dialog .modal-dialog {
    width: 80%;
}
#dialog iframe {
    width: 100%;
    height: 80vh;
}
#eatModal .modal-dialog {
    width: 95%;
    max-width: 800px;
}
@media (max-width: 1599px) {
    .booking_container {
        grid-template-columns: repeat(auto-fill, minmax(374px, 1fr));
    }
    .booking_list {
        width: 374px;
    }
}
@media (max-width: 768px) {
    section {
        padding: calc(32px + 15px) 0 16px;
    }
    .header_block {
        padding-left: calc(25px + 96px);
    }
    .header_logo {
        width: 96px;
        left: 10px;
        height: 100px;
    }
    .header_logo a img {
        width: 76px;
        height: 76px;
    }
    .header_title {
        font-size: 20px;
    }
    #dialog .modal-dialog {
        width: 95%;
    }
    /*banner*/
    .booking_banner {
        height: 300px;
        background-image: var(--banner_m);
    }
    /*內容*/
    .booking_detail_block{
        padding-top: 20px;
        padding-bottom: 20px;
    }
}