﻿
/************************************************************************************
RESET
*************************************************************************************/
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, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    /*vertical-align: baseline;*/
    background: transparent;
}

html {
    scroll-behavior: smooth;
}

body {
    line-height: 1;
    -webkit-text-size-adjust: none;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }
/* remember to define focus styles! */
:focus {
    outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    /* border-collapse: collapse;*/
    border-spacing: 0;
}

a img {
    border: none;
}

img {
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}

a {
    color: #434343;
    text-decoration: none;
    blr: expression(this.onFocus=this.blur());
    outline: none; /* for Firefox */
    hlbr: expression(this.onFocus=this.blur()); /* for IE */
}

    a:hover {
        text-decoration: none;
    }

    a:focus {
        -moz-outline-style: none;
    }

    a[href^="tel:"], a[href^="mailto:"] {
        text-decoration: underline;
    }

.b-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #424242;
    overflow-x: hidden;
}

h1, h2, h3 {
    display: none;
}

.mt-1 {
    margin-top: 1rem;
}

/*補充動畫*/

@keyframes floating {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(10%);
    }

    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0%);
    }

    50% {
        -webkit-transform: translateY(10%);
    }

    100% {
        -webkit-transform: translateY(0%);
    }
}

/*PC
-----------------------------------------------------------------*/

/*主框架*/
.container {
    width: 100%;
    margin: auto;
    font-family: 'Noto Sans TC', sans-serif;
    background: url(../Images/all_bk.jpg)repeat;
}

.block-center {
    width: 100%;
    max-width: 1024px;
    margin: auto;
    clear: both;
    position: relative;
}

.block-space {
    width: 100%;
    clear: both;
    height: 150px;
    position: relative;
    z-index: 4;
    margin-top: -80px;
}

/*主視覺*/
.block-main {
    width: 100%;
    clear: both;
    background: #e5e5e5;
    padding: 90px 0 46px 0;
}

.main-title {
    box-sizing: border-box;
    max-width: 1445px;
    padding: 0;
    margin: 0 auto -70px auto;
}
/*mobile menu*/
.black_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 10;
    top: 0px;
    left: 0;
    background-color: rgba( 0,0,0,0.4);
    transition: background-color 0.2s ease-in;
}

#menuBtn {
    display: none;
}

/*導覽列*/
.block-menu {
    width: 100%;
    clear: both;
    position: fixed;
    z-index: 5;
}

.menu-all {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

    .menu-all ul {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .menu-all li {
    }

        .menu-all li.menu-logo {
            background: #0baa68;
            padding: 20px;
            margin: 0 0 -30px 0;
        }

    .menu-all a {
        padding: 10px 0;
        display: inline-block;
        text-align: center;
        position: relative;
    }


    .menu-all span {
        font-size: 20px;
        text-align: center;
        display: block;
        font-weight: 500;
        margin: 3px 0 0 0;
        letter-spacing: 1px;
        color: #0baa68;
    }

    .menu-all b {
        display: inline-block;
        font-size: 14px;
        font-weight: 300;
        color: #f4a452;
        margin-top: 5px;
    }

    .menu-all img {
        width: 210px;
    }


#back-top {
    width: 25px;
    height: 25px;
    display: none;
    position: fixed;
    bottom: 50px;
    left: 50%;
    margin-left: 495px;
    padding: 8px;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    color: #154b5c;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #d8caa5;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.waves {
    position: absolute;
    bottom: 0;
    top: -20px;
    height: 63px;
    width: 100%;
}

.wave1 {
    background: url(../Images/wave1.png) repeat-x top;
    height: 63px;
    display: block;
    width: 100%;
    bottom: 0;
    position: absolute;
    z-index: 2;
}

/*商品*/
.block-product {
    width: 100%;
    clear: both;
    padding: 0 0 40px 0;
    margin: -20px 0 0 0;
    position: relative;
}

.product-title {
    text-align: center;
    padding-top: 8rem;
}

    .product-title span {
        display: inline-block;
        color: #0baa68;
        border-radius: 50%;
        border: 2px solid #0baa68;
        padding: 8px;
        margin: 20px 0;
        text-align: center;
        font-size: 30px;
        font-weight: 700;
    }

    .product-title b {
        display: block;
        color: #f4a452;
    }

.product-any b {
    font-size: 14px;
    font-weight: 500;
    margin-left: 5px;
}

.product-Transfer > .title {
    font-size: 22px;
    font-weight: 600;
    color: #0baa68;
    letter-spacing: 1px;
    border-left: 4px solid #0baa68;
    padding: 2px 15px;
    margin: 10px 0;
    line-height: 22px;
}

.product-info {
    padding: 5px 0;
}

    .product-info .title {
        display: inline-block;
        background: #fdd34e;
        padding: 10px 15px;
        border-radius: 20px;
        margin-right: 10px;
        text-align: center;
    }

    .product-info i {
        font-style: initial;
        color: #0baa68;
    }

    .product-info.sp {
        display: none;
    }
/*#A.block-product {
       background: url(../Images/wave.png) no-repeat top;
    margin: -40px 0 0 0;
}*/

#B.block-product {
    background: url(../Images/product_type_item2.png) no-repeat 1282px 372px;
}

