/*--------------copyright by vicky start-------------------------------*/
@font-face {
    font-family: cjk;
    src: url(../fonts/cjkFonts_allseto_v1.11.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;
    vertical-align: baseline;
}

/* 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: 1px;
    font-size: 10px;
    color: #1d1e22;
    font-family: 'cjk', sans-serif, 'Lilita One', 'Modak', cursive;
    overflow-x: hidden;
}

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;
}

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

.clear {
    clear: both;
}

img {
    max-width: 100%;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0 0 5px 0;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: rgba(5, 136, 206, 1);
    /*捲軸顏色*/
}

::selection {
    background: rgba(5, 136, 206, 1);
    color: #fff;
}

.thumbnail {
    display: block;
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
}
}

/************************************************************************************************************************************************
************************************************************************************************************************************************
************************************************************************************************************************************************/
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    background: #fff;
    border: solid 1px #a7a7a7;
    border-radius: 5px;
    padding: 10px 13px;
    letter-spacing: 1px;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, .3);
    transition: .2s ease all;
    width: 150px;
    margin: 1%;
    color: #000;
}

input[type=reset] {
    background: rgb(173, 176, 176);
}

button:hover,
html input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    background: rgba(0, 0, 0, .8);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, .3);
    color: #fff;
}

/*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;
}

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

#preload {
    background: url(../../images/loading_bg.png) top center, #fff;
    -webkit-animation: preload 5s ease;
    position: fixed;
    z-index: 101;
    top: -100vh;
    width: 100vw;
    height: 100vh;

}

.status {
    position: relative;
    background: url(../../images/loading_fontbg.png) center center no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 737px;
    min-height: 591px;
    top: 21%;
    left: 0;
    right: 0;
    margin: auto;
}

@keyframes preload {
    0% {
        -webkit-transform: translateY(100vh);
    }

    40% {
        -webkit-transform: translateY(100vh);
    }

    100% {
        -webkit-transform: translateY(0vh);
    }
}

.loading_font01 {
    position: absolute;
    top: 12rem;
    left: 0;
    right: 0;
    margin: auto;
}

.loading_font02 {
    position: absolute;
    top: 20rem;
    left: 0;
}

.loading_font03 {
    position: absolute;
    bottom: 1rem;
    left: 18rem;
}

@media screen and (max-width:768px) {
    .status {
        width: 80%;
    }

    .loading_font01 {
        top: 16rem;
    }

    .loading_font02 {
        top: 26rem;
    }

    .loading_font03 {
        bottom: 5rem;
        left: 10rem;
    }
}

@media screen and (max-width:576px) {
    .loading_font03 {
        bottom: 10rem;
        left: 7rem;
        width: 40%;
    }
}

@media screen and (max-width:450px) {
    .status {
        top: 10%;
    }

    .loading_font01 {
        top: 20rem;
        width: 80%;
    }

    .loading_font03 {
        bottom: 15rem;
        left: 5rem;
    }
}

@media screen and (max-width:390px) {
    .loading_font01 {
        top: 22rem;
    }

    .loading_font03 {
        bottom: 16rem;
    }
}

@media screen and (max-width: 360px) {
    .loading_font02 {
        top: 27rem;
    }

    .loading_font03 {
        bottom: 17rem;
    }
}

@media screen and (max-width:340px) {
    .loading_font01 {
        top: 23rem;
    }

    .loading_font03 {
        bottom: 18rem;
        left: 4rem;
    }
}

/*---header---------------------------------------------------------------------------------------------------------------------------*/
header {
    position: relative;
}


/*index*/
.indexbg {
    background: url(../../images/hdr_bg02.png) top 54px left 66px no-repeat, url(../../images/hdr_bg04.png) top right no-repeat, url(../../images/hdr_bg03.png) bottom center no-repeat, url(../../images/hdr_bg01.jpg) top center;
    background-size: auto, auto, auto, cover;
    width: 100%;
    min-height: 1055px;
    position: relative;
    padding: 20px;
	z-index:51;   
}



.hdr_mask {
	position:relative;
	z-index: 998;
}

.hdr_top {
    background: url(../../images/hdr_top.jpg) top left repeat-y;
    width: 100%;
    height: 20px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
}

.hdr_bot {
    background: url(../../images/hdr_bot.jpg) top left repeat-y;
    width: 100%;
    height: 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 998;
}

.hdr_lt {
    background: url(../../images/hdr_lt.jpg) top left repeat-y;
    width: 20px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
}

.hdr_rt {
    background: url(../../images/hdr_rt.jpg) top left repeat-y;
    width: 20px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 998;
}

.hdr_deco {
	
}

.hdr_lighthouse {
    background: url(../../images/hdr_lighthouse.png) bottom left no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 958px;
    min-height: 1055px;
    position: absolute;
    bottom: 0;
    left: 15.8rem;
    z-index: 9;
}

.hdr_deco02 {
    display: none;
}

.hdr_font01 {
    position: absolute;
    top: 5rem;
    left: 13rem;
    z-index: 9;
}

.hdr_font02 {
    position: absolute;
    top: 4.8rem;
    right: 24rem;
    z-index: 9;
}

.hdr_font03 {
    position: absolute;
    top: 14.2rem;
    right: 22rem;
    z-index: 9;
}

.dex {
    position: relative;
    top: 7rem;
    left: 24.6rem;
    z-index: 1;
    height: 940px;
    max-width: 1531px;
    width: 100%;
}

.deximg {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    vertical-align: top;
    border: none;
    overflow: hidden;
}

.carousel-inner {
    height: 100%;
    width: 100%;
}

/*item*/
.item {
    background: url(../../flash/dex1.png) top center no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
}

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

.item:nth-of-type(3) {
    background: url(../../flash/dex3.png) top center no-repeat;
    background-size: contain;
}

.item:nth-of-type(4) {
    background: url(../../flash/dex4.png) top center no-repeat;
    background-size: contain;
}

.dex_mask {}

.dex_mask .hdr_deco01 {
    position: absolute;
    bottom: 8rem;
    right: 38.7rem;
    width: 100%;
    max-width: 282px;
    z-index: 101;
}

.dex_mask .dex_logo {
    position: absolute;
    bottom: 14rem;
    right: 2rem;
    background: url(../../images/dex_logobg.png) top center no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 472px;
    min-height: 221px;
    z-index: 100;
    padding: 0.9rem 0 0 2.5rem;
}

.dex_mask .dex_enter {
    position: absolute;
    top: 11.5rem;
    right: 3rem;
    z-index: 100;
}

.dex_mask .dex_enter a {
    transition: .5s all;
}

.dex_mask .dex_enter a:hover {
    transform: translateX(5px);
}

@media screen and (max-width:1800px) {

    .dex {
        left: 20.6rem;
    }

    .dex_mask .dex_enter {
        top: 11.5rem;
        right: 14rem;
    }

    .dex_mask .hdr_deco01 {
        bottom: 1rem;
        right: 51.7rem;
    }

    .dex_mask .dex_logo {
        bottom: 6rem;
        right: 13rem;
    }

    .hdr_lighthouse {
        left: 4.8rem;
    }
}

@media screen and (max-width: 1700px) {
    .hdr_font01 {
        left: 12rem;
        width: 30%;
    }

    .hdr_font02 {
        top: 4.8rem;
        right: 16rem;
    }

    .hdr_font03 {
        top: 13.2rem;
        right: 14rem;
    }

    .dex {
        left: 11.6rem;
    }

    .dex_mask .hdr_deco01 {
        bottom: 4rem;
        right: 49.7rem;
        width: 15%;
    }

    .dex_mask .dex_logo {
        bottom: 4rem;
        right: 9rem;
    }

    .dex_mask .dex_enter {
        top: 10.5rem;
        right: 2rem;
    }
}

@media screen and (max-width: 1600px) {
    .hdr_lighthouse {
        width: 60%;
        left: 5.8rem;
    }

    .hdr_font01 {
        top: 6rem;
        left: 3rem;
        width: 40%;
    }

    .dex {
        left: 6.6rem;
        height: 860px;

    }

    .dex_mask .hdr_deco01 {
        right: 55.7rem;
        bottom: 2rem;
    }

    .dex_mask .dex_logo {
        bottom: 5rem;
        right: 15rem;
    }

    .dex_mask .dex_enter {
        top: 11.5rem;
        right: 11rem;
    }

}

@media screen and (max-width: 1500px) {
    .indexbg {
        min-height: 1000px;
        padding: 20px 20px 0 20px;
    }

    .dex {
        height: 783px;
    }

    .dex_mask .dex_logo {
        bottom: 4rem;
    }

    .dex_mask .hdr_deco01 {
        bottom: 0rem;
        right: 54.7rem;
    }

    .hdr_font02 {
        right: 10rem;
    }

    .hdr_font03 {
        right: 6rem;
    }

    .dex_mask .dex_logo {
        bottom: 0rem;
        right: 14rem;
    }

    .dex_mask .dex_enter {
        top: 11.5rem;
        right: 8rem;
    }

}

@media screen and (max-width: 1400px) {
    .indexbg {
        min-height: 860px;
        background-size: 90%, 80%, cover, cover;

    }

    .hdr_lighthouse {
        width: 55%;
    }

    .hdr_font01 {
        top: 5rem;
        left: 4rem;
        width: 38%;
    }

    .dex_mask .hdr_deco01 {
        bottom: 2rem;
        width: 16%;
        right: 49.7rem;
    }

    .dex {
        left: 6.6rem;
        height: 730px;
    }

    .dex_mask .dex_logo {
        bottom: 5rem;
        right: 16rem;
        width: 28%;
        min-height: 182px;
    }

    .dex_mask .dex_enter {
        right: 7rem;
    }

}

@media screen and (max-width: 1300px) {
    .indexbg {
        min-height: 806px;
        background-size: 80%, 80%, cover, cover;
        background-position: top 5rem left 4rem, top right, bottom right, top center;
    }

    .hdr_lighthouse {
        left: 1.8rem;
    }

    .hdr_font01 {
        width: 34%;
    }

    .dex {
        top: 6rem;
        left: 1.6rem;
    }

    .dex_mask .hdr_deco01 {
        right: 40.7rem;
    }

    .dex_mask .dex_logo {
        right: 10rem;
        min-height: 169px;
        bottom: 5rem;
    }

    .dex_mask .dex_enter {
        top: 12.5rem;
        right: 3rem;
    }
}

@media screen and (max-width: 1200px) {
    .indexbg {
        min-height: 730px;
    }

    .hdr_font02 {
        width: 13%;
    }

    .hdr_font03 {
        width: 15%;
        top: 11.2rem;
    }

    .dex {
        top: 3rem;
        left: 1.6rem;
        height: 625px;
    }

    .dex_mask .dex_enter {
        top: 10.5rem;
        right: 2rem;
        width: 16%;
    }

    .dex_mask .dex_logo {
        bottom: 1rem;
        right: 16rem;
        min-height: 156px;
    }

    .dex_mask .hdr_deco01 {
        right: 44.7rem;
        bottom: -1rem;
    }

}

@media screen and (max-width: 1100px) {
    .indexbg {
        min-height: 670px;
    }

    .dex {
        height: 590px;
    }

    .dex_mask .hdr_deco01 {
        right: 34.7rem;
        bottom: 1rem;
    }

    .dex_mask .dex_logo {
        bottom: 4rem;
        right: 10rem;
        min-height: 142px;
    }
}

@media screen and (max-width: 1000px) {
    .indexbg {
        min-height: 610px;
    }

    .hdr_font01 {
        width: 44%;
        top: 3rem;
        left: 2rem;
    }

    .hdr_font02 {
        right: 9rem;
    }

    .dex {
        height: 540px;
    }

    .dex_mask .hdr_deco01 {
        right: 32.7rem;
    }

    .dex_mask .dex_logo {
        bottom: 2rem;
        min-height: 137px;
    }

    .dex_mask .dex_enter {
        top: 10.5rem;
        right: 3rem;
    }
}

