@charset "UTF-8";
/* CSS Document */
.test{
	border:1px solid #ff0000;}

body {
	margin: 0px;
	padding: 0px;
	color: #6C593F;
	color: #434343;
	color: #fff;
	background-image: url(../images/bg_body.jpg);
}

/*--------------header---------------*/
#header {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 100%;
	position: relative;
	color: #FFF;
}

#header h1{
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 76%;
	z-index:3;
	}

#logo{
	position: absolute;
	top:0px;
	left: 0px;
	z-index:1;
}

.chumon{
	position: absolute;
	top: 30px;
	right: 8px;
}

.chumon li{
	width: 100px;
	height: 40px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	background: -moz-linear-gradient(center top, #f8f8f8, #c6c6c6 50%, #a5a5a5 51%, #e8e8e8);
	background: -webkit-gradient(linear, center top, center bottom, from(#f8f8f8), color-stop(50%, #c6c6c6), color-stop(51%, #a5a5a5), to(#e8e8e8));
	
	
	border-radius: 5px;
	margin: 8px 0 0 0;
	text-align: center;
	padding-top: 10px;
	box-shadow: 1px 1px 2px #333;
	list-style-type: none;}

.chumon li a{
	text-decoration:none;
	color:#333;
	text-shadow:1px 1px 1px #fff;
    font-size:80%;
}

/*--------------navi---------------*/
#navi{
	width:100%;
	height:auto;
	display:block;
	overflow:hidden;
}

#navi li{
	width: 50%;
	height: 50px;
	float: left;
	list-style:none;
	border-bottom: 1px solid #bfbfbf;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */



}

#navi li a{
	text-decoration:none;
	font-size:100%;
	display:block;
	color:#313131;
	text-shadow: 1px 1px 1px #e9dab9;
	font-weight:bold;
	padding:18px 0 0px 50px;
	text-shadow:1px 1px 0px #bfbfbf;
	height:32px;
}

#navi li:nth-child(even) a {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #bfbfbf;
}

#navi li span {
	background-image: url(../images/icon3.png);
	background-repeat: no-repeat;
	background-position:20px 17px;
	height: 50px;
	display: block;
	letter-spacing:0.2em;
}



/*--------------key_visual---------------*/
#key_visual{
/*	padding:5px 0 5px 0;
*/	clear:both;
}

#key_visual_back {
	background-image: url(../images/main-visual_bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}




/*--------------footer---------------*/


#switchButton {
	clear: both;
	text-align: center;
	font-size: 62%;
	display: block;
	margin: 0px;
	padding:10px 0;

}

#switchButton a {
	color: #DA9547;
	color: #990000;
}

#footer {
	margin: 0px;
	height:60px;
	width: 100%;
	display: block;
	clear: both;
	font-size: 76%;
	text-align: center;
	background-image: url(../images000/footer_bg.jpg);
	background-repeat: repeat;
background: -moz-linear-gradient(top, #6d5940 0%, #9e8f7c 4%, #6d5940 8%, #6d5940 86%, #443528 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d5940), color-stop(4%,#9e8f7c), color-stop(8%,#6d5940), color-stop(86%,#6d5940), color-stop(100%,#443528)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #6d5940 0%,#9e8f7c 4%,#6d5940 8%,#6d5940 86%,#443528 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #6d5940 0%,#9e8f7c 4%,#6d5940 8%,#6d5940 86%,#443528 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #6d5940 0%,#9e8f7c 4%,#6d5940 8%,#6d5940 86%,#443528 100%); /* IE10+ */
background: linear-gradient(to bottom, #6d5940 0%,#9e8f7c 4%,#6d5940 8%,#6d5940 86%,#443528 100%); /* W3C */

	padding-top:10px;
	color:#FFF;
}

/*------------.gotop-----------------*/

.gotop{
	text-align:right;
	margin:5px;
}

.gotop a {
	color:#754f20;
	font-size:88%;
	color:#6d5940;


}


/*------------.tel_btn-----------------*/


#tel_btn {
	background-color: #FFF;
	padding: 0px;
	height: 70px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	border-radius: 5px;
	background: -moz-linear-gradient(center top, #f8f8f8, #c6c6c6 50%, #a5a5a5 51%, #e8e8e8);
	background: -webkit-gradient(linear, center top, center bottom, from(#f8f8f8), color-stop(50%, #c6c6c6), color-stop(51%, #a5a5a5), to(#e8e8e8));
	float: right;
	width: 120px;
	display: block;
}
#tel_btn a {
	font-size: 15px;
	line-height: 70px;
	color: #000;
	text-align: center;
	display: block;
	text-decoration: none;
}
#tel_btn2-wrapper {
	background-color: #000;
	padding: 0px;
	height: 50px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	background: -moz-linear-gradient(center top, #f8f8f8, #c6c6c6 50%, #a5a5a5 51%, #e8e8e8);
	background: -webkit-gradient(linear, center top, center bottom, from(#f8f8f8), color-stop(50%, #c6c6c6), color-stop(51%, #a5a5a5), to(#e8e8e8));
}
#tel-btn2 {
	margin: 0px;
	padding: 0px;
	height: 40px;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
#tel-btn2 li {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 50px;
	width: 50%;
	background-image: url(../images/icon3.png);
	background-repeat: no-repeat;
	background-position: 5px 17px;
}
#tel-btn2 li a {
	text-shadow: 1px 1px 0px #999;
	font-size: 76%;
	line-height: 30px;
	color: #000;
	text-decoration: none;
	display: block;
	margin: 0px;
	height: 30px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
	text-shadow: 1px 1px 0px #CCC;
}
#tel-btn2 li:last-child a {
	background-image: url(../images/bar.jpg);
	background-repeat: repeat-y;
	background-position: left top;

}





/*--------------contents---------------*/


#main_area_wrapper {
	
	}



