/*--------------copyright by vicky start-------------------------------*/
/************************************************************************************************************************************************
************************************************************************************************************************************************
************************************************************************************************************************************************/
/*---title---------------------------------------------------------------------------------------------------------------------------*/
.services_title {
    padding: 0 80rem 3.4rem;
    text-align: center;
    position: relative;
    z-index: 6;
    background: #df899a;
	    
}

.services_title img {}

.services_title h3 {
    font-size: 16px;
    color: #ffffff;
    margin-top: 1.7rem;
    font-weight: 400;
}
@media screen and (max-width:1800px){
	.services_title {
    padding: 0 74rem 3.4rem;
}
}
@media screen and (max-width:1700px){
	    .services_title {
        padding: 0 69rem 3.4rem;
    }
}
@media screen and (max-width:1600px){
	    .services_title {
        padding: 0 62rem 3.4rem;
    }
}
@media screen and (max-width:1400px){
	    .services_title {
        padding: 0 52rem 3.4rem;
    }
}

@media screen and (max-width:1200px) {
	    .services_title {
        padding: 0 44rem 3.4rem;
    }
}
@media screen and (max-width:1100px){
	    .services_title {
        padding: 0 39rem 3.4rem;
    }
}
@media screen and (max-width:991px) {

    #services_isce {
        background-attachment: inherit;
    }
	    .services_title {
        padding: 0 33rem 3.4rem;
    }
}
@media screen and (max-width:834px){
	.services_title {
        padding: 0 25rem 3.4rem;
    }
}

@media screen and (max-width:px){}
@media screen and (max-width:650px){
	    .services_title {
        padding: 0 15rem 3.4rem;
    }
}

@media screen and (max-width:450px) {
    
    .services_title {
        padding: 0 7rem 3.4rem;
    }
	.services_title img{
		width: 90%
	}
	
}

@media screen and (max-width:360px) {
        .services_title {
        padding: 0 3rem 3.4rem;
    }

}

@media screen and (max-width:300px) {
        .services_title {
        padding: 0 1rem 3.4rem;
    }

}

/*---footer--------------------------------------------------------------------------------------------------------------------------*/
footer {
    text-align: center;
    font-size: 16px;
}

/*ftlogo*/
.ftlogo {
    position: relative;
    margin: 4em 0 2em;
}

.ftlogo img:first-child{
	width: 12%;
}

.ftlogo:before {
    content: '';
    background: url(../../images/line.png) bottom left repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 19px;
    width: 30%;
}

.ftlogo:after {
    content: '';
    background: url(../../images/line.png) bottom right repeat-x;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 19px;
    width: 30%;
}

.ftlogo img:nth-of-type(2) {
    padding: 2em 0 1em;
    display: block;
    margin: 0 auto;
}

/*ftinfo*/
.ftinfo {
    width: 490px;
    margin: 0 auto;
    max-width: 95%;
    padding: 1em 0 3em;
    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: 62%;
    word-wrap: break-word;
    word-break: break-all;
    letter-spacing: 1px;
}

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

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

.ftmark img {
    padding: 5px;
}

/*number*/
.number {
    color: #fff;
    padding: 3.5rem 0 3rem;
    position: relative;
}

.number:after {
    content: '';
    background: #828282;
    width: 30%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 35%;
}

/*icon*/
.icon {
    color: #828282;
    margin: 2.4rem 0;
}

.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 {
    display: inline-block;
    color: #828282;
}

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

@media screen and (max-width:1200px) {
    .number:after {
        width: 50%;
        left: 25%;
    }
}

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

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

}

@media screen and (max-width:768px) {
    .number:after {
        width: 80%;
        left: 10%;
    }
}

@media screen and (max-width:500px) {
    .ftlogo img:nth-of-type(1) {
        width: 195px;
    }

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

    .ftmark img {
        width: 20%;
    }

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

@media screen and (max-width:414px) {
    .ftbtm {
        padding: 4.3rem 2rem 6.4rem;
    }
}

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

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

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

    .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: 1em;
    cursor: pointer;
    display: none;
    z-index: 50;
    text-align: center;
}

.btns #gotop,
.btns #fbtn li {
    transition: .3s ease-in-out;
    margin: 5px 0;
}

.btns #gotop img,
.btns #fbtn img {
    max-width: 100%;
}

.btns #gotop:hover,
.btns #fbtn li:hover {
    transform: scale(.9);
}

.btns #fbtn li {
    margin: .75rem auto;
}

.ftbtn_mob {
    display: none;
}

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

    #fbtn {
        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: 50%;
        display: inline-block;
		        padding: 1rem 0;
    }
	.ftbtn_mob li:nth-of-type(1){
		background:#b7828c;
	}
	.ftbtn_mob li:nth-of-type(2){
		background:#7aaa77;
	}
	.ftbtn_mob li:nth-of-type(3){
		background:#7aaa77;
	}
	.ftbtn_mob li:nth-of-type(4){
		background:#a577aa;
	}
	.ftbtn_mob ul li img{
		width: 30%;
		margin: 0 auto;
	}
}

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

@media screen and (max-width:430px) {
    .btns {
        bottom: 10%;
    }
}

/*---header---------------------------------------------------------------------------------------------------------------------------*/
header {
    background: #fff;
    width: 100%;
    height: 100px;
    position: relative;
    z-index: 999;
    box-shadow: 3px 6px 6px rgba(78, 78, 78, 0.35);
}

