/*--------------copyright by vicky start-------------------------------*/
@font-face {
    font-family: naikaifont;
    src: url(https://cdn.jsdelivr.net/gh/max32002/naikaifont@1.0/webfont/NaikaiFont-Regular-Lite.woff2) format("woff2"), url(https://cdn.jsdelivr.net/gh/max32002/naikaifont@1.0/webfont/NaikaiFont-Regular-Lite.woff) format("woff");
}

@font-face {
    font-family: SweiGothicCJKtc-Regular;
    src: url(https://cdn.jsdelivr.net/gh/max32002/swei-gothic@2.129/WebFont/CJK%20TC/SweiGothicCJKtc-Regular.woff2) format("woff2"),
        url(https://cdn.jsdelivr.net/gh/max32002/swei-gothic@2.129/WebFont/CJK%20TC/SweiGothicCJKtc-Regular.woff) format("woff");

}


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1.8;
    letter-spacing: 2px;
    font-size: 18px;
    color: #0e1920;
    font-family: 'SweiGothicCJKtc-Regular', sans-serif, 'naikaifont', 'Mali', cursive;
    background: url(../../images/pattern01.png) top left repeat, #84c1db;
    font-weight: 400;
    position: relative;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

a {
    display: block;
    color: #333;
    text-decoration: none;
    overflow: visible;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #333;
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
    height: auto;
}

::selection {
    background: #0071d0;
    color: #fff;
}

.clear {
    clear: both;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    line-height: 1.3;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

/************************************************************************************************************************************************/
/*----header area-------------------------------------------------------------------------------------------------------------------*/
/*header*/
.header {

    height: 0;
    width: 100%;
    position: fixed;
    z-index: 2000;
    top: 0;
	visibility: hidden;
    opacity: 0;
    transition: .5s ease-in .3s;
}

.headershow {
    height: 100vh;
	visibility: visible;
    opacity: 1;
    transition: .5s ease-in 0s;


}

/**** menu ****/

#header-overlay {
    height: 100vh;
    width: 100%;
    background: rgba(44, 62, 80, .9);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

.ilogo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

/**** intro text styling ****/

#intro {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    color: rgba(96, 125, 139, 1.0);
}

#intro h3 {
    font-family: 'Playfair Display', serif;
    font-size: 100px;
    text-transform: capitalize;
    font-weight: 900;
    padding-bottom: 7px;
    transition: .7s ease-in-out;
    color: rgba(241, 196, 15, 1.0);

}

#intro a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    border: 1px solid rgba(96, 125, 139, 1.0);
    padding: 10px 30px;
    position: absolute;
    transition: .3s ease-in-out;
    cursor: pointer;
    left: 0;
    top: 0;
}

#button-container {
    height: 40px;
    width: 118px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 50%);
    transition: .3s ease-in-out;
}

#button-overlay {
    height: 40px;
    width: 0;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(241, 196, 15, 1.0);
    transition: .3s ease-in-out;
}

.grow {
    width: 118px !important;
}

.grow2 {
    color: #000;
    border: 1px solid rgba(241, 196, 15, 1.0) !important;
}


.surprise {
    margin-left: -8%;
    opacity: 0;
    visibility: hidden;
}

.surprise2 {
    visibility: hidden;
    opacity: 0;
}



/**** menu button styling ****/

#menu-button-container {
    display: inline-block;
    float: right;
    padding: 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}

.menu-button_bg {
    background: url(../../images/menu_bg.png) top right no-repeat;
    height: 349px;
    width: 177px;
    max-width: 100%;
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 0;
    z-index: 2100;
}

#menu-button {
    background: url(../../images/menu_button.png) top center no-repeat;
    background-size: contain;
    height: 126px;
    width: 106px;
    position: relative;
    cursor: pointer;
    z-index: 2000;
}

#menu-button div {
    height: 3px;
    width: 100%;
    position: absolute;
    top: 14px;
    transition: .4s all;
}

#menu-button:hover {
    -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3))
}




/**** menu button animation styling ****/

#menu-button.change-color {
    background: url(../../images/menu_button1.png) top center no-repeat;
    background-size: contain;
    height: 126px;
    width: 106px;
    max-width: 100%;

}




/**** menu overlay styling ****/

#menu-overlay {
    position: absolute;
    height: 0;
    width: 100%;
    background: url(../../images/menu-overlay.png) top center no-repeat;
    background-size: contain;
    left: 0;
    top: 0;
    transition: .5s ease-in .3s;
    z-index: 5;
}

.showing #menu-overlay {
    transition: .5s ease-in 0s;
}

.reveal {
    height: 100vh !important;
}




/* nav menu styling */

#nav-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -10;
    transition-property: z-index;
    transition-delay: .5s;
    width: 100%;
}

.showing #nav-container {
    z-index: 5;
    transition-delay: 0s;
}


/*************menu內容******************/
.hero {
    position: relative;
    /*overflow: hidden;*/
    width: 100%;
    max-width: 1802px;
    min-height: 0px;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    transition: .5s ease-in .3s;
}

.heroshow {
    min-height: 960px;
    transition: .5s ease-in 0s;
}

.hero .point {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    transition: 0.8s ease-in-out;
    opacity: 0;
    padding-top: 1em;
}

.plus {
    text-align: center;
}

.plus .ch {
    font-family: 'naikaifont', cursive;
    font-size: 25px;
    letter-spacing: 0px;
    font-weight: 600;
}

.plus .en {
    font-size: 16px;
    font-family: 'Mali', cursive;
    letter-spacing: 0px;
}

.appear .point,
.appear .menu_logo_sp,
.appear .menu_wens_sp {
    opacity: 1;
    transition-delay: .5s;	
}

.hero .point:hover {
    transition: none;
}

.hero .dot {
    position: relative;
    cursor: pointer;
    max-width: 169px;
    min-height: 320px;
    transition: 0.3s ease-in-out;
}

.hero .dot:hover {
    transform: scale(1.1);
}

.points .point {
    /*overflow: hidden;*/
    width: 182px;
    max-width: 100%;
    padding-top: 1em;
    line-height: 1.4;
    z-index: 2500;

}

.points .point img:nth-of-type(1) {
    position: relative;
    top: -0.5em;
}

.points .point img:nth-of-type(2) {
    position: relative;
    bottom: -0.5em;
}

.points .point:nth-of-type(1) {
    top: 20%;
    left: 35.6%;
}

.points .point:nth-of-type(2) {
    top: 49%;
    left: 24%;
}

.points .point:nth-of-type(3) {
    top: 31%;
    left: 49%;
}

.points .point:nth-of-type(4) {
    top: 23%;
    left: 65%;
}

.points .point:nth-of-type(5) {
    top: 17%;
    left: 84%;
}

.points .point:nth-of-type(6) {
    top: 47%;
    left: 79%;
}

.points .point:nth-of-type(7) {
    top: 69%;
    left: 69%;
}

.points .point:nth-of-type(8) {
    top: 60%;
    left: 55%;
}

.points .point:nth-of-type(9) {
    top: 76%;
    left: 38%;
}

.points .point:nth-of-type(10) {
    top: 100%;
    left: 13%;
    padding-left: 10px;
}

.dot10 {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.dot10 img {
    margin: 5px 2px 0 0;
}

.dot10_text {}

@keyframes pulse {
    to {
        transform: translate(-50%, -50%) scale(4);
        border: 1px solid rgba(255, 255, 255, 0);
    }
}

.menu_logo_sp {
    position: absolute;
    bottom: 4em;
    right: 9em;
    opacity: 0;
    transition: 0.8s ease-in-out;
}

.menu_wens_sp {
    position: absolute;
    top: 4em;
    left: 8em;
    opacity: 0;
    transition: 0.8s ease-in-out;
}

@media (max-width:1400px) {
    .heroshow {
        min-height: 840px;
    }

    .hero .dot {
        width: 90%;
    }

    .points .point:nth-of-type(1) {
        top: 20%;
        left: 35.6%;
    }

    .points .point:nth-of-type(2) {
        top: 49%;
        left: 22%;
    }

    .points .point:nth-of-type(3) {
        top: 31%;
        left: 48%;
    }

    .points .point:nth-of-type(4) {
        top: 22%;
        left: 66%;
    }

    .points .point:nth-of-type(5) {
        top: 17%;
        left: 85%;
    }

    .points .point:nth-of-type(6) {
        top: 47%;
        left: 78%;
    }

    .points .point:nth-of-type(7) {
        top: 67%;
        left: 71%;
    }

    .points .point:nth-of-type(8) {
        top: 56%;
        left: 56%;
    }

    .points .point:nth-of-type(9) {
        top: 69%;
        left: 37%;
    }

    .points .point:nth-of-type(10) {
        top: 90%;
        left: 11%;
    }

    .menu_wens_sp {
        top: 3em;
        left: 3em;
    }

    .menu_logo_sp {
        bottom: 5em;
        right: 3em;
    }
}

@media (max-width: 1200px) {
    .hero .dot {
        width: 60%;
    }

    .points .point:nth-of-type(1) {
        top: 20%;
        left: 37.6%;
    }

    .points .point:nth-of-type(2) {
        top: 44%;
        left: 25%;
    }

    .points .point:nth-of-type(3) {
        top: 31%;
        left: 49%;
    }

    .points .point:nth-of-type(4) {
        top: 24%;
        left: 69%;
    }

    .points .point:nth-of-type(5) {
        top: 20%;
        left: 86%;
    }

    .points .point:nth-of-type(6) {
        top: 44%;
        left: 80%;
    }

    .points .point:nth-of-type(7) {
        top: 63%;
        left: 73%;
    }

    .points .point:nth-of-type(8) {
        top: 52%;
        left: 58%;
    }

    .points .point:nth-of-type(9) {
        top: 65%;
        left: 40%;
    }

    .points .point:nth-of-type(10) {
        top: 83%;
        left: 11%;
        width: 100%;
    }

    .menu_wens_sp {
        top: 2.5em;
        left: 2.1em;
        width: 14%;
    }

    .menu_logo_sp {
        bottom: 11.7em;
        right: 3em;
        width: 14%;
    }
}

@media (max-width: 990px) {
    .hero .dot {
        width: 40%;
    }

    .plus .ch {
        font-size: 16px;
        letter-spacing: 0px;
    }

    .plus .en {
        font-size: 13px;
    }

    .points .point:nth-of-type(1) {
        top: 23%;
        left: 40%;
    }

    .points .point:nth-of-type(2) {
        top: 41%;
        left: 27%;
    }

    .points .point:nth-of-type(3) {
        top: 30%;
        left: 51%;
    }

    .points .point:nth-of-type(4) {
        top: 24%;
        left: 70%;
    }

    .points .point:nth-of-type(5) {
        top: 35%;
        left: 86%;
    }

    .points .point:nth-of-type(6) {
        top: 47%;
        left: 80%;
    }

    .points .point:nth-of-type(7) {
        top: 57%;
        left: 74%;
    }

    .points .point:nth-of-type(8) {
        top: 48%;
        left: 60%;
    }

    .points .point:nth-of-type(9) {
        top: 57%;
        left: 40%;
    }

    .points .point:nth-of-type(10) {
        top: 69%;
        left: 11%;
        width: 100%;
    }

    .menu_wens_sp {
        top: 2.2em;
        left: 2.1em;
    }

    .menu_logo_sp {
        bottom: 17.2em;
        right: 2em;
    }
}

@media (max-width: 768px) {
    .ilogo {
        width: 50%;
    }

    .menu-button_bg {
        background: none;
        height: 132px;
    }

    #menu-button {
        background-size: 80%;
    }

    #menu-button.change-color {
        background-size: 80%;
    }

    #menu-overlay {
        background: url(../../images/menu-overlay_sp.png) top center no-repeat;
        background-size: 100vw 100vh;
    }

    .heroshow {
        min-height: 996px;
        max-width: 953px;
    }

    .hero .dot {
        width: 70%;
        min-height: 245px;
    }

    .points .point:nth-of-type(1) {
        top: 16%;
        left: 64%;
    }

    .points .point:nth-of-type(2) {
        top: 30%;
        left: 26%;
    }

    .points .point:nth-of-type(3) {
        top: 40%;
        left: 51%;
    }

    .points .point:nth-of-type(4) {
        top: 27%;
        left: 83%;
    }

    .points .point:nth-of-type(5) {
        top: 51%;
        left: 84%;
    }

    .points .point:nth-of-type(6) {
        top: 62%;
        left: 60%;
    }

    .points .point:nth-of-type(7) {
        top: 55%;
        left: 30%;
    }

    .points .point:nth-of-type(8) {
        top: 73%;
        left: 31%;
    }

    .points .point:nth-of-type(9) {
        top: 85%;
        left: 59%;
    }

    .points .point:nth-of-type(10) {
        top: 104%;
        left: 38%;
        width: 60%;
    }

    .menu_logo_sp {
        bottom: 2em;
        right: 3em;
        width: 21%;
    }

    .menu_wens_sp {
        top: 2em;
        left: 2.8em;
        width: 21%;
    }
}

