@charset "utf-8";
/*------------ footer ------------*/
.site-info .ic-envelope{
    font-size: 18px;
    width: 20px;
    color: #159575;
    margin-right: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-fax{
    font-size: 18px;
    width: 20px;
    color: #159575;
    margin-right: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-map-marker{
    font-size: 21px;
    width: 20px;
    color: #159575;
    margin-right: 5px;
    text-align: center;
    position: relative;
    top: 3px;
    display: inline-block;
}
.table {
    width: 100%;
    max-width: 355px;
    border-collapse: collapse;
    border-spacing: 0;
    word-break: break-all;
    font-size: 14px;
    border: 1px solid #ECE8E3;
    margin: 0 0 30px;
}
.table-h thead {
    border-bottom: 1px solid #ECE8E3;
}
.table-h thead th {
    color: #8E887E;
    background: #FBF8F4;
    padding: 8px 4.7px;
}
.table-h th+th {
    border-left: 1px solid #ECE8E3;
}
.table-h td {
    padding: 8px 4.7px;
    line-height: 1.4;
    text-align: center;
    min-width: 40px;
}
.table-h td+td {
    border-left: 1px solid #ECE8E3;
}
.table-h td span {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: center;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    background: #8E887E;
    margin: 0 auto;
}
@media screen and (max-width: 850px) {
    .table {
        margin: 0 auto 15px;
    }
}
@media screen and (max-width: 767px) {
    .table {
        width: 100%;
        max-width: unset;
        margin: 0 auto 15px;
    }
    .table-h thead {
        display: none;
    }
    .table-h tr,
    .table-h td {
        display: block;
        text-align: left;
    }
    .table-h td+td {
        border-left: 0;
        display: flex;
        align-items: center;
    }
    .table-h td[data-title]:before {
        content: attr(data-title);
        display: inline-block;
        color: #8E887E;
        background: #FBF8F4;
        margin: 0;
        padding: 5px 15px;
        width: calc(50% - 30px);
        font-weight: 600;
        text-align: center;
    }
    .table-h tr {
        padding: 0;
        position: relative;
    }
    .table-h td {
        padding: 0;
    }
    .table-h td+td {
        border-top: 1px solid #ECE8E3;
    }
    .table-h td span {
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .table-h td .open {
        display: inline-block;
        padding: 5px 15px;
        width: calc(50% - 35px);
    }
}
/*------------ about-editor ------------*/
.about-sect .txt-box .index-about-editor .editor h3 {
    position: relative;
    box-sizing: border-box;
    color: #EC791D;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1.5;
    margin: 0 20px 22px 0;
}
/*content*/
.a_layout * {
    position: relative;
    box-sizing: border-box;
}
.a_layout .a_item+.a_item {
    margin: 50px 0 0;
}
.a_layout h3 {
    position: relative;
    box-sizing: border-box;
    color: #EC791D;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1.2;
    margin: 0 0 20px;
}
.a_layout h3 strong {
    display: block;
    font-size: 24px;
    font-weight: 600;
}
.a_layout p {
    margin: 0;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1.5;
}
.a_layout .a_item.two {
    margin-top: 15px;
}
.a_layout .a_item.three {
    display: flex;
    align-items: center;
}
.a_layout .a_item.three::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    border: 1px solid #eee;
    z-index: 1;
}
.a_layout .a_col:first-of-type {
    width: 100%;
    max-width: 585px;
}
.a_layout .a_col:last-of-type {
    width: calc(100% - 585px);
    padding-left: 35px;
    padding-right: 90px;
}
.a_layout .a_item.s_layout h3 {
    font-size: 36px;
    margin: 0 0 30px;
}
.a_layout .a_item.s_layout h3::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 230px;
    transform: translateY(-50%);
    width: calc(100% - 230px);
    height: 1px;
    background: #EEEEEE;
}
.a_layout .s_box {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 0 110px 0 0;
}
.a_layout .s_box+.s_box {
    padding-top: 40px;
}
.a_layout .s_box .s_ic {
    width: 100%;
    max-width: 85px;
}
.a_layout .s_box .s_editor {
    width: calc(100% - 85px);
    padding-left: 20px;
}
.a_layout .s_box .s_editor h4 {
    position: relative;
    box-sizing: border-box;
    color: #46352B;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0.8px;
    font-weight: 600;
    margin: 0 0 10px;
}
@media screen and (max-width: 1280px){
    .a_layout .a_col:first-of-type {
        width: 50%;
        max-width: unset;
    }
    .a_layout .a_col:last-of-type {
        width: 50%;
        padding-left: 35px;
        padding-right: 35px;
    }
    .a_layout .a_item.three::before {
        width: calc(100% - 30px);
        height: calc(100% - 30px);
    }
}
@media screen and (max-width: 1100px){
    .a_layout .a_item+.a_item {
        margin: 30px 0 0;
    }
    .a_layout .a_item.two {
        margin-top: 15px;
    }
    .a_layout .a_item.three {
        flex-direction: column;
    }
    .a_layout .a_col:first-of-type {
        width: 100%;
        text-align: center;
    }
    .a_layout .a_col:last-of-type {
        width: 100%;
        padding: 30px 30px 30px;
    }
    .a_layout h3,
    .a_layout .a_item.s_layout h3 {
        font-size: 28px;
    }
    .a_layout .a_item.s_layout h3::before {
        left: 180px;
        width: calc(100% - 180px);
    }
    .a_layout .s_box .s_editor h4,
    .a_layout h3 strong {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px){
    .a_layout h3,
    .a_layout .a_item.s_layout h3 {
        font-size: 24px;
    }
    .a_layout .s_box .s_editor h4,
    .a_layout h3 strong {
        font-size: 18px;
    }
    .a_layout .s_box {
        padding: 0;
    }
}
@media screen and (max-width: 480px){
    .a_layout .s_box {
        flex-direction: column;
    }
    .a_layout .s_box .s_ic {
        width: 100%;
        max-width: 60px;
        margin: 0 auto 15px;
    }
    .a_layout .s_box .s_editor {
        width: 100%;
        padding: 0 15px;
    }
    .a_layout .a_item.s_layout h3 {
        text-align: center;
        margin: 0 auto 30px;
        padding: 0 0 10px;
        border-bottom: 1px solid #eee;
    }
    .a_layout .a_item.s_layout h3::before {
        display: none;
    }
    .a_layout .a_item.three::before {
        width: calc(100% - 15px);
        height: calc(100% - 15px);
    }
}
/*------------ service-editor ------------*/
.service-sect .editor h3 {
    position: relative;
    box-sizing: border-box;
    color: #EC791D;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1.5;
    margin: 0 0 10px;
}
/*------------ treat_layout ------------*/
.treat_layout * {
    position: relative;
    box-sizing: border-box;
}
.treat_layout{
    border-top: 1px solid #ECE8E3;
}
.treat_layout .row {
    display: flex;
    margin: 0 -65px;
}
.treat_layout .col {
    width: 50%;
    padding: 50px 65px 80px;
}
.treat_layout .col+.col {
    border-left: 1px solid #ECE8E3;
}
.treat_layout .col .txt {
    position: relative;
    box-sizing: border-box;
    display: flex;
    padding: 0 40px 40px;
}
.treat_layout .col .treat_ic {
    width: 100%;
    max-width: 85px;
}
.treat_layout .col .editor {
    width: calc(100% - 85px);
    padding-left: 20px;
}
.treat_layout .col .title {
    margin: 0 0 10px;
}
.treat_layout .col .title h2 {
    position: relative;
    box-sizing: border-box;
    color: #46352B;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.8px;
    font-weight: 600;
    margin: 0 0 10px;
    font-family: 'Quicksand', serif;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 35px;
}
.treat_layout p {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
}
.treat_layout .box .pic {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto;
}
.treat_layout .box .pic:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #F9D190;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 2s ease;
    z-index: 1;
}
.article-sect .treat_layout .box .pic.loaded:before {
    width: 0%;
}
.treat_layout .box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.treat_layout .index_more {
    border: 0;
    width: calc(100% - 43px);
    font-size: 20px;
    color: #C4B8A6;
    z-index: 1;
}
.treat_layout .box:hover .index_more {
    background: transparent;
    border: 0;
    color: #A08D70;
}
.treat_layout .index_more::before {
    left: unset;
    right: calc(0% + 40px);
}
.treat_layout .index_more:hover:before {
    left: unset;
    background: none;
}
.treat_layout .index_more::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 122px;
    height: 122px;
    color: #C4B8A6;
    border: 1px solid #ECE8E3;
    background: #FBF8F4;
    border-radius: 100%;
    z-index: -1;
    transition: all 0.3s ease;
}
.treat_layout .index_more span {
    padding: 0;
    display: block;
    width: 100%;
}
.treat_layout .index_more span::before {
    content: '';
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    left: 120px;
    width: calc(100% - 120px - 122px - 43px);
    height: 1px;
    background: #ECE8E3;
}
.treat_layout .box:hover .index_more::after  {
    color: #A08D70;
    background: #ECE8E3;
    border-color: #CABEB0;
}
.treat_layout .box:hover .index_more:before {
    left: unset;
    right: calc(0% + 30px);
    background: url(../../../images/layout01/common/index/btn_arr_hover.png) no-repeat;
    background-size: contain;
}
@media screen and (max-width: 1280px){
    .treat_layout .row {
        margin: 0 -30px;
    }
    .treat_layout .col {
        padding: 52px 30px 80px;
    }
    .treat_layout .col .txt {
        padding: 0 20px 40px;
    }
    .treat_layout .col .title h2 {
        font-size: 28px;
    }
}
@media screen and (max-width: 1000px){
    .treat_layout .row {
        margin: 0 -20px;
    }
    .treat_layout .col {
        padding: 52px 20px 80px;
    }
    .treat_layout .col .txt {
        padding: 0 15px 30px;
        flex-direction: column;
    }
    .treat_layout .col .treat_ic {
        max-width: 60px;
        margin: 0 auto 10px;
    }
    .treat_layout .col .editor {
        width: 100%;
        padding-left: 0;
    }
    .treat_layout .col .title{
        text-align: center;
    }
    .treat_layout .col .title h2 {
        font-size: 24px;
        height: 28px;
    }
    .treat_layout .index_more::after {
        width: 80px;
        height: 80px;
    }
    .treat_layout .index_more {
        border: 0;
        width: calc(100% - 20px);
        font-size: 16px;
    }
    .treat_layout .index_more span::before {
        left: 90px;
        width: calc(100% - 90px - 80px - 20px);
    }
    .treat_layout .index_more::before {
        width: 35px;
        height: 9px;
        right: calc(0% + 25px);
    }
    .treat_layout .box:hover .index_more:before {
        right: calc(0% + 20px);
    }
}
@media screen and (max-width: 767px){
    .treat_layout {
        padding: 30px 0 0;
    }
    .treat_layout .row {
        margin: 0;
        flex-direction: column;
    }
    .treat_layout .col {
        width: 100%;
        padding: 20px 30px;
    }
    .treat_layout p {
        margin: 0;
        -webkit-line-clamp: initial;
        height: unset;
    }
    .treat_layout .col+.col {
        border-left: 0;
    }
}
@media screen and (max-width: 480px){
    .treat_layout .col {
        padding: 20px 15px;
    }
    .treat_layout .col .txt {
        padding: 0 0 30px;
    }
}
/* Meet the Team */
.treat2_layout,
.treat2_layout *{
    position: relative;
    box-sizing: border-box;
}
.treat2_layout .title{
    text-align: center;
}
.treat2_layout .row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.treat2_layout .row {
    border-top: 1px solid #ECE8E3;
}
.treat2_layout .col {
    width: 50%;
    padding: 50px 65px 80px;
}
.treat2_layout .col+.col {
    border-left: 1px solid #ECE8E3;
}
.treat2_layout .col .title h3 {
    position: relative;
    box-sizing: border-box;
    color: #46352B;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.8px;
    font-weight: 600;
    margin: 0 0 10px;
    font-family: 'Quicksand', serif;
    transition: all 0.3s ease;
}
.treat2_layout .col .box:hover .title h3 {
    color: #EE7B1D;
}
.treat2_layout .box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.treat2_layout .box .title {
    margin: 20px 0 0;
}
@media screen and (max-width: 1280px) {
    .treat2_layout .row {
        margin: 0 -30px;
    }
}
@media screen and (max-width: 1000px){
    .treat2_layout .col .title h3 {
        font-size: 24px;
        height: 28px;
    }
    .treat2_layout .row {
        margin: 0 -20px;
    }
    .treat2_layout .col {
        padding: 52px 20px 80px;
    }
}
@media screen and (max-width: 767px) {
    .treat2_layout .row {
        margin: 0;
        flex-direction: column;
        border: 0;
    }
    .treat2_layout .col {
        width: 100%;
        padding: 20px 30px;
    }
    .treat2_layout .col+.col {
        border-left: 0;
        border-top: 1px solid #ECE8E3;
    }
    .treat2_layout .box img {
        width: 140px;
    }
}
/*------------ contact-editor ------------*/
.contact-editor{
    padding: 0 2%;
}
.contact-editor .col{
    float: left;
    padding: 0 2%;
}
.contact-editor .col1{
    width: 48%;
}
.contact-editor .col2{
    width: 52%;
}
.contact-map{
    border: 5px solid #ECE8E3;
    border-radius: 20px;
}
.contact-map iframe{
    display: block;
    max-height: 100%;
    border-radius: 15px;
}
.contact-info-list{
    font-size: 16px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.contact-info-list li{
    position: relative;
    padding: 2px 0;
    margin: 8px 0;
    line-height: 25px;
}
.contact-info-list i {
    font-size: 26px;
    display: inline-block;
    vertical-align: middle;
    color: #ECE8E3;
    margin: -5px 10px 0 0;
}
.contact-info-list i:before {
    content: "\f105";
    display: 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;
}
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 15px;
    line-height: 2;
    margin: 0 auto;
}
.terms-editor .title{
    color: #EE7B1D;
    font-size: 16px;
    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: 1000px){
    .contact-editor{
        padding: 0 2%;
    }
    .contact-editor .col{
        width: 100%;
        padding: 0;
    }
    .contact-map{
        height: 300px;
        margin-bottom: 1.8em;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
    .contact-map{
        height: 200px;
    }
}