@media screen and (max-width: 834px) {
    .indexbg {
        min-height: 502px;
    }

    .hdr_lighthouse {
        left: 2.8rem;
    }

    .hdr_font03 {
        top: 9.2rem;
    }

    .dex {
        height: 426px;
    }

    .dex_mask .hdr_deco01 {
        right: 28.7rem;
        bottom: 0rem;
    }

    .dex_mask .dex_logo {
        bottom: 1rem;
        min-height: 108px;
    }

    .dex_mask .dex_enter {
        top: 7.5rem;
        right: 3rem;
    }

}

@media screen and (max-width: 768px) {
    .indexbg {
        min-height: 987px;
        background-size: 100%, 80%, 100%, cover;
        background-position: top 6rem left -19rem, top right, bottom right, top center;
        padding: 10px 0 0 0;
    }

    .hdr_top {
        height: 10px;
    }

    .hdr_bot {
        height: 10px;
    }

    .hdr_lt {
        display: none;
    }

    .hdr_rt {
        display: none;
    }

    .hdr_font02 {
        width: 20%;
        right: 7rem;
        top: 2.8rem;
    }

    .hdr_font03 {
        top: 7.2rem;
        width: 22%;
        right: 2rem;
    }

    .hdr_lighthouse {
        background: url(../../images/hdr_lighthouse2.png) bottom left no-repeat;
        background-size: 100%;
        width: 100%;
        max-width: 370px;
        min-height: 375px;
        left: 1rem;
    }

    .hdr_deco02 {
        background: url(../../images/hdr_deco02.png) top left no-repeat;
        background-size: 100%;
        width: 100%;
        max-width: 418px;
        min-height: 150px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
    }

    .dex {
        height: 987px;
        top: 7rem;
        left: 0rem;
    }

    .dex_mask .hdr_deco01 {
        right: 22.7rem;
        bottom: 10rem;
        width: 19%;
    }

    .dex_mask .dex_enter {
        top: 5.5rem;
        right: 1rem;
        width: 23%;
    }

    .dex_mask .dex_logo {
        bottom: 16rem;
        min-height: 108px;
        width: 38%;
        right: 2rem;
    }

    .dex_mask .dex_logo img {
        width: 74%;
    }

    .item {
        background: url(../../flash/pa_dex1.png) top center no-repeat;
        background-size: contain;
        width: 100%;
        height: 100%;
    }

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

    .item:nth-of-type(3) {
        background: url(../../flash/pa_dex3.png) top center no-repeat;
        background-size: contain;
    }

    .item:nth-of-type(4) {
        background: url(../../flash/pa_dex4.png) top center no-repeat;
        background-size: contain;
    }

}

@media screen and (max-width:650px) {
    .indexbg {
        min-height: 890px;
        background-size: 100%, 80%, 130%, cover;
    }

    .dex {
        height: 853px;
    }

    .dex_mask .dex_logo {
        bottom: 12rem;
    }
}

@media screen and (max-width: 576px) {
    .indexbg {
        min-height: 760px;
    }

    .dex {
        height: 760px;
    }

    .dex_mask .hdr_deco01 {
        right: 21.7rem;
    }

    .dex_mask .dex_logo {
        bottom: 11rem;
        width: 45%;
        right: 0rem;
    }

    .dex_mask .dex_enter {
        top: 2.5rem;
    }
}

@media screen and (max-width: 450px) {
    .indexbg {
        min-height: 650px;
        background-position: top 7rem left -9rem, top right, bottom right, top center;
    }

    .hdr_lighthouse {
        width: 50%;
    }

    .hdr_deco02 {
        width: 70%;
        min-height: 110px;
    }

    .hdr_font01 {
        width: 50%;
    }

    .hdr_font02 {
        width: 26%;
        right: 2rem;
        top: 1.8rem;
    }

    .hdr_font03 {
        top: 6.2rem;
        width: 27%;
        right: 1rem;
    }

    .dex {
        height: 554px;
        top: 6rem;
    }

    .dex_mask .hdr_deco01 {
        right: 15.7rem;
        bottom: 2rem;
        width: 15%;
    }

    .dex_mask .dex_logo {
        bottom: 1rem;
    }

    .dex_mask .dex_enter {
        top: 3.5rem;
        width: 26%;
        right: 0rem;
    }

    .item {
        background: url(../../flash/mob_dex1.png) top center no-repeat;
        background-size: contain;
        width: 100%;
        height: 100%;
    }

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

    .item:nth-of-type(3) {
        background: url(../../flash/mob_dex3.png) top center no-repeat;
        background-size: contain;
    }

    .item:nth-of-type(4) {
        background: url(../../flash/mob_dex4.png) top center no-repeat;
        background-size: contain;
    }
}

@media screen and (max-width: 414px) {
    .indexbg {
        min-height: 607px;
    }

    .dex {
        height: 530px;
    }
}

@media screen and (max-width: 390px) {
    .indexbg {
        min-height: 565px;
    }

    .dex {
        height: 490px;
    }
}

@media screen and (max-width: 360px) {
    .indexbg {
        min-height: 530px;
    }

    .dex {
        height: 455px;
        top: 5rem;
    }

    .dex_mask .hdr_deco01 {
        right: 12.7rem;
        bottom: 3rem;
        width: 17%;
    }

    .dex_mask .dex_enter {
        top: 3rem;
    }
}

@media screen and (max-width:320px) {
    .indexbg {
        min-height: 460px;
        background-position: top 6rem left -9rem, top right, bottom right, top center;
    }

    .hdr_deco02 {
        width: 76%;
        min-height: 97px;
    }

    .hdr_font02 {
        top: 2.8rem;
    }

    .dex {
        height: 397px;
    }

    .dex_mask .dex_logo {
        bottom: -1rem;
    }
}

/*---nav---------------------------------------------------------------------------------------------------------------------------*/
nav {
    position: relative;
}



/***navbar***/
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1734px;
    padding: 20px 20px 0 20px;
    opacity: 0;
    z-index: 50;
}

.navbar:after {
    content: '';
    background: rgba(0, 255, 240, .5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 107px;
    transition: .6s ease-in-out;
}

.navbg,
.navbg2 {
    opacity: 1;
    transition: .6s ease-in-out;
}

.menu_logo {
    padding: 10px 0 0;
    width: 90%;
    vertical-align: middle;
    position: relative;
    z-index: 10;
}

.menu_logo a {
    width: 23%;
}

/***mobile ibutton***/
.mibutton {
    z-index: 10;
    cursor: pointer;
    display: inline-block;
    position: relative;
    vertical-align: bottom;
    width: 9%;
    text-align: right;
    padding-right: 20px;

}

.mibutton p {
    font-size: 34px;
    font-family: 'Modak';
    -webkit-text-stroke: 1px #fff;
    color: #000;
    text-transform: uppercase;
}

@media screen and (max-width:1100px) {
    .menu_logo a {
        width: 35%;
    }
}

@media screen and (max-width:768px) {
    .menu_logo a {
        width: 60%;
    }

}

@media screen and (max-width:500px) {
    .menu_logo a {
        width: 100%;
    }
}

/***nav_inner***/
.nav_inner {
    background: rgba(156, 244, 237, .9);
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100vh;
    opacity: 0;
    overflow: hidden;
    transition: 1s ease-in-out;
    z-index: -1;
}

.nav_on {
    opacity: 1;
    overflow: visible;
    width: 100%;
    left: inherit;
    right: 0;
    z-index: 999;
}

.wrap0 {
    width: 100%;
    margin: 0 auto;
    max-width: 1605px;
    padding: 5rem 0 0;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: 1s ease-in-out;
    max-height: 100vh;
    overflow-y: scroll;
}

.nav_on .wrap0 {
    opacity: 1;
    transition-delay: .8s;
}

.stop {
    overflow: hidden;
}

/*logo*/
.logo {
    margin-bottom: 2rem;
}

.logo a {
    display: inline-block;
    transition: .2s ease-in-out;
}

.logo img {
    max-width: 90%;
}

.logo a:hover {
    opacity: .5;
}

img.imgmenu {
    max-width: 30%;
    padding: 3em 0;
}

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

.ibutton ul {}

.ibutton li {
    display: inline-block;
    vertical-align: top;
    width: 48%;

}

.ibutton li a {
    background: #fff;
    border-radius: 100px;
    padding: 1rem 7rem 0rem 6rem;
    margin: 0 1rem 4.8rem;
    transition: .5s all;
}

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

.ibt_inner {
    display: flex;
    align-items: baseline;
    justify-content: space-between;

}

.ibt_inner h5 {
    font-size: 150px;
    font-family: 'Modak';
    -webkit-text-stroke: 1px #fff;
    color: #ffd800;
    margin-right: 1.7rem;
    position: relative;
    z-index: 0;
    transition: .5s all;
}

.ibt_inner h5::after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    z-index: -1;
    -webkit-text-stroke: 5px #000;
}

.ibt_inner h6 {
    font-size: 72px;
    font-family: 'Modak';
    color: #000;
    position: relative;
    top: -2rem;
    width: 60%;
    text-align: left;
    transition: .5s all;

}

.ibt_inner h6:before {
    content: '';
    background: url(../../images/menu_deco01.png) bottom left no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 65px;
    min-height: 19px;
    position: absolute;
    bottom: -1.6rem;
    left: -1.5rem;
}

.ibt_inner h6:after {
    content: '';
    background: url(../../images/menu_deco02.png) top right no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 76px;
    min-height: 34px;
    position: absolute;
    top: -1rem;
    right: 0;
    transition: .5s all;
}

.ibt_inner h3 {
    font-size: 30px;
    font-family: 'cjk';
    color: #1d1e22;
    position: relative;
    top: -1rem;
    transition: .5s all;
}

.ibutton li:nth-of-type(2) a h5,
.ibutton li:nth-of-type(3) a h5,
.ibutton li:nth-of-type(6) a h5 {
    color: #6cfc7a;
}

.ibutton li:nth-of-type(2) a h6:before,
.ibutton li:nth-of-type(3) a h6:before,
.ibutton li:nth-of-type(6) a h6:before {
    background: url(../../images/menu_deco03.png) bottom left no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 65px;
    min-height: 19px;
}

.ibutton li:nth-of-type(2) a h6:after,
.ibutton li:nth-of-type(3) a h6:after,
.ibutton li:nth-of-type(6) a h6:after {
    background: url(../../images/menu_deco04.png) top right no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 76px;
    min-height: 34px;
}

/*off*/
.off {
    cursor: pointer;
    transition: .3s ease-in-out;
}

.off:hover {
    opacity: .8;
}

.ibutton li a:hover {
    background: #ffd800;
}

.ibutton li:nth-of-type(2) a:hover,
.ibutton li:nth-of-type(3) a:hover,
.ibutton li:nth-of-type(6) a:hover {
    background: #6cfc7a;
}

.ibutton li a:hover h5 {
    color: #fff;
}

.ibutton li a:hover h6 {
    color: #fff;
}

.ibutton li a:hover h6:after {
    background: url(../../images/menu_deco05.png) top right no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 76px;
    min-height: 69px;
    top: -3rem;
    right: -2rem;
}

@media screen and (max-width: 1580px) {
    .ibutton li a {
        padding: 1rem 3rem 0rem 3rem;
    }
}

@media screen and (max-width: 1430px) {
    .ibutton li a {
        padding: 1rem 1rem 0rem 2rem;
    }
}

@media screen and (max-width: 1340px) {
    .ibt_inner h5 {
        font-size: 115px;
    }

    .ibt_inner h6 {
        font-size: 60px;
        top: 0rem;
        width: 56%;
    }
}

@media screen and (max-width: 1200px) {
    .ibt_inner h5 {
        font-size: 100px;
        margin-right: 0.7rem;
    }

    .ibt_inner h6 {
        top: -1.5rem;
    }

    .ibt_inner h6:after {
        right: -2rem;
    }

    .ibutton li a:hover h6:after {
        width: 20%;
        top: -2rem;
    }
}

@media screen and (max-width: 1100px) {
    .ibt_inner h5 {
        font-size: 90px;
    }

    .ibt_inner h6 {
        font-size: 54px;
    }

    .ibt_inner h6:after {
        right: 0rem;
    }

    .ibutton li a:hover h6:after {
        width: 16%;
        top: -2rem;
        right: -2rem;
    }
}

