@charset "UTF-8";
/* Oko Sushi CSS Document */

/*
font-family: 'Noto Serif', serif; copy
font-family: 'Averia Sans Libre', cursive; title
font-family: 'Open Sans', sans-serif; nav
*/

.material-icons.md-12 { font-size: 12px; color: #333; }
.material-icons.md-18 { font-size: 18px; color: #333; }
.material-icons.md-24 { font-size: 24px; color: #333; } /*default size*/
.material-icons.md-36 { font-size: 36px; color: #333; }
.material-icons.md-48 { font-size: 48px; color: #b22; }
.transform {
	transform: translateY(3px);
}
.rotate {
	transform: rotate(-90deg) translate(-8px, -2px);
}


* {
	margin: 0;
	padding: 0;	
}
html {
	overflow-y: scroll;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 10px;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	padding: 0;
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a, a:hover {
	text-decoration: none;
	color: inherit;
}
div:empty {
	height: 10px;
}

body {
	font-family: 'Noto Serif', serif;
	padding: 0;
	margin: 0;
}

#wrapper {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	background-color: #f3f5f7;
	background-image: url(../images/bkg_top.png), url(../images/bkg_bottom.png);
	background-position: left top, left bottom;
	background-size: 100%;
	background-repeat: no-repeat;
}

/*header*/

header {
	height: 100px;
	background: rgba(255, 255, 255, .7);
	position: relative;
}

header h1 {
	width: 441px;
	height: 75px;
	background: url(../images/header_logo.png) no-repeat;
	font-size: 1px;
	text-indent: -1000rem;
	margin: auto;
	position: relative;
	top: 15px;
	right: 0;
	bottom: 0;
	left: 0;
}


/*video*/
.video_container {
	width: 100%;
	padding-bottom: 35%;
	background: url(../Animation/bkg.jpg) no-repeat;
	position: relative;
	overflow: hidden;
	margin: 0 -5px 0 -1px;
}
video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}



main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 20px 2%;
}
main > div {
	flex: 1;
	margin: 15px 10px;
}
.home_box_1 img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.home_box_2 {
	font-size: 1.2vw;
	line-height: 2.75vh;
	padding: 15px;
}
.home_box_2 img {
	width: 85%;
	height: auto;
}
.home_box_3 {
	height: 0;
	padding-bottom: 24%;
	position: relative;
	border: solid 8px wheat;
}
.home_box_3 iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.home_box_3 h2 {
	font-size: 1.4rem;
	position: absolute;
	text-align: center;
	bottom: -25px;
	background-color: wheat;
	padding: 0;
	width: 100%;
	outline: solid 8px wheat;
}

/*section*/
section.menu {
	margin: 0 5%;
	display: flex;
	padding-bottom: 75px;
}
.menu_images {
	flex:1;
	padding-top: 20px;
}
figure.dishes {
	width: 95%;
	margin: 10px auto 20px;
	padding: 10px 0 0;
	background: url(../images/figure_texture.png) no-repeat;
	background-size: 100%;
}
figure.dishes img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
figure.dishes figcaption {
	font-family: 'Open Sans', sans-serif; 
	font-size: 1.8rem;
	text-align: center;
	background: #da898c;
	padding: 5px 0;
	margin-top: -2px;
}

.chef_images {
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: 10px auto;
}
.chef_images figure {
	background: none;
	width: calc(33% - 10px);
	margin: 0 5px;
}
.chef_images figcaption {
	width: 100%;
}

.menu_items {
	flex: 4;
}
.menuTbl {
	width: 85%;
	margin: 10px auto 25px;
	border-bottom: solid 3px #c18e32;
}
.menuTbl caption {
	font-family: 'Averia Sans Libre', cursive; 
	font-size: 4rem;
	text-align: center;
	color: #b22;
	padding-bottom: 10px;
}

.menuTbl thead tr th {
	font-family: 'Open Sans', sans-serif;  
	font-size: 2rem;
	font-weight: 400;
	font-style: italic;
	padding: 8px 0;
	text-align: center;
	background: #008080;
	color: yellow;
}
.menuTbl tbody td.chili:before {
	content: url(../images/chili.png);
	position: absolute;
	top: 7px;
	left: -12px;
}
.menuTbl tbody tr td {
	font-size: 2rem;
	border-bottom: solid 1px #999;
	position: relative;
}
.menuTbl tbody tr:last-child td {
	border-bottom: none;
}
.menuTbl tbody td small {
	font-family: 'Open Sans', sans-serif;  
	font-style: italic;
}
.menuTbl tbody td:first-child {
	padding: 8px;
}
.menuTbl tbody td:last-child {
	text-align: right;
	padding: 8px 8px 8px 0;
	vertical-align: top;
}
.menuTbl ol {
	font-style: italic;
	color: #666;
	padding: 0;
	margin: 0 0 0 35px;
	list-style-type: upper-alpha;
}
.lunch_th {
	font-size: 2rem;
	text-align: left;
	font-weight: 400;
	padding: 8px 0 10px 35px;
	background: none;
}
.lunch_th ul {
	padding-left: 25px;
}

section.beverage {
	margin: 0 5%;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 75px;
	align-items: flex-start;
}
.beverage h1 {
	width: 100%;
}

.drinkTbl {
	width: calc(45% - 3em);
	margin: 10px 1.5em 25px;
}
.drinkTbl caption, .beverage h1 {
	font-family: 'Averia Sans Libre', cursive; 
	font-size: 4rem;
	text-align: center;
	color: #b22;
	padding-bottom: 10px;
}
.drinkTbl thead tr th {
	font-family: 'Open Sans', sans-serif;  
	font-size: 2rem;
	font-weight: 400;
	font-style: italic;
	padding: 8px 0;
	text-align: center;
	background: #008080;
	color: yellow;
}
.drinkTbl tbody tr {
	border-bottom: solid 1px #999;
}
.drinkTbl tbody tr td {
	font-size: clamp(1.2rem, 3vw, 2rem);
	padding: 8px 1vw;
	position: relative;
	vertical-align: top;
}
.drinkTbl td:last-child {
	width: 35%;
	text-align: right;
	padding: 8px 1vw 8px 0;
}
.drinkTbl tbody tr:last-child td {
	border-bottom: none;
}
.drinkTbl tbody td small {
	font-family: 'Open Sans', sans-serif;  
	font-style: italic;
}
figure.sake {
	width: calc(28% - 4px);
	min-width: 90px;
	margin: 0 2px;
	display: inline-block;
}
figure.sake img {
	width: 100%;
}
figure.sake figcaption {
	font-family: 'Open Sans', sans-serif;
	font-size: clamp(1.1rem, 1vw, 1.4rem);
	text-align: center;
	padding: 3px 1vw;
}


/*footer*/
footer {
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 15px 0;
	background: #68260d;
	color: ivory;
	box-shadow:  0 20px 20px -10px #bbb;
}
footer div {
	margin: 0 5px;
}

.footer_phone {
	font-size: 3.3rem;
	text-align: center;
	flex: 2;
	margin-left: 10px;
}
.footer_info {
	font-size: 1.5rem;
	line-height: 150%;
	flex: 3;
}
.footer_copyright {
	font-size: 1.2rem;
	line-height: 150%;
	flex: 2;
}
.footer_copyright a:hover {
	text-decoration: underline;
}

aside {
	padding: 8px 5px 15px;
	display: flex;
	width: 50%;
	background: rgba(244, 164, 96, .7);
	margin: 0 auto;
}
aside p {
	font-size: 1.4rem;
	margin: auto;
	text-align: center;
}

@media (max-width: 1200px) {
		.home_box_2 {
		font-size: 1.65vw;
}
}


@media (max-width: 900px) {
	.home_box_2 {
	font-size: 1.5vw;
}
	
	main {
		flex-flow: column;
	}
	main > div {
		width: 60%;
		margin: 10px auto;
	}
	.home_box_2 {
		font-size: 1.7vw;
	}
	.home_box_3 {
		padding-bottom: 35%;
	}
	
	.menu_images {
		flex: 1;
	}
	.menu_items {
		flex: 3;
	}
	
	.drinkTbl {
	min-width: 80%;
	margin: 10px auto 25px;
}	
	
	
	footer {
		flex-flow: column;
	}
	footer div {
		width: 100%;
		text-align: center;
		padding: 10px 0;
		border-bottom: solid 1px rgba(255, 255, 255, .5);
	}
	.footer_info {
		font-size: 1.6rem;
	}
	footer div:last-child {
		border-bottom: none;
	}
	
}

@media (max-width: 768px) {
.navigation > li a {
	font-size: 1.6rem;
	padding: 5px 8px;
}
	.home_box_3 {
		padding-bottom: 40%;
	}
	
	section.menu {
		flex-flow: column;
	}
	figure.dishes figcaption {
		margin-bottom: 20px;
	}
	.menu_images {
		flex: 1;
		order: 2;
	}
	.menu_items {
		flex: 1;
		order: 1;
	}
	
	.menuTbl caption {
		font-size: 3rem;
	}
	.menuTbl thead tr th {
	font-size: 1.6rem;
	padding: 5px 8px;
	}
	.menuTbl tbody tr td {
		font-size: 1.8rem;
	}
	.menuTbl tbody tr td small {
		display: block;
	}
	
	.menuTbl ol {
	font-size: 1.4rem;
	margin: 0 0 0 15px;
	list-style-type: upper-alpha;
}
	
	.menu_images figure {
	width: 65%;
	margin: 10px auto;
	}
	.chef_images figure {
	width: 70%;
	margin: 10px auto;
	padding-bottom: 0;
	}
	.chef_images figcaption {
		position: static;
	}
		aside {
		width: 100%;
	}
	
	
}


@media (max-width: 600px) {
main  >  div {
		width: 80%;
	}
.home_box_3 {
		padding-bottom: 50%;
	}
	
.menuTbl tbody tr td {
		font-size: 1.6rem;
	}
	.hide {
		display: none;
	}
	.menu_images {
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto;
		padding: 0 0 0 2vw;
	}
	figure.dishes {
		width: calc(48% - 2em);
		min-width: 180px;
		margin: 1em;
	}
	figure.dishes figcaption {
		font-size: 1.4rem;
	}
	
}



@media (max-width: 480px) {
	header h1 {
	background: url(../images/header_logo_350.png) no-repeat;
	width: 350px;
	height: 58px;
}
	
	main  >  div {
		width: 80%;
	}
.home_box_2 {
		font-size: 1.4rem;
		line-height: 130%;
	}

	.footer_info {
		font-size: 1.4rem;
	}
	.footer_copyright {
		font-size: 1.1rem;
	}
}

/*common classes*/
.yellow {
	color: #ff0;
}
.red {
	color: #b22;
}
.big {
	font-weight: 700;
}

.gototop {
	display: none;
	position: fixed;
	right: 2%;
	bottom: 150px;
	height: 35px;
	width: 50px;
	background: #fff;
	border: solid 2px #d68c8e;
	border-radius: 5px;
	padding: 0;	
	z-index: 100;
}

#black-triangle {
	width: 0;
	height: 0;
	border-left: solid 8px transparent;
	border-right: solid 8px transparent;
	border-bottom: solid 8px #d68c8e;
	position: absolute;
	top: -12px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index:10;	
}

#white-triangle {
	width: 0;
	height: 0;
	border-left: solid 8px transparent;
	border-right: solid 8px transparent;
	border-bottom: solid 8px #fff;
	position: absolute;
	top: -7px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index:20;	
}

.gototop p {
	font-family: 'Open Sans', sans-serif; 
	position: absolute;
	font-size: 1rem;
	top: 16px;
	left: 8px;
	color: #333;
}