/*intop*/
.intop {
    width: 300px;
    margin-left: 8rem;
}

.intop a {
    display: block;
    padding: .2em 0;
}

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

.intop a h1 {
    font-size: 30px;
    color: #373737;
    font-weight: 300;
    line-height: 3;
}

/***mibutton***/
.mibutton {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 50;
    cursor: pointer;
    width: 100px;
    height: 100px;
    text-align: left;
    background: url(../../images/menu_bg.jpg) top left repeat;
    padding: 1.5em 1em 1em 1.5em;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .3);
    transition: .5s;
}

.mibutton span {
    display: block;
    border-radius: 20px;
    text-align: center;
    font-weight: 700;
    transition: .3s ease all;
    font-size: 12px;
    color: #a1d0d7;
}

.mibutton span:nth-child(2) {
    width: 100%;
    height: 2px;
    transition: .3s ease all;
    background: #ecbbcd;
    text-align: left;
    margin-bottom: .5em;
    margin-top: .3em;
}

.mibutton span:nth-child(3) {
    width: 75%;
    height: 2px;
    transition: .3s ease all;
    background: #ecbbcd;
    text-align: left;
    margin-top: .3em;
}

.mibutton_ani {
    box-shadow: 0px 0px 0px rgb(0 0 0 / 30%);
    background: none;
    transition: .5s;
    transform: scale(.8);
    transform-origin: top left;
}

.mibutton_ani span {
    opacity: 1;
}

.mibutton_ani span:nth-child(1) {
    opacity: 0;
}

.mibutton_ani span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.mibutton_ani span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    width: 100%;
    margin-top: -.5em;
}

.mibutton:hover span:nth-child(3) {
    width: 100%;
}

/*navbar*/
.navbar {
    position: fixed;
    top: 0;
    right: 0;
    width: 350px;
    text-align: center;
    z-index: 30;
    border: 0;
    min-height: auto;
    border-radius: 0;
    margin: 0;
    transform: translateX(350px);
    transition: .6s ease-in-out;
}

.show {
    transform: translateX(0px);
    max-height: 90vh;
    overflow-y: scroll;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 20%);
}

/*menu_logo*/
.menu_logo {
    background: url(../../images/menu_pattern_01.png) repeat;
    padding: 3em 5em;
}

.menu_logo a {
    display: inline-block;
}

.menu_logo a:hover {
    opacity: .7;
}

/*ibutton*/
.ibutton {
    background: url(../../images/menu_pattern_02.png) repeat;
    padding: 2em 0;
}

.ibutton a {
    color: #403530;
    transition: .3s ease-in-out;
    padding: .5em 0;
    display: block;
}

.ibutton p.ch {
    font-size: 16px;
    letter-spacing: 3px;
    transition: .2s ease-in-out;
}

.ibutton p.en {
    font-size: 14px;
    line-height: 1.5;
}

.ibutton a:hover {
    background: rgba(0, 0, 0, 0.15);
}

.ibutton a:hover p.ch {
    color: #fff;
}

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

    .menu_logo {
        padding: 3em 2em 1em;
    }

    .menu_logo a {
        width: 160px;
    }

    header {
        height: 80px;
    }

    .intop a h1 {
        line-height: 2;
    }

    .mibutton {
        height: 80px;
        width: 80px;
        padding: 1.2em 1em 1em 1em;
    }
}

@media screen and (max-width:450px) {
    .intop {
        width: 200px;
        margin-left: 3rem;
    }

    .intop a h1 {
        line-height: 3;
        font-size: 25px;
    }

    .navbar {
        width: 100%;
        transform: translateX(100%);
    }

    .show {
        transform: translateX(0px);
    }
}

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

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

    header {
        height: 75px;
    }

    .mibutton {
        height: 75px;
        width: 75px;
        padding: 1em 1em 1em 1em;
    }
}

@media screen and (max-width:330px) {
    .intop {
        margin-left: 2rem;
    }

    .intop a h1 {
        font-size: 20px;
        line-height: 3.5;
    }
}


/*---main-----------------------------------------------------------------------------------------------------------------------------*/
.main {
    background: url(../../images/inbg.jpg) top center fixed;
    background-size: cover;
    width: 100%;
}

@media screen and (max-width:768px) {
    .main {
        background-attachment: inherit;
    }
}



/*about1*/
.about1 {
    position: relative;
    padding: 20.6rem 0 18.8rem;

}

.about1:before {
    content: '';
    background: rgba(234, 228, 224, .8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.about1:after {
    content: '';
    background: #ebbace;
    width: 71%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 50% 0, 100% 100%, 0% 100%);
}

.about1 .abt1_deco {}

.about1 .abt1_deco img:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    mix-blend-mode: multiply;
}

