/*--------------copyright by vicky start-------------------------------*/
/*---footer--------------------------------------------------------------------------------------------------------------------------*/
footer {
    text-align: center;
    font-size: 16px;
    background: #fff;
}

/*ft_warp*/
.ft_warp {
    padding: 7rem 14.8rem 7rem 0;
    display: flex;
    justify-content: space-between;
}

.ft_warp .ftlt {
    width: 51%;
}

.ftlt .ftlt_top {
    display: flex;
    padding-left: 16.5rem;
}

.ft_warp .ftrt {}

/*ftlogo*/
.ftlogo {
    position: relative;
    margin: 0 0.8rem 0 0;
    width: 35%;
}

/*ftinfo*/
.ftinfo {
    width: 600px;
    margin: 0 auto;
    max-width: 100%;
    text-align: left;
    color: #4a4a4a;
}

.ftinfo ul {}

.ftinfo li {
    padding: .2em 0;
}

.ftinfo li img {
    vertical-align: middle;
}

.ftinfo li p {
    display: inline-block;
    vertical-align: top;
    line-height: 1.5;
}

.ftinfo li p:nth-of-type(1) {
    white-space: nowrap;
}

.ftinfo li p:nth-of-type(2) {
    width: 65%;
    word-wrap: break-word;
    word-break: break-all;
}

/*ftlt_bot*/
.ftlt .ftlt_bot {
    margin-top: 7.8rem;
    display: flex;
}

.ftlt_bot .ftcnt {
    background: #b57d35;
    width: 393px;
    max-width: 100%;
    height: 56px;
    padding: 1.5rem 5.5rem 2rem 0;
    text-align: right;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);

}

.ftlt_bot .ftcnt p {
    font-size: 18px;
    color: #161616;
    font-family: 'Roboto';
    font-weight: 500;

}

/*ftbtn*/
.ftbtn {
    width: 610px;
    margin: 0 0 0 3.4rem;
    max-width: 100%;
}

.ftbtn li {
    display: inline-block;
    vertical-align: baseline;
    width: 24%;
    padding: 1rem 0 1rem;
}

.ftbtn a {
    transition: .2s linear;
}

.ftbtn a:hover {
    opacity: .8;
    transform: translateY(-5px);
}

.ftbtn_mob {
    display: none;
}

/***ftbtm***/
.ftbtm {
    background: #252525;
    text-align: center;
    padding: 2em 1em 2em;
    font-size: 14px;
}

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

.ftmark img {
    padding: 5px;
}

/*number*/
.number {
    color: #fff;
    padding: 0 0 1em;
}

/*icon*/
.icon {
    color: #828282;
}

.icon a {
    display: inline-block;
    vertical-align: middle;
    padding: 3px;
    transition: .2s linear;
}

.icon a:hover {
    -webkit-filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.52));
    filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.52));
}

/*copyright*/
.copyright {
    color: #828282;
}

.copyright a,
.copyright a h1 {
    display: inline-block;
    color: #828282;
    font-size: 14px;
}

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

@media screen and (max-width:1680px) {
    .ft_warp {
        padding: 7rem 4.8rem 7rem 0;
    }

    .ftbtn li {
        width: 22%;
    }
}

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

    .ftlt .ftlt_top {
        padding-left: 3rem;
    }

}

@media screen and (max-width:1420px) {
    .ft_warp {
        padding: 7rem 1rem 7rem 0;
    }

    .ft_warp .ftlt {
        width: 50%;
    }
}

@media screen and (max-width:1200px) {
    .ft_warp {
        padding: 7rem 0;
        flex-wrap: wrap;
        justify-content: center;
    }

    .ft_warp .ftlt {
        width: 100%;
    }

    .ftlt .ftlt_top {
        width: 80%;
        padding: 0;
        margin: 0 auto;
    }

    .ft_warp .ft_rt {
        margin-top: 5rem;
        width: 100%;
        padding: 0 1rem;
    }
}

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

    .ftlogo:before,
    .ftlogo:after {
        width: 24%;
    }

    .ftbtn li {
        padding: 0 .2em 1em;
    }
}
@media screen and (max-width:768px) {
   .ftlt .ftlt_top {
    width: 100%;
}
}

