﻿@charset "UTF-8";
/* Global reset
   http://meyerweb.com/eric/tools/css/reset/
*****************************************************************/
/* line 6, ../sass/_init.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: "微軟正黑體", sans-serif;
    letter-spacing: 0.5px;
}

/* HTML5 display-role reset for older browsers */

/* line 13, ../sass/_init.scss */
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block;
}

/* line 14, ../sass/_init.scss */
body {
    line-height: 1;
}

/* line 15, ../sass/_init.scss */
ol, ul {
    list-style: none;
}

/* line 16, ../sass/_init.scss */
blockquote, q {
    quotes: none;
}

    /* line 17, ../sass/_init.scss */
    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

/* line 18, ../sass/_init.scss */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* line 19, ../sass/_init.scss */
input, select {
    outline: none;
}

/* line 21, ../sass/_init.scss */
h6 {
    font-size: 100%;
    line-height: 1.25em;
}

/* line 22, ../sass/_init.scss */
h5 {
    font-size: 112.5%;
    /*18px/16px*/
    line-height: 1.125em;
    /*21px/16px*/
}

/* line 23, ../sass/_init.scss */
h4 {
    font-size: 131.25%;
    /*21px/16px*/
    line-height: 1.3125em;
    /*25px/16px*/
}

/* line 24, ../sass/_init.scss */
h3 {
    line-height: normal;
    margin-top: 5%;
    color: #7d6545;
    font-weight: 600;
    margin-bottom: 5%;
}

/* line 25, ../sass/_init.scss */
h2 {
    font-size: 187.5%;
    /*30px/16px*/
    line-height: 2.125em;
    /*34px/16px*/
}

/* line 26, ../sass/_init.scss */
h1 {
    font-size: 200%;
    /*32px/16px*/
    line-height: 2.25em;
    /*36px/16px*/
}

/* line 28, ../sass/_init.scss */
html, body {
    width: 100%;
    min-height: 100%;
}

/* line 4, ../sass/_hamburger.scss */
#hamburger {
    width: 10%;
    position: absolute;
    right: 2%;
    top: 7%;
}
    /* line 5, ../sass/_hamburger.scss */
    #hamburger.ham_mel {
        width: 7.96875%;
        top: 4%;
    }
    /* line 6, ../sass/_hamburger.scss */
    #hamburger.ham_mel_viewpoint {
        top: 1.5%;
    }

/* line 10, ../sass/_hamburger.scss */
#ham-nav {
    background-color: #000;
    color: #fff;
    line-height: 1.7;
    font-size: 115%;
    width: 70%;
    position: fixed;
    right: -70%;
    top: 0;
    z-index: 900;
    overflow-y: auto;
    padding: 1% 0 0;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.4) inset;
    background: rgb(208,138,72); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(208,138,72,1) 0%, rgba(243,199,158,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(208,138,72,1) 0%,rgba(243,199,158,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(208,138,72,1) 0%,rgba(243,199,158,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d08a48', endColorstr='#f3c79e',GradientType=0 ); /* IE6-9 */
}
    /* line 5, ../sass/_mixin.scss */
    #ham-nav a {
        color: #fff;
    }
        /* line 6, ../sass/_mixin.scss */
        #ham-nav a:visited, #ham-nav a:active {
            color: #fff;
        }
    /* line 18, ../sass/_hamburger.scss */
    #ham-nav li {
        border-bottom: 1px solid rgba(0, 80, 162, 0.2);
    }
    /* line 19, ../sass/_hamburger.scss */
    #ham-nav a {
        display: block;
        padding: 5% 0 5% 10%;
    }
    /* line 20, ../sass/_hamburger.scss */
    #ham-nav ul {
        list-style-type: none;
        padding-left: 0;
    }

/* line 24, ../sass/_hamburger.scss */
.mask {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 997;
}

@media all and (min-width: 768px) {
    /* line 27, ../sass/_hamburger.scss */
    #hamburger {
        cursor: pointer;
    }

    /* line 28, ../sass/_hamburger.scss */
    #ham-nav {
        font-size: 120%;
        width: 250px;
        right: -250px;
    }
        /* line 29, ../sass/_hamburger.scss */
        #ham-nav a {
            padding: 4% 0 4% 10%;
        }
}
/* line 3, ../sass/_element.scss */
* {
    -webkit-text-size-adjust: none;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    outline: none;
}