.about1 .abt1_deco img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.about1 .abt1_deco img:nth-child(3) {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.abt1_circle {
    background: url(../../images/circle.png) top center no-repeat;
    background-size: cover;
    width: 687px;
    max-width: 100%;
    min-height: 682px;
    position: absolute;
    bottom: -24rem;
    left: 20%;
    z-index: 1;
}

.about1 .abt1 {
    width: 1404px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}

.abt1 .abt1_lt {
    width: 30%;
    padding-top: 23rem;
}

.abt1_lt {}
.abt_title {
    position: absolute;
    top: -7rem;
    left: 0;
	    width: 25%;
}
.abt_title .title_abt {
    text-align: center;
}

.abt_title h3 {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin: 1.3rem 0 3.4rem;
}

.abt_title .abt1_line {
    background: #000;
    width: 1px;
    height: 67px;
    margin: 0 auto;
}

.abt1_lt .abt1_txt {
    margin-top: 3.1rem;
    padding: 0 1.8rem;
}

.abt1_txt h2 {
    font-size: 32px;
    color: #000000;
    font-weight: bold;
	margin-left: -19px;
}

.abt1_txt h3 {
    font-size: 16px;
	font-family:"微軟正黑體";
    color: #000000;
    font-weight: bold;
    text-align: left;
	margin: 1.3rem 0 3.4rem;
}

.abt1_txt p {
    font-size: 16px;
    color: #000;
    width: 90%;
}

.abt1 .abt1_rt {}


/*abt_slider*/
.abt_slider {
    width: 928px;
    margin: 0 auto;
    max-width: 100%;
    background: url(../../images/abt1_pattern.jpg) repeat;
    padding: 12px;
    -webkit-filter: drop-shadow(3px 6px 6px rgba(78, 78, 78, 0.8));
    filter: drop-shadow(3px 6px 6px rgba(78, 78, 78, 0.8));
    position: relative;
}

.abt_slider:before {
    content: '';
    background: url(../../images/abt1_deco01.png) top right no-repeat;
    background-size: auto;
    width: 159px;
    max-width: 100%;
    min-height: 149px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

@media screen and (max-width:1400px) {
    .about1 .abt1 {
        padding: 0 2rem;
    }
.abt1 .abt1_lt {
    padding-top: 21rem;
}

    .abt1_lt .abt1_txt {
        padding: 0;
    }
}

@media screen and (max-width:1360px) {
   .about1 {
    padding: 0 0 13.8rem;
}
	.about1 .abt1 {
        flex-wrap: wrap;
        justify-content: center;
		padding: 26rem 2rem 0;
    }
.abt_title {
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
    .abt1 .abt1_lt {
        padding: 0;
        width: 60%;
        margin-bottom: -6rem;
    }
    .abt1_lt .abt1_line {
        height: 100px;
    }

    .abt1 .abt1_rt {
        position: relative;
        z-index: -1;
		        order: -1;
    }

    .about1:after {
        width: 100%;
        clip-path: polygon(70% 0, 100% 25%, 100% 100%, 0 100%, 0 0);
    }
}
@media screen and (max-width:1100px){
	.abt_title {
    width: 26%;
}
}

@media screen and (max-width:1000px) {
        .about1 {
        padding: 0;
    }
	.about1:after {
        width: 100%;
        clip-path: polygon(70% 0, 100% 15%, 100% 100%, 0 100%, 0 0);
    }

    .about1 .abt1_deco img:nth-child(1) {
        width: 50%;
    }

    .about1 .abt1_deco img:nth-child(3) {
        display: none;
    }

    .abt1_circle {
        bottom: -24rem;
        left: 10%;
    }
	    .abt1 .abt1_lt {
        width: 85%;
        margin-bottom: 0;
    }

    .abt1 .abt1_rt {
        max-width: 100%;
    }

    .abt_slider {
        max-width: 90%;
    }
}

@media screen and (max-width:768px) {
       .abt_title {
        width: 37%;
    }
    .abt1_circle {
        bottom: -24rem;
        left: 2%;
        filter: invert(1);
        overflow-x: hidden;
    }

    .abt_slider {
        padding: 12px;
    }

}
@media screen and (max-width: 800px) {
    .about1 .abt1 {
        padding: 22rem 2rem 0;
    }
}
@media screen and (max-width: 768px) {
    .about1 .abt1 {
        padding: 26rem 2rem 0;
    }
}
@media screen and (max-width:700px) {
    .abt1_circle {
        left: 0%;
    }
}

@media screen and (max-width:650px) {
   .about1 .abt1 {
        padding: 23rem 2rem 0;
    }
	.abt1 .abt1_lt {
        width: 90%;
    }
}

@media screen and (max-width:450px) {
        .about1 {
        padding: 0 0 3rem 0;
    }
	    .about1 .abt1 {
        padding: 26rem 2rem 0;
    }
	.abt_slider {
        padding: 8px;
    }

    .abt_slider:before {
        background-size: 60%;
        min-height: 109px;
    }
	.abt_title .title_abt {
    padding: 0 5rem;
}
	.abt_title {
        width: 85%;
    }

}

@media screen and (max-width:414px) {  
   
    .about1 .abt1_deco img:nth-child(1) {
        width: 70%;
    }
	    .about1 .abt1 {
        padding: 24rem 2rem 0;
    }

    .about1 .abt1_deco img:nth-child(2) {
        width: 50%;
    }
	    .abt1 .abt1_lt {
        width: 100%;
    }

    .abt1_lt .abt1_line {
        height: 60px;
        margin-bottom: 2rem;
    }

    .abt1_lt h3 {
        margin: 1.3rem 0 1.4rem;
    }

    .abt1_txt h2 {
        font-size: 28px;
    }
	.abt1_txt p {
    width: 100%;
}

    .abt_slider {
        max-width: 95%;
    }
}

@media screen and (max-width:390px) {
   
    .abt_slider:before {
        background-size: 50%;
        min-height: 80px;
    }
}

@media screen and (max-width:360px) {
        .about1 .abt1 {
        padding: 25rem 2rem 0;
    }
	.about1:after {
        clip-path: polygon(75% 0, 100% 20%, 100% 100%, 0 100%, 0 0);
    }

  .abt_title {
        width: 100%;
    }
    .abt1_txt h2 {
        font-size: 25px;
    }
}

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

    .abt1_txt h2 {
        font-size: 24px;
    }
}

@media screen and (max-width:310px) {
   
    .abt1_txt h2 {
        font-size: 22px;
    }
}

/*about2*/
.about2 {
    position: relative;
    padding: 13rem 0 3.3rem;
}

.about2:before {
    content: '';
    background: rgba(234, 228, 224, .7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.about2:after {
    content: '';
    background: #ebbace;
    width: 61%;
    height: 104%;
    position: absolute;
    top: -1px;
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%);
    z-index: 0;
}

.about2 .abt2_deco {}

.abt2_deco img:nth-child(1) {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;

}

.abt2_deco img:nth-child(2) {
    position: absolute;
    bottom: -35px;
    right: 0;
    z-index: 2;
}

.about2 .abt2_line {
    background: #fff;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -20px;
    left: 0;
    z-index: 1;
}

.about2 .abt2 {
    width: 1368px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.abt2 .abt2_lt {
    width: 32%;
}

.abt2 .abt2_rt {
    width: 66%;
    text-align: right;
    padding-top: 7.4rem;
    position: relative;
}

.abt2_rt .abt2_txt {
    width: 67%;
    margin: 0 0 20.5rem auto;
    text-align: left;

}

.abt2_rt .abt2_txt p {
    color: 16px;
    text-align: justify;
}

.abt2_rt .abt2_img02 {}

.abt2_rt .abt2_img02 img:nth-child(2) {
    padding: 2.1rem 11.6rem 0 0;
}

.abt2 .abt2_deco01 {
    position: absolute;
    top: 40%;
    right: 0;

}

@media screen and (max-width:1360px) {
    .about2 {
        position: relative;
        padding: 13rem 2rem 3.3rem;
    }
}

@media screen and (max-width:1260px) {
    .abt2_deco img:nth-child(2) {
        bottom: -31px;
    }

    .abt2_rt .abt2_txt {
        margin: 0 0 13.5rem auto;
    }

}

@media screen and (max-width:1110px) {
    .abt2_rt .abt2_txt {
        width: 95%;
        margin: 0 0 12.5rem auto;
    }

    .abt2 .abt2_deco01 {
        width: 72%;
    }

    .abt2_deco img:nth-child(2) {
        bottom: -28px;
    }
}

@media screen and (max-width:1000px) {
    .about2 {
        padding: 13rem 0 3.3rem;
    }

    .about2:after {
        width: 100%;
        height: 102%;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 54% 100%, 0 40%);
    }

    .about2 .abt2 {
        flex-wrap: wrap;
    }

    .abt2 .abt2_deco01 {
        width: 95%;
        top: 66%;
        left: 3rem;
    }

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

    .abt2 .abt2_rt {
        width: 100%;
        margin: 0 auto;
    }

    .about2 .abt2_line {
        bottom: -13px;
    }
}

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

@media screen and (max-width:768px) {
    .about2 {
        padding: 4rem 0 3.3rem;
    }

    .abt2 .abt2_deco01 {
        top: 70%;
        left: 1rem;
    }

    .abt2_rt .abt2_txt {
        margin: 0 auto 12.5rem;
    }
}

@media screen and (max-width:590px) {
    .abt2 .abt2_deco01 {
        top: 73%;
    }
}

@media screen and (max-width:450px) {
    .about2:after {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 54% 100%, 0 65%);
    }

    .abt2 .abt2_deco01 {
        top: 76%;
        width: 88%;
        margin: 0 auto;
    }

    .abt2_deco img:nth-child(1) {
        width: 17%;
    }

    .abt2_deco img:nth-child(2) {
        bottom: -22px;
        width: 50%;
    }

    .abt2 .abt2_lt {
        width: 85%;
    }

    .abt2 .abt2_rt {
        padding-top: 3rem;
        text-align: center;
    }

    .abt2_rt .abt2_txt {
        width: 85%;
    }

    .abt2_rt .abt2_img02 img:nth-child(2) {
        padding: 2.1rem 0 0 0;
        width: 70%;
    }
}

@media screen and (max-width:414px) {
    .about2 {
        padding: 0 0 3.3rem;
    }

    .about2:after {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 54% 100%, 0 60%);
        height: 101%;
    }

    .about2 .abt2_line {
        bottom: 5px;
    }

    .abt2_rt .abt2_txt {
        margin: 0 auto 9.5rem;
    }

    .abt2_rt .abt2_img02 img:nth-child(2) {
        width: 70%;
    }

    .abt2_deco img:nth-child(2) {
        width: 35%;
        bottom: -9px;
    }
}

@media screen and (max-width:390px) {
    .abt2_deco img:nth-child(2) {
        bottom: -9px;
    }
}

@media screen and (max-width:360px) {
    .abt2 .abt2_deco01 {
        top: 78%;
    }

    .abt2_rt .abt2_txt {
        margin: 0 auto 7.5rem;
    }

    .abt2_deco img:nth-child(2) {
        bottom: -8px;
    }
}


/*about3*/
.about3 {
    background: url(../../images/abt3_bg.jpg) top center fixed;
    background-size: cover;
    width: 100%;
    padding-top: 72rem;
}

.about3 .abt3_deco01 {
    text-align: right;
}

.about3 .abt3 {
    position: relative;
    padding: 16.4rem 0 6.8rem;
}

.abt3:before {
    content: '';
    background: rgba(234, 228, 224, .8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.abt3:after {
    content: '';
    background: rgba(163, 208, 215, 1);
    width: 71%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 52% 0, 100% 100%, 0% 100%);
}

.abt3 .abt3_deco02 {}

.abt3 .abt3_deco02 img:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.abt3 .abt3_deco02 img:nth-child(2) {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.abt3 .abt3_deco02 img:nth-child(3) {
    position: absolute;
    top: 23rem;
    right: 0;
    z-index: 1;
}

.abt3 .abt3_deco02 img:nth-child(4) {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.abt3 .abt3_deco04 {
    background: url(../../images/abt3_deco04.png) top right no-repeat;
    background-size: 100%;
    width: 353px;
    max-width: 100%;
    min-height: 614px;
    position: absolute;
    top: 6.7rem;
    right: 19rem;
    z-index: 1;
}

.abt3 .abt3_round {
    background: url(../../images/abt3_round.png) top right no-repeat;
    background-size: 100%;
    width: 680px;
    max-width: 100%;
    min-height: 681px;
    position: absolute;
    top: 6rem;
    right: 27.6rem;
}

.abt3 .abt3_inner {
    width: 1136px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.abt3_inner .abt3_top {
    margin-bottom: 2rem;
}

.abt3_inner .abt3_top img {
    border: 13px #fff solid;
}

.abt3_inner .abt3_bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.abt3_bot .abt3_txt {
    width: 46%;
}

.abt3_bot .abt3_txt dl {}

.abt3_bot .abt3_txt dl dt {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 2.9rem;
}

.abt3_bot .abt3_txt dl dd {
    font-size: 16px;
    letter-spacing: 1px;
}

.abt3_bot .ab3_img02 img {
    border: 13px #fff solid;
}

@media screen and (max-width:1750px) {
    .abt3 .abt3_deco04 {
        max-width: 17%;
    }
}

@media screen and (max-width:1600px) {
    .abt3 .abt3_deco02 img:nth-child(2) {
        width: 7%;
    }

    .abt3 .abt3_deco02 img:nth-child(3) {
        width: 7%;
    }

    .abt3 .abt3_deco04 {
        right: 11rem;
        min-height: 440px;
    }

    .abt3 .abt3_round {
        right: 15.6rem;
    }
}

@media screen and (max-width:1350px) {
    .abt3 .abt3_deco04 {
        right: 7rem;
        min-height: 340px;
        max-width: 14%;
    }

    .abt3 .abt3_round {
        right: 8.6rem;
    }
}

@media screen and (max-width:1300px) {
    .abt3 .abt3_deco02 img:nth-child(2) {
        width: 4%;
    }

    .abt3 .abt3_round {
        right: 7.6rem;
    }
}

@media screen and (max-width:1130px) {
    .abt3 .abt3_deco04 {
        max-width: 18%;
    }

    .abt3_inner .abt3_top {
        max-width: 70%;
        padding-left: 2rem;
    }

    .abt3_inner .abt3_bot {
        padding: 0 2rem;
    }

    .abt3_bot .ab3_img02 {
        max-width: 70%;
    }
}

@media screen and (max-width:768px) {
    .about3 {
        background-attachment: initial;
        background-repeat: no-repeat;
        background-size: contain;
        padding-top: 22.5rem;
    }

    .about3 .abt3 {
        padding: 9rem 0 6.8rem;
    }

    .abt3:after {
        background: rgba(163, 208, 215, .5);
        width: 100%;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }

    .abt3 .abt3_deco02 img:nth-child(2) {
        width: 8%;
        bottom: 21rem;
    }

    .abt3 .abt3_deco04 {
        max-width: 20%;
        right: 4rem;
        min-height: 280px;
        top: 3rem;
    }

    .abt3_inner .abt3_bot {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .abt3_bot .abt3_txt {
        width: 66%;
        margin-top: 2rem;
        margin-left: -11rem;
    }
}

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

    .about3 .abt3_deco01 {
        max-width: 40%;
        margin: 0 0 0 auto;
    }

    .abt3 .abt3_deco04 {
        max-width: 24%;
        right: 0rem;
    }

    .abt3 .abt3_round {
        right: 0;
        max-width: 50%;
        min-height: 300px;
    }
}

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

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

    .abt3 .abt3_deco02 img:nth-child(2) {
        width: 9%;
        bottom: 16rem;
    }

    .abt3 .abt3_deco02 img:nth-child(3) {
        display: none;
    }

    .abt3 .abt3_deco04 {
        max-width: 32%;
        background-position-x: 6rem;
    }

    .abt3_inner .abt3_top {
        max-width: 78%;
    }

    .abt3_inner .abt3_top img {
        border: 6px #fff solid;
    }

    .abt3_inner .abt3_bot {
        align-content: flex-end;
    }

    .abt3_bot .ab3_img02 {
        max-width: 80%;
        margin-right: 2rem;
    }

    .abt3_bot .ab3_img02 img {
        border: 6px #fff solid;
    }

    .abt3_bot .abt3_txt {
        margin-top: 5rem;
    }

    .abt3_bot .abt3_txt dl dt {
        margin-bottom: 0.9rem;
    }
}

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

    .about3 .abt3 {
        padding: 6.8rem 0 13rem;
    }

    .abt3 .abt3_deco02 img:nth-child(1) {
        max-width: 48%;
    }

    .abt3 .abt3_deco02 img:nth-child(2) {
        width: 12%;
        bottom: 19rem;
    }

    .abt3 .abt3_deco04 {
        top: 1rem;
    }

    .abt3_bot .abt3_txt {
        width: 75%;
        margin-left: -8rem;
    }
}

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

    .abt3 .abt3_deco04 {
        background-position-x: 5.1rem;
    }
}

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

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

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

    .abt3_bot .abt3_txt {
        width: 85%;
        margin-left: -5rem;
    }

    .abt3_bot .ab3_img02 {
        margin-right: 1rem;
    }
}

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

    .abt3 .abt3_deco02 img:nth-child(2) {
        bottom: 22rem;
    }

    .abt3 .abt3_deco04 {
        background-position-x: 4.5rem;
    }

}

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

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


