﻿@charset "utf-8";

body {
    font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
    background-color: #FFF;
    margin: 0;
    padding: 0;
    color: #555;
    font-size: 16px;
}

/* ~~ 元素/標籤選取器 ~~ */
ul, ol, dl { /* 由於瀏覽器之間的差異，最佳作法是在清單中使用零寬度的欄位間隔及邊界。為了保持一致，您可以在這裡指定所要的量，或在清單包含的清單項目 (LI、DT、DD) 上指定所要的量。請記住，除非您寫入較為特定的選取器，否則在此執行的作業將重疊顯示到 .nav 清單。 */
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
    margin-top: 0; /* 移除上方邊界可以解決邊界可能從其包含的 Div 逸出的問題。剩餘的下方邊界可以保持 Div 不與接在後面的元素接觸。 */
    padding-right: 15px;
    padding-left: 15px; /* 將欄位間隔加入至 Div 內元素的兩側 (而不是 Div 本身)，即可不需執行任何方塊模型的計算作業。具有側邊欄位間隔的巢狀 Div 也可當做替代方法。 */
}

h1 {
    padding-top: 30px;
    margin-bottom: 5px;
}
.carouselText > .h1 {
    text-shadow: black 0.2em 0.2em 1em;
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFF;
    margin-left: nono;
    margin-left: 10%;
    padding: 1%;
    width: 103%;
    font-size: 2rem;
}
h6 {
    font-weight: 100;
}

.title {
    margin: 0 auto;
}

.h1title {
    font-size: 26px;
}

h2 {
    font-size: 18px;
    margin-bottom: 10px;
    padding-top: 20px;
}

h7 {
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.2;
}

p {
    line-height: 26px;
}

.ptxt {
    margin-left: 1em;
    text-indent: -1em;
    margin: 0;
    margin-left: 5%;
}

.ptxtRoom {
    margin-left: 1em;
    text-indent: -1em;
    margin: 0;
    margin-left: 2%;
}

.p_wide {
    margin: 0;
    width: 98%;
    padding-bottom: 30px;
}
.carouselBox{
    /* position: fixed; */
    width: 100%;
    top: 0;
    /* background-image: cross; */
    height: 100%;
    /* z-index: 9; */

}
.carouselText{
    /* position: absolute ; */
    /* top: 50%; */
    /* left: 50%; */
    /* margin: 0 auto; */
    /* z-index: 999; */
    /* background-color: rgba(255, 255, 255, 0.219); */
    background-color: rgba(0, 0, 0, 0.4);
    /* margin: 0 5% ; */
    /* margin-bottom: 50%; */
    /* padding-bottom: 50%; */
}





a img { /* 這個選取器會移除某些瀏覽器在影像由連結所圍繞時，影像周圍所顯示的預設藍色邊框 */
    border: none;
}
/* ~~ 網站連結的樣式設定必須保持此順序，包括建立滑過 (Hover) 效果的選取器群組在內。~~ */
a:link {
    color: #42413C;
    text-decoration: none; /*--宣告HTML連結消除底線--*/
}

a:hover {
    text-decoration: underline;
    color: #0CF;
}
/*--滑鼠移到連結時連結顏色--*/

a:visited {
    /* 手動 */
    /* color: #6E6C64; */
    text-decoration: underline;
}

a:hover, a:active, a:focus { /* 這個選取器群組可以讓使用鍵盤導覽的使用者，也和使用滑鼠的使用者一樣擁有相同的滑過體驗。 */
    text-decoration: none;
}

/* ~~ 這個固定寬度的容器環繞著所有其他元素 ~~ */
.container {
    width: 100%;
    background-color: #FFF;
    margin: 0 auto;
}

/* ~~ 這是版面資訊。~~ 

1) 欄位間隔只會置於 Div 的頂端或底部。此 Div 內的元素在兩側會有欄位間隔，可讓您不需進行「方塊模型計算」。請記住，如果對 Div 本身加入任何側邊的欄位間隔或邊框，在計算「總」寬度時，就會將這些加入您定義的寬度。您也可以選擇移除 Div 中元素的欄位間隔，然後在其中放置沒有寬度的第二個 Div，並依設計所需放置欄位間隔。

*/
.content {
    margin: 0 auto;
    /*margin-top:120px;*/
    width: 100%;
}

