﻿@charset "UTF-8";
@import url('https://use.fontawesome.com/releases/v5.3.1/css/all.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;700&display=swap');

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?rykvvg');
    src: url('../fonts/icomoon.eot?rykvvg#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?rykvvg') format('truetype'),
        url('../fonts/icomoon.woff?rykvvg') format('woff'),
        url('../fonts/icomoon.svg?rykvvg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

/*背景圖片*/
body {
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center !important;
    -webkit-background-size: cover !important;
    -o-background-size: cover;
    background-size: cover !important;
    background-attachment: fixed !important;
    padding: 0;
    transition: .5s;
    color: #223C4A;
    line-height: 1.8em;
    z-index: -1;
}

/**/
html {
    scroll-behavior: smooth;
}

.h1,
.h2,
.h3,
h4 {
    font-weight: 700;
}

.h1 {
    font-size: 2.6em;
}

a {
    color: #0091da;
}

a:hover {
    color: #00bd78;
    text-decoration: none;
}

img {
    max-width: 100%;
}

header {
    background: #fff;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 3;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

header ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

header .logo img {
    width: 145px;
    float: left;
    margin-right: 10%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.logo ul {
    float: left;
}

.logo li {
    display: inline-block;
    padding: 18px 20px 15px;
    border-right: 1px solid #eee;
    font-size: 14px;
}

.logo li:last-child {
    border-right: none;
}

.container {
    position: relative;
}

.tag {
    position: relative;
    top: -200px;
}

#overmask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    display: none;
    z-index: 3;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #0091da;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 80px;
    z-index: 9;
    color: #fff;
}

.sidenav ul {
    margin: 0 auto;
    width: 80%;
}

.sidenav li {
    display: block;
    margin-bottom: 1px;
    background: #fff;
    position: relative;
}

.sidenav li a {
    padding: 30px 90px;
    color: #223C4A;
    display: block;
}

.sidenav li b {
    position: absolute;
    left: 30px;
    top: calc(50% - 16px);
    font-size: 2.4em;
    color: #ff3067;
    font-style: italic;
}

.sidenav li:hover {
    background: #f0f0f0;
}

.sidenav li::after {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    position: absolute;
    content: "\e902";
    color: #223C4A;
    font-size: 3em;
    top: calc(50% - 14px);
    right: 30px;
}

.sidenav .h1 {
    font-size: 2em;
    margin-bottom: 30px;
}

.closebtn {
    color: rgba(255, 255, 255, .8);
    font-size: 3em;
    position: absolute;
    top: 20px;
    right: 20px;
}

.bt-outline {
    border-radius: 50em;
    padding: 6px 30px;
    border: 1px solid #fff;
    transition: .3s;
    cursor: pointer;
}

header .bt-outline {
    border-color: #0091da;
    margin-top: 12px;
    display: inline-block;
    float: right;
    font-size: 14px;
    padding: 3px 30px 3px 15px;
    position: relative;
}

header .bt-outline::after {
    position: absolute;
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    content: "\e901";
    right: 10px;
}

header .bt-outline:hover {
    border-color: #00bd78;
    background: #00bd78;
    color: #fff;
}

header .bt-outline ion-icon {
    margin-left: 5px;
}

.main {
    max-width: 100%;
    margin: 0;
    text-align: center;
    margin-top: 0;
}

.main img {
    width: 100%;
    margin-bottom: 0;
}

.main .h3 {
    font-size: 1.4em;
    line-height: 1.6em;
    padding: 0 30px;
}

.filter {
    padding: 30px;
    background: rgba(0, 0, 0, .6);
    text-align: center;
    width: 100%;
}

.filter.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}

.filter ul,
.block ul,
.others ul,
footer ul,
.fixedmenu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.filter li {
    display: inline-block;
}

.tab {
    border-radius: 50em;
    background: #fff;
    padding: 5px;
    display: inline-block;
}

.tab .bt-outline {
    background: #fff;
    color: #223C4A;
    display: inline-block;
}

.tab .bt-outline.active {
    background: #0091da;
    color: #fff;
}

.tab .bt-outline:hover {
    background: #00bd78;
    color: #fff;
}

.filter .locate {
    margin-top: 15px;
}

.filter .locate .bt-outline {
    color: #fff;
    display: inline-block;
    padding: inherit 35px;
    margin: 0 5px;
}

.filter .locate .bt-outline.active {
    background: #0091da;
    color: #fff;
}

.filter .locate .bt-outline:hover {
    background: #00bd78;
}

.intro {
    position: relative;
    display: flex;
}

.intro .pic {
    flex: 2;
    background-size: cover;
    width: 100%;
    max-width: 50%;
	object-fit: contain;
	padding: 100px;
}

.intro .info {
    flex: 1;
    padding: 10% 50px;
    background: #fff;
	padding: 100px;
}

.intro .h1 {
    margin-bottom: 30px;
    font-weight: normal;
}

.bg-color {
    background: rgba(0, 145, 218, .6);
}

.topics li:hover .h2,
.trips li:hover .h2 {
    color: #0091da;
}

.topics li,
.trips li {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.block {
    padding: 100px 0;
}

.block .h1 {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.block .h2 {
    font-size: 1em;
    line-height: 1.4em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.topics li,
.others li {
    background: #fff;
    margin: 6px;
    width: calc(33% - 12px);
    display: inline-table;
}

.block .info {
    padding: 15px;
    margin-left: 44%;
    background: #fff;
    position: relative;
    min-height: 150px;

}

.block a {
    color: inherit;
}

.block p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.block .from,
.block .to,
.block .type {
    color: #677881;
}

.block .from,
.block .to {
    position: relative;
    padding-left: 20px;
    margin-top: 3px;
}

.block .from::before,
.block .to::before {
    position: absolute;
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    left: 0;
    color: #ff3067;
}

.block .from::before {
    content: "\e900";
}

.block .to::before {
    content: "\e906";
}

.block .type {
    position: absolute;
    right: 15px;
    text-align: right;
    width: calc(100% - 15px);
}

.block .type::before {
    position: absolute;
    content: "";
    border-bottom: 1px solid #ccc;
    width: calc(100% - 50px);
    bottom: 5px;
    left: 0
}

.block .locate {
    position: absolute;
    bottom: 0;
    padding-bottom: 15px;
    width: calc(100% - 15px);
}

.block .price {
    padding: 15px;
    position: relative;
    min-height: 70px;
}

.block .tip {
    color: #0091da;
    width: 65%;
}

.block .price .h3 {
    position: absolute;
    right: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.6em;
    color: red;
}

.block .price .h3 b {
    font-size: 14px;
    margin-left: 3px;
}

ul.trips {
    margin-top: 20px;
}

.trips li {
    width: calc(50% - 16px);
    margin: 6px;
    display: inline-table;
    background: green;
}

.trips .info {
    margin-left: 0;
    min-height: 130px;
}

.trips .h2 {
    position: relative;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.trips .locate {
    position: relative;
    width: 100%;
    padding-bottom: 0;
}

.trips .from,
.trips .to {
    padding-left: 20px;
    display: inline-block;
    margin-right: 10px;
}

.trips .type {
    top: 15px;
    height: calc(100% - 30px);
    width: 25%;
    border-left: 1px solid #ccc;
}

.trips .type::before {
    display: none;
}

.trips .price {
    padding: 0;
    position: absolute;
    min-height: auto;
    right: 15px;
    bottom: 15px;

}

.trips .price .h3 {
    position: relative;
    right: 0;
    font-size: 1.3em;
}

.style-select {
    position: relative;
    display: inline-block;
    min-width: 150px;
    margin: 0 3px;
}

.style-select select {
    display: none;
    /*hide original SELECT element:*/
}

.style-select select option[value="1"] {
    background: red;
}

.select-selected {
    font-size: 14px;
    background-color: #fff;
    border-radius: 50em;
}

.select-selected:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    top: 7px;
    right: 30px;
    width: 0;
    height: 0;
}


.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

.select-items div,
.select-selected {
    color: #0091da;
    text-align: center;
    padding: 6px 40px 6px 30px;
    cursor: pointer;
    user-select: none;
}

.select-selected:hover {
    color: #00bd78;
}

.select-items div {
    background-color: #fff;
}

.select-items div:first-child {
    border-radius: 20px 20px 0 0;
}

.select-items div:last-child {
    border-radius: 0 0 20px 20px;
}

.select-items div {
    padding: 6px 0;
}

.select-items {
    font-size: 14px;
    border-radius: 20px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
}

.select-items {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;

}

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected,
.select-selected.active {
    background: #00bd78;
    color: #fff;
}

.select {
    position: relative;
    text-align: right;
    right: 22px;
    top: 10px;
    height: 70px;
}

.others {
    background: #fff;
    padding: 80px 0 50px;
    text-align: center;
}

.others .h1 {
    margin-bottom: 30px;
}

.others img {
    width: 100%;
    margin-bottom: 10px;
}

.others ul {
    text-align: left
}

.others li {
    margin-bottom: 20px;
    text-align: center;
}

footer {
    background: #0091da;
    padding: 50px 0;
    color: #fff;
}

footer .logo {
    width: 25%;
    display: inline-table;
}

footer .logo img {
    max-width: 150px;
}

footer .info {
    display: inline-table;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

footer .info ul {
    display: inline-table;
    margin-right: 100px;
}

footer .info ul:last-child {
    margin-right: 0;
}

footer .info li {
    font-size: 14px;
}

footer .info h4 {
    font-size: 1em;
}

.copy {
    position: absolute;
    right: 0;
    bottom: -5px;
}

.icons {
    position: absolute;
    bottom: 0;
}

.icons small {
    color: #91D2F2;
}

.icons li {
    display: inline-block;
    font-size: 2em;
    top: 5px;
    position: relative;
}

.icons li a {
    padding: 0 20px;
}

.icons li a::before {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    position: absolute;
    left: 0;
}

.facebook::before {
    content: "\e903";
}

.instagram::before {
    content: "\e904";
}

.line::before {
    content: "\e905";
}

.youtube::before {
    content: "\e907";
}

.fixedmenu {
    text-align: center;
    background: rgba(255, 48, 103, .8);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    display: none;
}

.fixedmenu ul {
    width: 60%;
    background: red;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

}

.fixedmenu li {
    background: #ff3067;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: 1px solid #fff;
}

.fixedmenu li:first-child {
    border-left: 1px solid #fff;
}

.fixedmenu li a {
    color: #fff;
    display: block;
    padding: 12px 0;
}

nav ul li a {
    color: #0091da !important;
    cursor: pointer;
    padding: 15px 18px;
    width: 100%;
    display: block;
    border-bottom: 2px solid #d2e8f5;
    text-align: center;
    outline: none;
    transition: 0.4s;

}

.accordion.active,
.accordion:hover {
    background-color: #0091da;
    color: #fff !important;
}

.accordion:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    position: absolute;
    right: 20px;
}

.accordion.active:after {
    content: "\f106";
}

.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

nav .closebtn {
    color: #0091da;
}

nav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 80px;
    z-index: 8;
    color: #fff;
}

nav ul {
    margin: 0 auto;
    width: 80%;
    position: relative;
}

nav ul li ul {
    width: 100%;
    background: #d2e8f5;
}

nav ul li ul li {
    width: 49%;
    display: inline-table;
}

.intro {
    background-size: 60% 100% !important;
}

.mobile {
    display: none;
}

.topics .img {
    background-size: 45% 100% !important;
}

.filter.fixed {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: .95em;
}

.fixed .bt-outline {
    padding-top: 0;
    padding-bottom: 0;
}

.filter.fixed .locate {
    margin-top: 10px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}


@media only screen and (max-width: 1200px) {


    .intro {
        background-size: 50% 100% !important;
    }

    .topics .tip {
        width: 55%;
    }

    .fixedmenu ul {
        width: 80%;
    }

    .fixedmenu {
        display: block;
    }

    footer {
        padding-bottom: 100px;
    }

}

@media only screen and (max-width: 1000px) {
    .h1 {
        font-size: 2em;
    }

    header .logo img {
        margin-right: 20px;
    }

    .logo li {
        padding-left: 10px;
        padding-right: 10px;
    }

    .intro .h1 {
        margin-bottom: 20px;
    }

    .intro .info {
        padding: 50px;
    }

    .bt-outline {
        padding: 5px 15px;
    }

    .select {
        position: relative;
        right: auto;
        text-align: center;
    }

    .topics li:first-child {
        width: calc(100% - 16px);
    }

    .topics li:first-child .info {
        min-height: 240px;
    }

    .topics li:first-child .h2 {
        font-size: 1.6em;
    }

    .topics li:first-child .price .h3 {
        font-size: 2em;
    }

    .topics li {
        width: calc(50% - 16px);
    }

    .trips .type {
        width: 110px;
    }

    .trips .h2 {
        width: 65%;
    }

    ul.trips {
        margin-top: 0;
    }

    .trips .price .h3 {
        font-size: 1.3em;
    }

    .block,
    .others {
        padding: 50px 0;
    }

    footer .logo {
        width: 30%;
    }

    .intro {
        display: block;
    }

    .intro .pic {
        width: 100%;
        max-width: 100%;
        height: auto;
		padding: 5%;
    }


}

@media only screen and (max-width: 767px) {
    body:before {
        content: "";
        position: fixed;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: -50%;
        right: 0;
        background-image: inherit !important;
        -webkit-background-size: cover !important;
        -o-background-size: cover;
        background-size: cover !important;
    }

    .main {
        margin-top: 65px;
    }

    .mobile {
        display: block;
    }

    .pc {
        display: none !important;
    }

    .logo ul {
        display: none;
    }

    .main h3 {
        font-size: 1.2em;
    }

    .filter .tab,
    .filter .locate {
        display: none !important;
    }

    .filter {
        background: #fff;
        padding: 20px 15px 5px;

    }

    .filter a {
        position: relative;
    }

    .filter a::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f107";
        position: absolute;
        right: 10px;
        top: 25px;
        font-size: 2em;
    }

    .filter.fixed {
        position: relative;
    }

    header {
        padding: 15px 0;
        position: fixed;
        top: 0;
        left: 0;
    }

    header .logo img {
        margin: 0;
    }

    .menu-outline {
        font-size: 3em;
        position: absolute;
        right: 15px;
        top: -5px;
    }

    .closebtn {
        top: 10px;
        right: 15px;
    }

    .sidenav li a {
        padding: 20px 80px;
    }

    .sidenav li {
        line-height: 1.4em;
    }

    .sidenav li::after {
        font-size: 2.5em;
        top: calc(50% - 11px);
    }

    .sidenav li b {
        top: calc(50% - 14px);
        font-size: 2.2em;
    }

    .intro {
        background-size: 100% auto !important;

    }

    .intro .info {
        margin-left: 0;
		padding: 5%;
    }

    .topics li:first-child .h2 {
        font-size: 1em;
    }

    .topics li:first-child .info {
        min-height: 150px;
    }

    .topics li:first-child .price .h3,
    .topics li .price .h3 {
        font-size: 1.6em;
        top: 10px;
    }

    .block .tip {
        width: 100%;
    }

    .topics li,
    .trips li,
    .topics li:first-child {
        width: 100%;
        margin: 6px 0;
    }

    .trips .to,
    .trips .tip {
        display: none;
    }

    .trips .h2 {
        -webkit-line-clamp: 3;
        width: 100%;
    }

    .trips .price .h3 {
        font-size: 1.2em;
    }

    .others li {
        width: calc(100% - 15px);
    }

    footer {
        padding: 50px 10px 70px;
    }

    .icons {
        bottom: auto;
        top: 0;
        right: 0;
    }

    .icons li {
        font-size: 1.8em;
    }

    .icons small {
        position: absolute;
        top: 35px;
    }

    footer .info {
        display: block;
        margin-top: 40px;
    }

    .copy {
        position: relative;
        text-align: center;
        width: 100%;
        display: block;
        font-size: .8em;
        margin-top: 10px;
    }

    .fixedmenu ul {
        width: 100%;
    }

    .fixedmenu li a {
        padding: 6px 0;
    }

    .fixedmenu li:first-child {
        border-left: none;
    }

    .fixedmenu li:last-child {
        border-right: none;
    }

    .tag {
        top: -100px;
    }

    .topics .from,
    .topics .to {
        position: absolute;
        left: -83%;
    }

    .topics .from {
        top: 20px;
    }

    .topics .to {
        top: 43px;
    }

    .topics .price {
        padding-top: 70px;
        bottom: 10px;
    }

    .topics .h2 {
        -webkit-line-clamp: 4;
    }

    .topics li:first-child .price .h3,
    .topics li .price .h3 {
        top: 20px;
    }

    .trips .type {
        top: auto;
        height: auto;
        width: auto;
        border-left: none;
        bottom: 48px;
        color: #0091da;
    }

    .trips .locate {
        position: absolute;
        bottom: 15px;
    }

    footer .info ul {
        margin-right: 0;
        width: 32%;
    }

}

/*i10up*/
@media (min-height: 650px) and (orientation: portrait) {
    .fixedmenu li a {
        padding: 6px 0 15px;
    }
}