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

}

* {
    padding: 0px;
    margin: 0px;
}

ul {
    margin-bottom: 0px;
    list-style: none;
}

body {
    font-family: 'SweiGothicCJKtc-Regular', 'Hubballi', 'East Sea Dokdo', cursive;
    position: relative;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 1px;
    background: #fff;
    color: #544d49;
    -webkit-font-smoothing: antialiased;
}

a {
    display: block;
    color: #000000;
}

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

.clear {
    clear: both;
}

td {
    vertical-align: top;
}

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

::selection {
    background: #019f8c;
    color: black;
}

::-moz-selection {
    background: #019f8c;
    color: black;
}

/****************************************************************************************************************************************/
/*services_loc*/
.wrap3 {
    max-width: 1500px;
    text-align: center;
    margin: 0 auto;
}

#services_loc {
    padding: 18% 0 3% 0;
    width: 75%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    color: #000000;
}

div#map_canvas {
    height: 680px;
    width: 100%;
    position: relative;
    border: solid 10px #f07850;
    border-radius: 14px;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 30%);
    margin: -38% 0 0;
}
}

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

@media screen and (max-width:1520px) {
    div#map_canvas {
        height: 620px;
        width: 80%;
        margin: -30% 0 0 -1%;

    }
}

@media screen and (max-width:1360px) {
    div#map_canvas {
        height: 620px;
        width: 80%;
        margin: -52% 0 0 23%;
    }
}

@media screen and (max-width: 1360px) {
    div#map_canvas {
        height: 535px;
        width: 80%;
        margin: -44% 0 0 3%;
    }
}

@media screen and (max-width: 1300px) {
    div#map_canvas {
        height: 530px;
        width: 70%;
        margin: -46% 0 0 12%;
    }
}

@media screen and (max-width: 1100px) {
    #services_loc {
        padding: 0% 0 3% 0;
    }

    div#map_canvas {
        height: 500px;
        width: 100%;
        margin: -46% 0 0 0;
    }
}

@media screen and (max-width:800px) {
    #services_loc {
        width: 100%;
    }
}

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

@media screen and (max-width:450px) {
    div#map_canvas {
        height: 450px;
        width: 100%;
        margin: 7% 0 0 0;
    }
}

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

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

/*************************
********services_sce******
**************************/
#services_sce {
    padding-bottom: 60px;
}

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

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

.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: #000000;
    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 {
    padding: 0 110px;
    margin-top: 30px;
}

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

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

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


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

.scecontainer {
    display: block;
    margin: auto;
    width: 100%;
}

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

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

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

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

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

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

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

/*********************************************************************************************************************************************/
/*----header area-------------------------------------------------------------------------------------------------------------------*/
/*header*/
.header {
    position: relative;
    background: url(../../images/mask.png) top center no-repeat;
    background-size: cover;
    text-align: center;
    height: 115vh;
}

/*ilogo*/
.ilogo {
    text-align: center;
    padding: 6% 0 8% 0;
}

.ilogo img {}

/*scroll*/
.scroll {
    z-index: 5;
    position: relative;
    display: inline-block;
}

.scrollfont {
    font-family: 'East Sea Dokdo', cursive;
    font-size: 31px;
    font-weight: 600;
    margin: 0;
}

.scroll img {
    animation: moveing 1.2s infinite;
}

@keyframes moveing {
    0% {
        transform: translateY(0px);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translateY(30px);
        opacity: 0;
    }
}

/*dex area*/
#imgs {}

.bg {
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transition: opacity .5s linear;
    -moz-transition: opacity .5s linear;
    -o-transition: opacity .5s linear;
    transition: opacity .5s linear;
    opacity: 0;
    z-index: -100;
}

#bg1 {
    background: url(../../flash/dex1.jpg) top left no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

