@charset "UTF-8";
/* CSS Document */
.test{
	border:1px solid #ff0000;}

body {
	margin: 0px;
	padding: 0px;
	background-color:#faf0cd;
	color: #434343;
}

/*--------------header---------------*/
#header {
	margin: 0px;
	padding: 0px;
	height: 95px;
	width: 100%;
	position: relative;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#header h1{
	position:absolute;
	top:5px;
	left:5px;
	font-size:76%;
}

#logo{
	position: absolute;
	bottom:0px;
	left: 0px;
}

.chumon{
	position: absolute;
	top: 30px;
	right: 8px;
}

.chumon li{
	width: 120px;
	height: 30px;
	-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;
	border-bottom: 1px solid #bfbfbf;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
list-style:none;
}

#navi li a{
	text-decoration:none;
	font-size:100%;
	display:block;
	color: #ca2b7d;
	font-weight:bold;

	padding:18px 0 19px 50px;
	text-shadow:1px 1px 0px #bfbfbf;
}

#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: 40px;
	display: block;
	letter-spacing:0.2em;
}

#key_visual{
	margin:10px 0 5px 0;
	clear:both;
}



#key_visual_menu {
	margin:10px auto 5px auto;
	text-align:center;
	clear:both;
}

/*--------------contents---------------*/
.contents-wrapper {
	margin: 0px;
	height: auto;
	width: 100%;
}

h2.long {
	font-size:100%;
	width:96%;
	height:30px;
    padding:12px 0 0 0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
	margin:10px auto 0 auto;
	text-shadow:1px 1px 0px #fff;
	text-align:center;
background: -moz-linear-gradient(-45deg, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
background: linear-gradient(135deg, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
	border:1px solid #bfbfbf;
}



h2.longbtn {
	font-size:100%;
	width:96%;
	height:40px;
    padding:20px 0 0 0px;
    border-radius: 5px;
    border-radius: 5px;
	margin:10px auto 0 auto;
	text-shadow:1px 1px 0px #fff;
	text-align:center;
background: -moz-linear-gradient(-45deg, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
background: linear-gradient(135deg, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
	border:1px solid #bfbfbf;
}

h2 img {
	display: inline;
	vertical-align: text-top;


}



.inner-contents {
	width:96%;
	height: auto;
	margin:0 10px;
/*	padding:5px 10px 10px 10px;*/
	background-color: #fff;
	font-size:76%;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
	line-height:1.4;
	overflow:auto;
	border:1px solid #bfbfbf;
	border-top:1px solid #fff;
	margin:0px auto 0 auto;
}

.inner-contents h3{
	width:90%;
	border-bottom:1px solid #399;
	border-left:4px solid #399;
	padding: 0 0 3px 5px;
/*	margin:5px auto;*/
margin-left:10px !important;
font-size:100%;

}


.woodbar {
	font-size: 90%;
	width: 96%;
	height: 10px;
	padding: 12px 0 0 0px;
	border-radius: 3px;
	margin:0 auto;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;	
}



.inner-contents2 {
	width:94%;
	height: auto;
	margin:0 10px;
/*	padding:5px 10px 10px 10px;*/
	background-color: #fff;
	font-size:76%;
 	line-height:1.4;
	overflow:auto;
	border:1px solid #bfbfbf;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	margin:0px auto 0 auto;
	position:relative;

}
.txt {
	padding:5px 10px 5px 10px;
	
	
	
	}

.otoku {
	position: absolute;
	top: 20px;
	right: 20px;
	padding:5px;
	font-size: 150%;
	font-weight: bold;
	border:3px double #d6e2a2;



/*	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #3C0;
*/
	



	
	}



.inner-contents h3{
	border-bottom:1px solid #340139;
	border-left:4px solid #340139;
	padding: 5px 0 3px 5px;
	margin:7px 0;
	clear:both;
}


.deepgreen {
	color:#79c960;

}



.greenpoint {
	color:#79c960;

}











.pic_style {
	margin-left:auto;
	margin-right:auto;
	padding:2px;
	margin-bottom:10px;
	text-align:center;
	
}



.com1 {
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;

	margin:8px 0;
}

.input_txt {
	width: 96%;
	display: block;
	padding: 10px 0 10px 0;
	margin:4px auto;
}

#switchButton {
	clear: both;
	text-align: center;
	font-size: 62%;
	display: block;
	margin: 0px;
	padding:10px 0;

}

#switchButton a {

}

#footer {
	margin: 0px;
	height:60px;
	width: 100%;
	display: block;
	clear: both;
	font-size: 76%;

	text-align: center;
	padding-top:10px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat;
	margin-top:20px;

	

}


/*--------------menu---------------*/

.menu-wrapper {
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-type: none;
	clear:both;
}
/*.menu-t1 {
	line-height: 1.3em;
	float: left;
	min-width: 180px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.menu-t2 {
	line-height: 1.3em;
	text-align:right;
	min-width: 100px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
*/



.pic_style2 {
	width:272px !important;
	margin:0 auto !important;
/*	text-align:center;*/

}

.pic_style2 p {
	border:1px solid #999;
	padding:3px;
	margin:3px;
/*	margin:3px 6px 3px 0;*/
	float:left;
}


.point{

	width: 94%;
	padding:3px 5px;
	border-bottom:3px double #a1863d;
	border-top:3px double #a1863d;
	margin:5px auto;

}

.menu_table {
	width: 94%;
	margin-top:10px;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;	
}

/*.menu_table caption {
	text-align:left;
	padding:5px;
	color:#a1863d;
	text-shadow: 1px 1px 1px #fff;

	}*/
.menu_table th {
	padding:5px;
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a1863d;
	text-shadow: 1px 1px 1px #f6f2d8;
	color:#79c960;
	
	}

/*.menu_table th {
	padding:5px;
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a1863d;
	text-shadow: 1px 1px 1px #a1863d;
	color:#fff;
	
	}
*/
.menu_table td {
	padding:5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a1863d;
	display:table-cell;
	
}

.under_text {

	font-size: 85%;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color:#0f0202 !important;	
	}



.ss1{
	font-size:90%;
}

.gotop{
	text-align:right;
	margin:5px;
}

.gotop a {
	color:#ca2b7d;
	font-size:86%;
}


========================================================================
========================================================================
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: 40px;
	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: 40px;
	width: 50%;
	background-image: url(../images/icon3.png);
	background-repeat: no-repeat;
	background-position: 5px 12px;
}
#tel-btn2 li a {
	text-shadow: 1px 1px 0px #999;
	font-size: 76%;
	line-height: 20px;
	color: #000;
	text-decoration: none;
	display: block;
	margin: 0px;
	height: 20px;
	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;
}
/*
========================================================================
========================================================================
tel-btnの設定ここまで
========================================================================
========================================================================
*/
/*
========================================================================
========================================================================
店舗情報
========================================================================
========================================================================
*/
#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: #a1863d;
	border-right-color:#a1863d;
	border-left-color: #a1863d;
}
#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:#a1863d;
}
.setubi {
/*	width:90%;
	border-radius: 5px;
	list-style-type: none;
	padding: 5px;
	margin:0 auto;
	margin-top:10px;
	font-size: 96%;
	line-height: 1.4em;
	border-width: 1px;
	border-style: solid;
	border-color: #a1863d;
*/}
.setubi-detail {
	margin-bottom:5px;
	width:96%;
		margin:0 auto;
	
	

}
.setubi-detail li {	
	list-style:none;
		padding-left:10px;
}

