@charset "utf-8";
/*------------ service-editor ------------*/
.s_layout {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
}
.s_layout .s_col {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% / 3);
    /* background: #FFF; */
    max-width: 415px;
    height: 234px;
    margin: 0 14px 30px;
    padding: 62px 0 57px;
    /* background: rgba(255, 255, 255, 0.5); */
}
.s_layout .s_col .s_pic {
    position: relative;
    display: flex;
    background: #E1D7C6;
    width: 115px;
    height: 115px;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    -webkit-mask: url("../../../images/layout06/common/index/s_mask.png") no-repeat center center;
    mask: url("../../../images/layout06/common/index/s_mask.png") no-repeat center center;
    background-size: contain;
}
.s_layout .s_col:nth-child(even) .s_pic {
    background: #DDDDDD;
}
.s_layout .s_col .s_pic img{
    transition: all .4s ease;
    transform: scaleX(1);
}

.s_layout .s_col:hover .s_pic img{
    transform: scaleX(-1);
}


.s_layout .s_col .s_txt {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-left: 20px;
    padding-top: 4px;
    box-sizing: border-box;
}

.s_layout .s_col .s_txt .s_num {
    position: relative;
    font-family: "Lustria", serif;
    font-size: 50px;
    font-weight: lighter;
    color: #EFEBE2;
    letter-spacing: 0.05em;
    line-height: 1;
}

.s_layout .s_col:nth-child(even) .s_txt .s_num {
    color: #F3F3F3;
}

.s_layout .s_col .s_txt h4 {
    font-size: 28px;
    color: #6C6C6C;
    font-weight: normal;
    letter-spacing: 0.08em;
    line-height: 1.2;
    padding: 0;
    margin: -2px 0 6px;
    color: #fff;
}

.s_layout .s_col .s_txt span {
    font-size: 20px;
    font-weight: normal;
    font-family: "Lustria", serif;
    letter-spacing: 0.075em;
    color: #DDDDDD;
    line-height: 1;
    margin: 0;
    padding-left: 2px;
}
@media screen and (max-width: 1328px) {
    .s_layout .s_col:nth-child(4) .s_pic{
        background: #E1D7C6;
    }
    .s_layout .s_col:nth-child(3) .s_pic,
    .s_layout .s_col:nth-child(7) .s_pic {
        background: #DDDDDD;
    }
}

