@charset "UTF-8";

/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/


/**
 * ALL
 * HEADER
 * BANNER
 * FOOTER
 * MAIN
 * NEWS
 * ALBUM
 * PADDY
 * VIEW
 * CONTACT
 **/


/*------------------------------------*\
    ALL
\*------------------------------------*/

html,
body {
    overflow-x: hidden;
    min-height: 1000px;
}

body {
    color: #666666;
    font-family: '微軟正黑體', 'Microsoft JhengHei', sans-serif;
    padding-top: 80px;
}

@media (min-width: 992px) {
    body {
        padding-top: 145px;
    }
}

@media (min-width: 1200px) {
    body {
        padding-top: 153px;
    }
}

@media (min-width: 1480px) {
    body {
        padding-top: 185px;
    }
}

a {
    display: block;
    color: #666666;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.view-content a {
    color: #698a38;
}

a:hover,
a:focus {
    color: #698a38;
    outline: 0;
    text-decoration: none;
}

span {
    display: inline-block;
}

img {
    max-width: 100%;
    width: auto\9;
    /* ie8 */
    height: auto !important;
}

.container {
    max-width: 100%;
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}

#scrollUp {
    cursor: pointer;
    right: 5%;
    bottom: 10%;
    z-index: 1020 !important;
}

#scrollUp img {
    width: 50px;
    height: 50px;
}

@media (min-width: 576px) {
    #scrollUp img {
        width: 70px;
        height: 70px;
    }
}


/*------------------------------------*\
    HEADER
\*------------------------------------*/

header {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    border-top: 7px solid #00964a;
    height: 80px;
}

@media (min-width: 992px) {
    header {
        height: 145px;
    }
}

@media (min-width: 1200px) {
    header {
        height: 153px;
    }
}

@media (min-width: 1480px) {
    header {
        height: 185px;
    }
}

header>.container,
header .navbar>.container {
    max-width: 100%;
}

@media (min-width: 992px) {
    header .navbar>.container {
        padding: 0;
    }
}

@media (min-width: 1480px) {
    header>.container,
    header .navbar>.container {
        max-width: 1480px;
        padding-top: 1rem;
        padding-left: 1.5rem;
        padding-right: 0;
    }
    header .navbar>.container {
        padding-top: 0;
    }
}


/* NAV */

.navbar {
    padding: 0.75rem 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 576px) {
    .navbar {
        padding: 0.25rem 0;
    }
}

@media (min-width: 992px) {
    .navbar {
        padding: 0;
    }
    .navbar.mainnav {
        border-top: 2px solid rgba(105, 138, 56, 0.3);
    }
}

.navbar-brand img {
    width: 220px;
    height: 37px;
}

@media (min-width: 360px) {
    .navbar-brand img {
        width: 260px;
        height: 43px;
    }
}

@media (min-width: 576px) {
    .navbar-brand img {
        width: 320px;
        height: 53px;
    }
}

@media (min-width: 992px) {
    .navbar-brand {
        padding: 0;
    }
    .navbar-brand img {
        width: auto;
        height: auto;
    }
}

.navbar-toggler {
    border: none;
    width: 50px;
    height: 50px;
    padding: 5px;
    margin: 0;
    position: relative;
    top: 0;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    outline: none;
}

.navbar-toggler .icon-bar {
    display: block;
    background: #000000;
    text-align: center;
    width: 30px;
    height: 2px;
    position: absolute;
    right: 10px;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.navbar-toggler .icon-bar:nth-of-type(1) {
    top: 18px;
}

.navbar-toggler .icon-bar:nth-of-type(2) {
    top: 25px;
    opacity: 1;
}

.navbar-toggler .icon-bar:nth-of-type(3) {
    top: 33px;
}

.navbar-toggler.open .icon-bar {
    right: 6px;
}

.navbar-toggler.open .icon-bar:nth-of-type(1) {
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggler.open .icon-bar:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler.open .icon-bar:nth-of-type(3) {
    top: 35px;
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar .nav-link {
    border-bottom: 1px solid #d5d6d4;
    color: #444444;
    font-size: 1.0625rem;
    font-weight: bold;
    padding: 0.6rem 0.25rem !important;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active {
    background-color: #698a38;
    color: #ffffff;
}

.navbar .nav-link svg,
.navbar .nav-link span {
    font-size: 1.5rem;
}

.navbar .nav-link.facebook,
.navbar .nav-link.instagram,
.navbar .nav-link.youtube {
    border-bottom: none;
}

.navbar .nav-link.facebook:hover,
.navbar .nav-link.facebook:focus,
.navbar .nav-link.instagram:hover,
.navbar .nav-link.instagram:focus,
.navbar .nav-link.youtube:hover,
.navbar .nav-link.youtube:focus {
    background-color: transparent;
}

.navbar .nav-link.facebook:hover svg,
.navbar .nav-link.facebook:focus svg,
.navbar .nav-link.instagram:hover svg,
.navbar .nav-link.instagram:focus svg,
.navbar .nav-link.youtube:hover svg,
.navbar .nav-link.youtube:focus svg {
    color: #666666;
}

@media (min-width: 992px) {
    .navbar .nav-link {
        border-bottom: none;
        text-align: center;
        padding: 0.43rem 0.2rem !important;
    }
    .navbar .nav-link svg,
    .navbar .nav-link span {
        color: #698a38;
    }
}

@media (min-width: 1200px) {
    .navbar .nav-link {
        font-size: 1.125rem;
        padding: 0.5rem !important;
    }
}

@media (min-width: 1480px) {
    .navbar .nav-link {
        font-size: 1.25rem;
        letter-spacing: 0.1rem;
        padding: 0.8rem 0.75rem !important;
    }
}


/* MAIN NAV */

#navbar .navbar-nav {
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    width: 100%;
}

@media (min-width: 992px) {
    #navbar .nav-item {
        width: 10%;
    }
}


/* SUB NAV */

#navbar2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 1rem 0 1.25rem;
}

#navbar2 .nav-link {
    color: #666666;
    font-size: 1.0625rem;
    font-weight: normal;
    padding: 0.25rem 0.75rem !important;
}