@media (max-width: 450px) {
    #menu-overlay {
        background: url(../../images/menu-overlay_sp2.png) top center no-repeat;
        background-size: contain;
    }

    #menu-button {
        background-size: 76%;
        right: 12px;
    }

    #menu-button-container {
        padding: 12px 40px;
    }

    #menu-button.change-color {
        background-size: 76%;
        right: 12px;
    }

    .menu-button_bg {
        right: -13%;
        background-size: 86%;
        background-repeat: no-repeat;
        background: none;
    }

    .heroshow {
        min-height: 892px;
    }

    .hero .dot {
        width: 53%;
        min-height: 134px;
    }

    .points .point {
        line-height: 1;
    }

    .points .point img:nth-of-type(1) {
        width: 45%;
    }

    .points .point img:nth-of-type(2) {
        width: 25%;
    }

    .points .point:nth-of-type(1) {
        top: 16%;
        left: 67%;
        z-index: 3000;
    }

    .points .point:nth-of-type(2) {
        top: 26%;
        left: 34%;
    }

    .points .point:nth-of-type(3) {
        top: 39%;
        left: 61%;
    }

    .points .point:nth-of-type(4) {
        top: 25%;
        left: 92%;
    }

    .points .point:nth-of-type(5) {
        top: 42%;
        left: 94%;
        z-index: 2501;
    }

    .points .point:nth-of-type(6) {
        top: 48%;
        left: 66%;
    }

    .points .point:nth-of-type(7) {
        top: 49%;
        left: 30%;
    }

    .points .point:nth-of-type(8) {
        top: 62%;
        left: 43%;
    }

    .points .point:nth-of-type(9) {
        top: 71%;
        left: 64%;
    }

    .points .point:nth-of-type(10) {
        top: 81%;
        left: 39%;
    }

    .points .point .dot10 img {
        width: 16%;
    }

    .menu_logo_sp {
        bottom: 12em;
        right: 2em;
    }

    .menu_wens_sp {
        top: 6em;
        left: 2.1em;

    }
}

@media (max-width: 390px) {
    .menu-button_bg {
        right: -18%;
        background-size: 94%;
    }

    #menu-button {
        background-size: 76%;
        right: 26px;
        top: -14px;
    }

    #menu-button.change-color {
        background-size: 76%;
        right: 26px;
        top: -3px;
    }

    .heroshow {
        min-height: 842px;
    }

    .points .point:nth-of-type(1) {
        top: 16%;
        left: 66%;
    }

    .points .point:nth-of-type(2) {
        top: 25%;
        left: 40%;
    }

    .points .point:nth-of-type(3) {
        top: 35%;
        left: 63%;
    }

    .points .point:nth-of-type(4) {
        top: 25%;
        left: 91%;
    }

    .points .point:nth-of-type(5) {
        top: 42%;
        left: 94%;
    }

    .points .point:nth-of-type(6) {
        top: 51%;
        left: 68%;
    }

    .points .point:nth-of-type(7) {
        top: 49%;
        left: 29%;
    }

    .points .point:nth-of-type(8) {
        top: 60%;
        left: 42%;
    }

    .points .point:nth-of-type(9) {
        top: 69%;
        left: 64%;
    }

    .points .point:nth-of-type(10) {
        top: 80%;
        left: 38%;
    }

    .menu_logo_sp {
        bottom: 12em;
        right: 2em;
    }

    .menu_wens_sp {
        top: 4em;
        left: 2.3em;
    }
}

@media (max-width: 375px) {
    #menu-button-container {
        padding: 13px 41px;
    }

    #menu-button.change-color {
        max-width: 80%;
    }

    .points .point {
        width: 33%;
    }

    .points .point:nth-of-type(1) {
        top: 15%;
        left: 63%;
    }

    .points .point:nth-of-type(2) {
        top: 25%;
        left: 35%;
    }

    .points .point:nth-of-type(3) {
        top: 33%;
        left: 63%;
    }

    .points .point:nth-of-type(4) {
        top: 22%;
        left: 88%;
    }

    .points .point:nth-of-type(5) {
        top: 41%;
        left: 91%;
    }

    .points .point:nth-of-type(6) {
        top: 49%;
        left: 69%;
    }

    .points .point:nth-of-type(7) {
        top: 49%;
        left: 25%;
    }

    .points .point:nth-of-type(8) {
        top: 58%;
        left: 39%;
    }

    .points .point:nth-of-type(9) {
        top: 67%;
        left: 62%;
    }

    .points .point:nth-of-type(10) {
        top: 76%;
        left: 38%;
    }

    .plus .ch {
        font-size: 12px;
    }

    .plus .en {
        font-size: 12px;
    }

    .menu_logo_sp {
        bottom: 14em;
    }

    .menu_wens_sp {
        top: 32em;
    }
}

@media (max-width: 350px) {
    .menu-button_bg {
        right: -17%;
        background-size: 70%;
    }

    .points .point:nth-of-type(7) {
        top: 46%;
        left: 26%;
    }

    .points .point:nth-of-type(8) {
        top: 56%;
        left: 39%;
    }

    .points .point:nth-of-type(9) {
        top: 64%;
        left: 62%;
    }

    .points .point:nth-of-type(10) {
        top: 73%;
    }

    .menu_logo_sp {
        bottom: 18em;
        right: 2em;
    }

    .menu_wens_sp {
        top: 2em;
        left: 2.3em;
    }
}

@media (max-width: 320px) {
    #menu-button {
        background-size: 59%;
    }

    #menu-button-container {
        padding: 26px 11px;
    }

    #menu-button.change-color {
        max-width: 80%;
        right: 10px;
        top: -17px;
    }

    .points .point:nth-of-type(5) {
        top: 36%;
        left: 92%;
    }

    .points .point:nth-of-type(7) {
        top: 44%;
        left: 26%;
    }

    .points .point:nth-of-type(8) {
        top: 52%;
        left: 39%;
    }

    .points .point:nth-of-type(9) {
        top: 60%;
        left: 62%;
    }

    .points .point:nth-of-type(10) {
        top: 67%;
    }

    .menu_logo_sp {
        bottom: 20em;
    }

    .menu_wens_sp {
        top: 3em;
        left: 1.8em;
    }
}

/*right_menu*/
.right_menu {
    background: url(../../images/right_menu_bg.png);
    position: fixed;
    bottom: 8em;
    right: 1em;
    z-index: 101;
    border-radius: 50px;
    border: 3px solid #dab390;
    outline: 3px solid #fff;
}

.right_menu ul {}

.right_menu ul li {
    margin: 1em 0.5em 1em 0.5em;
    transition: .2s all;
}

.right_menu ul li:hover {
    transform: scale(1.1);
}

.right_menu_deco {
    position: fixed;
    bottom: 4.3em;
    right: 1.3em;
    z-index: 4;
}

@media (max-width: 1400px) {
    .right_menu {}

    .right_menu_deco {}
}

/********dex***********/
/*carousel-fade*/
.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-inner>.item>img {
    display: inline-block;
}

/*dex*/
.dex {
    position: relative;
    text-align: center;
    height: 100vh;
    word-wrap: break-word;
    word-break: break-all;
}

.dex .item,
.carousel-inner {
    height: 100%;
    z-index: 3;
}

.dex .item:nth-of-type(1) {
    background: url(../../flash/dex1.jpg) top right no-repeat;
    background-size: cover;
}

.dex .item:nth-of-type(2) {
    background: url(../../flash/dex2.jpg) top center no-repeat;
    background-size:contain;
}

.dex .item:nth-of-type(3) {
    background: url(../../flash/dex3.jpg) top right no-repeat;
    background-size: cover;
}

.dex .item:nth-of-type(4) {
    background: url(../../flash/dex4.jpg) top right no-repeat;
    background-size: cover;
}

/***iright***/
.iright {
    display: inline-block;
    vertical-align: top;
    max-width: 60vw;
}

.itext {
    padding: 8em 2em 0 0;
}

.itext p {
    width: 410px;
    margin: 0 auto;
    max-width: 90%;
    text-align: left;
}

.itext span {
    display: block;
    font-size: 12px;
    color: #1b578c;
    width: 410px;
    margin: 0 auto;
    max-width: 90%;
    text-align: left;
}

img.ilogo {
    padding-bottom: 2em;
    max-width: 80%;
}

/***ileft***/
.ileft {
    vertical-align: top;
    text-align: left;
    position: relative;
    z-index: 3;
    top: 42vh;
    left: 24vw;
}

.iright {
    vertical-align: top;
    text-align: left;
    position: relative;
    z-index: 3;
    top: 42vh;
    right: -18vw;
}

@media (max-width:1400px) {
    .ileft {
        left: 16vw;
    }

    .iright {
        right: -21vw;
    }
}

@media (max-width:1200px) {
    .ileft {
        left: 11vw;
    }

    .iright {
        right: -25vw;
    }
}

@media (max-width:990px) {
    .ileft {
        left: 4vw;
    }

    .iright {
        right: -28vw;
    }
}

@media (max-width:768px) {
    .dex .item:nth-of-type(1) {
        background-size: 100vw 90vh;
        background-position: center top;
    }

    .dex .item:nth-of-type(2) {
        background-size: 100vw 90vh;
        background-position: center top;
    }

    .dex .item:nth-of-type(3) {
        background-size: 100vw 90vh;
        background-position: center top;
    }

    .dex .item:nth-of-type(4) {
        background-size: 100vw 90vh;
        background-position: center top;
    }

}

@media (max-width:450px) {
    .dex {
        height: 90vh;
    }

    .ileft {
        left: 4vw;
        width: 60%;
        top: 45vh;
    }

    .iright {
        width: 60%;
        right: -22vw;
        top: 45vh;
    }

    .dex .item {
        height: 90vh;
    }

    .dex .item:nth-of-type(1) {
        background-size: cover;
    }

    .dex .item:nth-of-type(2) {
        background-size: cover;
    }

    .dex .item:nth-of-type(3) {
        background-size: cover;
    }

    .dex .item:nth-of-type(4) {
        background-size: cover;
    }

}

@media (max-width:390px) {
    .dex {
        height: 78vh;
    }

    .ileft {
        top: 30vh;
    }

    .iright {
        top: 30vh;
    }
}

@media (max-width:350px) {

    .dex {
        height: 670px;
    }

}

/**********index_bottom*******************/
.index_bottom {
    position: relative;
}

.index_bottom {
    position: relative;
    max-width: 1920px;
    min-height: 328px;
    margin-bottom: 80px;
    margin: auto;
    width: 100%;
}

.index_bottom2 {
    position: relative;
    max-width: 283px;
    min-height: 441px;
    margin-bottom: 80px;
    margin: auto;
    width: 100%;
}

