@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;
}


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

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_t40{margin-top:40px;}
.m_t50{margin-top:50px;}
.m_t-40{margin-top:-40px;}
.m_b-40{margin-bottom:-40px;}
.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;}
.p_b10{padding-bottom:10px;}
.p_b20{padding-bottom:20px;}
.p_b30{padding-bottom:30px;}
.p_b40{padding-bottom:40px;}
.p_b50{padding-bottom:50px;}



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

.txt_wh {
	color: #fff;
}


.txt_greenn {
	color: #12462b;
	font-weight:bold;
}


.txt_brn2 {
	background-color: #6e3d2e;
	color: #fff;
	font-size: 14px;
	border: 1px #6e3d2e solid;
	margin-bottom:5px;
	margin-top:3px;
	margin-left:3px;
	padding: 2px 2px;
}




/* =========================================================
	CLEAR
========================================================= */
.clear {
	clear: both !important;
}
br.clear {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
/* 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;
}



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

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:#fff;
	background-image: url(../img/body_bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}



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






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




header {
	color: #fff;
	z-index:60;
	left: 0;
	top: 0px;
	right: 0;
	clear:both;
	height:80px;
	width: 100%;
	background-image: url(../img/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	position: fixed;
	padding-top:3px;
}

header .logo{
	width: 120px;
	left:1px;
	z-index: 90;
	top:25px;
	margin: 0px auto;
	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ナビ */
header #telnavi {
	border-right: 1px solid rgba(255, 255, 255, 0.4);
	line-height: 10px;
	position: absolute;
	right: 55px;
	text-align: right;
	text-decoration: none;
	top: 15px;
}

	




.page-heading {
	margin-top: 0px;
	color: #fff;
	font-size: 14px;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	position:absolute;
	z-index:10;
}


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





.block {
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	clear:both;
	overflow:hidden;
	text-align:left;
}


#block {
	margin: 15px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	clear:both;
	overflow:hidden;
	text-align:left;
}


.block_foot {
	margin: 5px 0px 0px 0px;
	padding: 5px 5px;
	clear:both;
	overflow:hidden;
 	color: #fff;
	text-align:left;
}



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

.block-heading {
	margin-bottom: 6px;
	color: #231a15;
	font-size: 16px;
}

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

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


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

p{
	line-height:1.8em;
	padding-left: 5px;
	padding-right: 5px;
}



.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 {
	border-top: 2px solid #eecbc0;
	border-bottom: 1px solid #eecbc0;
	clear: both;
}
#nav-global ul {
	overflow: hidden;
	border-right: 1px solid #eecbc0;
	border-bottom: 1px solid #eecbc0;
}
#nav-global li {
	background-color: rgba(244,219,201,0.5);
	-webkit-box-shadow: -1px -1px 1px rgba(000,000,000,0.1), inset 1px 1px 1px rgba(255,255,255,0.5);
	-moz-box-shadow: -1px -1px 1px rgba(000,000,000,0.1), inset 1px 1px 1px rgba(255,255,255,0.5);
	box-shadow: -1px -1px 1px rgba(000,000,000,0.1), inset 1px 1px 1px rgba(255,255,255,0.5);
	float: left;
	line-height: 50px;
	position: relative;
	width: 50%;
	height: 50px;
	color:#231400;
	text-align: left;
	font-size:12px;
}
#nav-global li img {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 9px;
}
#nav-global li a {
	padding-left: 9px;
	color:#231400;
	text-shadow: 1px 1px 2px rgba(255,255,255,0.1);
	display: block;
	text-decoration: none;
	width: 100%;
	height: 50px;
}
#nav-global li a:after {
	font-family: "fontello";
	content: '\e871'; /* 'r' */
	color: #231400;
	position: absolute;
	top: 2px;
	right: 5px;
}

#nav-global li a[href^="http://"]:after,
#nav-global li a[href^="https://"]:after {
	content: '\e871'; /* 'x' */
}





/* リード */
.lead {
	position: relative;
	padding: 5px 5px 10px 5px;
	margin:0px 0px 5px 0px;
	clear:both;
	overflow:hidden;
 	color: #fff;
}

