
@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: #c38402;
}

.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-"] {
    margin-bottom: 30px;
}
.product-list-row [class*="col-"] h3 {
    font-weight: bold;
    font-size: 1.4rem;
    margin: 15px 0 5px;
}
.product-list-row [class*="col-"] p {
}

.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: 160px;
    }
}
*@media (min-width: 640px) {
    .product-list-pic img {
        width: auto;
        height: 160px;
    }
}
@media (min-width: 768px) {
    .product-list-pic img {
        height: 220px;
    }
}
@media (min-width: 992px) {
	.product-list-pic img {
		height: 193px;
	}
}
@media (min-width: 1200px) {
	.event-detail-pic img {
		height: 233px;
	}
}
@media (min-width: 1600px) {
	.product-list-pic img {
		height: 227px;
	}
}


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

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

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

.contact-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* 表單設定 */
.form-horizontal {
	margin-bottom: 40px;
}
.form-horizontal .control-label {
	color: #333;
}
.form-horizontal .form-control {
	border-radius: 0;
	padding: 5px 20px 5px 40px;
	border: 1px dashed #c4c4c4;
	background-color: #f6f6f6;
}
.form-control {
    background-color: #f6f6f6;
	height: 40px;
}	
.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;
}

/* 意見表單 */
.contact-form {
	margin-bottom: 20px;
}
.contact-form [class *= col-] {
	position: relative;
	margin-bottom: 10px;
}
.contact-form [class *= col-] i {
    display: block;
    font-size: 1rem;
    color: #666;
    width: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #f6f6f6;
    position: absolute;
    left: 24px;
    top: 6px;
    border-radius: 5px;
    transition: all 0.4s ease;
}
.contact-form [class *= col-] i.text-red {
    color: #333;
}

.form_out .col-md-2 {
	text-align: left;
	font-weight: bold;
}
.form-group {
	padding: 10px 15px;
	margin-bottom: 0 !important;
}
.form-group:nth-of-type(2n+2) {
	background-color: #ededed;
}
.form-group b {
	display: block;
	font-size: 15px;
}
.input {
	text-decoration: none;
	border: 1px solid #c7c7c7;
	width: 100%;
	padding: 2px 2px;
}

/* 尺寸設定 */
@media (min-width: 768px) {
	.form-info {
		padding: 20px 20px 20px 70px;
	}
	.form-info {
		margin-right: 15px;
	}
	.input {
		width: 40%;
	}
	.form-group b {
		display: inline-block;
	}
}



/*========================================================
                         商品訂購
=========================================================*/

.order-wrap .form-control {
    padding: 5px 10px 5px 10px;    
}
.form-horizontal {
	margin-bottom: 40px;
}
.form-list > div {
    margin-bottom: 20px;
}
.form-list .d-flex {
	border: 1px solid #777;  
}
.form-list .d-flex label {
	margin-bottom: 0;
    font-weight: bold;
    color: #666;
	border-right: 1px solid #777; 
    text-align: center;
    min-width: 160px;
    width: auto;
    line-height: 42px;
}
.form-list .d-flex .form-control {
	border: none;
	background-color: transparent;
    border-radius: 0;
    width: 100%;
    height: calc(2.5rem + 2px);    
}
.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
	font-size: 1rem;
	font-weight: bold;
}
.form-control:-ms-input-placeholder {
	  color: #999;
}
.form-control::-webkit-input-placeholder {
	  color: #999;
}


.qty-box {
    position: relative;
    display: inline-block;
    width: 85px;
    max-width: none;
    padding: 0 29px;
    box-sizing: border-box;
/*    border: 1px solid #776255;*/
}
.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 30px;
    line-height: 28px;
    font-size: 1rem;
    color: #e95b5a;
    font-weight: bold;
    background: #fff;
    border: none;
    margin: 0;
    padding: 0;
    z-index: 1;
    border-radius: 0;
}
.qty-box .form-control:focus {
    border-color: #FFA395;
}
.qty-box .btnOrder {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 28px;
    font-weight: 100;
    color: #58483F;
    position: absolute !important;
    background: #fff;
    z-index: 0;
    top: 0;
}
.qty-box .btnOrder:hover {
    color: #FFA395;
    background: #fff;
    z-index: 2;
}
.qty-box .less {
    left: 0;
}
.qty-box .add {
    right: 0;
}


