@charset "utf-8";
/*-----------------------------
    GLOBE SETTING
-----------------------------*/

* {
    font-family: "微軟正黑體", "新細明體", "標楷體";
    font-size: 16px;
}

main {
    overflow: hidden;
}

::selection {
    color: #fff;
    background-color: #2d385a;
}

.ja-font {
    font-family: Crossten, "游ゴシック体", "微软雅黑", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.hb-font {
    font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}

a {
    color: #626F7F;
    transition: all .3s;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

a.bg-cover {
    display: block;
}

a.x-btn {
    display: block;
    text-align: center;
    padding: 0px 10px;
    line-height: 2.4rem;
    font-size: 1.2rem;
    font-weight: 600;
}

a.x-btn.x-btn-o {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
}

a.x-btn.x-btn-o:hover {
    background-color: #fff;
    color: #2d385a;
    border-color: transparent;
    border-radius: 20px;
}

a.x-btn.x-btn-lg {
    display: block;
    text-align: center;
    padding: 25px 0 25px 25px;
    border: 2px solid #013192;
    box-sizing: border-box;
    color: #013192;
}

a.x-btn.x-btn-lg span {
    font-size: 1.8rem;
    display: inline-block;
    position: relative;
}

a.x-btn.x-btn-lg span:before {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -2px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #013192;
    border-right: 3px solid #013192;
    transform: rotate(45deg);
    transition: all .3s;
}

.stop-select .bus-stop slect, .bus-stop select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;
    min-width: 150px;
    border: none;
    padding-right: 14px;
}

a.x-btn.x-btn-lg:hover {
    border-radius: 50px;
    border-color: #013192;
}

a.x-btn.x-btn-lg:hover span:before {
    transform: rotate(-45deg);
}

.bg-cover {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.x-bg {
    background-color: #0b4d7f;
    color: #fff;
    position: relative;
}

.x-bg-light {
    background-color: #efefef;
}

@media (min-width:1199px) {
    .container-lg {
        max-width: 1480px;
    }

    .container-sm {
        max-width: 960px;
    }
}

@media (min-width:992px) {
    .container-sm {
        max-width: 720px;
    }
}

@media (max-width:991px) {
    .container.container-over {
        max-width: none;
    }
}

.fb-block iframe {
    width: 100% !important;
}

a.navbar-brand img {
    max-height: 40px;
}

/* Header */

li.fkey-social a {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #0969b3;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}

li.fkey-social a i {
    font-size: 13pt;
    line-height: 30px;
}

ul.navbar-nav a.nav-link {
    margin-right: 50px;
    font-size: 1.15rem;
    font-weight: 600;
}

main {
    padding-top: 65px;
}

.home-title {
    text-align: center;
}

.home-title h2 {
    font-size: 2.5rem;
    font-weight: 600;
}

.home-title h2 span {
    font-weight: bold;
    text-align: center;
    color: #aaaaaa;
    display: block;
}

.home-title.init {
    padding: 30px 0;
}

.home-title.init .title-icon {
    margin-bottom: 10px;
}

.home-title.init h2, .home-title.init h2 span {
    color: #fff;
    margin-bottom: 0;
}

.home-title.init h2 span {
    color: rgba(255, 255, 255, .7);
    font-weight: normal;
}

.fkeys {
    flex: 0 1 80px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.fkeys ul.langs {
    list-style: none;
    display: flex;
    display: -webkit-flex;
    margin: 0 5px 0 0;
    padding: 0;
}

.fkeys ul.langs li:first-child {
    padding-right: 5px;
}

.fkeys ul.langs li a {
    display: block;
    background-color: #3697c7;
}

.fkeys ul.langs li.active span {
    border: 1px solid #9dc815;
}

.fkeys ul.langs li span {
    font-size: 12px;
    display: flex;
    display: -webkit-flex;
    width: 32px;
    height: 30px;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}

.fkeys a.res {
    flex: 0 0 160px;
    font-size: 1.2rem;
    text-align: center;
    line-height: 30px;
    padding: 0 10px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.fkeys a.res:after {
    content: "";
    display: block;
    width: 140%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #0b4d7f;
    -moz-transform: translateX(-150%) skew(-20deg);
    -ms-transform: translateX(-150%) skew(-20deg);
    -webkit-transform: translateX(-150%) skew(-20deg);
    transform: translateX(-150%) skew(-20deg);
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
}

.fkeys a.res:hover:after {
    -moz-transform: translateX(-20%) skew(-20deg);
    -ms-transform: translateX(-20%) skew(-20deg);
    -webkit-transform: translateX(-20%) skew(-20deg);
    transform: translateX(-20%) skew(-20deg);
}

.fkeys a.res:hover {
    color: #ffffff;
}

.fkeys ul.langs li span {
    color: #fff;
}

.fkeys a.res, .fkeys ul.langs li span:hover, .js-header-change-moment .fkeys ul.langs li span:hover, header.main-header .fkeys ul.langs li:hover span {
    background-color: #3697c7;
    color: #fff;
}

.js-header-change-moment .fkeys ul.langs li span, header.main-header .fkeys ul.langs li span {
    color: #fff;
}

@media (min-width:992px) and (max-width:1199px) {
    ul.navbar-nav a.nav-link {
        margin-right: 20px;
    }
}

/* Header
   End
   */

/* KV Banner */

.kv-banner {
    display: flex;
    flex-direction: column;
}

.key-group {
    position: relative;
    height: calc(70vh);
}

.about .key-group {
    height: 70vh;
}

.key-group img {
    max-width: 100%;
}

.key-group .key-bus {
    position: absolute;
    right: 0px;
    bottom: 0;
    transition: all .3s;
}

.key-group .key-bus img {
    margin: 0 auto;
    display: block;
}

.key-group .key-content {
    position: absolute;
    left: 0px;
    bottom: 50px;
}

.key-group .key-slogan {
    position: absolute;
    top: 50px;
    left: 0;
    width: 80%;
    max-width: 600px;
}

.key-group .key-text-home {
    top: 180px;
    position: absolute;
    left: 0;
}

.key-group .key-text {
    position: absolute;
}

.key-group .about-text-01 {
    width: 400px;
    left: 50%;
    top: 80px;
}

.key-group .about-text-02 {
    top: 50px;
    left: 0px;
    width: 50%;
}

.key-group .about-text-03 {
    top: 210px;
    left: 0px;
}

.key-group .about-text-04 {
    top: 280px;
    left: 0px;
}

.key-group .about-text-05 {
    left: 0px;
    width: 33%;
    bottom: -40px;
}

.key-group .key-text img {
    max-width: 100%;
}

.kv-news {
    display: flex;
    align-items: center;
}

.kv-news span {
    display: inline-block;
    width: 120px;
    max-width: 10%;
    line-height: 30px;
}

.kv-news .slide {
    display: inline-block;
    max-width: 80%;
}

.kv-news .slide p {
    margin: 0;
}

.kv-news .slide p a {
    line-height: 30px;
    display: block;
    color: #fff;
}

@media (min-width:768px) and (max-width:991px) {
    .key-group .about-text-05 {
        width: 50%;
    }
}

@media (max-width:991px) {
    .key-group {
        position: relative;
        height: 65vh;
    }

    .kv-banner {
        display: flex;
        flex-direction: column-reverse;
    }

    .kv-news {
        flex-direction: column;
    }

    .kv-news span, .kv-news .slide p a {
        text-align: center;
        font-size: .9rem;
        line-height: 1.5rem;
    }

    .kv-news span {
        font-weight: 600;
        font-size: 1rem;
        text-decoration: underline;
    }

    #navBar {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: -9px;
        padding: 0 10px 30px 10px;
        background-color: #0b4d7f;
    }

    #navBar ul.navbar-nav {
        margin-bottom: 30px;
    }

    #navBar ul.navbar-nav li.nav-item {
        text-align: center;
    }

    #navBar ul.navbar-nav li.nav-item a.nav-link {
        color: #fff;
        margin: 0;
        padding: 15px 0;
        position: relative;
    }

    #navBar ul.navbar-nav li.nav-item:not(:first-child) a.nav-link:before {
        content: "";
        display: block;
        position: absolute;
        width: 50%;
        border-top: 1px dashed #fff;
        height: 1px;
        top: 0px;
        left: 25%;
        z-index: 5;
    }

    #navBar .fkey {
        text-align: center;
    }
}