#bg2 {
    background: url(../../flash/dex4.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

#bg3 {
    background: url(../../flash/dex3.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

#bg4 {
    background: url(../../flash/dex2.jpg) top left no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.fadein {
    opacity: 100;
    filter: alpha(opacity=100);
}

/*---mobile ibutton----------------------------------------------------*/
.mibutton {
    position: fixed;
    top: 3%;
    right: 1%;
    width: 50px;
    height: 40px;
    padding: 0 10px;
    z-index: 10;
    cursor: pointer;
    display: none;
}

.mibutton span {
    display: inline-block;
    width: 29px;
    height: 2px;
    transition: .3s ease all;
    position: absolute;
    left: 11px;
    background: #000;
}

.mibutton span:nth-child(1) {
    top: 10px;
    height: 1px;
}

.mibutton span:nth-child(2) {
    top: 18px;
}

.mibutton span:nth-child(3) {
    top: 26px;
    height: 3px;

}

.mibutton_ani span {
    background: #c45959;
}

.mibutton_ani span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.mibutton_ani span:nth-child(2) {
    display: none;
}

.mibutton_ani span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

/*---navbar------------------------------------------------------------------------------------------------------------------------------*/
#navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    display: none;
}

.navbar-in {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    display: block !important;
    opacity: 1 !important;
}

/*navbar*/
.navbar {
    background: rgba(255, 255, 255, .85);
    border-radius: 0;
    border: none;
    min-height: inherit;
    margin: 0;
    box-shadow: none;
}

/*nav_deco*/
.nav_deco {
    background: url(../../images/nav_deco.png) top center no-repeat;
    width: 100%;
    min-height: 82px;
    text-align: center;
    -webkit-filter: drop-shadow(0px 6px 4px rgba(42, 72, 114, 0.3));
    filter: drop-shadow(0px 6px 4px rgba(42, 72, 114, 0.3));
}

/*navlogo*/
.navlogo {
    display: none;
}

.navlogo a {}

/*ibutton*/
.ibutton {
    width: 100%;
}

.ibphoto {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    max-width: 100%;
    padding-bottom: 1em;
}

.ibfont {
    width: 55%;
    display: inline-block;
}

.ibutton ul {}

.ibutton li {
    display: inline-block;
    vertical-align: middle;
    width: 9%;
    text-align: center;
    font-weight: bold;
    transition: .3s ease-in;
}

.ibutton p.ch {
    font-family: 'SweiGothicCJKtc-Regular';
    font-size: 22px;
    font-weight: initial;
    margin: 0;
    color: #0e5c78;
    position: relative;
    letter-spacing: 2px;
    transition: .3s ease all;
    top: .5em;
    text-align: left;
    left: 0.5em;
}

.ibutton p.en {
    font-size: 16px;
    font-weight: initial;
    color: #000;
    position: relative;
    letter-spacing: 1px;
    transition: .3s ease all;
    padding-left: 0.9em;
    text-align: left;
    font-family: 'Hubballi', cursive;
    font-weight: 600;

}

.ibutton p.en:before {
    content: "";
    background-image: url(../../images/ibdec.png);
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0.6em;
    left: 0;


}

li.lilogo {
    width: 8%;
    position: relative;
    top: 10px;
    z-index: 1;
}

.ibutton li a {
    transition: .3s ease-in;
}

.ibutton li img {
    transition: .3s ease-in;
}

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


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

    .ilogo {
        padding: 1% 0 11% 0;
    }

    li.lilogo {
        width: 14%;
    }
}

@media screen and (max-width:1200px) {
    .header {
        height: 110vh;
    }

    #navbar {
        position: fixed;
        left: 0;
        width: 100%;
        display: block !important;
        opacity: 1 !important;
    }

    .navlogo {
        display: inline-block;
        padding: 1% 0;
    }

    li.lilogo {
        display: none;
    }

    .ibutton {
        display: none;
    }

    .mibutton {
        z-index: 9999;
        display: block;
    }

    .ibutton li {
        width: 14%;
    }

    .ilogo {
        padding: 21% 0 5%;
    }

    .ilogo img {
        width: 25%;
    }
}

@media screen and (max-width:1100px) {
    .header {
        height: 100vh;
    }

    .ibutton li {
        width: 16%;
    }

    .ilogo {
        padding: 22% 0 4%;
    }
}

@media screen and (max-width:900px) {
    .ilogo {
        padding: 27% 0 5%;
    }

    .ilogo img {
        width: 30%;
    }

    .ibphoto {
        display: block;
        text-align: center;
        margin: auto 1em;
        padding-bottom: 0;
    }

    .ibfont {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .nav_deco {
        position: relative;
    }

    .navlogo {
        padding: 2% 0;
        width: 30%;
    }

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

    .ibutton li {
        width: 15%;
    }

    .ibutton li img {}

    .ilogo {
        padding: 30% 0 10%;
    }
}

@media screen and (max-width:500px) {
    .nav_deco img {
        vertical-align: top;
    }

    .mibutton {
        top: 1%;
    }

    .ibutton li img {}

    .ilogo {
        padding: 35% 0 25%;
    }

    .ilogo img {
        width: 50%;
    }

    .bg {}

    .navlogo {
        padding: 2% 0 0;
        width: 32%;
    }

    .ibutton li {
        width: 23%;
    }

}

@media screen and (max-width:450px) {
    .ibutton {
        margin: 3% 0 0 3%;
    }

    .ibutton li img {}

    .ilogo {
        padding: 35% 0 33%;
    }

    .ilogo img {
        width: 63%;
    }

    .ibutton li {
        width: 25%;
        padding-bottom: 0.5em;
    }

    .ibfont {
        margin-top: -0.6em;
    }

    .nav_deco {
        background-size: 190%;
    }
}

@media screen and (max-width: 390px) {
    .ilogo {
        padding: 46% 0 25%;
    }
}

@media screen and (max-width:375px) {
    .navlogo {
        padding: 3% 0 1%;
        width: 40%;
    }

    .ibutton li {
        width: 25%;
        padding: 4% 0;
    }

    .ilogo {
        padding: 46% 0 38%;
    }

    .scroll img {
        width: 50%;
    }
}

/*gotop*/
#gotop {
    position: fixed;
    bottom: 1%;
    right: 6px;
    cursor: pointer;
    z-index: 8;
    display: none;
}

@media screen and (max-width:425px) {
    #gotop {
        width: 16%;
    }

    #gotop img {
        width: 100%;
    }
}

/*---about------------------------------------------------------------------------------------------------------------------------------*/
#height {
    transform: translateY(150px);
}

.about {
    position: relative;
}

/*about_mask*/
.about_mask {
    background: url(../../images/about_mask01_02.png) top left repeat;
    background-size: contain;
    position: relative;
    height: 63vh;
}

.about_mask:before {
    content: '';
    background: url(../../images/about_house2.png) bottom left no-repeat;
    background-size: 86%;
    max-width: 100%;
    position: absolute;
    width: 1057px;
    min-height: 836px;
    bottom: -32em;
    left: 0;
}

