@charset "utf-8";
/*=================================================
 * ブラウザのデフォルトのスタイルをリセットする
 * ================================================= */

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
 margin: 0;
 padding: 0;
 font-size: 100%;
}






body {
 line-height: 1.0;
 -webkit-text-size-adjust: none;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
 display:block;
}



/* icon用font */
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?25462111');
  src: url('../font/fontello.eot?25462111#iefix') format('embedded-opentype'),
       url('../font/fontello.woff?25462111') format('woff'),
       url('../font/fontello.ttf?25462111') format('truetype'),
       url('../font/fontello.svg?25462111#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icon-left-open-mini:before { content: '\6c'; } /* 'l' */
.icon-rss-alt:before { content: '\7a'; } /* 'z' */
.icon-up-open-mini:before { content: '\75'; } /* 'u' */
.icon-facebook-circled:before { content: '\66'; } /* 'f' */
.icon-mail:before { content: '\6d'; } /* 'm' */
.icon-home-1:before { content: '\68'; } /* 'h' */
.icon-eject:before { content: '\76'; } /* 'v' */
.icon-export:before { content: '\6f'; } /* 'o' */
.icon-pencil-alt:before { content: '\65'; } /* 'e' */
.icon-popup:before { content: '\78'; } /* 'x' */
.icon-right-open-mini:before { content: '\72'; } /* 'r' */
.icon-grid:before { content: '\63'; } /* 'c' */
.icon-menu:before { content: '\6e'; } /* 'n' */
.icon-th-thumb:before { content: '\79'; } /* 'y' */
.icon-globe-inv:before { content: '\67'; } /* 'g' */
.icon-edit:before { content: '\62'; } /* 'b' */
.icon-phone:before { content: '\74'; } /* 't' */
.icon-basket:before { content: '\73'; } /* 's' */
.icon-desktop:before { content: '\70'; } /* 'p' */
.icon-twitter:before { content: '\77'; } /* 'w' */
.icon-down-dir:before { content: '\64'; } /* 'd' */


img {
 border: 0;
 vertical-align: bottom;
}

ul, ol {
 list-style: none;
}






/*=============================================*/
/*                 マージン            */
/*=============================================*/

.m_b05{margin-bottom:5px;}
.m_b10{margin-bottom:10px;}
.m_b15{margin-bottom:15px;}
.m_b20{margin-bottom:20px;}
.m_b25{margin-bottom:25px;}
.m_b30{margin-bottom:30px;}
.m_t05{margin-top:5px;}
.m_t10{margin-top:10px;}
.m_t15{margin-top:15px;}
.m_t20{margin-top:20px;}
.m_t25{margin-top:25px;}
.m_t30{margin-top:30px;}
.m_l20{margin-left:20px;}
.m_r20{margin-right:20px;}

.p_l05{padding-left:5px;}
.p_l10{padding-left:10px;}
.p_l15{padding-left:15px;}
.p_l20{padding-left:20px;}
.p_l25{padding-left:25px;}
.p_l30{padding-left:30px;}
.p_l40{padding-left:30px;}
.p_l50{padding-left:50px;}
.p_l65{padding-left:65px;}
.p_r05{padding-right:5px;}
.p_r10{padding-right:10px;}
.p_r15{padding-right:15px;}
.p_r20{padding-right:20px;}
.p_r25{padding-right:25px;}
.p_r30{padding-right:30px;}
.p_r40{padding-right:40px;}
.p_r50{padding-right:50px;}
.p_t10{padding-top:10px;}
.p_t20{padding-top:20px;}
.p_t30{padding-top:30px;}
.p_t40{padding-top:40px;}
.p_t50{padding-top:50px;}




.txt_red {
	color: #880000;
	font-weight:bold;
}

.txt_wh {
	color: #fff;
}


.txt_brn {
	color: #803913;
}


.txt_gold {
	background-color: #fff;
	color: #925401;
	font-size: 14px;
	border: 1px rgba(146,84,1,1) solid;
	margin-bottom:5px;
	margin-top:3px;
	margin-left:3px;
	padding: 2px 2px;
}




.txt_red2 {
	background-color: #b73d26;
	color: #fff;
	font-size: 12px;
	border: 1px rgba(183,61,38,1) solid;
	margin-bottom:5px;
	margin-top:3px;
	margin-left:3px;
	padding: 2px 2px;
}



/*=================================================
 * サイト全体の基本スタイル
 * ================================================= */

body {
	font-family: "メイリオ", Meiryo, "ＭＳ ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.6;
	text-align:left;
	color:#1d1d1d;
	background-color: #F4F2EE;
}


a:link { color: #BE7E14; text-decoration: none;}
a:visited,a:active { color: #BE7E14; text-decoration: none;}
a:hover { color: #7D5B22; text-decoration:underline;}






.pagetop{
	clear:both;
	text-align:right;
	padding-right:10px;
	padding-bottom:10px;
}

header {
	background-color: #000;
	color: #fff;
	z-index:60;
	left: 0;
	top: 0px;
	right: 0;
	clear:both;
	height:60px;
	width: 100%;
	position: fixed;
	padding-top:5px;
}

header .logo{
	width: 130px;
	left:2px;
	z-index: 60;
	top: 10px;
	margin: 0px 0px;
	text-align:left;
	position: absolute;
}

 h1{
	color:#fff;
	text-align:center;
	font-size:8px;
	font-weight:normal;
	line-height:1.3em;
	padding-bottom:5px;
}




/* telナビ */
#telnavi {
	border-right: 1px solid rgba(255, 255, 255, 0.4);
	line-height: 10px;
	position: absolute;
	right: 55px;
	text-align: center;
	text-decoration: none;
	top: 5px;
	background-image: url(../img/n_icon_tel.png);
	background-repeat: no-repeat;
	background-position: center 8px;
	background-size: 60%;      // Standard (OK = GoogleChrome5, Opera10.60)
    -moz-background-size:60%; // Mozilla  (OK = Firefox3.6.6)
}

#telnavi a {
	color: #fff;
	display: block;
	font-size: 10px;
	height: 4px;
	padding-top: 42px;
	text-decoration: none;
	width: 55px;
	z-index: 100;
}






/* ページUPナビ */
.pagetop {
	font-family: "メイリオ", Meiryo, "ＭＳ ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #000;
	border: 1px solid #808080;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3), 0 0 3px rgba(255,255,255,0.2) inset;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3), 0 0 3px rgba(255,255,255,0.2) inset;
	box-shadow: 1px 1px 1px rgba(000,000,000,0.3), 0 0 3px rgba(255,255,255,0.2) inset;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
	width: 110px;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: absolute;
	right: 10px;	
	margin-top: 10px;
	margin-bottom: 10px;
}
.pagetop a {
	font-size:12px;
	color: #fff;
	display: block;
	text-decoration: none;
}
.pagetop a:before {
	font-family: "fontello";
	content: '\76'; /* 'v' */
	padding-right: 5px;
	padding-left: 5px;
}



.page-heading {
	margin: 0px auto;
	overflow: hidden;
	color: #2f1f11;
	font-size: 14px;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-shadow: 0 0px #000000;
}


.page-heading2 {
	margin: 0 auto;
	overflow: hidden;
	color: #2f1f11;
	font-size: 8px;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-shadow: 0 0px #000000;
}






.block {
	margin: 5px 0px 10px 0px;
	padding: 5px 3px;
	clear:both;
	overflow:hidden;
 	color: #1d1d1d;
	text-align:left;
}


.block_foot {
	background-color: rgba(128,128,128,0.8);
	border-top:1px rgba(83,81,80,0.9) solid;
	border-bottom:1px rgba(83,81,80,0.9) solid;
	margin: 0px 0px 0px 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	clear:both;
	overflow:hidden;
 	color: #fff;
	text-align:center;
}

.block_foot a {
 	color: #fff;
}



.block:after {
	content: '';
	display: block;
	clear: both;
}

.block-heading {
	margin-bottom: 6px;
	color: #1d1d1d;
	font-size: 14px;
}

.block p {
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	line-height:1.5em;
}

.block p:last-of-type {
	margin-bottom: 0;
}


p.txt_c{
	text-align:center;
	margin: 8px 0px;
}

p{
	line-height:1.5em;
}



.image-right, .image-left {
	width: 40%;
	font-size: 12px;
	text-align: center;
}


.image-right {
	margin: 5px 0px 5px 5px;
	float: right;
}

.image-left {
	margin: 5px 5px 5px 0px;
	float: left;
}

.image-center {
	margin: 0 auto 6px auto;
	display: block;
}


/* ナビゲーション */
#nav-global {
	background-color: #000;
	border-top: 2px solid #535150;
	border-bottom: 2px solid #535150;
	margin-bottom:10px;
	clear: both;
}

#nav-global p {
	color:#fff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;	

}	