.order-total {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.order-total li {
    position: relative;
    text-align: right;
    padding-right: 210px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.order-total li span {
    width: 200px;
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 2;
    
}
.order-total li:last-of-type {
    background-color: #c38402;
    color: #fff;
    
}

.order-btn {
	text-align: center;
	padding-top: 20px;
}
.order-btn a:nth-of-type(1) {
    display: inline-block;
    background-color: #4c93c0;
    border: 1px solid #4c93c0;
	padding: 5px 30px;
    margin: 0 10px;
	color: #fff;
}
.order-btn a:nth-of-type(2) {
    display: inline-block;
    background-color: #be3333;
    border: 1px solid #be3333;
	padding: 5px 30px;
    margin: 0 10px;
	color: #fff;
}
.order-btn  a:hover {
    background-color: #c38402;
    border: 1px solid #c38402;
}

.order-write {
	text-align: center;
	padding-top: 20px;
}
.order-write a {
    display: inline-block;
    background-color: #c38402;
    border: 1px solid #c38402;
	padding: 5px 30px;
    margin: 0 10px;
	color: #fff;
}
.order-write a:hover {
    background-color: #8B660A;
    border: 1px solid #8B660A;
}



/* 隱私權 */
.privacy-list {
    max-width: 80vw;
    max-height: 80vh;
}
.privacy-list h2 {
    font-weight: bold;
    font-size: 2rem;
}
.privacy-list > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.privacy-list > ul > li {
    margin-bottom: 20px;
}
.privacy-list > ul li span {
    font-weight: bold;
    color: #283a5f;
    font-size: 1.2rem;
}
@media (max-width: 539px) {
    .order-btn a {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}
@media (min-width: 992px) {
    .privacy-list {
        max-width: 60vw;
    }
}


/*========================================================
                      	 訂單查詢
=========================================================*/

.order-login {
    width: 100%;
    max-width: 90%;
    padding: 20px;
    margin: 30px auto;
	border: 1px dashed #adadad;
	background-color: #fffbf6;
}

.order-login-title {
    font-size: 2rem;
    color: #000;
	padding-bottom: 10px;
	border-bottom: 5px solid #df840e;
	position: relative;
	text-align: left;
	margin-bottom: 30px;
}
.order-login-title.ok {
    background: url("../img/icon-ok.png") no-repeat left 4px;
    padding-left: 40px;
}
.order-login-title.fail {
    background: url("../img/icon-fail.png") no-repeat left 4px;
    padding-left: 40px;
}
.order-login .order-login-items {
	position: relative;
	padding: 0;
	margin-bottom: 15px;
}
.order-login .order-login-items .form-control {
    height: auto;
    font-size: 1rem;
    border-radius: 0;
    padding: 8px 10px 8px 40px;
    border: 1px dashed #c4c4c4;
    background-color: #fff;
}
.order-login .order-login-items i {
    display: block;
    font-size: 1rem;
    color: #333;
    width: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #f6f6f6;
    position: absolute;
    left: 6px;
    top: 8px;
    border-radius: 5px;
    transition: all 0.4s ease;
}
.order-login-btn a {
    background-color: #df840e;
    color: #fff;
    display: block;
    font-weight: bold;
}
.order-login-btn a:hover {
    background-color: #e19f2f;
    color: #000;
}


@media (min-width: 540px) {
    .order-login {
        max-width: 400px;
        padding: 30px;
    }
}
@media (min-width: 768px) {
    .order-login {
        max-width: 500px;
        padding: 50px;
    }
}
@media (min-width: 1200px) {
    .order-login {
        max-width: 600px;
    }
}


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

.table1 {
	border-collapse: collapse;
	text-align: center;
	margin: 0 0 20px 0;
}
.table1 th {
    font-size: 1rem;
	font-weight: bold;
	text-align: center;	
    border: none;
}
.table1 th:first-of-type {
    padding-left: 0;
}
.table1 th:last-of-type {
    padding-right: 0;
}
.table1 th span {
    display: inline-block;
    width: 100%;
	padding: 7px;
	border: 1px solid #999;
}
.table1 td {
	padding: 0.5rem 0.25rem !important;
    border: none;
    border-bottom: 1px solid #999;
}
.table1 td:first-of-type {
	text-align: left;
}
.table1 td:last-of-type a {
    display: inline-block;
	color: #e95b5a;
}


.table2 {
	border-collapse: collapse;
	text-align: center;
	margin: 0 auto !important;
	font-size: 1rem;
    background-color: #fff;
    border: 1px solid #c0bebe;
}
.table2 th {
	background-color: #c38402;
	color: #fff;
	font-weight: bold;
	padding: 7px 10px !important;
	text-align: center;	
	border-top: 0 !important;
	border-bottom: 1px solid #c0bebe;
    border-right: 1px solid #fff;
}
.table2 th:last-of-type {
    border-right: 1px solid #c0bebe;
}
.table2 td {
	padding: 6px 15px !important;
    border-right: 1px solid #ccc;
    vertical-align: middle;
}
.table2 td:nth-of-type(2) {
    text-align: left;
}
.table2 td img {
    width: 80px;
    height: auto;
}
.table2 tr.bg1 td {
    text-align: center;
    background-color: #ededed;
}
.table3 td:nth-of-type(1) {
    background-color: #ededed;
    text-align: center;
}


/*========================================================
                     footer-icon (右側)
=========================================================*/

.icon_Community a.js-btn-icon_Community {
    text-align: center;
    width: 50px;
    line-height: 47px;
    border-radius: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
    cursor: pointer;
    color: #fff;
    background: #000;
    font-size: 22px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    height: 50px;
    pointer-events: auto;
}

.js-btn-icon_Community:hover,
.js-btn-icon_Community:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.js-icon_Community .icon_li {
    position: relative;
    left: -100px;
    
}
.icon_li_img {
        max-width: 50px;
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        left: 0;
        z-index: 1;
    }
.js-icon_Community.active .icon_li {
    left: 0;
    pointer-events: auto;
}

.js-icon_Community .icon_li:nth-child(1) {
    transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
}

.js-icon_Community .icon_li:nth-child(2) {
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.js-icon_Community .icon_li:nth-child(3) {
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}


.icon_li a:hover .icon{
	animation: go 3s linear infinite;
}
@keyframes go {
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  50%,100% {
    transform: rotate(0deg);
  }
}  

@media (max-width: 991.98px){
    .icon_Community {
        width: 100%;
        position: fixed;
        left: auto;
        bottom: 0;
        z-index: 999998;
        pointer-events: none;
    }
    .icon_Community_ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
    }
    .icon_Community_ul .icon_li {
        width: 33.33%;
        border-right: 1px solid #fff;
    }
    .icon_Community_ul .icon_li:last-child {
        border-right: none;
    }
	.icon_Community_ul .icon_name {
        font-size: 0.9rem;
		padding-top: 5px;
    }
    .icon_img {
        display: block;
        background: #c38402;
        overflow: hidden;
        text-align: center;
        color: #fff;
        position: relative;
        padding: 10px 10px;
        text-decoration: none;
    }
	.icon_Community a{
		color: #fff;
		text-decoration:none;
	}
	.icon_Community a img{
		display: block;
		margin: 0 auto;
		width: 22px;
	}
	.icon_Community a:hover{
		background-color: #92670f;
	}
	.icon_Community a:hover img{
		animation: go 3s linear infinite;
	}
}

@media (min-width: 992px){
    .icon_Community {
        position: fixed;
        right: 20px;
        bottom: 80px;
        z-index: 9998;
        pointer-events: none;
    }
    .icon_Community_ul {
        list-style: none;
        padding: 0;
        flex-direction: column;
        align-items: flex-end;
        display: flex;
        margin-bottom: 50px;
    }
    .icon_img {
        background: #c38402;
        border: none;
        overflow: hidden;
        text-align: center;
        margin-bottom: 6px;
        width: 50px;
        text-decoration: none;
        border-radius: 100px;
        color: #fff;
        transition: all 0.3s ease;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .icon_img.active {
        width: 142px;
    }
    .icon_img.active .icon_name {
        text-indent: 0;
        opacity: 1;
    }
    .icon_img:hover {
        text-decoration: none;
        width: 142px;
    }
    .icon_img:before {
        opacity: 0;

    }
    .icon_img .icon {
        color: #fff;
        font-size: 22px;
        width: 50px;
        line-height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 0;
        z-index: 1;
    }
    .icon_img:hover .icon {
        text-decoration: none;
    }
    .icon_img:hover .icon_name {
        opacity: 1;
        text-indent: 0;
    }
    .icon_name {
        position: relative;
        line-height: 50px;
        padding-left: 15px;
        padding-right: 50px;
        transition: all 0.3s ease;
        opacity: 0;
        text-decoration: none;
        color: #fff;
        white-space: nowrap;
        border-radius: 100px;
        overflow: hidden;
        font-family: Arial, "Microsoft JhengHei", sans-serif;
    }
}



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


.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);
}