@media screen and (max-width:600px) {
    .ftlt .ftlt_top {
        width: 95%;
    }

    .ftlt_bot .ftcnt {
        width: 300px;
    }
}

@media screen and (max-width:568px) {
    .ftlt .ftlt_top {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .ftlogo {
        margin: 0;
    }

    .ftinfo {
        margin-top: 2rem;
    }
}

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

    .ftlogo img:nth-of-type(2) {
        padding: 1em 0 0em;
        width: 130px;
    }

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

    .ftmark img {
        width: 20%;
    }

    .ftlogo {
        margin: 3em 0 2em;
    }
}

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

    .ftinfo {
        max-width: 95%;
    }

    .ftinfo li p:nth-of-type(2) {
        width: 65%;
    }

    .ftlt .ftlt_bot {
        display: none;
    }

    .ftbtn_mob {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        line-height: 0;
        z-index: 999;
    }

    .ftbtn_mob ul {
        display: flex;
    }

    .ftbtn_mob ul li {
        width: 33.33%;
        display: inline-block;
		padding: 1rem .5rem;
    }
	.ftbtn_mob li:nth-of-type(1){
		background:#b7828c;
	}
	.ftbtn_mob li:nth-of-type(2){
		background:#7797aa;
	}
	.ftbtn_mob li:nth-of-type(3){
		background:#7aaa77;
	}
	.ftbtn_mob li:nth-of-type(4){
		background:#a577aa;
	}
}

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

    .ftlogo:before,
    .ftlogo:after {
        width: 21%;
        height: 30px;
    }

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

    .ftbtn li {
        width: 32%;
    }

    .ftmark img {
        width: 23%;
    }

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

    footer {
        font-size: 15px;
    }
}

@media screen and (max-width:350px) {
    .ftlogo {
        margin: 2em 0 2em;
    }

    .ftlogo img:nth-of-type(2) {
        width: 120px;
    }

    .ftinfo li p:nth-of-type(2) {
        width: 56%;
    }

    .ftbtm {
        font-size: 12px;
    }

    .ftmark {
        padding: 0;
    }

    .ftmark img {
        padding: 3px;
    }
}

/*.btns*/
.btns {
    position: fixed;
    bottom: 5%;
    right: 1%;
    cursor: pointer;
    display: none;
    z-index: 9;
}

.btns div {
    transition: .3s ease-in-out;
    margin: 25px 0 0;
}

.btns div img {
    max-width: 100%;
}

.btns div:hover {
    transform: scale(.9);
}

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

@media screen and (max-width:600px) {
    .btns {
        width: 50px;
    }
}

@media screen and (max-width:430px) {
    .btns {
        width: 45px;
        bottom: 7%;
        right: 2%;
    }
    .btns div {
    margin: 10px 0 0;
}
}

/*--intop------------------------------------------------*/
.intop {
    position: relative;
    width: 100%;
    min-height: 663px;
    background: url(../../images/dex.jpg) bottom center no-repeat;
    background-size: cover;
    clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
}

/*inlogo*/
.inlogo {
    position: absolute;
    width: 382px;
    max-width: 100%;
    min-height: 152px;
    background: rgba(12, 12, 12, .75);
    top: 0;
    left: 15.1rem;
    clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
}

.inlogo h1 {
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding-top: 4rem;
}

/*title*/
.title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*intro*/
.intro {
    width: 70%;
    margin: 2rem auto;
    text-align: center;
}

.intro h2 {
    font-size: 18px;
    color: #b57d35;
    text-align: center;
    line-height: 1.8;

}