@media screen and (max-width: 1000px) {
    .menu_logo {
        width: 80%;
    }

    .mibutton {
        width: 15%;
    }

    .ibutton ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }

    .ibutton li {
        width: 70%;
    }

    .ibutton li:nth-of-type(1) {
        order: -1;
    }

    .ibutton li:nth-of-type(2) {
        order: 0;
    }

    .ibutton li:nth-of-type(3) {
        order: 2;
    }

    .ibutton li:nth-of-type(4) {
        order: 1;
    }

    .ibutton li:nth-of-type(5) {
        order: 3;
    }

    .ibutton li:nth-of-type(6) {
        order: 4;
    }

    .ibutton li a {
        padding: 2rem 3rem 0rem 3rem;
    }

    .ibt_inner h5 {
        font-size: 100px;
    }
}

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

    .off {
        padding-bottom: 10rem;
    }
}

@media screen and (max-width: 630px) {
    .ibutton li {
        width: 98%;
    }
}

@media screen and (max-width: 570px) {

    .menu_logo {
        padding: 0;
        width: 75%;
    }

    .ibutton li a {
        margin: 0 1rem 1.8rem;
    }

    .ibt_inner h5 {
        font-size: 90px;
    }

    .ibt_inner h6 {
        font-size: 45px;
    }

    .ibt_inner h6:before {
        width: 15%;
        bottom: -0.6rem;
        left: -0.5rem;
    }

    .ibt_inner h6:after {
        width: 20%;
        right: -3rem;
    }

    .ibutton li:nth-of-type(2) a h6:before,
    .ibutton li:nth-of-type(3) a h6:before,
    .ibutton li:nth-of-type(6) a h6:before {
        width: 15%;
    }

    .ibutton li:nth-of-type(2) a h6:after,
    .ibutton li:nth-of-type(3) a h6:after,
    .ibutton li:nth-of-type(6) a h6:after {
        width: 20%;
    }

    .ibt_inner h3 {
        font-size: 25px;
    }
}

@media screen and (max-width: 490px) {
    .navbar {
        justify-content: flex-start;
    }

    .menu_logo {
        width: 60%;
    }

    .mibutton {
        width: 40%;
    }

    .ibutton li a {
        padding: 2rem 1rem 0rem 2rem;
    }
}

@media screen and (max-width: 450px) {
    .navbar {
        padding: 10px 10px 0 10px;
    }

    .navbar:after {
        min-height: 77px;
    }

    .menu_logo {
        width: 74%;
    }

    .mibutton {
        padding-right: 0;
    }

    .logo {
        width: 60%;
        margin: 0 auto 3rem;
    }

    .ibt_inner h5 {
        font-size: 70px;
    }

    .ibt_inner h6 {
        font-size: 40px;
        width: 50%;
    }
}

@media screen and (max-width: 414px) {
    .ibutton li a {
        padding: 1rem 2rem 0rem 3rem;
    }

    .ibt_inner {
        justify-content: flex-start;
        flex-wrap: wrap;
        align-items: center;
    }

    .ibt_inner h5 {
        font-size: 50px;
        width: 90%;
        text-align: left;
    }

    .ibt_inner h6 {
        width: 63%;
    }

    .ibt_inner h6:after {
        right: -1rem;
        min-height: 26px;
    }

    .ibutton li a:hover h6:after {
        min-height: 32px;
    }

    .ibt_inner h3 {
        top: -1.4rem;
    }

}

@media screen and (max-width: 360px) {
    .ibutton li a {
        padding: 1rem 2rem 0rem 4rem;
    }

    .ibt_inner h5 {
        font-size: 40px;
        width: 90%;
        text-align: left;
    }

    .ibt_inner h6 {
        font-size: 30px;
        width: 60%;
        top: -0.5rem;
    }

    .ibt_inner h6:after {
        right: 0rem;
        min-height: 21px;
    }

    .ibutton li a:hover h6:after {
        top: -2rem;
        right: 0rem;
        min-height: 28px;
    }

    .ibt_inner h3 {
        top: -0.9rem;
        font-size: 22px;
    }

    .off {
        width: 13%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 320px) {
    .ibt_inner h6 {
        width: 58%;
        font-size: 27px;
    }
}

/*---main----------------------------------------------------------------------------------------------------------------------------*/
main {
    padding: 0 20px 0 20px;
}

.innerbg {
    position: relative;
}

.innerbg:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../../images/inner_bg.jpg) center top no-repeat;
    background-size: cover;
}

.inner_lighthouse {
    position: fixed;
    bottom: 20px;
    left: 0;
    z-index: 20;
}

.inner_palm1 {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    animation: palm 20s ease-in-out infinite alternate;
    transform-origin: top right;
}