#nav-global ul {
	overflow: hidden;
	border-right: 1px solid #140401;
	border-bottom: 1px solid #140401;
}
#nav-global li {
	background-color: #30050e;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#30050e), to(#380510));
	-webkit-box-shadow: -1px -1px 1px rgba(000,000,000,0.1), inset 1px 1px 1px rgba(83,16,4,0.5);
	-moz-box-shadow: -1px -1px 1px rgba(000,000,000,0.1), inset 1px 1px 1px rgba(83,16,4,0.5);
	box-shadow: -1px -1px 1px rgba(000,000,000,0.1), inset 1px 1px 1px rgba(83,16,4,0.5);
	float: left;
	line-height: 35px;
	position: relative;
	width: 50%;
	height: 40px;
}


#nav-global li img {
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 9px;
}
#nav-global li a {
	display: block;
	text-decoration: none;
	width: 100%;
	height: 46x;
}
#nav-global li a:after {
	font-family: "fontello";
	content: '\72'; /* 'r' */
	color: #fff;
	position: absolute;
	top: 2px;
	right: 5px;
}
#nav-global li a[href^="http://"]:after,
#nav-global li a[href^="https://"]:after {
	content: '\78'; /* 'x' */
	color: #fff;
}
#nav-global .nav-home {
	width: 100%;
}