/***iroom***/
.iroom {
    background: url(../../images/rg_bg.jpg) top center no-repeat fixed;
    background-size: cover;
}


/*iroom_title*/
.iroom_title {
    padding-bottom: 5.5rem;
}
.iroom_title img{
	width: 19%;
}
.iroom_title h3 {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin: 1.3rem 0 3.4rem;
}

.iroom_title .iroom_line {
    background: #000;
    width: 1px;
    height: 67px;
    margin: 0 auto;
}

/*irm_list*/
.irm_list {
    width: 1450px;
    margin: 0 auto;
    max-width: 90%;
    text-align: center;
	padding: 0 10rem;
}

/* grid style */
.grid {
    text-align: center;
    padding: 0 0em 8.7rem;
}

.grid a {
    width: 19%;
    float: none;
    padding: 0 10px;
    color: #333;
    display: inline-block;
    vertical-align: top;
}

.grid figure {
    position: relative;
    overflow: hidden;
    margin: 5px;
    background: #333;
    pointer-events: none;
    -webkit-filter: drop-shadow(2px 2px 7px rgba(78, 78, 78, 0.7));
    filter: drop-shadow(2px 2px 7px rgba(78, 78, 78, 0.7));
}

.grid figure img {
    position: relative;
    display: block;
    width: 100%;
    opacity: 0.7;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;

}