@keyframes palm {
    0% {
        transform: rotate(0deg);
    }

    33% {
        transform: rotate(-5deg);
    }

    66% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.inner_palm2 {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    animation: palm2 20s ease-in-out infinite alternate;
    transform-origin: top right;
}

@keyframes palm2 {
    0% {
        transform: rotate(0deg);
    }

    33% {
        transform: rotate(5deg);
    }

    66% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@media screen and (max-width:768px) {
    main {
        padding: 0;
    }

    .innerbg:before {
        background-size: cover;
    }
}

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

@media screen and (max-width: 1450px) {
    .inner_lighthouse {
        width: 20%;
    }
}

@media screen and (max-width:1100px) {
    .inner_palm1 {
        width: 30%;
    }

    .inner_palm2 {
        width: 40%;
    }
}

@media screen and (max-width: 768px) {
    .inner_lighthouse {
        width: 12%;
        bottom: 10px;
    }
}

@media screen and (max-width: 576px) {}

@media screen and (max-width: 450px) {}

@media screen and (max-width: 414px) {}

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

@media screen and (max-width: 350px) {}

/*---about----------------------------------------------------------------------------------------------------------------------------*/
/*about1*/
.about1 {
    position: relative;
}

/*ab11*/
.ab11 {
    background: url(../../images/ab11_mask01.png) bottom center no-repeat, url(../../images/ab11_bg.jpg) top center no-repeat;
    background-size: 100%;
    width: 100%;
    min-height: 1490px;
    margin: 0 auto;
    padding: 21rem 0 0 0;
}

.ab11 .ab11_inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.ab11 .ab11_font1 {
    background: url(../../images/ab11_fontbg.png) bottom center no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 664px;
    min-height: 81px;
    margin: 0 auto 3rem;
}

.ab11 .ab11_font1 p {
    font-size: 150px;
    font-family: 'Modak';
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
    text-align: center;
    line-height: 112px;
    vertical-align: bottom;
    letter-spacing: 4px;

}

.ab11 .ab11_font2 {
    margin: 0 auto 2.2rem;
}

.ab11 .ab11_font2 p {
    font-size: 100px;
    font-family: 'Modak';
    color: #fff;
    line-height: 63px;
    text-align: center;
}

.ab11 .ab11_font3 {
    width: 100%;
    max-width: 758px;
    min-height: 204px;
    background: rgba(0, 255, 240, .5);
    border-radius: 100px;
    margin: 0 auto;
}

.ab11 .ab11_font3 h2 {
    font-size: 20px;
    font-family: 'cjk';
    color: #151515;
    text-align: center;
    line-height: 1.7;
    padding: 1.7rem 0;
}

/*ab12*/

.ab12 {
    background: url(../../images/ab12_bg02.png) bottom -1px center no-repeat, url(../../images/ab12_bg.jpg) center center;
    background-size: 100%, contain;
    width: 100%;

}

.ab12 .ab12_inner {
    width: 100%;
    max-width: 1610px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    top: -19rem;
}

.ab12_lt {
    background: #ffd800;
    border-radius: 50px;
    width: 100%;
    max-width: 1136px;
    -webkit-filter: drop-shadow(8px 6px 4px rgba(12, 86, 20, 0.75));
    filter: drop-shadow(8px 6px 4px rgba(12, 86, 20, 0.75));
    padding: 10px 0 10px 10px;
    z-index: 1;
}

.ab12_lt .lt_inner {
    background: url(../../images/ab12_txtbg01.jpg) top left no-repeat, #fff;
    background-size: contain;
    width: 100%;
    max-width: 979px;
    min-height: 696px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    position: relative;
    text-align: right;
    padding: 4.6rem 3.6rem 0 0;
}

.ab12_lt .lt_inner:before {
    content: '';
    background: url(../../images/ab12_deco01.png) bottom right no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 167px;
    min-height: 195px;
    position: absolute;
    bottom: -3px;
    right: -7rem;
}

.ab12_lt .lt_inner:after {
    content: '';
    background: url(../../images/ab12_txtbg02.png) top right no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 58px;
    min-height: 429px;
    position: absolute;
    top: 3.3rem;
    right: -5rem;
}

.ab12_lt .ab12_ltdeco .ab12_deco03 {
    position: absolute;
    right: -13rem;
    top: 5rem;
    z-index: 0;
}

.ab12_lt .ab12_ltdeco .ab12_font01 {
    position: absolute;
    right: -7rem;
    bottom: 16rem;
}

.ab12_lt .lt_inner img {
    display: inherit;
    margin: 0 0 0 auto;
}

.ab12_lt .lt_inner img:nth-of-type(2) {
    position: relative;
    top: 4rem;
    right: 7rem;
}

.ab12_rt .ab12_rtdeco .ab12_deco02 {
    position: absolute;
    top: -31rem;
    right: 2rem;
    transform: rotate(0deg);
    animation: mins 2s ease-in infinite alternate;
}

@keyframes mins {
    to {
        transform: rotate(20deg);
    }

}

.ab12_rt .ab12_rtdeco .ab12_deco04 {
    position: absolute;
    top: 13rem;
    left: 2rem;
    z-index: 2;
}

.ab12_rt {
    position: relative;
    top: -12rem;
}

.ab12_rt .rt_inews {
    padding: 3.4rem 0 0;
    text-align: left;
    width: 75%;
    margin: 0 auto;

}

.ab12_rt .rt_inews .newstitle {
    position: relative;
    padding-bottom: 1rem;
    text-align: right;
}

.ab12_rt .rt_inews .newstitle:before {
    content: '';
    background: url(../../images/inews_deco01.png) top left no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 75px;
    min-height: 66px;
    position: absolute;
    top: 2.5rem;
    left: 1rem;
    animation: swing 1s infinite alternate;
    animation-duration: 1s;
    transform: scale(1.0);
}

@keyframes swing {
    to {
        transform: scale(.8);
    }
}

.ab12_rt .rt_inews a {
    font-size: 20px;
    color: #fefefe;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media screen and (max-width: 1800px) {
    .ab11 {
        background-size: 100%, cover;
    }
}

@media screen and (max-width: 1700px) {
    .ab11 {
        min-height: 1300px;
        padding: 13rem 0 0 0;
    }

    .ab12_rt .ab12_rtdeco .ab12_deco02 {
        top: -25rem;
    }
}

@media screen and (max-width: 1600px) {

    .ab12 .ab12_inner {
        padding: 0 2rem;
    }

    .ab12_lt .lt_inner {
        width: 90%;
    }

    .ab12_lt .ab12_ltdeco .ab12_font01 {
        right: -3rem;
    }

    .ab12_rt .rt_inews .newstitle:before {
        left: 5rem;
    }
}

@media screen and (max-width: 1500px) {
    .ab12_lt {
        width: 75%;
    }

    .ab12_lt .lt_inner:before {
        right: 1rem;
    }

    .ab12_lt .lt_inner img:nth-of-type(2) {
        right: 6rem;
    }
}

@media screen and (max-width: 1400px) {
    .ab11 {
        min-height: 1200px;
    }

    .ab12_lt .ab12_ltdeco .ab12_deco03 {
        right: -10rem;
        top: 3rem;
    }

    .ab12_rt .ab12_rtdeco .ab12_deco04 {
        top: 12rem;
        left: 4rem;
        width: 24%;
    }

    .ab12_lt .lt_inner:before {
        right: -7rem;
        width: 14%;
        bottom: 0px;
    }

    .ab12_lt .lt_inner img:nth-of-type(2) {
        right: 2rem;
        width: 35%;
    }

    .ab12_rt .ab12_rtdeco .ab12_deco02 {
        top: -22rem;
        width: 80%;
    }
}

@media screen and (max-width: 1300px) {
    .ab12_lt .ab12_ltdeco .ab12_deco03 {
        right: -9rem;
        top: 7rem;
    }

    .ab12_rt {
        top: -8rem;
    }

    .ab12_rt .ab12_rtdeco .ab12_deco02 {
        top: -21rem;
        width: 80%;
        right: 0rem;
        transform: rotate(7deg);
    }
}

@media screen and (max-width: 1200px) {
    .ab12_lt .lt_inner {
        background-position: top left -10rem;
        min-height: 595px;
    }

    .ab12_lt .lt_inner img:nth-of-type(1) {
        width: 80%;
    }

    .ab12_lt .lt_inner img:nth-of-type(2) {
        width: 42%;
    }

    .ab12_lt .lt_inner:before {
        right: -5rem;
        min-height: 115px;
    }
}

@media screen and (max-width: 1100px) {
    .ab11 {
        min-height: 1100px;
        padding: 6rem 0 0 0;
    }

    .ab12 .ab12_inner {
        top: -15rem;
    }

    .ab12_lt .lt_inner {
        min-height: 515px;
    }

    .ab12_lt .lt_inner:after {
        width: 8%;
        min-height: 348px;
        right: -4rem;
    }

    .ab12_rt .ab12_rtdeco .ab12_deco02 {
        width: 67%;
        right: -1rem;
        transform: rotate(19deg);
        top: -19rem;
    }
}

@media screen and (max-width: 1000px) {
    .ab11 .ab11_font2 p {
        font-size: 80px;
    }

    .ab12 .ab12_inner {
        top: -11rem;
    }

    .ab12_lt .lt_inner {
        min-height: 490px;
    }

    .ab12_lt .ab12_ltdeco .ab12_font01 {
        right: -6rem;
        width: 30%;
        bottom: 14rem;
    }

    .ab12_rt .ab12_rtdeco .ab12_deco02 {
        width: 71%;
        right: -1rem;
        transform: rotate(31deg);
        top: -19rem;
    }
}

@media screen and (max-width: 890px) {
    .ab11 {
        min-height: 970px;
    }

    .ab11 .ab11_font1 {
        width: 65%;
    }

    .ab11 .ab11_font1 p {
        font-size: 130px;
    }

    .ab11 .ab11_font3 {
        width: 70%;
    }

    .ab12 {
        padding-bottom: 13rem;
    }

    .ab12 .ab12_inner {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        top: 0rem;
    }

    .ab12_lt {
        position: relative;
        top: -20rem;
    }

    .ab12_lt .ab12_ltdeco .ab12_deco03 {
        right: 31rem;
        top: -14rem;
        transform: rotate(-55deg);
    }

    .ab12_rt {
        order: -1;
    }

    .ab12_rt .ab12_rtdeco .ab12_deco02 {
        top: -22rem;
    }


    .ab12_rt .rt_inews {
        position: absolute;
        bottom: -67rem;
        left: 0rem;
        width: 80%;
    }

    .ab12_rt .rt_inews .newstitle:before {
        left: 0rem;
    }
}

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

    .ab12_lt .lt_inner {
        min-height: 560px;
    }

    .ab12_lt .lt_inner:after {
        min-height: 366px;
    }

    .ab12_lt .ab12_ltdeco .ab12_deco03 {
        right: 36rem;
    }

    .ab12_lt .ab12_ltdeco .ab12_font01 {
        right: auto;
        bottom: -6rem;
        left: 4rem;
    }

    .ab12_rt .rt_inews {
        bottom: -75rem;
    }
}

@media screen and (max-width: 576px) {
    .ab11 .ab11_font1 p {
        font-size: 90px;
        line-height: 86px;
    }

    .ab11 .ab11_font2 p {
        font-size: 50px;
    }

    .ab11 .ab11_font3 {
        width: 95%;
    }

    .ab12_rt .ab12_rtdeco .ab12_deco02 {
        top: -18rem;
        width: 60%;
    }

    .ab12_lt .ab12_ltdeco .ab12_deco03 {
        right: 27rem;
    }

    .ab12_lt .lt_inner {
        min-height: 490px;
        background-position: top left -7rem;
    }

    .ab12_lt .lt_inner:before {
        right: -3rem;
        min-height: 82px;
    }

    .ab12_lt .lt_inner:after {
        min-height: 276px;
        right: -3rem;
    }

    .ab12_rt .rt_inews {
        bottom: -68rem;
    }
}

@media screen and (max-width: 450px) {
    .ab11 {
        min-height: 750px;
    }

    .ab11 .ab11_font1 {
        min-height: 60px;
    }

    .ab11 .ab11_font1 p {
        font-size: 65px;
        line-height: 66px;
    }

    .ab11 .ab11_font2 {
        margin: 0 auto 1.2rem;
    }

    .ab11 .ab11_font2 p {
        font-size: 40px;
        line-height: 33px;
    }

    .ab12_lt .ab12_ltdeco .ab12_deco03 {
        right: 19rem;
        top: -11rem;
    }

    .ab12_lt .lt_inner {
        min-height: 310px;
    }

    .ab12_lt .lt_inner:before {
        right: -1rem;
        min-height: 64px;
    }

    .ab12_lt .ab12_ltdeco .ab12_font01 {
        bottom: -4rem;
    }

    .ab12_rt .ab12_rtdeco .ab12_deco02 {
        top: -13rem;
        width: 52%;
        right: 4rem;
    }

    .ab12_rt .rt_inews {
        bottom: -49rem;
        width: 90%;
    }
}

@media screen and (max-width: 414px) {
    .ab11 .ab11_font2 p {
        font-size: 36px;
        line-height: 23px;
    }

    .ab11 .ab11_font3 h2 {
        line-height: 1.5;
    }

    .ab11 .ab11_font3 {
        padding: 1rem 0;
        border-radius: 50px;
    }

    .ab12_lt .ab12_ltdeco .ab12_deco03 {
        right: 17rem;
        top: -9rem;
    }

    .ab12_lt .lt_inner img:nth-of-type(2) {
        right: 1rem;
    }
}

@media screen and (max-width: 390px) {
    .ab12 {
        padding-bottom: 11rem;
    }

    .ab12_lt .ab12_ltdeco .ab12_deco03 {
        right: 18rem;
        top: -9rem;
        width: 50%;
    }

    .ab12_lt .lt_inner {
        padding: 1.6rem 1.6rem 0 0;
    }

    .ab12_lt .lt_inner:after {
        min-height: 176px;
        right: -2rem;
    }

    .ab12_lt .lt_inner img:nth-of-type(2) {
        right: 1rem;
    }

    .ab12_rt .rt_inews {
        bottom: -48rem;
        font-size: 17px;
    }

    .ab12_rt .rt_inews .newstitle:before {
        left: -1rem;
        width: 20%;
    }
}

@media screen and (max-width: 360px) {
    .ab11 .ab11_font3 {
        min-height: 180px;
    }

    .ab11 .ab11_font3 h2 {
        font-size: 17px;
    }

    .ab12 {
        padding-bottom: 16rem;
    }

    .ab12 .ab12_inner {
        top: 5rem;
    }

    .ab12_lt .lt_inner {
        min-height: 260px;
    }

    .ab12_lt .ab12_ltdeco .ab12_deco03 {
        right: 16rem;
        top: -6rem;
    }

    .ab12_rt .ab12_rtdeco .ab12_deco02 {
        top: -10rem;
    }

    .ab12_rt .ab12_rtdeco .ab12_deco04 {
        top: 11rem;
    }

    .ab12_rt .rt_inews {
        bottom: -43rem;
    }
}

@media screen and (max-width:340px) {
    .ab11 {
        min-height: 560px;
    }

    .ab11 .ab11_font1 {
        width: 83%;
    }

    .ab11 .ab11_font2 p {
        font-size: 30px;
    }

    .ab11 .ab11_font3 h2 {
        font-size: 16px;
    }

    .ab12_lt .ab12_ltdeco .ab12_deco03 {
        right: 13rem;
        top: -4rem;
    }

    .ab12_rt .ab12_rtdeco .ab12_deco04 {
        top: 10rem;
        left: 4rem;
    }

    .ab12_rt .rt_inews {
        font-size: 15px;
        bottom: -42rem;
    }

}

/*about2*/
.about2 {}

.about2 .ab21 {
    background: url(../../images/ab21_treel.png) bottom left no-repeat, url(../../images/ab21_treer.png) bottom right no-repeat, url(../../images/ab21_house.png) left bottom no-repeat, #c7f4cf;
    background-size: auto;
    width: 100%;
    position: relative;
    background-position: bottom -6rem left, bottom -4rem right, left 3rem bottom -1rem;
}

.about2 .ab21:after {
    content: '';
    background: url(../../images/ab21_bg01.png) bottom center no-repeat;
    background-size: 100%;
    width: 100%;
    min-height: 93px;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.ab21 .ab21_inner {
    width: 100%;
    max-width: 1500px;
    padding: 4.5rem 0 14rem 43rem;
    display: flex;
}

.ab21_inner .ab21_txt {
    margin-right: 8.2rem;
}

.ab21_inner .ab21_txt .ab21_title p {
    font-size: 72px;
    color: #66d671;
    font-family: 'Modak';
    text-align: center;
    line-height: 1;
    -webkit-text-stroke: 1.5px #000;
}

.ab21_inner .ab21_txt .ab21_font {
    width: 100%;
    max-width: 524px;
    margin: 0 auto;

}

.ab21_inner .ab21_txt .ab21_font p {
    font-size: 20px;
    color: #000;
    letter-spacing: -1px;
    text-align: justify;
    padding-bottom: 1.5rem;

}

.ab21 .ab21_inner .a21_img {
    display: flex;
    align-items: center;
}

.ab21 .ab21_inner .a21_img img:first-child {
    margin-right: 1.4rem;
}


@media screen and (max-width: 1650px) {
    .ab21 .ab21_inner {
        padding: 4.5rem 2rem 14rem 23rem
    }
}

@media screen and (max-width: 1500px) {
    .ab21 .ab21_inner {
        padding: 4.5rem 2rem 14rem 8rem;
    }
}

@media screen and (max-width: 1400px) {
    .ab21 .ab21_inner {
        padding: 4.5rem 2rem 14rem 4rem;
    }
}

@media screen and (max-width: 1300px) {
    .ab21_inner .ab21_txt {
        margin-right: 2.5rem;
        width: 40%;
    }
}

@media screen and (max-width: 1200px) {
    .ab21 .ab21_inner {
        padding: 4.5rem 2rem 14rem 2rem;
    }

    .ab21 .ab21_inner .a21_img {
        width: 30%;
    }
}

@media screen and (max-width: 1100px) {
    .ab21 .ab21_inner {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }

    .ab21_inner .ab21_txt {
        margin-right: 0;
        width: 80%;
        text-align: center;
    }

    .ab21 .ab21_inner .a21_img {
        width: 85%;
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .about2 .ab21 {
        background-size: 30%;
        background-position: bottom -6rem left, bottom -4rem right, left 5rem bottom -1rem;
    }

    .ab21 .ab21_inner .a21_img {
        width: 55%;
        padding: 0 2rem;
    }
}

@media screen and (max-width: 576px) {
    .ab21 .ab21_inner {
        padding: 4.5rem 2rem 7rem 2rem;
    }

    .ab21_inner .ab21_txt {
        width: 90%;
    }

    .ab21 .ab21_inner .a21_img {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        width: 95%;
    }

    .ab21 .ab21_inner .a21_img img:first-child {
        margin-right: 0;
        margin-bottom: 1.4rem;
    }
}

@media screen and (max-width: 450px) {
    .ab21_inner .ab21_txt {
        width: 100%;
    }

    .ab21 .ab21_inner .a21_img {
        width: 100%;
    }
}

@media screen and (max-width: 370px) {
    .ab21_inner .ab21_txt .ab21_title p {
        font-size: 65px;
    }
}

@media screen and (max-width: 340px) {
    .ab21_inner .ab21_txt .ab21_title p {
        font-size: 56px;
    }
}

/*about3*/
.about3 {
    background: url(../../images/ab31_bg02.png) top center no-repeat, url(../../images/ab31_bg.jpg) top center no-repeat;
    background-size: contain, 100%;
    width: 100%;
    min-height: 930px;
    padding-top: 22rem;
    position: relative;
}

.about3 .ab31_deco01 {
    position: absolute;
    left: 36rem;
    top: 15rem;
}

.about3 .ab31 {
    background: url(../../images/ab31_bubble.png) bottom right no-repeat;
    background-size: 100%;
    width: 100%;
    min-height: 997px;
    margin-bottom: -17rem;
    position: relative;
    z-index: 1;
}

.ab31 .ab31_inner {
    width: 100%;
    max-width: 1086px;
    margin: 0 0 0 auto;
    padding-right: 16.1rem;
    position: relative;
    top: -17rem;
}

.ab31 .ab31_inner img:first-child {
    border-radius: 50px;
    margin-bottom: 2rem;
}

@media screen and (max-width: 1800px) {
    .about3 {
        padding-top: 16rem;
    }

    .about3 .ab31_deco01 {
        left: 30rem;
        top: 12rem;
    }
}

@media screen and (max-width: 1700px) {
    .about3 {
        padding-top: 12rem;
        background-size: contain, cover;
        background-position: top center, top -13rem left -15rem;
    }

    .about3 .ab31 {
        margin-bottom: -26rem;
    }

    .ab31 .ab31_inner {
        padding-right: 2rem;
        top: -12rem;
        text-align: right;
    }

    .about4:before {
        background-size: cover;
    }
}

@media screen and (max-width: 1600px) {
    .about3 {
        background-position: top center, top -13rem left -23rem;
    }

    .about3 .ab31 {
        margin-bottom: -24rem;
    }

    .about3 .ab31_deco01 {
        left: 23rem;
        top: 21rem;
        width: 18%;
    }
}

@media screen and (max-width: 1500px) {
    .about3 .ab31 {
        margin-bottom: -15rem;
    }
}

@media screen and (max-width: 1400px) {
    .ab31 .ab31_inner {
        width: 60%;
    }

    .about3 .ab31_deco01 {
        left: 25rem;
        top: 19rem;
    }
}

@media screen and (max-width: 1300px) {
    .about3 .ab31 {
        margin-bottom: -12rem;
    }
}

@media screen and (max-width: 1200px) {
    .about3 {
        padding-top: 18rem;
    }

    .about3 .ab31_deco01 {
        left: 17rem;
        top: 15rem;
    }

    .about3 .ab31 {
        min-height: 800px;
    }
}

@media screen and (max-width: 1100px) {
    .about3 .ab31 {
        min-height: 777px;
    }
}

@media screen and (max-width: 1000px) {
    .about3 .ab31 {
        min-height: 750px;
        margin-bottom: -9rem;
    }
}

@media screen and (max-width: 900px) {
    .about3 {
        min-height: 730px;
    }

    .about3 .ab31_deco01 {
        left: 11rem;
        top: 10rem;
    }

    .about3 .ab31 {
        min-height: 580px;
    }
}

@media screen and (max-width: 768px) {
    .about3 {
        min-height: 690px;
    }

    .about3 .ab31 {
        min-height: 500px;
    }
}

@media screen and (max-width: 576px) {
    .about3 {
        min-height: 560px;
        background-position: top center, top -4rem left -14rem;
    }

    .about3 .ab31_deco01 {
        left: 10rem;
        top: 13rem;
    }

    .about3 .ab31 {
        min-height: 390px;
    }
}

@media screen and (max-width: 450px) {
    .about3 {
        min-height: 492px;
        background-position: top center, top -2rem left -19rem;
    }

    .about3 .ab31_deco01 {
        left: 4rem;
        top: 15rem;
    }

    .about3 .ab31 {
        min-height: 300px;
        margin-bottom: -7rem;
    }

    .ab31 .ab31_inner {
        width: 70%;
    }
}

@media screen and (max-width: 414px) {
    .about3 {
        background-position: top center, top -2rem left -33rem;
    }

    .about3 .ab31_deco01 {
        display: none;
    }

    .about3 .ab31 {
        margin-bottom: -4rem;
    }

    .ab31 .ab31_inner {
        width: 95%;
        margin: 0 auto;
        padding: 0;
    }

}

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

@media screen and (max-width: 350px) {}

/*about4*/
.about4 {
    position: relative;
    min-height: 1184px;
    overflow-x: hidden;
}

.about4:before {
    content: '';
    background: url(../../images/ab41_bg.jpg) top center no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.about4:after {
    content: '';
    background: url(../../images/ab41_bg02.png) bottom center no-repeat;
    background-size: 100%;
    width: 100%;
    min-height: 247px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.about4 .ab4_txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ab4_txt .ab41_en {}

.ab4_txt .ab41_en p {
    font-size: 36px;
    color: #fff;
    font-family: 'Lilita One';
}

.ab4_txt .ab41_ch {
    width: 100%;
    max-width: 333px;
    margin: 0 auto;
}

.ab4_txt .ab41_ch p {
    font-size: 20px;
    color: #000;
    background: rgba(0, 255, 240, .75);
    text-align: center;
    border-radius: 100px;
    margin-top: 1.4rem;
    line-height: 2;

}

.ab4_txt .ab41_ch2 {
    width: 100%;
    max-width: 285px;
    margin: 0 auto;
}

.ab4_txt .ab41_ch2 p {
    font-size: 20px;
    color: #000;
    background: rgba(0, 255, 240, .75);
    text-align: center;
    border-radius: 100px;
    margin-top: 1.4rem;
    line-height: 2;
}

@media screen and (max-width:1600px) {
    .about4:before {
        content: '';
        background-size: cover;
    }
}

@media screen and (max-width:1300px) {
    .about4 {
        min-height: 1000px;
    }
}

@media screen and (max-width: 1000px) {
    .about4 {
        min-height: 790px;
    }
}

@media screen and (max-width: 900px) {
    .about4 {
        min-height: 680px;
    }

    .about4:before {
        background-position: top 0 left -42rem;
    }
}

@media screen and (max-width:834px) {
    .about4:before {
        background-position: top 1rem left -42rem;
    }
}

@media screen and (max-width:800px) {
    .about4:before {
        background-position: top 0 left -39rem;
    }

    .about4 .ab4_txt {
        width: 90%;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .about4 {
        min-height: 590px;
    }

    .about4:before {
        background-position: top 0 left -2rem;
        background-attachment: initial;
    }
}

@media screen and (max-width: 576px) {
    .about4:after {
        min-height: 90px;
    }

    /*.about4:before {
    background-position: top 0 left 0rem;
}*/

}

@media screen and (max-width: 414px) {
    .about4 {
        min-height: 470px;
    }

    /*.about4:before {
    background-position: top 0 left 0rem;
}*/
    .about4 .ab4_txt {
        width: 95%;
    }
}

@media screen and (max-width: 390px) {
    .about4 {
        min-height: 380px;
    }

    /*.about4:before {
    background-position: top 0 left 0rem;
}*/
    .ab4_txt .ab41_en p {
        font-size: 30px;
    }
}

@media screen and (max-width: 360px) {
    /*.about4:before {
    background-position: top 0 left -47rem;
}*/
}

@media screen and (max-width:330px) {
    .ab4_txt .ab41_en p {
        font-size: 28px;
    }
}

/*about5*/
.about5 {
    background: url(../../images/ab51_bg.jpg) top center;
    width: 100%;
    position: relative;
    padding-bottom: 6.1rem;
    top: -1px;
    margin-bottom: -1px;

}

.about5:before {
    content: '';
    background: url(../../images/ab51_deco01.png) top right no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 732px;
    min-height: 454px;
    position: absolute;
    top: -21rem;
    right: 0;
    z-index: 1;
    animation: motor 1s infinite alternate;

}

@keyframes motor {
    to {
        transform: translateY(10px);
    }
}

.about5 .ab51 {
    width: 100%;
    max-width: 1550px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    padding: 3rem 0 0;
}

.about5 .ab51:before {
    content: '';
    background: url(../../images/ab51_deco02.png) top left no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 878px;
    min-height: 187px;
    position: absolute;
    top: -2rem;
    left: 2.5rem;
    z-index: 1;
}

.about5 .ab51:after {
    content: '';
    background: url(../../images/ab51_deco03.png) bottom left no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 244px;
    min-height: 71px;
    position: absolute;
    bottom: -4rem;
    left: -7rem;
    z-index: 1;
    right: 0;
    margin: auto;
}

.ab51 .ab51_lt {
    background: url(../../images/ab51_img01.png) top left no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 731px;
    min-height: 789px;
    position: relative;
}

.ab51 .ab51_lt img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1rem;
    margin: auto;
}

.ab51 .ab51_rt {
    background: url(../../images/ab51_img02.png) top right no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 783px;
    min-height: 784px;
    position: relative;
    z-index: 2;
    top: 8rem;
}

.ab51 .ab51_rt p {
    width: 100%;
    max-width: 310px;
    font-size: 20px;
    color: #73382e;
    margin: 0 0 0 auto;
    padding-top: 5rem;

}

@media screen and (max-width: 1600px) {
    .about5 .ab51 {
        padding: 3rem 1rem 0;
    }

    .about5 .ab51:before {
        width: 54%;
        left: 7rem;
        top: 0rem;
    }

    .about5:before {
        width: 40%;
    }
}

@media screen and (max-width: 1500px) {
    .ab51 .ab51_lt {
        width: 95%;
    }
}

@media screen and (max-width: 1400px) {
    .ab51 .ab51_lt {
        width: 75%;
    }

    .ab51 .ab51_lt img {
        bottom: 19rem;
    }

    .about5 .ab51:after {
        bottom: 13rem;
        left: -16rem;
    }
}

@media screen and (max-width: 1300px) {
    .about5:before {
        top: -15rem;
    }

    .ab51 .ab51_rt p {
        width: 39%;
        padding-top: 1rem;
    }
}

@media screen and (max-width: 1100px) {
    .about5:before {
        width: 50%;
        top: -24rem;
    }

    .about5 .ab51 {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .about5 .ab51:before {
        display: none;
    }

    .about5 .ab51:after {
        display: none;
    }

    .ab51 .ab51_lt {
        width: 95%;
    }

    .ab51 .ab51_lt img {
        bottom: 1rem;
    }

    .ab51 .ab51_rt p {
        width: 50%;
        padding-top: 2rem;
    }
}

@media screen and (max-width: 1000px) {
    .about5:before {
        width: 59%;
        top: -23rem;
    }
}

@media screen and (max-width: 834px) {
    .about5:before {
        top: -18rem;
        min-height: 310px;
    }

    .about5 .ab51 {
        padding: 3rem 2rem 0;
    }
}

@media screen and (max-width: 768px) {
    .about5 {
        padding-bottom: 8.1rem;
    }

    .ab51 .ab51_lt {
        min-height: 750px;
    }

    .ab51 .ab51_rt {
        min-height: 745px;
    }
}

@media screen and (max-width: 576px) {

    .about5:before {
        top: -9rem;
        width: 70%;
    }

    .about5 .ab51 {
        padding: 8rem 2rem 0;
    }

    .ab51 .ab51_lt {
        min-height: 557px;
    }

    .ab51 .ab51_rt {
        min-height: 545px;
        margin-top: 20rem;
    }

    .ab51 .ab51_rt p {
        width: 90%;
        padding-top: 2rem;
        position: absolute;
        top: -21rem;
        max-width: 100%;
        left: 0;
        right: 0;
        margin: auto;
    }
}

@media screen and (max-width: 450px) {
    .about5:before {
        top: -6rem;
        min-height: 210px;
    }

    .ab51 .ab51_lt {
        min-height: 416px;
    }

    .ab51 .ab51_rt {
        min-height: 385px;
        margin-top: 15rem;
    }
}

@media screen and (max-width: 414px) {
    .ab51 .ab51_lt {
        min-height: 386px;
    }

    .ab51 .ab51_rt {
        min-height: 385px;
    }
}

@media screen and (max-width: 390px) {
    .about5 .ab51 {
        padding: 6rem 2rem 0;
    }
}

@media screen and (max-width: 360px) {
    .ab51 .ab51_lt {
        min-height: 330px;
    }

    .ab51 .ab51_rt {
        min-height: 328px;
    }

    .ab51 .ab51_rt p {
        width: 95%;
    }
}

@media screen and (max-width:330px) {
    .about5:before {
        min-height: 116px;
    }

    .about5 .ab51 {
        padding: 4rem 2rem 0;
    }

    .ab51 .ab51_lt {
        min-height: 300px;
    }

    .ab51 .ab51_rt {
        min-height: 298px;
        margin-top: 17rem;
    }

    .ab51 .ab51_rt p {
        top: -24rem;
    }
}

/*about6*/
.about6 {}

.about6 .ab61 {
    position: relative;
}

.ab61 .ab61_mask01 {
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    min-height: 220px;
    z-index: 1;
}

.ab61 .ab61_font {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 493px;
    min-height: 171px;
    z-index: 1;
    transform: scale(.8);
    animation: hello 1s infinite alternate;
}

@keyframes hello {
    to {
        transform: scale(1.0);
    }
}

.scale_img {
    overflow: hidden;
}

.scale_img img {
    position: relative;
    clip: rect(0, 0, 0, 0);
}

@media screen and (max-width: 1400px) {
    .ab61 .ab61_mask01 {
        min-height: 180px;
    }

    .ab61 .ab61_font {
        top: 13rem;
    }
}

@media screen and (max-width: 991px) {
    .ab61 .ab61_mask01 {
        min-height: 120px;
    }

    .ab61 .ab61_font {
        top: 8rem;
        width: 35%;
        min-height: 120px;
    }
}

@media screen and (max-width: 576px) {
    .ab61 .ab61_mask01 {
        min-height: 70px;
    }

    .ab61 .ab61_font {
        top: 5rem;
        min-height: 90px;
    }
}

@media screen and (max-width: 450px) {
    .ab61 .ab61_mask01 {
        min-height: 62px;
    }

    .ab61 .ab61_font {
        min-height: 66px;
    }
}

@media screen and (max-width: 414px) {
    .ab61 .ab61_mask01 {
        min-height: 53px;
    }
}

@media screen and (max-width: 390px) {
    .ab61 .ab61_mask01 {
        min-height: 40px;
    }
}

@media screen and (max-width: 350px) {}

/*---gotop---------------------------------------------------------------------------------------------------------------------------*/
#gotop {
    position: fixed;
    bottom: 0;
    right: 2%;
    cursor: pointer;
    z-index: 30;
    transition: .3s ease-in-out;
    display: none;
    width: 128px;
}

#gotop img {
    max-width: 100%;
}

#gotop:hover {
    transform: translateY(-10px);
}

@media screen and (max-width:768px) {
    #gotop {
        bottom: -7px;
        width: 90px;
        right: 0;
    }
}

@media screen and (max-width:414px) {
    #gotop {
        bottom: 0;
        width: 85px;
    }
}

@media screen and (max-width:430px) {}

/*---newstable------------------------------------------------------------------------*/
.news {
    width: 100%;
    max-width: 1196px;
    margin: 0 auto;
    padding: 0 2rem 0 0;
}

.newstable {
    position: relative;
    z-index: 3;
    font-size: 18px;
}

.newstable:after {
    content: '';
    background: url(../../images/news_deco.png) top right no-repeat;
    background-size: 100%;
    width: 11px;
    height: 89px;
    position: absolute;
    top: 3rem;
    right: 2rem;
}

.news_title {
    background: url(../../images/news_titlebg.png) top left no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 437px;
    min-height: 228px;
    padding: 15rem 1rem 2rem 14rem;
    text-align: left;
    margin-bottom: 2rem;
    position: relative;
}

.news_title:before {
    content: '';
    background: url(../../images/news_icon.png) top left no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 154px;
    min-height: 125px;
    position: absolute;
    bottom: 50px;
    left: 0;
}

.news_title h2 {
    font-size: 24px;
    color: #549b97;
    padding-bottom: 1.3rem;

}

.news_title h3 {
    font-size: 20px;
    color: #000000;
    padding-left: 3rem;
}

.newstable table {
    width: 100%;
}

img.newsicon {
    width: auto;
    max-width: inherit;
}

table.tableimg img {
    max-width: 100%;
}

.newstable a {
    display: initial;
    color: #000;
    transition: .3s ease-in-out;
}

a.newstitle {
    display: block;
}

.newstable a:hover {
    color: rgba(152, 76, 44, 1);
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background: #dddddd;
    border-radius: 5px;
    padding: 0% 4%;
    transition: .3s ease-in-out;
    letter-spacing: 2px;
    margin: 0 1%;
    height: 45px;
    line-height: 45px;
}

button:hover,
html input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    background: #559b97;
}