.poduct-title-big {
    display: block;
    width: 100%;
    text-align: center;
}

.poduct-title-small {
    display: none;
}

.product-any {
    width: 100%;
    margin: 30px 0 0px 0;
}

.product-any2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .product-any2 .box {
        width: 49%;
        margin: 10px 0;
    }

.mt-4 {
    margin: 4rem 0 0 0;
}

.product-any .box {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
}

    .product-any .box.relative {
        position: relative;
    }

.product-rec-all {
    width: 100%;
    clear: both;
    text-align: right;
    position: relative;
}

.product-any.contact .product-info p:first-child {
    font-size: 20px;
    font-weight: 500;
    border-bottom: 2px solid #fdd34e;
    padding: 0 0 10px 0;
    margin: 0 0 6px 0;
}


.product-any.contact .product-info p {
    margin: 10px 0 0 0;
}


.buy {
    position: absolute;
    right: 21px;
    bottom: 21px;
    background: #d8caa5;
    box-shadow: 4px 4px 0 #83734a;
    color: #2c2c2c;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 20px;
}

#A .product-rec-all.rec-hotel {
    background: url(../Images/product_type_title_pc1.png) no-repeat 100% 65% #ffffff;
    background-size: cover;
}

#A .product-rec-all.rec-bnb {
    background: url(../Images/product_type_title_pc1.png) no-repeat 100% 65% #ffffff;
    background-size: cover;
}

#B .product-rec-all.rec-hotel {
    background: url(../Images/product_type_title_pc2.png) no-repeat 100% 65% #ffffff;
    background-size: cover;
}

#B .product-rec-all.rec-bnb {
    background: url(../Images/product_type_title_pc2.png) no-repeat 100% 65% #ffffff;
    background-size: cover;
}

.product-rec-title b {
    display: block;
}

.product-rec-box {
    display: inline-block;
    vertical-align: middle;
    width: 55%;
    margin: 0 20px 0 0;
    height: 278px;
    overflow: hidden;
    border-radius: 20px;
    border: 4px solid #ffc800;
    position: absolute;
    left: 1%;
    top: -50px;
}

.product-rec-box2 {
    position: absolute;
    right: 20px;
    top: -28px;
}

    .product-rec-box2 a {
        width: 165px;
        height: 110px;
        display: block;
        border-radius: 20px;
        border: 4px solid #ffc800;
        overflow: hidden;
    }

    .product-rec-box2 img {
        width: auto;
    }

.product-rec-pic {
    width: 100%;
    clear: both;
}

.product-rec-infor {
    display: inline-block;
    box-sizing: border-box;
    padding: 37px 30px 30px 30px;
    border-radius: 0 30px 0 0;
    width: 40%;
    vertical-align: middle;
}