.index_bottom_item {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.index_bottom_item.is-show {
    display: block;
}

.is-fadeIn {
    opacity: 0;
    transition: 1s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-property: opacity;
    position: absolute;
    bottom: 0;
    left: 0;
}

.is-fadeIn2 {
    opacity: 0;
    transition: 1s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-property: opacity;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.is-fadeIn.is-anime {
    opacity: 1;
    z-index: 4;
}

.is-fadeIn2.is-anime {
    opacity: 1;
    z-index: 4;
}

@media (max-width:768px) {
    .is-fadeIn {
        bottom: 7em;
    }

    .is-fadeIn2 {
        bottom: 7em;
    }

    .right_menu {
        display: inline-block;
        bottom: 0;
        left: 0;
        text-align: center;
        border-radius: 0;
        width: 100%;
    }

    .right_menu ul {
        display: inline-block;
        width: 100%;
    }

    .right_menu ul li {
        margin: 2% 2%;
        width: 12%;
        display: inline-block;
    }

    .right_menu_deco {
        display: none;
    }
}

@media (max-width:450px) {
    .is-fadeIn {
        bottom: -0.2em;
    }

    .is-fadeIn2 {
        max-width: 30%;
        bottom: -0.2em;
    }
}

@media (max-width:390px) {
    .is-fadeIn {
        bottom: -2px;
    }

    .is-fadeIn2 {
        max-width: 30%;
        bottom: -2px
    }
}

/*inlogo*/
.inlogo {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 80%;
}

.inlogo img {
    max-width: 100%;
}

@media (max-width:1400px) {}

@media (max-width: 990px) {}

@media (max-width: 767px) {
    .inlogo img {
        max-width: 72%;
    }
}

@media (max-width: 450px) {
    .inlogo img {
        max-width: 100%;
    }
}

/**********main***************/
.main {
    width: 100%;
    position: relative;
	z-index:100;

}

.warp1 {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 8em 0 0;
}

.title {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: center;
    min-height: 308px;
    margin: 0 auto;
    /*overflow: hidden;*/

}

.title img:nth-child(2) {
    position: relative;
    top: 3em;
    transform: rotate(-8deg);
}

.title_text {
    background: url(../../images/title_bg.png) center center no-repeat;
    background-size: contain;
    width: 373px;
    height: 228px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: bottom;

}

.title_text h3 {
    font-family: 'naikaifont';
    font-size: 36px;
    color: #3a5875;
    margin-top: 1.8em;
    margin-left: -0.3em;

}

.title_text span {
    font-size: 21px;
    color: #3a5875;
    font-family: 'Mali', cursive;

}

@media (max-width: 1400px) {
    .warp1 {
        padding: 16em 0 0;
    }

    .title img {}

    .title img:nth-child(2) {
        top: 0;
        transform: rotate(-18deg);
    }
}

.ab3_hr {
    -webkit-filter: drop-shadow(0px 0px 9px rgba(106, 131, 193, 0.7));
    filter: drop-shadow(0px 0px 9px rgba(106, 131, 193, 0.7));
	margin-top: 2em;
}

@media (max-width: 1200px) {
    .warp1 {}
}

@media (max-width: 1100px) {
    .title {
        max-width: 80%;
    }

    .title img:nth-child(2) {
        max-width: 28%;
        top: 4em;
    }

}

@media (max-width: 990px) {
    .title {
        max-width: 60%;
    }

    .title img:nth-child(2) {
        display: none;
    }
}

@media (max-width: 768px) {
    .warp1 {}

    .title {
        max-width: 72%;
        min-height: 265px;
    }
}

@media (max-width: 450px) {
    .warp1 {
        padding: 7em 0 0;
    }

    .title {
        max-width: 85%;
        min-height: 220px;
    }

    .title img {
        max-width: 40%;
    }

    .title_text h3 {
        margin-top: 2.5em;
        font-size: 30px;
    }

    .title_text span {
        font-size: 16px;
    }
}

/*inbottom*/
.inbottom {
    background: url(../../images/bottom_bg.png) top center no-repeat, url(../../images/bottom_img.jpg) top center no-repeat fixed;
    background-size: cover;
    width: 100%;
    min-height: 1070px;
    z-index: 2;
}
.inbottom2 {
    background: url(../../images/bottom_bg.png) top center no-repeat, url(../../images/bottom_img_tour.jpg) top center no-repeat fixed;
    background-size: cover;
    width: 100%;
    min-height: 1070px;
    z-index: 2;
}
@media (max-width: 990px) {
    .inbottom {
        background: url(../../images/bottom_bg.png) top center no-repeat, url(../../images/bottom_img.jpg) top center no-repeat;
        background-size: cover;
        min-height: 552px;
    }
}

@media (max-width: 768px) {
    .inbottom {
        min-height: 428px;
    }
	.inbottom2 {
        min-height: 428px;
    }
}

@media (max-width: 450px) {
    .inbottom {
        min-height: 231px;
    }
	.inbottom2 {
        min-height: 231px;
    }
}

@media (max-width: 390px) {
    .inbottom {
        min-height: 217px;
    }
	.inbottom2 {
        min-height: 217px;
    }
}

@media (max-width: 375px) {
    .inbottom {
        min-height: 209px;
    }
	.inbottom2 {
        min-height: 209px;
    }
}

/*footer*/
.footer {
    background: url(../../images/footer_bg.png) bottom center no-repeat, #f7ead8;
    background-size: cover;
    width: 100%;
    position: relative;
    text-align: center;
    min-height: 47vh;
    z-index: 1;
}

.footer a {
    color: #3a5875;
    font-size: 16px;
    transition: .3s ease all;
}

.footer a:hover {
    color: #754921;
}

.footer a img {
    opacity: 1;
    transition: .3s ease all;

}

.footer a img:hover {
    opacity: .5;
    transform: scale(.95);
}

.footerwarp {
    width: 1300px;
    margin: 0 auto;
    max-width: 100%;
    top: -4em;
    left: 19em;
    z-index: 5;
    position: absolute;
    text-align: left;

}

.footer_deco01 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.footer_deco02 {
    position: absolute;
    top: -7em;
    left: 0;
}

.ft_left {
    display: inline-block;
    vertical-align: top;
    width: 35%;
    text-align: left;
}

img.ft_logo {
    display: block;
    padding-bottom: 2em;
}

.ft_left ul {}

.ft_left ul li {
    display: block;
    vertical-align: top;
}

.ft_left ul li p {
    display: inline-block;
    width: 67%;
    text-align: left;
    color: #3a5875;
    font-size: 16px;
    font-family: 'SweiGothicCJKtc-Regular', sans-serif;
    font-weight: 600;
    line-height: 28px;
	vertical-align: top;
}

.ft_left ul li p:nth-child(1) {
    width: 23%;
}

.ft_right {
    display: inline-block;
    vertical-align: bottom;
    width: 58%;
    text-align: left;
    padding: 0 0 1em 0;
}

.qr {
    width: 18%;
    display: inline-block;
    vertical-align: top;
	text-align:center;
	font-size: 16px;
    font-family: 'SweiGothicCJKtc-Regular', sans-serif;
    font-weight: 600;
}

.ftlogo {
    display: inline-block;
}

.ftlogo ul li {
    display: inline-block;
    width: 30%;
}

.website {
    display: inline-block;
    font-weight: 600;
    padding-top: 0.5em;
}

.website ul li {
    display: inline-block;
    width: 18%;
    position: relative;
}

.website ul li:not(:last-child):after {
    content: '／';
    position: absolute;
    color: #3a5875;
    top: 0;
    right: 0;
    width: 18px;
    height: 1px;
}

.ftbtm {
    padding: 1.2em 0 0;
    text-align: center;
}

.ftbtm a {
    display: inline-block;
}

.wrap_ft {
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    text-align: left;
    font-size: 14px;
    display: block;
}

.wrap_ft .copyright {
    font-family: 'SweiGothicCJKtc-Regular', sans-serif;
    color: #3a5875;
    font-weight: 600;
}

.icon {
    font-family: 'SweiGothicCJKtc-Regular', sans-serif;
    color: #3a5875;
}

.icon a:hover {
    transform: scale(1.1);
}

@media (max-width: 1400px) {
    .footerwarp {
        left: 1em;
        top: -5em;

    }

    .footer_deco01 {
        max-width: 51vw;
    }

    .footer_deco02 {
        top: -11em;
    }
}
@media (max-width: 1366px) {
	.footer {
    min-height: 58vh;
}
}
@media (max-width: 1200px) {
    .footer {
        min-height: 45vh;
    }

    .footerwarp {
        left: 0;
        top: -3em;
    }

    .ft_left ul li p:nth-child(1) {
        width: 28%;
    }

    .footer_deco01 {
        max-width: 38vw;
    }

    .ft_right {
        width: 62%;
    }

    .website ul li {
        width: 20%;
    }
}

@media (max-width: 990px) {
    .footer {
        min-height: 48vh;
    }

    .footerwarp {
        top: 0em;
        padding-left: 1.2em;
    }

    .ft_left {
        width: 40%;
    }

    .ft_left ul li p:nth-child(1) {
        width: 27%;
    }

    img.ft_logo {
        padding-bottom: 1em;
    }

    .ft_right {
        width: 58%;
    }

    .footer_deco01 {}

    .footer_deco02 {
        top: -5em;
        max-width: 10vw;
    }

    .website ul li {
        width: 26%;
    }
}

@media (max-width: 768px) {
    .footer {
        min-height: 80vh;
        margin-bottom: 6em;
    }

    img.ft_logo {
        display: inline-block;
    }

    .ft_left {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .ft_left ul li {
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }

    .ft_left ul li p {
        width: 36%;
    }

    .ft_left ul li p:nth-child(1) {
        width: 20%;
    }

    .ft_right {
        width: 100%;
        margin: 0 auto;
        text-align: left;
        padding-top: 1em;
        padding-left: 1em;
    }

    .website ul li {
        width: 18%;
    }

    .footerwarp {
        top: 1em;
    }


    .wrap_ft {
        margin: 0;
    }

    .footer_deco02 {
        top: -4em;
    }
}

@media (max-width: 450px) {
    .footer {
        min-height: 135vh;
        margin-bottom: 4em;
    }

    .footerwarp {
        max-width: 90%;
    }

    img.ft_logo {
        max-width: 59%;
    }

    .ft_left {
        text-align: left;
    }

    .ft_left ul li p {
        width: 68%;
    }

    .ft_left ul li p:nth-child(1) {
        width: 30%;
    }

    .ft_right {
        padding-left: 0;
    }

    .ftlogo ul li {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .qr {
        width: 100%;
        text-align: center;
        padding: 0.5em 0 0.8em 0;
		display: block;
    }
	.qr img{
        display: block;
    text-align: center;
    margin: 0 auto;
    }

    .website {
        text-align: left;

    }

    .website ul li {
        width: 26%;
        text-align: left;
    }

    .ftbtm {
        padding: 1.2em 0 0;
        text-align: center;
    }

    .footer_deco01 {}

    .footer_deco02 {
        max-width: 16%;
        top: -3em;
    }
}

@media (max-width: 390px) {
    .footer {
            min-height: 125vh;
    margin-bottom: 3.8em;
    }


    .footer_deco01 {}
}

/*abdex*/
.abdex{
	position:relative;
	z-index:0;	
	pointer-events:none;
}
.abdex:before{
	content:'';
	background:url(../../images/abdex_mask.png) top left no-repeat;
	background-size: cover;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index: 100;
	
}
/*dex*/
.dex2 {
    position: relative;
    text-align: center;
    height: 1080px;
    word-wrap: break-word;
    word-break: break-all;
}

.dex2 .item,
.carousel-inner {
    height: 100%;
    z-index: 0;
}

.dex2 .item:nth-of-type(1) {
    background: url(../../flash/ab2_img011.jpg) top center no-repeat;
    background-size: cover;
}

.dex2 .item:nth-of-type(2) {
    background: url(../../flash/ab2_img012.jpg) top center no-repeat;
    background-size:cover;
}
.item .font{	
	padding:19rem 0 0 19rem;
	position:relative;
	text-align:left;
}
.item .font .ab2_img011_txt{
	position:absolute;
	top:13rem;
	right:9rem;
}
@media (max-width: 1600px){
	.item .font .ab2_img011_txt{
	position:absolute;
	top: 20rem;
    right: 5rem;
	width:25%;
}	
	}
@media screen and (max-width: 1400px){
	.item .font img{	
	width:40%;
}
	
	}
@media (max-width: 1100px){
	.item .font {
    padding: 15rem 0 0 4rem;
}
	.item .font img {
    width: 50%;
}
	.item .font .ab2_img011_txt {
    top: 30rem;
}
	
	}
@media (max-width:991px) {
	.item .font {
    padding: 12rem 0 0 4rem;
}
.item .font .ab2_img011_txt {
    top: 35rem;
    right: 2rem;
}
}
@media (max-width:768px) {
    .dex2 .item:nth-of-type(1) {        
        background: url(../../flash/ab2_img011_mob.jpg) top center no-repeat;
		background-position: top center;
    }

    .dex2 .item:nth-of-type(2) {        
        background: url(../../flash/ab2_img012_mob.jpg) top center no-repeat;
		background-position: top center;
    }
	.item .font img {
    width: 60%;
}

}
@media (max-width:576px){
	.item .font .ab2_img011_txt {
    top: 33rem;
    right: 13rem;
}
}
@media (max-width:450px) {
    .dex2 {
        height: 65vh;
    }

    .dex2 .item {
        height: 65vh;
    }

    .dex2 .item:nth-of-type(1) {
        background-size: auto 100%;
    }

    .dex2 .item:nth-of-type(2) {
    background-size: auto 100%;
    background-position-x: 66%;
}
	.item .font {
    padding: 5rem 0 0 5rem;
}
.item .font img {
    width: 90%;
}
.item .font .ab2_img011_txt {
    top: 26rem;
    right: 2rem;
}

}

@media (max-width:390px) {
    
}

@media (max-width:350px) {

    .dex2 {
        height: 520px;
    }

}

/*ab_news*/
.ab_news{
	width: 1000px;
	max-width:100%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    padding: 3em 0 1em;
}
.ab_news h3{
	font-family: 'naikaifont';
	font-size: 35px;
    position: relative;
	color:#9245dc;	
}
/*ab1*/
.warp2 {
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    padding: 5em 0 1em;
}

.ab1 {
    background-color: #f7ead8;
    border-radius: 50px;
    padding: 1em;
    max-width: 42vw;
    text-align: center;
    margin: 0 auto;
}

.ab1:before {
    content: '';
    background: url(../../images/ab1_deco01.png) top left no-repeat;
    background-size: contain;
    position: absolute;
    width: 369px;
    height: 179px;
    top: 2.2em;
    left: 3.8em;
}

.ab1:after {
    content: '';
    background: url(../../images/ab1_deco02.png) top right no-repeat;
    background-size: contain;
    position: absolute;
    width: 153px;
    height: 196px;
    bottom: 0.2em;
    right: 3em;
}

.ab1 h3 {
    font-size: 30px;
    font-weight: 800;
    padding: 1em 0;
    position: relative;
}

.ab1 h3:after {
    content: '';
    background: url(../../images/ab1_deco03.png) top right no-repeat;
    background-size: contain;
    position: absolute;
    width: 32px;
    height: 33px;
    top: 0.2em;
    right: 9.6em;
}

.ab1 p {
    font-size: 18px;
    font-weight: 600;
    padding: 1em 3.7em 3em 3.7em;
    text-align: justify;
    line-height: 37px;

}

.ab1 p::first-letter {
    font-size: 27px;
}

.ab1 span {
    border-bottom: 1px #000 solid;
    padding-bottom: 5px;
}

/*ab2*/
.warp3 {
    max-width: 1500px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    padding: 5em 0 1em;
}

.ab2 {}

.ab2 h3 {
    font-size: 30px;
    font-weight: 900;
    position: relative;
}

.ab2 h3:before {
    content: '';
    background: url(../../images/ab2_deco01.png) top left no-repeat;
    background-size: contain;
    position: absolute;
    width: 72px;
    height: 36px;
    top: 0.1em;
    left: 14.2em;
}

.ab2 h3:after {
    content: '';
    background: url(../../images/ab2_deco02.png) top right no-repeat;
    background-size: contain;
    position: absolute;
    width: 72px;
    height: 36px;
    top: 0em;
    right: 14.2em;
}

.ab2 p {
    font-size: 22px;
    font-family: 'naikaifont';
    margin-bottom: 2em;
    margin-top: 0.5em;
}

/*ab3*/
.warp4 {
    max-width: 1250px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    padding: 3em 0 1em;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 0;
    line-height: 1.42857143;
    background-color: transparent;
    border: transparent;
    border-radius: 0;
}

.img-thumbnail,
.thumbnail {
    -webkit-box-shadow: none;
    ;
    box-shadow: none;
    ;
}

.ab3_deco01 {
    position: absolute;
    top: 44em;
    left: -6em;
}

.ab3_deco02 {
    position: absolute;
    top: 26em;
    right: -6em;
}

.ab3 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.ab3_content {
    width: 33.33333%;
    padding: 0.5em;
    margin-bottom: 1.2em;
}

.ab3_text {
    padding: 1.2em 3em 1.2em 1.2em;
    font-size: 16px;
    font-weight: 600;
    text-align: justify;
    letter-spacing: 3px;
}

/*ab4*/
.warp5 {
    max-width: 1300px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    padding: 4em 0 1em;
}

.ab4 {}

.ab4_top {
    display: inline-block;
}

.ab4_top img {
    display: inline-block;
    width: 94%;
    border-radius: 15px;
}

.ab4_top .text {
    display: inline-block;
    width: 40%;
    margin: 0 auto;
    padding: 1em 1em 1em 6em;
    vertical-align: middle;
    text-align: justify;
    font-weight: 600;
}

.ab4_top .text h3 {
    font-size: 30px;
    font-weight: 600;
    position: relative;
    padding: 0 0 1em 0.9em;
    width: 57%;
}

.ab4_top .text h3:before {
    content: '';
    background: url(../../images/ab4_deco01.png);
    position: absolute;
    width: 17px;
    height: 24px;
    top: 0;
    left: 0;
}

.ab4_top .text h3:after {
    content: '';
    background: url(../../images/ab4_deco01.png);
    position: absolute;
    width: 17px;
    height: 24px;
    top: 0;
    right: 0;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

.ab4_top .text p {
    padding-bottom: 1.4em;
    line-height: 1.6em;
}

.ab4_bottom {
        display: inline-block;
    padding-bottom: 1em;
    padding-top: 2em;
}

.ab4_bottom .content {
    display: inline-block;
    position: relative;
    width: 48%;
}
.ab4_bottom .content .text {
    width: 106%;
}
.ab4_bottom .content .ab4_deco02 {
    position: absolute;
    top: -1.5em;
    right: 0;
}

.ab4_bottom .content .text h3 {
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    padding-bottom: 0.5em;
}

.ab4_bottom .content .text p {
    text-align: left;
    font-weight: 600;
    padding: 0 10em 2em 0;
}

.ab4_bottom .img {
    display: inline-block;
    width: 51%;
    vertical-align: top;
    text-align: left;
}

.ab4_bottom .content .icon {
    text-align: left;
	padding-top: 1em;
}

.ab4_bottom .content .icon img {
    padding-right: 3.5em;
}

/*ab5*/
.ab5 {
    width: 100%;
    min-height: 787px;
    position: relative;
}

.ab5:before {
    content: '';
    background: url(../../images/ab5_mask.png) top left;
    background-size: cover;
    width: 100%;
    min-height: 787px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;

}

.ab5_bg {
    background: url(../../images/ab5_bg.jpg) top left no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/*ab6*/
.warp6 {
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    padding: 4em 0 3.7em;
}

.ab6 {}

.ab6_text {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 2em;
    position: relative;
}

.ab6_text:before {
    content: '';
    background: url(../../images/ab6_deco01.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 65px;
    height: 40px;
    top: 0;
    left: 19em;
}

.ab6_text:after {
    content: '';
    background: url(../../images/ab6_deco02.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 49px;
    height: 52px;
    top: -1.5em;
    right: 20.1em;
}

.ab6_text h3 {
    font-size: 30px;
    color: #0e1920;
    font-weight: 600;
    position: relative;
}

.ab6_text h3:before {
    content: '';
    background: url(../../images/ab4_deco01.png);
    position: absolute;
    width: 17px;
    height: 24px;
    top: 0;
    left: 15em;
}

.ab6_text h3:after {
    content: '';
    background: url(../../images/ab4_deco01.png);
    position: absolute;
    width: 17px;
    height: 24px;
    top: 0;
    right: 15em;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

.ab6_text p {
    font-size: 14px;
    color: #DC5045;
    font-weight: 600;
}

.ab6_img {
    display: inline-block;
}

.ab6_img img {
    width: 48%;
}

.ab6_img img:nth-child(2) {
    padding-left: .5em;
}
.ab7_img {
    display: inline-block;
	margin-top:1em
}

.ab7_img img {
    width: 98%;
}

.ab7_img img:nth-child(2) {
    padding-left: .5em;
}
@media (max-width: 1024px) {
    .ab1 {
        max-width: 78vw;
    }

    .ab2 h3:before {
        left: 11.3em;
    }

    .ab2 h3:after {
        right: 11.3em;
    }

    .ab3_deco01 {
        position: absolute;
        top: 44em;
        left: 0;
    }

    .ab3_deco02 {
        position: absolute;
        top: 26em;
        right: 0;
    }

    .ab3_text {
        padding: 1.2em 0em 1.2em 1.2em;
    }

    .ab4_top .text {
        padding: 1em;
    }

    .ab4_bottom .content .text p {
        padding: 0 7em 1em 0;
    }

    .ab4_bottom .content .text .icon img {
        max-width: 32%;
        padding-right: 0.5em;
    }

    .ab4_bottom .img img {
        max-width: 40%;
    }

    .ab6_text:before {
        top: 0;
        left: 14em;
    }

    .ab6_text:after {
        right: 16.1em;
    }

    .ab6_text h3:before {
        top: 0;
        left: 12.3em;
    }

    .ab6_text h3:after {
        top: 0;
        right: 12.3em;
    }
}
@media (max-width:991px){
	.ab_news {
    padding: 3em 0.5em 1em;
}
}
@media (max-width: 768px) {
    .ab1 {
        max-width: 81vw;
    }

    .ab1:before {
        top: 1.2em;
        left: 2.8em;
        background-size: 80%;
    }

    .ab1:after {
        bottom: -1.8em;
        right: 3em;
        background-size: 80%;
    }

    .ab1 h3:after {
        top: 0.2em;
        right: 5.6em;
    }

    .ab2 h3:before {
        left: 7.3em;
    }

    .ab2 h3:after {
        right: 7.3em;
    }

    .warp4 {
        padding: 3em;
    }

    .ab3_content {
        width: 50%;
    }

    .ab3_deco01 {
        top: 49em;
    }

    .warp5 {
        padding: 0 0 1em;
    }

    .ab4_top img {
        width: 90%;
    }

    .ab4_top .text h3 {
        width: 32%;
    }

    .ab4_top .text {
        width: 90%;
        padding: 1em 1em 1em 0;
    }

    .ab4_bottom {
        padding-top: 1em;
    }

    .ab4_bottom .content {
        width: 90%;
    }

    .ab4_bottom .content .text .icon img {
        max-width: 100%;
        padding-right: 2.5em;
    }

    .ab4_bottom .img {
        padding: 2em 0 0 0;
        width: 90%;
    }

    .ab4_bottom .img img {
        max-width: 100%;
        padding-right: 1em;
    }

    .ab5 {
        background: url(../../images/ab5_mask.png) top left no-repeat, url(../../images/ab5_bg.jpg) top left no-repeat;
        background-size: cover;
        width: 100%;
        min-height: 435px;
    }

    .ab5:before {
        display: none;
    }

    .ab5_bg {
        display: none;
    }

    .ab6_text:before {
        left: 7em;
    }

    .ab6_text:after {
        right: 9.1em;
    }

    .ab6_text h3:before {
        top: 0;
        left: 8.3em;
    }

    .ab6_text h3:after {
        right: 8.3em;
    }

    .ab6_img img {
        width: 90%;
    }

    .ab6_img img:nth-child(2) {
        padding-left: 0;
        padding-top: 0.9em;
    }
	.ab7_img img {
        width: 90%;
    }

    .ab7_img img:nth-child(2) {
        padding-left: 0;
        padding-top: 0.9em;
    }
}

@media (max-width: 450px) {
    .ab_news h3 {
    font-size: 30px;
}
.warp2 {
    padding: 7em 0 1em;
}
	.warp3 {
        padding: 0 0 1em;
    }

    .ab1:before {
        top: 4.2em;
        left: 1.8em;
        background-size: 56%;
    }

    .ab1:after {
        bottom: -4.2em;
        right: 1em;
        background-size: 55%;
    }

    .ab1 h3:after {
        top: 0.2em;
        right: 2.6em;
    }

    .ab1 p {
        padding: 1em 0.7em;
    }

    .ab2 {
        padding-top: 5em;
    }

    .ab2 h3:before {
        left: 1.3em;
    }

    .ab2 h3:after {
        right: 1.3em;
    }

    .ab2 p {
        margin-bottom: 0;
    }

    .ab2 img {
        padding: 1em;
    }

    .warp4 {
        padding: 1em 1em 3em;
    }

    .ab3_content {
        width: 100%;
    }

    .ab3_text {
        padding: 1.2em 1em 1.2em;
    }


    .ab4_top .text h3 {
        width: 100%;
        text-align: center;
    }

    .ab4_top .text h3:before {
        left: 3em;
    }

    .ab4_top .text h3:after {
        right: 2em;
    }
	.ab4_bottom .content .text {
    width: 100%;
	}
    .ab4_bottom .content .ab4_deco02 {
        top: -3.5em;
    }

    .ab4_bottom .content .text p {
        padding: 0 3em 1em 0;
    }

    .ab4_bottom .content .text .icon img {
        max-width: 38%;
        padding-right: 0;
    }

    .ab4_bottom .img {
        text-align: center;
    }

    .ab4_bottom .img img {
        padding-bottom: 1em;
    }

    .ab5 {
        min-height: 245px;
    }

    .ab6_text:before {
        left: 0.5em;
        background-size: 80%;
    }

    .ab6_text:after {
        right: 0;
        background-size: 80%;
    }

    .ab6_text h3:before {
        left: 2em;
    }

    .ab6_text h3:after {
        right: 2em;
    }
}

@media (max-width: 390px) {
    .ab1:before {
        background-size: 56%;
        width: 90%;
    }

    .ab1 p {
        padding: 0em 0.7em 2.2em;
    }

    .ab4_top .text h3:before {
        left: 2.5em;
    }

    .ab4_top .text h3:after {
        right: 1.5em;
    }

    .ab4_bottom .content .text .icon img {
        max-width: 31%;
    }
}

/*---inews---------------------------------------------------------------------------------------------------------------------------------*/
.news_bg {
    background: url(../../images/news_bg_02.png) top center;
	background-repeat: repeat-y;
    margin-top: 4em;
    width: 100%;
    text-align: center;
}

.news {
    max-width: 60%;
    text-align: center;
    margin: 0 auto;
}

.inews {
    position: fixed;
    top: 43vh;
    left: -300px;
    z-index: 6;
    transition: .3s ease-in;
    -webkit-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .2));
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .2));
    z-index: 2;
}

.inews:hover {
    left: 0px;
}


/*inew_title*/
.inew_title {
    cursor: pointer;
    float: right;
}

/*inews_list*/
.inews_list {
    background: url(../../images/inews_bg.png);
    height: 467px;
    width: 317px;
    display: inline-block;
    vertical-align: top;
    padding: 6em 0 1em 1.5em;
    text-align: center;
}

.inews_list table a {
    color: #000;
    transition: .2s ease-in;
}

.inews_list table a:hover {
    color: #d0c321;
}

@media screen and (max-width:1024px) {
    .inews {
        position: relative;
        top: 3em;
        left: 0;
        width: 80%;
        min-height: 451px;
        margin: 0 auto;
        background: url(../../images/inews_title_mo.png) top center no-repeat;
        text-align: center;
        -webkit-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .2));
        filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .2));
        z-index: 3;
    }

    .inews_list {
        width: 43%;
        height: auto;
        min-height: 150px;
        background: none;
        border: 0px;
        padding: 4em 0 1em 0;
    }

    .inew_title {
        float: none;
        text-align: center;
        padding: 3% 0 1%;
    }

    .inew_title img {
        display: none;
    }

    .ntitle {
        text-align: center;
        position: relative;
        margin: 0 auto;
        width: 80%;
        vertical-align: top;
    }
}

@media screen and (max-width: 450px) {
    .inews_list {
        width: 77%;
        height: auto;
        min-height: 150px;
        background: none;
        border: 0px;
        padding: 6.3em 0 1em 0;
    }
}

@media screen and (max-width:400px) {
    .inews {
        width: 90%;
        margin-bottom: 11%;
    }

    .inew_title img {
        width: 60%;
    }
}

@media screen and (max-width:375px) {
    .inews {
        width: 95%;
    }

    .inew_title img {
        width: 50%;
    }
}

/***newslist_rwd***/
.newslist_rwd {
    text-align: center;
    padding: 1.2em;
}

.newslist_rwd a {
    position: relative;
    transition: .3s ease all;
    line-height: 1.5;
    color: #000;
}

/*npic*/
.npic {
    position: relative;
    width: 80%;
    min-height: 145px;
    transition: .3s ease all;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    background-color: #f6e6a5;
    border: 3px solid #3a5875;
}

.npic02 {
    width: 100%;
    min-height: 250px;
}

.npicimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
}