@media screen and (max-width:1100px) {
    .news {
        padding: 0 2rem;
    }

    .news_title {
        width: 80%;
    }
}

@media screen and (max-width:870px) {
    .news_title {
        width: 60%;
        padding: 10rem 1rem 2rem 11rem;
    }

    .news_title:before {
        width: 30%;
    }

    .news_title h2 {
        font-size: 19px;
        padding-bottom: 0.3rem;
    }

    .news_title h3 {
        font-size: 14px;
        padding-left: 0rem;
    }
}

@media screen and (max-width:768px) {
    .news {
        padding: 0 2rem;
    }
}

@media screen and (max-width:650px) {
    .news_title {
        width: 64%;
        padding: 9rem 1rem 2rem 9rem;
        min-height: 160px;
    }

    .news_title:before {
        min-height: 75px;
        bottom: 38px;
    }
}

@media screen and (max-width:590px) {
    .news_title {
        width: 72%;
        padding: 11rem 1rem 2rem 11rem;
        min-height: 187px;
    }
}

@media screen and (max-width:500px) {
    .news_title {
        width: 60%;
        padding: 6rem 1rem 0rem 6rem;
        min-height: 134px;
    }

    .news_title:before {
        min-height: 51px;
        bottom: 26px;
        width: 24%;
    }
}

