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

/*ft_warp*/
.ft_warp {
    width: 1468px;
    max-width: 100%;
    margin: 0 auto;
    padding: 8.9rem 0 7.8rem 0;
    display: flex;
    justify-content: space-between;
}

.ft_warp .ft_lt {}

.ft_lt .ft_title {
    margin-bottom: 4.7rem;
}

.fttit_mob {
    display: none;
}

.ft_warp .ft_rt {
    width: 464px;
    max-width: 100%;
    margin-right: 5rem;
}

.ftrt .ftrt_top {
    display: flex;
    padding-left: 16.5rem;
}



/*ftlogo*/
.ftlogo {
    position: relative;
	padding: 0 6rem;
}

/*ftinfo*/
.ftinfo {
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
    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: 70%;
    word-wrap: break-word;
    word-break: break-all;
}

/*ft_rt_bot*/
.ft_rt .ftrt_btn {
    margin: 4.8rem 0 5rem 0;
    display: flex;
    justify-content: center;
}


/*ftbtn*/
.ftbtn {

    max-width: 100%;
}

.ftbtn li {
    display: inline-block;
    vertical-align: baseline;
    width: 32%;
    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 {}

    .ftbtn li {
        width: 22%;
    }
}

@media screen and (max-width:1500px) {
    .ft_warp {
        padding: 8.9rem 2rem 7.8rem;
    }

    .ft_warp .ft_rt {
        margin: 0;
    }

    .ftrt .ftrt_top {
        padding-left: 3rem;
    }

}

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

    .ft_warp .ftrt {
        width: 43%;
    }
}

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

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

    .ft_lt .ft_title {
        display: none;
    }

    .ft_warp .ftrt {
        width: 100%;
    }

    .ftrt .ftrt_top {
        width: 80%;
        padding: 0;
        margin: 0 auto;
    }

    .fttit_mob {
        display: block;
        margin-bottom: 2rem;
    }
}

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

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

    .ftbtn li {
        padding: 0 .2em 1em;
    }
}

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

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


    .ftlogo {
        margin: 0;
    }

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

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

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

    .ftmark img {
        width: 20%;
    }

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

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

    .ft_warp .ft_lt {
        margin-top: 2rem;
    }

    .ft_warp .ft_rt {
        width: 95%;
    }

    .ftinfo {
        max-width: 100%;
    }

    .ftinfo li p:nth-of-type(2) {
        width: 67%;
		letter-spacing: 0px;
    }

    .ft_rt .ftrt_btn {
        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:428px){
	.ftbtn_mob a{
	        width: 85%;
        text-align: center;
        margin: 0 auto;
	}
}
@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:360px){
	.ftinfo li p{
		letter-spacing: 1px;
	}
	    .ftinfo li p:nth-of-type(2) {
        letter-spacing: -1px;
    }
}
@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: 50px;
    bottom: 7%;
    right: 2%;
    }

    .btns div {
        margin: 10px 0 0;
    }
}

/*--intop------------------------------------------------*/

.intop {
    width: 100%;
    background: #fff;
    min-height: 100px;
    -webkit-filter: drop-shadow(0px 0px 7px rgba(78, 78, 78, 0.35));
    filter: drop-shadow(0px 0px 7px rgba(78, 78, 78, 0.35));
}

.intop .inlogo {
    padding-left: 8.2rem;
}

.intop .inlogo h1 {
    font-size: 30px;
    color: #373737;
    line-height: 100px;
}

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

    .intop .inlogo {
        padding-left: 2rem;
    }

    .intop .inlogo h1 {
        line-height: 90px;
        font-size: 20px;
    }
}

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

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

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

/*--banner------------------------------------------------*/
.banner {
    display: flex;
    position: relative;
    z-index: 2;
}

.banner .banner_title {
    width: 40%;
    margin: 11.2rem 6rem 0 0;
    padding: 6.7rem 6rem 0 22rem;
    text-align: right;
    position: relative;
}

.banner .banner_title img:first-of-type {
    margin-bottom: 2rem;
}

.banner .banner_title h2 {
    margin-bottom: 2.7rem;
    font-size: 16px;
    color: #373737;
}

.banner .banner_title img:last-of-type {}

.banner .banner_title:after {
    content: '';
    background: url(../../images/deco.png) top left no-repeat;
    background-size: 100%;
    width: 58px;
    max-width: 100%;
    min-height: 48px;
    position: absolute;
    top: 0;
    right: 0;
}