.newslist_rwd a:hover .npic {
    transform: translateY(-5px);
}

/*ntitle*/
.ntitle {
    text-align: center;
    position: relative;
    margin: .5em 0;
    width: 100%;
    vertical-align: top;
}

.ntitle p {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 18px;
    vertical-align: top;
    color: #3a5875;
    line-height: 1.5;
    font-weight: 700;
}

.ntitle p a {
    display: inline-block;
}

.ntitle p a:nth-of-type(1) {
    display: block;
    overflow: hidden;
}

.ntitle span {
    text-align: left;
    padding: 0 3px;
    font-size: 16px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: .2s ease all;
}

.ntitle b {
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    color: #3a5875;
    vertical-align: top;
}

.newslist_rwd a:hover .ntitle span {
    color: #d0771c;
}

/*page_num*/
.page_num {
    padding: 1em 0;
}

.page_num table {
    position: relative;
    top: 4em;
}


.page_num a {
    display: inline-block;
}

.inews .page_num {
    display: none;
}

.ripple2{
	width: 100%;
	text-align: left;
}

@media (max-width:1200px) {    
	.news {
    max-width: 80%;
}
	.npic {
        min-height: 200px;
    }
}

@media (max-width:991px) {
   
	.newslist_rwd {
        padding: 1em .5em 0em;
    }
	.npic {
        min-height: 250px;
    }
}

