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

img {
    max-width: 100%;
    max-height: 100%;
    height: auto !important;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

.col {
    box-sizing: border-box;
}

/************* about *************/

.about-editor{
    padding-top: 70px;
    margin-bottom: -85px;
}
.about-editor .row1:after,
.about-editor .row2:after{
    content: '';
    display: block;
    clear: both;
}
.about-editor .row1,
.about-editor .row2{
    max-width: 1060px;
    margin: 0 auto 50px;
}
.about-editor .row1{
    padding-right: 16%;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.about-editor .row1 .pic{
    width: 209px;
    float: left;
}
.about-editor .row2{
    padding-left: 18%;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.about-editor .row2 .pic{
    width: 180px;
    float: right;
}
.about-editor .row1 .txt{
    max-width:428px;
    float: right;
}
.about-editor .row2 .txt{
    max-width:428px;
    float: left;
}
.about-editor .ic-line{
    height: 100px;
    width: 5px;
    margin: 0 auto;
}

@-webkit-keyframes stretchHeight {
  0% {
    height: 0;
    opacity: 0;
  }
  20% {
    height: 20%;
    opacity: 0;
  }
  80% {
    height: 80%;
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 1;
  }
}

@keyframes stretchHeight {
  0% {
    height: 0;
    opacity: 0;
  }
  20% {
    height: 20%;
    opacity: 0;
  }
  80% {
    height: 80%;
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 1;
  }
}

.stretchHeight {
    height: 100%;
    opacity: 1;
    background: #fff;
    -webkit-animation-name: stretchHeight;
    animation-name: stretchHeight;
    animation-timing-function: linear;
}
.animated.stretchHeight {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

/************* about *************/

/************* notice *************/

.notice-editor{
    font-size: 15px;
}
.notice-editor,.restaurant-editor{
    margin-bottom: -85px;
}
.notice-editor .row1{
    background: url(../../images/common/notice/big_1.jpg)center no-repeat;
    margin-top: 130px;
}
.notice-editor .row-in:after,
.restaurant-editor .row-in:after,
.notice-editor .row2 .col:after{
    content: '';
    display: block;
    clear: both;
}
.notice-editor .row-in,
.restaurant-editor .row-in{
    max-width: 1440px;
    margin: 0 auto;
}
.notice-editor .row-in{
    padding-right: 30px;
}
.notice-editor .row1 .title{
    font-size: 30px;
    font-family: 'cwTeXFangSong', serif;
    color: #fff;
    width: 193px;
    background: rgba(0,0,0,.7);
    padding-top: 81px;
    padding-bottom: 137px;
    text-align: center;
    float: left;
}
.notice-editor .row1 .title span{
    width: 34px;
    display: block;
    margin: 0 auto;
}
.notice-editor .row1 .title small{
    font-family: 'Playfair Display';
    font-size: 18px;
}
.notice-editor .price{
    float: right;
    width: calc(100% - 250px);
}
.table-wrap{
    overflow: auto;
    margin-bottom: 50px;
    padding-bottom: 10px;
}
.table-wrap .table{
    width: 100%;
}
.notice-editor .table {
    min-width: 730px;
    padding: 10px 0;
    background: rgba(255,255,255,.85);
    margin-top: 70px;
}
.notice-editor .table th,
.notice-editor .table td {
    text-align: center;
    vertical-align: top;
    padding: 6px 10px;
}
.notice-editor .table thead tr {
/*    background: #B2B200 !important;*/
    color: #fff;
}
.notice-editor .table thead tr {
    background: url(../../images/common/notice/table.png)!important;
    color: #fff;
}
.notice-editor .table thead th {
    padding: 10px;
    background: rgba(0,0,0,.7);
    width: 200px;
}
.notice-editor .table tbody tr {
    border-bottom: 1px solid #fff;
    color: #663300;
}
.notice-editor .table tbody th {
    color: #407FA6;
}
.notice-editor .table .highlight{
    background: rgba(255,188,0,0.1);
}


.notice-editor .row2 .col{
    width: 50%;
    float: left;
    padding: 30px 0;
}
.notice-editor .row2 .title{
    font-size: 21px;
    color: #fff;
    float: left;
    width: 190px;
    text-align: center;
    padding-top: 30px;
}
.notice-editor .row2 .title span{
    display: block;
    color: #A1D8F2;
    font-size: 15px;
}
.notice-editor .row2 ul{
    width: calc(100% - 250px);
    float: right;
    padding: 0;
}


.notice-editor .row3{
    background: url(../../images/common/notice/big_2.jpg)center top no-repeat;
}
.notice-editor .row3 .info{
    max-width: 900px;
    background: rgba(0,0,0,.7);
    padding: 50px 80px;
}
.notice-editor .row3 .title{
    font-family: 'cwTeXFangSong', serif;
    font-size: 30px;
    color: #fff;
}
.notice-editor .row3 .title span{
    font-family: 'Playfair Display';
    font-size: 18px;
    margin-left: 20px;
}

/************ notice2 ******************/

.notice-editor2{
    font-size: 15px;
}
.notice-editor2,.restaurant-editor{
    margin-bottom: -85px;
}
.notice-editor2 .row1{
    margin-top: 130px;
}
.notice-editor2 .row-in:after,
.restaurant-editor .row-in:after,
.notice-editor2 .row2 .col:after{
    content: '';
    display: block;
    clear: both;
}
.notice-editor2 .row-in,
.restaurant-editor .row-in{
    max-width: 1440px;
    margin: 0 auto;
}
.notice-editor2 .row-in{
    padding-right: 0;
}
.notice-editor2 .row1 .row-in{
	background:url(../../images/common/index/news_bg2.jpg);
	border:2px solid #494954;
}

.notice-editor2 .row1 .title{
    font-size: 30px;
    font-family: 'cwTeXFangSong', serif;
    color: #fff;
    width: 245px;
    text-align: center;
    float: left;
}
.notice-editor2 .row1 .title span{
    width: 34px;
    display: block;
    margin: 30px auto 0;
}
.notice-editor2 .row1 .title small{
    font-family: 'Playfair Display';
    font-size: 18px;
}
.notice-editor2 .price{
    float: right;
    width: calc(100% - 250px);
}
.notice-editor2 .table-wrap{
    overflow: auto;
    margin-bottom: 0;
    padding-bottom: 0;
}
.table-wrap .table{
    width: 100%;
}
.notice-editor2 .table {
    min-width: 730px;
    padding: 10px 0;
    background: rgba(255,255,255,.85);
}
.notice-editor2 .table th,
.notice-editor2 .table td {
    text-align: center;
    vertical-align: top;
    padding: 6px 10px;
}
.notice-editor2 .table thead tr {
/*    background: #B2B200 !important;*/
    color: #fff;
}
.notice-editor2 .table thead tr {
    background: url(../../images/common/notice/table.png)!important;
    color: #fff;
}
.notice-editor2 .table thead th {
    padding: 10px;
    background: rgba(0,0,0,.7);
    width: 200px;
}
.notice-editor2 .table tbody tr {
    border-bottom: 1px solid #fff;
    color: #663300;
}
.notice-editor2 .table tbody th {
    color: #407FA6;
}
.notice-editor2 .table .highlight{
    background: rgba(255,188,0,0.1);
}


.notice-editor2 .row2 .col{
    width: 50%;
    float: left;
    padding: 30px 0;
}
.notice-editor2 .row2 .title{
    font-size: 21px;
    color: #fff;
    float: left;
    width: 190px;
    text-align: center;
    padding-top: 30px;
}
.notice-editor2 .row2 .title span{
    display: block;
    color: #A1D8F2;
    font-size: 15px;
}
.notice-editor2 .row2 ul{
    width: calc(100% - 250px);
    float: right;
    padding: 0;
}
.notice-editor2 .row3{
	margin-bottom:50px;
}
.notice-editor2 .row3 .title{
    font-family: 'cwTeXFangSong', serif;
    font-size: 30px;
    color: #fff;
}
.notice-editor2 .row3 .title span{
    font-family: 'Playfair Display';
    font-size: 18px;
    margin-left: 20px;
}
.notice-editor2 .row4:after{
	content:'';
	display: block;
	clear:both;
}
.notice-editor2 .row4{
	max-width: 1440px;
	margin:0 auto 50px;
}
.notice-editor2 .row4 .col{
	float:left;
	width:50%;
}
@media screen and (max-width: 1050px) {
	.notice-editor2 .row1{
		margin-top:0;
	}
}
@media screen and (max-width: 1000px) {
	.notice-editor2 .row1 .title{
		width:100%;
	}
	.notice-editor2 .row1 .title span{
		width:100%;
		margin:0 auto;
	}
	.notice-editor2 .price{
		width:100%;
	}
}
@media screen and (max-width: 940px) {
	.notice-editor2 .row2 .title,.notice-editor2 .row2 ul{
		float:none;
		width:100%;
		text-align:center;
		list-style:none;
	}
	.notice-editor2 .row4 .col{
		float:none;
		width:100%;
		text-align:center;
	}
}
@media screen and (max-width: 650px) {
	.notice-editor2 .row2 .col{
		float:none;
		width:100%;
		padding: 15px 0;
	}
}

/************* restaurant *************/

.restaurant-editor{
    font-size: 15px;
}
.restaurant-editor .info{
    background: rgba(0,0,0,.7);
    max-width: 450px;
    min-height: 500px;
    padding: 60px 30px 30px;
}
.restaurant-editor > div:nth-child(even) .info{
    float: right;
}
.restaurant-editor .row1{
    background: url(../../images/common/restaurant/bg_1.jpg)center top no-repeat;
	background-size:cover;
}
.restaurant-editor .row2{
    background: url(../../images/common/restaurant/bg_2.jpg)center top no-repeat;
	background-size:cover;
}
.restaurant-editor .row3{
    background: url(../../images/common/restaurant/bg_3.jpg)center top no-repeat;
	background-size:cover;
}
/*
.restaurant-editor .row1{
    background: url(../../images/common/restaurant/bg_1.jpg)center top no-repeat fixed;
}
.restaurant-editor .row2{
    background: url(../../images/common/restaurant/bg_2.jpg)center top no-repeat fixed;
}
.restaurant-editor .row3{
    background: url(../../images/common/restaurant/bg_3.jpg)center top no-repeat fixed;
}
*/
.restaurant-editor .title,
.restaurant-editor2 .title{
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}
.restaurant-editor .title span,
.restaurant-editor2 .title span{
    font-size: 30px;
    font-family: 'cwTeXFangSong', serif;
    display: block;
    width: 30px;
    margin: 0 auto;
}
.restaurant-editor .title small,
.restaurant-editor2 .title small{
    font-family: 'Playfair Display';
    font-size: 18px;
}
.restaurant-editor2 .info{
    max-width: 450px;
    padding: 50px 30px;
	margin:0 auto;
	text-align:center;
	color:#aaa;
}


/************* restaurant *************/

@media screen and (max-width: 1100px) {
    .notice-editor .row2 .col{
        float: none;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        padding: 15px 0;
    }
}
@media screen and (max-width: 1080px) {
    .notice-editor .row-in{
        padding: 0;
    }
    .notice-editor .row1 .title{
        float: none;
        width: 100%;
        padding: 15px 0 0;
    }
    .notice-editor .row1 .title span{
        width: inherit;
        line-height: 32px;
    }
    .notice-editor .price{
        float: none;
        width: 100%;
    }
    .notice-editor .table{
        margin: 0;
    }
    .table-wrap{
        padding: 0;
    }
}
@media screen and (max-width: 830px) {
    .about-editor .row1,
    .about-editor .row2{
        padding:0;
    }
    .about-editor .row1 .txt,
    .about-editor .row2 .txt{
        max-width: 100%;
        margin-top: 30px;
    }
    .about-editor .row1 .pic,
    .about-editor .row1 .txt,
    .about-editor .row1 .pic,
    .about-editor .row1 .txt,
    .about-editor .row2 .pic{
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
}
@media screen and (max-width: 590px) {
    .notice-editor .row2 .title,
    .notice-editor .row2 ul{
        width: 100%;
        float: none;
        text-align: center;
        list-style: none;
    }
    .notice-editor .row3 .info{
        padding: 50px 30px;
    }
    .notice-editor .row3 .title span{
        display: block;
        margin: 0;
    }
}