.grid figcaption {
    position: absolute;
    top: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    text-align: center;
}

.grid figcaption h2 {
    margin: 0 5px 12px;
    color: #4b819d;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 25px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: 0.3s;
}

.grid figcaption p {
    padding: 0 20px;
    font-size: 15px;
    color: #878787;
    font-weight: 300;
    line-height: 12px;
    letter-spacing: 1px;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.grid figcaption h2,
.grid figcaption p {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
}

.grid figure button {
    position: absolute;
    padding: 2px 0;
    width: 80px;
    top: 45%;
    left: calc(50% - 40px);
    font-size: 14px;
    background: transparent;
    border: solid 3px #fff;
    border-radius: 2px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    opacity: 0;
    transform: scale(0);
    box-shadow: none;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.grid figcaption,
.grid figcaption h2,
.grid figcaption p,
.grid figure button {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Style for SVG */
.grid svg {
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.grid svg path {
    fill: #fff;
}

/* Hover effects */
.grid a:hover figure img {
    opacity: 1;
}

.grid a:hover figcaption h2,
.grid a:hover figcaption p {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
}

.grid a:hover figcaption p {
    opacity: 0;
}

.grid a:hover figure button {
    opacity: 1;
    transform: scale(1);
}

@media screen and (max-width:1440px) {
    .grid a {
        padding: 0 5px;
    }

    .grid figcaption h2 {
        font-size: 18px;
    }

    .grid figcaption p {
        font-size: 14px;
    }

}

@media screen and (max-width:1200px) {
    .iroom_title img {
    width: 30%;
}
	.grid a {
        padding: 0 0px;
    }

    .grid figure {
        margin: 3px;
    }

    .grid {
        padding: 2em 0 3em;
    }
}

@media screen and (max-width:1050px) {
    .grid a {
        width: 24%;
    }

    .grid figure {
        margin: 3px 5px 10px;
    }

    .grid {
        padding: 2em 0 2em;
    }

    .iroom {
        background-attachment: inherit;
    }
	.irm_list {
    padding: 0;
}
}

@media screen and (max-width:800px) {
    .iroom_title img {
        width: 40%;
    }
	.grid a {
        width: 35%;
    }
}

@media screen and (max-width:700px) {
    .grid {
        padding: 1em 0;
    }
}

@media screen and (max-width:600px) {
    .grid figcaption h2 {
        font-size: 16px;
    }

    .grid figcaption p {
        font-size: 12px;
    }
}

@media screen and (max-width:550px) {
    .iroom {
        padding: 0 0 1em;
    }

    .grid a {
        width: 46%;
    }
}

@media screen and (max-width:450px) {
        .iroom_title img {
        width: 60%;
    }
	.grid a {
        width: 49%;
    }

}

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

    .grid figcaption h2,
    .grid figcaption p {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }

    .grid figcaption h2 {
        letter-spacing: 0;
    }
}

@media screen and (max-width:360px){
	    .iroom_title img {
        width: 65%;
    }
}
@media screen and (max-width:340px){
	    .iroom_title img {
        width: 70%;
    }
}
@media screen and (max-width:320px){
	.iroom_title h3 {
    font-size: 13px;
}
}
@media screen and (max-width:300px){
	.grid a {
        width: 85%;
    }
}



/***location***/
.location {
    width: 904px;
    max-width: 100%;
    margin: 0 auto;
}

.location .loc_txt {
    width: 84%;
    margin: 2.5rem auto 6.2rem;
    display: flex;
    justify-content: space-between;
}

.loc_txt .loc_logo {
    width: 33%;
    padding-top: 2.5rem;
}

.loc_txt .loc_con {
    width: 53%;
}

.loc_con .ftinfo {
    width: 400px;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

/*map_canvas*/
#map_canvas {
    width: 894px;
    height: 558px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    border: 10px #d0e9e5 solid;
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:1100px) {
    .location .loc_txt {
        width: 100%;
    }
}

@media screen and (max-width:800px) {
    #map_canvas {
        height: 500px;
    }
}

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

    .loc_txt .loc_logo {
        width: 40%;
    }

    .loc_map {
        padding: 0 2rem;
    }
}

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

    .loc_txt .loc_logo {
        width: 90%;
        text-align: center;
        padding-top: 0;
    }

    .loc_txt .loc_con {
        width: 90%;
        padding-top: 4rem;
    }
}

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