@media (max-width:768px) {
    .newslist_rwd.col-xs-12 {
        width: 50%;
    }

    .npic {
        min-height: 200px;
    }
}

@media (max-width:530px) {
    .newslist_rwd.col-xs-12 {
        width: 100%;
    }

    .npic {
        min-height: 200px;
        width: 100%;
    }

    .ntitle {
        width: 100%;
        padding-left: .5em;
    }

    .ntitle b {
        position: relative;
        top: 0;
    }

    .ntitle p {
        padding: .3em 0 0 0em;
    }

    .newslist_rwd {
        padding: 0em .5em 1em;
    }
}

@media (max-width:380px) {
    .npic {
        min-height: 180px;
    }
}
.newslist{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    align-content: flex-start;
}
/*--------Q&A----------------------------------------------------------------*/
.warp7 {
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    padding: 5em 0 1em;
}

.faq h3 {
    font-size: 30px;
    font-weight: 900;
    position: relative;
}

.faq h3:before {
    content: '';
    background: url(../../images/ab2_deco01.png) top left no-repeat;
    background-size: contain;
    position: absolute;
    width: 72px;
    height: 36px;
    top: 0.1em;
    left: 14.2em;
}

.faq h3:after {
    content: '';
    background: url(../../images/ab2_deco02.png) top right no-repeat;
    background-size: contain;
    position: absolute;
    width: 72px;
    height: 36px;
    top: 0em;
    right: 14.2em;
}

.faq p {
    font-size: 16px;
    color: #d7514a;
    margin-bottom: 2em;
}

.accordion {
    width: 100%;
    max-width: 75rem;
    margin: 0 auto;
    padding: 1em 0 7em 0;
}

.accordion-item {
    position: relative;
    text-align: left;
}

.accordion-item.active .faq_heading {
    color: #066cac;
}

.accordion-item.active .faq_icon {}

.accordion-item.active .faq_icon:before {
    background: #066cac;
}

.accordion-item.active .faq_icon:after {
    width: 0;
}

.accordion-item .faq_heading {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: #066cac;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    padding: 1.5rem 1.5rem 1.5rem 0;
    transition: 0.3s ease-in-out;
}

.accordion-item .faq_heading:hover {
    color: #066cac;
}

.accordion-item .faq_heading:hover .faq_icon:before,
.accordion-item .faq_heading:hover .faq_icon:after {
    background: #066cac;
}

.accordion-item .faq_icon {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 3rem;
    height: 3rem;
    border: 2px solid #066cac;
    border-radius: 15px;
    transform: translateY(-50%);
}

.accordion-item .faq_icon:before,
.accordion-item .faq_icon:after {
    content: "";
    width: 1.25rem;
    height: 0.25rem;
    background: #066cac;
    position: absolute;
    border-radius: 3px;
    left: 50%;
    top: 50%;
    transition: 0.3s ease-in-out;
    transform: translate(-50%, -50%);
}

.accordion-item .faq_icon:after {
    transform: translate(-50%, -50%) rotate(90deg);
    z-index: -1;
}

.accordion-item .faq_content {
    padding: 0.5em 0;
    display: none;
}

.accordion-item .faq_content a {
    display: inline-block;
}

.accordion-item .faq_content p {
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
    color: #0e1920;
    padding-right: 2em;
    line-height: 1.8;
}

.faq_title {
    border-bottom: 1px solid #066cac;
    padding-bottom: 1.2em;
}

@media (max-width: 1024px) {
    .faq h3:before {
        left: 11.2em;
    }

    .faq h3:after {
        right: 11.2em;
    }
}

@media (max-width: 768px) {
    .warp7 {
        padding: 0 0 1em;
    }

    .faq h3:before {
        left: 7.2em;
    }

    .faq h3:after {
        right: 7.2em;
    }

    .accordion {
        max-width: 56rem;
    }
}

@media (max-width: 450px) {
    .faq h3:before {
        left: 1.7em;
    }

    .faq h3:after {
        right: 1.7em;
    }

    .accordion {
        max-width: 35rem;
    }
}

@media (max-width: 390px) {
    .faq h3:before {
        left: 0.7em;
    }

    .faq h3:after {
        right: 0.7em;
    }
}

/*--------LOC----------------------------------------------------------------*/
.warp8 {
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    padding: 5em 0 1em;
}

.loc_info {}

.loc_info .content {
    padding: 3.5em 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;

}

.loc_info h3 {
    font-size: 30px;
    font-weight: 900;
    position: relative;
}

.loc_info h3:before {
    content: '';
    background: url(../../images/ab2_deco01.png) top left no-repeat;
    background-size: contain;
    position: absolute;
    width: 72px;
    height: 36px;
    top: 0.1em;
    left: 13.2em;
}

.loc_info h3:after {
    content: '';
    background: url(../../images/ab2_deco02.png) top right no-repeat;
    background-size: contain;
    position: absolute;
    width: 72px;
    height: 36px;
    top: 0em;
    right: 13.2em;
}

.loc_img01 {
    border: 7px solid #3a5875;
    border-radius: 22px;
}

.loc_deco01 {
    padding: 0 2em;
    position: relative;
    top: 8.4em;
}

.loc_info .text {
    text-align: left;
    margin: 0;
    position: relative;
    top: 0;
	width: 45%;
}

.loc_info .text ol {
    line-height: 33px;
}

.loc_info .text ol li {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding-left: 2.5em;
}

.loc_info .text ol li:before {
    content: url(../../images/tour_icon_05.png);
    position: absolute;
    width: 33px;
    height: 33px;
    top: 0;
    left: 0;

}

.loc_map h3 {
    margin: 2em 0;
}

.map iframe {
    width: 100%;
    min-height: 100%;
    vertical-align: middle;
    border-radius: 44px;
}

div#map_canvas {
    height: 648px;
    width: 80%;
    position: relative;
    border: solid 7px #3a5875;
    border-radius: 50px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .3);
    margin: 0 auto;
    text-align: center;
}

#services_loc span {
    padding: 4% 0 2%;
}

.loc_route {
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
}

@media (max-width:1520px) {
    div#map_canvas {
        height: 620px;
        width: 80%;
    }
}

@media (max-width:1360px) {
    div#map_canvas {
        height: 620px;
        width: 80%;
    }
}

@media (max-width: 1300px) {
    div#map_canvas {
        height: 530px;
        width: 70%;
    }
}

@media (max-width: 1100px) {

    div#map_canvas {
        height: 500px;
        width: 86%;
        margin-left: .5em;

    }
}

@media (max-width: 1024px) {
    .loc_info h3:before {
        left: 11.2em;
    }

    .loc_info h3:after {
        right: 11.2em;
    }
}

@media (max-width: 768px) {
    .warp8 {
        padding: 0 0 1em;
    }

    .loc_info h3:before {
        left: 5.8em;
    }

    .loc_info h3:after {
        right: 5.8em;
    }

    .loc_img01 {
        width: 80%;
    }

    .loc_deco01 {
        display: none;
    }

    .loc_info .text {
        top: 1em;
        width: 80%;
    }
}

@media (max-width:650px) {
    div#map_canvas {
        height: 450px;
    }
}

@media (max-width: 450px) {
    .loc_info h3:before {
        left: 0.2em;
    }

    .loc_info h3:after {
        right: 0.2em;
    }

    .loc_img01 {
        width: 90%;
    }

    .loc_info .text {
        width: 90%;
    }
}

@media (max-width:425px) {
    div#map_canvas {
        height: 400px;
    }
}

@media (max-width:400px) {
    div#map_canvas {
        height: 370px;
    }
}

@media (max-width: 390px) {
    .loc_info h3:before {
        left: 0.7em;
    }

    .loc_info h3:after {
        right: 0.7em;
    }

    .loc_map h3:before {
        left: 0.2em;
    }

    .loc_map h3:after {
        right: 0.2em;
    }

}

/*-----gotop-------*/
#gotop {
    position: fixed;
    bottom: 0;
    left: 1em;
    z-index: 100;
    cursor: pointer;
    line-height: 0;
}

#gotop img {
    transition: .2s linear;
}

#gotop:hover img {
    -webkit-filter: contrast(2);
    filter: contrast(2);
}

@media screen and (max-width:500px) {
    #gotop {
        width: 70px;
        bottom: 5em;
        left: 0em;
    }
}



/*--------tour----------------------------------------------------------------*/
.warp9 {
    max-width: 1600px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    padding: 5em 0 3em;
}

.tour1 {
    display: flex;
    justify-content: center;
}

.tour1 .tour_box {
    width: 33.3333%;
    margin: 0.5em;
    background-color: #f7ead8;
    border-radius: 20px;
    box-shadow: 2px 2px 2px 1px rgba(106, 131, 193, 0.2);
	position: relative;
    padding-bottom: 4rem;
}

.tour1 .tour_content {
    padding: 2em 2em 0 2em;
    min-height: 49vh;
}

.tour1 .tour_content .tour_price p.\.tour_br {
    display: none;
}

.tour1 .tour_title {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}

.tour1 .tour_title h5 {
    display: inline-block;
    font-size: 1.3em;
    font-weight: 600;
    min-height: 69px;
    padding: 1em 0 0 4.2em;
    background-size: contain;
    max-width: 100%;
    background-repeat: no-repeat;
    background-position: left;
    text-align: left;
    width: 60%;
}

.tour1 .tour_print {
    display: inline-block;
    text-align: right;
    width: 46%;
}

.tour1 .tour_print img {
    width: 30%;
}

.tour1 .tour_price table tr {
    width: 100%;
    margin: 1em auto 0.2em;
    text-align: center;
    border-bottom: solid 1px;
}

.tour1 .tour_price {
    text-align: left;
    padding: 1em 0 0;
    line-height: 33px;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.5;
}

.tour1 .tour_price table tr td {
    text-align: left;
	color: #0a597b;
}

.tour1 .tour_price table tr th:nth-child(2),
.tour1 .tour_price table tr td:nth-child(2),
.tour1 .tour_price table tr td:nth-child(3) {
    text-align: center;
    vertical-align: middle;
}

.tour1 .tour_box .tour_desc {
    text-align: left;
    padding: 1em 0 0;
    font-size: 1em;
    font-weight: 600;
}

.tour1 .tour_box .tour_desc tr {
    line-height: 34px;
}
.tour1 .tour_box .tour_desc a{
    color: #d7524b;
	transition:.5s all;
}
.tour1 .tour_box .tour_desc a:hover{
    color: #0b5a7b;
}
.tour1 .tour_box .tour_btn {
    margin: 1.2em 0 2.5em 1.5em;
    font-size: 1em;
    font-weight: 600;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;

}

.tour1 .tour_box .tour_btn a {
    transition: .5s all;

}

.tour1 .tour_box .tour_btn a:hover {
    -webkit-filter: invert(1);

}

.tour2 {
    display: flex;
    justify-content: flex-start;

}

.tour2 .tour_box {
    margin: 0.5em;
    background-color: #f7ead8;
    border-radius: 20px;
    box-shadow: 2px 2px 2px 1px rgba(106, 131, 193, 0.2);
    padding: 3em 0;
    position: relative;
}

.tour2 .tour_box:nth-of-type(1) {
    width: 66.66%;
}

.tour2 .tour_box:nth-of-type(2) {
    width: 33.33%;
    background-color: transparent;
    box-shadow: none;
    vertical-align: middle;
    position: relative;
    top: 4em;
    display: grid;
    justify-content: center;
    height: 483px;
}

.tour2 .tour_box:nth-of-type(2) .tour_note_02 {
    padding-top: 3em;
}

.tour2 .tour_box:nth-of-type(2) img {
    transition: .5s all;
}

.tour2 .tour_box:nth-of-type(2) img:hover {
    transform: scale(0.8);
}

.tour2 .tour_box .tour_title {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    flex-grow: 1;
    padding: 0 1em 1.5em 1.5em;
}

.tour2 .tour_box .tour_title h5 {
    display: inline-block;
    font-size: 1.5em;
    font-weight: 600;
    height: 69px;
    padding: 0.5em 0 0 4.7em;
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
    background-position: left;
    text-align: left;
}

.tour2 .tour_box02 .tour_content1,
.tour2 .tour_box02 .tour_content2 {
    background-color: #86ddc9;
}

.tour2 .tour_box02 .tour_content1 .tour_title,
.tour2 .tour_box02 .tour_content2 .tour_title {
    font-size: 1.25em;
    font-weight: 600;
    display: inline-block;
    padding: 0;
}

.tour2 .tour_box02 {
    display: inline-block;

}

.tour2 .tour_box02 .tour_content1 {
    display: inline-block;
    width: 48%;
    text-align: left;
    padding: 0 1em 0.5em;
    margin-right: 0.4em;
}

.tour2 .tour_box02 .tour_content2 {
    display: inline-block;
    width: 48%;
    text-align: left;
    padding: 1em;
}

.tour2 .tour_box02 .tour_content1 .tour_desc01,
.tour2 .tour_box02 .tour_content2 .tour_desc01 {
    background-color: #f7ead8;
    margin: 0 0 0.5em 0;
    font-weight: 600;
    padding: 0.6em 0 0 1.2em;

}

.tour2 .tour_box02 .tour_content1 .tour_desc01 span,
.tour2 .tour_box02 .tour_content2 .tour_desc01 span {

    border-bottom: 1px solid #000;

}