.intro h2 img {
    display: block;
    margin: 0 auto;
}

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

    .inlogo {
        max-width: 22%;
        min-height: 120px;
        left: 3.1rem;
    }

    .inlogo h1 {
        padding-top: 3rem;
    }
}

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

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

    .inlogo {
        min-height: 100px;
        clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
    }

    .inlogo h1 {
        padding-top: 2.5rem;
    }
	.intro {
    width: 90%;
}
}

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

    .inlogo {
        max-width: 30%;
        left: 1rem;
        min-height: 90px;
    }

    .inlogo h1 {
        padding-top: 2rem;
    }
}

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

    .inlogo {
        max-width: 35%;
        min-height: 75px;
    }

    .inlogo h1 {
        padding-top: 1.5rem;
    }
}

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

    .inlogo {
        min-height: 60px;
    }

    .inlogo h1 {
        font-size: 16px;
        padding-top: 1rem;
    }

    .intro {
        margin: 1rem auto;
		width: 95%;
    }

    .intro h2 {
        line-height: 1.5;
        font-weight: 400;
    }
}

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

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

@media screen and (max-width:350px) {
    .inlogo h1 {
        font-size: 14px;
        padding-top: 1.5rem;
    }
}

@media screen and (max-width:310px) {
    .inlogo {
        max-width: 40%;
    }
}

/*---inner---------------------------------------------------------------------------------------------------------------------------*/


/***rmbtn***/
.rmbtn {
    width: 1200px;
    margin: 0 auto;
    max-width: 90%;
    text-align: center;
    padding: 5rem 0;
}

.rmbtn li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 .5em 2em;
    text-align: left;
}

.rmbtn a {
    color: #1b1b1b;
    text-align: left;
    transition: .2s linear;
    position: relative;
}

.rmbtn span {
    font-size: 24px;
    letter-spacing: 0;
    position: absolute;
    top: 2px;
    left: 0;
    line-height: 1;
}

.rmbtn p {
    display: inline-block;
    vertical-align: baseline;
    font-size: 24px;
    padding-left: 2.5em;
    line-height: 1.2;
    letter-spacing: 1px;
}

.rmbtn sub {
    display: block;
    font-size: 12px;
    border-top: solid 1px #000;
    bottom: 0;
    line-height: 1.5;
    letter-spacing: 1px;
    padding-top: .2em;
}

.rmbtn a:hover {
    color: #518f5e;
}

.rmbtn a:hover sub {
    border-top: solid 1px #518f5e;
}

/*---room-------------------------------------------------------------------------*/
.room {
    width: 1622px;
    margin: 1em auto 4em;
    max-width: 95%;
    background: url(../../images/rm_bg.png) repeat;
    border-radius: 50px;
    text-align: center;
    position: relative;
    padding: 0 5rem 2em 5rem;
}

.room div:nth-of-type(1) {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0;
    text-align: left;
    margin-top: -27px;
}

.room div:nth-of-type(1) img:nth-of-type(2) {

    max-width: 90%;
    padding: 1rem 0;
}

.room div:nth-of-type(2) {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding: 5rem 0em 1em 1em;
}

/*other*/
.other {
    text-align: right;
    padding: 0;
}

.other a {
    display: inline-block;
    transition: .2s linear;
}

.other a:hover {
    opacity: .8;
}

img.rbtn {
    cursor: pointer;
}

@media screen and (max-width:1400px) {
    .room div:nth-of-type(1) {
        margin-top: 0;
    }

    img.rbtn {
        margin-top: -9px;
    }

    .room div:nth-of-type(1) img:nth-of-type(2) {
        padding: 0em 0 .1em;
    }

    .rmbtn {
        width: 1200px;
    }
}