.icontent {
    margin: 0 auto;
    margin-top: 130px;
    width: 100%;
    padding: 0;
    height: 90px;
    width: 100%;
    /* z-index: 3; */
    background: #262626 no-repeat 90%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #4F4F4F;
    position: absolute;
}



/* ~~ 其他 float/clear 類別 ~~ */
.fltrt { /* 這個類別可用來讓元素在頁面中浮動，浮動的元素必須位於頁面上相鄰的元素之前。 */
    float: right;
    margin-left: 8px;
}

.fltlft { /* 這個類別可用來讓元素在頁面左方浮動，浮動的元素必須位於頁面上相鄰的元素之前。 */
    float: left;
    margin-right: 8px;
}

.clearfloat { /* 這個類別可放置在 <br /> 或空白的 Div 上，當做接在 #container 內最後一個浮動 Div 後方的最後一個元素 (如果已移除 .container 上的 overflow:hidden) */
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.header {
    margin: 0 auto;
    width: 980px;
    height: 90px;
}

.logo {
    margin: 0 auto;
    float: left;
}

.logoTxt {
    color: #FFF;
    background-color: #86BDBA;
    padding-left: 10px;
    padding-right: 10px;
}

.roundedlogo {
    border-radius: 1.2rem !important;
}


.nav {
    float: right;
    font-size: 1.00em;
    margin-top: 0;
    margin-right: 100px;
}

    .nav ul {
        margin: 0 auto;
        padding: 0;
    }

    .nav li {
        list-style-type: none;
        float: left;
    }

        .nav li a {
            display: block;
            width: 120px;
            color: #777;
            line-height: 88px;
            text-align: center;
            text-decoration: none;
            text-shadow: 0px 1px 3px #ccc;
        }
            /*line-height:220px*/
            .nav li a:hover {
                background-image: url(images/up.jpg);
                color: #8c5d20;
                text-shadow: 0px 1px 3px #AAA;
                background-repeat: no-repeat;
            }

.navroom {
    margin: 0 auto;
    width: 750px;
    font-size: 0.9em;
    margin-top: 0;
    padding-left: 290px;
}

    .navroom ul {
        margin: 0 auto;
        padding: 0;
    }

    .navroom li {
        list-style-type: none;
        float: left;
    }

        .navroom li a {
            display: block;
            width: 80px;
            color: #777;
            line-height: 48px;
            text-align: center;
            text-decoration: none;
            text-shadow: 0px 1px 3px #ccc;
        }
            /*line-height:220px*/
            .navroom li a:hover {
                background-image: url(images/up.jpg);
                color: #8c5d20;
                text-shadow: 0px 1px 3px #AAA;
                background-repeat: no-repeat;
            }

#top-bar {
    width: 100%;
    height: 90px;
    background: rgba(95%,95%,95%,0.95);
    position: fixed;
    top: 0px;
}

#itop-bar {
    width: 100%;
    /*height: 90px;*/
    background: rgba(100%,100%,100%,0.9);
    padding: 0;
    /*height: 160px;*/
    width: 100%;
    position: absolute;
    /* z-index: 1; */
}

.section {
    margin: 0 auto;
    width: 100%;
    /*padding-left:2%;*/
}

.section-s {
    margin: 20px auto;
    /*width:910px;*/
    width: 100%;
    /*padding-left:5%;*/
    background-color: #FFF;
    -webkit-box-shadow: 20px 4px 8px #ddd;
    -moz-box-shadow: 2px 4px 8px #ddd;
    box-shadow: 2px 4px 8px #ddd;
}

.footerback {
    margin: 0 auto;
    width: 100%;
    background-color: #CCC;
}

.footer {
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding: 30px;
    background-color: #CCC;
}

    .footer p, .footerPP {
        font-size: 1em;
        margin: 0;
        line-height: 5%;
        color: #555;
        text-shadow: 0px 1px 1px #EEE;
    }

.footerCenter {
    padding: 0 5%;
}

.footerP {
    color: #666;
    font-size: 0.9em;
}

.blue {
    color: #0CF;
}

.red {
    color: #f9482b;
}

.green {
    color: #6C3;
}