.tour2 .tour_box02 .tour_content1 .tour_desc02,
.tour2 .tour_box02 .tour_content2 .tour_desc02 {
    background-color: #f7ead8;
    margin: .5em 0;
    font-weight: 600;
    padding: 1.2em;
    text-align: justify;

}
.tour2 .tour_box02 .tour_content2 .tour_desc02 a{
	color: #d7524b;
	transition:.5s all;
}
.tour2 .tour_box02 .tour_content2 .tour_desc02 a:hover{
	color: #0b5a7b;
}
.tour2 .tour_box02 .tour_content2 {
    display: inline-block;
    width: 40%;
    text-align: left;
    vertical-align: top;
    padding: 0 1em 0.5em;
    margin-right: 0.4em;

}

.tour2 .tour_box .telcall {
    position: absolute;
    bottom: 1em;
    right: 0;
}

.tour2 .tour_box img.telcall {
    transition: .5s all;

}

.tour2 .tour_box img.telcall:hover {
    -webkit-filter: invert(1);

}

@media(max-width:1400px) {
    .tour1 .tour_content {
        min-height: 61vh;
    }

    .tour1 .tour_print {
        width: 40%;
    }

    .tour1 .tour_box .tour_content .tour_title .tour_print img {
        width: 30%;
    }
}

@media(max-width:1200px) {
    .tour1 .tour_title h5 {
        font-size: 1em;
    }
}

@media(max-width:1024px) {
    .tour1 .tour_box .tour_btn {
        justify-content: flex-end;
        flex-wrap: wrap;
        align-content: flex-start;
    }
}

@media(max-width:990px) {
    .tour1 {
        flex-wrap: wrap;
    }

    .tour1 .tour_content {
        min-height: 50vh;
    }

    .tour1 .tour_box {
        width: 45%;
		padding-bottom: 12rem;
    }

    .tour2 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .tour2 .tour_box:nth-of-type(1) {
        width: 90%;
    }

    .tour2 .tour_box:nth-of-type(2) {
        width: 90%;
        top: 0;
    }

    .tour2 .tour_box:nth-of-type(2) a {
        display: inline-block;
    }

    .tour2 .tour_box:nth-of-type(2) .tour_note_02 {
        padding-top: 0;
        padding-left: 3em;
    }
}

@media (max-width: 768px) {
    .warp9 {
        padding: 0 0 1em;
    }

    .tour1 .tour_box {
        width: 70%;
    }

    .tour1 .tour_content .tour_price p.\.tour_br {
        display: inline;
    }
}

@media (max-width: 450px) {
    .warp9 {
        padding: 0 0 1em;
    }

    .tour1 .tour_box {
        width: 90%;
    }

    .tour1 .tour_print {
        width: 35%;
    }

    .tour1 .tour_title h5 {
        width: 70%;
        padding: 1em 0 0 4.2em;
    }

    .tour1 .tour_content {
        padding: 2em 2em 0 2em;
    }

    .tour2 .tour_box:nth-of-type(1) {
        width: 98%;
        padding: 3em 0 8em;
    }

    .tour2 .tour_box02 .tour_content1 {
        width: 95%;
        margin-right: 0;
    }

    .tour2 .tour_box02 .tour_content2 {
        width: 95%;
        margin-right: 0;
        margin-top: 1em;
    }

    .tour2 .tour_box:nth-of-type(2) .tour_note_02 {
        padding-top: 2em;
        padding-left: 0;
    }
}

@media (max-width: 390px) {

    .tour1 .tour_box {
        width: 98%;
    }
}

/*---note_info---------------------------------------------------------------------------------------------------------------------------------*/
.modal {
    padding: 0 !important;
    z-index: 2100;
}

.modal-content02 {
    background: rgba(247, 234, 216, 1);
    padding: 2% 5% 5px;
    border-radius: 20px;
    position: relative;
    height: 95vh;
    overflow: hidden;
}

.close {
    text-shadow: none;
    opacity: 1;
    font-weight: normal;
    box-shadow: none;
    font-size: 30px;
    position: absolute;
    top: 2%;
    right: 1%;
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    background: none;
    box-shadow: none;
    border: 0;
}

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

.modal-header .close {
    margin-top: 0px;
}

.modal-header {
    padding: 15px 0;
}

.modal-dialog {
    width: 80%;
    margin: 85px auto;
}

.modal-body {
    padding: 15px 0;
    height: 68vh;
}

/*note_01*/
.note_01 {
    text-align: left;
    font-size: 16px;
    letter-spacing: 1px;
}

.note_01 img {
    padding: 2% 0 1% 0;
}

.note_01 td {
    vertical-align: top;
    line-height: 1.2;
    padding: 5px 0;
    text-decoration: underline;
}

/*note_02*/
.note_02 {
    text-align: left;
    font-size: 18px;
    letter-spacing: 1px;
}

.note_02 img {
    padding: 2% 0 1% 0;
}

.note_02 td {
    vertical-align: top;
    line-height: 1.2;
    padding: 5px 0;
}

h4 {
    font-size: 25px;
}

@media screen and (max-width:1200px) {
    .modal-dialog {
        margin: 75px auto;
    }
}

@media screen and (max-width:990px) {
    .note_01 {
        padding: 0 0 2% 0;
    }

    .note_01 img {
        padding: 0;
    }

    .note_02 {
        padding: 0 0 2% 0;
    }

    .note_02 img {
        padding: 0;
    }

    .modal-content02 {
        overflow: hidden;
        padding: 2% 3% 5%;
    }

    .modal_body {
        height: 75vh;
    }

    .modal-body {
        padding: 0;
        height: 65vh;
        overflow-y: scroll;
    }

    .close {
        right: 2%;
    }
}

@media screen and (max-width:900px) {
    .modal-dialog {
        margin: 40px auto 0;
    }
}

@media screen and (max-width:768px) {
    .modal-dialog {
        width: 85%;
    }
}

@media screen and (max-width:530px) {
    .modal-dialog {
        width: 85%;
    }

    .note_01 img {
        max-width: 80%;
        width: 100%;
    }

    .note_01 img:nth-of-type(1) {
        width: 240px;
    }

    .note_02 img {
        max-width: 80%;
        width: 100%;
    }

    .note_02 img:nth-of-type(1) {
        width: 240px;
    }
}

@media screen and (max-width:450px) {
    .modal-dialog {
        width: 95%;
        margin: 1% auto 0;
    }

    h4 {
        font-size: 22px;
    }
}

@media screen and (max-width:400px) {
    .note_01 {
        font-size: 15px;
    }

    .note_02 {
        font-size: 15px;
    }

    h4 {
        font-size: 20px;
    }

    .modal-body {
        padding-top: 0;
    }

    .note_01 img:nth-of-type(1) {
        width: 220px;
    }

    .note_02 img:nth-of-type(1) {
        width: 220px;
    }
}

/*----------tidbit_pic-------------------*/
.warp10 {
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    padding: 5em 0 1em;
}

.tidbit_pic h3,
.tidbit_vedio h3,
.tidbit_sometips01 h3 {
    font-size: 1.875em;
    font-weight: 900;
    position: relative;
}

.tidbit_pic h3:before {
    content: '';
    background: url(../../images/ab2_deco01.png) top left no-repeat;
    background-size: contain;
    position: absolute;
    width: 72px;
    height: 36px;
    top: 0.1em;
    left: 13.2em;
}

.tidbit_pic h3:after {
    content: '';
    background: url(../../images/ab2_deco02.png) top right no-repeat;
    background-size: contain;
    position: absolute;
    width: 72px;
    height: 36px;
    top: 0em;
    right: 13.2em;
}

.tidbit_pic p,
.tidbit_vedio p {
    font-size: 1.375em;
    font-family: 'naikaifont';
    margin-bottom: 2em;
}

.container.flex-container.gallery-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.gallery-container a {
    flex: 0 0 25%;
    box-sizing: border-box;
    padding: 5px;
    position: relative;
    transition: .3s ease all;
}

.gallery-container a:hover {
    opacity: .7;
}

.layer_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 0.2em 0.5em;
    border: solid 1px;
    opacity: .9;
    font-size: 15px;
    border-radius: 15px;
}

.gallery-container img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 10px;
}

.fancybox-caption-wrap {
    padding: 64px 12vw;
    transition: opacity .25s, visibility 0s, bottom .25s !important;
    bottom: -100%;
}

.fancybox-caption-wrap.toggled {
    bottom: 0;
}

.fancybox-caption {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}

button.fancybox-button.fancybox-button--toggleCaption {
    width: auto;
}

@media (max-width: 450px) {
    .warp10 {
        padding: 0 0 1em;
    }
}

/*---------tidlit_vedio-------------*/
.warp11 {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    padding: 5em 0;
}

.tidbit_vedio h3:before {
    content: '';
    background: url(../../images/ab2_deco01.png) top left no-repeat;
    background-size: contain;
    position: absolute;
    width: 72px;
    height: 36px;
    top: 0.1em;
    left: 23.2em;
}

.tidbit_vedio h3:after {
    content: '';
    background: url(../../images/ab2_deco02.png) top right no-repeat;
    background-size: contain;
    position: absolute;
    width: 72px;
    height: 36px;
    top: 0em;
    right: 23.2em;
}

.tidbit_vedio01 {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.list {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    text-align: center;
}

@keyframes top-to-down {
    0% {
        top: 0;
        opacity: 0;
    }

    100% {
        top: 50%;
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}

#overlay {
    display: none;
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
}

.box-container {}

.box-container .box {}

.box-container .box .thumbnail1 {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
}

.box-container .box .thumbnail1 .thumbnail-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.5s;
}

.box-container .box .thumbnail1 img {
    width: 100%;
    transition: transform 0.5s;
}

.box-container .box .thumbnail1 .read-more {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    background: url(../../images/tidbit_deco01.png) center center no-repeat;
    background-size: 90%;
    padding: 1rem;
    opacity: 1;
    transition: all 0.75s;
    width: 50px;
    height: 50px;
}

.box-container .box .thumbnail1:hover .thumbnail-overlay {
    opacity: 0.5;
}

.box-container .box .thumbnail1:hover img {}

.box-container .box .thumbnail1:hover .read-more {
    filter: invert(1);
    -webkit-filter: invert(1);
}

.box-container .box .modal {
    display: none;
    z-index: 2;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 90vw;
    max-width: 1000px;
    height: 550px;
    /*background-color: #FFF;*/
    /*border: 1px solid #888;*/
    border-radius: 5px;
    animation: top-to-down 0.5s;
    animation-fill-mode: forwards;
}

.modal-content {
    position: relative;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border: none;
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
}

.box-container .box .modal .close {
    position: absolute;
    top: 0px;
    right: 10px;
    color: #fff;
    font-size: 5rem;
    font-weight: bold;
    cursor: pointer;
    opacity: 1;
    z-index: 999;
}

.box-container .box .modal .close:hover {
    color: #000;
}

.box-container .box .modal .modal-content02 {
    padding: 0 1rem;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 450px) {
    .warp11 {
        padding: 2em 0 0;
    }

    .box-container .box .modal {
        height: 400px;
    }
}

/*------------tidbit_bg---------------*/
.tidbit_bg {
    width: 100%;
    min-height: 787px;
    position: relative;
}

.tidbit_bg:before {
    content: '';
    background: url(../../images/ab5_mask.png) top left;
    background-size: cover;
    width: 100%;
    min-height: 787px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;

}