.contents-wrapper {
	margin: 0px;
	height: auto;
	width: 100%;
}



.inner-contents {
	width: 96%;
	height: auto;
	margin: 0 auto;
	font-size: 76%;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	line-height: 1.4;
	overflow: auto;
	border: 1px solid #535353;
/*	border-top: 1px solid #fff;*/
	background-image: url(../images/bg_sp.png);
	background-repeat: repeat;
}


h2.long {
	font-size: 100%;
	width: 96%;
	height: 50px;
	padding: 0px 0 5px 0px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	margin: 0px auto 0 auto;
	color: #fff;
	text-shadow: 1px 1px 1px #313131;
	text-align: center;
	line-height:55px;
background: #9a7848; /* Old browsers */
background: -moz-linear-gradient(top, #9a7848 0%, #eab92d 6%, #9a7848 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9a7848), color-stop(6%,#eab92d), color-stop(100%,#9a7848)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #9a7848 0%,#eab92d 6%,#9a7848 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #9a7848 0%,#eab92d 6%,#9a7848 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #9a7848 0%,#eab92d 6%,#9a7848 100%); /* IE10+ */
background: linear-gradient(to bottom, #9a7848 0%,#eab92d 6%,#9a7848 100%); /* W3C */

background: #691212; /* Old browsers */
background: -moz-linear-gradient(top, #691212 0%, #cc0000 4%, #691212 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#691212), color-stop(4%,#cc0000), color-stop(100%,#691212)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #691212 0%,#cc0000 4%,#691212 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #691212 0%,#cc0000 4%,#691212 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #691212 0%,#cc0000 4%,#691212 100%); /* IE10+ */
background: linear-gradient(to bottom, #691212 0%,#cc0000 4%,#691212 100%); /* W3C */
}



h2.longbtn {
	font-size:100%;
	width:96%;
	height: 50px;
	padding: 0px 0 5px 0px;
	line-height:55px;
	border-radius: 5px;
    border-radius: 5px;
	margin:0 auto 0px auto;
	color:#fff;
	text-shadow: 1px 1px 1px #313131;
	  text-align:center;
background: #9a7848; /* Old browsers */
background: -moz-linear-gradient(top, #9a7848 0%, #eab92d 6%, #9a7848 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9a7848), color-stop(6%,#eab92d), color-stop(100%,#9a7848)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #9a7848 0%,#eab92d 6%,#9a7848 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #9a7848 0%,#eab92d 6%,#9a7848 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #9a7848 0%,#eab92d 6%,#9a7848 100%); /* IE10+ */
background: linear-gradient(to bottom, #9a7848 0%,#eab92d 6%,#9a7848 100%); /* W3C */

background: #691212; /* Old browsers */
background: -moz-linear-gradient(top, #691212 0%, #cc0000 4%, #691212 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#691212), color-stop(4%,#cc0000), color-stop(100%,#691212)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #691212 0%,#cc0000 4%,#691212 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #691212 0%,#cc0000 4%,#691212 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #691212 0%,#cc0000 4%,#691212 100%); /* IE10+ */
background: linear-gradient(to bottom, #691212 0%,#cc0000 4%,#691212 100%); /* W3C */
}



h2 img {
	display: inline;
	vertical-align: middle;
	padding-bottom:3px;
}


/*--------------下層使い回し設定---------------*/

.inner-contents h3{
	border-bottom:1px solid #754f20;
	border-left:4px solid #754f20;
	padding: 5px 0 3px 5px;
	margin:7px 3px;
	clear:both;
	font-size:120%;
	color:#754f20;
	color: #fff;
	text-shadow: 1px 1px 1px #c69754;

}

.inner-contents h4 {
	margin-left:5px;
	color:#754f20;
	
}


.inner-contents h4 span {
	color:#DA9547;
	
}
.txt {
	padding:5px 10px 5px 10px;
	}



.omiya_txt {
	padding: 0px 0px 5px 0px;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	color:#6d5940;	
	color:#6b1213;	
	color:#fff;	
	text-shadow: 1px 1px 2px #6b1213;
	color:#6d5940;
	}


.m_txt {
	padding:0px 10px 5px 10px;
	}

.m_txt a {
	padding:0px 10px 5px 10px;
background: -moz-linear-gradient(top, #a09589 0%, #71614d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a09589), color-stop(100%,#71614d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #a09589 0%,#71614d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #a09589 0%,#71614d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #a09589 0%,#71614d 100%); /* IE10+ */
background: linear-gradient(to bottom, #a09589 0%,#71614d 100%); /* W3C */
padding:3px 6px 3px 6px;
	border-radius: 5px;
	text-decoration:none;
	color:#FFF;
	
	
	}


.point{
	width: 94%;
	padding:3px 5px;
	border-bottom:3px double #a1863d;
	border-top:3px double #a1863d;
	margin:5px auto;

}

.m_5 {
	margin-bottom: 5px !important;
}
.m_10 {
	margin-bottom: 10px !important;
}
.m_15 {
	margin-bottom: 15px !important;
}
.m_20 {
	margin-bottom: 20px !important;
}

.f_120 {
	font-size: 120%;
}
.f_110 {
	font-size: 110%;
}
.f_80 {
	font-size: 80% !important;
}


.uscha {

	color:#754f20;
	color:#6d5940;
	
	
	}

/*---画像はるよ----*/

/*
#gallery_table {
	margin:5px auto 5px auto;


	}

#gallery_table td {
	text-align: center;
	width:50% !important;
	
	}

#gallery_table img {
	padding: 2px;
	background-color: #fff;
	border:1px solid #bfbfbf;
	}
	*/
/*
========================================================================
========================================================================
各ページの設定スタート
========================================================================
========================================================================
*/

/*--------------index---------------*/

.concept_img {
	width: 135px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	}




#shop-detail {
	width:94%;
	border-radius: 5px;
	list-style-type: none;
	padding: 0px;
	margin:0 auto;
	margin-top:10px;
	font-size: 96%;
	line-height: 1.4em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #d9c9ae;
	border-right-color:#d9c9ae;
	border-left-color: #d9c9ae;
	margin-bottom:10px;
}
#shop-detail dt {
	margin: 0px;
	float: left;
	width: 23%;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 5px;
}
#shop-detail dd {
	margin: 0px;
	width: 75%;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 24%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#d9c9ae;
}

#shop-detail dd a {
background: -moz-linear-gradient(top, #a09589 0%, #71614d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a09589), color-stop(100%,#71614d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #a09589 0%,#71614d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #a09589 0%,#71614d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #a09589 0%,#71614d 100%); /* IE10+ */
background: linear-gradient(to bottom, #a09589 0%,#71614d 100%); /* W3C */
padding:3px 6px 3px 6px;
	border-radius: 5px;
	text-decoration:none;
	color:#FFF;
}

	
.gmap {
	width:92%;
	padding: 5px;
	margin:0 auto;
	background-color:#FFF;

	}

.gallery_info {
	width:94%;
	margin:0 auto;
	}

.gallery_info dl {
	margin-bottom:8px;
	}

.gallery_info dt {
	background-color: #ebe1d0;
 /*   border:1px solid #d9c9ae;*/
	}

.gallery_info dt span {
	color:#FFF;
	padding:0 3px;
	}

.gallery_info p {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}


/*--------------メニュー---------------*/


/*
.menu_h4 {
	margin-bottom: 0px;
	background-image: url(../images/h4_back.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 600px;
	padding-top: 7px;
	padding-left: 15px;
	font-size: 18px;
	color: #604e38;
	margin-left: 0px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #e9dab9;
	}
*/
.menu_point {
	padding:0 5px;
	color: #6C593F;	
	margin-bottom: 10px;
	font-weight: bold;
}

	
.menu_point2 {
	margin-left: 10px;
margin-right: 10px;
	color: #FBA65A;
	margin-bottom: 10px;
	font-weight: bold;
    border:3px double #d9c9ae;
	padding:3px;
	font-size:14px;}


table.table_menu {
	margin:0px auto 10px auto;
	width:100%;
}

table.table_menu th{
/*    border-bottom:1px dotted #ccc;
*/    padding:5px 5px 5px 10px;
	text-align:left;
	width:75%;
	}

table.table_menu th span {
	font-size: 90%;
	color: #8b7760;
	font-weight: normal;	

}

.green {
	color:#d6e2a2;

}

.menu_image {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
/*	margin-bottom:10px;*/
	margin-top:5px;
	height:auto;
	}
	
.menu_image td {
	width: 50%;
	}	

table.table_menu tr {
	background-image: url(../images/line_concept.png);
	background-repeat: repeat-x;
	background-position: bottom;
}	



table.table_menu td{
/*    border-bottom:1px dotted #ccc;*/
    padding:5px 5px 5px 10px;
/*    padding-right:1px;*/
	line-height:20px;
	text-align:right;
	width:25%;
	font-size: 100%;
}	
	
.set {
background-color:#f7f1e7;

}	 	
	
em {
	color: #FBA65A;
	font-size:100%;	
}	
	
.set_menu {
background-color:#f7f1e7;
	margin:5px auto 10px auto;
	padding:5px;
	width:94%;

}	 	
	
	

#gallery_table {
	margin:0 auto 5px auto;

	}

#gallery_table td {
	text-align: center;
	width:50% !important;

	
	}

#gallery_table img {
	padding: 2px;
	background-color: #fff;
	border:1px solid #bfbfbf;
	}



	
	
	