.about_mask:after {
    content: '';
    background: url(../../images/about_house1.png) bottom right no-repeat;
    position: absolute;
    background-size: 109%;
    max-width: 100%;
    width: 1116px;
    min-height: 810px;
    bottom: -7em;
    right: 0;
}

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

.lego_left {
    position: absolute;
    top: 2em;
    left: 0;
    max-width: 33%;

}

.lego_right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;

}

.wrap1 {
    width: 1200px;
    max-width: 100%;
    text-align: left;
    margin: 0 auto;
}

.a1_left {
    display: inline-block;
    width: 40%;
    position: relative;
    top: -9em;
    z-index: 1;
}

.a1_right {
    display: inline-block;
    width: 58%;
    position: relative;
    top: -19em;
    right: 2em;
    z-index: 1;
}

.a1_left p {
    display: inline-block;
    font-family: 'East Sea Dokdo', cursive;
    font-size: 92px;
    color: #993c3e;
    margin: 0;
}

.a1_left p:nth-child(2) {

    display: inline-block;
    font-size: 24px;
    color: #000000;
    margin: 0;
    width: 128px;
    text-align: center;
    vertical-align: super;
}

.a1_left span {
    display: block;
    font-size: 16px;
    padding: 2em 15% 0 0;
    font-weight: 600;
}

.flag {
    position: absolute;
    top: -4em;
    right: -6em;
}

.a1_left2 {
    display: inline-block;
    width: 40%;
    position: relative;
    top: -12em;
    z-index: 2;
}

.a1_left2 p {
    display: inline-block;
    font-family: 'East Sea Dokdo', cursive;
    font-size: 92px;
    color: #000000;
    margin: 0;
    padding: 0 0 26px 0;
}

.a1_left2 p:nth-child(2) {
    display: inline-block;
    font-size: 24px;
    color: #000000;
    margin: 0;
    width: 128px;
    text-align: center;
    vertical-align: super;
}

.a1_right2 {
    width: 65%;
    position: absolute;
    text-align: center;
    top: 32em;
    left: 25em;
    z-index: 1;
}

.a1_right2 img {
    max-width: 90%;
    -webkit-filter: drop-shadow(8px 8px 4px rgba(60, 60, 60, 0.4));
    filter: drop-shadow(8px 8px 4px rgba(60, 60, 60, 0.4));
}

.a1_left2:before {
    content: '';
    background-color: #ee463e;
    position: absolute;
    top: 0;
    left: 0;
    width: 0.5em;
    height: 12em;
    z-index: -1;
}

/*about_text*/


/*a1_img*/
.a1_img {}

.a1_img01 {
    position: absolute;
    left: 0;
    bottom: -36%;
    width: 43%;
    z-index: 1;
}

.a1_img02 {
    position: absolute;
    right: 0;
    bottom: -24%;
    width: 24%;
}

/*a2*/
.a2 {
    background: url(../../images/a2_mask.png) top center no-repeat, url(../../images/a2_bg.png) top center no-repeat fixed;
    background-size: cover;
    text-align: center;
    min-height: 1100px;
}

/*about_mask02*/
.about_mask02 {
    background: url(../../images/about_mask_02.png) top center no-repeat;
    background-size: cover;
    min-height: 372px;
}


/*a2_deco*/
.a2_deco {
    max-width: 1200px;
    margin: 0 auto;
    text-align: right;
}

/*irbtn*/
.irbtn {
    display: inline-block;
    vertical-align: top;
    padding: 2% 0 1% 1%;
    z-index: 5;
    position: relative;
}

.irbtn p {
    font-family: 'East Sea Dokdo', cursive;
    color: #000000;
    font-size: 60px;
    margin: 0;
    text-align: center;
}

.irbtn img {}

/*animal*/
.animal {
    display: inline-block;
    position: relative;
    margin-top: -2em;
}

.animate_360 a:hover {
    /*動畫速度*/
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    /*動畫*/
    filter: drop-shadow(5px 5px 5px #333);
    -webkit-filter: drop-shadow(5px 5px 5px #333);
    -moz-filter: drop-shadow(5px 5px 5px #333);
    -o-filter: drop-shadow(5px 5px 5px #333);
    -ms-filter: drop-shadow(5px 5px 5px #333);
}

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


    .about_mask {
        min-height: 1180px;
    }
}

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

    .about_mask:before {
        background-size: 100%;
		bottom: -21em;
    }

    .about_mask:after {
        background-size: 87%;
    }

    .lego_left {
        top: 8em;
        max-width: 30%;
    }

    .lego_right {
        max-width: 20%;
    }

    .a1_left {
        left: 5em;
        top: -7em;
    }

    .a1_right {
        width: 48%;
        top: -16em;
        right: -2em;
    }

    .flag {
        top: -2em;
        right: -4em;
        width: 35%;
    }

    .a1_left2 {
        top: -4em;
    }

    .a1_right2 {
        top: 39em;
        left: 16em;
    }

    .a1_right2 img {
        max-width: 32%;
    }

    .animal {
        margin-top: -1em;
    }

    .irbtn {
        padding: 2% 8% 1% 1%;
    }
}

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

    .lego_left {
        top: 10em;
        max-width: 30%;
    }

    .a1_left {
        top: -8em;
        left: 2em;
    }

    .flag {
        top: 0em;
        right: -6em;
        max-width: 34%;
    }

    .a1_left2 {
        top: -4em;
        left: 2em;
    }


}

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

    #height {
        transform: translateY(100px);
    }

    .about_mask {
        min-height: 696px;
    }

    .about_mask:after {
        background-size: 62%;
        bottom: -4em;
    }

    .a1_left {
        top: -4em;
        left: 7em;
    }

    .flag {
        top: -4em;
        right: -2em;
        max-width: 29%;
    }

}

