@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. Intro
7. Video
8. Signature Dish
9. The Menu
10. Reservations
11. Footer


******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Alex+Brush|Great+Vibes|PT+Sans+Narrow:400,700');

@font-face {
	font-family: 'Edward';
	src: url(../font/edwardian_script_itc.ttf) format('truetype'),
		url(../font/edwardian_script_itc.otf) format('opentype');
}

/*********************************
2. Body and some general stuff
*********************************/

* {
	padding: 0;
	margin: 0;
	font-family: 'Microsoft JhengHei', 'Noto Sans CJK', 'Xingothic TC', 'Droid Sans Fallback', 'PingFang TC', 'Heiti TC', 'LiHei Pro',
		'Segoe UI', 'Helvetica Neue', Arial, Helvetica, Verdana, 'Trebuchet MS', sans-serif, "PMingLiU";
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

body {
	/* font-family: 'PT Sans Narrow', sans-serif; */
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	color: #636363;
}

div {
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul {
	list-style: none;
	margin-bottom: 0px;
}

p {
	/* font-family: 'PT Sans Narrow', sans-serif; */
	font-size: 16px;
	line-height: 1.875;
	font-weight: 400;
	color: #636363;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

p a {
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

p:last-of-type {
	margin-bottom: 0;
}

a {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

a,
a:hover,
a:visited,
a:active,
a:link {
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

p a:active {
	position: relative;
	color: #FF6347;
}

p a:hover {
	color: #FFFFFF;
	background: #ffa07f;
}

p a:hover::after {
	opacity: 0.2;
}

::selection {
	background: rgba(196, 171, 159, 0.5);
	color: #FFFFFF;
}

p::selection {}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'PT Sans Narrow', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	line-height: 1.2;
	color: #232323;
}

h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {}

.form-control {
	color: #db5246;
}

section {
	display: block;
	position: relative;
	box-sizing: border-box;
}

.clear {
	clear: both;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.trans_200 {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.trans_300 {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.trans_400 {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.trans_500 {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.trans_800 {
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}

.fill_height {
	height: 100%;
}

.super_container {
	width: 100%;
	overflow: hidden;
}

.prlx_parent {
	overflow: hidden;
}

.prlx {
	height: 130% !important;
}

.parallax-window {
	min-height: 400px;
	background: transparent;
}

.parallax_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.background_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.nopadding {
	padding: 0px !important;
}

.page_subtitle {
	font-family: 'Edward', sans-serif;
	color: #b49383;
	line-height: 0.75;
}

.button {
	width: 163px;
	height: 47px;
	background: transparent;
	border: solid 2px #c4ab9f;
	text-align: center;
}

.button a {
	display: block;
	font-size: 18px;
	color: #b49383;
	line-height: 44px;
}

.button:hover {
	background: #c4ab9f;
}

.button:hover a {
	color: #FFFFFF;
}

/*********************************
3. Header
*********************************/

.header {
	position: fixed;
	top: 28px;
	left: 0;
	width: 100%;
	z-index: 100;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	background-color: #fff;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.53);
}

/*.header.scrolled
{
	background: rgba(0,0,0,0.85);
}*/
.header_content {
	width: 100%;
	height: 70px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.header.scrolled .header_content {
	height: 80px;
}

.logo {
	-webkit-transform: translateY(3px);
	-moz-transform: translateY(3px);
	-ms-transform: translateY(3px);
	-o-transform: translateY(3px);
	transform: translateY(3px);
}

.logo a {
	display: block;
}

.logo a>div:first-child {
	font-size: 36px;
	line-height: 0.75;
	color: #000;
}

.logo a>div:last-child {
	font-size: 27px;
	color: #000;
	font-weight: bold;
}

/*.main_nav
{
	margin-left: 170px;
}*/
.main_nav ul li:not(:last-child) {
	/*margin-right: 40px;*/
	padding: 0 10px;
}

.main_nav ul li:nth-last-child(1) {
	padding: 0 0 0 10px;

}

/* .main_nav ul li:not(:last-child) {
	padding: 0 10px;
} */

.main_nav ul li a {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}

.main_nav ul li a:hover {
	color: #b49383;
}

.main_nav ul li a img {
	width: 35px;
}

/*-------下拉子選單---------*/
ul.drop-down-menu ul {
	position: absolute;
	z-index: 99;
	left: 10px;
	top: 100%;
	min-width: 100px;
	background: #fff;
	padding: 10px;
}

ul.drop-down-menu ul li {
	border-bottom: #ccc 1px solid;
}

ul.drop-down-menu ul li:last-child {
	border-bottom: none;
	padding: 0 10px;
}

ul.drop-down-menu ul ul {
	/*第三層以後的選單出現位置與第二層不同*/
	z-index: 999;
	top: 10px;
	left: 90%;
}

ul.drop-down-menu ul {
	/*隱藏次選單*/
	display: none;
}

ul.drop-down-menu li:hover>ul {
	/* 滑鼠滑入展開次選單*/
	display: block;
}

ul.drop-down-menu li {
	position: relative;
	white-space: nowrap;
	/* border-right: #ccc 1px solid;*/
}

ul.drop-down-menu>li:last-child {
	border-right: none;
}

ul.drop-down-menu a {
	background-color: #fff;
	color: #333;
	display: block;
	text-decoration: none;
	line-height: 40px;
}

ul.drop-down-menu li:hover>a {
	/* 滑鼠移入次選單上層按鈕保持變色*/
	color: #ef5c28;
}

/*-------下拉子選單---------*/
.hamburger_bar {
	position: fixed;
	top: 0;
	right: calc((100vw - 690px) / 2 - 15px);
	width: auto;
	height: 149px;
	z-index: 102;
}

.hamburger_bar.scrolled {
	height: 80px;
}

.hamburger {
	display: none;
	position: absolute;
	top: 49%;
	-webkit-transform: translateY(-51%);
	-moz-transform: translateY(-51%);
	-ms-transform: translateY(-51%);
	-o-transform: translateY(-51%);
	transform: translateY(-51%);
	right: 0px;
	cursor: pointer;
	padding: 15px;
	z-index: 2;
}

@media (min-width:768px) {

	.hamburger {
		top: 30%;
		-webkit-transform: translateY(-70%);
		-moz-transform: translateY(-70%);
		-ms-transform: translateY(-70%);
		-o-transform: translateY(-70%);
		transform: translateY(-70%);

	}


}

.menu_toggle {
	display: block;
}

.menu_hamburger {
	display: block;
	position: relative;
	width: 20px;
	height: 12px;
}

.hamburger_lines {
	display: block;
	position: absolute;
	left: 0px;
	width: 100%;
	height: 2px;
	background: #d42a2a;
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
	transform-origin: center center;
}

.line_1 {
	top: 0px;
}

.line_2 {
	top: 5px;
}

.line_3 {
	top: 10px;
}

.hamburger.active .line_1 {
	transform: translateY(5px) rotate(45deg) !important;
	background: #ffffff;
}

.hamburger.active .line_3 {
	transform: translateY(-5px) rotate(-45deg) !important;
	background: #ffffff;
}

.hamburger.active .line_2 {
	opacity: 0 !important;
}

/*********************************
4. Menu
*********************************/

.menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #000000e6;
	z-index: 101;
	visibility: hidden;
	opacity: 0;
	padding-bottom: 100px;
}

.menu.active {
	visibility: visible;
	opacity: 1;
}

.menu_content {
	width: 100%;
	height: 100%;
}

.menu_content ul li:not(:last-child) {
	margin-bottom: 3px;
	border-bottom: solid 1px #3c3b3b;
}

.menu_content ul li {
	display: block;
}

.menu_content ul li a {
	display: block;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 1);
	font-weight: bold;
	letter-spacing: 0.075em;
	margin: 15px 0;
}

#menu li a {
	transition: all 250ms;
	color: #8aa4af;
	text-decoration: none;
	display: block;
	padding: 0.5em;
}

/*  M板下拉 */
.fold-menu {
	margin: 0 0 1em;
	padding: 0 0 0 0.5em;
	list-style: none;
	font-family: sans-serif;
	font-size: 1rem;
	line-height: 1.2;
	width: 100%;
}

.fold-menu li {
	margin-bottom: 0.3125em;
}

.fold-menu li ul {
	margin-top: 0.34722222em;
}

.fold-menu ul {
	display: none;
	list-style: none;
	font-size: 0.9rem;
}

.fold01-menu {
	font-size: 14px;
	font-weight: 300;
}

.fold-menu .dir:after {
	content: '\e818';
	font-family: "fontello";
	font-size: 20px;
	padding-left: 10px;
}

.fold-menu .dir.hide:after {
	content: "\e817";
	font-family: "fontello";
}

/* Menu-分享 */
.icon-share-g {
	height: 60px;
	width: 100%;
	line-height: 40px;
	text-align: center;
	position: fixed;
	bottom: 0px;
	z-index: 9999;
	background: #000;
}

.icon-share-g ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 0 15px;
}

.icon-share-g li img {
	width: 48px;
	padding: 12px 7px;
}

.icon-share-g .icon-up-open-mini:before {
	font-size: 29px;
	padding: 15px 0;
	margin: 0;
	color: #fff;
}

/* PC-分享 */
a.QA {
	height: 41px;
	width: 40px;
	text-align: center;
	padding: 8px 4px 4px 4px;
	position: fixed;
	bottom: 60px;
	right: 10px;
	z-index: 6;
	background: #00c200;
	color: #fff;
	border-radius: 50px;
	font-size: 12px;
	line-height: 1.1;
}

.font-wb {
	font-weight: bold;
}

a.fag {
	height: 40px;
	width: 40px;
	text-align: center;
	padding: 8px 4px 4px 4px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 6;
	background: #54acee;
	color: #fff;
	border-radius: 50px;
	font-size: 14px;
}

a.QA:hover,
a.fag:hover {
	color: #fff;
}

/*a.go-top01 {
    background: rgba(0,0,0,0.6);
    border: 2px solid rgba(255,255,255,0.8);
    height: 40px;
    width: 40px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    opacity: .5;
    -moz-border-radius: 50%!important;
    -webkit-border-radius: 50%!important;
    border-radius: 50%!important;
}*/
/*a.go-top01 i {
    display: inline-block;
    color: #fff !important;
    position: absolute;
    top: 0px;
    left: 0px;
    font-weight: 700;
}
a.go-top01 .icon-up-open-mini:before {
    font-size: 26px;
}*/
@media only screen and (max-width: 767px) {
	a.QA {
		bottom: 150px;
	}

	a.fag {
		bottom: 104px;
	}
}

/* PC-分享 end*/
/*  footer  */
footer#footer {
	margin-top: 20px;
}

#footer #footer-bottom {
	padding-top: 1rem;
	padding-bottom: 1rem;
	background: #000;
}

#footer #footer-bottom .copyright {
	font-size: 0.8rem;
	font-family: 微軟正黑體;
	color: #fffdfd;
}

/*  footer  */

/* CSS Document */

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/

/************
1. 1600px
************/

@media only screen and (max-width: 1600px) {
	.intro_content {
		width: 600px;
		right: -100px;
	}
}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px) {}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px) {}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px) {}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px) {
	.main_nav {
		margin-left: 70px;
	}

	.main_nav ul li:not(:last-child) {
		margin-right: 35px;
	}

	.intro_content {
		position: relative;
		top: auto;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		right: auto;
		margin-bottom: 102px;
		width: 100%;
	}

	.dish_price {
		margin-left: 0px;
	}
}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px) {}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px) {}