/* リード */
.lead {
	position: relative;
	padding-top: 0px;
	padding-bottom: 5px;
	margin:0px 0px 5px 0px;
	clear:both;
	overflow:hidden;
 	color: #1d1d1d;
}

.p_lead{
	width:300px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left:auto;
	margin-right:auto;
	padding: 10px 3px 5px 3px;
	text-align:left; 
	font-size: 16px;
	color:#1d1d1d;
	text-align: center;
	font-weight:bold;
	line-height:1.2em;
}

.p_lead2{
	text-align:left;
	color:#1d1d1d;
	padding: 0px 8px 0px 8px;
	font-size:14px;
}

/* 新着情報 */

.news {
	margin-bottom:15px;
	margin-right: auto;
	margin-left: auto;
	clear:both;
	overflow:hidden;
 	color: #1d1d1d;
}


#feed {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 10px 10px 10px 10px;
	font-size: 12px;
}

#feed ul{
    list-style-type:disc;
    list-style-position:outside;
	margin: 5px 10px 5px 15px;
	font-size:12px;
}
#feed ul li{
    text-align:left;
	color:#1d1d1d;
	padding-left:2px;
	border-bottom:1px rgba(12,2,0,0.1) solid;
	margin-bottom:3px;
}

#feed a{
	color: #BE7E14;
}



.p_news{
	background-color: #000;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 5px 2px 2px 2px;
	line-height:1.5em;
	border-top:3px rgba(128,128,128,1) double;
}



/* フェイスブック */

.social {
	margin-top:15px;
	margin-bottom: 10px;
	margin-right: 2px;
	margin-left: 2px;
	clear:both;
	overflow:hidden;
 	color: #1d1d1d;
}


.facebook {
	background-color: rgba(255,255,255,0.1);
	width: 300px;
	height: 355px;
	margin-top: 10px;
	margin-bottom:10px;
	margin-right: auto;
	margin-left: auto;
	border: 2px rgba(12,2,0,1) solid;
	 -webkit-border-radius: 2px;
}


.p_face{
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#1d1d1d;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 5px 2px 2px 2px;
	line-height:1.5em;
	border-bottom:3px rgba(128,128,128,1) double;
}





/*=============================================*/
/*           header_img                        */
/*=============================================*/

.mainimage {
	display:block;
	top: 60px;
	margin: 0px auto;
	position:relative;
	margin-bottom:80px;
}


.mainimage2 {
	top: 60px;
	position:relative;
	margin-bottom: 55px;
	position:relative;
}

/* reserveナビ */
.mainimage2 #reserve_navi {
	width: 100px;
	padding-top: 4px;
	padding-bottom: 4px;
	position: fixed;
	top: 70px;
	right: 5px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	border: 1px #fff double;
	line-height: 15px;
}

.mainimage2 #reserve_navi a {
	color: #fff;
}
	
.mainimage2 #reserve_navi a:after {
	font-family: "fontello";
	content: '\63'; /* 'c' */
	position: fixed;
	right: 8px;
	color: #fff;
}

.mainimage2 #reserve_navi2 {
	width: 100px;
	padding-top: 4px;
	padding-bottom: 4px;
	position: fixed;
	top: 120px;
	right: 5px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	border: 1px #fff double;
	line-height: 15px;
}

.mainimage2 #reserve_navi2 a {
	color: #fff;
}
	
.mainimage2 #reserve_navi2 a:after {
	font-family: "fontello";
	content: '\63'; /* 'c' */
	position: fixed;
	right: 8px;
	color: #fff;
}




/*=============================================*/
/*           　フッター箇所　　　　　          */
/*=============================================*/

