@charset: 'utf-8';

html, body {
	width: 100%;
	height: 100%;
	min-height: 100%;
}

html {
	font-size: 62.5%;
}

body {
	position: relative;
	background-color: #fff;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	font-weight: 400;
}

a:link, a:visited, a:hover, a:active {
	color: #000;
	outline: none;
	text-decoration: underline;
	outline: 0;
}

a.tel, a:hover, a:active {
	text-decoration: none;
}

h2 {
	font-family: 'Asap', sans-serif;
	font-weight: 500;
}

ul {
	list-style: none;
}


/*****************************
wrap
*****************************/

#wrap {
	position: relative;
	width: 100%;
	text-align: center;
}

/*****************************
header
*****************************/

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: rgba(0,0,0,0.8);
	font-family: 'Asap', sans-serif;
	font-weight: 400;
	z-index: 999;
}

#header-contents {
	position: relative;
	width: 100%;
	height: 60px;
}

#header-contents h1 {
}

#header-contents > ul {
}

#header-contents > ul > li {
}

#header-contents > ul > li > a {
	color: #fff;
	text-decoration: none;
}

#header-contents > ul > li > a:hover,
#header-contents > ul > li > a:active {
	color: #ddd;
	text-decoration: underline;
}

/*****************************
footer
*****************************/

#footer {
	width: 100%;
	background-color: #000;
	font-family: 'Asap', sans-serif;
	color: #fffefe;
}

/*****************************
top-image
*****************************/

#top-image {
	width: 100%;
}

#top-image img {
	width: 100%;
	height: auto;
}

/*****************************
message
*****************************/

#message {
	width: 100%;
}

#message p {
	margin: 0 0 1em;
}

/*****************************
reservation
*****************************/

#reservation {
	width: 100%;
}

a.reservation-box {
	display: block;
	position: relative;
	background-color: #222;
	font-weight: bold;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 300px;
	height: 79px;
	line-height: 22px;
	text-decoration: none;
}

a.reservation-box.web {
	padding: 22px 0 0;
}

a.reservation-box.web span {
	display: inline-block;
	margin: 6px 15px 0 0;
}

a.reservation-box.web img {
	vertical-align: top;
}

.reservation-box.tel {
	padding: 18px 0 0;
}

/*****************************
photos
*****************************/

#photos {
}

#photos ul li {
	display: inline-block;
}

#photos ul#photo-instagram {
	width: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#photos ul#photo-instagram li {
	position: relative;
	overflow: hidden;
}

#photos ul#photo-instagram li:before {
	content: "";
	padding: 100% 0 0;
	display: block;
}

#photos ul#photo-instagram li a {
	position: absolute;
	top: 0;
}

#photos ul#photo-instagram li img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

ul.photo-linkicons li {
	margin: 6px 10px 0;
}



/*****************************
menu
*****************************/

#menu {
	width: 100%;
	background-image: url(../images/menu-bg.jpg);
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
}

ul.menu-pager {
}

ul.menu-pager li {
	display: inline-block;
	background-color: #fff;
}

ul.menu-pager li a {
	font-family: 'Asap', sans-serif;
	font-weight: 500;
	text-decoration: none;
	display: block;
	height: 39px;
	line-height: 39px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul.menu-pager li a.active,
ul.menu-pager li a:hover {
	line-height: 37px;
	border: 1px solid #dedede;
}

ul.menu-pager li a img {
	vertical-align: top;
	margin-top: 7px;
	margin-right: 10px;
}

ul.menu-pager li:nth-of-type(1) a img {
	margin-right: 20px;
}

ul.menu-pager li:nth-of-type(2) a img {
	margin-right: 23px;
}

ul.menu-pager li:nth-of-type(3) a img {
	margin-right: 16px;
}

ul.menu-pager li:nth-of-type(4) a img {
	margin-right: 8px;
}

ul.menu-pager li a.active img,
ul.menu-pager li a:hover img {
	margin-top: 6px;
}

.menu-slider-wrap {
	position: relative;
	width: 100%;
}

.bx-wrapper {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	background: transparent;
	margin: 0;
}

.menu-slider-arrow a {
	position: absolute;
	display: block;
	width: 14px;
	height: 23px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.menu-slider-arrow a.disabled {
	display: none;
}

.menu-slider-prev a {
	background-image: url(../images/arrow-l.png);
	background-size: 14px 23px;
}

.menu-slider-next a {
	background-image: url(../images/arrow-r.png);
	background-size: 14px 23px;
}

.menu-contents {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	z-index: 0;
}

.menu-contents::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 1px;
	background-color: #000;
	overflow: hidden;
}

.menu-contents::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: 1px;
	background-color: #000;
	overflow: hidden;
}

.menu-contents h3 {
	position: absolute;
	width: 100%;
	top: -.5em;
	left: 0;
	z-index: 1;
}

.menu-contents h3 .small {
	font-weight: normal;
}

.menu-contents h4 {
	font-weight: normal;
}

.menu-contents p {
	line-height: 1.5;
}

.menu-contents p strong {
	line-height: 1.5;
}

#menu .menu-bottom {
	margin: 0;
}

#menu .menu-bottom p {
	margin: 0 0 1em;
}

.menu-contents.drink dl {
	text-align: left;
}

.drink dl dd {
	text-align: right;
}

.drink-top {
	text-align: left;
	background-color: #000;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.drink-top p {
	margin: 1em 0 0;
}

.drink-dl-wrap > div h4 {
	font-weight: bold;
}

.spumante dl {
	text-align: left;
}


/*****************************
chef
*****************************/

#chef {
	background-color: #000;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#chef h3 {
	font-family: serif;
}

#chef h4 {
	font-family: 'Asap', sans-serif;
}

#chef .chef-profile {
	text-align: left;
}

#chef .chef-profile p {
	margin: 0 0 1em;
}

.chef-instagram {
	display: inline-block;
}

/*****************************
access
*****************************/

.access-route {
	position: relative;
}

.access-route ul {
	list-style: none;
}

#access .gstreetview {
	position: relative;
	display: block;
	margin: 0 auto;
	height: 0;
	padding-top: 56.25%;
	overflow: hidden;
}

#access .gstreetview iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


.access-route-arrow a {
	position: absolute;
	top: 50%;
	margin: -11.5px 0 0;
	display: block;
	width: 14px;
	height: 23px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.access-route-arrow a.disabled {
	display: none;
}

.access-route-prev a {
	background-image: url(../images/arrow-l.png);
	background-size: 14px 23px;
}

.access-route-next a {
	background-image: url(../images/arrow-r.png);
	background-size: 14px 23px;
}




/*****************************
map
*****************************/

#map {
	position: relative;
	width: 100%;
}

#gmap {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}