@media screen and (max-width:450px) {
    .location .loc_txt {
        margin: 2.5rem auto 3rem;
    }

    .loc_txt .loc_logo {
        width: 60%;
    }

    .loc_txt .loc_con {
        width: 100%;
    }

    .loc_map {
        padding: 0 1rem;
    }
}

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

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

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

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

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

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

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

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

@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) {}




/*---inner----------------------------------------------------------------------------------------------------------------------------*/
/*inner_title*/
.inner_title {
    text-align: center;
    position: relative;
    z-index: 0;
	width: 50%;
    margin: 0 auto;
}

.inner_title img {
    margin-bottom: 1.5rem;
	    width: 38%;
}

.inner_title h3 {
    font-size: 16px;
    color: #ffffff;
	width: 100%;
    margin: 0 auto;
}

.inner_title .inner_line {
    background: #000;
    width: 1px;
    height: 67px;
    text-align: center;
    margin: 3.9rem auto 0;
}

.inner {
    background: url(../../images/inpattern.png) repeat;
    width: 1368px;
    margin: -33.5px auto 16.2rem;
    max-width: 100%;
    padding: 10rem 0;
}
@media screen and (max-width:1366px){
	.inner_title {}
	.inner_title img {
    width: 50%;
}
}
@media screen and (max-width:1100px){
	.inner_title {
        
    }
}
@media screen and (max-width:834px){
	    .inner_title {
    width: 90%;
}
	.inner_title img {
    width: 50%;
}
}