@media (max-width:767px) {
    .key-group .about-text-01 {
        width: 340px;
        top: 150px;
        left: calc(50% - 170px);
        z-index: 3;
    }

    .key-group .about-text-02 {
        top: 30px;
        left: 0px;
        width: 55%;
    }

    .key-group .about-text-03 {
        top: 35px;
        right: 20px;
        left: inherit;
        width: 40%;
    }

    .key-group .about-text-04 {
        top: 75px;
        right: 20px;
        left: inherit;
        width: 40%;
        z-index: 3;
    }

    .key-group .about-text-05 {
        width: 60%;
        z-index: 1;
        left: 40%;
    }
}

@media (max-width:540px) {
    .key-group .about-text-01 {
        top: 120px;
    }

    .key-group .about-text-03 {
        width: 35%;
        top: 30px;
    }

    .key-group .about-text-04 {
        width: 30%;
        top: 60px;
    }
}

/* KV Banner
   End
   */

/* Booking */

.kv-content {
    background: -webkit-gradient(linear, left top, right top, from(#ff7e62), to(#ffb751));
    background: linear-gradient(to right, #ff7e62 0%, #ffb751 100%);
}

#Booking {
    display: -webkit-flex;
    display: flex;
    position: relative;
    color: #fff;
    justify-content: center;
    align-items: center;
    height: 54px;
    max-width: 1140px;
    margin: 0 auto;
}

#Booking h3 {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 60px;
    position: relative;
    overflow: hidden;
    height: 100%;
}

#Booking h3:before {
    display: block;
    content: "";
    position: absolute;
    height: 90px;
    width: 90px;
    right: 35px;
    top: 50%;
    margin-top: -45px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

#Booking h3:after {
    display: block;
    content: "";
    position: absolute;
    height: 90px;
    width: 90px;
    right: 25px;
    top: 50%;
    margin-top: -45px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

#Booking h3 span {
    font-size: 1.2rem;
    font-weight: 600;
}