.tidbit_bg1 {
    background: url(../../images/tidbit_bg.jpg) top left no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/*----------------tidbit_sometips--------------------------------*/
.warp12 {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    padding: 5em 0;
}

.tidbit_sometips01 h3:before {
    content: '';
    background: url(../../images/ab2_deco01.png) top left no-repeat;
    background-size: contain;
    position: absolute;
    width: 72px;
    height: 36px;
    top: 0.1em;
    left: 21.2em;
}

.tidbit_sometips01 h3:after {
    content: '';
    background: url(../../images/ab2_deco02.png) top right no-repeat;
    background-size: contain;
    position: absolute;
    width: 72px;
    height: 36px;
    top: 0em;
    right: 21.2em;
}

.tidbit_sometips01 p {
    font-size: 14px;
    color: #DC5045;
    font-weight: 600;
}

.tidbit_sometips01 {}

.tidbit_sometips02 {
    max-width: 1680px;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding-top: 3em;
    padding-bottom: 5em;
}

.tidbit_sometips02 ul {}

.tidbit_sometips02 ul li {
    display: inline-block;
    width: 48%;
}

.tidbit_sometips02 ul li:nth-of-type(3) {
    width: 100%;
}

.tidbit_sometips02 ul li:nth-of-type(4),
.tidbit_sometips02 ul li:nth-of-type(5),
.tidbit_sometips02 ul li:nth-of-type(6) {
    width: 31.3333%;
}

.tidbit_sometips02 ul li:nth-of-type(3) {
    position: relative;
    top: 4em;
}

.tidbit_sometips02 ul li:nth-of-type(5) {
    position: relative;
    top: 4em;
}

.tidbit_sometips02_deco01 {
    position: absolute;
    top: 44em;
    left: 10em;
}

.tidbit_sometips02_deco02 {
    position: absolute;
    top: 36em;
    right: 15em;
}

@media (max-width: 1200px) {
    .tidbit_sometips02_deco01 {
        top: 37em;
        left: 10em;
    }

    .tidbit_sometips01 h3:before {
        left: 13em;
    }

    .tidbit_sometips01 h3:after {
        right: 13em;
    }
}

@media (max-width: 1024px) {

    .tidbit_pic h3:before,
    .tidbit_vedio h3:before {
        left: 11.2em;
    }

    .tidbit_pic h3:after,
    .tidbit_vedio h3:after {
        right: 11.2em;
    }

    .tidbit_sometips02_deco01 {
        top: 35em;
        left: 3em;
    }

    .tidbit_sometips02_deco02 {
        top: 29em;
        right: 8em;
    }

    .tidbit_sometips01 h3:before {
        left: 10em;
    }

    .tidbit_sometips01 h3:after {
        right: 10em;
    }
}

@media (max-width: 991px) {
    .tidbit_sometips02_deco01 {
        top: 39em;
        left: 0;
    }

    .tidbit_sometips02_deco02 {
        top: 53em;
        right: 0;
    }

    .tidbit_sometips02 ul li:nth-of-type(3) {
        width: 48%;
        top: 3em;
    }

    .tidbit_sometips02 ul li:nth-of-type(4),
    .tidbit_sometips02 ul li:nth-of-type(5),
    .tidbit_sometips02 ul li:nth-of-type(6) {
        width: 48%;
    }

    .tidbit_sometips02 ul li:nth-of-type(5) {
        top: 0;
    }

    .tidbit_pic h3:before,
    .tidbit_vedio h3:before {
        left: 6.2em;
    }

    .tidbit_pic h3:after,
    .tidbit_vedio h3:after {
        right: 6.2em;
    }

    .tidbit_sometips01 h3:before {
        left: 5em;
    }

    .tidbit_sometips01 h3:after {
        right: 5em;
    }
}

@media (max-width: 767px) {

    .tidbit_pic h3:before,
    .tidbit_vedio h3:before {
        left: 6.2em;
    }

    .tidbit_pic h3:after,
    .tidbit_vedio h3:after {
        right: 6.2em;
    }

    .gallery-container a {
        flex: 0 0 33%;
    }

    .tidbit_bg {
        background: url(../../images/ab5_mask.png) top left no-repeat, url(../../images/tidbit_bg.jpg) top left no-repeat;
        background-size: cover;
        width: 100%;
        min-height: 435px;
    }

    .tidbit_bg:before {
        display: none;
    }

    .tidbit_bg1 {
        display: none;
    }

    .tidbit_sometips01 h3:before {
        left: 0;
    }

    .tidbit_sometips01 h3:after {
        right: 0;
    }

    .list {
        width: 100%;
        margin: 0.5em 0;
    }
}

@media (max-width: 450px) {
    .warp12 {
        padding: 2em 0 0;
    }

    .tidbit_bg {
        min-height: 276px;
    }

    .tidbit_pic h3:before,
    .tidbit_vedio h3:before {
        left: 1.7em;
    }

    .tidbit_pic h3:after,
    .tidbit_vedio h3:after {
        right: 1.7em;
    }

    .gallery-container a {
        flex: 0 0 50%;
    }

    .tidbit_sometips02_deco01 {
        top: 10em;
        left: 0;
    }

    .tidbit_sometips02_deco02 {
        top: 77em;
        right: 0;
    }

    .tidbit_sometips02 ul li {
        width: 83%;
    }

    .tidbit_sometips02 ul li:nth-of-type(3) {
        width: 88%;
    }

    .tidbit_sometips02 ul li:nth-of-type(4),
    .tidbit_sometips02 ul li:nth-of-type(5),
    .tidbit_sometips02 ul li:nth-of-type(6) {
        width: 87%;
    }
}

@media (max-width: 390px) {
    .tidbit_bg {
        min-height: 265px;
    }

    .tidbit_pic h3:before,
    .tidbit_vedio h3:before {
        left: 0.7em;
    }

    .tidbit_pic h3:after,
    .tidbit_vedio h3:after {
        right: 0.7em;
    }
}

/*************************
********services_sce******
**************************/
#services_sce {
    padding: 4em 2em 5em;
    position: relative;
    z-index: 3;
}

.scebtn {
    text-align: center;
    margin-bottom: 30px;
}

.scebtn h2 {
    display: inline-block;
    margin: 5px;
    color: #fff;
    padding: 25px 5px;
    font-size: 16px;
    border-radius: 100%;
    min-width: 82px;
    border: 3px solid #fff;
    cursor: pointer;
    line-height: 24px;
}

.scebtn h2.scebtn1 {
    background: #d85a51;
}

.scebtn h2.scebtn2 {
    background: #80a076;
}

.scebtn h2.scebtn3 {
    background: #89b5cb;
}

.scebtn h2.scebtn4 {
    background: #8dcfca;
}

.scebtn h2.scebtn5 {
    background: #b7ad6f;
}

.scebtn h2.scebtn6 {
    background: #8b8583;
}

.scebtn h2:hover.scebtn1,
.scebtn h2:hover.scebtn2,
.scebtn h2:hover.scebtn3,
.scebtn h2:hover.scebtn4,
.scebtn h2:hover.scebtn5,
.scebtn h2:hover.scebtn6 {
    background: #fff;
    border: #7e6b5a 3px solid;
    color: #656565;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

@media (max-width:1440px) {
    #services_sce {
        padding: 3em 1em 4em;
    }
}

@media (max-width:480px) {
    #services_sce {
        padding: 0em 1em 4em;
    }

    .scebtn {
        padding: 0 0;
    }

    .scebtn h2 {
        margin: 5px;
    }
}

@media (max-width:400px) {
    .scebtn {
        margin-bottom: 10px;
    }
}

/***********/

.scebox {
    border: #c3c3c3 1px solid;
    border-radius: 5px;
    box-shadow: -1px 1px 6px 0.5px rgba(138, 138, 138, 0.75);
    padding: 0 10px 10px 10px;
}

.mount .sceimg {
    background-color: #80a076;
}

.sea .sceimg {
    background-color: #89b5cb;
}

.farm .sceimg {
    background-color: #8dcfca;
}

.city .sceimg {
    background-color: #b7ad6f;
}

.hot .sceimg {
    background-color: #d85a51;
}

.scebox:hover {
    cursor: pointer;
}

.scebox:hover .sceimg img {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    transform: scale(0.95);
    overflow: hidden;
}

.scebox_hot {
    padding: 0 80px;
}

.scebox_hot .scebox {
    display: inline-block;
    float: left;
    width: 23%;
    margin: 0 10px;
}