@media screen and (max-width:450px) {
    .news_title {
        width: 65%;
        padding: 6rem 1rem 0rem 5rem;
        min-height: 130px;
    }

    .news_title:before {
        bottom: 59px;
    }
}

@media screen and (max-width:390px) {
    .news_title {
        width: 74%;
        padding: 6rem 1rem 0rem 5rem;
        min-height: 134px;
    }
}

@media screen and (max-width:360px) {
    .news_title {
        width: 82%;
        padding: 6rem 1rem 2rem 5rem;
        min-height: 131px;
    }
}

@media screen and (max-width:340px) {
    .news_title:before {
        bottom: 63px;
        left: 8px;
    }
}

@media screen and (max-width:330px) {
    .news_title {
        width: 82%;
        padding: 4.8rem 1rem 2rem 3rem;
        min-height: 131px;
    }

    .news_title:before {
        bottom: 85px;
        left: 11px;
        min-height: 36px;
        width: 18%;
    }
}

/*---footer-----------------------------------------------------------------*/

.footer {
    background: url(../../images/footer_bg02.png) bottom center no-repeat, url(../../images/footer_bg01.jpg) top left;
    background-size: 100%, auto;
    width: 100%;
    min-height: 653px;
    position: relative;
    padding-bottom: 20px;

}

.footer:before {
    content: '';
    background: url(../../images/footer_mask.png) bottom center no-repeat;
    background-size: contain;
    width: 100%;
    min-height: 30px;
    position: absolute;
    left: 0;
    top: -29px;
}

.footer .ftinfo {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    padding: 2rem 0 5rem 0;
    text-align: center;
}

.ftinfo .info {}

.ftinfo .info ul {}

.ftinfo .info ul li {
    text-align: left;
}

.ftinfo img {
    margin-bottom: 4.6rem;
}

.ftinfo .info i {
    display: inline-block;
    padding-right: 1.6rem;
    font-size: 20px;
}

.ftinfo .info p {
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
}