.banner .banner_img {
    background: url(../../images/dex.jpg) top center no-repeat;
    background-size: 100%;
    width: 57%;
    height: 393px;
    background-position-y: -9rem;

}

@media screen and (max-width:1500px) {
    .banner .banner_img {
        background-position-y: -3rem;
    }
}

@media screen and (max-width:1280px) {
    .banner .banner_title {
        margin: 5.2rem 6rem 0 0;
		padding: 6.7rem 6rem 0 0;
    }

    .banner .banner_img {
        height: 310px;
    }
}

@media screen and (max-width:768px) {
    .banner {
        flex-wrap: wrap;
        flex-direction: column;
        align-content: center;
    }

    .banner .banner_title {
        width: 60%;
        margin: 5.2rem auto 0;
        padding: 6.7rem 6rem 2rem 0;
    }

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

    .banner .banner_img {
        width: 100%;
    }
}

@media screen and (max-width:576px) {
    .banner .banner_img {
        height: 230px;
    }
}

@media screen and (max-width:450px) {
    .banner .banner_title {
        width: 90%;
        margin: 3.2rem auto 0;
        padding: 3.2rem 2rem 0 2rem;
    }

    .banner .banner_title img:first-of-type {
        margin-bottom: 1rem;
    }

    .banner .banner_title h2 {
        font-size: 15px;
		text-align: justify;
    }

    .banner .banner_title:after {
        background-size: 80%;
        min-height: 35px;
        width: 40px;
    }
}

@media screen and (max-width:414px) {
    .banner .banner_title {
        width: 98%;
    }

    .banner .banner_img {
        height: 200px;
        background-position-y: 0;
    }

}

@media screen and (max-width:370px) {
    .banner .banner_title h2 {
        font-size: 13px;
    }
}

@media screen and (max-width:330px) {
    .banner .banner_title h2 {
        font-size: 12px;
    }
}

/*---inner---------------------------------------------------------------------------------------------------------------------------*/
/*inner_main*/
.inner_main {
    background: #fff;
    position: relative;
}

.inner_main:before {
    content: '';
    background: url(../../images/circledeco.png) top left no-repeat;
    width: 516px;
    max-width: 100%;
    min-height: 757px;
    position: absolute;
    top: -23rem;
    left: 0;
    z-index: 1;
}

/*room_main*/
.room_main {
    background: #fff;
    position: relative;
}

.room_main:before {
    content: '';
    background: url(../../images/circledeco.png) top left no-repeat;
    width: 516px;
    max-width: 100%;
    min-height: 757px;
    position: absolute;
    top: -20rem;
    left: 0;
    z-index: 1;
}

@media screen and (max-width:1700px) {
    .inner_main:before {
        min-height: 597px;
        background-size: 80%;
    }

}

@media screen and (max-width:1570px) {
    .inner_main:before {
        min-height: 520px;
        background-size: 70%;
    }

    .room_main:before {
        min-height: 600px;
        background-size: 80%;
        top: -7rem;
    }
}

@media screen and (max-width:1450px) {
    .inner_main:before {
        min-height: 609px;
        background-size: 100%;
        max-width: 30%;
        top: -8rem;
    }

    .room_main:before {
        min-height: 609px;
        background-size: 100%;
        max-width: 30%;
        top: -8rem;
    }
}

@media screen and (max-width:1350px) {
    .inner_main:before {
        min-height: 575px;
        max-width: 30%;
        top: -6rem;
    }

    .room_main:before {
        min-height: 575px;
        max-width: 30%;
        top: -6rem;
    }
}

@media screen and (max-width:1200px) {
    .inner_main:before {
        min-height: 513px;
        max-width: 30%;
        top: 6rem;
        left: -4rem;
    }

    .room_main:before {
        min-height: 513px;
        max-width: 30%;
        top: 6rem;
        left: -4rem;
    }
}

@media screen and (max-width:950px) {
    .inner_main:before {
        min-height: 513px;
        max-width: 30%;
        top: 6rem;
        left: -4rem;
    }

    .room_main:before {
        min-height: 513px;
        max-width: 30%;
        top: 6rem;
        left: -4rem;
    }
}

@media screen and (max-width:880px) {
    .room_main:before {
        top: 26rem;
    }
}

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

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