@media screen and (max-width:1100px) {
    .about_mask {
        min-height: 750px;
        margin-top: -1px;
    }

    .lego_left {
        top: 19em;
        max-width: 30%;
    }

    .a1_left {
        top: -3em;
        left: 2em;
    }

    .a1_right {
        width: 47%;
        top: -20em;
        right: 0;
    }

    .a1_left2 {
        top: 3em;
        left: 2em;
    }

}

@media screen and (max-width:990px) {
    .about_mask {
        min-height: 2045px;
    }
    .about_mask:before {
    bottom: -14em;
    }
    .a1_left {
        width: 77%;
        left: 7em;
        top: -2em;
    }

    .a1_left p {
        font-size: 86px;
    }

    .flag {
        right: 2em;
        max-width: 21%;
        top: -1em;
    }

    .a1_right {
        width: 75%;
        top: 0em;
        left: 5em;
    }

    .a1_left2 {
        width: 77%;
        left: 7em;
    }

    .a1_right2 {
        width: 92%;
        top: -2em;
        left: 1em;
        position: relative;
    }

    .a1_right2 img {
        max-width: 45%;
    }

    .a1_right2 img:nth-child(1) {
        max-width: 56%;
    }

}

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

@media screen and (max-width:767px) {
    .about_mask {
        min-height: 1849px;
    }


    .a1_left p {
        font-size: 86px;
    }

    .flag {
        top: -2em;
        right: 2em;
        max-width: 21%;
    }

    .a1_right {
        width: 75%;
        top: 0em;
        left: 5em;
    }

    .a1_left2 {
        padding: 0 15% 0 0;
    }

    .a1_right2 {
        width: 92%;
        top: -2em;
        left: 1em;
        position: relative;
    }

    .a1_right2 img {
        max-width: 45%;
    }

    .a1_right2 img:nth-child(1) {
        max-width: 56%;
    }
}

@media screen and (max-width:565px) {
    .about_mask {
        min-height: 1584px;
    }
    .about_mask:before {
    bottom: -9em;
}
    .flag {
        top: 0;
        right: 0;
        max-width: 16%;
    }

    .a1_left2 {
        width: 80%;
        padding: 0 5% 0 0;
        left: 2em;
    }

    .a2_deco {
        text-align: left;
        padding: 0.5em 0 0;
    }

    .a2 {
        min-height: 600px;
    }

    .animal {
        width: 55%;
    }

    .irbtn {
        width: 40%;
    }

    .irbtn p {
        font-size: 40px;
    }
}

@media screen and (max-width:450px) {
    .about_mask {
        min-height: 1645px;
        margin-top: -1px;
    }
    .about_mask:before {
    min-height: 836px;
    }
    .a1_img01 {
        bottom: -52%;
    }

    .lego_left {
        top: 28em;
    }

    .lego_right {
        top: -5em;
    }

    .a1_left {
        padding: 0;
        width: 90%;
        top: 1em;
        left: 1em;
    }

    .a1_left p {
        font-size: 56px;
    }

    .a1_left span {
        padding: 2em 3% 0 0;
    }

    .a1_right {
        width: 97%;
        top: 3em;
        left: 0;
    }

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

    .a1_left2 {
        top: 6em;
    }

    .a1_left2 p {
        font-size: 62px;
    }

    .a1_right2 {
        width: 98%;
        top: -2em;
        left: 0em;
    }

    .a1_right2 img {
        max-width: 47%;
    }

    .a1_right2 img:nth-child(1) {
        max-width: 85%;
    }


    .a2 {
        min-height: 540px;
        background-attachment: inherit;
    }

    .animal {
        margin-top: 0;
    }

    .irbtn p {
        font-size: 30px;
    }
}

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

    .lego_right {
        top: -3em;
    }

    .a1_left2 {
        width: 90%;
        left: 1em;
    }

    .a1_left2 p {
        font-size: 52px;
    }

    .a1_right2 {
        top: -3em;
    }
}

@media screen and (max-width:350px) {
    .about_mask {
        min-height: 1511px;
    }

    .a1_left {
        width: 88%;
        left: 2em;
    }

    .a1_left p {
        font-size: 53px;
    }

    .a1_left p:nth-child(2) {
        font-size: 15px;
        width: 91px;
    }

    .a1_left span {
        font-size: 12px;
        padding: 2em 7% 0 0;
    }

    .a1_left2 {
        font-size: 12px;
    }

    .a1_left2 p {
        font-size: 53px;
        padding: 0 0 3px 0;
    }

    .a1_left2 p:nth-child(2) {
        font-size: 15px;
        width: 85px;
    }

    .irbtn p {
        font-size: 20px;
    }
}

/*a3*/
.a3 {
    background: url(../../images/a3_bg.jpg) top left repeat;
    position: relative;
    text-align: left;
    padding: 5em 0 0 0;
    z-index: 1;
}