@media screen and (max-width:650px) {
    .inner {
        padding: 7rem 0;
    }
	    .inner_title {
        
    }
}

@media screen and (max-width:450px) {
    .inner {
        padding: 4rem 0;
    }
	    .inner_title {}
	    .inner_title img {
        width: 75%;
    }
	.inner_title h3 {
    width: 95%;
}
}
@media screen and (max-width:402px){
	    .inner_title {}
}
@media screen and (max-width: 393px) {
    .inner_title {}
}

@media screen and (max-width:320px){
	    .inner_title {}
}
@media screen and (max-width: 300px) {
    .inner_title {}
}
/*---notice----------------------------------------------------------------------------------------------------------------------*/


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

/*note*/
.note {
    width: 672px;
    margin: 0 auto 3rem;
    max-width: 100%;
    position: relative;
    z-index: 2;
    text-align: center;
}

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

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

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

img.nt1 {
    position: absolute;
    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: 1364px;
    margin: 0 auto;
    max-width: 95%;
    padding: 2em;
    text-align: center;
}

.note_info {
    width: 900px;
    margin: 0 auto;
    max-width: 100%;
    padding: 2em 0;
    min-height: 500px;
    position: relative;
    z-index: 2;
}

.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:768px) {
    .note {
        margin: 1rem auto 1rem;
    }
}

@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:414px) {
    .note {
        margin: 3rem auto 1rem;
    }
}

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


    .note li {
        padding: 0;
    }
}










/***rmbt***/
.rmbt {
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 0 5rem;
    position: relative;
    z-index: 2;
    text-align: center;
}

.rmbt li {
    justify-content: space-around;
    display: inline-flex;
    width: 18%;
    padding-bottom: 1.5em;
    margin: 0 .5rem;
}

.rmbt a {
    border: solid 1px #ecbbcd;
    padding: 0 2rem 0;
    position: relative;
    transition: .3s ease-in-out;
    width: 100%;
    border-radius: 50px;
}

.rmbt a:before {
    content: '';
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .3s ease-in-out;
    border-radius: 50px;
    z-index: -1;
}

.rmbt img {
    display: block;
    margin: 0 auto;
    transition: transform 0.6s cubic-bezier(0.68, -0.2, 0.265, 1.2);
    position: relative;
    z-index: 3;
}

.rmbt p {
    font-size: 22px;
    padding-top: .5rem;
    position: relative;
    z-index: 3;
    white-space: nowrap;
    transition: .3s ease-in-out;
    color: #1a1311;
    font-weight: 500;
}

.rmbt span {
    display: block;
    font-size: 12px;
    line-height: 1;
    position: relative;
    z-index: 3;
    transition: .3s ease-in-out;
    padding-bottom: 1.5rem;
    color: #9d9d9d;
    text-align: center;
}

.rmbt a:hover p,
.rmbt a:hover span {
    color: #1a1311;
}

.rmbt a:hover:before {
    background: #ecbbcd;
}

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

    .rmbt li {
        padding: .5em 0;
    }

    .rmbt li a {
        width: 100%;
    }
}