/************
6. 991px
************/

@media only screen and (max-width: 991px) {
	.hamburger {
		margin-top: 2rem;
		display: block;
	}

	.hamburger_bar {
		display: block;
	}

	.main_nav,
	.reservations_phone {
		display: none;
	}

	.sig_content_container {
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		width: 100%;
		z-index: 1;
		margin-bottom: 102px;
	}

	.sig_image {
		height: auto;
	}

	.sig_image .background_image {
		display: none;
	}

	.sig_image img {
		display: block;
	}

	.themenu_column:not(:last-child) {
		margin-bottom: 80px;
	}

	.footer_col:not(:last-child) {
		margin-bottom: 80px;
	}
}

/************
7. 959px
************/

@media only screen and (max-width: 959px) {}

/************
8. 880px
************/

@media only screen and (max-width: 880px) {}

/************
9. 768px
************/

@media only screen and (max-width: 768px) {}

/************
10. 767px
************/

@media only screen and (max-width: 767px) {
	.hamburger_bar {
		right: calc((100vw - 510px) / 2 - 15px);
	}

	.home_subtitle {
		font-size: 48px;
	}

	.home_title h1 {
		font-size: 56px;
	}

	.intro_content {
		padding-left: 49px;
	}

	.intro_col:not(:last-child) {
		margin-bottom: 30px;
	}

	.res_input,
	.res_select {
		width: 150px;
	}
}