/* ナビゲーション（下層フッター用） */
.nav-sub {
	background-image: url(../img/foot_bg.jpg);
	background-repeat:repeat;
	background-position: left top;
	border-top: 2px solid #2d1008;
	border-bottom: 2px solid #2d1008;
}
.nav-sub li {
	font-family: "メイリオ", Meiryo, "ＭＳ ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-top: 1px solid rgba(45,16,8,0.5);
	height: 40px;
	line-height: 40px;
	position: relative;
}
.nav-sub li a {
	display: block;
	padding: 0 15px;
	text-decoration: none;
	color: #572417;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	font-weight:bold;
}
.nav-sub li a:after {
	font-family: "fontello";
	content: '\72'; /* 'r' */
	position: absolute;
	right: 15px;
}
.nav-sub li a[href^="http://"]:after,
.nav-sub li a[href^="https://"]:after {
	content: '\78'; /* 'x' */
}






.global-footer{
	border-top:1px #000 solid;
	background-color: #000;
	color:#fff;
	text-align:center;
	padding-top:5px;
	margin:0px auto 0px auto;
	font-size:10px;
}





/* パソコン用を見る */
.pcsite {
	font-family: "メイリオ", Meiryo, "ＭＳ ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #000;
	border:2px #808080 solid;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3), 0 0 3px rgba0,0,0,0.1) inset;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3), 0 0 3px rgba(0,0,0,0.1) inset;
	box-shadow: 1px 1px 1px rgba(000,000,000,0.3), 0 0 3px rgba(0,0,0,0.1) inset;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
	margin: 10px 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.pcsite a {
	color:#fff;
	display: block;
	text-decoration: none;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.pcsite a:before {
	font-family: "fontello";
	content: '\70'; /* 'p' */
	margin-right: 10px;
}






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

.botan a{
	font-family: "メイリオ", Meiryo, "ＭＳ ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 10px 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top, #000000 0%, #000000 39%, #1e1e1e 55%, #1e1e1e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(39%,#000000), color-stop(55%,#1e1e1e), color-stop(100%,#1e1e1e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #000000 0%,#000000 39%,#1e1e1e 55%,#1e1e1e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #000000 0%,#000000 39%,#1e1e1e 55%,#1e1e1e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #000000 0%,#000000 39%,#1e1e1e 55%,#1e1e1e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #000000 0%,#000000 39%,#1e1e1e 55%,#1e1e1e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1e1e1e',GradientType=0 ); /* IE6-9 */
	border: 1px solid #808080;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.botan a:before {
	font-family: "fontello";
	content: '\72'; /* 'r' */
	margin-right: 10px;
}



/*=============================================*/
/*           　　 TELボタン　　　　　          */
/*=============================================*/

.botan2 a{
	font-family: "メイリオ", Meiryo, "ＭＳ ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 10px 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top, #000000 0%, #000000 39%, #1e1e1e 55%, #1e1e1e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(39%,#000000), color-stop(55%,#1e1e1e), color-stop(100%,#1e1e1e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #000000 0%,#000000 39%,#1e1e1e 55%,#1e1e1e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #000000 0%,#000000 39%,#1e1e1e 55%,#1e1e1e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #000000 0%,#000000 39%,#1e1e1e 55%,#1e1e1e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #000000 0%,#000000 39%,#1e1e1e 55%,#1e1e1e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1e1e1e',GradientType=0 ); /* IE6-9 */
	border: 1px solid #808080;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}


.botan2 a:before {
	font-family: "fontello";
	content: '\74'; /* 't' */
	margin-right: 10px;

}



/*=============================================*/
/*           　　ボタン箇所　　　　　          */
/*=============================================*/
.botan5 a{
	font-family: "メイリオ", Meiryo, "ＭＳ ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 10px 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	background: #394e8d; /* Old browsers */
	background: -moz-linear-gradient(top, #394e8d 0%, #394e8d 39%, #364a87 55%, #364a87 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#394e8d), color-stop(39%,#394e8d), color-stop(55%,#364a87), color-stop(100%,#364a87)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #394e8d 0%,#394e8d 39%,#364a87 55%,#364a87 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #394e8d 0%,#394e8d 39%,#364a87 55%,#364a87 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #394e8d 0%,#394e8d 39%,#364a87 55%,#364a87 100%); /* IE10+ */
	background: linear-gradient(to bottom, #394e8d 0%,#394e8d 39%,#364a87 55%,#364a87 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#394e8d', endColorstr='#1e1e1e',GradientType=0 ); /* IE6-9 */
	border: 1px solid #bfbeb9;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}



.botan5 a:before {
	font-family: "fontello";
	content: '\66'; /* 'f' */
	margin-right: 10px;

}

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

.botan6 a{
	font-family: "メイリオ", Meiryo, "ＭＳ ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 10px 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	background: #c38215; /* Old browsers */
	background: -moz-linear-gradient(top, #c38215 0%, #c38215 39%, #be7e14 55%, #be7e14 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c38215), color-stop(39%,#c38215), color-stop(55%,#be7e14), color-stop(100%,#be7e14)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c38215 0%,#c38215 39%,#be7e14 55%,#be7e14 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c38215 0%,#c38215 39%,#be7e14 55%,#be7e14 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #c38215 0%,#c38215 39%,#be7e14 55%,#be7e14 100%); /* IE10+ */
	background: linear-gradient(to bottom, #c38215 0%,#c38215 39%,#be7e14 55%,#be7e14 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c38215', endColorstr='#be7e14',GradientType=0 ); /* IE6-9 */
	border: 1px solid #f8d45d;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.botan6 a:before {
	font-family: "fontello";
	content: '\72'; /* 'r' */
	margin-right: 10px;
}

/*=============================================*/
/*          　　botan横並び2　         */
/*=============================================*/

.btnbox{
	margin-top: 10px;
	margin-bottom:10px;
	width:99%;
	clear:both;
	overflow:hidden;
}

.btnbox .l{
	width:49%;
	float:left;
	margin-top: 10px;
	margin-bottom:10px;
	margin-right:2px;
}

.btnbox .r{
	width:49%;
	float:right;
	margin-top: 10px;
	margin-bottom:10px;
	margin-left:2px;
}


.btnbox p {
	font-size:12px;	
	margin: 5px 3px;
	color: #1d1d1d;
}

.btnbox .p_sbtit{
	margin: 3px auto 3px auto;
	color: #1d1d1d;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	line-height:1.5em;
}



/*=============================================*/
/*          　　botan横並び2　         */
/*=============================================*/

.btnbox2{
	margin-top: 20px;
	margin-bottom:15px;
	width:98%;
	clear:both;
	overflow:hidden;
	margin-left: 1px;
	margin-right: 2px;
}

.btnbox2 .l{
	width:43%;
	float:left;
	margin-left:5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color: #3f0313;
	border:1px #2f020e solid;
	 -webkit-border-radius: 2px;

}

.btnbox2 .r{
	width:43%;
	float:right;
	margin-right:8px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color: #3f0313;
	border:1px #2f020e solid;
	 -webkit-border-radius: 2px;
}


.btnbox2 p {
	font-size:12px;	
	margin: 8px 5px;
	color: #fff;
}


.btnbox2 a {
	color:#fff;
}



.btnbox2 a:before {
	font-family: "fontello";
	content: '\72'; /* 'r' */
	padding-left: 3px;
	padding-right:5px;
	color:#fff;
}



/*=============================================*/
/*          　　botan横並び2　         */
/*=============================================*/

.btnbox3{
	margin-top: 20px;
	margin-bottom:15px;
	width:98%;
	clear:both;
	overflow:hidden;
	margin-left: 2px;
	margin-right: 2px;
}

.btnbox3 .l{
	text-align:center;
	width:45%;
	float:left;
	margin-left:5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color: #000;
	border:1px #4d4a47 solid;
	 -webkit-border-radius: 2px;

}

.btnbox3 .r{
	text-align:center;
	width:45%;
	float:right;
	margin-right:8px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color: #000;
	border:1px #4d4a47 solid;
	 -webkit-border-radius: 2px;
}


.btnbox3 p {
	font-size:12px;	
	margin: 8px 5px;
	color: #fff;
}


.btnbox3 a {
	color:#fff;
}



.btnbox3 .l a:before {
	font-family: "fontello";
	content: '\74'; /* 't' */
	margin-right: 10px;
	color:#fff;
}


.btnbox3 .r a:before {
	font-family: "fontello";
	content: '\67'; /* 'g' */
	margin-right: 10px;
	color:#fff;
}





/*=============================================*/
/*           　　メインタイトル　　　　　          */
/*=============================================*/

.sbtitle{
	text-align:center;
	color:#1d1d1d;
	padding: 0px;
	margin: 0px auto 0px auto;
	line-height:1.4em;
	font-size:18px;
	font-weight:bold;
}



.sbtitle2{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#1d1d1d;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 5px auto 10px auto;
	line-height:1.4em;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.sbtitle3{
	background-image: url(../img/title3.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:65px;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	color:#1d1d1d;
	padding-top: 25px;
	padding-left:40px;
	margin: 0px 0px -40px 0px;
	line-height:1.4em;
	font-family: Georgia, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
}


.sbtitle4{
	height:32px;
	background-image: url(../img/title4.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	color:#276e21;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	padding-top: 5px;
	padding-left:35px;
	margin: 0px 0px 10px 0px;
	line-height:1.4em;
	font-family: Georgia, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
}


.sbtitle5{
	background-image: url(../img/title5.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:15px;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	color:#1d1d1d;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	padding-top: 10px;
	padding-left:45px;
	margin: 0px 0px 10px 0px;
	line-height:1.4em;
	font-family: Georgia, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
}

.p_ts1{
	margin: 5px 0px;
	text-align:left;
	color:#1d1d1d;
	padding: 3px 8px 3px 8px;
	font-size:12px;
}



.p_ts2{
	margin: 5px 0px;
	padding: 10px 8px 3px 8px;
	color: #1d1d1d;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	line-height:1.5em;
}


.p_ts3{
	margin: 3px auto 3px auto;
	color: #1d1d1d;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	line-height:1.5em;
}


.p_ts4{
	margin: 0px auto 0px auto;
	color: #1d1d1d;
	font-size:14px;
	text-align:center;
	line-height:1.2em;
}



.p_ts5{
	margin: 0px auto 2px auto;
	color: #1d1d1d;
	font-size:12px;
	text-align:center;
}



.p_ts6{
	width:150px;
	background-color: #d15807;
	margin: 5px 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size:14px;
	color:#2f1f11;
	font-weight:bold;
	border: 1px rgba(231,160,38,0.5) solid;
}


.p_ts7{
	padding-top:8px;
	color: #444;
	font-size:16px;
	text-align:left;
	font-weight:bold;
	line-height:1.4em;
}


.p_ts8{
	margin: 5px 0px;
	text-align:left;
	color:#444;
	padding: 3px 8px 3px 8px;
	font-size:12px;
}



.p_tsb{
	width:180px;
	border: 1px #444 solid;
	margin:5px auto;
	padding-top:5px;
	padding-bottom:5px;
	text-align: center;
	font-size:16px;
	color:#444;
	font-weight:bold;
}




.p_menu{
	text-align:left;
	color:#880000;
	margin:5px 3px;
	padding-left:5px;
	padding-right:5px;
	font-size:14px;
	font-weight:bold;
	border-left-width: 4px;
	border-left-style: outset;
	border-left-color: #880000;
}

.p_menu2{
	text-align: left;
    color: #275922;
    margin: 5px 3px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    font-weight: bold;
}


.p_drink{
	text-align:left;
	color:#880000;
	margin:5px 3px;
	padding-left:3px;
	padding-right:3px;
	font-size:14px;
	font-weight:bold;
}





p.price {
	font-size:14px;
	padding-right: 10px;
	padding-bottom: 3px;
	margin: 5px 5px 8px 5px;
	border-bottom:1px rgba(60,24,2,0.5) dotted;
	clear: both;
	color: #1d1d1d;
	text-align:right;
	font-weight:bold;
	line-height:1.5em;
}

div.price {
	font-size:14px;
	padding-right: 10px;
	padding-bottom: 3px;
	margin: 5px 5px 8px 5px;
	border-bottom:1px rgba(60,24,2,0.5) dotted;
	clear: both;
	color: #1d1d1d;
	text-align:right;
	font-weight:bold;
	line-height:1.5em;
}


p.price2 {
	font-family: "メイリオ", Meiryo, "ＭＳ ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin: 5px auto;
	clear: both;
	color: #880000;
	text-align:center;
	font-weight:bold;
	line-height:1.5em;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

div.price2 {
	font-family: "メイリオ", Meiryo, "ＭＳ ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin: 5px auto;
	clear: both;
	color: #880000;
	text-align:center;
	font-weight:bold;
	line-height:1.5em;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

p.course_txt{
	font-size: 10px;
    font-weight: bold;
    color: #276e21;
    padding-bottom: 15px;
}
div.course_txt{
	font-size: 10px;
    font-weight: bold;
    color: #276e21;
    padding-bottom: 15px;
}
p.course_txt .course_txt4{
  color: maroon; 
  font-weight: bold;
}
div.course_txt .course_txt4{
  color: maroon; 
  font-weight: bold;
}

ul.course_change li{
	font-size: 10px!important;
    margin: 0px 5px 3px 5px!important;
}

.course_change .course_omakase{
	margin: -10px 0px 0px -18px;
    text-align: left;
    color: #1d1d1d;
    font-size: 10px;
	font-weight:bold;
	padding-bottom: 5px;
}

.course_detail{
	font-size: 11px;
    font-weight: bold;
	margin: 5px 0px;
    text-align: left;
    color: #1d1d1d;
    padding: 3px 8px 3px 8px;
}


#point{
	width:200px;
	height:100px;
	color:#2a200b;
	clear:both;
	margin: 10px auto 10px auto;

}


#point a{
	color:#2a200b;
	text-decoration: none;
}


.p_point{
	width:30px;
	height:30px;
	 -webkit-border-radius: 50px;
	 border-radius: 50px;
	 -webkit-box-shadow: 0 0 3px #874701;
	 box-shadow: 0 0 3px #874701;
	background-color: #c86b02;
	margin: 5px 3px;
	padding-top:12px;
	line-height:1.5em;
	font-weight:bold;
	color:#fff;
	font-size:14px;
	text-align:center;
	line-height:1.2em;
	float:left;
}



hr{
	border: 2px rgba(35291C) solid;
	margin: 15px 10px 15px 10px;
}




/*=============================================*/
/*           　　　topics bnr  　　　          */
/*=============================================*/
.topics {
	color:#1d1d1d;
	clear:both;
	margin: 5px 0px;
	text-decoration: none;
	text-align:left;
}



.topics ul{
    list-style-type:neno;
    list-style-position:outside;
	margin-bottom:8px;
}

.topics ul li{
    text-align:left;
	color:#1d1d1d;
	margin-bottom:5px;
}

.topics a{
	color: #1d1d1d;
}

.topics p {
	font-size:12px;	
	margin: 5px 3px;
}
.width-qt {
	WIDTH: 33%;
	float:left;
}

.width-half {
	WIDTH: 50%;
	float:left;
}
.width-full {
	WIDTH: 100%;
}
.ul-inline {
	overflow: hidden;
	margin-left:3px;
	margin-right:3px;
}
.ul-inline li {
	margin-top:10px;
	margin-bottom: 5px;
}



.topics .p_topics{
	text-align:left;
	font-size:16px;
	font-weight:bold;
	color:#2f1f11;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	padding-top: 5px;
	padding-left:8px;
	padding-bottom: 5px;
	margin: 5px 2px 2px 2px;
	line-height:1.5em;
	border-left-width: 4px;
	border-left-style: outset;
	border-left-color: #444;
	border-bottom:3px rgba(23,5,1,1) double;
}






/*=============================================*/
/*           　　　　BOX設定 　　　　          */
/*=============================================*/

.box1{
	color:#1d1d1d;
	clear:both;
	margin: 10px 0px 20px 0px;
	padding: 5px 0px;
}




/*          　　     box2        　　          */
/*=============================================*/

.box2{
	background-image: url(../img/box2.jpg);
	background-repeat: repeat;
	background-position: left top;
	color:#1d1d1d;
	clear:both;
	margin: 10px 2px 10px 2px;
	padding: 10px 0px 20px 0px;
	border: 3px rgba(195,189,165,1) double;
	 -webkit-border-radius: 2px; 
}


.box2 ul{
    list-style-type:disc;
    list-style-position:outside;
	margin: 5px 5px;
	padding-left: 20px;
}

.box2 ul li{
	font-size:12px;
    text-align:left;
	color:#1d1d1d;
	margin:5px;
}


.box2 dl dt{
	margin-top:10px;
	margin-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	font-size:14px;	
	font-weight:bold;
	color: #880000;
	border-left-width: 4px;
	border-left-style: outset;
	border-left-color: #880000;
}

.box2 dl dd{
	padding-left:15px;
	font-size:14px;
	color:#1d1d1d;
	border-bottom:1px rgba(68,68,68,0.5) dotted;
	padding-top:5px;
	padding-bottom:14px;
	margin: 0px 5px 0px 5px;
	line-height:1.2em;
}


.box2 dl dd a{
	color:#880000;
}




/*          　　     box3        　　          */
/*=============================================*/

.box3{
	color:#1d1d1d;
	clear:both;
	margin: 10px 2px 10px 2px;
	padding: 10px 0px 20px 0px;
	border: 2px rgba(68,84,22,1) solid;
	 -webkit-border-radius: 2px; 
}







/*          　　     map        　　          */
/*=============================================*/

.map{
	background-color: #3d0211;
	color:#fff;
    text-align:left;
	clear:both;
	margin: 5px 5px;
	padding: 5px;
	border: 1px #3d0211 solid;
	 -webkit-border-radius: 2px;
}



/*          　　     section_bg  　　          */
/*=============================================*/

/* 営業情報 */
#s_box{
	width:100%;
	background-image: url(../img/access/s_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	color:#291105;
	clear:both;
	margin: 0px;

}

#s_box2{
	width:100%;
	background-image: url(../img/recruit/s_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	color:#291105;
	clear:both;
	margin: 0px;

}




/*          　　     list        　　          */
/*=============================================*/


.list{
	color: #291105;
	clear:both;
	margin: 5px 3px 15px 3px;
	padding: 5px 0px 5px 0px;
}

.list ul{
	margin-top:5px;
	margin-botom:10px;
	padding:0px 5px 25px 5px;
	margin-bottom:1em;

}
.list ul li{
	padding:5px 5px 5px 5px;
	text-align:left;
	line-height:1.5em;
	margin-botom:10px;
	color: #120704;
	float:left;
	font-size:12px;
}


.list ul li a{
	color: #120704;
	display: block;
	text-decoration: underline;
}






/*          　　　 店舗情報box   　　          */
/*=============================================*/


.shopinfo{
	border-top: 2px #615e5a solid;
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top, #c5c4c0 0%, #d2d1ce 39%, #e0e0de 55%, #eaeae8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c5c4c0), color-stop(39%,#d2d1ce), color-stop(55%,#e0e0de), color-stop(100%,#1e1e1e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c5c4c0 0%,#d2d1ce 39%,#e0e0de 55%,#eaeae8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c5c4c0 0%,#d2d1ce 39%,#e0e0de 55%,#eaeae8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #c5c4c0 0%,#d2d1ce 39%,#e0e0de 55%,#eaeae8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #c5c4c0 0%,#d2d1ce 39%,#e0e0de 55%,#eaeae8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5c4c0', endColorstr='#eaeae8',GradientType=0 ); /* IE6-9 */

	position: relative;
	font-size:14px;
	color: #1d1d1d;
	clear:both;
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 0px 0px;
	line-height:1.5em;
}

.shopinfo p{
	padding: 5px 5px;

}

.shopinfo a{
	color: #880000;
	font-weight:bold;
	text-decoration: none;
}



/*          　 シェアボタンbox   　　          */
/*=============================================*/

#social-share {
	padding: 10px 0;
	overflow: hidden;
	width: 100%;
}


#social-share table{
	width:320;
	margin:5px auto 5px auto;
}
#social-share table th{
	float:left;
	color:#fff;
	font-weight:bold;
	text-align:center;
	padding-top:1.6em;
	padding-bottom:1.6em;
	padding-right:2px;
}

#social-share table td{
	text-align:center;
	padding:3px 0px 3px 5px;
	margin:3px 0px 3px 0px;
	float:left;
}


.info_red{
	color:#C00;
}

.vote{
	font-size: 15px;
    font-weight: bold;
}

.fs10{
	font-size: 10px;
	font-weight:bold;
	color: #8F2424;
}

.fs12{
	font-size: 12px;
	padding-bottom: 20px;
}
.tc{
	color: #000;
	font-size: 16px;
	font-weight: bold;
	font-family: serif;
	line-height: 24px;
}

.course_title{
	text-align: center;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    border: 4px double;
    padding: 5px;
    width: 240px;
    margin: 0 auto;
    margin-bottom: 5px;
    background: rgba(255,255,255,0.3);
}

.lunch_oshirase{
	border: 4px double;
    margin: 1% 1% 3% 1%;
	text-align: center;
	padding: 2%;
	font-family: serif;
}

.lunch_oshirase h4{
	padding-bottom: 1%;
}

.lunch_oshirase p{
	font-size: 85%!important;
    line-height: 25px;
}

.txt_xmas{
	font-size: 17px;
	font-weight: bold;
	font-family: serif;
	text-align: center;
}

.one_drink{
	width: 94%;
    text-align: center;
    border: solid 1px red;
    position: relative;
    padding: 3%;
    margin: 0 auto;
    margin-bottom: 3%!important;
    font-weight: bold;
    font-family: serif;
    font-size: 14px;
    text-shadow: 1px 1px 5px #bba784;
}

.one_drink:after{
  content: "";
  border: solid 1px green;
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
}

.oshirase{
	text-align: center;
    background: rgba(255,255,255,1);
    box-shadow: 0 0 0 5px rgba(255,255,255,1);
    padding: 5px;
    border: 4px double #c7bda4;
    width: auto;
	margin: 5px;
    font-family: serif;
}

.oshirase h3{
	font-weight: bold;
	font-size: 21px;
	padding-bottom: 10px;
}

.oshirase p{
	font-size: 12px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: -1px;
}

.add-tit{
	font-weight: bold;
}

.add_txt{
	font-size: 16px;
	font-weight: bold;
	color: maroon;
	font-family: serif;
}



.waku{
    border:4px double #CCC0A6;
    padding:3%;
    background: #EEE8E4;
}

#oshirase{

    margin-bottom: 5%;
    margin-top: -10%;
    padding-top: 15%;
    text-align: center;
}

#oshirase h2{
    font-size:120%;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-bottom: 0.8em;
}
#oshirase p{
    line-height: 1.8;
    margin-bottom: 1em;
}

.enr{
	color:#C00;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.enr a{
	color:#C00;
	font-size: 20px;
	font-weight: bold;
}