@charset "utf-8";
/*------------ branch-editor 首頁餐廳據點 ------------*/
.br_layout,
.br_layout * {
    position: relative;
    box-sizing: border-box;
}
.br_layout .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 200px;
    height: 348px;
    border-radius: 200px;
    background: url(../../../images/layout05/common/about/br_title_bg.jpg);
    overflow: hidden;
    margin: 0 auto 35px;
    padding: 135px 0 0;
}
.br_layout .title h2 {
    color: #fff;
}
.br_layout .title h2:before {
    top: -80px;
    left: -20.5px;
    width: 62px;
    height: 61px;
    filter: brightness(100);
    z-index: 1;
}
.br_layout .title span {
    color: rgba(255, 255, 255, 0.6);
}
.br_layout .title span::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1px;
    height: 127px;
    background: #fff;
}
.br_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.br_list .item {
    width: calc(100% / 4);
    padding: 0 10px;
    margin: 0 auto;
}
.br_list .item:nth-child(3n+1) {
    clear: left;
}
.br_list .box {
    position: relative;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.br_list .box .pic,
.br_list .box .pic img {
    border-radius: 10px;
}
.br_list .box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.br_list .item .text-box {
    padding: 15px 0 0;
}
.br_list .item .name {
    color: #444444;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 28px;
    height: 28px;
    margin: 0 0 10px;
    padding: 0 0 0 40px;
    font-family: 'Noto Serif TC', serif;
}
.br_list .item .name::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 26px;
    height: 25px;
    background: url(../../../images/layout05/common/index/br_title_ic.png) no-repeat;
    background-size: contain;
    transition: all 0.3s ease;
}
.br_list .item .box:hover .name::before {
    opacity: 1;
}
.br_list .item .description {
    color: #4C4B4A;
    font-size: 16px;
    letter-spacing: 1px;
}
.br_list .item .tit {
    color: #792619;
}
.br_list .item .txt_box {
    line-height: 1.4;
    padding: 5px 0;
}
.br_list .item .btn_area {
    text-align: center;
    margin: 25px auto 0;
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    letter-spacing: 2px;
    color: #ED9F82;
    background: #fff;
    font-family: 'Lora', serif;
    transition: all 0.3s ease;
}
.br_list .item .box:hover .btn_area {
    color: #fff;
    background: #ED9F82;
}
/*單間*/
.br_list.only_item .item {
    width: 100%;
}
.br_list.only_item .box {
    display: flex;
    align-items: center;
}
.br_list.only_item .item .text-box {
    padding-top: 0;
    padding-left: 77px;
    padding-right: 50px;
}
.br_list.only_item .item .btn_area {
    margin: 25px -10px 0;
    width: auto;
    height: auto;
    line-height: unset;
    background: transparent;
    color: transparent;
    display: flex;
}
.br_list.only_item .item .box:hover .btn_area {
    background: transparent;
    color: transparent;
}
.br_list.only_item .btn_area .index_btn {
    padding: 0 5px;
}
.br_list.only_item .btn_area .index_btn.map a {
    font-size: 0;
    background: #fff;
    width: 186px;
    height: 102px;
    border-radius: 5px;
    transition: all 0.3s ease;
    overflow: hidden;
}
.br_list.only_item .btn_area .index_btn.map a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: url(../../../images/layout05/common/about/br_btn1.png) 50% 50% no-repeat;
    background-size: contain;
}
.br_list.only_item .btn_area .index_btn.map a:hover {
    opacity: 0.7;
}
.br_list.only_item .btn_area .index_btn.parking a {
    background: #EC9878;
    color: #fff;
    padding: 60px 15px 15px;
    width: 186px;
    height: 102px;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.br_list.only_item .btn_area .index_btn.parking a:hover {
    opacity: 0.7;
}
.br_list.only_item .btn_area .index_btn.parking a::before {
    content: '';
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 22px;
    height: 32px;
    background: url(../../../images/layout05/common/about/br_btn2.png) no-repeat;
    background-size: contain;
}
.br_list.only_item .btn_area .index_btn.parking p {
    margin: 10px 0 0;
    text-align: center;
    color: #EC9878;
    font-size: 14px;
}
.br_list.only_item .box .cover {
    font-size: 15px;
    position: relative;
}
/*/單間*/
@media screen and (max-width: 1440px){
    .br_list {
        margin: 0 -7px;
    }
    .br_list .item{
        padding: 0 7px;  
    }
}
@media screen and (max-width: 1000px){
    .br_list .item {
        width: calc(100% / 2);
        max-width: 310px;
        margin: 0 0 30px;
    }
    .br_list .item:nth-child(3n+1) {
        clear: none;
    }
    .br_list .item:nth-child(2n+1) {
        clear: left;
    }
    .br_list .item .name {
        font-size: 20px;
    }
    .br_list .item .btn_area {
        margin: 10px auto 0;
    }
    /*單間*/
    .br_list.only_item .item {
        width: 100%;
        max-width: 754px;
        margin: 0 auto;
    }
    .br_list.only_item .box {
        flex-direction: column;
    }
    .br_list.only_item .item .text-box {
        width: 100%;
        padding-top: 15px;
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto;
    }
    .br_list.only_item .btn_area .index_btn {
        width: calc(100% / 2);
    }
    .br_list.only_item .btn_area .index_btn.map a,
    .br_list.only_item .btn_area .index_btn.parking a {
        width: 100%;
        height: 85px;
    }
    .br_list.only_item .btn_area .index_btn.parking a {
        padding: 48px 15px 15px;
    }
    .br_list.only_item .btn_area .index_btn.parking a::before {
        top: 19px;
        left: 50%;
        transform: translateX(-50%);
        width: 17px;
        height: 25px;
    }
    /*/單間*/
}
/*------------ /branch-editor 首頁餐廳據點 ------------*/
/*------------ about-editor ------------*/
/*content*/
.a_layout,
.a_layout * {
    position: relative;
    box-sizing: border-box;
}
.a_layout p {
    color: #9F8E80;
    letter-spacing: 0.5px;
    line-height: 1.8;
    margin: 20px 0;
}
.a_item.one {
    display: flex;
    align-items: center;
    margin: 0 0 80px;
}
.a_item.one .a_col:first-of-type {
    width: 50%;
    padding-right: 29px;
}
.a_item.one .a_col:last-of-type {
    width: 50%;
    padding-left: 29px;
}
.a_item.one .a_tag {
    margin: 0 0 15px;
}
.a_item.one .a_title {
    margin: 15px 0;
}
.a_item.one .a_title::before {
    content: '';
    position: absolute;
    top: 18px;
    left: -106px;
    width: 88px;
    height: 1px;
    background: #DDCCBF;
}
.a_item.one .a_title h3 {
    color: #EC9878;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 1.5;
    margin: 0;
    font-family: 'Noto Serif TC', serif;
}
.a_item.one .a_title span {
    color: #EC9878;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.2;
    font-family: 'Lora', serif;
}
.a_item.two .a_col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 50px;
}
.a_item.two .a_col img {
    height: 70px !important;
}
.a_item.three {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 -27.5px 50px;
}
.a_item.three .a_col:first-of-type {
    width: 50%;
    padding: 0 27.5px;
}
.a_item.three .a_col:last-of-type {
    width: 50%;
    padding: 0 27.5px;
}
.a_item.three h4 {
    text-align: center;
    margin: 0 0 20px;
    padding: 10px 5px 20px;
    width: 113px;
    height: 55px;
    line-height: 1;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 3px;
    background: url(../../../images/layout05/common/about/a_title.png) no-repeat;
    background-size: cover;
    font-family: 'Noto Serif TC', serif;
}
.a_item.four {
    margin: 0 0 50px;
}
.a_item.five::before {
    content: '';
    position: absolute;
    top: -200px;
    right: -100px;
    width: 686px;
    height: 746px;
    background: url(../../../images/layout05/common/about/a_bg.png) no-repeat;
    z-index: -1;
}
.a_item.five h5 {
    color: #6C5939;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 3px;
    margin: 0 0 10px;
    padding: 0 0 0 40px;
    font-family: 'Noto Serif TC', serif;
}
.a_item.five h5 b {
    color: #EC9879;
    font-size: 36px;
    padding: 0 10px;
}
.a_item.five h5 a {
    position: relative;
    top: -3px;
    display: inline-block;
    text-align: center;
    border: 1px solid #DDCCBF;
    border-radius: 2px;
    font-size: 14px;
    letter-spacing: 1px;
    width: 147px;
    height: 29px;
    line-height: 27px;
    margin-left: 15px;
    transition: all 0.3s ease;
}
.a_item.five h5 a:hover {
    background: #DDCCBF;
    color: #fff;
}
.a_item.five .a_col+.a_col {
    margin: 40px 0 0;
}
.a_item.five h5::before {
    content: '';
    position: absolute;
    top: 52.5%;
    transform: translateY(-50%);
    left: 0;
    width: 26px;
    height: 25px;
    background: url(../../../images/layout05/common/index/br_title_ic.png) no-repeat;
    background-size: contain;
    transition: all 0.3s ease;
}
.a_item.five .a_col:nth-of-type(2) h5::before {
    top: 62%;
}
.a_item.five ul {
    margin: 0;
    padding: 0 0 0 45px;
    list-style: none;
}
.a_item.five ul li b{
    font-weight: normal;
    color: #EC9879;
}
.a_item.five .a_col:last-of-type ul li b {
    font-size: 18px;
}
.a_item.five .a_col:last-of-type h5::before {
    content: "\ff004";
    top: -3px;
    font-family: 'icon-font' !important;
    position: absolute;
    font-size: 40px;
    color: #EC9878;
    background: transparent;
}
@media screen and (max-width: 1280px){
    .a_item.one .a_col:first-of-type {
        width: 50%;
        padding: 0;
    }
    .a_item.one .a_title span {
        font-size: 15px;
    }
    .a_item.one .a_title::before {
        top: 18px;
        left: -53px;
        width: 44px;
    }
    .a_item.two .a_col img {
        height: 60px !important;
    }
    .a_item.one .a_tag img {
        height: 60px !important;
    }
}
@media screen and (max-width: 1100px){
    .a_item.two .a_col img {
        height: 50px !important;
    }
    .a_item.one .a_tag img {
        height: 50px !important;
    }
}
@media screen and (max-width: 1000px){
    .a_item.one .a_title h3 {
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 1.5px;
    }
    .a_item.one {
        flex-direction: column;
        margin: 0 0 40px;
    }
    .a_item.one .a_col:first-of-type {
        width: 100%;
        padding: 0 0 20px;
        text-align: center;
    }
    .a_item.one .a_col:last-of-type {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .a_item.two .a_col {
        margin: 0 0 40px;
        flex-direction: column;
    }
    .a_item.three .a_col:first-of-type {
        width: 100%;
        padding: 0 27.5px;
    }
    .a_item.three {
        flex-direction: column;
        margin: 0 0 30px;
    }
    .a_item.three .a_col:first-of-type {
        padding: 0;
        margin: 0 0 15px;
        width: 100%;
    }
    .a_item.three .a_col:last-of-type {
        padding: 0;
        margin: 0;
        width: 100%;
    }
    .a_item.five::before {
        display: none;
    }
    .a_item.four {
        margin: 0 0 40px;
    }
    .a_item.five .a_col:nth-of-type(2) h5::before {
        top: 62%;
    }
    .a_item.five .a_col:last-of-type h5::before {
        top: 3px;
        left: 4px;
        font-size: 30px;
    }
    .a_item.five .a_col+.a_col {
        margin: 20px 0 0;
    }
    .a_item.five h5 b {
        font-size: 25px;
        padding: 0 5px;
    }
    .a_item.five h5 {
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 1.5px;
    }
    .a_item.five .a_col:last-of-type ul li b {
        font-size: 16px;
    }
}
/*------------ /about-editor ------------*/
/*------------ service-editor ------------*/
.s_layout,
.s_layout * {
    position: relative;
    box-sizing: border-box;
}
.s_layout {
    display: flex;
    margin: 0 -11px;
}
.s_layout .s_box {
    width: calc(100% / 3);
    margin: 0 11px;
}
.s_layout .s_box {
    position: relative;
    -webkit-mask-image: linear-gradient(to bottom, white 0px, white 750px, transparent 2000px, transparent 2500px);
    mask-image: linear-gradient(to bottom, white 0px, white 750px, transparent 2000px, transparent 2500px);
    -webkit-mask-size: 100% 2500px;
    mask-size: 100% 2500px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0 -2500px;
    transition: all .3s ease;
    -webkit-animation: move_in 2s linear forwards;
    animation: move_in 2s linear forwards;
}
.s_layout.loaded .s_box {
    position: relative;
    will-change: animation, mask-image;
    -webkit-animation: move_out 2s linear forwards;
    animation: move_out 2s linear forwards;
    will-change: animation, mask-image;
}
.s_layout .s_box .s_pic .s_img:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../../../images/layout05/common/index/s_hover.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    transition: opacity 2s cubic-bezier(.61, 1, .88, 1);
    z-index: 1;
}
.s_layout.loaded .s_box .s_pic .s_img:before {
    opacity: 0;
} 
.s_layout .s_box .s_pic .s_img img  {
    filter: brightness(400%) grayscale(50%) contrast(100%);
    transition: all 2s ease;
} 
.s_layout.loaded .s_box .s_pic .s_img img  {
    filter: unset;
} 
@keyframes move_in {
    100% {
        -webkit-mask-position: 0 0;
    }
}
@keyframes move_out {
    100% {
        -webkit-mask-position: 0 0
    }
}
.s_layout .s_box {
    position: relative;
    overflow: hidden;
}
.s_layout .s_box .s_pic img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.s_layout .s_box:hover .s_pic img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.s_layout .s_box a.cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.s_layout .s_box .s_txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    padding: 50px 24%;
}
.s_layout .s_box .s_txt h3 {
    display: flex;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 1.2;
    color: #fff;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    margin: 0 auto 50px;
    font-family: 'Noto Serif TC', serif;
}
.s_layout .s_box .s_txt h3::after {
    content: '';
    position: relative;
    display: block;
    width: 33px;
    height: 33px;
    background: url(../../../images/layout05/common/about/s_flower.png) no-repeat;
    background-size: contain;
    margin: 10px auto 0;
}
.s_layout .s_box .s_txt p{
    margin: 0;
}
.service-sect .s_layout .index_more {
    display: block;
    margin: 50px auto 0;
}
.service-sect .s_layout .index_more {
    text-align: center;
    width: 149px;
    height: 42px;
    line-height: 42px;
    font-size: 0;
    color: #fff;
    transition: all 0.3s ease;
}
.service-sect .s_layout .s_box:hover .index_more {
    color: #BCA289;
}
.service-sect .s_layout .index_more::before {
    content: '';
    position: absolute;
    -webkit-clip-path: polygon(7px 0, calc(100% - 7px) 0, 100% 7px, 100% calc(100% - 7px), calc(100% - 7px) 100%, 7px 100%, 0 calc(100% - 7px), 0 7px);
    clip-path: polygon(7px 0, calc(100% - 7px) 0, 100% 7px, 100% calc(100% - 7px), calc(100% - 7px) 100%, 7px 100%, 0 calc(100% - 7px), 0 7px);
    border: 1px solid #fff;
    inset: 0;
    z-index: -1;
}
.service-sect .s_layout .index_more span:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 100%;
    background: #fff;
    transition: 0.3s ease-out;
    z-index: -1;
}
.service-sect .s_layout .s_box:hover .index_more span:before {
    right: 0;
}
.service-sect .s_layout .index_more span{
    display: block;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 42px;
    font-family: 'Lora', serif;
}
@media screen and (max-width: 1440px){
    .s_layout {
        margin: 0 -7px;
    }
    .s_layout .s_box {
        margin: 0 7px;
    }
    .s_layout .s_box .s_txt {
        padding: 50px 5%;
    }
    .s_layout .s_box .s_txt h3 {
        font-size: 28px;
        margin: 0 auto 30px;
    }
    .service-sect .s_layout .index_more {
        margin: 30px auto 0;
    }
}
@media screen and (max-width: 1280px){
    .s_layout .s_box .s_txt h3 {
        display: block;
        text-align: center;
        font-size: 24px;
        -webkit-writing-mode: unset;
        writing-mode: unset;
    }
}
@media screen and (max-width: 1000px){
    .s_layout .s_box .s_txt p {
        display: none;
    }
    .s_layout .s_box .s_txt h3::after {
        width: 22px;
        height: 22px;
    }
}
@media screen and (max-width: 625px){
    .s_layout {
        margin: 0;
        flex-wrap: wrap;
    }
    .s_layout .s_box {
        width: 100%;
        margin: 7px 0;
        padding: 0;
    }
}
/*------------ /service-editor ------------*/
/*------------ contact-editor ------------*/
.contact-map{
    margin-bottom: 35px;
}
.contact-map iframe{
    position: relative;
    height: 300px;
    margin-bottom:0px;
    width: 100%;
    box-sizing: border-box;
    border: 8px solid #f0efe9;
}
.contact-info-txt i{
    display: block;
    text-align: center;
    width: 43px;
    height: 43px;
    margin: 15px auto 15px;
    font-size: 22px;
    color: #ffffff;
    background: #bcaa87;
    border-radius: 50%;
}
.contact-info-txt i:before{
    display: inline-block;
    vertical-align: middle;
    line-height: 43px;
}
.contact-editor{
    text-align: left;
}
.contact-editor .row{
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
}
.contact-editor .col{
    padding: 0 15px;
    width: calc(100% / 2);
}
.info_box_c{
    display: inline-block;
    box-sizing: border-box;
    max-width: 100%;
    padding: 20px;
    margin-top: 0;
    border: 0;
    background: #F8F5F1;
}
.contact-editor .col iframe{
    width: 100%;
}
.contact-editor .col1{
    border-width: 0 1px 0 0;
}
.contact-editor .col3{
    border-width: 0 0 0 1px;
}
.contact-info-txt{
    max-width: 200px;
    margin: 0 auto;
}
.contact-info-txt .img-ic{
    display: inline-block;
    margin-bottom: 20px;
}
.contact-info-txt a:hover{
    text-decoration: underline;
}
@media screen and (max-width: 960px){
    .contact-editor .col{
        float: none;
        padding: 15px 0;
    }
    .contact-editor .row,
    .contact-editor .col{
        display: block;
        width: auto;
        border-width: 1px 0;
    }
    .contact-info-txt .img-ic{
        max-width: 100px;
    }
    .contact-editor .col3{
        border-width: 1px 0 0;
    }
}
@media screen and (max-width: 1000px){
    .contact-editor i{
        text-indent: 0;
        line-height: 35px;
    }
    .contact-editor .row,
    .contact-editor .col{
        display: block;
        width: auto;
        height: auto;
        border-width: 1px 0;
        overflow: hidden;
    }
    .contact-editor .col{
        border-width: 1px 0;
        padding: 15px 0;
    }
    .contact-editor .col{
        border-bottom: solid 1px #DDCCBF;
    }
    .contact-editor .col  + .col{
        border-top: 1px solid #DDCCBF;
        border-width: 1px 0 0;
    }
    .contact-editor .col:last-child{
        border-bottom: none;
    }
    .contact-info-txt i{
        left: 0;
        float: left;
        display: inline-block;
        vertical-align: middle;
        margin: 0 12px 0 0;
    }
    .contact-info-txt{
        display: flex;
        align-items: center;
        text-align: left;
        width: 100%;
        max-width: inherit;
    }
}
/*------------ contact-editor ------------*/
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 15px;
    line-height: 2;
}
.terms-editor .terms_txt{
    text-align: center;
}
.terms-editor .title{
    font-size: 18px;
    color: #EC9879;
    margin: 0;
    font-weight: 600;
    letter-spacing: 1.5px;
    font-family: 'Noto Serif TC', serif;
}
.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;
}
@media screen and (max-width: 1000px){
    .terms-editor .title{
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
}
/*------------/terms-editor ------------*/