.a3_img02 {
    max-width: 59vw;
    position: absolute;
    top: 8.5em;
    right: 8em;
}

.a3_img02 img {
    vertical-align: top;
}

.a3_img02 img:nth-child(1) {
    margin-right: 1.1em;

}

.a3_img02 img:nth-child(2) {}

.a3_img02 img:nth-child(3) {
    position: relative;
    right: -13em;
    top: 2em;
}

img.a3_img01 {
    max-width: 55vw;
    float: left;
    position: relative;
    bottom: -3em;
    left: 0;
}

@media screen and (max-width:1400px) {
    .a3_img02 {
        right: 6em;
    }

    .a3_img02 img:nth-child(1) {
        max-width: 33%;
        margin-right: 0.8em;
    }

    .a3_img02 img:nth-child(2) {
        max-width: 62%;
    }

    .a3_img02 img:nth-child(3) {
        max-width: 65%;
    }
}

@media screen and (max-width: 1200px) {
    img.a3_img01 {
        bottom: -2em;
        right: 6em;
    }

    .a3_img02 {
        top: 7em;
        right: 5em;
    }
}

@media screen and (max-width: 1100px) {
    img.a3_img01 {
        bottom: -2em;
    }

    .a3_img02 {
        right: 4.8em;
        top: 7.5em;
    }

    .a3_img02 img:nth-child(3) {
        right: -10em;
    }
}

@media screen and (max-width: 768px) {
    .a3_img02 {
        right: 3.5em;
        top: 7.1em;
    }

    .a3_img02 img:nth-child(1) {
        margin-right: 0.3em;
    }

    .a3_img02 img:nth-child(3) {
        right: -8em;
        top: 1em;
    }
}

@media screen and (max-width: 767px) {
    .a3 {
        margin-top: -1px;
    }

    img.a3_img01 {
        max-width: 100vw;
        float: none;
    }

    .a3_img02 {
        max-width: 100vw;
        position: relative;
        margin: 0 auto;
        text-align: center;
        top: 0;
        right: 0;
    }

    .a3_img02 img:nth-child(1) {
        max-width: 75%;
        margin-bottom: 1.3em;
    }

    .a3_img02 img:nth-child(2) {
        max-width: 75%;
    }

    .a3_img02 img:nth-child(3) {
        right: 0;
    }
}

@media screen and (max-width: 450px) {
    .a3_img02 img:nth-child(1) {
        margin-bottom: 0.6em;
    }
}

/*a4*/
.a4 {
    background: url(../../images/a4_hr.png) top 2% center no-repeat, url(../../images/a4_deco.png) bottom right no-repeat, url(../../images/a4_bg.jpg) top left repeat;
    position: relative;
    text-align: right;
    padding: 5em 3em 2em 0;
}

img.a4_img01 {
    max-width: 36vw;
    margin: 4em 0 0 18em;
}

img.a4_img02 {
    margin: 1em 0 0 0;
    max-width: 42vw;
}

@media screen and (max-width: 1400px) {
    .a4 {
        padding: 5em 3em 2em 0;
    }

    img.a4_img01 {
        margin: 4em 0 0 12em;
    }
}

@media screen and (max-width: 1200px) {
    .a4 {
        padding: 5em 3em 0;
    }

    img.a4_img01 {
        margin: 4em 0 0 8em;
    }
}

@media screen and (max-width: 900px) {
    img.a4_img01 {
        margin: 4em 0 0 5em;
    }
}

@media screen and (max-width: 768px) {
    img.a4_img01 {
        margin: 4em 0 0 3em;
    }

    img.a4_img02 {
        margin: 1em 0 -3px 0;
    }
}

@media screen and (max-width: 767px) {
    .a4 {
        padding: 5em 0 0;
        text-align: center;
    }

    img.a4_img02 {
        margin: 0;
        max-width: 80vw;
    }

    img.a4_img01 {
        margin: 0;
        max-width: 80vw;
    }
}

/*---footer-------------------------------------------------------------------------------------------------------------------------------*/
.footer {
    background: url(../../images/ftbg.png) bottom right no-repeat, url(../../images/a4_bg.jpg) top left repeat;
    position: relative;
    ;
    text-align: center;
    padding: 0;
    color: #000000;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 1;
}

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

.footer:before {
    content: '';
    background: url(../../images/ftbg03.png) bottom right no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    min-height: 380px;
    z-index: -1;
}

.in_footer .footer {
    background: url(../../images/in_deco02.png) top center repeat;

}

/*flogo*/
.flogo {
    display: block;
    vertical-align: top;
    width: 27%;
    padding: 4em 1em 0;
}

/*f_info*/
.f_info {
    display: block;
    vertical-align: top;
    text-align: center;
    padding: 0 1%;
    max-width: 53%;
    margin: 0 auto;
}

/*fbtn*/
.fbtn {
    padding: 6% 0 6%;
}
.fbtn_sp {
	display:none
}

.fbtn ul {}

.fbtn li {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding: 1%;
    transition: .2s ease-in;
}

.fbtn li img {
    transition: .2s ease-in;
}

.fbtn li:hover img {
    transform: rotate(12deg);
    -webkit-filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, .3));
    filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, .3));
}

/*finfo*/
.finfo {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 0 1%;
    width: 50%;
}

.finfo ul {}

.finfo li {
    color: #000000;
}

.finfo p {
    display: inline-block;
}