/* line 4, ../sass/_element.scss */
a {
    text-decoration: none;
    color: #61431e;
}

    /*a:hover {
        text-decoration: none;
        cursor: pointer;
        color: #EB6EA5;
    }*/

    a:visited {
        text-decoration: none; /*color: #2f488c;*/
    }

/* line 5, ../sass/_element.scss */
html, body {
    width: 100%;
    height: 100%;
}

/* line 6, ../sass/_element.scss */
#wrap {
    top: 0;
    position: relative;
}

/* line 7, ../sass/_element.scss */
/*.mask {
  background-color: #fff;
  display: block;
  z-index: 10;
  position: fixed;
}*/

/* line 8, ../sass/_element.scss */
img {
    width: 100%;
    height: auto;
}

/* line 10, ../sass/_element.scss */
#main {
    background: url("../images/common/bg3.png") no-repeat;
    padding-bottom: 50%;
    background-size: 100% 100%;
    font-size: 100%;
    position: relative;
    overflow: hidden;
}

    #main.main_online {
        padding-bottom: 40%;
    }
    /* line 11, ../sass/_element.scss */
    /*#main.no_bottom {
        padding-bottom: 0;
    }*/
    /* line 12, ../sass/_element.scss */
    #main.main_mel {
        padding-bottom: 30%;
    }

/* line 15, ../sass/_element.scss */
.title-name {
    font-family: 'customer', '微軟正黑體', sans-serif;
    font-size: 115%;
    color: #fff;
    position: absolute;
    top: 29%;
    left: 13.4375%;
}

/* line 17, ../sass/_element.scss */
#backTop {
    width: 9.21875%;
    padding-bottom: 9.21875%;
    position: fixed;
    right: 4%;
    bottom: 8%;
    background: url("../images/common/backTop.png") no-repeat;
    background-size: 100% auto;
    z-index: 999;
}

/* line 20, ../sass/_element.scss */
.openClose-title {
    /*padding: 2% 0 1% 14%;*/
    /*width: 534px;
    height: 104px;*/
    margin: 0 auto;
    /*background: url('../images/content/remind/barAll.png') no-repeat;
    display: block;*/
    /*background: url("../images/content/remind/bar.png") no-repeat;*/
    font-size: 115%;
    background-size: 100% auto;
    color: #fff;
    line-height: 2.4;
    font-family: 'customer', '微軟正黑體', sans-serif;
}

.openClose2-title {
    /*padding: 2% 0 1% 14%;*/
    /*width: 534px;
    height: 104px;*/
    margin: 0 auto;
    /*background: url('../images/content/remind/barAll.png') no-repeat;
    display: block;*/
    /*background: url("../images/content/remind/bar.png") no-repeat;*/
    font-size: 115%;
    background-size: 100% auto;
    color: #fff;
    line-height: 2.4;
    font-family: 'customer', '微軟正黑體', sans-serif;
}

.openClose3-title {
    /*padding: 2% 0 1% 14%;*/
    /*width: 534px;
    height: 104px;*/
    margin: 0 auto;
    /*background: url('../images/content/remind/barAll.png') no-repeat;
    display: block;*/
    /*background: url("../images/content/remind/bar.png") no-repeat;*/
    font-size: 115%;
    background-size: 100% auto;
    color: #fff;
    line-height: 2.4;
    font-family: 'customer', '微軟正黑體', sans-serif;
}

/* line 22, ../sass/_element.scss */
.openClose-content {
    font-size: 115%;
    color: #1b1b1b;
    line-height: 1.7;
    padding: 5% 2%;
    width: 95%;
    margin: 0 auto 3%;
}

.openClose2-content {
    font-size: 115%;
    color: #1b1b1b;
    line-height: 1.7;
    padding: 5% 2%;
    width: 95%;
    margin: 0 auto 3%;
}

.openClose3-content {
    font-size: 115%;
    color: #1b1b1b;
    line-height: 1.7;
    padding: 5% 2%;
    width: 95%;
    margin: 0 auto 3%;
}

