@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. The Menu
7. Signature Dishes
8. Reservations
9. 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
*********************************/

body{
    color: #a5a5a5;
}


*
{
	margin: 0;
	padding: 0;
	-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;
}

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

.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;
}
.section_subtitle
{
	font-size: 36px;
    font-family: 'Averia Sans Libre', cursive;
    color: #b49383;
    line-height: 0.75;
}
.section_title
{
	margin-top: 6px;
}
.section_title h1
{
	font-size: 36px;
    padding-top: 0.4em;
    color: #796F65;
    font-family: 'Cherry Cream Soda', cursive;
}

/*********************************
3. Header
*********************************/

.header
{
	position: fixed;
	top: 0;
	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;
}
.header.scrolled
{
	background: rgba(0,0,0,0.85);
}
.header_content
{
	width: 100%;
	height: 149px;
	-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: #FFFFFF;
}
.logo a > div:last-child
{
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 0.680em;
	line-height: 0.75;
	margin-top: 12px;
}
.main_nav
{
	margin-left: 170px;
}
.main_nav ul li:not(:last-child)
{
	margin-right: 40px;
}
.main_nav ul li a
{
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
}
.main_nav ul li a:hover
{
	color: #b49383;
}
.reservations_phone
{
	height: 47px;
	line-height: 43px;
	padding-left: 25px;
	padding-right: 20px;
	text-align: center;
	border: solid 2px #FFFFFF;
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
}
.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: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0px;
	cursor: pointer;
	padding: 15px;
	z-index: 2;
}
.menu_toggle
{
	display: block;
}
.menu_hamburger
{
	display: block;
	position: relative;
	width: 12px;
	height: 12px;
}
.hamburger_lines
{
	display: block;
	position: absolute;
	left: 0px;
	width: 100%;
	height: 2px;
	background: #F7F7F7;
	-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;
}
.hamburger.active .line_3
{
	transform: translateY(-5px) rotate(-45deg) !important;
}
.hamburger.active .line_2
{
	opacity: 0 !important;
}
.menu_toggle span
{
	display: block;
	position: relative;
	font-size: 17px;
	font-weight: 700;
	line-height: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #F7F7F7;
}

/*********************************
4. Menu
*********************************/

.menu
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(180,147,131,0.97);
	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;
}
.menu_content ul li
{
	display: block;
}
.menu_content ul li a
{
	display: block;
	font-size: 24px;
	text-transform: uppercase;
	color: rgba(255,255,255,1);
	font-weight: bold;
	letter-spacing: 0.075em;
}
.menu_content ul:hover li a
{
	color: rgba(255,255,255,0.5);
}
.menu_content ul li a:hover
{
	color: rgba(255,255,255,1);
}
.menu_reservations_phone
{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 40px;
	height: 47px;
	line-height: 43px;
	padding-left: 25px;
	padding-right: 20px;
	text-align: center;
	border: solid 2px #FFFFFF;
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
	white-space: nowrap;
}


/*********************************
6. The Menu
*********************************/

.themenu
{
	width: 100%;
	
	padding-top: 102px;
	padding-bottom: 102px;
	border-bottom: solid 0px #c4ab9f;
}
.bg_read_outdoor
{
    background: url(../images/outdoor_patarn.jpg);
}
.bg_read_freetime
{
    background: url(../images/freetime_paturn.jpg);
}
.themenu_text_row
{
	margin-top: 0px;
}
.themenu_row
{
	margin-top: 93px;
}
.themenu_image
{
	width: 100%;
	margin-bottom: 31px;
}
.themenu_image img
{
	max-width: 100%;
}
.themenu_col
{
	width: 100%;
	padding-left: 50px;
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 60px;
	border: solid 1px #c4ab9f;
    background-color: #fff;
}
.themenu_col:hover
{
    /*
	box-shadow: 0px 27px 40px rgba(0,0,0,0.13);
    */
}
.themenu_col_title
{
	
    padding: 5px;
	border-top: solid 1px #c4ab9f;
    border-bottom: solid 1px #c4ab9f;
	font-size: 23px;
	color: #c4ab9f;
    text-align: center;
    letter-spacing: 0.1em;
}
.dish_list
{
	margin-top: 24px;
}
.dish:not(:last-child)
{
	margin-bottom: 15px;
}
.dish_title,
.dish_price
{
	font-size: 16px;
	color: #584d3b;
}
.dish_price
{
	margin-left: auto;
}
.dish_contents
{
	margin-top: 3px;
}
.dish_contents ul li
{
	font-size: 14px;
	color: #636363;
}
.dish_contents ul li:not(:last-child)::after
{
	display: inline-block;
	content: '/';
	margin-left: 3px;
	margin-right: 3px;
	font-size: 14px;
	color: #636363;
}
.dish_order
{
	margin-top: 10px;
}
.dish_order a
{
	position: relative;
	font-size: 18px;
	color: #b49383;
}
.dish_order a::after
{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #b49383;
	content: '';
	visibility: hidden;
	opacity: 0;
}
.dish_order a:hover::after
{
	visibility: visible;
	opacity: 1;
}