@media screen and (max-width: 1280px) {
    .s_layout{
        margin: 0 auto;
    }
    .s_layout .s_col .s_txt .s_num {
        font-size: 30px;
    }
    .s_layout .s_col .s_txt h4 {
        font-size: 20px;
    }
    .s_layout .s_col{
        width: calc(100% / 2);
    }
}
@media screen and (max-width: 1000px) {
    .s_layout{
        margin: 0 -10px;
    }
    .s_layout .s_col{
        width: 45%;
        max-width: inherit;
        margin: 0 10px 30px;
        padding: 0;
        height: 150px;
    }
    .s_layout .s_col .s_txt span {
        font-size: 14px;
    }
    .s_layout .s_col .s_pic{
        width: 85px;
        height: 85px;
        background-size: contain;
        -webkit-mask: url(../../../images/layout06/common/index/s_mask_m.png) no-repeat center center;
        mask: url(../../../images/layout06/common/index/s_mask_m.png) no-repeat center center;
    }
    .s_layout .s_col .s_txt{
        padding: 0;
        margin: auto 0;
        top: 0;
        bottom: 0;
        margin-left: 15px;
    }
    .s_layout .s_col .s_txt h4{
        margin: 0px 0 8px;
    }
    .s_layout .s_col .s_pic img {
        transform: scale(.7) scaleX(1);
    }
    .s_layout .s_col:hover .s_pic img {
        transform: scale(.7) scaleX(-1);
    }

    .s_layout .s_col:nth-child(1) .s_pic,
    .s_layout .s_col:nth-child(3) .s_pic,
    .s_layout .s_col:nth-child(5) .s_pic{
        background: #E1D7C6;
    }
    .s_layout .s_col:nth-child(2) .s_pic,
    .s_layout .s_col:nth-child(4) .s_pic,
    .s_layout .s_col:nth-child(6) .s_pic {
        background: #DDDDDD;
    }
}
@media screen and (max-width: 939px) {
    .s_layout .s_col:nth-child(4) .s_pic{
        background: #E1D7C6;
    }
    .s_layout .s_col:nth-child(3) .s_pic,
    .s_layout .s_col:nth-child(7) .s_pic {
        background: #DDDDDD;
    }
}
@media screen and (max-width:650px) {
    .s_layout .s_col {
        width: 290px;
        height: 145px;
        margin: 0 auto 25px;
        margin: 0 auto;
    }
    .s_layout .s_col:nth-child(1) .s_pic,
    .s_layout .s_col:nth-child(3) .s_pic,
    .s_layout .s_col:nth-child(5) .s_pic{
        background: #E1D7C6;
    }
    .s_layout .s_col:nth-child(2) .s_pic,
    .s_layout .s_col:nth-child(4) .s_pic,
    .s_layout .s_col:nth-child(6) .s_pic {
        background: #DDDDDD;
    }
}
/*------------ about-editor ------------*/
.a_layout{
    position: relative;
    display: flex;
    flex-direction: column;
}
.a_layout .a_row1{
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 0;
}
.a_layout .a_row1 h4{
    font-size: 24px;
    color: #C69F63;
    font-weight: 350;
    letter-spacing: 0.5em;
    line-height: 1.8;
    padding: 0;
    margin: 50px 0 60px;
}
.a_layout .a_row2{
    position: relative;
    display: flex;
    margin-bottom: 82px;
}
.a_layout .a_row2 .a_col1{
    position: relative;
    width: 35.3%;
}
.a_layout .a_row2 .a_col2{
    position: relative;
    display: flex;
    box-sizing: border-box;
    padding-left: 35px;
    width: 64.7%;
    flex-direction: column;
    justify-content: space-between;
}
.a_layout .a_row2 .a_col2 .a_txt{
    position: relative;
    box-sizing: border-box;
    padding: 22px 0 0 ;
}
.a_layout .a_row2 .a_col2 .a_txt p{
    font-size: 18px;
    color: #767676;
    letter-spacing: 0.1em;
    line-height: 1.7;
    font-weight: 300;
    margin: 0;
}
.a_layout .a_row2 .a_col2 .a_txt p span{
    color: #C59F63;
}
.a_layout .a_row2 .a_col2 .a_txt p:first-child{
    margin-bottom: 25px;
}
.a_layout .a_row3{
    position: relative;
    display: flex;
    flex-direction: column;
}
.a_layout .a_row3 .a_title{
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 26px;
}
.a_layout .a_row3 .a_title span{
    display: block;
    font-size: 100px;
    font-family: "Lustria", serif;
    color: #EFEFEF;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.2;
    padding: 0;
    margin: 0;
}
.a_layout .a_row3 .a_title h2{
    position: relative;
    display: block;
    width: -webkit-fill-available;
    color: #6C6C6C;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.15em;
    line-height: 1.2;
    margin: 0 auto;
    overflow: hidden;
}
.a_layout .a_row3 .a_title h2::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 64.5%;
    background: #EFEBE2;
    width: 100%;
    height: 1px;
    margin: auto 0;
}
.a_layout .a_row3 .a_title h2::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 64.5%;
    background: #EFEBE2;
    width: 100%;
    height: 1px;
    margin: auto 0;
}
.a_layout .a_row3  .a_icitem{
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.a_layout .a_row3  .a_icitem .a_box{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    width: 50%;
    height: auto;
    margin: 0 0 30px;
    padding: 35px 40px;
}
.a_layout .a_row3  .a_icitem .a_box .a_top{
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}
.a_layout .a_row3  .a_icitem .a_box .a_top .a_pic{
    position: relative;
    display: flex;
    background: #E1D7C6;
    width: 115px;
    height: 115px;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    -webkit-mask: url("../../../images/layout06/common/index/s_mask.png") no-repeat center center;
    mask: url("../../../images/layout06/common/index/s_mask.png") no-repeat center center;
    background-size: contain;
}
.a_layout .a_row3  .a_icitem .a_box .a_top .a_pic img{
    transition: all .4s ease;
    transform: scaleX(1);
}

.a_layout .a_row3  .a_icitem .a_box:hover .a_top .a_pic img{
    transform: scaleX(-1);
}

.a_layout .a_row3  .a_icitem .a_box:nth-child(even) .a_top .a_pic {
    background: #DDDDDD;
}
.a_layout .a_row3  .a_icitem .a_box .a_top .a_txt{
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-left: 20px;
    padding-top: 5px;
    box-sizing: border-box;
}
.a_layout .a_row3  .a_icitem .a_box .a_top .a_txt .a_num {
    position: relative;
    font-family: "Lustria", serif;
    font-size: 50px;
    font-weight: lighter;
    color: #EFEBE2;
    letter-spacing: 0.05em;
    line-height: 1;
}

.a_layout .a_row3  .a_icitem .a_box:nth-child(even) .a_top .a_txt .a_num {
    color: #F3F3F3;
}

.a_layout .a_row3  .a_icitem .a_box .a_top .a_txt h4 {
    font-size: 28px;
    color: #6C6C6C;
    font-weight: normal;
    letter-spacing: 0.08em;
    line-height: 1.2;
    padding: 0;
    margin: -4px 0 5px;
}

.a_layout .a_row3  .a_icitem .a_box .a_top .a_txt span {
    font-size: 20px;
    font-weight: normal;
    font-family: "Lustria", serif;
    letter-spacing: 0.075em;
    color: #DDDDDD;
    line-height: 1;
    margin: 0;
    padding-left: 2px;
}
.a_layout .a_row3  .a_icitem .a_box .a_bottom{
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.15em;
    line-height: 1.7;
    color: #A59F92;
    margin: 0;
}
@media screen and (max-width: 1440px) {
    .a_layout .a_row3 .a_icitem .a_box{
        padding: 35px 20px;
    }
}
@media screen and (max-width: 1280px) {
    .a_layout .a_row1 h4{
        margin: 30px 0 40px;
        letter-spacing: 0.2em;
    }
    .a_layout .a_row2 {
        margin-bottom: 60px;
    }
    .a_layout .a_row2 .a_col1{
        display: none;
    }
    .a_layout .a_row2 .a_col2{
        width: 100%;
        padding-left: 0px;
    }
    .a_layout .a_row2 .a_col2 .a_txt p:first-child {
        margin-bottom: 20px;
    }
    .a_layout .a_row2 .a_col2 .a_txt{
        padding: 0 0px;
        width: 563px;
        margin:  0 auto 30px;
    }
    .a_layout .a_row2 .a_col2 .a_pic{
        margin: 0 auto;
        width: fit-content;
    }
    .a_layout .a_row3 .a_icitem .a_box{
        width: 100%;
    }
    .a_layout .a_row3 .a_icitem .a_box {
        padding: 25px 20px;
    }
    .a_layout .a_row3 .a_title{
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1000px) {
    .a_layout .a_row1 h4{
        font-size: 18px;
        margin: 25px 0 25px;
        line-height: 1.6;
    }
    .a_layout .a_row2 .a_col2 .a_txt p,.a_layout .a_row3 .a_icitem .a_box .a_bottom{
        font-size: 16px;
        text-align: justify;
    }
    .a_layout .a_row2 .a_col2 .a_txt p:first-child {
        margin-bottom: 15px;
    }
    .a_layout .a_row2 {
        margin-bottom: 40px;
    }
    .a_layout .a_row3 .a_title span{
        font-size: 32px;
        line-height: 1.35;
        margin: 0;
        top: inherit;
        left: inherit;
        display: inline;
        padding: 0;
    }
    .a_layout .a_row3 .a_title h2{
        font-size: 20px;
        padding: 0;
    }
    .a_layout .a_row3 .a_title h2::before{
        right: 62%;
    }
    .a_layout .a_row3 .a_title h2::after{
        left: 62%;
    }
    .a_layout .a_row3 .a_icitem .a_box {
        width: 50%;
        padding: 15px 20px;
        margin-bottom: 20px;
    }
    .a_layout .a_row3 .a_icitem .a_box .a_top{
        margin-bottom: 20px;
    }
    .a_layout .a_row3 .a_icitem .a_box .a_top .a_pic{
        width: 85px;
        height: 85px;
        background-size: contain;
        -webkit-mask: url(../../../images/layout06/common/index/s_mask_m.png) no-repeat center center;
        mask: url(../../../images/layout06/common/index/s_mask_m.png) no-repeat center center;
    }
    .a_layout .a_row3 .a_icitem .a_box .a_top .a_pic img {
        transform: scale(.7) scaleX(1);
    }
    .a_layout .a_row3 .a_icitem .a_box:hover .a_top .a_pic img {
        transform: scale(.7) scaleX(-1);
    }
    .a_layout .a_row3 .a_icitem .a_box .a_top .a_txt .a_num{
        font-size: 30px;
    }
    .a_layout .a_row3 .a_icitem .a_box .a_top .a_txt h4 {
        font-size: 20px;
    }
    .a_layout .a_row3 .a_icitem .a_box .a_top .a_txt span{
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .a_layout .a_row3 .a_title h2::before {
        right: 78%;
    }
    .a_layout .a_row3 .a_title h2::after {
        left: 78%;
    }
    .a_layout .a_row3 .a_icitem .a_box{
        width: 100%;
    }
    .a_layout .a_row2 .a_col2 .a_txt{
        width: 100%;
    }
}
@media screen and (max-width: 375px) {
    .a_layout .a_row3 .a_icitem .a_box .a_top .a_txt{
        width: 64%;
        margin-left: 0;
        padding-left: 15px;
        box-sizing: border-box;
    }
    .a_layout .a_row3 .a_icitem .a_box{
        padding: 5px 10px;
    }
}

/*------------ contact-editor ------------*/
.contact-editor .col {
    float: left;
}

.contact-editor .col+.col {
    margin: 0 0 0 25px;
}

.contact-editor i {
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 30px;
    position: relative;
    margin: 0 20px 0 0;
    z-index: 0;
}

.contact-editor i:after {
    content: '';
    background: #C8A063;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: rotate(45deg);
}

.contact-editor i:before {
    display: inline-block;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.contact-editor .tel i:before {
    content: "\ff001";
}

.contact-editor .fax i:before {
    content: "\ff002";
}

.contact-editor .mail i:before {
    content: "\ff003";
}

.contact-editor .add i:before {
    content: "\ff004";
    font-size: 18px;
    position: relative;
    top: 2px;
}

.contact-editor .col a,
.contact-editor .col span {
    display: inline-block;
    width: calc(100% - 50px);
    vertical-align: middle;
}

/*------------ video-editor ------------*/
.video-editor .pic {
    float: left;
    margin-right: 25px;
}

/*------------ terms-editor ------------*/
.terms-editor {
    font-size: 15px;
    line-height: 2;
}

.terms-editor .title {
    font-size: 17px;
    color: #C8A063;
    font-weight: 450;
    margin: 0;
}

.terms-editor p {
    text-indent: 0em;
    margin: 0 0 50px;
}

.terms-editor .row {
    margin: 0 -27px;
}

.terms-editor .col {
    padding: 0 27px;
    width: 50%;
    float: left;
    box-sizing: border-box;
}

/*------------ index-editor ------------*/
/*------------ rwd ------------*/

@media screen and (max-width: 960px) {
    .contact-editor .col+.col {
        margin: 25px 0 0 0;
    }

    .contact-editor .col {
        float: none;
    }
}

@media screen and (max-width: 1100px) {
    .contact-editor i {
        text-indent: 0px;
        line-height: 30px;
    }
}

@media screen and (max-width: 767px) {
    .terms-editor .row {
        margin: 0;
    }

    .terms-editor .col {
        padding: 0;
        width: 100%;
    }
}