#Booking .bus-stop .font-icon, .stop-select .bus-stop .font-icon {
    background-color: #fff;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 100%;
    background-color: #666;
    text-align: center;
    font-weight: 600;
}

#Booking .bus-stop.bus-stop-start .font-icon, #Booking .bus-stop.bus-stop-end .font-icon {
    background-color: #ff8360;
}

#Booking .bus-stop, .stop-select .bus-stop {
    background: #fff;
    padding: 0px 0px;
    border-radius: 20px;
    position: relative;
    margin-right: 20px;
    border: 4px solid #FFF;
}

#Booking .bus-stop-check {
    flex: 1 1 auto;
}

#Booking .bus-stop select, .stop-select .bus-stop select {
    border: none;
    font-size: 1rem;
    padding-right: 20px;
    margin-right: 10px;
}

#Booking .bus-stop span.mask-icon {
    position: absolute;
    background-color: #fff;
    display: block;
    width: 20px;
    height: 20px;
    right: 16px;
    top: 50%;
    margin-top: -10px;
}

.stop-select {
    text-align: center;
    color: #fff;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 2px solid #0b4d7f;
}

.stop-select .bus-stop {
    display: inline-block;
    padding: 2px;
    border: 1px solid #ddd;
    margin: 0;
}

.stop-select .bus-stop select {
    font-size: 1.1rem;
}

@media (min-width:992px) {
    #dropcake {
        display: none;
    }
}

@media (max-width:991px) {
    .kv-content {
        padding: 5px 10px 20px 10px;
    }

    #Booking {
        height: auto;
        max-width: 600px;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #Booking h3 {
        flex: 1 0 100%;
        padding-bottom: 5px;
        margin-bottom: 10px;
        border-bottom: 1px solid #fff;
        padding-right: 0;
        z-index: 5;
    }

    #Booking h3:after, #Booking h3:before {
        display: none;
    }

    #Booking h3 span {
        font-size: 1.8rem;
    }

    #Booking .bus-stop.bus-stop-line {
        margin-bottom: 15px;
        flex: 1 1 60%;
        margin-right: 0;
    }

    #Booking .bus-stop.bus-stop-start, #Booking .bus-stop.bus-stop-end {
        flex: 0 0 calc(50% - 5px);
        margin: 0;
    }

    #Booking .bus-stop select {
        font-size: 1rem;
        margin: 0;
        width: calc(100% - 36px - 20px);
    }

    #Booking .bus-stop-check {
        margin: 0 auto;
        padding: 20px 0 0;
    }

    #Booking .bus-stop-check a.x-btn {
        min-width: 320px;
    }

    .stop-select {
        flex-direction: column;
    }

    .stop-select h2 {
        margin-bottom: 10px;
    }

    #Booking .bus-stop .font-icon, .stop-select .bus-stop .font-icon {
        font-size: 1rem;
        line-height: 25px;
        width: 25px;
        height: 25px;
    }

    #Booking .bus-stop.bus-stop-line {
        margin-bottom: 10px;
    }

    #Booking .bus-stop-check {
        padding-top: 15px;
    }

    #Booking h3 span {
        font-size: 1.1rem;
    }

    #Booking .bus-stop select, .stop-select .bus-stop select {
        width: calc(100% - 25px - 20px);
        min-width: auto;
    }

    .kv-content.pg-init {
        position: fixed;
        bottom: -150px;
        left: 0px;
        width: 100%;
        z-index: 5;
        transition: all .3s;
    }

    .kv-content.pg-init.show {
        position: fixed;
        bottom: 0px;
    }

    #dropcake {
        display: block;
        position: absolute;
        top: -30px;
        border-radius: 0 0 10px 0;
        left: calc(50% - 25px);
        width: 50px;
        height: 50px;
        background: #ff9f59;
        color: #fff;
        line-height: 40px;
        z-index: 3;
        text-align: center;
        transform: rotate(-135deg);
    }

    #dropcake:after {
        content: "";
        display: block;
        position: absolute;
        top: 20px;
        border-radius: 0 0 4px 0;
        left: 20px;
        width: 20px;
        height: 20px;
        border-right: 5px solid #fff;
        border-bottom: 5px solid #fff;
        color: #fff;
        line-height: 40px;
        z-index: 4;
        text-align: center;
        transform: rotate(0deg);
        transition: all .3s;
    }

    .kv-content.pg-init.show #dropcake:after {
        width: 10px;
        height: 10px;
        top: 30px;
        left: 30px;
        transform: rotate(180deg);
    }

    #dropcake i {
        transform: rotate(-45deg);
    }
}

