﻿@charset "utf-8";
html {
	min-width: 1100px; /* viewport */
}
/*=============================================
 * body
 *=============================================*/

body {
	color: #1f0e00;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0.4px;
	background: url(../img/shared/body-bg.jpg) repeat center top;
	max-height: 100%;
}
/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/

.fnt-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/*=============================================
 * #wrapper
 *=============================================*/

#wrapper {
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.wrap {
	width: 1000px;
}
/*=============================================
 * header
 *=============================================*/

#header {
	position: relative;
	background: url(../img/shared/header-line.jpg) repeat-x center bottom;
	padding-bottom: 9px;
}
#header #belt {
	background: url(../img/shared/belt-bg.jpg) no-repeat center top;
	width: 300px;
	float: left;
	padding-bottom: 46px;
}
#header h1 {
	position: absolute;
	top: 80px;
	right: 40px;
	line-height: 20px;
	color: #FFF;
	font-size: 14px;
	z-index: 100;
}
#header .logo {
	text-align: center;
	padding-bottom: 44px;
}
#header .tel {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
}
#header .nav {
	padding-left: 38px;
}
/*=============================================
 * key
 *=============================================*/

#key {
	float: right;
	width: calc(100% - 300px);
	width: expression(100% - 300px);
	min-height: 850px;
	position: relative;
}
#key ul {
	min-height: inherit;
}
#key li {
	min-height: inherit;
}
/*=============================================
 * container
 *=============================================*/

#container {
}
/*=============================================
 * #socialbuttons
 *=============================================*/

#socialbuttons {
	margin: auto;
	padding: 35px 0 0;
	max-width: 350px;
}
/*=============================================
 * footer
 *=============================================*/

#footer {
	padding: 71px 0 0;
	color: #000;
	background: url(../img/shared/footer-bg.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
}
#footer .logo {
	float: left;
	padding: 0 49px 84px 40px;
}
#footer .info {
	float: left;
	text-align: center;
	width: 500px;
	font-size: 15px;
	line-height: 30px;
}
#footer .info .txt {
	padding: 30px 0 21px;
	letter-spacing: 0.7px;
}
#footer .nav {
	float: right;
	font-size: 15px;
	line-height: 38px;
	text-align: right;
	padding-right: 16px;
	padding-top: 3px;
}
#footer .nav li {
	display: block;
}
#footer .nav li + li:before {
	content: "";
	padding-right: 5px;
}
#footer .nav li:after {
	content: "|";
	padding-left: 5px;
}
address {
	padding-top: 14px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.col_l {
	float: left;
}
.col_r {
	float: right;
}
.pr-0 {
	padding-right: 0 !important;
}
.mr-0 {
	margin-right: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.mb-0 {
	margin-right: 0 !important;
}
.text_r {
	text-align: right;
}
.text_c {
	text-align: center;
}
.bg-n {
	background: none !important;
}
.bd-n {
	border: none !important;
}
.z1 {
	position: relative;
	z-index: 1;
}
.shadow {
	box-shadow: 2px 2px 27px 0px rgba(0, 0, 0, 0.35);
}
.bg1 {
	background: url(../img/shared/bg-01.jpg) repeat center top;
}
.bg2 {
	background: url(../img/shared/bg-02.jpg) repeat center top;
}

.menulist h3 {
	font-size: 24px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: url(../img/drink/menulist-h3.png) no-repeat 0px 14px;
	line-height: 20px;
	padding: 10px 0 7px 85px;
	letter-spacing: 4px;
	margin-bottom:20px;
}
.menulist h4{
	margin-top:-20px;
	margin-bottom:10px;
	color:#76644A;
}
.menulist dl {
	line-height: 36px;
}
.menulist dl dt {
	float: left;
	line-height:160%;
	margin-bottom:10px;
	text-indent: -1em;
	margin-left:0.5em;
}
.menulist dl dd {
	float: right;
	text-align: right;
	color: #620000;
	letter-spacing: 3px;
	line-height:160%;
	font-weight:bold;
}