.finfo p:nth-child(1) {
    display: inline-block;
    width: 17%;
    vertical-align: top;
}

.finfo p:nth-child(2) {
    display: inline-block;
    width: 80%;
    padding-left: 7px;
    box-sizing: content-box;
}

/*f_icon*/
.f_icon {
    display: inline-block;
    vertical-align: bottom;
    text-align: right;
    width: 55%;
    padding: 0 11em 0 0;
}

/*bnbnumber*/
.bnbnumber {
    vertical-align: top;
    text-align: right;
    padding: 2% 1%;
}

.bnbnumber li {
    display: inline-block;
    vertical-align: top;
    width: 28%;
    padding: 1%;
    transition: .2s ease-in;
}

.fticons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 1em 0;
}

/*icons2*/
.icons2 {
    text-align: left;
    width: 30%;
}

.icons2 span {
    display: inline-block;
}

.icons2 a {
    display: inline-block;
    vertical-align: top;
    transition: .3s ease-in;
    padding: 3px 0;
}

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

/*copyright*/
.copyright {
    color: #000000;
    font-size: 14px;
    width: 70%;
}

.copyright a {
    display: inline-block;
    color: #000000;
    transition: .3s ease-in;
}

.copyright a:hover {
    color: #000000;
}

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

    .flogo {
        width: 30%;
        padding: 4em 1em 0;
    }

    .f_info {
        max-width: 70%;
    }

    .f_icon {
        padding: 0 1em 0 0;
    }

    .fticons {
        display: block;
    }

    .finfo {
        width: 57%;
    }

    .bnbnumber {
        padding: 0;
    }

    .icons {
        text-align: right;
        width: 100%;
    }

    .copyright {
        width: 100%;
    }
}

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

    .footer:after {
        content: '';
        min-height: 323px;
    }
.footer:before {
    background-size: 114%;
}
.icons2 {
    text-align: right;
    width: 48%;
}
    .flogo {
        width: 35%;
        padding: 2em 1em 0;
    }

    .f_icon {
        width: 60%;
    }

    .finfo {
        width: 65%;
    }

    .bnbnumber li {
        width: 29%;
    }
}

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

    .in_footer .footer,
    .footer {
        background: rgb(230, 218, 184, .9);
    }

    .footer:before {
        display: none;
    }

    .footer:after {
        display: none;
    }

    .flogo {
        width: 30%;
    }

    .f_info {
        max-width: 100%;
    }

    .f_icon {
        width: 67%;
    }

    .f_icon {
        padding: 2em 1em 0 0;
    }

    .finfo p:nth-child(1) {
        width: 14%;
    }
}

@media screen and (max-width:990px) {
    .footer {
        display: block;
        text-align: center;
        margin: 0 auto;

    }

    .flogo {
        width: 100%;
        text-align: center;
        display: block;
        padding: 2%;
    }

    .f_info {
        max-width: 30%;
    }

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

    .bnbnumber {
        padding: 1em;
        text-align: center;
    }

    .fticons {
        display: inline-block;
        width: 100%;
        padding: 0 1em 0;
    }

    .icons {
        text-align: left;
        display: inline-block;
    }

    .copyright {
        width: 65%;
        display: inline-block;
    }
}

@media screen and (max-width:768px) {
    .footer {
		margin-bottom:4.9em;
	}
    .finfo {
        
    }

    .finfo p:nth-child(1) {
        width: 17%;
    }

    .f_info {
        max-width: 40%;
    }

    .copyright {
        width: 69%;
    }
	.fbtn {
		display:none;
	}
	.fbtn_sp {
	display:inline-block;
	position:fixed;
	bottom:0;
	left:0;
	background-color:#e2d6b7;
    width: 100%;
	z-index: 999;
}
.fbtn_sp li {
	display:inline-block;
	width:16%;
	padding:1%;
}
}

@media screen and (max-width:568px) {
    .f_info {
        max-width: 50%;
    }

    .bnbnumber li {
        width: 36%;
    }

    .copyright {
        width: 95%;
    }
}

@media screen and (max-width:450px) {
    .footer {
        padding: 0 7%;
		margin-bottom: 3.7em
    }

    .f_info {
        max-width: 80%;
    }

    .bnbnumber {
        padding: 0;
        text-align: left;
    }

    .bnbnumber li {
        width: 65%;
        padding: 1%;
    }
    .finfo {
    width: 100%;
}
    .finfo p:nth-child(1) {
        width: 20%;
    }

    .finfo p:nth-child(2) {
        width: 72%;
    }

    .icons2 {
        width: 70%;
    }

    .fticons {
        text-align: left;
        padding: 0;
    }

    .finfo {
        padding: 0;
    }
}

@media screen and (max-width:390px) {
	.footer {
    margin-bottom: 3.4em;
}
	
	}

/*---main------------------------------------------------------------------------------------------------------------------------------*/
#main {
    text-align: center;
}

/*inbg*/
.inbg {}

.inbg:before {
    content: '';
    background: url(../../images/in_lego.png) top center no-repeat;
    position: absolute;
    width: 100%;
    min-height: 684px;
    top: 0;
    left: 0;
}

.inbg_room {
    background: url(../../images/inbg_room.png) top center no-repeat fixed;
    background-size: cover;
}

.inbg_news {
    background: url(../../images/inbg_news.png) top center no-repeat fixed;
    background-size: cover;
}