@media (min-width:768px) and (max-width:991px) {
    .key-group .key-bus {
        max-width: 60%;
    }
}

@media (max-width:767px) {
    .key-group .key-slogan {
        top: 30px;
        max-width: inherit;
        width: calc(100% - 20px);
        left: 10px;
    }

    .key-group .key-text-home {
        top: 115px;
        width: calc(100% - 80px);
        left: 40px;
    }

    .key-group .key-content {
        display: none;
    }

    #footer .footer {
        padding-bottom: 50px;
    }
}

@media (max-width:390px) {
    .kv-content.pg-init {
        bottom: -150px;
    }
}

/* Booking  
   End
   */

/* Stop */

.stop-table {
    margin-bottom: 50px;
}

.stop-table table {
    margin: 0;
}

.stop-table table+p {
    text-align: right;
}

.stop-table table+p a {
    font-size: .8rem;
}

.stop-table table+p a:after {
    content: ">";
}

.stop-table table thead tr.stop-title th {
    text-align: center;
    padding: 4px 8px;
    border-bottom: none;
}

.stop-table table thead tr.stop-title h3, .stop-table table thead tr.stop-title h3 span {
    font-size: 1.2rem;
    margin: 0;
    font-weight: 600;
}

.stop-table table thead tr.stop-title h3 span {
    font-weight: normal;
    display: inline-block;
    margin-left: 10px;
}

.stop-table table thead tr.stop-title h3 span:before {
    content: "(";
}

.stop-table table thead tr.stop-title h3 span:after {
    content: ")";
}

.stop-table table thead tr.stop-info th {
    background-color: #0b4d7f;
    color: #fff;
    border-top: none;
    border-bottom: none;
}

.stop-table table thead tr.stop-info th:not(:first-child) {
    text-align: center;
}

.stop-table .table tbody tr:nth-of-type(2n+1) {
    background-color: #e5f7ff;
}

.stop-table .table tbody tr:nth-of-type(2n+1) td:first-child {
    background-color: #e5f7ff;
}

.stop-table .table tbody tr:nth-of-type(even) td:first-child {
    background-color: #ffffff;
}

.stop-table .table thead tr:nth-child(2) th:first-child, .stop-table .table tbody tr td:first-child, #SearchResults thead tr:nth-child(1) th:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
}

.stop-table table tbody td:not(:first-child) {
    text-align: center;
    min-width: 65px;
    vertical-align: middle;
}

.stop-table table tbody td.stop-notice {
    min-width: 150px;
}

.stop-table table tbody td.stop-notice span {
    font-size: .9rem;
}

.stop-table table tbody td.stop-notice {
    text-align: left !important;
}

.stop-table table tbody td:first-child {
    font-weight: 600;
    min-width: 120px;
    padding: 0;
}

.stop-table table tbody td:first-child a {
    display: block;
    width: 100%;
    height: 70px;
    line-height: 70px;
    position: relative;
    text-decoration: underline;
}

.stop-table table tbody td:first-child a.stop-info {
    padding-left: 20px;
    padding-right: 20px;
}

.stop-table table tbody td:first-child a:after {
    height: 70px;
    width: 1px;
    border-right: 2px solid #dee2e6;
    content: "";
    display: block;
    position: absolute;
    right: -1px;
    top: 0px;
    z-index: 9;
}

ul.destination li {
    height: 120px;
    width: 120px;
    background-color: #0b4d7f;
    position: relative;
    border-radius: 100%;
}

