/*********** 前後台編輯器區塊共用的CSS設定 ***********/

/************ about ************/
.about-editor .intro {
    text-align: center;
    max-width: 576px;
    margin: 0 auto;
}
.about-editor .intro .txt {
    background: #B38D55;
    color: #fff;
    padding: 30px 20px;
    line-height: 2;
}
.about-editor .pic-group {
    max-width: 1206px;
    margin-left: auto;
    margin-right: auto;
}
.about-editor .pic-group:after{
    content: '';
    display: block;
    clear: both;
}
.about-editor .pic-group .col1,
.about-editor .pic-group .col2{
    float: left;
}
.about-editor .pic-group .col1 {
    width: 54.3%;
}
.about-editor .pic-group .col2 {
    width: 45.7%;
}

@media screen and (max-width: 1024px) {
    .about-editor .pic-group .col {
        float: left;
    }
}
@media screen and (max-width: 767px) {
    .about-editor .pic-group .col {
        float: none;
        width: auto;
    }
}
/************ about ************/

/************ notice ************/
.notice-editor{
    max-width: 1080px;
    margin: 0 auto;
}
.rates-table .table-title {
    float: left;
    background: #D0C0AE;
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 2.5px;
    line-height: 1.5;
    height: 272px;
    width: 272px;
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.rates-table .table-title:before,
.notice-info .title:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.rates-table .table-title:after,
.notice-info .title:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 42px;
    border: 1px solid #fff;
}
.rates-table .table-title span,
.notice-info .title span {
    display: inline-block;
    vertical-align: middle;
}
.rates-table .table-title small {
    display: block;
    color: #866A60;
    font-size: 16px;
    font-weight: normal;
}
.rates-table .table-title .icon {
    background-image: url(../../images/common/notice/title_arrow.png);
    width: 55px;
    height: 55px;
    position: absolute;
    right: 8px;
    bottom: 50%;
    margin-bottom: -28px;
    z-index: 2;
}
.rates-table .table-wrap {
    margin-left: 290px;
}
.rates-table .table {
    min-width: 400px;
}
.rates-table .table th,
.rates-table .table td {
    text-align: center;
    vertical-align: top;
    padding: 6px 10px;
}
.rates-table .table thead tr {
    background: #D0C0AE;
    color: #fff;
}
.rates-table .table thead th {
    padding: 10px;
}
.rates-table .table tbody tr {
    background: #fff;
    color: #848484;
    border-bottom: 1px solid #D0C0AE;
}
.rates-table .table tbody th {
    color: #407FA6;
}
.notice-box .notice-title {
    background: #769DB8;
    text-align: center;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 2.5px;
    padding: 6px 12px;
}
.notice-box .notice-txt {
    background: #fff;
    border: solid #B1C6CD;
    border-width: 2px 0;
    position: relative;
    padding: 25px 25px 25px 210px;
}
.notice-box .notice-txt:before {
    content: "";
    background: url(../../images/common/notice/pic.jpg) no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 177px;
}
.notice-info {
    background: #E1E9EC;
}
.notice-info .info-box {
    float: left;
    min-width: 50%;
    position: relative;
    border-bottom: 2px solid #B1C6CD;
}
.notice-info .title {
    background: #769DB8;
    width: 177px;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.5;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.notice-info .title small {
    color: #A0D8F2;
    font-size: 14px;
    font-weight: normal;
    display: block;
    line-height: 1.2;
    max-width: 100px;
    margin: 0 auto;
}
.notice-info .title:after {
    border-color: #A2BDCE;
    margin: 10px;
}
.notice-info .txt {
    padding: 10px 20px 10px 200px;
}
.notice-info .list li:before {
    background: #95B1BB;
    width: 5px;
    height: 5px;
    top: 13px;
    left: 5px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
}
.notice-info .list label {
    color: #407FA6;
    font-weight: bold;
}

@media screen and (max-width: 1000px) {
    .notice-info .info-box {
        float: none;
        width: auto;
    }
}
@media screen and (max-width: 767px) {
    .rates-table .table-title {
        float: none;
        margin-bottom: 20px;
        width: auto;
        height: 180px;
        font-size: 30px;
    }
    .rates-table .table-title .icon {
        background-position: 0 100%;
        bottom: -5px;
        right: 50%;
        margin: 0 -28px 0 0;
    }
    .rates-table .table-wrap {
        margin-left: 0;
    }
    .rates-table .table-title:after {
        margin: 30px;
    }
    .notice-box .notice-txt:before {
        display: none;
    }
    .notice-box .notice-txt {
        padding: 15px 20px;
    }
}
@media screen and (max-width: 550px) {
    .notice-info .title {
        position: relative;
        width: auto;
        padding: 20px;
    }
    .notice-info .title small {
        max-width: none;
    }
    .notice-info .txt {
        padding: 10px 20px;
    }
}
/************ notice ************/

/************ restaurant ************/
.restaurant-editor .txt {
    text-align: center;
}
.restaurant-editor .pic-group {
    max-width: 1370px;
    margin-left: auto;
    margin-right: auto;
}
.restaurant-editor .pic-group .col{
    width: 33.33%;
    float: left;
}
@media screen and (max-width: 767px) {
    .restaurant-editor .pic-group .col {
        float: none;
        width: auto;
    }
}
/************ restaurant ************/

/************ contact ************/
.contact-editor{
    float: right;
    width: 40%;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.contact-editor .title {
    display: inline-block;
    padding: 0 15px;
    background: #769DB8;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
}
.contact-editor .label {
    color: #407FA6;
}
@media screen and (max-width: 1270px) {
    .contact-editor {
        width: 50%;
        margin: 0 auto;
    }
    .contact-editor {
        padding: 40px 0 0;
        max-width: 840px;
    }
}
@media screen and (max-width: 1000px) {
    .contact-editor {
        width: auto;
        float: none;
    }
}
@media screen and (max-width: 767px) {
    .contact-editor .pic-group .col {
        float: none;
        width: auto;
    }
}
/************ contact ************/
/*
.about-editor .row {
    position: relative;
    margin: 0 -30px;
}
.about-editor .row:before {
    content: '';
    display: block;
    border-left: 1px solid #ddd;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
}
.about-editor .col {
    padding: 0 30px;
    float: left;
    width: 50%;
}
.service-editor .row {
    margin: 0 -12px;
}
.service-editor .col {
    padding: 0 12px;
    float: left;
}
.service-editor .col1 {
    width: 49%;
}
.service-editor .col2 {
    width: 51%;
}
.service-pic-group {
    text-align: center;
}
.service-pic-group .row {
    margin: 0 -5px;
}
.service-pic-group .col {
    width: 33.33%;
    padding: 5px;
}

.products-editor-pic {
    float: right;
    width: 400px;
    margin: 0 0 10px 30px;
}

.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 {
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.25);
    border: 8px solid #fff;
}
.contact-map iframe {
    display: block;
    max-height: 100%;
}
.contact-info-list {
    color: #555;
    font-size: 14px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.contact-info-list li {
    position: relative;
    padding: 2px 0 2px 40px;
    margin: 8px 0;
    line-height: 25px;
}
.contact-info-list li:before {
    content: '';
    display: inline-block;
    background: url('../../images/common/contact/info_ic.png') no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
}
.contact-info-list li.tel:before  { background-position: 0 0; }
.contact-info-list li.mail:before { background-position: 0 50%; }
.contact-info-list li.addr:before { background-position: 0 100%; }
.contact-info-list a:hover {
    text-decoration: underline;
}
.editor-title {
    color: #197292;
    font-size: 18px;
    margin: 0 0 0.83em;
}
.terms-title {
    color: #197292;
    font-size: 16px;
}
.terms-editor .row {
    margin: 0 -3%;
}
.terms-editor .col {
    float: left;
    width: 50%;
    padding: 0 3%;
}

@media screen and (max-width: 1000px) {
    .service-editor > .row > .col {
        width: 100%;
    }
    .service-editor > .row > .col+.col {
        margin-top: 1.8em;
    }
    .contact-editor {
        padding: 0 2%;
    }
    .contact-editor .col {
        width: 100%;
        padding: 0;
    }
    .contact-map {
        height: 300px;
        margin-bottom: 1.8em;
    }
    .terms-editor .col {
        width: 100%;
    }
    .terms-editor .col + .col {
        margin-top: 1.8em;
    }
}
@media screen and (max-width: 767px) {
    .about-editor .row:before {
        display: none;
    }
    .about-editor .col {
        width: 100%;
    }
    .products-editor-pic {
        float: none;
        width: auto;
        text-align: center;
    }
}
@media screen and (max-width: 600px) {
    .contact-map {
        height: 200px;
    }
}*/