.rec-hotel .product-rec-infor {
    width: 100%;
    text-align: left;
    padding: 20px 10px;
}

.product-rec-box:hover .product-rec-infor {
    background: #fffadc;
}

.product-rec-title {
    text-align: left;
    font-size: 25px;
    font-weight: 600;
    color: #0baa68;
    letter-spacing: 1px;
    margin-bottom: 10px;
    line-height: 30px;
}

ul.product-rec-text {
    width: 100%;
    margin: 0 0 30px 0;
}

.rec-hotel ul.product-rec-text {
    margin: 0;
}

.product-rec-text li {
    text-align: left;
    font-size: 15px;
    line-height: 1.5;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 5px 20px;
    list-style: disc;
}

    .product-rec-text li i {
        color: #db4747;
    }

    .product-rec-text li b {
        display: block;
        margin: 0;
    }

.rec-hotel .product-rec-text li:first-child {
    list-style: none;
    margin: 0 0 10px 0;
    background: #ebebeb;
    padding: 5px 10px;
}

.product-rec-price {
    color: #ed6161;
    width: 100%;
    font-size: 38px;
    line-height: 30px;
    text-align: right;
    font-weight: bold;
}

    .product-rec-price span {
        color: #434343;
        line-height: 20px;
        font-size: 15px;
        font-weight: normal;
    }

.product-rec-m-title {
    display: none;
}