ul.destination li:first-child {
    margin-right: 150px;
}

ul.destination li:first-child:before {
    content: "";
    display: block;
    position: absolute;
    width: 60%;
    height: 20%;
    border-top: 10px solid #3697c7;
    border-bottom: 10px solid #3697c7;
    right: -90%;
    top: calc(50% - 10%);
    background-color: #fff;
}

ul.destination li:first-child:after {
    content: "";
    display: block;
    position: absolute;
    width: 30%;
    height: 30%;
    border-top: 10px solid #3697c7;
    border-right: 10px solid #3697c7;
    right: -100%;
    top: calc(50% - 15%);
    transform: rotate(45deg);
}

ul.destination li span {
    display: block;
    width: 100px;
    top: calc(50% - 1.2rem);
    font-size: 1.2rem;
    left: calc(50% - 50px);
    position: absolute;
    text-align: center;
    font-weight: 600;
}

.stopwrap h2 {
    color: #0b4d7f;
    font-weight: 600;
    font-size: 1.5rem;
    margin: 0;
    text-align: center;
}

.stopwrap .stop-group {
    padding: 20px 0;
    text-align: center;
    background-color: #fff;
}

#SearchResults thead tr th, #SearchResults tbody tr td {
    text-align: center;
    vertical-align: middle;
}

#SearchResults tbody td:not(:first-child) {
    min-width: 120px;
}

#SearchResults tbody tr td.stop-notice {
    min-width: 150px;
}

#SearchResults tbody td.search-bus-ticket span.vip {
    color: #e64b3b;
}

#SearchResults tbody td.search-bus-ticket span.vip:before {
    content: "優待票";
    font-size: .8rem;
    margin-right: 5px;
}

.stopwrap .stop-group ul {
    padding: 15px 0;
    margin-bottom: 0;
}

.stopwrap .stop-group ul a.stop-group-btn {
    display: block;
    min-width: 180px;
    line-height: 40px;
    border: 1px solid #0b4d7f;
}

.stopwrap .stop-group ul a.stop-group-btn:hover {
    border-radius: 20px;
}

.stopwrap .stop-table {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:992px) {
    .stop-table table tbody td:first-child {
        font-size: 1.3rem;
    }
}

@media (max-width:767px) {
    .stop-table table thead tr.stop-title h3 {
        text-align: left;
        margin: 10px 0;
    }

    .stopwrap .stop-group ul {
        z-index: 999;
    }

    .kv-news span {
        display: none;
    }

    .stopwrap .stop-group ul li {
        width: 40%;
    }

    .stopwrap .stop-group ul a.stop-group-btn {
        width: 100%;
        min-width: auto;
    }

    ul.destination li {
        width: 100px;
        height: 100px;
    }

    ul.destination li:first-child {
        margin-right: 50px;
    }

    ul.destination li:first-child:before {
        display: none;
    }

    ul.destination li:first-child:after {
        right: -40%;
    }
}

/* article.news-article */

ul.article-list {
    list-style: none;
    padding: 0;
}

ul.article-list li {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 30px 0;
    transition: all .3s;
}

ul.article-list li:hover {
    background-color: rgba(13, 49, 90, .05);
}

ul.article-list li:nth-child(n+2) {
    border-top: 1px solid #ccc;
}

ul.article-list li .content {
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    flex: 1 1 100%;
    line-height: 1.4rem;
    color: #000;
    font-weight: 600 !important;
}

ul.article-list li .content h1 {
    font-size: 1rem;
    margin: 0;
}

ul.article-list li .cate {
    flex: 1 0 100px;
    text-align: center;
    line-height: 2rem;
    background-color: rgb(11, 77, 127);
    color: #fff;
    font-size: .8rem;
    margin-right: 10px;
}

ul.article-list li .content span.date {
    margin: 0 15px;
}

@media (max-width:768px) {
    ul.article-list li .content {
        flex-direction: column;
        align-items: start;
    }

    ul.article-list li {
        align-items: start;
    }

    ul.article-list li .content span.date {
        margin: 0;
        font-size: .8rem;
        color: #999;
    }
}

/* article.news-article
    End
    */

/* Footer */

footer .footer-nav ul {
    margin-bottom: 20px;
    text-align: center;
}

footer .footer-nav ul li:not(:first-child) {
    position: relative;
    padding-left: 15px;
    margin-left: 5px;
}

footer .footer-nav ul li:not(:first-child):before {
    content: "";
    height: 15px;
    width: 1px;
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -7px;
    background-color: #ddd;
}