@media screen and (max-width:1200px) {
    .room div:nth-of-type(1) {
        padding: 0 1em 1em 1em;
    }

    .room div:nth-of-type(2) {
        padding: 2em 1em 1em 0em;
    }

    .room div:nth-of-type(1) img:nth-of-type(2) {
        padding: .8em 0;
    }

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

    .other a {
        width: 180px;
    }
}

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

    .mibutton {
        height: 105px;
        width: 100px;
        padding: 1.5em 1em 1em 1.2em;
    }

    .rmbtn li {
        width: 50%;
    }

    img.rbtn {
        margin-top: -8px;
    }

    .room {
        margin: 0em auto 3em;
    }
}

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


    .room div:nth-of-type(1) {
        padding: 0 2em 1em 2em;
        width: 100%;
    }

    img.rbtn {
        margin-top: -21px;
    }

    .room div:nth-of-type(2) {
        padding: 0em 2em 1em 2em;
        width: 100%;
    }

    .other a {
        width: auto;
    }
}

@media screen and (max-width:630px) {
    .rmbtn p {
        font-size: 20px;
        white-space: nowrap;
    }

    img.rbtn {
        margin-top: -9px;
    }
}

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

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

    .inlogo_bg {
        padding: 2.7rem 0;
    }

    .mibutton {
        height: 90px;
        width: 90px;
        padding: 1.2em 1em 1em 1.2em;
        font-size: 15px;
    }

    .rmbtn span {
        font-size: 20px;
    }

    .rmbtn p {
        font-size: 18px;
    }

    .rmbtn li {
        padding: 0 .5em 1em;
        width: 49%;
    }

    img.rbtn {
        margin-top: -13px;
    }

    .room div:nth-of-type(1) img:nth-of-type(2) {
        padding: .2em 0;
    }

    .room div:nth-of-type(1) {
        padding: 0 1em .5em 1em;
    }

    .room div:nth-of-type(2) {
        padding: 0em 1em 0em 1em;
    }

    .other a {
        width: 50%;
    }

    .room {
        margin: 0em auto 2em;
        border-radius: 20px;
    }

    .other {
        display: none;
    }
}

@media screen and (max-width:430px) {
    .mibutton {
        height: 80px;
        width: 80px;
        padding: 1.2em 1em 1em 1.2em;
        font-size: 14px;
    }

    .inlogo_bg {
        padding: 2.2rem 0;
    }
}

@media screen and (max-width:380px) {
    .rmbtn span {
        font-size: 18px;
        top: 4px;
    }

    .rmbtn p {
        font-size: 16px;
    }

    img.rbtn {
        margin-top: -10px;
    }
}

@media screen and (max-width:350px) {
    .rmbtn span {
        font-size: 16px;
        top: 5px;
    }

    .rmbtn p {
        font-size: 15px;
        padding-left: 2.2em;
    }

    .rmbtn li {
        padding: 0 .3em 1em;
    }
}

#other,
#room,
#room1,
#room2,
#room3,
#room4,
#room5,
#room6,
#room7 {
    transform: translateY(-10px);
}

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

    #other,
    #room,
    #room1,
    #room2,
    #room3,
    #room4,
    #room5,
    #room6,
    #room7 {
        transform: translateY(-7px);
    }
}

/*---room_info---------------------------------------------------------------------------------------------------------------------------------*/
.modal {
    padding: 0 !important;
}

.modal-content {
    background: rgba(255, 255, 255, .9);
    padding: 2% 5% 5px;
    border-radius: 20px;
    position: relative;
    height: 80vh;
    overflow: hidden;
}

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

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

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

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

.modal-header {
    padding: 15px 0;
    border-bottom: 1px solid #959595;
}

.modal-footer {
    padding: 2% 0;
    border-top: 0px solid #959595;
    text-align: center;
    color: #5e5e5e;
    font-size: 15px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

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

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

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

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

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

h4 {
    font-size: 25px;
}

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

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

    .roomb1 img {
        padding: 2em 0 0 0;
    }

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

    .modal_body {
        height: 75vh;
    }

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

    .close {
        right: 2%;
    }
}

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

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

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

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

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

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

    h4 {
        font-size: 22px;
    }
}

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

    h4 {
        font-size: 20px;
    }

    .modal-body {
        padding: 0;
    }

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

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

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

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

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

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