/*********************************
7. Signature Dishes
*********************************/

.sig
{
	width: 100%;
	background: #f7fafb;
	padding-top: 50px;
	padding-bottom: 50px;
}
.sig_row
{
	margin-top: 0px;
}
.sig_dish:not(:last-child)
{
	margin-bottom: 57px;
}
.sig_content
{
	width: 100%;
	padding-right: 31px;
}
.sig_rating
{
	
}
.rating_r i::before
{
	font-family: 'FontAwesome';
	content: "\f006";
	font-style: normal;
	font-size: 10px;
	color: #d6baa0;
}
.rating_r i:not(:last-child)
{
	margin-right: 3px;
}
.rating_r_1 i:first-child::before{content: "\f005";}
.rating_r_2 i:first-child::before{content: "\f005";}
.rating_r_2 i:nth-child(2)::before{content: "\f005";}
.rating_r_3 i:first-child::before{content: "\f005";}
.rating_r_3 i:nth-child(2)::before{content: "\f005";}
.rating_r_3 i:nth-child(3)::before{content: "\f005";}
.rating_r_4 i:first-child::before{content: "\f005";}
.rating_r_4 i:nth-child(2)::before{content: "\f005";}
.rating_r_4 i:nth-child(3)::before{content: "\f005";}
.rating_r_4 i:nth-child(4)::before{content: "\f005";}
.rating_r_5 i:first-child::before{content: "\f005";}
.rating_r_5 i:nth-child(2)::before{content: "\f005";}
.rating_r_5 i:nth-child(3)::before{content: "\f005";}
.rating_r_5 i:nth-child(4)::before{content: "\f005";}
.rating_r_5 i:nth-child(5)::before{content: "\f005";}
.sig_name
{
	font-size: 26px;
	color: #796f60;
	margin-top: 1px;
    margin-bottom: 0.5em;
    font-family: sans-serif;
    line-height: 1.45em;
}
.sig_smal{
    font-size: 22px;
    margin: 0 0 0.25em 0;
    padding: 20px 0 0 34px;
    line-height: 2;
    overflow: hidden;
    width: 100%;
    clear: both;
    display: block;
    color: #634C19;
    vertical-align: bottom;
    background: url(../images/icon_flag.png) no-repeat;
    font-family: serif;
    
}
.sig_price
{
	font-size: 24px;
	color: #232323;
}
.sig_content_list
{
	margin-top: 4px;
}
.sig_content_list ul li:not(:last-child)::after
{
	display: inline-block;
	content: '/';
	font-size: 16px;
	color: #636363;
	margin-left: 5px;
	margin-right: 5px;
}
.sig_content_list ul li
{
	font-size: 16px;
	color: #636363;
    line-height: 1.8em;
}
.sig_button
{
	margin-top: 37px;
}
.sig_image
{
	width: 100%;
    margin-top: 164px;
}
.no_mt{
    margin-top: 0;
}
.sig_image img
{
	max-width: 100%;
}


.relax{
    width: 640px;
    margin: 0 auto;
    text-align: center;
}
.relax .sig_content {
    width: 100%;
    padding-right: 0px;
}
.relax .sig_name{
    text-align: center;
    margin: 40px 0 20px 0;
    width: 100%;
}
.relax .sig_content_list{
    text-align: left;
}
.freeture_plan{
    text-align: left;
}

.freeture_plan article{
    border-bottom: 1px solid #e3e3e3;
    padding: 10px 10px 10px 15px;
    font-size: 15px;
    color: #796f60;
    font-family: sans-serif;
    line-height: 1.6em;
}

.relax #only-one {
    width: 100% !important;
    padding-left: 0px;
    margin-top: 1em;
    
}




/*********************************
4. Menu
*********************************/

.menu
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(180,147,131,0.97);
	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;
}
.menu_content ul li
{
	display: block;
}
.menu_content ul li a
{
	display: block;
	font-size: 24px;
	text-transform: uppercase;
	color: rgba(255,255,255,1);
	font-weight: bold;
	letter-spacing: 0.075em;
}
.menu_content ul:hover li a
{
	color: rgba(255,255,255,0.5);
}
.menu_content ul li a:hover
{
	color: rgba(255,255,255,1);
}
.menu_reservations_phone
{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 40px;
	height: 47px;
	line-height: 43px;
	padding-left: 25px;
	padding-right: 20px;
	text-align: center;
	border: solid 2px #FFFFFF;
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
	white-space: nowrap;
}

.mainlogo{
    width: 200px;
    height: auto;
    margin: 0 auto;
    margin-top: -30px !important;
}

.logo
{
	-webkit-transform: translateY(3px);
	-moz-transform: translateY(3px);
	-ms-transform: translateY(3px);
	-o-transform: translateY(3px);
	transform: translateY(3px);
    width: 100px;
    height: auto;
    margin-top: -20px;
}
.logo a img{
    width: 100%;
    height: auto;
}