footer .footer-nav ul li a {
    font-size: 1rem;
}

footer .footer {
    background-color: #0b4d7f;
    padding: 25px 15px;
    color: #fff;
    text-align: center;
}

footer .footer .cover {
    max-width: 300px;
    margin: 0 auto 10px auto;
}

footer .footer ul.address li {
    font-size: 1rem;
}

@media (max-width:768px) {
    footer .footer {
        padding-bottom: 80px;
    }
}

/* Footer
   End
   */

/* article.news-article */

article {
    margin-top: 50px;
    padding-bottom: 100px;
}

article header {
    margin-bottom: 50px;
}

.article-content p {
    font-size: 1.2rem;
    text-align: justify;
    line-height: 3rem;
    margin-bottom: 4rem;
}

.article-content.content-mini h3 {
    font-size: 1.5rem;
    font-weight: 600;
}

.article-content.content-mini li, .article-content.content-mini p {
    font-size: 1.1rem;
    line-height: 2rem;
    text-align: justify;
}

article header h1.article, article footer h3.article {
    font-size: 2rem;
    padding-bottom: 15px;
    margin-bottom: 5px;
    color: #0b4d7f;
    border-bottom: 1px solid #ccc;
}

article footer h3.article {
    font-size: 1.5rem;
    font-weight: normal !important;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    color: #999
}

.article-content img {
    width: 100%;
    max-width: 100%;
}

ul.article-data {
    text-align: right;
}

article footer ul.article-data {
    text-align: left;
}

ul.article-data li {
    font-size: 1rem;
}

ul.article-data li a {
    font-weight: 600;
    color: #0b4d7f;
}

ul.social-btn {
    list-style: none;
    padding-left: unset;
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    margin: 20px 0;
}

ul.social-btn li {
    display: inline-block;
}

ul.social-btn li:nth-child(n+2) {
    margin-left: 10px;
}

ul.social-btn li a {
    color: #fff;
    display: block;
}

ul.social-btn li a i.fa {
    width: 40px;
    line-height: 40px;
    text-align: center;
}

ul.social-btn li i.x-icon {
    width: 40px;
    height: 40px;
    display: block;
    position: relative;
    background-color: #333;
}

ul.social-btn li i.x-icon:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.6rem;
}

ul.social-btn li i.x-icon.x-icon-line:after {
    background-color: #72c02c;
    background-image: url(../images/social/line.png);
}

ul.social-btn li i.x-icon.x-icon-massenger:after {
    background-color: #3398dc;
    background-image: url(../images/social/messenger.png);
}

ul.social-btn li a {
    border-radius: 8px;
    overflow: hidden;
}

ul.social-btn li a:hover {
    opacity: .8;
}

@media (max-width:767px) {
    article.news-article {
        margin-top: 20px;
        margin-bottom: 50px;
    }

    article.news-article h1.article, article footer h3.article {
        text-align: justify;
    }

    article.news-article .article-content p {
        font-size: 1.1rem;
        line-height: 2rem;
    }
}

/* article.news-article
   End
   */

/* Complaint */

.complaint-form {
    max-width: 720px;
    margin: 0 auto;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.complaint-form .form-header {
    background-color: #0b4d7f;
    padding: 10px 20px;
}

.complaint-form .form-header h3 {
    margin: 0;
    color: #fff;
    text-align: center;
}

.complaint-form .form-body {
    padding: 15px;
}

.complaint-form .form-body label {
    font-size: 1rem;
    margin-bottom: 2px;
}

.btn-group-v2 {
    display: flex;
    width: 320px;
    justify-content: space-between;
    margin: 0 auto;
}

.btn-group-v2 .btn-v2 {
    width: calc(50% - 5px);
    padding: 10px;
    transition: all .3s;
    cursor: pointer;
    font-family: "微軟正黑體", "新細明體", "標楷體";
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
}

.btn-group-v2 .btn-v2:nth-child(odd) {
    background-color: transparent;
}

.btn-group-v2 .btn-v2:hover {
    background-color: #fff;
    color: #999;
}

.btn-group-v2 .btn-v2:nth-child(even):hover {
    background-color: #0b4d7f;
    color: #fff;
    border: 1px solid transparent;
}

/*-----------------------------
    QA
-----------------------------*/

#qa_cate {
    margin-bottom: 50px;
}

#qa_cate h2.title {
    font-size: 1.8rem;
    padding: 30px 0;
    position: relative;
    margin-bottom: 0;
    font-family: Crossten, "游ゴシック体", "微软雅黑", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 600;
    color: #0b4d7f;
    letter-spacing: 2px;
}