@media screen and (max-width:900px) {
    .rmbt li {
        width: 35%;
    }
}

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

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

    .rmbt li {
        width: 40%;
        text-align: center;
    }

}

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


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

    .rmbt span {
        font-size: 14px;
        letter-spacing: 1px;
        padding-bottom: 1rem;
    }

    .rmbt ul {
        text-align: center;
    }

    .rmbt li {
        width: 45%;
    }
}

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


    .rmbt {
        padding: 3.7rem 0 0;
    }
}

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

@media screen and (max-width:380px) {
    .rmbt a {
        padding: 0 .2em .3em;
    }

    .room {
        margin: 1em 0;
    }

    .rmbtn a {
        max-width: 80%;
    }

    .rmbt p {
        padding-top: .2em;
    }
}


/***room_slider***/
.room_slider {
    width: 1136px;
    margin: 0 auto;
    max-width: 95%;
    -webkit-filter: drop-shadow(2px 2px 7px rgba(78, 78, 78, 0.7));
    filter: drop-shadow(2px 2px 7px rgba(78, 78, 78, 0.7));
}

/*---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;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

/***rm_info***/
.rm_info {
    width: 1136px;
    margin: 0 auto;
    max-width: 100%;
    padding: 3em 0 4em;
}

/***roomb***/
.roomb {}

.roomb td {
    vertical-align: middle;
}

.roomb h5 {
    font-size: 22px;
    padding-bottom: 1rem;
    margin-bottom: 4rem;
    font-weight: 500;
    position: relative;
}

.roomb h5:after {
    content: '';
    background: #ecbbcd;
    width: 50%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: -1rem;
}

.roomb h5 img {
    padding-right: 12px;
    vertical-align: bottom;
}

.roomb sub {
    font-size: 14px;
    position: relative;
    bottom: 0;
    font-weight: normal;
}

.roomc h5:after {
    content: '';
    background: #ecbbcd;
    width: 70%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: -1rem;
}

@media screen and (max-width:991px) {
    .rmbt {
        padding: 2em 0 1em;
    }

    .rmbt li {
        width: 25%;
        padding: 0 .2em 1em;
    }

    .roomb {
        padding-bottom: 2em;
    }

    .roomb h5 {
        text-align: center;
    }

    .roomb h5:after,
    .roomc h5:after {
        left: 50%;
        transform: translateX(-50%);
        width: 35%;
    }

    .rm_info {
        padding: 3em 0 1em;
    }

    .inbg {
        background-attachment: inherit;
        padding: 1em 0 4em;
    }
}

@media screen and (max-width:800px) {
    .rmbt li {
        width: 33%;
    }

    .rmbt h4 {
        font-size: 22px;
    }

    .rmbt span {
        font-size: 15px;
    }
}

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

    .roomb h5:after,
    .roomc h5:after {
        width: 50%;
    }
}

@media screen and (max-width:590px) {
    .rmbt li {
        width: 45%;
    }
}

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

    .roomb h5:after,
    .roomc h5:after {
        width: 60%;
    }
}

@media screen and (max-width:500px) {
    .rmbt h4 {
        font-size: 20px;
    }

    .rmbt span {
        font-size: 14px;
    }

    .inbg {
        padding: 1em 0 3em;
    }

    .rm_info {
        max-width: 95%;
    }
}

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

    .roomb h5:after,
    .roomc h5:after {
        width: 90%;
    }
}

@media screen and (max-width:430px) {
    .inbg {
        padding: 0em 0 3em;
    }

    .inner_top {
        min-height: 90px;
        margin-top: -5em;
    }

    .rmbt h4 {
        font-size: 18px;
    }

    .rm_info {
        padding: 2em 0 0em;
    }

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

@media screen and (max-width:380px) {
    .inner_top {
        min-height: 80px;
        margin-top: -4.5em;
    }

    .rmbt {
        max-width: 95%;
        padding: 1em 0 0em;
    }

    .rmbt span {
        font-size: 13px;
    }

    .roomb h5 {
        padding-bottom: .5em;
    }

    .roomb h5:after,
    .roomc h5:after {
        width: 100%;
    }

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

    .rmbt span {
        font-size: 12px;
    }
}


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

.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(255, 153, 0, 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: #fff;
}

@media screen and (max-width:430px) {
    .newstable {
        width: 90%;
        padding: 1em 0;
    }
}
/****************************************************************************************************************************************/
/*************************
********services_sce******
**************************/
#services_sce {
    padding: 0 3em 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: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;
}

.scet {
    text-align: right;
}

.scetag {
    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: 10px 0 10px;
    display: block;
    text-align: center;
}

.sceimg img {
    margin: 0 auto;
}

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

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

    #services_sce {
        padding: 0 1em 60px;
    }

}

@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;
    }
}
/**order**/
.order {
	position:fixed;
	bottom: 51rem;
    right: 12px;
	display:inline-block;
	z-index:50;
}
.order a {
	display: block;
	transition: .3s ease-in-out;
}
.order a:hover {
	transform: scale(0.9);
    opacity: .9;
}
@media screen and (max-width:1366px){
	.order {
    bottom: 49rem;
}
}
@media screen and (max-width:900px) {
	.order {
	        bottom: 49rem;
        right: 15px;
	}
}
@media screen and (max-width:768px){
	    .order {
        bottom: 18rem;
        right: 7px;
    }

}

@media screen and (max-width:414px) {
	.order {
       bottom: 14rem;
        width: 15%;
        right: 13px;
	}
}