@charset "utf-8";
/* 共有ベース定義
-----------------------------------------------	*/

body {
	text-align:left;
	color: #fff;
	cursor: auto;
	font: normal normal 14px/30px 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	letter-spacing:0em;
	word-spacing:normal;
	min-width: 1000px;
	-webkit-text-size-adjust: 100%;
	background: url("../img/shared/bg.jpg") repeat scroll center top ;
}

.font-mincho{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
#wrapper{
	width:100%;
	min-width: 1000px;
	clear:both;	
}
*:first-child+html img {
	vertical-align: top;
}
* html img {
	vertical-align: top;
}
/* 強調 */
strong {
	font-weight: bold;
}
a{
	color: #4e3333;
	text-decoration: none;
}
/*=============================================*/
/*                ヘッド部分                   */
/*=============================================*/

#header {
    min-width: 1000px;
    width: 100%;
	position: relative;
}
#headerInner{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	height: 600px;
	z-index: 1000;
}
h1 {
    color: #b8b4a3;
    font-size: 13px;
    line-height: 30px;
	padding: 27px 0 16px 53px;
}
#globalNav li{
	float: left;

}
#logo{
	position: absolute;
	top: 150px;
	left: 0px;
}
#tel_link{
	position: absolute;
	right: 60px;
	top: 0;
}
#tell_link{
	position: absolute;
	right: 140px;
	top: 0;
}

#btn_beer{
	position:absolute;
	right:265px;
	top:0;
}
#btn_rss{
	position:absolute;
	right:80px;
	top:0;
}

#btn_down{
	position: absolute;
	top: 755px;
	width: 100%;
}
#key{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 600px;
}
#key_ttl{
	position: absolute;
	left: 33px;
	bottom: 47px;
}

/*=============================================*/
/*                100%メイン囲み   top           */
/*=============================================*/

div#container {
	clear:both;
	min-width: 1000px;
	width: 100%;
	margin:auto;
}
#content{
	width: 1000px;
	margin: 0 auto;
}
#topcontrol{
	z-index: 3000;
}
/*=============================================*/
/*                   フッターメニュー          */
/*=============================================*/
#footer {
	min-width: 1000px;
	width: 100%;
	background: url("../img/shared/bg_ft.jpg") repeat-x scroll center top ;
}
#footerinner{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	font-size: 13px;
	line-height: 24px;
	color: #404040;
	height: 469px;
	letter-spacing: 0.5px;
}
#ft_info h3{
	color: #5c2f00;
	font-weight: bold;
	line-height: 35px;
	font-size: 14px;
	letter-spacing: 0.5px;
	padding: 5px 0 5px;
}
#footer ul a:hover{
	text-decoration: underline;
}
#footer ul li{
	display: inline-block;
}
#footer ul li a{
	padding: 0 10px;
}
#footer ul{
	color: #4e3333;
    letter-spacing: 2px;
    line-height: 25px;
    padding: 5px 0 13px;
    text-align: center;
	font-size: 14px;
	font-weight: bold;
}
#socialbuttons{
	padding-top: 13px;
}
#socialbuttons div{
	display: inline-block;
	padding: 0 2px;
}



/* CLEAR FIX
--------------------------------------------------------- */
.clearfix {
	zoom:1 !important;
}/* for IE 5.5-7 */
.clearfix:after {
	content: "." !important;
	display: block !important;
	height: 0px !important;
	clear: both !important;
	visibility: hidden !important;
}


.center{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.text_center{
	text-align: center;
}
.text_right{
	text-align: right;
}
.col_l{
	float: left;
}
.col_r{
	float: right;
}
.ml0{
	margin-left: 0px !important;
}
.w_500{
	width: 500px;
}


.title_menu{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	color: #7c4626;
	font-size: 53px;
	line-height: 50px;
	letter-spacing: 0.75px;
	text-align: center;
}
.title_menu .m{
	font-size:80%;
	color: #7c4626;
}
.title_menu span{
	font-size: 18px;
	color: #000;
	letter-spacing: 0.75px;
}
#menu .txt{
	letter-spacing: 0.75px;
	color: #000;
	padding: 8px 0 51px;
}
.info_menu{
	width: 500px;
	float: left;
	text-align: center;
	letter-spacing: 0.75px;
	padding-bottom: 30px;
}
.info_menu h3{
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	color: #000;
	letter-spacing: 0.75px;
}
.info_menu h3 span{
	padding-left: 20px;
	padding-right: 30px;
}
.data_menu{
	color: #5a5a5a;
}
.price2{
	color: #6d0000;
	font-weight: bold;
	line-height: 30px;
}