.product-line-all {
    width: 100%;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .product-line-all a {
        display: flex;
        width: 100%;
        clear: both;
        padding: 15px 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom: 1px dashed #d2d2d2;
        align-items: center;
        flex-wrap: wrap;
        background: #ffffff;
    }

        .product-line-all a:hover {
            background: #fffadc;
        }

    .product-line-all span {
        margin-top: 10px;
        display: block;
    }

.product-line-name {
    display: inline-block;
    width: calc(100% - 140px);
    font-size: 20px;
    text-align: left;
    line-height: 24px;
    text-shadow: 0 0 0 #434343;
}

.product-line-text {
    display: inline-block;
    text-align: left;
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 0 5px;
}

.rwd-table {
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-top: 20px;
}

    .rwd-table tr.tr-only-hide {
        background: #0baa68;
        color: #fff;
        font-weight: 600;
    }


.product-any .rwd-table b {
    display: block;
    margin: 8px 0 0 0;
}

.rwd-table tr {
    background: #f7f7f7;
}

    .rwd-table tr:nth-child(2n) {
        background: #fff;
    }

    .rwd-table tr.tr-only-hide th {
        /*padding: 2rem 0;*/
        padding: 15px;
        vertical-align: middle;
    }

.rwd-table td {
    padding: 0.5rem;
    vertical-align: middle;
}

    .rwd-table td i {
        color: #db4747;
    }

.product-line-price {
    display: inline-block;
    color: #ed6161;
    line-height: 20px;
    font-size: 20px;
    text-align: right;
    font-weight: bold;
    width: 140px;
}

    .product-line-price span {
        color: #434343;
        line-height: 20px;
        font-size: 15px;
        font-weight: normal;
    }

.footer {
    background: #0baa68;
    font-weight: 500;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
}


/*中間調度區
-----------------------------------------------------------------*/

@media screen and (max-width: 1026px) {
    html,
    body {
        width: 100%;
        min-height: 100%;
    }

    .block-center {
        padding: 0 10px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 960px) {
}

@media screen and (max-width: 821px) {
    .product-rec-box2 {
        position: relative;
        right: 0;
        left: 0;
        top: 0;
        margin: 0 auto 10px auto;
    }

        .product-rec-box2 a {
            margin: 0 auto;
        }
}

/*平板
-----------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    #menuBtn {
        display: block;
        position: fixed;
        top: 0%;
        right: 0;
        margin: 0 auto;
        cursor: pointer;
        z-index: 114;
        text-align: center;
    }

        #menuBtn p {
            display: inline-block;
            vertical-align: -webkit-baseline-middle;
            background: #0baa68;
            color: #fff;
            font-size: 16px;
            line-height: 1.8;
            border-bottom-left-radius: 18px;
            padding: 15px 20px;
            margin: -5px auto 10px auto;
        }

        #menuBtn span {
            display: flex;
            margin: 3px auto;
            height: 3px;
            width: 22px;
            background: #fff;
            border-radius: 10px;
            align-content: center;
            flex-direction: row;
            position: relative;
        }

        #menuBtn .line-2 {
            top: 1px;
        }

        #menuBtn .line-3 {
            top: 2px;
        }

        #menuBtn.active .line-1 {
            top: 9px;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            animation-name: none;
        }

        #menuBtn.active .line-2 {
            opacity: 0;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            animation-name: none;
        }

        #menuBtn.active .line-3 {
            top: -3px;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            animation-name: none;
        }

    .block-menu {
        display: block;
        position: fixed;
        top: 0;
        cursor: pointer;
        z-index: 100;
        width: 100%;
        background: #fff;
    }

    .block-main {
        padding: 20px 0 65px 0;
    }

    .menu-all ul {
        align-items: center;
        justify-content: center;
        flex-direction: column;
        align-content: center;
        flex-wrap: nowrap;
    }

    .mobile_menu {
        position: fixed;
        right: -100%;
        top: 0;
        height: 100%;
        width: 45%;
        background: #0baa68;
        flex-flow: column-reverse;
        z-index: 101;
        transition: right 0.3s ease-out;
        box-sizing: border-box;
        overflow-x: hidden;
        padding: 4rem 0rem 0rem 0rem;
    }

        .mobile_menu li.menu-logo {
            padding: 0;
            margin: 0;
            order: 1;
        }

        .mobile_menu .menu-but {
            border-bottom: 1px solid #ebeb09;
            width: 80%;
            text-align: center;
            padding: 20px 0;
            order: 2;
        }

    .menu-all span {
        color: #fff;
        font-size: 20px;
    }

    .menu-all b {
        font-size: 15px;
        color: #fffa00;
    }

    .mobile_menu.focus {
        right: 0;
    }

    .product-info.sp {
        display: block;
    }

    .product-title {
        padding-top: 2rem;
    }

    .product-info {
        padding: 5px 0;
        text-align: center;
        line-height: 1.5;
    }

        .product-info .title {
            display: block;
            padding: 5px;
            border-radius: 10px;
            margin-right: 0;
            margin-bottom: 10px;
        }

    .product-any b {
        display: block;
    }

    .product-rec-box {
        width: auto;
        height: auto;
        margin: 0 auto;
        position: relative;
        left: 0;
    }

    .product-rec-infor {
        padding: 0 30px;
        width: 100%;
    }

    .product-any2 .box {
        width: 100%;
    }

    .rwd-table {
        margin: 0;
    }

        .rwd-table .tr-only-hide {
            display: none;
        }

        .rwd-table td {
            display: block; /* 一定要下！ */
            padding: 8px 0;
            border-bottom: 1px solid #ffffff;
        }

    .product-any .rwd-table b {
    }

    .rwd-table td:before {
        content: attr(data-title); /* 顯示 data-title */
    }

    .rwd-table td:nth-child(1) {
        background: #0baa68;
        color: #fff;
        padding: 10px;
        line-height: 1.5;
    }

    .rwd-table tr:nth-child(2) {
        margin: 0 0 20px 0;
        display: block;
        background: #f7f7f7;
        border-radius: 10px;
        overflow: hidden;
    }

    .rwd-table tr:nth-child(3) {
        display: block;
        border-radius: 10px;
        overflow: hidden;
    }
}

/*中間調度區
-----------------------------------------------------------------*/

@media (max-width:700px) {
}


/*手機
-----------------------------------------------------------------*/

@media (max-width: 480px) {
    html,
    body {
        width: 100%;
        min-height: 100%;
    }
}

@media (max-width: 320px) {
}