@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: 14px;
        letter-spacing: 1px;
    }
}

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

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

@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:580px) {
    .r_icons li {
        width: 21%;
    }
}

@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: 1em 0;
}

.note_icon ul {
    list-style: none;
}

.note_icon li {
    width: 14%;
    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: 14%;
    }
}

@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:500px) {
    .note_icon li {
        width: 32%;
        padding: 6px;
    }

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

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

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

.rinfo li span {
    display: inline-block;
    vertical-align: top;
}

.rinfo li span:nth-of-type(1) {}

.rinfo li span:nth-of-type(2) {
    width: 78%;
}

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

.rinfo2 li span {
    display: inline-block;
    vertical-align: top;
}

.rinfo2 li span:nth-of-type(1) {}

.rinfo2 li span:nth-of-type(2) {
    width: 78%;
}
@media screen and (max-width:414px) {
    .rinfo2 li span:nth-of-type(2) {
    width: 85%;
}
}
@media screen and (max-width:360px) {
    .rinfo2 li span:nth-of-type(2) {
    width: 90%;
}
}
/*---notice----------------------------------------------------------------------------------------------------------------------*/


/***service_note***/
#service_note {
    padding-bottom: 3em;
}

/*note*/
.note {
    width: 795px;
    margin: 5rem auto 2em;
    max-width: 90%;
}

.note li {
    display: inline-block;
    vertical-align: top;
    width: 31%;
    padding: 0 1em;
}

.note a {
    position: relative;
    text-align: center;
}

img.nt {
    transition: .3s ease-in-out;
}

img.nt1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: .2s linear;
}

.note a:hover img.nt,
li.active img.nt {
    opacity: 0;
}

.note a:hover img.nt1,
li.active img.nt1 {
    opacity: 1;
}

li.active img.nt {
    opacity: 0;
}

/*tab-content*/
.tab-content {
    width: 1600px;
    margin: 0 auto;
    max-width: 95%;
    background: url(../../images/note_bg.png) repeat;
    border-radius: 20px;
    padding: 2em;
    text-align: center;
}

.note_info {
    width: 720px;
    margin: 0 auto;
    max-width: 100%;
    padding: 2em 0;
    min-height: 500px;
}

.note_info table {
    font-size: 16px;
    width: 100%;
}

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

    .note {
        margin: 5rem auto 2em;
        text-align: center;
    }
}

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

    .note_info {
        padding: 0;
    }
}

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

    .note li {
        padding: 0 .3em;
    }

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

    .tab-content {
        padding: 2em 1em;
    }

    .note_info {
        min-height: auto;
    }
}

@media screen and (max-width:380px) {
    .tab-content {
        padding: 1em 1em;
    }

    .note {
        margin: 3rem auto 1em;
    }

    .note li {
        padding: 0;
    }
}

/*---inbg----------------------------------------------------------------------------------------------------------------------------*/


/***inbg***/
.inbg {
    width: 1350px;
    margin: 4rem auto;
    max-width: 95%;
    padding: 5em 2em 2em 2em;
    background: url(../../images/note_bg.png) repeat;
    border-radius: 50px;

}

.inbg_btm {
    background: url(../../images/indeco01.png) bottom center no-repeat;
    background-size: auto;
    width: 1287px;
    margin: 0 auto;
    max-width: 100%;
    min-height: 58px;
}

.newsbg {
    position: relative;
    background: rgba(196,223,178,.9);
    border-radius: 50px;
}

.newsbg:before {
    content: '';
    background: url(../../images/indeco02.png) top left no-repeat;
    background-size: auto;
    width: 288px;
    max-width: 100%;
    min-height: 192px;
    position: absolute;
    top: 0;
    left: 7rem;
	opacity:.5;
}

/***newstable***/
.newstable {
    width: 900px;
    margin: 0 auto;
    max-width: 100%;
    min-height: 500px;
    padding: 1em 0 2em;
}