#qa_cate h2.title:not(:first-child) {
    padding-top: 100px;
}

#qa_cate h2.title:after {
    width: 100%;
    height: 1px;
    background-color: #999;
    left: 0;
    bottom: 13px;
    content: "";
    position: absolute;
}

#qa_cate .card {
    border: none;
}

#qa_cate .card-header {
    background-color: unset;
    transition: all .3s;
}

#qa_cate .card-header:hover {
    background-color: #f3f3f3;
}

#qa_cate .card-header a {
    color: #2d385a;
    position: relative;
    display: block;
    padding-left: 35px;
}

#qa_cate .card-header a:before {
    content: "\f128";
    position: absolute;
    left: -4px;
    top: 50%;
    background-color: transparent;
    display: block;
    transform: translateY(-50%);
    z-index: 2;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.2rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #0b4d7f;
    border-radius: 100%;
    border: 1px solid #0b4d7f;
    transition: all .3s;
}

#qa_cate .card-header a[aria-expanded=true]:before {
    background: #0b4d7f;
    color: #fff;
}

#qa_cate .card-header a[aria-expanded=true]:after {
    transform: rotate(-180deg);
}

#qa_cate .card-block {
    padding: 10px 10px 10px 35px;
}

#qa_cate .card-block ol {
    padding-left: 0;
    list-style: none;
    margin-bottom: 25px;
}

#qa_cate .card-block ol li {
    padding-left: 25px;
}

#qa_cate .card-block ol li a {
    color: #999;
    font-size: 1rem;
    line-height: 25px;
}

@media (max-width:578px) {
    #qa_cate h2.title {
        font-size: 1.2rem;
        font-weight: 600;
        margin-bottom: 0px;
    }

    #qa_cate .card p {
        font-size: 1rem;
    }
}

/*-----------------------------
                QA end
-----------------------------*/

/* About */

ul.about-history {
    max-width: 960px;
    margin: 0 auto 100px;
}

ul.about-history li {
    width: 100%;
    display: table;
    table-layout: fixed;
}

ul.about-history li {
    border-bottom: 1px solid #0969b3;
    letter-spacing: .02em;
}

ul.about-history li p.history-time, ul.about-history li .history-text {
    display: table-cell;
    text-align: left;
    margin: 0;
}

ul.about-history li p.history-time {
    width: 110px;
}

ul.about-history li p.history-time span {
    font-size: 1.1rem;
}

ul.about-history li p.history-time span.year:before {
    content: "民國";
}

ul.about-history li p.history-time span.year:after {
    content: "年";
}

ul.about-history li p.history-time span.month:after {
    content: "月";
}

ul.about-history li .history-text p {
    margin: 0;
    padding: 0;
}

ul.about-history li .history-text p:nth-of-type(n+2) {
    border-top: 1px solid #0969b3;
}

ul.about-history li p {
    color: #0969b3;
    line-height: 3rem;
    padding: 7px 0;
}

.history-content {
    margin-bottom: 100px;
}

.history-content p {
    font-size: 1.2rem;
    line-height: 2.4rem;
    text-align: justify;
    margin-bottom: 40px;
}

@media (max-width:767px) {
    ul.about-history li {
        padding: 17px 0;
        display: block;
    }

    ul.about-history li p.history-time, ul.about-history li .history-text {
        display: block;
    }

    ul.about-history li p {
        font-size: 1rem;
        line-height: 1.8rem;
    }

    ul.about-history li .history-text p:nth-of-type(n+2) {
        border-top: 1px solid #0969b3;
        display: inline-block;
    }

    ul.about-history li p.history-time {
        font-weight: 600;
        width: auto;
        display: inline-block;
        border: 1px solid #0969b3;
        padding: 2px 10px;
        margin-bottom: 15px;
    }
}

/* Bus Rental */

.half-wrap {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.half-wrap .half-item {
    flex: 1 1 50%;
    padding-right: 30px;
}

.half-wrap .first .photo {
    position: relative;
}

.half-wrap .first .photo:after {
    content: "";
    display: block;
    width: 200%;
    height: 600px;
    position: absolute;
    top: calc(50% - 300px);
    left: -150%;
    border-radius: 0 200px 200px 0;
    background-image: url(../../images/bg/line-v1.png);
}

.half-wrap .first .photo img {
    max-width: 100%;
    z-index: 3;
    position: relative;
}

.half-wrap .second {
    padding-left: 10px;
}

p.lead {
    font-weight: 600;
    font-size: 1.8rem;
    letter-spacing: 1px;
    color: #0b4d7f;
    position: relative;
    margin-bottom: 40px;
    display: block;
}

p.lead:after {
    width: 80px;
    height: 3px;
    content: "";
    display: block;
    position: absolute;
    background-color: #0b4d7f;
    left: 0px;
    bottom: -20px;
}

p.lead.d-after {
    margin-bottom: 10px;
}

p.lead.d-after:after {
    display: none;

}


ul.list-stars {
    margin-left: 20px;
}

.list-stars li {
    position: relative;
    text-align: justify;
    line-height: 2rem;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #f2f2f2;
}

.list-stars li:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f005";
    color: #0b4d7f;
    position: absolute;
    display: block;
    left: -20px;
    top: 7px;
}