.setubi_dai {
		padding-left:0px !important;
		font-weight:bold;
	}
	
.gmap {
	width:92%;
		padding: 5px;
			margin:0 auto;
/*	border-radius: 5px;
	list-style-type: none;


	margin-top:10px;
	font-size: 96%;
	line-height: 1.4em;
	border-width: 1px;
	border-style: solid;
	border-color: #a1863d;	
*/	
	}


#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;
	}
	
	
.info_setu {
	width:60%;
	font-size: 16px;
	font-weight: bold;
	color: #F00;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	border:3px double #f7d57b;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
	box-shadow: 2px 2px 3px #959595;
	

}

.info_setu td {
	padding:5px;
	}

.info_setu a {
	color: #F00;
	}

.price_hoken {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;


}

h4 {
	margin-left:5px;
	
}

.price_hoken th {
	border: 1px solid #bfbfbf;
	padding: 3px;
	font-weight: normal;
	width:40%;
	
}

.price_hoken td {
	border:1px solid #bfbfbf;
	padding:3px 3px 3px 3px;
	width:60%;
	text-align:center;
}


.cource_sina {
	margin-bottom: 10px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}


.courcebox01 {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
}

.courceime01 {
/*	width:90%;

*/	
	width:200px;
	padding: 2px;
	background-color: #fff;
	border:1px solid #bfbfbf;
	margin-left:auto;
	margin-right:auto;
		margin-bottom: 10px;

	
}

table.table_co {
	width: 100%;

}


/*table.table_co  th{
    border-bottom:1px dotted #bfbfbf;
    padding:25px 5px 10px 10px;

}
*/
table.table_co  td {
    border-bottom:1px dotted #bfbfbf;
    padding:5px 5px 5px 5px;
}


.hitokoto  {
	background-color: #f5e6d8;
	color: #a30c04;
	padding: 5px;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	line-height:16px;
}


p.topping {
	padding: 3px;
	padding-left: 5px;
	margin-bottom: 5px;
	font-size:110%;
	margin-bottom: 5px;
		margin-left:auto;
	margin-right:auto;

/*	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #a30c04;
	border-right-color: #a30c04;
	border-bottom-color: #a30c04;
	border-left-color: #a30c04;
	background-color: #f9f3f0;*/
	width:90%;
	
		border:1px solid #ca2b7d;
				border-left:10px solid #ca2b7d;

	font-weight:normal !important;


		border:1px solid #bfbfbf;
				border-left:10px solid #bfbfbf;

	font-weight:normal !important;




/*	background-color:#FFFFCC;*/


/*		border:1px solid #eef6fc;
		border-left:10px solid #eef6fc;

	color:#7d3a20;
	background-color:#f9f3f0;
*/
	
}

p.topping span {
	color:#ca2b7d;	
}

.yaji {
	width:300px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	margin-top:5px;
	
}