.inbg_note {
    background: url(../../images/inbg_note.png) top right no-repeat fixed;
    background-size: cover;
}

.inbg_loc {
    background: url(../../images/inbg_loc.png) top center no-repeat fixed;
    background-size: cover;
}

.inbg_sce {
    background: url(../../images/inbg_sce.png) top center no-repeat fixed;
    background-size: cover;
}

/*inner*/
.inner {
    background: url(../../images/in_deco02.png) top center repeat;
    padding: 0 0 5em;

}

.in_deco {}

/*intitle*/
.intitle {
    background: url(../../images/in_deco.png) top center no-repeat;
    height: 84vh;
    position: relative;
    text-align: left;
}

.intitle img:nth-child(1) {
    position: absolute;
    left: 19%;
    top: 31%;
}

.intitle img:nth-child(2) {
    position: absolute;
    right: 14%;
    top: 41%;
}


.wrap2 {
    max-width: 1300px;
    text-align: center;
    margin: 0 auto;
}

@media screen and (max-width:1400px) {
    .intitle {
        height: 101vh;
    }
}

@media screen and (max-width:1100px) {
    .intitle {
        height: 127vh;
    }

    .intitle img:nth-child(1) {
        left: calc(50% - 140px);
    }

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

@media screen and (max-width:900px) {
    .intitle img:nth-child(1) {
        width: 30%;
        left: 35%;
    }
}

@media screen and (max-width:600px) {
    .intitle img:nth-child(1) {
        width: 40%;
        left: 30%;
    }
}

@media screen and (max-width:500px) {
    .intitle {
        height: 55vh;
    }

    .intitle_room {
        background: url(../../images/in_deco.png) top center no-repeat, url(../../images/inbg_room.png) top center no-repeat;
        background-size: cover;
    }

    .intitle_note {
        background: url(../../images/in_deco.png) top center no-repeat, url(../../images/inbg_note.png) top center no-repeat;
        background-size: cover;
    }

    .intitle_news {
        background: url(../../images/in_deco.png) top center no-repeat, url(../../images/inbg_news.png) top center no-repeat;
        background-size: cover;
    }

    .intitle_loc {
        background: url(../../images/in_deco.png) top center no-repeat, url(../../images/inbg_loc.png) top center no-repeat;
        background-size: cover;
    }

    .intitle_sce {
        background: url(../../images/in_deco.png) top center no-repeat, url(../../images/inbg_sce.png) top center no-repeat;
        background-size: cover;
    }

    .inbg {
        background: #356d82;
    }

    .intitle img {
        -webkit-filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, .4));
        filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, .4));
    }

    .intitle img:nth-child(1) {
        width: 60%;
        left: 25%;
    }
}

@media screen and (max-width:450px) {
    .intitle {
        height: 40vh;
    }

    .intitle img:nth-child(1) {
        top: 41%;
    }
}

@media screen and (max-width:400px) {
    .intitle img:nth-child(1) {
        width: 72%;
        left: 16%;
    }
}

/*iroom*/
.irbg {
    position: relative;
}

.irbg:before {
    content: '';
    background: url(../../images/irbg02.png) top center no-repeat;
    background-size: cover;
    position: absolute;
    width: 90%;
    min-height: 521px;
    top: 0;
    right: 0;
}

.irbg:after {
    content: '';
    background: url(../../images/irbg01.png) top center no-repeat;
    background-size: cover;
    position: absolute;
    width: 90%;
    min-height: 521px;
    top: 14em;
    left: 0;
}

.iroom {}

.iroom ul li {
    display: inline-block;
    width: 20%;
    transition: .3s ease all;
}

.iroom ul li:hover {

    transform: translate(5px, 5px);
}

.wrap4 {
    max-width: 100%;
    min-height: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

/*rmbt*/
.rmbt {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    margin-top: -14%;
}

.rmbt ul {}

.rmbt li {
    display: inline-block;
    width: 33.33%;
    vertical-align: top;
    padding: 1%;
}

.rmbt li img {
    width: 95%;
}

/*wowslider-container1*/
#wowslider-container1 {
    display: inline-block;
    vertical-align: top;
    width: 55%;
    margin-top: -24%;
}

.ws_images div:nth-of-type(5) {
    display: none;
}

@media screen and (max-width:1400px) {
    .wrap4 {
        padding: 0;
        min-height: 726px;
    }

    .irbg:before {
        background-size: contain;
        width: 100%;
    }

    .irbg:after {
        background-size: contain;
        width: 100%;
        top: 12em;
    }
}

@media screen and (max-width:1260px) {
    .irbg:before {
        width: 100%;
    }

    .rmbt {
        width: 35%;
    }

    .rmbt li img {
        width: 100%;
    }

    #wowslider-container1 {
        width: 60%;
        margin-top: -26%;
    }
}

@media screen and (max-width:1100px) {
    .intitle_room {
        height: 101vh;
    }

    .intitle_room2 {
        height: 120vh;
    }

    .rmbt {
        width: 100%;
        display: block;
        text-align: center;
        padding: 0 0 3% 0;
    }

    .rmbt li {
        width: 24%;
    }

    .rmbt li img {
        width: 100%;
    }

    #wowslider-container1 {
        width: 80%;
        margin-top: 0;
    }
}

@media screen and (max-width:900px) {
    .intitle_room2 {
        height: 116.7vh;
    }
}

@media screen and (max-width:768px) {
    .intitle_room2 {
        height: 114.4vh;
    }
}

