﻿@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(http://fonts.googleapis.com/earlyaccess/cwtexhei.css);
@import url("http://fonts.googleapis.com/css?family=Libre+Baskerville:400italic");
@import url("http://fonts.googleapis.com/css?family=Lato:400,700,400italic");
@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);

/*font-family: 'cwTeXHei','Noto Sans TC', sans-serif;*/


/*================== SLIDER ================== */

#Slider-owl-carousel li div {
    max-width: 1400px;
    width: 100%;
    height: 547px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#Slider-owl-carousel li .banner01 {
    background-image: url(../images/banner01.jpg);
}

#Slider-owl-carousel li .banner02 {
    background-image: url(../images/banner02.jpg);
}

#Slider-owl-carousel li .banner03 {
    background-image: url(../images/banner03.jpg);
}

#Slider-owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 48%;
    margin-top: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
}

#Slider-owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    font-size: 3.33rem;
}

#Slider-owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0;
    font-size: 3.33rem;
}

#Slider-owl-carousel .owl-nav [class*='owl-'] {
    background: transparent;
    opacity: .5;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#Slider-owl-carousel .owl-nav [class*='owl-']:hover {
    background: transparent;
    opacity: 1;
}

#Slider-owl-carousel .owl-dots {
    margin-top: 10px;
}

#Slider-owl-carousel .owl-dots .owl-dot.active span,
#Slider-owl-carousel .owl-dots .owl-dot:hover span {
    background: #f56b6b;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#Slider-owl-carousel .owl-dots .owl-dot.active span {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}


/*================== /SLIDER ================== */


/*==================== searchBar =================*/

.search-bar {
    /*    bottom: 8%;*/
    padding: 20px 0;
    background-color: #e9e9e9;
}

.search-input {
    padding: 10px 2% 0;
    overflow: hidden;
}

#search-date {
    width: 35%;
    float: left;
}

.search-box {
    background-color: #ffffff;
    border-radius: 5px;
    width: 45%;
    float: left;
    margin-bottom: 10px;
    margin-right: 5%;
    position: relative;
    line-height: 18px;
    color: #777778;
    padding: 10px 20px;
}

.search-box:before,
.search-box:after {
    font-size: 1.2rem;
    color: #f56b6b;
    position: absolute;
    transform: translateY(-50%);
}

.search-datepicker:after {
    content: '\f073';
    font-family: FontAwesome;
    right: 0;
    top: 50%;
    margin-right: 20px;
}

.search-datepicker .datepicker {
    background-color: transparent;
    border: none;
    width: 100%;
    outline: none;
    color: #777778;
    font-size: 1.067rem;
    line-height: 20px;
}

#search-area {
    width: 40%;
    float: left;
}

.search-region:before {
    content: '\f041';
    font-family: FontAwesome;
    left: 0;
    top: 50%;
    margin-left: 20px;
}

.search-region .selectmenu {
    background-color: transparent;
    border: none;
    width: 100%;
    font-size: 1.067rem;
    padding: 0 20px;
    outline: none;
    color: #777778;
}

.search-region .selectmenu option {
    color: #777778;
}

#search-keyword {
    width: 25%;
    float: left;
}

.search-box2 {
    background-color: #fff;
    border-radius: 5px;
    width: 65%;
    float: left;
    margin-bottom: 10px;
    margin-right: 5%;
    position: relative;
    line-height: 18px;
    font-size: 1.067rem;
    padding: 10px 20px;
}

.search-box2 .keyword {
    background-color: transparent;
    border: none;
    width: 100%;
    outline: none;
    color: #777;
    font-size: 1.067rem;
    line-height: 20px;
}