/* line 23, ../sass/_element.scss */
.openClose-area {
    margin-bottom: 3%;
    cursor: pointer;
}
    /* line 24, ../sass/_element.scss */
    .openClose-area:nth-last-of-type(1) {
        margin-bottom: 0;
    }
    /* line 25, ../sass/_element.scss */
    .openClose-area .openClose-content {
        display: none;
    }
    /* line 27, ../sass/_element.scss */
    .openClose-area.open > .openClose-content {
        display: block;
    }

.openClose2-area {
    margin-bottom: 3%;
    cursor: pointer;
}

    .openClose2-area:nth-last-of-type(1) {
        margin-bottom: 0;
    }

    .openClose2-area .openClose2-content {
	display: none;
	text-align: left;
    }

    .openClose2-area.open .openClose2-content {
        display: block;
    }

.openClose3-area {
    margin-bottom: 3%;
    cursor: pointer;
}

    .openClose3-area:nth-last-of-type(1) {
        margin-bottom: 0;
    }

    .openClose3-area .openClose3-content {
        display: none;
    }

    .openClose3-area.open .openClose3-content {
        display: block;
    }

/* line 31, ../sass/_element.scss */
iframe {
    width: 100%;
}

/* line 34, ../sass/_element.scss */
.connectFail-text {
    font-size: 125%;
    color: #1b1b1b;
    padding: 8% 0 0 5%;
}

/* line 37, ../sass/_element.scss */
#content {
    padding: 0 6.71% 5%;
    position: relative;
    z-index: 997;
}
    /* line 38, ../sass/_element.scss */
    #content.full {
        margin-bottom: 24%;
        padding: 0 5%;
        margin-top: 0;
        position: relative;
        z-index: 990;
    }
    /* line 39, ../sass/_element.scss */
    #content .img_radius {
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }
    /* line 40, ../sass/_element.scss */
    #content p:not(.openClose-content) {
        font-size: 115%;
        line-height: 1.7;
        /*padding: 5% 0 0;*/
    }

    #content p.schedule-top {
        position: relative;
        height: 65px;
        padding: 5% 0 0;
        z-index: 996;
        margin-bottom: 15px;
    }

        #content p.schedule-top span.socialMedia {
            position: absolute;
            right: 0;
            top: 15px;
            z-index: 996;
        }

            #content p.schedule-top span.socialMedia img {
                width: 45%;
            }

/* line 42, ../sass/_element.scss */
.content_hasTop {
    color: #1b1b1b;
    font-size: 105%;
    line-height: 2;
    margin-top: 7%;
}

/* line 45, ../sass/_element.scss */
table {
    width: 100%;
    font-size: 115%;
    text-align: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*border: 2px solid #2F488C;*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border-collapse: separate;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .3);
}

/* line 47, ../sass/_element.scss */
th {
    background-color: #d59542;
    color: #fff;
}
    /* line 48, ../sass/_element.scss */
    th:nth-of-type(1) {
        -moz-border-radius: 7px 0 0;
        -webkit-border-radius: 7px;
        border-radius: 7px 0 0;
    }
    /* line 49, ../sass/_element.scss */
    th:nth-last-of-type(1) {
        -moz-border-radius: 0 7px 0 0;
        -webkit-border-radius: 0;
        border-radius: 0 7px 0 0;
    }

/* line 51, ../sass/_element.scss */
tr:nth-last-of-type(1) td {
    border-bottom-width: 0;
}
    /* line 52, ../sass/_element.scss */
    tr:nth-last-of-type(1) td:nth-of-type(1) {
        -moz-border-radius: 0 0 0 10px;
        -webkit-border-radius: 0;
        border-radius: 0 0 0 10px;
    }
    /* line 53, ../sass/_element.scss */
    tr:nth-last-of-type(1) td:nth-last-of-type(1) {
        -moz-border-radius: 0 0 10px 0;
        -webkit-border-radius: 0;
        border-radius: 0 0 10px 0;
    }

/* line 55, ../sass/_element.scss */
td {
    color: #61431e;
    border: solid #fff;
    border-width: 0 1px 1px 0;
}
    /* line 56, ../sass/_element.scss */
    td:nth-last-of-type(1) {
        /*border-right-width: 0;*/
    }

/* line 58, ../sass/_element.scss */
.needBorder td {
    border-right-width: 1px;
}

/* line 59, ../sass/_element.scss */
th, td {
    padding: 4% 0;
}

