﻿@charset "utf-8";

/* CSS Document */
label,
input {
    margin: 0;
    padding: 0;
}

.hide,
div.hide {
    display: none;
}

select {
    background-image: url(../images/booking/down-arrow.png);
}

#datepicker {
    cursor: pointer;
}

.meal_title {
    align-items: flex-start;
}

.meal_text {
    align-items: flex-start;
    line-height: normal;
    flex-flow: column nowrap;
}

.meal_text>div {
    margin-bottom: 5px;
}

.header-menu ul li a {
    cursor: pointer;
}

.date-icon-area {
    position: relative;
}

.date-icon-area>.ui-datepicker-trigger {
    position: absolute;
    width: 30px;
    right: 10px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}

.index-event-detail-right>.index-event-detail-right-pic>img {
    display: initial;
}

.index-event-detail-right-pic {
    text-align: center;
}

#owl-carousel-main {
    display: block;
}

#owl-carousel-main-mobile {
    display: none;
}

.header-space {
    position: relative;
    z-index: auto;
}

.content {
    margin: initial;
}

.menu-overview {
    margin-top: 100px;
}

.wine-list-area {
    display: none;
}

.buy-button-text-span:after {
    background-image: url(../images/wine/right-arrow.png);
}

.footer-company-detail-cu02-a,
.footer-company-detail-cu02-b,
.footer-company-detail-cu02-c {
    cursor: pointer;
}

.color_b5 {
    color: #757575;
    display: block;
}

.margin {
    margin-bottom: 10px;
}

/*日曆*/
.ui-corner-all {
    border-radius: 0px;
}

.ui-widget-content {
    border: 1px solid #707070;
}

.header-space-index {
    display: none;
}

/*日曆*/

.booking-area-sel2 {
    display: none;
}


.w-time-all {
    display: flex;
    align-items: center;
    margin-top: 9px;
    flex-wrap: wrap;
}

.other>.w-time-text {
    color: #755524;
}

.other>.w-time-btn {
    background: #f3c96e;
}

.w-time-text {
    font-size: 0.875rem;
    color: #82536b;
    margin: 4px 0px;
}

.w-time-btn {
    padding: 4px 12px;
    background: #ffc9d2;
    color: #333;
    font-size: 0.875rem;
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    margin-left: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
}

.w-time-btn-select {
    background: #e65a83;
    color: #fff;
}

.w-time {
    color: #ffea3b;
}

.btn2click {
    background: #cf4634;
}

.Booking-Time-Area-For-PM>div:nth-child(even) {
    margin-top: 10px;
}

.w-time-t {
    font-size: 1.563rem;
    color: #333;
    margin-bottom: 5px;
    display: block;
}

.w-time-cn {
    font-size: 1rem;
    line-height: 2rem;
    color: #757575;
    display: block;
}

.w-time-select {
    display: flex;
    align-items: center;
}

.w-time-ok {
    width: 14px;
    height: 14px;
    display: block;
    margin-right: 5px;
}

.blog-content-text {
    font-family: open sans, sans-serif, microsoft jhenghei, 微軟正黑體 !important;
    font-weight: 300;
    text-transform: none;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 16px;
    line-height: 1.8em;
}

.blog-content-text a {
    transition: all .3s ease;
    color: #323237;
}

.blog-content-text img {
    display: block;
    height: auto;
    margin: 20px auto;
}








@media screen and (min-width: 1137px) and (max-width: 1440px) {
    .date-icon-area>.ui-datepicker-trigger {
        width: 24px;
    }

    .meal_title {
        margin-top: 10px;
    }

    .meal_text {
        margin-top: 10px;
    }

    .menu-overview {
        margin-top: 90px;
    }
}

@media screen and (max-width: 1360px) {

    /*header*/
    .header-min>.header-logo {
        width: 155px;
    }
}

@media screen and (max-width: 1136px) {


    .meal_title {
        margin-top: 0px;
    }

    .meal_text {
        margin-top: 0px;
    }

    .header-space-index {
        display: block;
    }

    .menu-overview {
        margin-top: 75px;
    }

    .footer-company {
        height: inherit;
        padding: 60px 0px 100px 0px;
    }
}