@media screen and (max-width:768px) {
    .inner_main:before {
        min-height: 135px;
    }

}

@media screen and (max-width:576px) {
    .inner_main:before {
        top: 31rem;
        left: 0rem;
        min-height: 280px;
    }
    .room_main:before {
        top: 31rem;
        left: 0rem;
        min-height: 280px;
    }
}

@media screen and (max-width:450px) {
    .inner_main:before {
        top: -2rem;
        min-height: 195px;
    }

    .room_main:before {
        top: 26rem;
        min-height: 195px;
    }
}

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

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

@media screen and (max-width:360px) {
    .room_main:before {
        top: 24rem;
        min-height: 165px;
    }
}

@media screen and (max-width:350px) {
    .room_main:before {
        top: 38rem;
    }
}

@media screen and (max-width:330px) {
    .room_main:before {
        top: 39rem;
    }
}


/*---notice----------------------------------------------------------------------------------------------------------------------*/


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

/*note*/
.note {
    width: 795px;
    margin: 8.3rem auto 4.5rem;
    max-width: 90%;
    position: relative;
    z-index: 2;
}

.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: 1364px;
    margin: 0 auto;
    max-width: 95%;
    background: url(../../images/note_bg.png) repeat;
    border-radius: 20px;
    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: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 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;
}



/***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) {}

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

/*************************
********services_sce******
**************************/
#services_sce {
    padding: 0 2em 60px;
    position: relative;
    z-index: 2;
}

