@charset "utf-8";
/* 共有ベース定義
-----------------------------------------------	*/
body {
	background: url(../img/shared/body_bg.jpg) repeat center top;
	text-align:left;
	color: #34373f;
	cursor: auto;
	font: normal normal 16px/40px 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	letter-spacing:0em;
	word-spacing:normal;
	min-width:1100px;
	-webkit-text-size-adjust: 100%;
}
.mincho {
	font: normal normal 13px/25px "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "HGS明朝E", serif;
}
.f_eng {
	font-family: Georgia, "Times New Roman", Times, serif
}
#wrapper {
	width: 100%;
	min-width:1100px;
}
*:first-child+html img {
	vertical-align: top;
}
* html img {
	vertical-align: top;
}
/* 強調 */
strong {
	font-weight: bold;
}
a {
	color: #000000;
	text-decoration: none
}
a:hover {
	text-decoration: underline;
}
/*=============================================*/
/*                 テキスト 変更のみ            */
/*=============================================*/
.txt_left {
	text-align:left !important;	
}
.txt_default {
	color: #a49b83;
}
.txt_cleam {
	color: #faddaf;
}
.txt_red {
	color: #620000;
}
.txt_brwn {
	color: #7e5e4f;
}
.txt_min {
	font-size: 50%;
	letter-spacing: 1px;
}
.txt_middle {
	font-size: 80%;
}
.txt_big {
	font-size: 120%;
}
.txt_max {
	font-size: 140%;
}
.f_bold {
	font-weight: bold;
}
.shadw_img {
	-webkit-box-shadow: 0px 0px 8px #3a3734;
	-moz-box-shadow: 0px 0px 8px #3a3734;
	box-shadow: 0px 0px 8px #3a3734;
}
.shadw {
	-webkit-box-shadow: 0px 0px 8px #3a3734;
	-moz-box-shadow: 0px 0px 8px #3a3734;
	box-shadow: 0px 0px 8px #3a3734;
}
/*=============================================*/
/*                マージン等                  */
/*=============================================*/
.mb10{
	margin-bottom:10px;
}
.mb20{
	margin-bottom:20px;
}
.mb30{
	margin-bottom:30px;
}
.mb40{
	margin-bottom:40px;
}




/*=============================================*/
/*                ヘッド部分                   */
/*=============================================*/

/* header (top)*/
#header {
	width: 100%;
	min-width:1100px;
}
#belt {
	background: url(../img/shared/belt_bg.jpg) no-repeat 0 0;
	width: 389px;
	height: 760px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
h1 {
	font-size:12px;
	line-height:20px;
	color: #f1efea;
	z-index:999;
	padding-top: 36px;
	padding-bottom: 28px;
	text-align:center;
}
#key {
	margin-left: 389px;
	position: relative;
}

/*=============================================*/
/*    ナビゲーション部（グローバル）   */
/*=============
================================*/
#globalNav li {
	float: left;
}
#globalNav li, #globalNav a {
	display: block;
}
/*=============================================*/
/*                100%メイン囲み   top           */
/*=============================================*/
#container {
	min-width:1100px;

}
.content {
	width: 1000px;
	margin: 0 auto;
}
/*=============================================*/
/*                   フッターメニュー          */
/*=============================================*/
.page_top {
	background:url(../img/shared/pagetop_bg.png) repeat-x center top;
	text-align:center;	
}
	
#footer {
	background:url(../img/shared/ft_bg.jpg) repeat center top;
	width: 100%;
	min-width:1100px;
}

#footer #footer_Center {
	width: 1000px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 36px;
	color:#f1efea;
}

#footer .col_r {
	margin-top: 53px;
	background:url(../img/shared/line_ft_bg.png) repeat-y left top;
	padding-bottom: 38px;
}


#vcard {
	padding-top: 5px;
	padding-bottom: 10px;
}
#footer #socialbuttons {
	padding-bottom: 15px;
}
#footer #socialbuttons div {
	display: inline-block;
}
#footer #socialbuttons .twitter {
	width: 90px;
}
#footer address {
	padding-top: 53px;
	text-align:center;
	padding-bottom: 69px;
}
/* ナビゲーション部（フッター）
-----------------------------------------------	*/