.scetag {
    float: right;
    color: #fff;
    padding: 4px 20px;
    margin-left: 5px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.scetag1 {
    background: #d85a51;
}

.scetag2 {
    background: #80a076;
}

.scetag3 {
    background: #89b5cb;
}

.scetag4 {
    background: #8dcfca;
}

.scetag5 {
    background: #b7ad6f;
}

.scet h3 {
    clear: both;
    color: #3d3d3d;
    font-size: 23px;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.sceimg img {
    margin: 0 auto;
    display: block !important;
}

.scep p {
    color: #616161;
    text-align: left;
    margin: 10px 0 0 0;
    line-height: 25px;
}

.scemore {
    text-align: right;
}

.scemore img {
    display: inline-block !important;
}

@media(max-width:1700px) {
    .scebox_hot {
        padding: 0 10px;
    }
}

@media(max-width:1400px) {
    .scebox_hot .scebox {
        width: 24%;
        margin: 0 5px;
    }
}

@media(max-width:1199px) {
    .scebox_hot .scebox {
        width: 48%;
        margin: 5px;
    }

    .scebox_hot .scebox:nth-child(3) {
        clear: both;
    }
}

@media(max-width:700px) {
    .scebox_hot .scebox {
        width: 100%;
        margin: 5px 0px;
    }

    .scet h3 {
        font-size: 22px;
    }

    .scep p {
        line-height: 24px;
    }
}

@media(max-width:550px) {

    .city .sceimg,
    .farm .sceimg,
    .hot .sceimg,
    .mount .sceimg,
    .sea .sceimg {
        background-color: #fff;
    }
}

@media(max-width:500px) {
    .scet h3 {
        letter-spacing: 0px;
    }
}

@media(max-width:450px) {
    .mount .sceimg {
        background-color: #80a076;
    }

    .sea .sceimg {
        background-color: #89b5cb;
    }

    .farm .sceimg {
        background-color: #8dcfca;

    }

    .city .sceimg {
        background-color: #b7ad6f;
    }

    .hot .sceimg {
        background-color: #d85a51;
    }
}

@media(max-width:350px) {
    .scet h3 {
        font-size: 20px;
    }
}


/*************/

.scebox_content {
    padding: 0 0px;
    margin-top: 30px;
}

.scebox_content .scebox {
    display: inline-block;
    float: left;
    width: 100%;
    margin: 5px;
}

@media (max-width: 1800px) {
    .scebox_content {
        padding: 0px;
    }
}

@media screen and (max-width:1700px) {
    .scebox_content {
        padding: 0 0px;
        margin-top: 30px;
    }
}


/*********************** 20170328  以上 優質a****************/

.scecontainer {
    display: block;
    margin: 0 auto;
    width: 1500px;
    max-width: 100%;
    font-family: 'Noto Sans TC', sans-serif;
}

.scecontainer .item {
    margin: 0.5%;
    float: left;
    background: #ffffff;
    display: block;
    width: 19%;
    height: auto !important;
}

@media screen and (max-width: 1800px) {
    .scecontainer {
        width: 96%;
    }

    .scecontainer .item {
        width: 19%;
    }
}

@media screen and (max-width: 1400px) {
    .scecontainer .item {
        width: 24%;
    }
}

@media screen and (max-width: 991px) {
    .scecontainer .item {
        width: 32%;
    }
}

@media screen and (max-width:767px) {
    .scecontainer .item {
        width: 49%;
    }
}

@media screen and (max-width:550px) {
    .scecontainer .item {
        width: 99%;
        margin-bottom: 10px;
    }
}

/*---info-----------------------------------------------------------------------------------------------------------------------*/
.regist_more{
	max-width: 314px;
    text-align: left;
    margin-left: auto;
}
.regist_more a{
	transition:all 0.5s;
}
.regist_more a:hover{
	transform: skewX(10deg);
}
.info {
    width: 67%;
    display: inline-block;
}
/***info_list***/
.info_list {
	text-align:left;
	margin-bottom:1.5em;
}
.info_list p{
	font-size:18px;
	position:relative;
	margin-bottom: 2em;
	font-weight:600;
}
.info_list p:after{
	content: '';
    position: absolute;
    background: #000;
    width: 41em;
    height: 1px;
    top: 1em;
    left: 7em;
}
/*info_left*/
.info_left {
	display: inline-block;
    width: 130px;
	vertical-align:top;
}
.info_left sub {
	color:#ff3300;
	top:-.25em;
	bottom:initial;
}
.info_right {
	display: inline-block;
    width: 83%;
	vertical-align:top;
}
.info_right input,textarea,select {
	border-radius:20px;
	border:solid 1px #fff;
	width:100%;
	min-height:40px;
	font-size: 16px;
    padding: 0 1em;
}
/*label*/
.label_left{
display: inline-block;
vertical-align:top;
margin-right:1em;
margin-bottom:2em;
width: 48%;
}
.label_right{
display: inline-block;
vertical-align:top;
margin-bottom:2em;
width: 48%;	
}
input[type=checkbox], input[type=radio] {    
    width: 20px;
    height: 20px;
}
.label_left ul, .label_right ul{
	padding-left:3em;
}
.label_right ul.b1{
	padding-left:0;
}
.label_left ul li, .label_right ul li{
	font-size:15px;
	color: #745c40;
}
.charter{
	padding-left:1em;
	font-weight: 700;
}
.charter li {
    margin-left: -1em;
}
/*time*/
.time_left{
display: inline-block;
vertical-align:top;
margin-right:1em;
width: 48%;
}
.time_right{
display: inline-block;
vertical-align:top;
width: 47%;	
margin-left: 1em;
}
.time_left .info_left, .time_right .info_left{
	width: 130px;	
}
.time_left .info_right, .time_right .info_right{
    width: 65%;
	background: #fff;
    border-radius: 20px;
}
.time_right .info_right .s_rel{
border-bottom: none;
width:95%;
}

/*name*/
.name p {
    font-size: 18px;
    position: relative;
	margin-top:4em;
    margin-bottom: 2em;
    font-weight: 600;
	text-align:left;
}
.name p:after {
    content: '';
    position: absolute;
    background: #000;
    width: 41em;
    height: 1px;
    top: 1em;
    left: 7em;
}
.name .info_right input, textarea, select {
    border-radius: 20px;
    border: solid 1px #fff;
    width: 56%;
    min-height: 40px;
    margin-right: 2em;
}

/*coupon*/
.coupon{
	text-align:left;
}
.coupon p {
    font-size: 18px;
    position: relative;
	margin-top:4em;
    margin-bottom: 2em;
    font-weight: 600;
	text-align:left;
}
.coupon p:after {
    content: '';
    position: absolute;
    background: #000;
    width: 41em;
    height: 1px;
    top: 1em;
    left: 7em;
}
.coupon .info_list {
	display:inline-block;
	width:30%;
}
.coupon .info_list .info_left {
    width: auto;
	text-align: right;
}
.coupon .info_list .info_right {
    width: 46%;
}
.coupon .info_right input, textarea, select {
    width: 76%;
	margin-right: 0.5em;
}
.coupon textarea {
	height:200px;
}

.type2 input {
	width:auto;
}
.info_right label {
	display:inline-block;
	vertical-align:top;
    padding: 0 1em;
}
.info_right input[type=radio] {
	width:auto;
	min-height:auto;
}
/***check_group***/
.check_group {
	border:solid 2px #df7059;
	text-align:center;
	width:900px;
	margin:2em auto;
	max-width:100%;
}
/*cg_title*/
.cg_title {
	font-size:20px;
	padding:.5em 0;
	letter-spacing:3px;
	background:#df7059;
	color:#fff;
}
.check_group ul {
	color:#553e2d;
	font-size:20px;
	text-align:left;
	padding:2em 2em 1em 2em;
	list-style:none;
}
.check_group li {
	list-style:none;
	padding-bottom:.5em;
}
.check_group li p {
	display:inline-block;
	vertical-align:top;
}
/*charge*/
.charge {
	text-align:left;
	border-top:solid 2px #df7059;
	position:relative;
}
.charge p:nth-of-type(1) {
	display:inline-block;
	background:#df7059;
	color:#fff;
	width:125px;
	vertical-align:middle;
	text-align:center;
	padding: .7em;
}
.charge p:nth-of-type(2) {
	display:inline-block;
	vertical-align:middle;
	color:#df7059;
	font-size:26px;
	padding-left:.5em;
}
.charge span {
	font-size:14px;
}
.btn {
    width: 100%;
    white-space: inherit;
	margin-top: 11em;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    background: #fff;
    border: solid 1px #3a5875;
    border-radius: 25px;
    padding: 10px 13px;
    letter-spacing: 1px;
    box-shadow: 2px 2px 1px rgb(0 0 0 / 30%);
    transition: .2s ease all;
    width: 205px;
    margin: 0 1%;
    color: #000;
	font-size:18px;
}
button.type1 {
    background: #3a5875;
    color: #fff;
}
button.type1:hover {
    background: #dab390;
}
.coupon2 textarea{
	min-height:200px;
	width:100%;
}
@media screen and (max-width:991px) {
	.info_list p:after {
    width: 25em;
}
.label_left {
    width: 98%;
	margin-right: 0;
}
.label_right {
    width: 100%;
}
.time_left {
    width: 98%;
	margin-bottom: 1em;
	margin-right: 0;
}
.time_right {
    width: 100%;
	margin-left: 0;
}
.time_left .info_left, .time_right .info_left {
    width: 118px;
}
.name p:after {
    width: 25em;
}
.name .info_right input, textarea, select {
    width: 95%;
}
.name .info_right label {
    width: 27%;
}
.name .info_list {
    margin-bottom: 2em;
}
.coupon p:after {
    width: 25em;
}
.coupon .info_list {
    text-align: left;
    width: 60%;
}
.coupon .info_list .info_left {
    width: 33%;
}
.btn {
    margin-top: 2em;
}
}
@media screen and (max-width:768px) {	
.regist_more {
    max-width: 214px;
}
.info {
    width: 70%;
}
	.info_list p:after {
    width: 13em;
}
.name p:after {
    width: 13em;
}
.coupon p:after {
    width: 13em;
}
.coupon .info_list .info_left {
    width: 46%;
}
.coupon .info_list .info_right {
    width: 51%;
}
}
	@media screen and (max-width:540px) {
		.plans {
			width:100%;
		}
		.plan {
			width:45%;
		}
		.info_right {
			width:62%;
		}
		.info_right label {
			padding: 0 1em 0 0;
		}
		.check_group ul {
			padding:1em;
		}
	}
	@media screen and (max-width:450px) {
		.info {
    width: 100%;
	padding: 0 0.5rem;
}
.regist_more {
    text-align: right;
    padding-right: 4rem;
}
	}
	@media screen and (max-width:430px) {
		.plan {
			font-size:25px;
			width:48%;
			margin:0;
		}
		.plan span {
			font-size:14px;
		}
		.check_group ul {
			font-size:18px;
		}
		.charge p:nth-of-type(1) {
			width:95px;
		}
		.coupon2 textarea{
	width: 100%;
}
	}
	@media screen and (max-width:400px) {
		.btn button {
			width:48%;
			margin:.2em 0;
		}
	}
	@media screen and (max-width:350px) {
		.list_title {
			padding: .5em 0em;
		}
		.plan {
			font-size: 25px;
			width: 100%;
			margin: .2em 0;
		}
		.check_group ul {
			padding:1em 0;
		}
		.check_group li {
			padding:.2em .5em;
			border-bottom: solid 1px #b19c8e;
		}
		.check_group li:last-of-type {
			border-bottom: solid 0px #b19c8e;
		}
	}
	
/***order***/
.warp13{
	max-width: 1000px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    padding: 4em 0 1em;
}
.order {
	font-family: 'SweiGothicCJKtc-Regular';
	font-weight:600;
    padding-bottom: 3em;
}
.order h5{
	font-size:20px;
	padding-bottom: 1em;
}
table.orders td {
	padding-bottom: 1em;
}
table.orders label {
	width: 48%;
	font-weight: 500;
}
.order input,.order input[type=radio],select {
	border-radius: 2px;
	background: rgba(255, 255, 255, 0);
	border: 0;
    border-bottom: solid 1px #bebebe;
}
::placeholder,input[type="date"],select {
	opacity:.8;
	font-size: 15px; 	
}
.ripple {
	margin-top: 2em;
}
.dcf-table-bordered tr td {
	width: 22.5%;
}
.dcf-table-bordered tr td:nth-of-type(1), .dcf-table-bordered tr td:nth-of-type(5) {
	width: 10%;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    border-radius: 50px;
    padding: 5px 10px;
    letter-spacing: 1px;
    box-shadow: 2px 2px 1px rgb(0 0 0 / 30%);
    transition: .2s ease all;
    width: 155px;
    margin: 3px 3px;
    color: #ffffff;
    font-weight: 500;
	background-color: #3a5875;
}
button:hover,html input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover {
	background: #dab390;
}
a.ordersch{
	transition: .5s all;
	}
a.ordersch:hover{
	transform:scale(1.1);
	}
@media (max-width:1650px) {
	table.orders label {
		width: 100%;
	}
	.dcf-table-bordered tr:first-of-type {
		display: none;
	}
	.dcf-table-bordered {
		border-top: 1px solid #afafaf;
		border-bottom: 1px solid #afafaf;
	}
	.dcf-table-bordered tr td:nth-of-type(1):before {
		display: none;
	}
	.dcf-table-striped tbody tr:nth-of-type(2n) {
		background-color: #f0f5f7;
	}
	.dcf-table-striped tbody tr:nth-of-type(2) {
		border-top: 1px solid #afafaf;
	}
	.dcf-table-striped tbody tr:last-of-type {
		border-bottom: 1px solid #afafaf;
	}
	.dcf-table-responsive tbody td:before {
		white-space: nowrap;
	}
	.dcf-table-bordered tr td {
		width: 100%;
	}
	.dcf-table-bordered tr td:nth-of-type(1) {
		width: 100%;
	}
}
@media (max-width:991px) {
	table.orders td {
		display: block;
		text-align: left;
		width: 100%;
	}
	table.orders tr td:nth-of-type(1) {
		padding-bottom: 0;
	}
}
@media (max-width:500px) {
	.order .tour_text {
		padding: 2em 0 1em;
	}
	.order input,select {
		width: 100%;
	}
	.order label input {
		width: auto;
	}
	input[type=submit],input[type=reset] {
		width: 45%;
	}
	.ripple {
		margin-top: 1em;
	}
}
ul.page-title {
	text-align: center;
	margin-top: 1em;
}
ul.page-title li {
	display: inline-block;
}
ul.page-title a {
	font-family: 'Oleo Script', 'Noto Sans TC', sans-serif;
    border: solid 1px #a7a7a7;
    padding: 3px 7px;
    border-radius: 2px;
    line-height: 1;
	color: #5e6061;
	transition: .2s ease all;
}
ul.page-title a:hover {
	background: #dedede;
}
ul.page-title li.active {
	background: #dedede;
	border-radius: 2px;
}

/*---letter--------------------------------------------------------------------------------------------------------------------------*/
/*letter*/
.letter {
	background:#fff;
	width:1200px;
	margin:3em auto 0;
	max-width:100%;
	text-align:left;
	padding:2em 5em;
	font-family:"微軟正黑體", "Microsoft JhengHei",sans-serif;
}
/*letter_title*/
.letter_title {
	text-align:center;
	color:#3a5875;
	font-size:30px;
	letter-spacing:3px;
	padding-bottom:1em;
	margin-bottom:1em;
	border-bottom:solid 1px #3a5875;
}
.letter_title span {
	color:#593d28;
	font-size:16px;
	display:block;
	letter-spacing:1px;
}
/*table_rwd*/
.table_rwd {
	color:#593d28;
	text-align:left;
	display:table;
	width:100%;
	padding:1em 0;
}
.td {
	display:inline;
	vertical-align:top;
}
.tr {
	display:block;
	padding:.5em .5em;
}
.table_rwd .tr:nth-of-type(2n+1) {
	background:rgb(239, 239, 239);
}
.table_rwd span {
	color:#3a5875;
}
span.stitle {
	color:#3a5875;
	display:block;
	margin-top:2em;
}
.letter_title p {
}
.letter hr {
	border-top:solid 1px #3a5875;
	margin:0 0 .5em 0;
}
/*letter_btn*/
.letter_btn {
	text-align:right;
	margin:2em 0 0;
}
.letter_btn a {
	display:inline-block;
	color:#fff;
	letter-spacing:3px;
	background:#3a5875;
	padding:.5em 5em;
	border-radius:25px;
	font-weight:700;
	border:solid 1px;
	transition:.2s linear;
}
	.letter_btn a:hover {
		background:#fff;
		color:#3a5875;
	}
.con .td {
    display: inline-block;
    vertical-align: top;
    width: 20%;
}
	@media screen and (max-width:550px) {
		.letter {
			padding:2em;
		}
	}
	@media screen and (max-width:430px) {
		.letter {
			padding:1em;
			margin: 1em auto 0;
		}
	}
/*---pr_guide--------------------------------------------------------------------------------------------------------------------*/
.pr_guide {
	width:1320px;
	margin:2em auto 0;
	max-width:90%;
}
/*pr_list*/
.pr_list {
	position:relative;
	min-height:515px;
	width:100%;
	text-align:right;
	margin-bottom:3em;
	box-shadow:0px 3px 7px rgba(0,0,0,.3);
}
.pr_list a {
	height:515px;
	overflow:hidden;
}
/*pgbg*/
.pgbg {
	background: url(../../images/prguide1.jpg) top left no-repeat;
    background-size: 74%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 75% 0%, 75% 100%, 0% 100%);
    min-height: 515px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	transition:.3s ease-in-out;
}
	.pr_list:nth-of-type(2) .pgbg {
		background: url(../../images/prguide2.jpg) top left no-repeat;
		background-size: 74%;
	}
	.pr_list:nth-of-type(3) .pgbg {
		background: url(../../images/prguide3.jpg) top left no-repeat;
		background-size: 74%;
	}
/*pg_title*/
.pg_title {
	display:inline-block;
	background:#daa880;
	clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
	position:relative;
	z-index:3;
	min-height: 515px;
    width: 580px;
	transition:.6s ease-in-out;
	transition-delay:.3s;
}
	.pr_list:nth-of-type(2) .pg_title {
		background:#da9380;
	}
	.pr_list:nth-of-type(3) .pg_title {
		background:#dace80;
	}
.pg_title p {
	color:#252525;
	font-size:28px;
	position:absolute;
	bottom:2em;
	right:3em;
	transition:.5s ease-in-out;
}
.pg_title span {
	font-size:40px;
	border-bottom:solid 2px #000;
	display:inline-block;
	padding:0em 1em;
	transition:.5s ease-in-out;
}
	.pr_list a:hover .pg_title {
		width:50%;
	}
	.pr_list a:hover span {
		color:#fff;
		letter-spacing:5px;
	}
	.pr_list a:hover .pgbg {
		-webkit-filter:blur(5px);
	}
	@media screen and (max-width:1400px) {
		.pgbg,.pr_list:nth-of-type(2) .pgbg,.pr_list:nth-of-type(3) .pgbg {
			background-size:contain;
		}
	}
	@media screen and (max-width:1200px) {
		.pr_list {
			min-height:auto;
		}
		.pr_list a {
			height: 460px;
		}
		.pgbg,.pg_title {
			min-height:100%;
		}
	}
	@media screen and (max-width:990px) {
		.pr_list a {
			height: 420px;
		}
		.pg_title,.pr_list a:hover .pg_title {
			width:60%;
		}
	}
	@media screen and (max-width:850px) {
		.pr_list a {
			height: 350px;
		}
		.pg_title p {
			bottom: 1em;
			right: 2em;
			font-size:24px;
		}
		.pg_title span {
			font-size:35px;
		}
	}
	@media screen and (max-width:700px) {
		.pr_list a {
			height: 300px;
		}
		.pg_title p {
			font-size:22px;
		}
		.pg_title span {
			font-size:30px;
		}
	}
	@media screen and (max-width:600px) {
		.pr_list a {
			height: 250px;
		}
		.pg_title, .pr_list a:hover .pg_title {
			width: 66%;
		}
		.pg_title p {
			font-size:22px;
			right:1em;
		}
		.pg_title span {
			font-size:28px;
		}
	}
	@media screen and (max-width:500px) {
		.pr_list a {
			height: 200px;
		}
		.pg_title p {
			font-size:20px;
		}
		.pg_title span {
			font-size:26px;
			letter-spacing:3px;
			padding:0 .5em;
		}
		.pr_list {
			margin-bottom:2em;
		}
		.pr_guide {
			margin: 1em auto 0;
		}
	}
	@media screen and (max-width:380px) {
		.pr_list {
			margin-bottom:1em;
		}
		.pr_list a {
			height:170px;
		}
		.pg_title p {
			font-size: 16px;
		}
		.pg_title span {
			font-size: 22px;
			letter-spacing: 2px;
			padding: 0 .2em;
		}
	}
	@media screen and (max-width:350px) {
		.pr_list a {
			height:155px;
		}
	}