.scebtn {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.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: transparent;
    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----------------------------------------------------------------------------------------------------------------------------*/

/*about_main*/
.about_main {
    background: #e4d1bd;
    position: relative;
}

.about_main:before {
    content: '';
    background: url(../../images/circledeco.png) top left no-repeat;
    width: 516px;
    max-width: 100%;
    min-height: 757px;
    position: absolute;
    top: -23rem;
    left: 0;
    z-index: 0;
}

/*about1*/
.about1 {
    background: #fff;
    width: 100%;
    padding: 11rem 0 13rem;
    border-bottom-right-radius: 300px;
    margin-bottom: 2.4rem;
}

.about1 .ab1 {
    width: 1368px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.ab1 .ab1_img {
    width: 63.5%;
    -webkit-filter: drop-shadow(5px 4px 7px rgba(78, 78, 78, 0.5));
    filter: drop-shadow(5px 4px 7px rgba(78, 78, 78, 0.5));
}

.ab1 .ab1_rt {
    width: 32%;
}

.ab1_rt .iab_txt {
    margin: 5.7rem 0 2rem;
}


@media screen and (max-width:1440px) {
    .about1 {
        padding: 11rem 2rem 13rem;
    }
}

@media screen and (max-width:1300px) {
    .about1 {
        border-bottom-right-radius: 190px;
    }

    .ab1_rt .iab_txt {
        margin: 0 0 2rem;
    }
}

@media screen and (max-width:1200px) {
    .ab1 .ab1_rt {
        width: 34%;
    }
}

@media screen and (max-width:1100px) {
    .about_main:before {
        background-size: 70%;
        min-height: 525px;
        top: 50rem;
    }

    .about1 .ab1 {
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: center;
    }

    .ab1 .ab1_rt {
        width: 85%;
        margin: 0 auto;
        text-align: center;
    }

    .ab1_rt .iab_txt {
        margin: 0 auto 2rem;
        text-align: left;
    }

    .ab1 .ab1_img {
        width: 90%;
        margin: 2rem auto 0;
        text-align: center;
    }
}

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

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

@media screen and (max-width:834px) {
    .about1 {
        padding: 5rem 2rem 13rem;
    }
}

@media screen and (max-width:768px) {
    .about1 {
        padding: 5rem 2rem 9rem;
    }

    .about_main:before {
        background-size: 50%;
        min-height: 290px;
        width: 50%;
    }

}

@media screen and (max-width:576px) {
    .about1 {
        border-bottom-right-radius: 100px;
    }

    .about_main:before {
        background-size: 70%;
        min-height: 290px;
        width: 50%;
        top: 51rem;
    }
}

@media screen and (max-width:450px) {
    .about1 .ab1 {
        position: relative;
        z-index: 1;
    }

    .ab1 .ab1_img {
        width: 100%;
    }

    .ab1 .ab1_rt {
        width: 100%;
    }

}

@media screen and (max-width:414px) {
    .about1 {
        padding: 5rem 2rem 4rem;
        border-bottom-right-radius: 50px;
    }

    .about_main:before {
        background-size: 48%;
        min-height: 145px;
        width: 50%;
        top: 54rem;
    }
}

@media screen and (max-width:390px) {
    .about_main:before {
        top: 56rem;
    }
}

@media screen and (max-width:370px) {
    .about_main:before {
        top: 60rem;
    }
}

@media screen and (max-width:360px) {
    .about_main:before {
        top: 55rem;
    }
}

@media screen and (max-width:340px) {
    .about_main:before {
        top: 58rem;
    }
}

/*about2*/
.about2 {
    background: url(../../images/ab2_deco02.jpg) bottom center no-repeat, #fff;
    background-size: contain;
    width: 100%;
    padding: 11rem 0 0;
    border-top-left-radius: 300px;
}

.about2 .ab2 {
    width: 1671px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.about2 .ab2:before {
    content: '';
    background: url(../../images/ab2_deco03.png) top left no-repeat;
    width: 934px;
    max-width: 100%;
    min-height: 55px;
    position: absolute;
    bottom: 4rem;
    left: 13rem;
    z-index: 1;
}

.ab2 .ab2_lt {
    width: 27%;
    margin-right: 11.6rem;
    padding-top: 2.8rem;
}

.ab2 .ab2_lt p {
    text-align: justify;
}

.ab2 .ab2_rt {
    width: 50%;
}

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

@media screen and (max-width:1460px) {
    .ab2 .ab2_lt {
        width: 37%;
        margin-right: 11.6rem;
    }

    .ab2 .ab2_lt p {
        padding-bottom: 1rem;
    }

    .about2 .ab2:before {
        background-size: 80%;
        left: 18rem;
        bottom: 2rem;
    }
}

@media screen and (max-width:1400px) {
    .ab2 .ab2_lt {
        margin-right: 5.6rem;
    }
}

@media screen and (max-width:1300px) {
    .about2 {
        border-top-left-radius: 190px;
    }

    .about2 .ab2:before {
        background-size: 88%;
        left: 18rem;
        bottom: 0;
        max-width: 60%;
    }
}

@media screen and (max-width:1200px) {
    .ab2 .ab2_lt {
        text-align: right;
    }

    .ab2_lt img {
        width: 80%;
    }
}

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

    .about2 .ab2:before {
        background-size: 90%;
        left: 2rem;
        bottom: 5rem;
        max-width: 80%;
    }

    .ab2 .ab2_lt {
        margin: 0 auto;
        width: 70%;
    }

    .ab2 .ab2_rt {
        width: 90%;
        padding: 2rem 0;
        margin: 0 auto;
        text-align: center;
    }
}

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

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

@media screen and (max-width:768px) {
    .about2 .ab2:before {
        left: 8rem;
        bottom: 2rem;
    }
}

@media screen and (max-width:630px) {
    .ab2 .ab2_lt {
        width: 85%;
    }
}

@media screen and (max-width:576px) {
    .about2 {
        border-top-left-radius: 100px;
        padding: 2rem 0 0;
    }

    .ab2_lt img {
        width: 100%;
    }
}

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

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

@media screen and (max-width:414px) {
    .about2 {
        border-top-left-radius: 50px;
    }

    .about2 .ab2:before {
        left: 3rem;
        bottom: 3rem;
        min-height: 23px;
    }
}

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

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


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

.about3 .ab31 {
    background: #fff;
    clip-path: polygon(50% 0%, 100% 26%, 100% 100%, 0 100%, 0% 26%);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 616px;
    max-width: 100%;
    min-height: 327px;
    padding: 21.8rem 0 0;
    z-index: 1;
}

.ab31 .ab31_more {
    text-align: center;
}

.ab31 .ab31_more span {
    display: block;
}

.about3 .ab32 {
    width: 1670px;
    max-width: 100%;
    margin: 0 auto;
    padding: 2rem 0 5rem;
    position: relative;
    display: flex;
}

.ab32 .ab32_img1 {
    margin-right: 1.5rem;
    
}
.ab32 .ab32_img2{
}

.ab32 .ab32_deco01 {
    padding: 34.8rem 0 0 0;
    margin-left: 2rem;
}

.ab32 .ab32_deco02 {
    padding: 3.6rem 0 0 0;
    margin-left: 11rem;
}

@media screen and (max-width:1750px) {
    .about3 .ab31 {
        max-width: 30%;
    }
}

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

@media screen and (max-width:1640px) {
    .about3 .ab32 {
        padding: 2rem 2rem 5rem;
    }

    

    .ab32 .ab32_deco01 {
        padding: 24.8rem 0 0 0;
    }
}

@media screen and (max-width:1590px) {
    .about3 .ab31 {
        max-width: 26%;
        padding: 16.8rem 0 0;
        min-height: 285px;
    }

    
}

@media screen and (max-width:1550px) {
    .about3 .ab31 {
        max-width: 25%;
        min-height: 280px;
        padding: 13.8rem 0 0;
    }

   

    .ab32 .ab32_deco02 {
        margin-left: 5rem;
    }
}

@media screen and (max-width:1480px) {
    .about3 .ab31 {
        max-width: 21%;
    }

    

}

@media screen and (max-width:1430px) {
    .about3 .ab31 {
        max-width: 30%;
    }

    .about3 .ab32 {
       padding: 2rem 2rem 14rem;
    }
    .ab32 .ab32_img1 {
    width: 30%;
}
.ab32 .ab32_img2 {
    width: 30%;
}
.ab32_deco01 img{
    width: 66%;
}
.ab32 .ab32_deco02 {
    padding: 0.5rem 0 0 0;
}
.ab32_deco02 img{
    width: 75%;
}
   
}

@media screen and (max-width:1100px) {
    .about3 .ab32{
            flex-wrap: wrap;
    }
    .ab32 .ab32_img1 {
     width: 45%;
}
.ab32 .ab32_img2 {
    width: 45%;
}
.ab32 .ab32_deco02 {
    padding: 3.5rem 0 0 0;
}
}

@media screen and (max-width:991px) {
    .about3 .ab31 {
        max-width: 35%;
    }

    
}

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

    .about3 .ab31 {
        max-width: 39%;
    }
}

@media screen and (max-width:768px) {
    .about3 .ab31 {
        max-width: 50%;
        position: relative;
            margin: 0 0 0 auto;
    }
    .about3 .ab32 {
    padding: 2rem 2rem 0rem;
}
}

@media screen and (max-width:576px) {
    .about3 .ab31 {
        max-width: 85%;
    }
    .about3 .ab32 {
    padding: 2rem 2rem 0rem;
}
    .ab32 .ab32_deco02 {
    margin-left: 0;
    position: absolute;
    bottom: 10rem;
    right: 2rem;
    padding: 0;
}
.ab32 .ab32_img1 {
    width: 100%;
    margin: 0 auto;
}
.ab32 .ab32_img2 {
    width: 80%;
    margin-top: 2rem;
}
    

    .ab32 .ab32_deco01 {
        margin-left: 0rem;
        padding: .5rem 0 0 0;
    }
    .ab32_deco02 img {
    width: 100%;
}
.ab32_deco01 img{
    width: 100%;
}
}

@media screen and (max-width:450px) {
    .about3 .ab31 {
    clip-path: polygon(50% 0%, 100% 15%, 100% 100%, 0 100%, 0% 15%);
    padding: 8.8rem 0 0;
    min-height: 210px;
}
    .about3 .ab32 {
    padding: 2rem 2rem 0;
}
    .ab32 .ab32_deco02 {
    bottom: 11rem;
    width: 16%;
}
.ab32 .ab32_deco01 {
    width: 30%;
}

  
}

@media screen and (max-width:414px) {
    .about3 .ab31 {
        max-width: 90%;
    }

    .ab32 .ab32_deco02 {
    margin-left: 0;
    width: 17%;
    right: 1rem;
    bottom: 8rem;
}

    .ab32 .ab32_deco01 {
        width: 25%;
    }
}

@media screen and (max-width:390px) {
    .ab32 .ab32_deco02 {
    bottom: 8rem;
}
}

@media screen and (max-width:330px) {
    .about3 .ab31 {
        max-width: 97%;
    }
    .ab32 .ab32_deco02 {
    bottom: 6rem;
}
}

/*---room_area----------------------------------------------------------------------------------------------------------------------------*/
.room_area {
    text-align: center;
}

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

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

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

.rmbt a:before {
    content: '';
    background: #fff;
    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;
}

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

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

/***room***/
.room {
    position: relative;
    padding: 3em 0 0;
    margin: 2em 0;
}

.room:before {
    content: '';
    background: url(../../images/rm_bg.jpg) repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    z-index: 0;
    border-top-right-radius: 200px;
}

.room:after {
    content: '';
    background: url(../../images/roombg.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 100%;
    height: 19px;
    z-index: 0;
}

.wrap3 {
    width: 1090px;
    margin: 0 auto;
    max-width: 90%;
    position: relative;
}

/*rmtag*/
.rmtag {
    position: absolute;
    top: 2.4rem;
    right: 2.4rem;
    z-index: 3;
}

/*rm_slider*/
.rm_slider {
    position: relative;
    line-height: 0;
    cursor: grab;
    -webkit-filter: drop-shadow(3px 4px 7px rgba(78, 78, 78, 0.5));
    filter: drop-shadow(3px 4px 7px rgba(78, 78, 78, 0.5));
}

/*rmbtn*/
.rmbtn {
    padding: 2em 3em;
    text-align: right;
    position: relative;
}

.rmbtn a {
    display: inline-block;
}

a.rmb {
    margin-right: 6rem;
}

.clear {
    clear: both;
}

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

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

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

@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) {
    .room:before {
        border-top-right-radius: 130px;
    }

    .rmbtn {
        padding: 2em 1em;
    }

    a.rmb {
        margin-right: 3rem;
    }
}

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

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

    .rmtag {
        right: 1.4rem;
    max-width: 25%;
    top: -1.6rem;
    }

    .rmbtn {
        padding: 2em 1em;
    }

    .rmbtn a {
        max-width: 45%;
        vertical-align: middle;
    }

    .rmbtn img {
        vertical-align: bottom;
    }

}

