
@import url("../fonts/flaticon/flaticon.css");
@import url("../fonts/thin/thin.css");
@import url("../css/all.min.css");
@import url("revise.css");
@import url("header.css");
@import url("footer.css");
@import url("banner.css");


/*========================================================
                      	 標題設定
=========================================================*/

.s-header {
    text-align: left;
    overflow: hidden;
    margin-bottom: 30px;
}

.h2-title {
    display: inline-block;
    font-size: 2rem;
    color: #000;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-weight: bold;
}
.h2-title:after {
    position: absolute;
    left: 0%;
    bottom: -6px;
    height: 4px;
    width: 100%;
    background: #df840e;
    opacity: 1;
    content: "";
    z-index: -1;
}

.h3-title {
    border-left: 7px solid #0c3862;
    padding-left: 10px;
    margin-bottom: 20px;
    font-size: 1.6rem;
}

.h4-title {
    font-weight: bold;
    color: #be3333;
}

.font-s1 {
    font-weight: bold;
    color: #df840e;
}

/*========================================================
                      	 內頁框架
=========================================================*/

.content-wrap {
/*    background: url("../img/content-bg.jpg") no-repeat right top fixed;
    background-size: cover;*/
    padding-top: 60px;
    padding-bottom: 60px;
    line-height: 32px;
    min-height: 400px;
}
.wrap {
    margin-bottom: 80px;
}


/*========================================================
                      	 最新消息
=========================================================*/

.news-wrap img {
    width: 100%;
    vertical-align: bottom;
}
.news-item {
    position: relative;
    margin: 0 20px;
}
.news-item-img {
    position: relative;
    margin: 0;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.news-item-img:hover {
    color: #fff
}
.news-item-img:hover .news-item-mask {
    opacity: 1;
    visibility: visible
}
.news-item-img:hover .news-item-mask::after {
    height: 100%
}
.news-item-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.news-item-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: .625rem 1rem;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    font-size: 1.2rem;
    font-weight: 700;
    transition: all .3s
}
.news-item-mask::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 50px;
    width: 100%;
    background-color: rgba(223, 132, 14, .6);
    transform: translateY(-50%);
    transition: all .3s
}
.news-item-mask span {
    position: relative;
    display: block;
    z-index: 2;
    padding: 5px 30px;
}
.news-item-info {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 80px;
}
.news-item-info time {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 1;
    text-align: center;
    color: #000;
    font-size: 0.8rem;
    font-weight: bold;
}
.news-item-info time span {
    display: block;
    color: #df840e;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 40px;
}
.news-item-info h3 {
    color: #000;
    font-size: 1.4rem;
    font-weight: bold;
}
.news-item-info p {
    font-size: 0.9rem;

}

.news-item-info .more {

}
.news-item-info .more a {
    display: block;
    background: url("../img/news-item-icon1.png") no-repeat left 8px;
    padding-left: 20px;    
    color: #000;
}
.news-item-info .more a:hover {
    background: url("../img/news-item-icon2.png") no-repeat left 8px;
    color: #df840e;
}

@media (min-width: 992px) {
    .news-item-title {
        margin-top: 60px;
        margin-bottom: 20px;
    }
}


/*========================================================
                   	最新消息內頁
=========================================================*/


.news-detail {
	text-align: left;
    border-bottom: 2px dashed #adadad;  
}
.news-detail img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.news-detail .news-detail-title {
	text-align: left;
	margin: 0 0 20px 0;
	color: #df840e;
	font-weight: bold;
    font-size: 1.8rem;
}
.news-detail-content {
    margin-bottom: 40px;
}
.news-detail-link {
    border-top: 2px dashed #adadad;
    padding: 1rem;
    font-size: 0.9rem;
    background-color: #ededed;
}
.news-detail-link h4 {
    font-size: 1.1rem;
    font-weight: bold;
}
.news-detail-link a {
    display: inline-block;
    color: #333;
    text-decoration: underline;
    margin-left: 10px;
}
.news-detail-link a:hover {
    text-decoration: none;
}


/*回目錄頁*/
.btn-back {
	text-align: right;
	padding-top: 20px;
}
.btn-back a {
    background-color: #df840e;
	padding: 5px 20px 7px;
	border-radius: 3px;
	color: #fff;
}
.btn-back a:hover {
    background-color: #b96f0f;
	color: #fff;
	text-decoration: none;
}