/*-----------------------------
    GALLERY
-----------------------------*/

.gallery-wall {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.gallery-wall .gallery {
    flex: 0 1 33%;
    padding: 0 30px 30px 30px;
    margin-bottom: 30px;
}

.gallery-wall .gallery a {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.gallery-wall .gallery a:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0);
    transition: all .3s;
}

.gallery-wall .gallery a:after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 2rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00e";
    width: 80px;
    height: 80px;
    display: flex;
    position: absolute;
    left: 50%;
    top: -60%;
    margin-left: -40px;
    margin-bottom: -40px;
    background-color: #3697c7;
    color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    transition: all .3s;
}

.gallery-wall .gallery:hover a:before {
    background-color: rgba(0, 0, 0, .3);
}

.gallery-wall .gallery:hover a:after {
    top: calc(50% - 40px);
}

@media (max-width:991px) {
    .gallery-wall .gallery {
        flex: 0 1 50%;
        padding: 0 10px 10px 10px;
        margin-bottom: 10px;
    }

    .container.container-over {
        max-width: none;
    }
}

/*-----------------------------
                GALLERY end
-----------------------------*/
.dd-info dl {
    display: table;
    border-top: 1px solid #ccc;
    width: 100%;
    padding: 20px 0;
}

.dd-info dl:first-child {
    border-top: 2px solid #0b4d7f;
}

.dd-info dl dt, .dd-info dl dd {
    display: table-cell;
}

.dd-info dl dt {
    width: 200px;
    font-weight: 600;
    font-size: 1.2rem;
}


@media (max-width:991px) {
    .half-wrap {
        flex-direction: column;
    }

    .half-wrap .first {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .half-wrap .first .photo:after {
        width: 300%;
        height: 360px;
        top: calc(50% - 180px);
        left: -100%;
    }

    .half-wrap .second p.lead {
        font-size: 1.4rem;
    }

    .half-wrap ul li, .half-wrap ul li strong {
        font-size: 1rem;
    }
}

@media (max-width:767px) {
    .dd-info dl {
        display: block;
    }

    .dd-info dl dt, .dd-info dl dd {
        display: block;
    }

    .dd-info dl dt {
        width: auto;
    }

    .dd-info dl dd {
        padding-left: 10px;
    }

}

@media (max-width:540px) {
    .half-wrap .first .photo:after {
        display: none;
    }
}

/*-----------------------------

        Msg Btn

-----------------------------*/

#Msg {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99;
}

#Msg ul.msg-group {
    list-style: none;
    position: relative;
}

#Msg ul.msg-group li {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 10;
}

#Msg ul.msg-group li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #ddd;
    border-radius: 100%;
    font-size: 1.2rem;
    line-height: 1.2rem;
}

#Msg ul.msg-group li {
    transition: all .3s;
    transform: rotate(180deg);
}

#Msg ul.msg-group li:nth-child(4) {
    transform: rotate(0deg);
}

#Msg ul.msg-group li.show:nth-child(1) {
    bottom: calc((60px + 5px) * 1);
    transform: rotate(0deg);
}

#Msg ul.msg-group li.show:nth-child(2) {
    bottom: calc((60px + 5px) * 2);
    transform: rotate(0deg);
}

#Msg ul.msg-group li.show:nth-child(3) {
    bottom: calc((60px + 5px) * 3);
    transform: rotate(0deg);
}

#Msg ul.msg-group.show {
    display: block;
}

#Msg ul.msg-group li:nth-child(1) a {
    background-color: #2196f3;
    font-weight: 600;
    color: #fff;
}

#Msg ul.msg-group li:nth-child(2) a {
    background-color: #ff9800;
    font-weight: 600;
    color: #fff;
}

#Msg ul.msg-group li:nth-child(3) a {
    background-color: #795548;
    font-weight: 600;
    color: #fff;
}

#Msg ul.msg-group li:nth-child(4) a {
    background-color: #FFF;
    font-weight: 600;
    border: 2px solid #363d44;
}