.yellow {
    color: #f0a80c;
}

.gray {
    color: #989898;
}

.img {
    margin: 0 auto;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #BBB;
    text-align: center;
    height: auto;
}

div img {
    margin: 0 auto;
    padding-top: 7px;
    padding-bottom: 7px;
    vertical-align: middle;
}

/* ~~ 網站連結的樣式設定必須保持此順序，包括建立滑過 (Hover) 效果的選取器群組在內。~~ */
.blueOrderBut {
    margin: 0 auto;
    width: 70%;
    text-align: center;
    margin-bottom: 40px;
    color: #FFF;
    font-weight: 700;
}

.blueBut {
    text-align: center;
    font-size: 22px;
    background-color: #4dddff;
    padding: 10px 35px;
}

.blueOrderBut a:link {
    text-decoration: none; /*--宣告HTML連結消除底線--*/
}

.blueOrderBut a:hover {
    text-decoration: underline;
    background-color: #0CF;
    color: #FFF;
}

.blueOrderBut a:visited {
    color: #FFF;
    text-decoration: underline;
}

.blueOrderBut a:hover, a:active, a:focus { /* 這個選取器群組可以讓使用鍵盤導覽的使用者，也和使用滑鼠的使用者一樣擁有相同的滑過體驗。 */
    text-decoration: none;
}

.redOrderBut {
    margin: 0 auto;
    width: 70%;
    text-align: center;
    margin-bottom: 40px;
    color: #FFF;
    font-weight: 700;
}

.redBut {
    text-align: center;
    font-size: 22px;
    background-color: #fc6959;
    padding: 10px 35px;
}

.redOrderBut a:link {
    text-decoration: none; /*--宣告HTML連結消除底線--*/
}

.redOrderBut a:hover {
    text-decoration: underline;
    background-color: #f9482b;
    color: #FFF;
}

.redOrderBut a:visited {
    color: #FFF;
    text-decoration: underline;
}

.redOrderBut a:hover, a:active, a:focus { /* 這個選取器群組可以讓使用鍵盤導覽的使用者，也和使用滑鼠的使用者一樣擁有相同的滑過體驗。 */
    text-decoration: none;
}

.yellowOrderBut {
    margin: 0 auto;
    width: 70%;
    text-align: center;
    margin-bottom: 40px;
    color: #FFF;
    font-weight: 700;
}

.yellowBut {
    text-align: center;
    font-size: 22px;
    background-color: #ffc44d;
    padding: 10px 35px;
}

.yellowOrderBut a:link {
    text-decoration: none; /*--宣告HTML連結消除底線--*/
}

.yellowOrderBut a:hover {
    text-decoration: underline;
    background-color: #f0a80c;
    color: #FFF;
}

.yellowOrderBut a:visited {
    color: #FFF;
    text-decoration: underline;
}

.yellowOrderBut a:hover, a:active, a:focus { /* 這個選取器群組可以讓使用鍵盤導覽的使用者，也和使用滑鼠的使用者一樣擁有相同的滑過體驗。 */
    text-decoration: none;
}

.grayOrderBut {
    margin: 0 auto;
    width: 70%;
    text-align: center;
    margin-bottom: 40px;
    color: #FFF;
    font-weight: 700;
}

.grayBut {
    text-align: center;
    font-size: 22px;
    background-color: #adadad;
    padding: 10px 35px;
}

.grayOrderBut a:link {
    text-decoration: none; /*--宣告HTML連結消除底線--*/
}

.grayOrderBut a:hover {
    text-decoration: underline;
    background-color: #989898;
    color: #FFF;
}

.grayOrderBut a:visited {
    color: #FFF;
    text-decoration: underline;
}

.grayOrderBut a:hover, a:active, a:focus { /* 這個選取器群組可以讓使用鍵盤導覽的使用者，也和使用滑鼠的使用者一樣擁有相同的滑過體驗。 */
    text-decoration: none;
}


.greenOrderBut {
    margin: 0 auto;
    width: 70%;
    text-align: center;
    margin-bottom: 40px;
    color: #FFF;
    font-weight: 700;
}

.greenBut {
    text-align: center;
    font-size: 22px;
    background-color: #88e551;
    padding: 10px 35px;
}