.newstable table {
    width: 100%;
}

.newstable a:hover {
    color: #ff9800;
}

img.newsicon {
    max-width: inherit;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background: rgba(255, 255, 255, .7);
    border: double 4px #a9a9a9;
    border-radius: 5px;
    padding: .3em 1em;
    margin: 3px;
    font-size: 16px;
    letter-spacing: 2px;
    transition: .2s linear;
}

button:hover,
html input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: double 4px #fff;
}

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

    .inbg {
        padding: 4em 2em 2em 2em;
    }

    .inbg_btm {
        background-size: contain;
        min-height: 70px;
    }
}

@media screen and (max-width:500px) {
    .inbg {
        padding: 2em 1em 1em 1em;
    }

}

@media screen and (max-width:450px) {
    .newsbg:before {
        background-size: 50%;
        max-width: 50%;
        left: 4rem;
    }
}

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

/*************************
********services_sce******
**************************/
#services_sce {
    padding: 0 2em 60px;
}

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

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

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

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

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

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

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

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

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

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

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

@media (max-width:480px) {
    .scebtn h2 {
        margin: 1px;
        font-size: 15px;
    }
}

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

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

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

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

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

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

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

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

.scebox:hover {
    cursor: pointer;
}

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

.scebox_hot {
    padding: 0 80px;
}

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

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

.scetag1 {
    background: #d85a51;
}

.scetag2 {
    background: #80a076;
}

.scetag3 {
    background: #89b5cb;
}

.scetag4 {
    background: #8dcfca;
}

.scetag5 {
    background: #b7ad6f;
}

.scet h3 {
    clear: both;
    color: #3d3d3d;
    font-size: 20px;
    letter-spacing: 1px;
    margin: .5em 0;
    display: inline-block;
}

.sceimg img {
    margin: 0 auto;
}

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

.scemore {
    text-align: right;
}

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

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

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

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

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

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

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

@media(max-width:550px) {

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

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

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

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

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

    }

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

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

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


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

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

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

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

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


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

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

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

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



/*newstable*/
.newstable {
    width: 80%;
    margin: 0 auto;
    padding: 2em 0;
    position: relative;
    z-index: 3;
}

.newstable table {
    width: 100%;
}

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

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

a.news_title {
    display: block;
}

.newstable a:first-of-type {
    display: block;
}

.newstable a:hover {
    color: rgba(13, 13, 184, 1);
}

tr.page a {
    display: inline-block !important;
}

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

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

@media screen and (max-width:430px) {
    .newstable {
        width: 90%;
        padding: 1em 0;
        min-height: 250px;
    }

}

/*---about----------------------------------------------------------------------------------------------------------------------------*/

/*about1*/
.about1 {
    width: 1623px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 4.5rem 0;
}