.footer .ftbtn {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.footer .ftbtn ul {}

.footer .ftbtn ul li {
    display: inline-block;
    width: 32.33%;
}

.footer .ftbtn img {
    vertical-align: middle;
    padding-right: 0.5rem;
}

.footer .ftbtn p {
    display: inline-block;
    font-size: 24px;
    color: #1d1e22;
    vertical-align: middle;
    position: relative;
}

.footer .ftbtn ul li a {
    position: relative;
    transition: .5s all;
}

.footer .ftbtn ul li a:before {
    transition: .5s all;
}

.footer .ftbtn ul li:nth-of-type(1) a p {
    font-family: 'Lilita One';
}

.footer .ftbtn ul li:nth-of-type(1) a:before {
    content: '';
    background: url(../../images/ftbtn1_01.png) top center no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 108px;
    min-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
}

.footer .ftbtn ul li:nth-of-type(2) a:before {
    content: '';
    background: url(../../images/ftbtn1_02.png) top center no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 108px;
    min-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
}

.footer .ftbtn ul li:nth-of-type(3) a:before {
    content: '';
    background: url(../../images/ftbtn1_03.png) top center no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 108px;
    min-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
}

.footer .ftbtn ul li a:hover:before {
    transform: translateY(-3rem);
    opacity: 1;
}

.footer .ft_maic {
    width: 100%;
    max-width: 792px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 5rem;
}

.ft_maic .ftmark {}

.ft_maic .ftmark img {
    display: inline-block;
    padding-right: 1.1rem;
    vertical-align: middle;
}

.ft_maic .ftmark p {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
}

.ft_maic .icon {
    font-size: 12px;
    font-family: 'Lilita One';
    display: inline-block;
}

.ft_maic .icon a {
    display: inline-block;
    transition: .5s all;
}

.ft_maic .icon a:hover {
    transform: translateY(-5px);
}

.footer .ft_bot {
    background: rgba(255, 255, 255, .65);
}

.footer .ft_bot .website {
    padding-bottom: 1.8rem;
    width: 100%;
    max-width: 792px;
    margin: 0 auto;
    text-align: center;
}

.ft_bot .website ul {}

.ft_bot .website ul li {
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    padding: 0 3rem 0 1rem;
    position: relative;
}

.ft_bot .website ul li:last-of-type {
    padding: 0 0 0 1rem;
}

.ft_bot .website a {
    position: relative;
    transition: .5s all;
}

.ft_bot .website li:not(:nth-of-type(6)):before {
    content: 'X';
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
}

.ft_bot .website a:hover {
    color: #05537c;
}

.footer .ft_copyrightbg {
    background: #55bfc6;
    padding: 1.3rem 0 2rem;
}

.ft_copyrightbg .copyright {
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.copyright a, .copyright a h1 {
    display: inline-block;
    color: #fff;
	font-size:14px;
    transition: .5s all;
}

.ft_copyrightbg .copyright a:hover, .ft_copyrightbg .copyright a:hover h1 {
    color: #000;
}


.anime_wave {
    position: relative;
    margin: 36px 0 -18px;
    padding: 24px 0 24px;
    background: url(../../images/ft_whiterbar.png) repeat-x 0 100%;
    -webkit-animation: anime_wave01 6.5s linear 0s infinite normal;
    animation: anime_wave01 6.5s linear 0s infinite normal;
}

.anime_wave2 {
    position: relative;
    padding: 24px 0 0;
    margin-bottom: -1px;
    background: url(../../images/ft_bluebar.png) repeat-x 100% 0;
    -webkit-animation: anime_wave02 15s linear 0s infinite normal;
    animation: anime_wave02 15s linear 0s infinite normal;
}

@-webkit-keyframes anime_wave01 {
    0% {
        background-position: 0 0, 0 100%;
    }

    100% {
        background-position: 265px 0, 265px 100%;
    }
}

@keyframes anime_wave01 {
    0% {
        background-position: 0 0, 0 100%;
    }

    100% {
        background-position: 265px 0, 265px 100%;
    }
}

@-webkit-keyframes anime_wave02 {
    0% {
        background-position: 100% 0, 0 0;
    }

    100% {
        background-position: 100% 132px, 0 132px;
    }
}

@keyframes anime_wave02 {
    0% {
        background-position: 100% 0, 0 0;
    }

    100% {
        background-position: 132px 0, 132px 100%;
    }
}

@media screen and (max-width: 850px) {
    .footer .ft_maic {
        padding: 5rem 2rem 0;
    }
}

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

    .footer .ft_bot .website {
        padding-bottom: 1rem;
    }

    .ft_bot .website ul li {
        padding: 0 2rem 0 1rem;
    }

}

@media screen and (max-width: 600px) {
    .footer .ftbtn {
        padding: 0 1rem;
        text-align: center;
    }

    .footer .ftbtn ul li {
        width: auto;
    }

    .footer .ftbtn p {
        font-size: 20px;
    }
}

@media screen and (max-width:576px) {
    .ft_bot .website li:nth-of-type(4):before {
        display: none;
    }
}

@media screen and (max-width: 450px) {
    .ftinfo img {
        margin-bottom: 2.6rem;
        width: 70%;
    }

    .footer .ftbtn p {
        font-size: 17px;
    }

    .ft_bot .website li:nth-of-type(3):before {
        display: none;
    }

    .ft_bot .website li:nth-of-type(4):before {
        display: block;
    }

    .ft_bot .website li:not(:nth-of-type(6)):before {
        right: -4px;
    }
}

@media screen and (max-width: 414px) {
    .footer .ftbtn ul li {
        width: 30%;
    }

    .footer .ft_maic {
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .ft_maic .ftmark {
        padding-bottom: 2rem;
    }

    .anime_wave {
        margin: 20px 0 -18px;
    }
}

@media screen and (max-width: 390px) {
    .footer .ftinfo {
        padding: 2rem 2rem 5rem;
    }

}

@media screen and (max-width: 360px) {
    .footer .ftinfo {
        padding: 2rem 1rem 5rem;
    }

    .ftinfo .info i {
        padding-right: 0.3rem;
    }
}

@media screen and (max-width:350px) {

    .ft_bot .website li:nth-of-type(2):before,
    .ft_bot .website li:nth-of-type(4):before {
        display: none;
    }

    .ft_bot .website li:nth-of-type(3):before {
        display: block;
    }
}

@media screen and (max-width:320px) {
    .ftinfo .info i {
        font-size: 15px;
    }

    .ftinfo .info p {
        font-size: 20px;
    }
}


/*---wrap---------------------------------------------------------------------------------------------*/
.wrap {
    width: 100%;
    position: relative;
    z-index: 1;
    text-align: right;
    margin: 0 0 0 auto;
    padding: 23.6rem 16.1rem 8.2rem 43rem;
}

.wrap .inner_content {
    background: rgba(253, 242, 226, .85);
    border-radius: 50px;
    padding: 6.4rem 0 6.4rem 13.5rem;
    text-align: center;
}

.roomwrap {
    padding: 12rem 16.1rem 8.2rem 43rem;
}

@media screen and (max-width:1500px) {
    .wrap .inner_content {
        padding: 6.4rem 0 6.4rem 3rem;
    }
}

@media screen and (max-width:1450px) {
    .wrap {
        padding: 23.6rem 16.1rem 8.2rem 32rem;
    }
}

@media screen and (max-width:1300px) {
    .wrap {
        padding: 23.6rem 10rem 8.2rem 27rem;
    }
}

@media screen and (max-width: 1100px) {
    .wrap {
        padding: 23.6rem 10rem 8.2rem 22rem;
    }

    .wrap .inner_content {
        padding: 3.4rem 0 6.4rem 0rem;
    }
}

@media screen and (max-width: 1000px) {
    .wrap {
        padding: 16.6rem 8rem 8.2rem 19rem;
    }
}

@media screen and (max-width: 834px) {
    .wrap {
        padding: 14.6rem 4rem 8.2rem 15rem;
    }
}

@media screen and (max-width: 768px) {
    .wrap {
        padding: 14.6rem 4rem 8.2rem 10rem;
    }
}

@media screen and (max-width: 576px) {
    .wrap {
        padding: 13.6rem 2rem 8.2rem 2rem;
    }
}

@media screen and (max-width: 450px) {
    .wrap .inner_content {
        padding: 1.4rem 0 6.4rem 0rem;
    }
}

@media screen and (max-width: 414px) {
    .wrap {
        padding: 10.6rem 1rem 8.2rem 1rem;
    }
}

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

@media screen and (max-width: 350px) {}

/*---title--------------------------------------------------------------------------------------------*/
.title {
    padding: 0 0 2.4rem 0;
}

@media screen and (max-width:1450px) {
    .title {
        width: 60%;
        margin: 0 0 0 auto;
    }
}

@media screen and (max-width:450px) {
    .title {
        padding: 0 0 0.4rem 0;
    }
}

/*---notice----------------------------------------------------------------------------------------------------------------------------------*/
.notice {
    width: 100%;
    max-width: 1110px;
    margin: 0 0 0 auto;
    padding-right: 8.8rem;
    font-size: 20px;
}

.note {
    padding: 2em 0 6em;
}

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

.s1 img {
    -webkit-filter: invert(0) !important;
    filter: invert(0) !important;
}

@media screen and (max-width:1760px) {
    .notice {
        padding-left: 3rem;
    }
}

@media screen and (max-width:1500px) {
    .notice {
        padding: 0 1rem;
    }
}

@media screen and (max-width:768px) {
    .notice {
        padding: 3rem 2rem;
    }

    .note img {
        width: 80%;
    }

    .note_icon li img {
        width: auto;
    }
}

@media screen and (max-width:650px) {
    .note {
        padding: 1em 0 3em;
    }


    .note_icon li img {
        width: auto;
    }
}

@media screen and (max-width:576px) {
    .notice {
        padding: 3rem 1rem;
    }
}

@media screen and (max-width:425px) {
    .notice {
        padding: 1rem;
    }

    .note_icon li img {
        width: auto;
    }
}

@media screen and (max-width: 390px) {
    .notice {
        padding: 1rem 1rem 0 1rem;
    }
}

/*---icons----------------------------------------------------------------------------------------------------------------------------------*/
.icons {}

.icons ul {
    list-style: none;
}

.icons li {
    margin: 5px 5px;
    display: inline-block;
    vertical-align: top;
    width: 21%;
    background: rgba(255, 255, 255, .6);
    border-radius: 7px;
    padding: 5px 0 8px;
    text-align: center;
    border: 1px solid #888;
}

.icons li img {
    padding: 0 7px;
    margin: 0 auto;
}

.icons li span {
    display: block;
    font-size: 20px;
    line-height: 20px;
}

@media screen and (max-width:1199px) {
    .icons li {
        width: 10%;
    }
}

@media screen and (max-width:900px) {
    .icons li span {
        font-size: 12px;
    }
}

@media screen and (max-width:768px) {
    .icons li {
        width: 13%;
    }
}

@media screen and (max-width:600px) {
    .icons li {
        width: 17%;
    }
}

@media screen and (max-width:500px) {
    .icons li {
        width: 21%;
    }
}

@media screen and (max-width:430px) {
    .icons li {
        width: 27%;
        margin: 5px 8px;
        padding: 5px 4px 8px;
    }

    .icons li span {
        font-size: 13px;
    }
}

@media screen and (max-width:360px) {
    .icons li span {
        font-size: 12px;
    }
}

@media screen and (max-width:340px) {
    .icons li {
        width: 28%;
        margin: 5px 5px;
        padding: 5px 2px 8px;
    }
}

/*---r_icons-----------------------------------------------------------------------------------------------------------------------------------*/
.r_icons {
    text-align: left;
}

.r_icons ul {
    list-style: none;
}

.r_icons li {
    width: 10%;
}

@media screen and (max-width:1100px) {
    .r_icons li {
        width: 11%;
    }
}

@media screen and (max-width:991px) {
    .r_icons li {
        width: 13%;
    }
}

@media screen and (max-width:815px) {
    .r_icons {
        text-align: left;
    }
}

@media screen and (max-width:765px) {
    .r_icons li {
        width: 20%;
    }
}

@media screen and (max-width: 765px) {
    .r_icons li {
        width: 17%;
    }
}

@media screen and (max-width:580px) {
    .r_icons li {
        width: 21%;
    }
}

@media screen and (max-width:480px) {
    .r_icons li {
        width: 23%;
        margin: 5px 0;
    }
}

@media screen and (max-width:440px) {
    .r_icons li {
        width: 29%;
        margin: 5px 3px;
        padding: 5px;
    }

    .r_icons li img {
        padding: 0 20px;
    }
}

@media screen and (max-width:390px) {
    .r_icons li {
        width: 28%;
        margin: 2px 2px;
        padding: 3px;
    }
}

@media screen and (max-width:360px) {
    .r_icons li {
        width: 46%;
    }

    .r_icons li img {
        padding: 0 12px;
    }
}

@media screen and (max-width:350px) {}

/*--note_icons--------------------------------------------------------------------------------------------------------------------------------*/
.note_icon {
    padding: 3% 0 0 0;
    text-align: left;
}

.note_icon ul {
    list-style: none;
}

.note_icon li {
    width: 10.666666%;
    padding: 5px 0 5px;
    border: solid 1px #d4d4d4;
    background: none;
}

.note_icon li img {
    padding-bottom: 5px;
    max-width: 100%;
}

@media screen and (max-width:1220px) {
    .note_icon li {
        width: 12%;
    }
}

@media screen and (max-width:1080px) {
    .note_icon li {
        width: 12%;
    }
}

@media screen and (max-width:760px) {
    .note_icon li {
        width: 14%;
    }
}

@media screen and (max-width:700px) {
    .note_icon li {
        width: 17%;
    }
}

@media screen and (max-width:580px) {
    .note_icon li {
        width: 22%;
        margin: 5px 0;
    }
}

@media screen and (max-width:505px) {
    .note_icon li {
        width: 23%;
        padding: 7px;
    }

    .note_icon li img {
        width: 100%;
    }
}

@media screen and (max-width:453px) {
    .note_icon li {
        width: 31%;
    }

    .icons li span {
        font-size: 12px;
    }
}


/*---location-----------------------------------------------------*/

.location {
    width: 100%;
    max-width: 1060px;
}

.location .loc_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 1rem 2rem 5rem;
}

.location .loc_top .loc_add {}

.location .loc_top .loc_add img {
    vertical-align: middle;
}

.location .loc_top .loc_add h2 {
    display: inline-block;
    font-size: 24px;
    vertical-align: middle;
}

.location .map {
    border: 1px #5a3a27 solid;
    border-radius: 50px;
    width: 100%;
    max-width: 1062px;
    min-height: 637px;
    margin: 0 auto;
}

.location .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
}

@media screen and (max-width: 1850px) {
    .location {
        padding-right: 2rem;
    }
}

@media screen and (max-width: 1700px) {
    .location .loc_top .loc_img {
        width: 50%;

    }
}

@media screen and (max-width: 1100px) {
    .location {
        padding: 0 2rem;
    }

    .location .loc_top .loc_img {
        width: 40%;
    }
}

@media screen and (max-width: 900px) {
    .location .loc_top {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        padding: 0 1rem 2rem 2rem;
    }

    .location .loc_top .loc_img {
        order: -1;
        margin: 0 0 0 auto;
    }

    .location .map {
        min-height: 470px;
    }
}

@media screen and (max-width:576px) {
    .location .loc_top .loc_img {
        padding-bottom: 2rem;
    }
}