#navbar2 .nav-link:hover,
#navbar2 .nav-link:focus,
#navbar2 .nav-link.active {
    background-color: transparent;
    color: #698a38;
}

@media (min-width: 992px) {
    #navbar2 {
        padding: 0.9rem 0;
    }
    #navbar2 .nav-item {
        position: relative;
    }
    #navbar2 .nav-item::before {
        content: '';
        width: 1px;
        height: 15px;
        background-color: rgba(0, 0, 0, 0.3);
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
    }
    #navbar2 .nav-item:first-child::before {
        display: none;
    }
}

@media (min-width: 1200px) {
    #navbar2 {
        padding: 1rem 0;
    }
}

@media (min-width: 1480px) {
    #navbar2 {
        padding: 1rem 0 1.25rem;
    }
}


/* FOLLOW */

.follow {
    padding: 1rem 0;
}

.follow a {
    display: inline-block;
}


/* YOUTUBE */

.youtube .icon-youtube::before {
    color: #444444;
}

.youtube .icon-youtube:hover::before,
.youtube .icon-youtube:focus::before {
    color: #698a38;
}

@media (min-width: 992px) {
    .youtube .icon-youtube::before {
        color: #698a38;
    }
    .youtube .icon-youtube:hover::before,
    .youtube .icon-youtube:focus::before {
        color: #666666;
    }
}


/* SEARCH */

.search {
    width: 100%;
}

.search .dropdown-toggle {
    display: none;
}

.search .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search .form {
    padding: 0 0 2rem;
}

.search .form-control {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    width: 200px;
    height: 30px;
    padding: 0;
}

.search .btn {
    min-width: 68px;
    height: 30px;
    padding: 0 0.75rem;
    margin-left: 0.5rem;
}

.search .btn:hover,
.search .btn:focus {
    color: #ffffff;
}

@media (min-width: 992px) {
    .search {
        width: auto;
    }
    .search:hover>.dropdown-menu {
        display: none !important;
    }
    .search.show>.dropdown-menu {
        display: block !important;
    }
    .search .form {
        padding: 0;
    }
    .search .dropdown-toggle {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .search .dropdown-menu {
        -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
        height: 55px;
        min-width: 315px;
        left: auto;
        right: 0.75rem;
        padding: 0.75rem 1.2rem;
    }
}


/* DROPDOWN */

.dropdown-menu {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    border: none;
    border-radius: 0;
    min-width: 145px;
    padding: 0;
    top: 95%;
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu li::before,
.dropdown-menu li::after {
    content: '';
    width: auto;
    height: 1px;
    background-color: #d5d6d4;
    position: absolute;
    left: 0.75rem;
    right: 0.75rem;
}

.dropdown-menu li::before {
    top: -1px;
    display: none;
}

.dropdown-menu li::after {
    bottom: 0;
}

.dropdown-menu li:hover::before,
.dropdown-menu li:hover::after,
.dropdown-menu li:focus::before,
.dropdown-menu li:focus::after {
    left: 0;
    right: 0;
}

.dropdown-menu li:hover::before,
.dropdown-menu li:focus::before {
    display: block;
}

.dropdown-menu li:last-child::after {
    display: none;
}

.dropdown-toggle {
    font-size: 1rem;
}

.dropdown-item {
    font-size: 1rem;
    padding: 0.6rem 1rem;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active {
    background-color: #dbdbdb;
    color: #698a38;
    font-weight: bold;
}

@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-left: 1rem;
    }
    .dropdown-menu .dropdown-menu>li::before {
        display: none;
    }
}

@media (min-width: 992px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
    }
    .dropdown-menu .dropdown .dropdown-menu,
    .dropdown-menu .dropdown .dropdown-menu.show {
        top: 0 !important;
        left: 145px !important;
    }
    .dropdown-toggle::after {
        display: none;
    }
}

@media (min-width: 1200px) {
    .dropdown-toggle {
        font-size: 1.125rem;
    }
    .dropdown-item {
        font-size: 1.125rem;
    }
}

@media (min-width: 1480px) {
    .dropdown-toggle {
        font-size: 1.25rem;
    }
    .dropdown-item {
        font-size: 1.25rem;
    }
}