.p_lead{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:5px;
	margin-right:5px;
	padding: 10px 3px 5px 3px;
	text-align:left; 
	font-size: 18px;
	color:#fff;
	text-align: center;
	font-weight:bold;
	line-height:1.2em;
}



/* 新着情報 */

.information {
	margin-top:10px;
	margin-bottom:25px;
	margin-right: 0px;
	margin-left: 0px;
	clear:both;
	overflow:hidden;
 	color: #fff;
}



.news {
	background-image: url(../img/info_bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	margin-top:15px;
	margin-bottom:15px;
	margin-right: 5px;
	margin-left: 5px;
	clear:both;
	overflow:hidden;
 	color: #231400;
}



#feed {
	margin-top: 10px;
	margin-bottom:10px;
	margin-right: 10px;
	margin-left: 10px;
	padding:10px 5px 10px 15px;
	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:#231400;
	padding-left:2px;
}

#feed a{
	color: #231400;
}




.p_news{
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#88484b;
	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(146,67,70,1) double;
}





/* フェイスブック */

.social {
	margin-top:15px;
	margin-bottom: 20px;
	margin-right: 5px;
	margin-left: 5px;
	clear:both;
	overflow:hidden;
 	color: #fff;
}


.facebook {
	background-color: rgba(255,255,255,0.1);
	width: 300px;
	height: 360px;
	margin-top: 10px;
	margin-bottom:10px;
	margin-right: auto;
	margin-left: auto;
}


.p_face{
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#5b3b1e;
	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(131,100,73,1) double;
}





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

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


.mainimage p{
	display:block;
	margin-bottom: 5px;
}

.slider {
	display:block;
	margin: 0px;
}

.slider2 {
	padding-top: 86px;
	border-bottom: 7px solid transparent;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.6);
	position: relative;
	z-index: 500;
}



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

/* ナビゲーション（下層フッター用） */
.global-footer{
	background-color: #491601;
	color:#fff;
	text-align:center;
	padding-top:5px;
	padding-bottom: 5px;
	margin:0px auto 0px auto;
	font-size:10px;
}





/* パソコン用を見る */
.pcsite {
	background-color: rgba(87,47,20,0.5);
	border: 1px solid #572f14;
	-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: 25px;
	margin: 10px 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.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: '\e856'; /* 'p' */
	margin-right: 10px;
}