#footnav {
	margin-left:80px;
	padding-top: 18px;
}
#footnav li {
	display: inline;
    padding-left: 40px;
}
#footnav li a {
	text-decoration: none;
	color: #f1efea;
}
#footnav li a:hover {
	text-decoration: underline;
}
/* =========================================================
	CLEAR
========================================================= */
.clear {
	clear: both !important;
}
br.clear {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
/* CLEAR FIX
--------------------------------------------------------- */
.clearfix, .menu_list dl {
	zoom: 1 !important;
}/* for IE 5.5-7 */
.clearfix:after, .menu_list dl:after {
	content: "." !important;
	display: block !important;
	height: 0px !important;
	clear: both !important;
	visibility: hidden !important;
}
.col_l {
	float: left !important;
}
.col_r {
	float: right !important;
}
.mar0 {
	margin: 0 !important;
}
.padr_0 {
	padding-right: 0px !important;	
}
.center {
	text-align: center !important;
}
.text_right {
	text-align:right;	
}
.text_left {
	text-align:left;	
}
.bg_non {
	background: none !important;
}
.border_non {
	border: none !important;
}
.f_color {
	color: #59230e !important;
}

.f_13 {
	font-size: 13px !important;
}
.f_25 {
	font-size: 25px !important;
}
.f_35 {
	font-size: 35px !important;
}
.f_30 {
	font-size: 30px !important;
}
.pad_0 {
	padding: 0 !important;
}
.mar_0 {
	margin:0 !important;	
}
.bg_share1 {
	background:url(../img/shared/bg_share1.jpg) repeat center top;
}
.bg_share2 {
	background:url(../img/shared/bg_share2.jpg) repeat center top;
}
.line_bg_bt {
	background:url(../img/shared/line_bg.png) repeat-x center bottom;	
}
.line_bg_top {
	background:url(../img/shared/line_bg.png) repeat-x center top;	
}
.line_bg2 {
	background:url(../img/shared/line_bg2.png) repeat-x center top;	
}
.menu_list {
	width: 475px;
	line-height: 24px;
}
.menu_list h3 {
	text-align:center;
	font-size: 22px;
	font-weight: bold;
	color:#f1efea;
	line-height: 33px;
	background:url(../img/drink/menulist_h3_bg.png) no-repeat center top;
	width: 100%;
	padding: 4px 0;
	
}
.menu_list h3.osusume {
	text-align:center;
	font-size: 22px;
	font-weight: bold;
	color:#f1efea;
	line-height: 33px;
	background:url(../img/drink/menulist_h3_bg02.png) no-repeat center top;
	width: 100%;
	padding: 38px 0 4px;
	
}
.menu_list h4 {
	font-size: 25px;
	font-weight: bold;
	line-height: 50px;
}
.menu_list dl {
	background:url(../img/drink/menulist_dl_bg.png) repeat-x 0 bottom;
	padding:14px 0;
}
.menu_list dt {
	float: left;
}
.menu_list dd {
	float: right;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
}
.menu_list .photo {
	padding-bottom: 52px;	
}

/*　-------------------------------------------------------------------------------------

スマホ閲覧時スマホサイト誘導ボタン
-------------------------------------------------------------------------------------　*/
#sp_botan a{
	border:1px #fff solid;
	padding:25px 50px;
	text-align:right;
	font-size:32px;
	color:#FFFFFF;
	display:block;
	text-decoration:none;
font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
background: #1d86bd; 

}

/*=============================================*/
/*           　　ボタン箇所　　　　　          */
/*=============================================*/

.botan a{
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left:auto;
	margin-right:auto;
	display: block;
	color: #FFF;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	background-color:#e60012;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-family: "メイリオ", Meiryo;
	font-weight:bold;
	line-height:22px;
	width:350px;
}

.botan a span{
	font-size:15px;
}


/*=============================================*/
/*           　　ボタン箇所　　　　　          */
/*=============================================*/

.botann a{
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left:auto;
	margin-right:auto;
	display: block;
	color:#FFFFFF;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	background-color:#770000;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height:22px;
	width:350px;
}

.botann a span{
	font-size:15px;
}


/*=============================================*/
/*           　　ボタン箇所3　　　　　          */
/*=============================================*/

.botan3 a{
	padding: 8px 0;
	display: block;
	color:#FFFFFF;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	background-color:#0b558e;
	-webkit-border-radius: 10px;
	border-radius: 2px;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	width:370px;
	margin:30px auto 70px auto;
}

.botan3 a span{
	font-size:15px;
}


/*=============================================*/
/*           　　イベント枠　　　　　          */
/*=============================================*/

#event2{
	width:800px;
	margin:0px auto 20px auto;
	background-color: rgba(255,255,255,0.5);
	padding:15px 0;
	border: solid 2px #2680b4;
}
#event2 p.tit{
	text-align:center;
	font-size:18px;
	margin:0 auto 15px auto;
	border-bottom: solid 1px #2680b4;
	width:600px;
	letter-spacing:2px;
	font-weight:bold;
	}
#event2 p.txt{
	text-align:center;
	font-size:14px;
	line-height:28px;
}


/*=============================================*/
/*           　　footer追加分　　　　          */
/*=============================================*/


#event3{
	width:800px;
	margin:0px auto;
	background-color: rgba(255,255,255,0.7);
	padding:15px 0;
	border: solid 2px #2680b4;
}
#event3 p.tit{
	text-align:center;
	font-size:18px;
	margin:0 auto 15px auto;
	border-bottom: solid 1px #2680b4;
	width:500px;
	letter-spacing:2px;
}
#event3 p.txt{
	text-align:center;
	font-size:14px;
	line-height:28px;
}



div#footer .box_bottom{
    margin: 15px auto 15px auto;
    width: 900px;
    height: 581px;
    background: url(../img/shared/bnr.png)repeat-x top;
    clear: left;
}
div#footer .box_bottom .bnr1{
    text-align: center;
    margin-top: 32px;
}
div#footer .box_bottom .logo{
    text-align: center;
    padding-top: 55px;
}
div#footer .box_bottom .tel{
	text-align: center;
	margin-top: 26px;
}
div#footer .box_bottom .txt_box{
	text-align: center;
	width: 600px;
	text-align: center;
	margin: 26px auto 0 auto;
	color: #FFFFFF;
}