@media screen and (max-width:530px) {
    .abt5 {
        margin-bottom: 3em;
    }

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

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

    .room {
        padding: 2em 0 0;
    }

    .rmbtn {
        padding: 2em 0em;
    }

    .roomb1 {
        font-size: 15px;
    }

    .rmbt ul {
        text-align: center;
    }

    .rmbt li {
        width: 45%;
    }
}

@media screen and (max-width:450px) {
    .room:before {
        border-top-right-radius: 100px;
    }

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

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

    .rmbtn a {
        top: 1em;
    }

    .room_area .title {
        padding: 1em;
    }

    .rmbtn a {
        position: relative;
        top: 0;
        right: 0;
        max-width: 70%;
        padding-bottom: 1em;
    }

    .rmtag {
        max-width: 30%;
    }

    .rmbtn {
        text-align: center;
    }

    .rmbtn a {
        margin: 0 auto;
    }

}

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

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

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

/*---room_info---------------------------------------------------------------------------------------------------------------------------------*/
.room_info button.close {
    background: none;
}

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

.modal {
    padding: 0 !important;
}

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

.abouts .modal-content,
.abouts .modal-body,
.abouts .modal_body {
    height: auto !important;
    overflow-y: auto;
}

.abouts .modal-content {
    padding: 0 !important;
}

.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;
    box-shadow: none;
    opacity: .8;
    background: rgba(255, 255, 255, 1);
}

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

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

.modal-footer {
    padding: 1em 0;
    border-top: 1px solid #959595;
    text-align: center;
    color: #5e5e5e;
    font-size: 15px;
    margin-top: 2em;
}

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

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

/*roomb1*/
.roomb1 {
    text-align: left;
    line-height: 1.5;
    letter-spacing: 1px;
}

.roomb1 img {
    padding: 2% 0 3% 0;
    max-width: 100%;
}

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

.roomb1 tr td:first-of-type {
    white-space: nowrap;
}

.roomb1 tr:first-of-type {
    white-space: nowrap;
}

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

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

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

    h4 {
        font-size: 22px;
    }

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

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

    h4 {
        font-size: 20px;
    }

    .modal-body {
        padding: 0;
    }
}

/*---icons----------------------------------------------------------------------------------------------------------------------------------*/
.icons ul {
    list-style: none;
}

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

.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 {
        letter-spacing: 1px;
    }
}

@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: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;
    border: 0px;
}

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: 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:790px) {
    .note_icon li {
        width: 16%;
    }
}

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

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

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

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