/*------------------------------------*\
    BANNER
\*------------------------------------*/

.carousel-inner {
    position: relative;
    width: 180%;
    margin: 0 -40%;
}

@media (min-width: 576px) {
    .carousel-inner {
        width: 160%;
        margin: 0 -30%;
    }
}

@media (min-width: 768px) {
    .carousel-inner {
        width: 100%;
        margin: 0;
    }
}

.carousel-indicators li {
    background-color: #ffffff;
    border: #698a38 2px solid;
    width: 60px;
    height: 4px;
    opacity: 1;
}

.carousel-indicators .active {
    background-color: #698a38;
}

.carousel .page-header {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}


/*------------------------------------*\
    FOOTER
\*------------------------------------*/

footer {
    background-color: #ffffff;
    padding: 3.5rem 0;
    position: relative;
}

@media (min-width: 1480px) {
    footer>.container {
        padding: 0;
    }
}

.footer-close {
    border-radius: 20px;
    background-color: #ffffff;
    font-size: 0.875rem;
    letter-spacing: 0.1rem;
    text-align: center;
    width: 120px;
    padding: 0.5rem 0.75rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -2rem;
    cursor: pointer;
}

.footer-close::before {
    content: 'CLOSE';
}

.footer-close-active::before {
    content: 'OPEN';
}

.footer-close-active img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.footer-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-nav h3+h3 {
    margin-top: 4.5rem;
}

.footer-nav h3 a {
    font-size: 1.125rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    margin-bottom: 1rem;
}

.footer-nav a {
    font-size: 1rem;
    padding: 0.15rem 0;
}

.footer-nav .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}

@media (min-width: 1480px) {
    .footer-nav h3 a {
        font-size: 1.25rem;
    }
    .footer-nav a {
        font-size: 1.125rem;
    }
}

.footer-nav-item {
    width: 50%;
    margin-bottom: 2rem;
}

@media (min-width: 576px) {
    .footer-nav-item {
        width: 33.33%;
    }
}

@media (min-width: 768px) {
    .footer-nav-item {
        width: 25%;
    }
}

@media (min-width: 992px) {
    .footer-nav-item {
        width: auto;
    }
}

.footer-nav-item:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer-nav-item:last-child h3+h3 {
    margin-top: 0;
}

.footer-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer-info .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer-info .nav a {
    display: inline-block;
}

.footer-info .copyright {
    color: #8c8c8c;
    margin-top: 0.25rem;
}

.footer-info .qrcode {
    margin-top: 1rem;
}

@media (min-width: 768px) {
    .footer-info .nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .footer-info .nav li {
        padding-right: 1rem;
    }
    .footer-info .nav li:last-child {
        padding-right: 0;
    }
    .footer-info .add {
        letter-spacing: 0.1rem;
    }
}

@media (min-width: 992px) {
    .footer-info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .footer-info .qrcode {
        margin-top: 0;
    }
}


/*------------------------------------*\
    MAIN
\*------------------------------------*/

main {
    background-image: url(../images/bg-03.jpg);
    background-repeat: repeat;
    min-height: 600px;
}

main p {
    font-size: 1.25rem;
    line-height: 2rem;
}


/* BREADCRUMB */

.breadcrumb {
    background-color: transparent;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '>';
}

.breadcrumb-item,
.breadcrumb-item a {
    display: inline-block;
    font-size: 1rem;
    letter-spacing: 0.1rem;
}

@media (min-width: 1280px) {
    .breadcrumb {
        padding-left: 0;
    }
}


/* BUTTON */

.btn {
    border-radius: 0;
    background-color: #698a38;
    color: #ffffff;
    font-size: 1.125rem;
    min-width: 200px;
    height: 55px;
}

.btn:hover,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #444444;
}

.btn.btn2 {
    border-radius: 20px;
    border: 1px solid #698a38;
    background-color: transparent;
    color: #698a38;
    font-size: 0.9375rem;
    min-width: 100px;
    height: auto;
    padding: 0.25rem 0.75rem;
}

.btn.btn2:hover,
.btn.btn2:focus {
    background-color: #698a38;
    color: #ffffff;
}

.btn.btn2+.btn.btn2 {
    margin-left: 1rem;
}

@media (min-width: 1200px) {
    .btn.btn2+.btn.btn2 {
        margin-left: 0;
    }
}

.btn.btn3 {
    background-color: transparent;
    color: #698a38;
    text-align: center;
    min-width: 100%;
    height: auto;
    position: relative;
    padding: 1rem 0;
}