/************
11. 575px
************/

@media only screen and (max-width: 575px) {
	p {
		font-size: 14px;
	}

	/*	.header_content,
	.header.scrolled .header_content
	{
		height: 80px;
	}*/
	.hamburger_bar {
		right: 0px;
		height: 80px;
	}

	.hamburger_bar.scrolled {
		height: 80px;
	}

	.home {
		height: 500px;
	}

	.home_subtitle {
		font-size: 30px;
	}

	.home_title h1 {
		font-size: 36px;
	}

	.intro_content {
		padding-left: 30px;
	}

	.intro_subtitle {
		font-size: 30px;
	}

	.intro_title h2 {
		font-size: 36px;
	}

	.intro_text {
		margin-top: 24px;
	}

	.sig_content_container {
		margin-bottom: 82px;
	}

	.sig_content {
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 52px;
		padding-bottom: 62px;
	}

	.sig_subtitle {
		font-size: 30px;
	}

	.sig_title h1 {
		font-size: 36px;
	}

	.sig_name,
	.sig_price {
		font-size: 20px;
	}

	.themenu_stars {
		width: 164px;
		font-size: 28px;
	}

	.themenu_title {
		font-size: 36px;
	}

	.res_stars {
		font-size: 30px;
	}

	.res_title {
		font-size: 36px;
	}

	.res_form_container {
		width: 100%;
		margin-top: 60px;
	}

	.res_input:not(:last-child) {
		margin-right: 0px;
		margin-bottom: 12px;
	}

	.res_input,
	.res_select {
		width: 100%;
	}

	.footer_logo_title {
		font-size: 36px;
	}

	.footer_logo_subtitle {
		font-size: 12px;
	}

	.footer_contact_title,
	.footer_contact_text {
		font-size: 14px;
	}
}

/************
11. 539px
************/

@media only screen and (max-width: 539px) {}

/************
12. 480px
************/

@media only screen and (max-width: 480px) {}

/************
13. 479px
************/

@media only screen and (max-width: 479px) {}

/************
14. 400px
************/

@media only screen and (max-width: 400px) {}