/*========================================================
                         餐廳環境
=========================================================*/

@media (min-width: 768px) {
    .environment-wrap .slider {
        margin-left: -20px;
        margin-right: -20px;
    }
    .environment-item {
        margin: 0 20px;
    }
}


/*========================================================
                         菜單介紹
=========================================================*/

.product-info {
    margin-bottom: 40px;
}
.product-list-pic a {
    display: flex;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
    -ms-flex-pack: center !important;
    justify-content: center !important;    
}
.product-list-pic img {
    width: 100%;
	margin: 0 auto;
}
.product-list-pic a:hover {
	transform: translateY(-6px);
}
.product-list-row [class*="col-"] p {
    text-align: left;
    margin: 5px 0 20px;
}

.product-notice {
    background-color: #edbc46;
    margin-top: 40px;
    padding: 40px 30px;
}
.product-notice-header {
    text-align: right;
    margin-right: 30px;
    font-weight: bold;
}
.product-notice-info {
    position: relative;
    margin-left: 20px;
}
.product-notice-info:after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #000;
    position: absolute;
    left: -40px;
    top: 0;
    z-index: 3;
}


@media (min-width: 576px) {
    .product-list-pic img {
        width: auto;
        height: 180px;
    }
}
@media (min-width: 768px) {
    .product-list-pic img {
        height: 248px;
    }
}
@media (min-width: 992px) {
	.product-list-pic img {
		height: 217px;
	}
}
@media (min-width: 1200px) {
	.event-detail-pic img {
		height: 263px;
	}
}
@media (min-width: 1600px) {
	.product-list-pic img {
		height: 255px;
	}
}


/*========================================================
                         食材說明
=========================================================*/

.material-img {
    border-right: 30px solid #efb951;
}
.material-info hr {
    border-top: 2px solid rgba(0, 0, 0, 0.2);
}

/*========================================================
                         訂位服務
=========================================================*/



/*========================================================
                         表單設定
=========================================================*/

.form-horizontal {
	margin-bottom: 40px;
}
.form-horizontal label {
	margin-bottom: 0;
    font-weight: bold;
    color: #666;
}
.form-horizontal label:before {
    font-family: 'Font Awesome 5 free';
    content: "\f044";
    font-weight: 900;
    display: inline-block;
    margin-right: 5px;
    color: #111;
}
.form-horizontal .form-control {
	border: 1px solid #ccc;
	background-color: transparent;
}
.form-control::-moz-placeholder {
	color: #666;
	opacity: 1;
	font-size: 16px;
	font-weight: bold;
}
.form-control:-ms-input-placeholder {
	  color: #666;
}
.form-control::-webkit-input-placeholder {
	  color: #666;
}


/*========================================================
                           表格
=========================================================*/

.table1 {
	border-collapse: collapse;
	text-align: left;
	margin: 0 0 20px 0;
	font-size: 15px;
	border: 1px solid #c0bebe;
}
.table1 tr:nth-child(2n+1) {
	background-color: #F3F3F3;
}

.table1 th {
	background-color: #3a7da5;
	color: #fff;
    font-size: 1.1rem;
	font-weight: bold;
	padding: 10px 10px !important;
	text-align: center;	
	border-top: 0 !important;
	border-bottom: 1px solid #c0bebe;
    border-right: 1px solid #fff;
}
.table1 th:last-of-type {
    border-right: 1px solid #c0bebe;
}
.table1 td {
	padding: 5px 5px !important;
	border: 1px solid #c0bebe;
}
.table1 tr.subtitle td {
    background-color: #c8dae7;
    font-weight: bold;
}

.table2 td:nth-of-type(2){
	text-align: center;
}


/*========================================================
                         圖片效果
=========================================================*/


.picture-effect {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.picture-effect img {
	transform: scale(1);
	transition: .3s ease-out all;
}
.picture-effect a {
	display: inline-block;
	position: relative;
}
.picture-effect a:before {
	content: '了解更多';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(206, 26, 26, 0.4);
	pointer-events: none;
	z-index: 1;
	opacity: 0;
	transition: .3s ease-out all;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}
.picture-effect a:hover:before {
	opacity: 1;
}
.picture-effect a:hover img {
	transform: scale(1.1);
}