.btn.btn3::before,
.btn.btn3::after {
    content: '';
    width: auto;
    height: 1px;
    background-color: #698a38;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}

.btn.btn3::before {
    left: 0;
    right: 60%;
}

.btn.btn3::after {
    right: 0;
    left: 60%;
}

.btn.btn3:hover,
.btn.btn3:focus {
    color: #000000;
}

.btn.btn3:hover::before,
.btn.btn3:hover::after,
.btn.btn3:focus::before,
.btn.btn3:focus::after {
    background-color: #000000;
}

@media (min-width: 576px) {
    .btn.btn3::before,
    .btn.btn3::after {
        display: block;
    }
}

.btn-wrap {
    text-align: center;
}

@media (min-width: 992px) {
    .btn-wrap {
        text-align: right;
    }
}

.btn-wrap.btn-wrap2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 1200px) {
    .btn-wrap.btn-wrap2 {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.more {
    font-size: 1.125rem;
    letter-spacing: 0.1rem;
    display: inline-block;
    padding: 0.25rem 0;
    position: relative;
}

.more::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #698a38;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.more.more2 {
    color: #698a38;
}

.more.more2::after {
    opacity: 0;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.more.more2:hover::after,
.more.more2:focus::after {
    opacity: 1;
}


/* CARD */

.card-txt {
    margin-bottom: 1rem;
}

.card-txt h3 a {
    height: 25px;
    color: #698a38;
    font-size: 1.375rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    margin-bottom: 1rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.card-txta h3 a {
    color: #698a38;
    font-size: 1.375rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    margin-bottom: 1rem;
}

.card-txtb h3 a {
    color: #666666;
    font-size: 1.375rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    margin-top: 1rem;
}

.card-txt h3 a:hover,
.card-txt h3 a:focus {
    color: #333333;
}

.card-txt p {
    height: 100px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media (min-width: 768px) {
    .card-txt {
        margin-bottom: 0;
    }
    .card-txt p {
        margin-bottom: 2.5rem;
    }
}

.card-pic {
    text-align: left;
}

.card-pic img {
    width: 100%;
}

.card-pic a {
    background-color: #698a38;
    display: inline-block;
    position: relative;
}

.card-pic a::before {
    content: 'VIEW MORE';
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 0.6875rem;
    line-height: 90px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.card-pic a:hover img,
.card-pic a:focus img {
    opacity: 0.5;
}

.card-pic a:hover::before,
.card-pic a:focus::before {
    opacity: 1;
}

@media (min-width: 768px) {
    .card-pic {
        text-align: center;
    }
}


/* FORM */

.form {
    padding: 1.25rem 0;
}

@media (min-width: 1200px) {
    .form {
        padding: 1.25rem 0;
    }
}

.form-row {
    margin-right: -10px;
    margin-left: -10px;
}

.form-row>div {
    margin-bottom: 1.5rem;
}

.form-row>.col,
.form-row>[class*='col-'] {
    padding-right: 10px;
    padding-left: 10px;
}

.form-control {
    border-radius: 0;
    font-size: 1.125rem;
    height: 55px;
    padding: 0.375rem 1rem;
}

.form-control:focus {
    border-color: #698a38;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(105, 138, 56, 0.3);
    box-shadow: 0 0 0 0.2rem rgba(105, 138, 56, 0.3);
}

.form-control::-webkit-input-placeholder {
    color: #8c8c8c;
}

.form-control::-moz-placeholder {
    color: #8c8c8c;
}

.form-control:-ms-input-placeholder {
    color: #8c8c8c;
}

.form-control::-ms-input-placeholder {
    color: #8c8c8c;
}

.form-control::placeholder {
    color: #8c8c8c;
}

.form textarea.form-control {
    height: 200px;
}


/* Fresco */

.thumbnail {
    /* cursor: pointer; */
}


/* SWIPER */

.swiper-container {
    padding: 0 2rem;
}

.swiper-button-next,
.swiper-button-prev {
    width: 22px;
    height: 22px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(../images/prev-02.svg);
    background-size: auto;
    left: 0;
}

.swiper-button-prev:focus,
.swiper-container-rtl .swiper-button-next:focus {
    outline: none;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/next-02.svg);
    background-size: auto;
    right: 0;
}

.swiper-button-next:focus,
.swiper-container-rtl .swiper-button-prev:focus {
    outline: none;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.7;
}


/* SLICK */

.slick-slide {
    text-align: center;
    padding: 0 0.75rem;
}

.slick-slide a {
    border-radius: 15px;
    border: 1px solid transparent;
    font-size: 1.25rem;
    letter-spacing: 0.1rem;
    padding: 0.2rem 0.5rem;
}

.slick-slide a:hover,
.slick-slide a:focus {
    border: 1px solid #698a38;
    color: #698a38;
}

.slick-cur a {
    border: 1px solid #698a38;
    color: #698a38;
}


/* PAGE */

.page-header {
    text-align: center;
    position: relative;
    padding: 0.4rem 0;
    margin: 0;
}

.page-header::before,
.page-header::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.page-header::before {
    top: 0;
}

.page-header::after {
    bottom: 0;
}

.page-header h1 {
    color: #ffffff;
    font-size: 2rem;
    letter-spacing: 0.4rem;
    padding: 0.75rem 0;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    white-space: nowrap;
}

.page-header h1::before,
.page-header h1::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.page-header h1::before {
    top: 0;
}

.page-header h1::after {
    bottom: 0;
}

@media (min-width: 1200px) {
    .page-header h1 {
        font-size: 2.5rem;
    }
}

.page-title h2 {
    color: #698a38;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.4rem;
    margin-bottom: 0;
}

.page-title h2 span {
    display: block;
    color: #333333;
    font-size: 1.125rem;
    font-weight: normal;
    letter-spacing: 0.25rem;
    margin-top: 0.5rem;
}

@media (min-width: 768px) {
    .page-title h2 {
        position: relative;
    }
    .page-title h2::before,
    .page-title h2::after {
        content: '';
        width: auto;
        height: 1px;
        background-color: #698a38;
        position: absolute;
        top: 1.5rem;
    }
    .page-title h2::before {
        left: 0;
        right: 60%;
    }
    .page-title h2::after {
        left: 60%;
        right: 0;
    }
}

.page-title2 h2 {
    text-align: center;
}

.page-title2 h2 span {
    display: block;
}

@media (min-width: 992px) {
    .page-title2 h2 {
        text-align: left;
    }
    .page-title2 h2 span {
        display: inline-block;
    }
}

.page-title2 h2::before,
.page-title2 h2::after {
    display: none;
}

.page-group {
    padding: 0 0 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 0;
}

.page-link {
    border-radius: 0;
    background-color: transparent;
    border: none;
    color: #999999;
    font-size: 1.125rem;
    padding: 0.5rem;
    margin: 0 0.5rem;
}

.page-link:hover,
.page-link:focus,
.page-link.active {
    background-color: transparent;
    border-bottom: 1px solid #698a38;
    color: #698a38;
}


/*------------------------------------*\
    NEWS
\*------------------------------------*/

.news-header {
    text-align: center;
}

.news-header h2 span {
    display: block;
}

.news-menu {
    text-align: center;
    padding: 2rem 0 0;
    position: relative;
}

@media (min-width: 1200px) {
    .news-menu {
        padding: 0;
    }
}

.news-menu .nav {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.news-menu .nav li {
    width: 50%;
    margin: 0.25rem;
}

.news-menu .nav a {
    border: 1px solid transparent;
    font-size: 1.125rem;
    letter-spacing: 0.1rem;
    padding: 0 0.25rem;
}

.news-menu .nav a:hover,
.news-menu .nav a:focus,
.news-menu .nav a.active {
    border: 1px solid #698a38;
    color: #698a38;
}

@media (min-width: 576px) {
    .news-menu .nav {
        min-width: 400px;
    }
    .news-menu .nav li {
        width: 25%;
        margin: 0;
    }
    .news-menu .nav li+li {
        padding-left: 0.5rem;
    }
}

@media (min-width: 1200px) {
    .news-menu .nav {
        position: absolute;
        right: 0;
        top: -3.5rem;
    }
}

.news-body>.row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 1200px) {
    .news-body {
        padding-top: 0.75rem;
    }
}

.news-item {
    border-bottom: 1px dashed #698a38;
    padding: 2rem 0 !important;
    margin-bottom: 1.5rem;
}

@media (min-width: 576px) {
    .news-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 47%;
        -ms-flex: 0 0 47%;
        flex: 0 0 47%;
        max-width: 47%;
    }
}

@media (min-width: 768px) {
    .news-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .news-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 47%;
        -ms-flex: 0 0 47%;
        flex: 0 0 47%;
        max-width: 47%;
    }
}

.news-date {
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .news-date {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .news-date {
        -webkit-box-pack: left;
        -webkit-justify-content: left;
        -ms-flex-pack: left;
        justify-content: left;
        margin-bottom: 2rem;
    }
}

@media (min-width: 1200px) {
    .news-date {
        display: block;
        margin-bottom: 0;
    }
}

.news-date .group {
    border: 1px solid #698a38;
    border-radius: 50%;
    letter-spacing: 0.1rem;
    width: 107px;
    height: 107px;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.news-date .group::before {
    content: '';
    width: 107px;
    height: 1px;
    background-color: #698a38;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.news-date .year {
    color: #698a38;
    font-size: 0.875rem;
    padding-top: 0.5rem;
}

.news-date .year span {
    display: block;
}

.news-date .date {
    color: #3d3834;
    font-size: 1.375rem;
    padding-top: 0.5rem;
}

.news-txt {
    padding: 0 !important;
}

@media (min-width: 768px) {
    .news-txt {
        padding: 0 1rem 0 2rem !important;
    }
}

@media (min-width: 992px) {
    .news-txt {
        padding-left: 0 !important;
    }
}

@media (min-width: 1200px) {
    .news-txt {
        padding: 0 1rem 0 2rem !important;
    }
}

.news-pic {
    text-align: center;
}

.news-pic a::before {
    width: 80px;
    height: 80px;
    font-size: 0.5rem;
    line-height: 80px;
}

@media (min-width: 768px) {
    .news-pic {
        text-align: right;
    }
    .news-pic img {
        width: 180px;
        height: 180px;
    }
}


/*------------------------------------*\
    ALBUM
\*------------------------------------*/

.album-menu {
    padding: 1.5rem 2rem;
    /* margin-bottom: 3.5rem; */
    display: none;
}

@media (min-width: 992px) {
    .album-menu {
        display: block;
    }
}

.album-menu .slick-slide {
    margin: 0.5rem 0;
}

.album-content {
    padding-top: 2rem;
}

@media (min-width: 992px) {
    .album-content {
        padding-top: 0;
    }
}

.album-item {
    margin-bottom: 5rem;
}

.album-pic {
    text-align: left;
    margin-bottom: 1.5rem;
}

.album-txt h3 a {
    margin-bottom: 0.5rem;
}

.album-txt p {
    height: 70px;
    -webkit-line-clamp: 2;
    margin-bottom: 0;
}

.album .fr-position {
    background-color: #698a38;
    font-size: 1.0625rem;
}


/*------------------------------------*\
    PADDY
\*------------------------------------*/

.paddy {
    background-image: url(../images/bg-04.jpg);
    background-repeat: repeat;
}

.paddy .page-title {
    padding: 2rem 0;
}

@media (min-width: 1200px) {
    .paddy .page-title {
        padding: 4rem 0;
    }
}

.paddy .swiper-container {
    padding: 0;
}

@media (min-width: 1200px) {
    .paddy-news .page-title {
        padding: 3rem 0;
    }
}

.paddy-news .swiper-container {
    padding: 0 1.5rem;
}

@media (min-width: 1480px) {
    .paddy-news .swiper-container {
        padding: 0;
    }
}

.paddy-news .swiper-button-next,
.paddy-news .swiper-button-prev {
    width: 30px;
    height: 30px;
}

@media (min-width: 1480px) {
    .paddy-news .swiper-button-next,
    .paddy-news .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
}

.paddy-news .swiper-button-prev,
.paddy-news .swiper-container-rtl .paddy-news .swiper-button-next {
    background-image: url(../images/prev-03-s.svg);
    left: -0.5rem;
}

@media (min-width: 1480px) {
    .paddy-news .swiper-button-prev,
    .paddy-news .swiper-container-rtl .paddy-news .swiper-button-next {
        background-image: url(../images/prev-03.svg);
        left: -5rem;
    }
}

.paddy-news .swiper-button-next,
.paddy-news .swiper-container-rtl .paddy-news .swiper-button-prev {
    background-image: url(../images/next-03-s.svg);
    right: -0.5rem;
}

@media (min-width: 1480px) {
    .paddy-news .swiper-button-next,
    .paddy-news .swiper-container-rtl .paddy-news .swiper-button-prev {
        background-image: url(../images/next-03.svg);
        right: -5rem;
    }
}

.paddy-album {
    background-image: url(../images/bg-03.jpg);
    background-repeat: repeat;
    padding-bottom: 3rem;
}

@media (min-width: 992px) {
    .paddy-album {
        padding: 6rem 0;
    }
    .paddy-album>.container>.row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .paddy-album .page-title {
        padding: 0 0 4rem;
    }
}

@media (min-width: 992px) {
    .paddy-album-nav {
        position: relative;
        padding-left: 6rem;
    }
    .paddy-album-nav::before {
        content: '';
        width: 1px;
        height: auto;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 3rem;
    }
}

.paddy-album-title {
    margin-top: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.paddy-album-title h3 {
    color: #698a38;
    font-size: 1.375rem;
    font-weight: bold;
    margin-bottom: 0;
}

.paddy-album-title span {
    font-size: 1rem;
    padding-top: 0.5rem;
}

@media (min-width: 768px) {
    .paddy-album-title {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .paddy-album-title span {
        padding-top: 0;
    }
}

.paddy-album .slider-nav {
    padding-bottom: 2.5rem;
    margin-bottom: 2rem;
}

@media (min-width: 992px) {
    .paddy-album .slider-nav {
        margin-bottom: 0;
    }
}

.paddy-album .slider-nav h3 {
    font-size: 1.25rem;
    text-align: left;
    margin-bottom: 0.75rem;
    cursor: pointer;
}

.paddy-album .slider-nav h3 svg {
    width: 0.4rem;
    margin-right: 0.25rem;
}

.paddy-album .slider-nav .slick-current h3 {
    color: #000000;
}

.paddy-album .slider-for img {
    width: 100%;
}

.paddy-album .slick-slide {
    padding: 0;
}

.paddy-album .slick-prev,
.paddy-album .slick-next {
    width: auto;
    height: auto;
    top: auto;
    bottom: 0;
}

.paddy-album .slick-prev::before,
.paddy-album .slick-next::before {
    background-image: none;
    color: #698a38;
    font-size: 1rem;
    font-weight: bolder;
    letter-spacing: 0.1rem;
    width: auto;
    height: auto;
}

.paddy-album .slick-prev::before {
    content: '〔 上 頁 列 表 〕';
}

.paddy-album .slick-next {
    left: 10rem;
    right: auto;
}

.paddy-album .slick-next::before {
    content: '〔 下 頁 列 表 〕';
}

.paddy-game {
    background-image: url(../images/bg-05.jpg);
    background-repeat: repeat;
    padding: 4rem 0;
}

.paddy-game>.container>.row {
    margin: 0;
}

@media (min-width: 992px) {
    .paddy-game {
        padding: 6rem 0;
    }
}

@media (min-width: 1280px) {
    .paddy-game {
        position: relative;
    }
    .paddy-game::after {
        content: '';
        width: 210px;
        height: 410px;
        background-image: url(../images/dandelion.png);
        background-repeat: no-repeat;
        position: absolute;
        left: 10rem;
        bottom: -12rem;
    }
}

.paddy-game .page-title {
    padding: 0;
}

.paddy-game .page-title h2 {
    margin-bottom: 2rem;
}

.paddy-game .page-title p {
    margin-bottom: 1.5rem;
}

.paddy-game-header {
    margin-bottom: 2rem;
}

@media (min-width: 1200px) {
    .paddy-game-header {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 18%;
        -ms-flex: 0 0 18%;
        flex: 0 0 18%;
        max-width: 18%;
        margin-bottom: 0;
    }
}

.paddy-game-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.paddy-game-nav .nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.paddy-game-nav .nav li {
    width: 50%;
    padding: 0 0.25rem 0.25rem;
}

@media (min-width: 576px) {
    .paddy-game-nav .nav li {
        width: auto;
    }
}

@media (min-width: 1200px) {
    .paddy-game-nav {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 82%;
        -ms-flex: 0 0 82%;
        flex: 0 0 82%;
        max-width: 82%;
        padding: 2rem 0 0;
    }
    .paddy-game-nav .nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }
    .paddy-game-nav .nav li {
        padding-bottom: 0;
    }
}

.paddy-game-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    margin-top: 3rem;
    padding: 0;
}

.paddy-game-item h3 {
    border-bottom: 1px dashed rgba(105, 138, 56, 0.3);
    color: #698a38;
    font-size: 1.25rem;
    letter-spacing: 0.025rem;
    padding-bottom: 1rem;
}

.paddy-game-item .nav {
    font-size: 1.125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    padding-top: 1.2rem;
}

.paddy-game-item .nav li {
    padding-bottom: 0.5rem;
}

@media (min-width: 1200px) {
    .paddy-game-item {
        border-left: 1px dashed rgba(105, 138, 56, 0.3);
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .paddy-game-item h3 {
        border-bottom: none;
        -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
        width: 8%;
        padding-left: 0.5rem;
    }
    .paddy-game-item .nav {
        width: 82%;
    }
}

.paddy-game-item-rule .nav li {
    position: relative;
    padding-left: 1rem;
}

.paddy-game-item-rule .nav li::before {
    content: '>';
    position: absolute;
    left: 0;
}

@media (min-width: 1200px) {
    .paddy-game-item-rule {
        border-right: 1px dashed rgba(105, 138, 56, 0.3);
    }
}

.paddy-link {
    background-image: url(../images/bg-03.jpg);
    background-repeat: repeat;
    padding: 3rem 0 5rem;
}

@media (min-width: 1200px) {
    .paddy-link {
        padding-top: 0;
    }
}

@media (min-width: 1480px) {
    .paddy-link .swiper-button-prev,
    .paddy-link .swiper-container-rtl .paddy-link .swiper-button-next {
        left: -2rem;
    }
}

@media (min-width: 1480px) {
    .paddy-link .swiper-button-next,
    .paddy-link .swiper-container-rtl .paddy-link .swiper-button-prev {
        right: -2rem;
    }
}

.paddy-link .card-item {
    text-align: center;
}

.paddy-link .card-txt h3 a {
    color: #575757;
    margin-top: 1rem;
}

.paddy-link .card-pic {
    text-align: center;
}


/*------------------------------------*\
    VIEW
\*------------------------------------*/

.view {
    background-image: url(../images/bg-02.jpg);
    background-repeat: repeat;
    padding: 3rem 0 5rem;
}

@media (min-width: 1200px) {
    .view {
        padding: 0 0 10rem;
    }
}

.view-header .page-title {
    padding: 2rem 0;
}

@media (min-width: 992px) {
    .view-header .page-title {
        padding: 3rem 0;
    }
}

.view-body h2 {
    border-bottom: 1px solid #698a38;
    color: #698a38;
    font-weight: bold;
    padding-bottom: 0.5rem;
}

@media (min-width: 992px) {
    .view-body {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.view-nav {
    border: 1px solid rgba(105, 138, 56, 0.3);
    background-color: #ffffff;
    padding: 2rem 1rem !important;
    max-height: 580px;
    margin-top: 2rem;
    overflow: auto;
}

.view-nav h2 {
    font-size: 1.1875rem;
}

.view-nav .nav-link {
    border-bottom: 1px solid rgba(102, 102, 102, 0.2);
    font-size: 1.0625rem;
    padding: 0.5rem 1rem 0.5rem 0.5rem;
    margin-bottom: 0.25rem;
    position: relative;
    height: 38px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.view-nav .nav-link::after {
    content: '＞';
    position: absolute;
    right: 0;
}

@media (min-width: 992px) {
    .view-nav {
        margin-top: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding: 2.5rem 1rem !important;
    }
}

@media (min-width: 1480px) {
    .view-nav {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 21%;
        -ms-flex: 0 0 21%;
        flex: 0 0 21%;
        max-width: 21%;
    }
}

.view-content {
    background-color: #ffffff;
    padding: 2rem 1rem !important;
}

.view-content h2 {
    font-size: 1.375rem;
    margin-bottom: 1.2rem;
}

.view-content p {
    margin-bottom: 1.8rem;
}

@media (min-width: 992px) {
    .view-content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 74%;
        -ms-flex: 0 0 74%;
        flex: 0 0 74%;
        max-width: 74%;
    }
}

@media (min-width: 1480px) {
    .view-content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 78%;
        -ms-flex: 0 0 78%;
        flex: 0 0 78%;
        max-width: 78%;
        padding: 5rem 5.5rem !important;
    }
}


/*------------------------------------*\
    CONTACT
\*------------------------------------*/

@media (min-width: 1200px) {
    .contact>.container {
        max-width: 1090px;
    }
}

.contact h3 {
    color: #698a38;
    font-size: 1.375rem;
    font-weight: bold;
    letter-spacing: 0.15rem;
    padding-bottom: 1.6rem;
    margin-bottom: 2rem;
    position: relative;
}

.contact h3::before {
    content: '';
    width: 45px;
    height: 3px;
    background-color: #698a38;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}

.contact-info {
    border-bottom: 1px dashed rgba(105, 138, 56, 0.3);
    padding: 2rem 0 1.5rem;
}

@media (min-width: 1200px) {
    .contact-info {
        padding: 4rem 0 1.5rem;
    }
}

@media (min-width: 1200px) {
    .contact-info-map {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 62%;
        -ms-flex: 0 0 62%;
        flex: 0 0 62%;
        max-width: 62%;
    }
}

.contact-info-txt {
    padding-top: 2rem;
}

@media (min-width: 1200px) {
    .contact-info-txt {
        padding: 1.8rem 0 0 1rem;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 38%;
        -ms-flex: 0 0 38%;
        flex: 0 0 38%;
        max-width: 38%;
    }
}

.contact-info-txt h3 {
    text-align: center;
}

@media (min-width: 1200px) {
    .contact-info-txt h3 {
        text-align: left;
    }
    .contact-info-txt h3::before {
        left: 25px;
    }
}

.contact-info-txt .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}

.contact-info-txt .nav li,
.contact-info-txt .nav a {
    font-size: 1.125rem;
}

.contact-info-txt .nav li {
    margin-bottom: 0.75rem;
}

.contact-info-txt .nav li.add {
    font-size: 1.0625rem;
    height: auto;
}

.contact-info-txt .nav a {
    display: inline-block;
}

.contact-info-txt .nav span {
    display: block;
    width: 50%;
    margin-right: 1rem;
}

@media (min-width: 576px) {
    .contact-info-txt .nav li {
        /* height: 30px; */
        margin-bottom: 0.25rem;
    }
    .contact-info-txt .nav span {
        display: inline-block;
        width: 23%;
        position: relative;
    }
    .contact-info-txt .nav span::after {
        content: '';
        width: 1px;
        height: 20px;
        background-color: rgba(105, 138, 56, 0.3);
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
    }
}

.contact-form {
    padding: 4.5rem 0;
}

.contact-form-header {
    text-align: center;
}

.contact-form-header span {
    color: #9d9d9d;
    font-size: 1.0625rem;
}


/*add*/

.view-contenta {
    background-color: #ffffff;
    padding: 2rem 1rem !important;
}

.view-contenta h2 {
    font-size: 1.375rem;
    margin-bottom: 1.2rem;
}

.view-contenta p {
    margin-bottom: 1.8rem;
}

@media (min-width: 992px) {
    .view-contenta {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1480px) {
    .view-contenta {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 5rem 5.5rem !important;
    }
}

.refresh_sec {
    cursor: pointer;
}

.nav-link.active {
    color: #698a38;
}


/* 201230 SHUYA-更新 start */

.thumbnail {
    padding: 4px 0;
}

.thumbnail:hover .card-pic img {
    transform: scale(1);
    transition: transform 5s;
}

.thumbnail:hover {
    background-color: #f1f1f1;
}

.album-txt h3 a {
    height: 2.5em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    text-align: justify;
}

.album-pic {
    text-align: left;
    margin-bottom: 1.5rem;
    position: relative;
    padding-top: 75%;
    overflow: hidden;
}

.album-pic img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    transform: scale(1.2);
}

.album-pic>a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.content .text {
    height: 6.5em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    text-align: justify;
}

.album-more {
    width: 125px;
    background-color: #698a38;
    border: 1px solid #698a38;
    color: white;
    text-align: center;
    padding: 4px 0;
    border-radius: 8px;
    transition: all .1s;
    margin: 0 0 0 auto;
}

.album-more:hover {
    background-color: white;
}

.album-more>span {
    transition: all .25s;
    padding-right: 0;
    position: relative;
}

.album-more:hover>span {
    padding-right: 15px;
}

.album-more>span::after {
    content: '';
    width: 10px;
    height: 10px;
    background-image: url(../images/album-more.svg);
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: calc( 50% - 4px);
    right: 15px;
    opacity: 0;
}

.album-more:hover>span::after {
    right: 0;
    transition: opacity 1s, right .8s;
    opacity: 1;
}

.news-pic a {
    padding-top: 100%;
    width: 100%;
    overflow: hidden;
}

.news-pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}

@media (max-width: 1199.98px) {
    .no-gutters>[class*=col-] {
        align-self: flex-start;
    }
}


/* 201230 SHUYA-更新 stop */