@media screen and (max-width: 450px) {
    .location .loc_top {
        padding: 0 1rem 2rem 1rem;
    }

    .location .loc_top .loc_img {
        width: 50%;
    }

    .location .map {
        min-height: 340px;
    }
}

@media screen and (max-width: 414px) {}

@media screen and (max-width: 390px) {
    .location .loc_top .loc_add h2 {
        font-size: 20px;
    }

    .location .map {
        min-height: 300px;
    }
}

@media screen and (max-width: 350px) {}

/*---services_sce-------------------------------------------------------------*/
#services_sce {
    padding-top: 0px;
    padding-bottom: 60px;
    padding-right: 2rem;
}

.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:650px) {
    .scebtn {
        padding: 0 120px;
    }
}

@media (max-width:600px) {
    .scebtn {
        padding: 0 100px;
    }
}

@media (max-width:550px) {
    .scebtn {
        padding: 0 60px;
    }
}

@media (max-width:480px) {
    .scebtn {
        padding: 0 25px;
    }
}

@media (max-width:400px) {
    .scebtn {
        padding: 0 5px;
    }

    .scebtn {
        margin-bottom: 10px;
    }
}

@media (max-width:350px) {
    .scebtn {
        padding: 0 0px;
    }
}

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

.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: 20px;
    display: inline-block;
}

.sceimg img {
    margin: 0 auto;
}

.scep p {
    color: #616161;
}

@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 {
    margin-top: 30px;
}

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

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


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

.scecontainer {
    display: block;
    margin: auto;
    width: 100%;
    font-size: 20px;
}

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

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

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

@media screen and (max-width:1060px) {
    .scebox_content {
        padding: 0 4% 2%;
    }

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

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

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

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


/*---roomguide---------------------------------------------------*/

.rgrt {
    display: flex;
    justify-content: flex-end;
    margin: 3.4rem 10rem 4.6rem 0;
}

.rgrt .rgrt_img {
    margin-right: 3.3rem;
    position: relative;
}

a .rgrt .rgrt_img:before,
a .rgrt .rgrt_img:after {
    transition: .5s all;
}

.rgrt .rgrt_img:before {
    content: '';
    width: 100%;
    height: 98%;
    background: rgba(0, 0, 0, .25);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 37px;
    opacity: 0;
}

.rgrt .rgrt_img:after {
    content: '';
    background: url(../../images/rgrt_more.png) top left no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 252px;
    min-height: 89px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

a:hover .rgrt .rgrt_img:before,
a:hover .rgrt .rgrt_img:after {
    opacity: 1;
}

.rgrt .rm_name {
    text-align: center;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 120px;
}

.rgrt .rm_name h4 {
    font-size: 14px;
    color: #000000;
    padding-bottom: 1rem;
    font-family: 'Lilita One';
}

.rgrt .rm_name img {}

.rgrt .rm_name img:first-child {
    padding: 2.3rem 0 2.9rem;
}

.rgrt .rm_name:after {
    content: '';
    background: url(../../images/rgrt_deco01.png) bottom left no-repeat;
    background-size: 100%;
    width: 280%;
    max-width: 266px;
    min-height: 119px;
    position: absolute;
    bottom: -1.9rem;
    left: -11rem;
    z-index: -1;
}

@media screen and (max-width:1600px) {
    .rgrt .rgrt_img {
        margin-right: 0.3rem;
        position: relative;
    }

    .rgrt .rgrt_img:before {
        height: 94%;
    }
}

@media screen and (max-width: 1500px) {
    .rgrt {
        margin: 3.4rem 0rem 4.6rem 0;
    }
}

@media screen and (max-width: 1400px) {
    .rgrt .rm_name:after {
        width: 178%;
        min-height: 96px;
        left: -4rem;
    }
}

@media screen and (max-width: 1200px) {
    .rgrt .rgrt_img:before {
        height: 84%;
    }
}

@media screen and (max-width: 1100px) {
    .rgrt .rm_name img {
        width: 59%;
    }
}

@media screen and (max-width: 1000px) {
    .rgrt .rgrt_img:before {
        height: 77%;
    }
}

@media screen and (max-width: 900px) {
    .rgrt .rm_name img {
        width: 49%;
    }

    .rgrt .rm_name img:first-child {
        padding: 2.3rem 0 0;
    }

    .rgrt .rgrt_img:before {
        height: 80%;
        border-radius: 25px;
    }

    .rgrt .rgrt_img:after {
        width: 40%;
        min-height: 72px;
    }
}

@media screen and (max-width: 800px) {
    .rgrt {
        margin: 3.4rem 0rem 0.6rem 0;
    }

    .rgrt .rm_name img:first-child {
        padding: 0.3rem 0 0;
    }

    .rgrt .rm_name img {
        width: 45%;
    }

    .rgrt .rm_name h4 {
        padding-bottom: 0rem;
    }

    .rgrt .rm_name:after {
        width: 147%;
    }

    .rgrt .rgrt_img:before {
        height: 92%;
    }
}

@media screen and (max-width: 768px) {
    .rgrt .rgrt_img:before {
        height: 97%;
    }
}

@media screen and (max-width: 576px) {
    .rgrt .rm_name {
        width: 37%;
    }

    .rgrt .rm_name:after {
        width: 146%;
        min-height: 69px;
        bottom: 0.1rem;
    }
}

@media screen and (max-width: 450px) {
    .rgrt .rm_name h4 {
        font-size: 12px;
    }

    .rgrt .rm_name img {
        width: 72%;
    }

    .rgrt .rm_name:after {
        width: 190%;
    }

    .rgrt .rgrt_img:before {
        height: 79%;
        border-radius: 17px;
    }
}

@media screen and (max-width: 414px) {
    .rgrt {
        align-items: center;
    }

    .rgrt .rgrt_img:before {
        height: 95%;
    }
}

@media screen and (max-width: 390px) {
    .rgrt {
        margin: 2rem 0rem 0.6rem 0;
    }

    .rgrt .rm_name img {
        width: 80%;
    }

    .rgrt .rgrt_img:before {
        height: 94%;
    }
}

@media screen and (max-width: 360px) {}

@media screen and (max-width: 330px) {}

/*---room-------------------------------------------------------------------------------------------------------------------------------*/

.rm_title {
    position: fixed;
    top: 17rem;
    left: 21rem;
}

.rm_titles {
    position: absolute;
    bottom: 7rem;
    left: 19rem;
    top: auto !important;
}

.rm_title_mob {
    position: relative;
    display: none;
}

.rm_bm {
    position: fixed;
    bottom: 10rem;
    right: 7rem;
}

.rm_bm_mob {
    display: none;
}

.rm_bms {
    position: absolute;
    bottom: 7rem;
    right: 5rem;
    top: auto !important;
}

.rm_bm ul li a {
    position: relative;
    transform: .5s all;
}

.rm_bm ul li a img {
    transform: .5s all;
}

.rm_bm ul li a img:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;

}

.rm_bm ul li a:hover img:nth-of-type(2) {
    opacity: 1;
}

.rm_bm ul li a:hover img:nth-of-type(1) {
    opacity: 0;
}

.roomb {
    z-index: 90;
    position: relative;
    color: #353535;
    margin: 6rem 0 0 auto;
    font-size: 18px;
    max-width: 1189px;
    background: #fff;
    background-size: 100%;
    width: 100%;
    border-radius: 50px;

}

.rmb_title {
    padding: 4.2rem 0 3rem 7.8rem;
    text-align: left;
    background: #ffd800;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    position: relative;
}

.rmb_title:after {
    content: '';
    background: url(../../images/rm_deco01.png) top right no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 204px;
    min-height: 148px;
    position: absolute;
    top: 7px;
    right: 29px;
}

.rmb_title2 {
    background: #6cfc7a;
}

.rmb_inner {
    padding: 3rem 3rem 2rem 3rem;
}

/*rinfo*/
.rinfo {
    text-align: left;
    padding: 3% 0%;
}

.rinfo ul {}

.rinfo li {}

.rinfo li span {
    display: inline-block;
    vertical-align: top;
}

.rinfo li span:nth-of-type(1) {}

.rinfo li span:nth-of-type(2) {
    width: 77%;
}

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

@media screen and (max-width: 1450px) {
    .roomwrap {
        padding: 12.6rem 16.1rem 8.2rem 32rem;
    }

    .rm_title {
        top: 20rem;
        left: 8rem;
        width: 15%;
    }
}

@media screen and (max-width:1300px) {
    .rmb_title:after {
        width: 20%;
        min-height: 118px;
    }
}

@media screen and (max-width:1200px) {
    .roomwrap {
        padding: 12.6rem 13.1rem 8.2rem 23rem
    }

    .rm_title {
        left: 4rem;
    }
}

@media screen and (max-width: 1100px) {
    .roomwrap {
        padding: 12.6rem 13.1rem 8.2rem 21rem;
    }

    .rm_title {
        left: 5rem;
        width: 13%;
    }

    .rmb_inner {
        padding: 3rem 1rem 2rem 1rem;
    }
}

@media screen and (max-width: 991px) {
    .rmb_title {
        padding: 1.2rem 0 0rem 4.8rem;
    }
}

@media screen and (max-width: 834px) {
    .roomwrap {
        padding: 12.6rem 11.1rem 8.2rem 15rem;
    }

    .rm_title {
        left: 3rem;
    }

    .rmb_title img {
        width: 55%;
    }

    .rmb_title {
        padding: 2rem 0 1rem 4.8rem;
    }

    .rmb_inner {
        padding: 4rem 1rem 2rem 1rem;
    }
}

@media screen and (max-width: 768px) {
    .roomwrap {
        padding: 12.6rem 7.1rem 8.2rem 10rem;
    }

    /*.rm_title {
    left: 1rem;
    width: 11%;
}*/
    .rm_title {
        display: none;
    }

    .rm_title_mob {
        display: block;
        width: 55%;
        text-align: left;
    }

    .rm_bm {
        display: none;
    }

    .rm_bm_mob {
        display: block;
        padding: 1rem 0 1rem;
        text-align: center;
    }

    .rm_bm_mob ul li {
        display: inline-block;
    }

    .rm_bm_mob ul li a {
        position: relative;
        transform: .5s all;
    }

    .rm_bm_mob ul li a img {
        transform: .5s all;
        width: 85%;
    }

    .rm_bm_mob ul li a img:nth-of-type(2) {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;

    }

    .rm_bm_mob ul li a:hover img:nth-of-type(2) {
        opacity: 1;
    }

    .rm_bm_mob ul li a:hover img:nth-of-type(1) {
        opacity: 0;
    }

    .roomb {
        margin: 3rem 0 0 auto;
    }
}

@media screen and (max-width: 576px) {
    .roomwrap {
        padding: 12.6rem 6rem 8.2rem 8rem;
    }

}

@media screen and (max-width: 450px) {
    .roomwrap {
        padding: 8.6rem 5rem 8.2rem 5rem;
    }

    /*.rm_title {
    left: 0rem;
    width: 11%;
    top: 14rem;
}*/
    .rm_bm {
        width: 7%;
    }

    .roomb {
        border-radius: 20px;
    }

    .rmb_title {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        padding: 1rem 0 0rem 2.8rem;
    }
}

@media screen and (max-width: 414px) {
    .rmb_inner {
        padding: 1rem 1rem 2rem 1rem;
    }

    .roomb {
        border-radius: 20px;
    }

    .roomb1 {
        margin: 1rem 0 0 auto;
    }

    .rm_bm_mob ul li {
        width: 30%;
    }

    .rmb_title:after {
        min-height: 51px;
        top: 1px;
        right: 10px;
    }

    .rinfo li span:nth-of-type(2) {
        width: 68%;
    }

    .roomb2 .rinfo li span:nth-of-type(2) {
        width: 90%;
    }
}

@media screen and (max-width: 390px) {

    .rinfo li span:nth-of-type(2) {
        width: 60%;
    }
}

@media screen and (max-width:350px) {
    .roomb2 .rinfo li span:nth-of-type(2) {
        width: 88%;
    }
}

@media screen and (max-width: 330px) {
    .roomwrap {
        padding: 8.6rem 4rem 8.2rem 4rem;
    }
}