.greenOrderBut a:link {
    text-decoration: none; /*--宣告HTML連結消除底線--*/
}

.greenOrderBut a:hover {
    text-decoration: underline;
    background-color: #6C3;
    color: #FFF;
}

.greenOrderBut a:visited {
    color: #FFF;
    text-decoration: underline;
}

.greenOrderBut a:hover, a:active, a:focus { /* 這個選取器群組可以讓使用鍵盤導覽的使用者，也和使用滑鼠的使用者一樣擁有相同的滑過體驗。 */
    text-decoration: none;
}


.bookingOrderBut {
    margin: 40px auto;
    text-align: center;
    width: 70%;
    margin-bottom: 40px;
    color: #FFF;
    font-weight: 700;
}

.bookingBut {
    text-align: center;
    font-size: 22px;
    background-color: #77e5dd;
    padding: 10px 35px;
}

.bookingOrderBut a:link {
    text-decoration: none; /*--宣告HTML連結消除底線--*/
}

.bookingOrderBut a:hover {
    text-decoration: underline;
    background-color: #86bdba;
    color: #FFF;
}

.bookingOrderBut a:visited {
    color: #FFF;
    text-decoration: underline;
}

.bookingOrderBut a:hover, a:active, a:focus { /* 這個選取器群組可以讓使用鍵盤導覽的使用者，也和使用滑鼠的使用者一樣擁有相同的滑過體驗。 */
    text-decoration: none;
}

.footerBut {
    background-color: #EEE;
    padding: 10px;
}

.footer p a:hover {
    text-decoration: underline;
    background-color: #FFF;
    -webkit-box-shadow: 20px 4px 8px #ddd;
    -moz-box-shadow: 2px 4px 8px #ddd;
    box-shadow: 2px 4px 8px #ddd;
}

.footer p a:visited {
    color: #6E6C64;
    text-decoration: underline;
}

.footer p a:hover, a:active, a:focus { /* 這個選取器群組可以讓使用鍵盤導覽的使用者，也和使用滑鼠的使用者一樣擁有相同的滑過體驗。 */
    text-decoration: none;
}


@media (min-width: 1200px) {
    .p_wide {
        width: 60%;
        margin: 0 auto;
    }
    .footerDisplay {
        display: block;
    }
    /* .carouselBox {
        position: fixed;
        top: 0;
        right: 0;
        z-index: -99;
        width: 100%;
    } */
    .imgcarousel{
        /* background: cover; */
        width: 100%;    
    }
    .footerback {
        margin: 0 auto;
        width: 100%;
        /* height: 100%; */
        /* position: fixed;
        bottom: 0; */
        /* background-color: #CCC; */
        background-color: #CCC;
        /* margin: 0 5%; */
    }
}
@media (min-width: 992px) {
    /*.footerDisplay {
        display: block;
    }*/
    /* .carouselBox {
        position: fixed;
        top: 0;
        right: 0;
        z-index: -99;
        width: 100%;
    } */
}
@media (min-width: 768px) {
    .p_wide {
        width: 70%;
        margin: 0 auto;
    }
    /* .carouselBox {
        position: fixed;
        top: 0;
        right: 0;
        z-index: -99;
        width: 100%;
    } */
}
@media (max-width: 768px) {
    .footerDisplay {
        display: none;
    }
    /* .carouselBox {
        position: fixed;
        top: 0;
        right: 0;
        z-index: -99;
        width: 100%;
    } */
}
@media (max-width: 575.98px) {
    .footerDisplay {
        display: none;
    }
    .carouselBox {
        position: fixed;
        top: 0;
        right: 0;
        min-height: 100%;
        height:100%;
    }
    .imgcarousel{
        /* background: cover; */
        /* min-height: 100%; */
        height:100%;    
    }
    .carouselText > .h1 {
        margin-left: 10%;
        margin-right: 10%;
        width: 80%;
    }
    /* 反轉圖片 */
    .imgtransform{ 
        -moz-transform:scaleX(-1);
        -webkit-transform:scaleX(-1);
        -o-transform:scaleX(-1);
        transform:scaleX(-1);
        margin-left: -90%;
        margin-top: -10%;
    }
    .imgleft{
        margin-left: -500px;
    }
}