@media screen and (max-width:767px) {
    .irbg:before {
        min-height: 241px;
    }

    .irbg:after {
        top: 7em;
        min-height: 241px;
    }

    .iroom ul li {
        width: 40%;
    }
}

@media screen and (max-width:700px) {
    .rmbt li img {
        width: 70%;
    }

    #wowslider-container1 {
        width: 90%;
    }
}

@media screen and (max-width:600px) {
    .intitle_room2 {
        height: 111.4vh;
    }

    .rmbt li img {
        width: 100%;
    }

    #wowslider-container1 {
        width: 100%;
    }

    #wowslider-container1 a.ws_next,
    #wowslider-container1 a.ws_prev {
        display: none;
    }
}

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

    .intitle_room {
        height: 43vh;
    }

    .irbg:before {
        top: 3em;
        min-height: 130px;
    }

    .irbg:after {
        min-height: 130px;
    }

    .wrap4 {
        min-height: 476px;
        padding: 0;
    }
    .iroom {
    position: relative;
    top: -2em;
}
    .iroom ul li {
        width: 80%;
    }

    .rmbt {
        margin-top: 0%;
        padding: 3% 0 3% 0;
    }
}

/*roomb*/
.roomb {
    color: #000000;
    display: inline-block;
    vertical-align: top;
    width: 45%;
    padding: 3% 2%;
    text-align: center;
}

/*roomb_title*/
.roomb_title {
    padding-bottom: 4%;
}

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

@media screen and (max-width:1100px) {
    .roomb {
        width: 80%;
        padding: 5% 2%;
    }

    .roomb_title {
        padding-bottom: 3%;
    }
}

@media screen and (max-width:700px) {
    .roomb {
        width: 90%;
    }
}

@media screen and (max-width:600px) {
    .roomb {
        width: 100%;
    }
}

@media screen and (max-width:500px) {
    .roomb_title img {
        width: 35%;
    }
}

@media screen and (max-width:400px) {
    .roomb_title img {
        width: 40%;
    }
}

/*---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, .9);
    color: #000;
    border-radius: 7px;
    padding: 5px 0 8px;
    text-align: center;
}

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

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

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

@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:340px) {
    .icons li {
        width: 28%;
        margin: 5px 5px;
        padding: 5px 2px 8px;
    }
}

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

.r_icons ul {
    list-style: none;
}

.r_icons li {
    width: 17%;
    float: left;
}

table.fac {
    padding: 0 0 3% 2%;
    display: block;
}

table.fac td {
    vertical-align: top;
}

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

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

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

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

@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: 22%;
    }
}

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

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

.note_icon ul {
    list-style: none;
}

.note_icon li {
    width: 11%;
    padding: 5px 0 5px;
}

.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: 19%;
        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: 23.66666%;
    }
}

@media screen and (max-width:400px) {
    .note_icon li {
        width: 32%;
        padding: 6px;
    }
}

/*---news_main--------------------------------------------------------------------------------------------------------------------------*/
.news_main {}

.news_main table {
    width: 100%;
    color: #912f2d;
}

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

.news_main table a {
    color: #912f2d;
    display: initial;
    transition: .2s ease-in;
}

.news_main table a:hover {
    color: #000000;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    border: solid 2px #fff;
    background: transparent;
    padding: 10px 3%;
    margin: 1% 2%;
    border-radius: 5px;
    transition: .2s ease-in;
}

button:hover,
html input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    background: rgba(255, 255, 255, .5);
}

/*---note--------------------------------------------------------------------------------------------------------------------------------*/
.note {
    color: #000000;
    position: relative;
    top: -53px;
    padding-bottom: 2%;
}

/*note_title*/
.note_title {
    display: inline-block;
    vertical-align: top;
    width: 75%;
    padding: 2% 0;
    text-align: left;
}

.notelist {
    display: inline-block;
    vertical-align: top;
    width: 75%;
}

@media screen and (max-width:730px) {
    .note {
        padding: 4% 0;
    }

    .note_title {
        display: block;
        width: 100%;
        text-align: center;
    }

    .notelist {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width:480px) {
    .note_title img {
        width: 40%;
    }

    .notelist {
        padding: 0 1em;
    }
}

@media screen and (max-width:400px) {
    .note_title img {
        width: 45%;
    }
}

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

.inews:hover {
    left: 0px;
}

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

.inew_title img:last-of-type {
    display: none;
}

/*inews_list*/
.inews_list {
    border-left: solid 10px #ccbf25;
    background: #fff;
    height: 279px;
    width: 300px;
    display: inline-block;
    vertical-align: top;
    padding: 5%;
    text-align: left;
}

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

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

@media screen and (max-width:600px) {
    .inews {
        position: relative;
        top: 0;
        left: 0;
        width: 80%;
        margin: 0 auto;
        background: rgba(255, 255, 255, .5);
        text-align: center;
        border-radius: 5px;
        -webkit-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .2));
        filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .2));
    }

    .inews_list {
        width: 100%;
        height: auto;
        min-height: 150px;
        background: none;
        border: 0px;
    }

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

    .inew_title img:first-of-type {
        display: none;
    }

    .inew_title img:last-of-type {
        display: block;
        margin: 0 auto;
    }
}

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

    .inew_title img {
        width: 60%;
    }
}

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

    .inew_title img {
        width: 50%;
    }
}