/* line 61, ../sass/_element.scss */
.column3 td, .column3 th {
    width: 37.5%;
}
    /* line 62, ../sass/_element.scss */
    .column3 td:nth-of-type(1), .column3 th:nth-of-type(1) {
        width: 25%;
    }

/* line 65, ../sass/_element.scss */
.column2 {
    width: 120%;
    margin: 3% 0 0 -17.5%;
    font-size: 100%;
}

.column2-1 {
    width: 100%;
    margin: 0;
    padding: 0;
}
/* line 66, ../sass/_element.scss */
.column2 td, .column2 th {
    width: 50%;
    padding: 2%;
}
/* line 67, ../sass/_element.scss */
.column2.column2_mel {
    width: 100%;
    margin-left: 0;
}
    /* line 68, ../sass/_element.scss */
    .column2.column2_mel td, .column2.column2_mel th {
        padding: 5% 0;
    }
        /* line 69, ../sass/_element.scss */
        .column2.column2_mel td:nth-of-type(1), .column2.column2_mel th:nth-of-type(1) {
            width: 20%;
        }
        /* line 70, ../sass/_element.scss */
        .column2.column2_mel td:nth-of-type(2), .column2.column2_mel th:nth-of-type(2) {
            width: 80%;
        }

/* line 74, ../sass/_element.scss */
.no_borderBottom {
    border-bottom-width: 0;
}

/* line 76, ../sass/_element.scss */
.table_namelist td, .table_namelist th {
    width: 27%;
}
    /* line 77, ../sass/_element.scss */
    .table_namelist td:nth-of-type(1), .table_namelist th:nth-of-type(1) {
        width: 46%;
    }
/* line 79, ../sass/_element.scss */
.table_namelist td {
    line-height: 1.5;
    vertical-align: middle;
}

/* line 81, ../sass/_element.scss */
.rowspan {
    vertical-align: middle;
}

/* line 84, ../sass/_element.scss */
footer {
    position: relative;
}
    /* line 85, ../sass/_element.scss */
    footer.footer_viewpoint {
        margin-top: -0.7%;
    }
    /* line 86, ../sass/_element.scss */
    footer .footer {
        float: left;
    }
    /* line 87, ../sass/_element.scss */
    footer .koala {
        position: absolute;
        width: 100%;
        bottom: 100%;
        left: 0;
    }

/* line 91, ../sass/_element.scss */
.clearFix {
    clear: both;
}

/* line 94, ../sass/_element.scss */
ul {
    list-style-type: disc;
    padding-left: 7%;
}
    /* line 95, ../sass/_element.scss */
    ul.list_num {
        list-style-type: decimal;
    }
        /* line 96, ../sass/_element.scss */
        ul.list_num > li {
            margin-bottom: 4%;
            font-size: 100%;
        }
    /* line 98, ../sass/_element.scss */
    ul.openClose-content {
        padding-left: 7%;
    }

    ul.openClose2-content {
        padding-left: 7%;
    }

    ul.openClose3-content {
        padding-left: 7%;
    }

    /* line 99, ../sass/_element.scss */
    ul.list_ch {
        list-style-type: trad-chinese-formal;
        padding-left: 8.5%;
    }
        /* line 100, ../sass/_element.scss */
        ul.list_ch li {
            margin-bottom: 4%;
        }

/* line 4, ../sass/_style.scss */
.img-default {
    width: 100%;
    height: auto;
}

/* line 7, ../sass/_style.scss */
.ver-middle {
    vertical-align: middle;
}

/* line 10, ../sass/_style.scss */
.tab-transparent {
    -webkit-tap-highlight-color: transparent;
}

/* line 13, ../sass/_style.scss */
.posi-relative {
    position: relative;
}

/* line 16, ../sass/_style.scss */
.hidden {
    display: none;
}

/* line 19, ../sass/_style.scss */
.viewpoint_a {
    position: relative;
    display: block;
    color: #2F488C;
    margin-top: -0.5%;
    font-weight: 600;
}
    /* line 20, ../sass/_style.scss */
    .viewpoint_a:active, .viewpoint_a:visited {
        color: #2F488C;
    }
    /* line 21, ../sass/_style.scss */
    .viewpoint_a span {
        font-size: 142%;
        position: absolute;
        bottom: 35%;
        left: 30%;
    }