.about1:before {
    content: '';
    background: rgba(81,143, 94, .25);
    width: 1243px;
    max-width: 100%;
    height: 130%;
    position: absolute;
    top: -14rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.ab11 {
    width: 1349px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 3.3rem;
}

.ab11 .ab11_lt {}

.ab11 .ab11_rt {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 49%;
}

/*ab12*/
.ab12 {
    display: flex;

}



@media screen and (max-width:1700px) {
    .about1:before {
        height: 200%;
        top: -100rem;
    }
}

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

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

    .ab11 .ab11_rt {
        margin-left: 1%;
    }

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

@media screen and (max-width:1100px) {
    .ab11 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .ab11 .ab11_rt {
        margin: 2rem 0 0 0;
        width: 100%;
        text-align: center;
        align-items: center;
    }

    .ab11 .ab11_rt img:nth-child(1) {
        margin-bottom: 2rem;
    }
}

@media screen and (max-width:991px) {
    .ab12 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .ab12 .ab12_lt {
        margin-bottom: 2rem;
    }
}

@media screen and (max-width:576px) {
    .about1 {
        width: 1623px;
        max-width: 100%;
        margin: 0 auto;
        position: relative;
        padding: 2.5rem 0;
    }
}

@media screen and (max-width:450px) {
    .ab11 {
        padding: 0 1rem;

    }

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


/*about2*/
.about2 {
    background: #b57d35;
}

.ab2 {
    width: 1623px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 3.9rem;
    display: flex;
    justify-content: space-between;
}

.ab2 .ab21 {}

.ab2 .ab22 {
    padding-top: 3.9rem;
    width: 24%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ab22 .ab22_txt {
    text-align: justify;
	margin-top:2rem;
}

.ab22 .ab22_txt p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

.ab2 .ab23 {
    padding-top: 3.9rem;
    width: 66%;
}

@media screen and (max-width:1620px) {
    .ab2 {
        padding: 0 2rem 3.9rem;
    }
}

@media screen and (max-width:1530px) {
    .ab22 .ab22_txt {
        margin: 0;
    }
}

@media screen and (max-width:1200px) {
    .ab2 {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .ab2 .ab21 {
        width: 30%;
        text-align: right;
        margin-right: 2rem;
    }

    .ab2 .ab22 {
        width: 60%;
    }

    .ab22 .ab22_img {
        text-align: left;

    }

    .ab22 .ab22_txt {
        width: 55%;
    }

    .ab22 .ab22_deco {
        width: 55%;
    }

    .ab2 .ab23 {
        width: 100%;
    }
}

@media screen and (max-width:1000px) {
    .ab22 .ab22_txt {
        width: 65%;
    }

    .ab22 .ab22_deco {
        width: 65%;
    }
}

@media screen and (max-width:834px) {
    .ab22 .ab22_txt {
        width: 80%;
    }

    .ab22 .ab22_deco {
        width: 80%;
    }
}

@media screen and (max-width:576px) {
    .ab2 .ab21 {
        width: 20%;
    }

    .ab2 .ab22 {
        width: 75%;
    }

    .ab22 .ab22_txt {
        width: 95%;
    }

    .ab22 .ab22_deco {
        width: 95%;
    }
}

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

    .ab2 .ab21 {
        width: 15%;
        margin-right: 1rem;
    }

    .ab2 .ab22 {
        width: 80%;
        padding-top: 2rem;
    }

    .ab22 .ab22_txt {
        width: 100%;
    }

    .ab22 .ab22_deco {
        width: 100%;
    }
}

@media screen and (max-width:414px) {
    .ab2 .ab21 {
        width: 10%;
    }

    .ab2 .ab22 {
        width: 85%;
    }
}

/*about3*/
.about3 {
    background: url(../../images/ab3_img.jpg) top center fixed;
    background-size: cover;
    width: 100%;
    min-height: 841px;
}

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

@media screen and (max-width:1000px) {
    .about3 {
        min-height: 500px;
		background-attachment: initial;
		
    }
}

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

@media screen and (max-width:768px) {
    .about3 {
        min-height: 330px;
        background-attachment: inherit;
    }
}

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

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

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

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

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

@media screen and (max-width:330px) {
    .about3 {
        min-height: 140px;
    }
}
/**order**/
.ordericon {
	position:fixed;
	bottom:24rem;
	right:15px;
	display:inline-block;
	z-index:10;
	width: 5%;
}
.ordericon a {
	display: block;
	transition: .3s ease-in-out;
}
.ordericon a:hover {
	transform: scale(0.9);
    opacity: .9;
}

@media screen and (max-width:990px) {
	.ordericon {
		right:10px;
		width: 11%;
	}
}
@media screen and (max-width:500px) {
	    .ordericon {
        right: 5px;
        bottom: 20rem;
         width: 20%;
    }
	.ordericon img {
		width:100%;
	}
}
@media screen and (max-width:414px) {
	.ordericon {
        bottom: 20rem;
		width: 21%;
    }
}
@media screen and (max-width: 360px) {
    
}