/*********************************
6. Intro
*********************************/

.intro
{
	width: 100%;
	
	padding-top: 102px;
}
.intro_image
{
	width: 100%;
}
.intro_image img
{
	max-width: 100%;
}
.intro_content
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -165px;
	width: 679px;
	background: #FFFFFF;
	border: solid 2px #b49383;
	box-shadow: 0px 45px 70px rgba(0,0,0,0.24);
	z-index: 1;
	padding-top: 55px;
	padding-bottom: 59px;
	padding-left: 70px;
	padding-right: 50px;
}
.intro_subtitle
{
	font-size: 28px;
    
}
.intro_title
{
	margin-top: 6px;
    
}
.intro_title h2
{
	font-size: 36px;
    padding-top: 0.4em;
    color: #796F65;
    font-family: 'Karla', sans-serif;
}
.intro_text
{
	
}


.bg_takechan{
    background: url(../images/takechan_paturn.jpg);
}
.bg_veg{
    background: url(../images/veg_paturn.png);
}

/*********************************
7. Chefs
*********************************/

.chefs
{
	width: 100%;
	background: #FFFFFF;
	padding-top: 93px;
	padding-bottom: 63px;
}
.chefs_text_row
{
	margin-top: 24px;
}
.chefs_row
{
	margin-top: 57px;
}
.chef_image
{
	width: 100%;
}
.chef_image img
{
	max-width: 100%;
}
.chef_content
{
	padding-top: 36px;
	padding-bottom: 40px;
}
.chef_name
{
	font-size: 22px;
	color: #000000;
	line-height: 1.2;
}
.chef_subtitle
{
	font-size: 16px;
	color: #636363;
	line-height: 1.2;
	margin-top: 6px;
}
.chef_button
{
	width: 98px;
	height: 41px;
	background: #c4ab9f;
	margin-top: 14px;
}
.chef_button:hover
{
	box-shadow: 0px 5px 10px rgba(0,0,0,0.25);
}
.chef_button a
{
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 41px;
}

/*********************************
6. Contact
*********************************/

.contact
{
	width: 100%;
	padding-top: 116px;
	padding-bottom: 103px;
}
.contact_title
{
	font-size: 36px;
	color: #d4b56f !important;
	line-height: 0.75;
    font-family: 'Averia Sans Libre', cursive;
}
.contact_text
{
	margin-top: 40px;
}
.contact_logo_container
{
	margin-top: 20px;
}
.contact_logo_title
{
	font-size: 63px;
	line-height: 0.75;
	color: #232323;
    width: 200px;
    overflow: hidden;
}
.contact_logo_title img{
    width: 100%;
    height: auto;
}
.contact_logo_subtitle
{
	font-size: 21px;
	text-transform: uppercase;
	color: #232323;
	letter-spacing: 0.680em;
	line-height: 0.75;
	margin-top: 19px;
}
.contact_list_container
{
	padding-top: 39px;
	padding-bottom: 41px;
	margin-top: 38px;
	border: solid 2px #d4b56f;
}
.contact_list_content
{

}
.contact_list
{
	max-width: 100%;
}
.contact_list li:not(:last-child)
{
	margin-bottom: 24px;
}
.contact_list li > div
{
	float: left;
}
.contact_list li > div:first-child div
{
	width: 87px;
	font-size: 20px;
	color: #232323;
	line-height: 0.75;
}
.contact_list li > div:last-child
{
	font-size: 15px;
	color: #838383;
	line-height: 1.6;
	margin-top: -3px;
}
.contact_social
{
	margin-top: 35px;
}
.contact_social ul li:not(:last-child)
{
	margin-right: 21px;
}
.contact_social ul li a i
{
	padding: 5px;
	font-size: 35px;
	color: #838383;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.contact_social ul li a i:hover
{
	color: #c4ab9f;
}
.google_map_row
{
	margin-top: 82px;
}
.contact_map
{
	width: 100%;
}
.map
{
	width: 100%;
}
.google_map
{
	width: 100%;
	height: 434px;
}
.map_container
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#map
{
	width: 100%;
	height: calc(100% + 30px);
}


.from_404{
	width: 100%;
	text-align: center;
	list-style: none;
}
.from_404 h4{
	margin-top: 2em;
}

.from_404 a{
	font-size: 110%;
	border: solid 1px #666666;
	padding: 0.5em 1.5em;
}





.video {
    width: 100% !important;
    margin: 30px auto 20px auto;
    overflow: hidden;
}
.youtube {
    position: relative;
    width: 100% !important;
    padding-top: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100%;
}


.attention{
	width: 100%;
	padding: 20px;
	border: solid 1px #ddd;
}
.attention p{
	color: #ea0000;
	width: 100%;
	text-align: center;
	margin-bottom: 1em;
}
.attention ul{
	list-style: disc;
}
.attention ul li{
	margin-left: 1.5em;
	color: #636363;
	padding-bottom: 0.5em;
}