.search-box3 {
    background-color: rgba(245, 107, 107, 0.8);
    border-radius: 5px;
    width: 30%;
    float: left;
    position: relative;
    font-size: 1.067rem;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.search-box3 .button {
    background-color: transparent;
    color: #fff;
    width: 100%;
    border: none;
    display: block;
    outline: none;
    font-size: 1.067rem;
    line-height: 18px;
    cursor: pointer;
    padding: 10px 0;
}

.search-box3:hover {
    background-color: #f56b6b;
}


/*=================== /searchBar =================*/


/*====================== main ====================*/

#main {
    background-color: #fff;
    width: 100%;
    padding: 30px 0 50px;
    height: auto;
    overflow: hidden;
}

#main>.container {
    max-width: 1300px;
}

#main h1 {
    font-size: 1.4rem;
    width: 100%;
    max-width: 800px;
    margin-bottom: 30px;
    display: inline-block;
    padding: 15px 0;
    font-family: 'Noto Sans TC', "Source Sans Pro", Arial, sans-serif;
    border-bottom: solid 3px #fdbdbd;
    position: relative;
}

#main h1:after {
    content: "";
    display: block;
    width: 110px;
    height: 3px;
    background: #f56b6b;
    position: absolute;
    bottom: -3px;
}

#main h1.float-title {
    position: absolute;
    top: 0;
}


/* Hot Local */

#Hot-Local {
    width: 100%;
    padding-top: 30px;
    height: auto;
    overflow: hidden;
    position: relative;
}

.Hot-Local-pic {
    width: 56%;
    float: left;
    /* 主題企劃h */
    max-height: 407px;
    padding-right: 2px;
    overflow: hidden;
}

.Hot-Local-pic p {
    margin: 0;
} 

.Hot-Local-pic img {
    width: 100%;
    height: auto;
}

.Hot-Local-area {
    width: 43%;
    float: left;
    padding: 5% 2%;
    line-height: 1.5rem;
    font-size: 1rem;
    word-break: break-all;
    overflow-y: auto;
}

.sale_date {
    padding: 5px;
    border-bottom: dashed 1px #dddddd;
}

.sale_date a {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.sale_date a:hover {
    color: #f56b6b;
}


/* Tabs container */

.r-tabs {
    position: relative;
}

.r-tabs .r-tabs-nav {
    text-align: right;
    margin-top: -15px;
}

.r-tabs .r-tabs-nav .r-tabs-tab {
    position: relative;
}

.r-tabs .r-tabs-nav .r-tabs-anchor {
    display: inline-block;
    padding: 10px;
    font-family: 'Noto Sans TC', "Source Sans Pro", Arial, sans-serif;
    font-size: 1.1rem;
    color: #737373;
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #f56b6b;
}

.r-tabs .r-tabs-panel {
    padding: 0;
    margin: 35px 0;
    border: solid 1px #cbcbcb;
    /* 主題企劃h */
    max-height: 407px;
    overflow: hidden;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    padding: 10px;
    background-color: #f9f9f9;
    color: #737373;
    font-family: 'Noto Sans TC', "Source Sans Pro", Arial, sans-serif;
    font-size: 1.1rem;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    color: #f56b6b;
}


/* Recommended */

#Recommended {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

#Recommended-owl-carousel figure {
    background: #fff;
    display: block;
}

#Recommended-owl-carousel figcaption {
    border: solid 1px #e9e9e9;
    word-break: break-all;
    padding: 20px;
}

#Recommended-owl-carousel figcaption a {
    display: block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#Recommended-owl-carousel .figure-pic {
    width: 100%;
    /* 推薦行程h */
    max-height: 240px;
    overflow: hidden;
    border: solid 1px #e9e9e9;
}

#Recommended-owl-carousel .figure-pic p {
    margin: 0;
}

#Recommended-owl-carousel .figure-pic img {
    width: 100%;
    height: auto;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#Recommended-owl-carousel figure:hover a {
    color: #f56b6b;
}

#Recommended-owl-carousel figure:hover img {
    transform: scale(1.1);
}

#Recommended-owl-carousel .owl-nav {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 40%;
    margin-top: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}