/* telボタン */
.botan_tel {
	background-color: #491601;
	border: 1px solid #3f1301;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-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: 25px;
	margin: 10px 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight:bold;
}
.botan_tel a {
	font-size:16px;
	color:#fff;
	display: block;
	text-decoration: none;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.botan_tel a:before {
	font-family: "fontello";
	content: '\e834';
	margin-right: 10px;
	color:#fff;
}


/* mailボタン */
.botan_mail {
	background-color: #491601;
	border: 1px solid #3f1301;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-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: 25px;
	margin: 10px 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight:bold;
}
.botan_mail a {
	font-size:14px;
	color:#fff;
	display: block;
	text-decoration: none;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.botan_mail a:before {
	font-family: "fontello";
	content: '\e839';
	margin-right: 10px;
	color:#fff;
}




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

.botan a{
	margin: 10px 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	color:#572f14;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	background-color: rgba(243,232,214,0.8);
	border: 1px solid #84461e;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

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



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

.botan2 a{
	margin: 10px 10px;
	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-color: #491601;
	border: 1px solid #3f1301;
}


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



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

.botan3 a{
	margin: 10px 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	font-weight:bold;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	background: #b8860b;
	border: 1px solid #fff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

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



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

.btnbox{
	margin-top: 5px;
	margin-bottom:5px;
	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 {
	margin: 5px 3px;
}

.btnbox p span {
	font-size:12px;
}



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

.btnbox2{
	margin-top: 0px;
	margin-bottom:0px;
	margin-left:10px;
	margin-right:10px;
	width:96%;
	clear:both;
	overflow:hidden;
}

.btnbox2 .l{
	background-color: #c27e34;
	width:96%;
	margin: 5px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

.btnbox2 .r{
	background-color: #c27e34;
	width:48%;
	float:right;
	margin-top: 5px;
	margin-bottom:5px;
	margin-left:2px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}


.btnbox2 p {
	margin: 5px 3px;
}

.btnbox2 p span {
	font-size:12px;
}

/*=============================================*/
/*          　　botan横並び3        　         */
/*=============================================*/

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

.btnbox3 .l{
	width:33%;
	float:left;
	margin-top: 10px;
	margin-bottom:10px;

}

.btnbox3 .c{
	width:33%;
	float:left;
	margin-top: 10px;
	margin-left:0px;
	margin-bottom:10px;
	margin-right: 0px;
}



.btnbox3 .r{
	width:33%;
	float:right;
	margin-top: 10px;
	margin-bottom:10px;

}


.btnbox3 p {
	margin: 5px auto;
	font-size:12px;
}

.btnbox3 a{
	margin: 5px auto;
	text-align:center;
	color:#fff;
}

.btnbox3 p span {
	font-size:12px;
}



/*=============================================*/
/*          　　botan横並び3        　         */
/*=============================================*/
.main_bnr{
	clear:both;
	margin-left:-1px;
}

.main_bnr li{
	box-sizing: border-box;
	width:33%;
	float:left;
	text-align:center;
	height:100px;
	background-color: #35200d;
	border-left: 1px solid #d28946;
}

.main_bnr li .demo-icon {
	font-size:30px !important;
	padding-bottom:5px;
	position:relative;
	color:#fff;
	}

.main_bnr .bnr{
	width:33%;
	
}
.main_bnr li a{
	letter-spacing:1px;
	display: block;
	color: #fff;
	text-decoration:none;
	padding:15px 0 15px 0;
	width: 100%;
	height: 100%;

}






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

.sbtitle{
	text-align:center;
	padding: 0px;
	margin: 0px auto 10px auto;
	line-height:1.4em;
	font-size:20px;
	font-weight:bold;
}



.sbtitle2{
	background-color: #7f4041;
	text-align:left;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	margin: 5px 0px 10px 0px;
	padding: 8px 5px;
	line-height:1.5em;
}


.p_ts1{
	margin: 5px 0px;
	text-align:left;
	padding: 3px 5px 3px 5px;
	font-size:12px;
}



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


.p_ts3{
	margin: 3px auto 3px auto;
	font-size:18px;
	text-align:center;
	font-weight:bold;
	line-height:1.5em;
}


.p_ts4{
	margin: 0px auto 0px auto;
	font-size:14px;
	text-align:center;
	line-height:1.2em;
	font-weight:bold;
}



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


.p_tsb{
	background-color: #572a15;
	margin: 10px 15px;
	text-align:center;
	color:#fff;
	font-size:12px;	
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight:bold;
	border:1px #b8860b solid;
}


.p_tax{
	margin: 5px 0px;
	text-align:right;
	padding: 0px 5px 0px 5px;
	font-size:12px;
}



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


.p_menu{
	padding-top:40px;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	color:#fff;
}





p.price {
	font-size:14px;
	padding-right: 10px;
	padding-bottom: 3px;
	margin: 5px 5px 10px 5px;
	border-bottom:1px rgba(35,20,0,0.5) dotted;
	clear: both;
	color: #88484b;
	text-align:right;
	font-weight:bold;
	line-height:1.5em;
}




p.price2 {
	font-size:18px;
	margin: 0px auto 5px auto;
	clear: both;
	color: #cf1b00;
	text-align:center;
	font-weight:bold;
	line-height:1.5em;
}

p.price3 {
	font-size:14px;
	padding-right: 10px;
	padding-bottom:3px;
	margin: 5px 5px 10px 5px;
	clear: both;
	color: #1d1d1d;
	text-align:right;
	font-weight:bold;
	line-height:1.5em;
}


p.price3 span{
	font-size:16px;
	color: #cf1b00;
	font-weight:bold;
}



hr{
	border: 1px rgba(112,56,62,0.5) solid;
	margin: 15px 10px 15px 10px;
}




/*=============================================*/
/*           　　　topics bnr  　　　          */
/*=============================================*/
.topics {
	clear:both;
	margin: 10px 0px;
	padding:0px 0px;
	text-decoration: none;
	text-align:left;
}



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

.topics ul li{
    text-align:left;
	margin-bottom: 3px;
}

.topics a{
	color: #836449;
}

.topics p {
	font-size:12px;	
	margin: 5px 3px;
}

.topics p span {
	font-size:12px;
	padding-top:40px;

}

.width-qt {
	display:table-cell;
	width:33.33%;
	float:left;
}


.width-half {
	WIDTH: 49%;
	float:left;
	margin-right:1px;
	margin-left:2px;
	margin-bottom:10px;
}


.width-half2 {
	WIDTH: 49%;
	float:left;
	margin-right:1px;
	margin-left:2px;
	margin-bottom:10px;
}

.width-full {
	WIDTH: 100%;
	margin-top: 5px;
}

.ul-inline {
	overflow: hidden;
	margin-left:3px;
	margin-right:3px;
}
.ul-inline li {
	margin-top:5px;
	margin-bottom: 5px;
}





.topics .p_topics{
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#34373f;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.1);
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 5px 2px 2px 2px;
	line-height:1.5em;
	border-bottom: 3px #2D1A0F double;
}


/*          　　  menu_box        　　          */
/*=============================================*/

.menu_box{
	clear:both;
	margin: 5px 0px 5px 0px;
	padding: 0px 5px;
}


.menu_box dl dt{
	margin-top:6px;
	font-size:14px;
	line-height:1.5em;
	padding:3px 5px;
}

.menu_box dd.price{
	font-size:14px;
	line-height:1.5em;
	color:#cf1b00;
	margin-top:-1.2em;
	text-align:right;
	font-weight:bold;
	padding:3px 5px;
	border-bottom:1px rgba(252,248,239,0.5) dotted;
}



.menu_box dl dd.txt{
	font-size:12px;
	line-height:1.5em;
	padding-left:5px;
	padding-top:5px;
	padding-bottom: 5px;
	color:#fef8e9;
}

.menu_box dl dt span{
	font-size:12px;
}

.menu_box dl dd span{
	font-size:12px;
}


/*          　　     main        　　          */
/*=============================================*/

.main{
	clear:both;
	margin: 0px 0px;
	padding: 10px 0px;
	color:#fff;
}


/*          　　      waku        　          */
/*=============================================*/
.waku{
	color:#2b221f;
	clear:both;
	margin: 10px 5px 10px 5px;
	padding: 10px 0px 10px 0px;
    border: 8px solid transparent;
    -moz-border-image: url("../img/waku_bg.jpg") 10 8 stretch;
    -webkit-border-image: url("../img/waku_bg.jpg") 10 8 stretch;
    -o-border-image: url("../img/waku_bg.jpg") 10 8 stretch;
    border-image: url("../img/waku_bg.jpg") 10 8 stretch;
    background: url(../img/inner2_bg.jpg) repeat left top;
}

.waku table{
	width:98%;
	margin:5px 0px 0px 0px;
	text-align:left;
}


.waku table th{
	background: #88484b; 
	color:#fff;
	text-align:center;
	font-size:12px;
	padding-top:8px;
	padding-bottom:8px;
	border:1px #fff solid;
}

.waku table td{
	text-align:left;
	padding:8px 5px 8px 8px;
	margin:3px 0px 5px 0px;
	color:#2b221f;
	font-size:12px;
}

.waku table td span{
	font-size:16px;
	font-weight:bold;	
}


/*          　　   contents      　　          */
/*=============================================*/

.contents{
	background-image: url(../img/contents_bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	color:#231400;
	clear:both;
	margin: 0px 0px;
	padding: 0px 0px 15px 0px;
	border-top:5px rgba(178,113,91,0.5) solid;
}




/*          　　  contents2      　　          */
/*=============================================*/

.contents2{
	background-image: url(../img/contents2_bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	color:#231400;
	clear:both;
	margin: 0px 0px;
	padding: 0px 0px 15px 0px;
}




/*          　　  contents3      　　          */
/*=============================================*/

.contents3{
	background-image: url(../img/contents3_bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	color:#231400;
	clear:both;
	margin: 10px 3px 0px 3px;
	padding: 0px 0px 15px 0px;
}



/*          　　  contents4      　　          */
/*=============================================*/

.contents4{
	color:#1d1d1d;
	clear:both;
	margin: 10px 3px 20px 3px;
	padding: 0px 0px 10px 0px;
    border: 5px solid transparent;
    -moz-border-image: url("../img/waku2_bg.jpg") 10 8 stretch;
    -webkit-border-image: url("../img/waku2_bg.jpg") 10 8 stretch;
    -o-border-image: url("../img/waku2_bg.jpg") 10 8 stretch;
    border-image: url("../img/waku2_bg.jpg") 10 8 stretch;
    background: url(../img/contents4_bg.jpg) repeat left top;
}

.inner{
	background-image: url(../img/inner_bg.png);
	background-repeat: repeat;
	background-position: left top;
	color:#fff;
	clear:both;
	margin: 0px 3px 0px 3px;
	padding: 0px 0px 15px 0px;
}



/*          　　       party       　          */
/*=============================================*/
.party{
	color:#fff;
	clear:both;
	margin: 10px 3px 10px 3px;
	padding: 0px 0px 10px 0px;
    border: 5px solid transparent;
    -moz-border-image: url("../img/waku2_bg.jpg") 10 8 stretch;
    -webkit-border-image: url("../img/waku2_bg.jpg") 10 8 stretch;
    -o-border-image: url("../img/waku2_bg.jpg") 10 8 stretch;
    border-image: url("../img/waku2_bg.jpg") 10 8 stretch;
    background: url(../img/party_bg.jpg) repeat left top;
}


/*          　　      party2       　          */
/*=============================================*/
.party2{
	color:#1d1d1d;
	clear:both;
	margin: 10px 3px 20px 3px;
	padding: 0px 0px 10px 0px;
    border: 5px solid transparent;
    -moz-border-image: url("../img/waku2_bg.jpg") 10 8 stretch;
    -webkit-border-image: url("../img/waku2_bg.jpg") 10 8 stretch;
    -o-border-image: url("../img/waku2_bg.jpg") 10 8 stretch;
    border-image: url("../img/waku2_bg.jpg") 10 8 stretch;
    background: url(../img/party2_bg.jpg) repeat left top;
}



.inner2{
	background-image: url(../img/inner2_bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	color:#1d1d1d;
	clear:both;
	margin: 0px 3px 0px 3px;
	padding: 0px 0px 15px 0px;
}






/*          　　   shop_box      　　          */
/*=============================================*/

.shop_box{
	clear:both;
	margin: 0px 0px;
	padding: 15px 0px;
	color:#fff;
}


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

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


.shop_box dl dd a{
	color:#cf1b00;
}





/*          　　     id_bg       　　          */
/*=============================================*/

#lead{
	width:100%;
	background-image: url(../img/sec_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	clear:both;
	margin: 0px 0px 0px 0px;
}

#c_sec{
	width:100%;
	background-image: url(../img/concept/sec_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	clear:both;
	margin: 0px 0px 0px 0px;
}


#m_sec{
	width:100%;
	background-image: url(../img/menu/sec_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	clear:both;
	margin: 0px 0px;
	padding-bottom:20px;
}






#foot_sec{
	width:100%;
	background-image: url(../img/foot_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	clear:both;
	margin: 10px 0px 0px 0px;
	padding:0px 0px;
}





/*          　　  caption        　　          */
/*=============================================*/

#caption{
    text-align:left;
	clear:both;
	margin: 10px 5px;
	padding: 10px 0px;
	font-size:12px;
}



/* =======================================
  reserve
======================================= */

#reserve {
	width: 100%;
	padding-top: 0px;
	margin:10px auto;
    text-align:center;
}



/*          　　     map        　　          */
/*=============================================*/
#map{
	color:#fff;
    text-align:left;
	clear:both;
	margin: 10px 5px;
	padding: 0px;
}

#gmap{
	width:98%;
	height:360px;
	color:#fff;
    text-align:center;
	clear:both;
	margin: 10px 5px;
}




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


.list{
	color: #fff;
	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: #5c5c5c;
	float:left;
	font-size:12px;
}


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






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


.shopinfo{
	background-image: url(../img/footer_bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	position: relative;
	font-size:14px;
	color: #2b221f;
	clear:both;
	padding: 10px 0px 15px 0px;
	margin: 20px 0px 0px 0px;
	line-height:1.5em;
}

.shopinfo p{
	padding: 0px 5px;
	text-align:center;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}


.shopinfo a{
	color: #fff;
}

/*          　 シェアボタン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;
}