/* line 23, ../sass/_style.scss */
.mark {
    width: 3.9%;
    position: absolute;
    bottom: 35%;
    left: 23%;
}

/* line 25, ../sass/_style.scss */
.viewpoint_a_mel .mark {
    left: 13%;
}
/* line 26, ../sass/_style.scss */
.viewpoint_a_mel span {
    left: 20%;
}

/* line 30, ../sass/_style.scss */
.hotel {
    margin-bottom: 15%;
    background: #f0ebe1;
    padding: 10%;
    border-radius: 15px;
}
    /* line 31, ../sass/_style.scss */
    .hotel:nth-last-of-type(1) {
        margin-bottom: 0;
    }

/* line 33, ../sass/_style.scss */
.hotel_en {
    color: #7d6545;
    font-size: 120%;
    line-height: 1.7;
    margin: 5% 0;
}

/* line 34, ../sass/_style.scss */
.hotel_name {
    font-family: 'cwTeXMing', serif;
    color: #7d6545;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 10px;
}

/* line 36, ../sass/_style.scss */
.hotel_ch .hotel_name {
    font-size: 150%;
}

.hotel_name.hotel_en_name {
    font-size: 105%;
}

/* line 38, ../sass/_style.scss */
#content .hotel_ch p {
    /*padding-top: 2%;*/
    font-size: 120%;
    color: #7d6545;
}

    #content .hotel_ch p.textIndent {
        text-indent: 3rem;
    }

#content h3.subtitle {
    line-height: normal;
    margin-top: 5%;
    color: #002F5F;
    font-weight: 600;
    font-size: 115%;
}

/* line 39, ../sass/_style.scss */
.hotel_link {
    font-weight: 600;
    color: #7d6545;
    font-size: 115%;
    margin-top: 7%;
    display: block;
    text-align: center;
    font-size: 150%;
}
    /* line 40, ../sass/_style.scss */
    .hotel_link:active, .hotel_link:visited {
        color: #7d6545;
    }

@media all and (min-width: 768px) {
    /* line 4, ../sass/_pc.scss */
    body {
        background-color: #fcd4ae;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }

    /* line 5, ../sass/_pc.scss */
    #wrap {
        width: 531px;
        height: 100%;
        margin: 0;
        /*border: 1px solid #808080;*/
        /*background: #2f488c;*/
    }

    /* line 6, ../sass/_pc.scss */
    .title-name {
        font-size: 115%;
        top: 26%;
    }

    /* line 7, ../sass/_pc.scss */
    #backTop {
        width: 60px;
        padding-bottom: 60px;
        position: fixed;
        right: 4%;
        bottom: 5%;
    }
}

.xspace {
    display: block;
    font-size: 50%;
}

.tdxx {
    font-size: 100%;
}

.small {
    font-size: 90%;
}

.btnx {
    z-index: 996;
    background-color: #d59644;
    padding: 6px 3px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    letter-spacing: 3px;
    border-radius: 15px;
    border: 2px solid #fff;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, .5);
}

    .btnx:hover {
        color: #FFFFFF;
    }

    .btnx:active {
        color: #FFFFFF;
    }

.bluetitle {
    color: #002F5F;
    font-weight: 600;
}

.info {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    text-align: center;
    font-size: 150%;
    color: #fff;
}

.online_img {
    margin-top: 2%;
}

.trangle.trangle-right {
    display: block;
    position: absolute;
    left: -5px;
    top: 50%;
    margin-top: -6%;
}

.trangle.trangle-down {
    display: none;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -6%;
}

.openClose-area.open .openClose-title .trangle.trangle-right {
    display: none;
}

.openClose-area.open .openClose-title .trangle.trangle-down {
    display: block;
}

.openClose2-area.open .openClose2-title .trangle.trangle-right {
    display: none;
}

.openClose2-area.open .openClose2-title .trangle.trangle-down {
    display: block;
}

.openClose3-area.open .openClose3-title .trangle.trangle-right {
    display: none;
}

.openClose3-area.open .openClose3-title .trangle.trangle-down {
    display: block;
}

.goBack {
    position: absolute;
    top: 7%;
    left: 2%;
}

header {
    position: relative;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