#Recommended-owl-carousel .owl-nav [class*='owl-'] {
    background: rgba(0, 0, 0, 0.6);
    color: #FFF;
    font-size: 2rem;
    margin: 0 1px;
    padding: 4px 7px;
    cursor: pointer;
    border-radius: 0;
    opacity: 1;
    display: block;
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#Recommended-owl-carousel .owl-nav [class*='owl-']:hover {
    background: rgba(0, 0, 0, 0.85);
    opacity: 1;
}

#Recommended-owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0;
}

#Recommended-owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0;
}


/* Sale */

#Sale {
    width: 70%;
    float: left;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}

#Sale-owl-carousel figure {
    background: #fff;
    display: block;
    border: solid 1px #b7b7b7;
    margin-top: 5px;
    /* 特惠促銷h */
    max-height: 316px;
    overflow: hidden;
}

#Sale-owl-carousel figcaption {
    width: 62%;
    max-height: 315px;
    overflow-y: auto;
    padding: 2%;
    float: right;
}

#Sale-owl-carousel figcaption img {
    width:  auto;
    max-width: 100%;
    height: auto;
    display:  inline-block;
}

#Sale-owl-carousel figcaption a {
    text-decoration: underline;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#Sale-owl-carousel figcaption a:hover {
    color: #f56b6b;
}

#Sale-owl-carousel .figure-pic {
    width: 36%;
    margin-right: 2%;
    max-height: 316px;
    overflow: hidden;
    float: left;
}

#Sale-owl-carousel .figure-pic img {
    width: 100%;
    height: auto;
}

#Sale-owl-carousel {
    margin: 0;
    width: 100%;
    z-index: 1;
    padding-top: 35px;
    overflow: hidden;
}

#Sale-owl-carousel .owl-nav {
    position: absolute;
    margin-top: 0;
    top: 0;
    right: 0;
}

#Sale-owl-carousel .owl-nav [class*='owl-'] {
    background: #f56b6b;
    color: #FFF;
    margin: 0;
    padding: 4px 8px;
    cursor: pointer;
    opacity: 1;
    display: block;
    position: absolute;
    right: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#Sale-owl-carousel .owl-nav [class*='owl-']:hover,
#Sale-owl-carousel .owl-nav [class*='owl-']:active {
    background: #505050;
    opacity: 1;
}

#Sale-owl-carousel .owl-nav .owl-prev {
    right: 40px;
}


/* AD Sale */

#AD-Sale {
    width: 25%;
    margin: 2.5% 0 30px 5%;
    float: left;
}

#AD-Sale h1 {
    display: none;
}

#AD-Sale-scroll {
    height: 26rem;
    overflow: hidden;
}

#AD-Sale li {
    margin-bottom: 5px;
    /* 優惠精選h */
    max-height: 155px;
    overflow: hidden;
}


/* Special */

#Special {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}

#Special .item {
	/* 獨家推出h */
    max-height: 385px;
    overflow: hidden;
}

#Special .item img {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#Special .item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#Special-owl-carousel {
    margin: 0;
    width: 100%;
    z-index: 1;
    padding-top: 40px;
    overflow: hidden;
}

#Special-owl-carousel .owl-nav {
    position: absolute;
    margin-top: 0;
    top: 0;
    right: 0;
}

#Special .owl-theme .owl-nav [class*='owl-'] {
    background: #f56b6b;
    color: #FFF;
    margin: 0;
    padding: 4px 8px;
    cursor: pointer;
    opacity: 1;
    display: block;
    position: absolute;
    right: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#Special .owl-theme .owl-nav [class*='owl-']:hover,
#Special .owl-theme .owl-nav [class*='owl-']:active {
    background: #505050;
    opacity: 1;
}

#Special .owl-theme .owl-nav .owl-prev {
    right: 40px;
}


/*====================== /main ====================*/

@media (max-width: 1200px) {
    /* AD Sale*/
    #AD-Sale {
        margin-top: 3.5%;
    }
    #AD-Sale-scroll {
        height: 22rem;
        overflow: hidden;
    }
}

@media (max-width: 992px) {
    /* Hot Local */
    .Hot-Local-pic,
    .Hot-Local-area {
        width: 100%;
        float: none;
        /*overflow: hidden;*/
        padding-right: 0;
    }
    .r-tabs .r-tabs-panel {
        /* 主題企劃h */
        max-height: 815px;
    }
    /* Recommended */
    #Recommended-owl-carousel .owl-nav {
        display: block;
    }
    /* AD Sale*/
    #AD-Sale {
        margin-top: 4.5%;
    }
    #AD-Sale-scroll {
        height: 20rem;
        overflow: hidden;
    }
}

@media (max-width: 768px) {
    /* SLIDER */
    #Slider-owl-carousel .owl-nav .owl-prev {
        font-size: 3rem;
    }
    #Slider-owl-carousel .owl-nav .owl-next {
        font-size: 3rem;
    }
    #Slider-owl-carousel li div {
        height: 500px;
    }
    /* searchBar */
    .search-input {
        padding: 10px 5% 0;
        overflow: hidden;
    }
    #search-date {
        width: 25%;
        float: left;
        margin-right: 5%;
    }
    .search-box {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    #search-area {
        width: 40%;
        float: left;
        margin-right: 5%;
    }
    #search-keyword {
        width: 25%;
        float: left;
    }
    .search-box2 {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .search-box3 {
        width: 100%;
        float: none;
    }
    /* Hot Local */
    #Hot-Local {
        padding-top: 85px;
    }
    .r-tabs .r-tabs-panel {
        margin: 10px 0;
        padding-bottom: 10px;
    }
    .r-tabs-accordion-title {
        position: relative;
    }
    .r-tabs-accordion-title:after {
        content: "\f107";
        font-family: FontAwesome;
        position: absolute;
        right: 20px;
        bottom: 10px;
    }
    .r-tabs-state-active:after {
        content: "";
        display: none;
    }
    /* Recommended */
    #Recommended-owl-carousel .owl-nav {
        top: 32%;
    }
    /* AD Sale*/
    #AD-Sale {
        margin-top: 6.5%;
    }
    #AD-Sale-scroll {
        height: 20rem;
        overflow: hidden;
    }
}

@media (max-width: 500px) {
    /* SLIDER */
    #Slider-owl-carousel .owl-nav .owl-prev {
        font-size: 2rem;
    }
    #Slider-owl-carousel .owl-nav .owl-next {
        font-size: 2rem;
    }
    #Slider-owl-carousel li div {
        height: 300px;
    }
    /* searchBar */
    .search-bar {
        padding: 10px 5%;
    }
    .search-input {
        padding: 10px 0 0;
    }
    #search-date,
    #search-area,
    #search-keyword {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
        overflow: hidden;
    }
    .search-datepicker {
        width: 49%;
        margin-right: 2%;
        float: left;
        margin-bottom: 0;
    }
    .search-datepicker:last-child,
    .search-region:last-child {
        margin-right: 0;
        margin-bottom: 0;
    }
    /* main */
    #main {
        padding: 10px 0 50px;
    }
    /* Sale */
    #Sale {
        width: 100%;
        float: none;
    }
    #Sale .figure-pic,
    #Sale figcaption {
        width: 100%;
        float: none;
    }
    #Sale-owl-carousel figure {
        /* 特惠促銷h */
        max-height: 595px;
    }
    /* AD Sale*/
    #AD-Sale {
        width: 100%;
        margin-left: 0;
        margin-top: 8.5%;
        float: none;
    }
    #AD-Sale h1 {
        display: block;
    }
    #AD-Sale-scroll {
        height: 12rem;
        overflow: hidden;
    }
}
