@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	vertical-align:bottom;
	}

body,html{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#5B5652;
	}

body{
	background-color:transparent;
	zoom: 1;
	background-image: url(img/bg0.png), url(img/bg2.jpg);
	background:url(img/bg2.jpg) repeat \9; /* IE8 以下 */
	margin:0;
	background-attachment:fixed;
	background-position:bottom,center;
	background-repeat: repeat-x, repeat;
	background-repeat:repeat \9;

	}

::selection {
    background: #96BE1D; /*背景色*/
    color: #fff; /*文字色*/
}
::-moz-selection {
    background: #96BE1D; /*背景色*/
    color: #fff; /*文字色*/
}

img{
	border:none;}

a{
	color:#633;
	border:none !important;
	text-decoration:none !important;
	outline:none;
	}

a:hover{
	color:#096;
	}

table{
	margin:0 auto;
	border-collapse:collapse;
	}



/*----------------------------------------------------------------------------フォント*/

.moji01{
	font-size:18px;
	color:#F60;
	margin-left:10px;}


.text01{
	font-weight:100 !important;
	line-height:30px !important;
	}

.text02{
	font-weight:100 !important;
	line-height:26px !important;
	font-size:12px !important;
	letter-spacing:0px !important;
	}

.text03{
	font-weight:100 !important;}

.text04{
	line-height:13px !important;
	font-size:12px !important;
	letter-spacing:0px !important;
	}

.text04 a{
	margin-top: 4px;
}

/*----------------------------------------------------------------------------配置*/

.right{
	float:right !important;
	padding-right:10px;
	}

.left{
	text-align:left !important;
	padding-left:10px;
	}

.center{
	text-align:center !important;
	}


/*------------------------------------------------------------------共通パーツ*/
#header{
	width:100%;
	height:200px;
	background-color:#FFF;
	border-bottom:10px solid;
	margin:0 !important;
	}

#navi{
	width:1000px;
	height:200px;
	margin:0 auto;
	}
#navi a{
	float:left;
	display:block;
	}
	
#navi01 img{
	border-left:dotted 1px #666;}

#navi01 a:hover{
	background:#EEF4D7;
	}

#navi p{
	display:block;
	width:200px;
	height:186px;
	float:left;
	border-left:dotted 1px #666;
	padding-left:30px;
	padding-top:24px;
	line-height:30px;
	}

.banner img{
	margin-top:60px;
	}

.banner img:hover{
	opacity:0.6;
	}
	
	
/*---------------------------------------------------------------------トップページ*/
.top-menu{
	width:960px}

.topmenu{
	padding:16px;
	width:320px;
	}

.topmenu2{
	display:block;
	border-radius:80px;
	margin-left:70px !important;
	}
.topmenu2:hover{
	opacity:0.6;
	}
	
.topmain{
	margin-bottom:20px;
	}

.topmain img{
	float:left;
	}

#main{
	width:1000px;
	margin:0 auto;
	}
	
.centerdiv{
	margin-bottom:30px;}
	
.news{
	background:#FFF;
	width:1000px;
	height:auto;
	box-shadow: 1px 1px 6px #000; /* CSS3 */
    -moz-box-shadow: 1px 1px 6px #000; /* Firefox用*/
    -webkit-box-shadow: 1px 1px 6px #000; /* Google Chrome, Safari用*/
    border-radius:10px;
	margin-bottom:20px;
	padding-top:10px;
	}

.news h1{
	text-align:center;
	font-size:20px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing:4px;
	background:url(img/hr02.gif) no-repeat bottom;
	line-height:80px;
	}

.news h2{
	text-align:center;
	font-size:20px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing:4px;
	background:url(img/hr02.gif) no-repeat bottom;
	line-height:80px;
	}

.news img{
	margin:14px 30px 14px;
	float:left;
	border-radius:10px;
	}

.news img:hover{
	opacity:0.6;}

.news hr{
	clear:both;
	}

#feed{
	padding:0 30px;
	line-height:34px;
	font-size:12px;
	display:block;
	margin:0 auto;
	width:900px;
	height:auto;
	}
.categories{
	font-size:10px;
	background-color:#999;
	color:#FFF;
	width:130px;
	height:20px;
	line-height:20px;
	border-radius:10px;
	text-align:center;
	display:inline-block;
	margin-bottom:6px;
	}

.contents{
	background:#FFF;
	width:960px;
	height:850px;
	padding:10px 20px;
	box-shadow: 1px 1px 6px #000; /* CSS3 */
    -moz-box-shadow: 1px 1px 6px #000; /* Firefox用*/
    -webkit-box-shadow: 1px 1px 6px #000; /* Google Chrome, Safari用*/
    border-radius:10px;
	margin-bottom:20px;
	}
.contents hr{
	margin-bottom:10px;
}

.contents img{
	border-radius:75px;
	margin:0 30px;}

.contents h2{
	text-align:center;
	font-size:20px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing:4px;
	background:url(img/hr02.gif) no-repeat bottom;
	line-height:80px;
	margin-bottom:20px;
	}

.contents p{
	line-height:24px;
	font-weight:400;
	font-size:13px;}
	
a.blog{
	display:block;
	background-color:#5B5652;
	color:#FFF;
	font-size:12px !important;
	width:180px;
	text-align:center;
	height:34px;
	line-height:34px !important;
	border-radius:20px;
	margin-top:10px;}

a.blog:hover{
	background-color:#ADC71D;
	}

/*-------------------------------------------------------------------------サブページ*/

.page{
	width:1000px;
	background-color:#FFF;
	margin:0 auto;
	padding:20px 0;
	}
.page p{
	line-height:60px;
	font-weight:bold;
	font-size:14px;
	letter-spacing:4px;}

.page h1{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin:0 20px 20px 20px;
	background:url(img/h1.gif) left;
	line-height:80px;
	text-indent:4em;
	letter-spacing:6px;
}

.page h3{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin:10px 0;
	line-height:50px;
	color:#695943;
	letter-spacing:4px;
	font-size:18px;
}

.page hr {
border-width: 1px 0px 0px 0px;
border-style: solid;
border-color:#8D7D72;
height: 1px;
width:960px;
margin:0 auto;
}

/*-------------------------------------------------------店主ご挨拶*/

.aisatu1{
	display:block;
	height:400px;
	}

.aisatu1 img{
	float:left;}

.aisatu01{
	float:left;
	margin-top:10px;
	display:block;
	margin-left:50px;
	font-size: 16px;
	}
	
.aisatu02{
	float:left;
	margin:10px !important;
	display:block;
	}
	
.aisatu2{
	display:block;
	height:400px;
	}

.aisatu2 img{
	float:right;
	}

.aisatu02{
	float:left;
	margin-top:110px;
	margin-left:50px;
	display:block;
	font-size: 16px;
	}

.aisatu3{
	display:block;
	height:400px;
	line-height:170px !important;
	text-align:center;
}

/*-------------------------------------------------------お品書き*/

.menu{
	width:1000px !important;
	height:80px !important;
	background:url(img/hr01.gif) no-repeat !important;
	border:0 !important;
	margin:0 !important;
	}

.menu2{
	width:940px !important;
	height:80px !important;
	background:url(img/hr03.gif) no-repeat !important;
	border:0 !important;
	margin:0 auto !important;
	}

.menu1 h2{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin:30px 0;
	background:url(img/h2.gif) left no-repeat;
	line-height:70px;
	text-indent:3em;
	color:#766A5C;
	letter-spacing:4px;
}

.menu-top{
	width:940px;
	height:400px;
	margin:0 30px;
	}

.menu-top img{
	border-radius:20px;
	}
	
.menu01{
	width:300px;
	float:left;
	}
	
.menu01 h3{
	text-align:center;
	}

.menu0{
	width:20px;
	float:left;
	height:400px;
	}
	
.setsumei{
	font-weight:100 !important;
	letter-spacing:1px !important;
	line-height:30px !important;
	height:100px;
	}
	
.price{
	line-height:30px !important;
	}

.menu03{
	width:940px;
	border:none;
	}
.menu03 tr{
	height:40px;
	line-height:40px;
	border-bottom:1px solid #999;
	}

.menu-title{
	width:650px;
	text-indent:4em;
	background:url(img/menubg.gif) no-repeat;
	}

.menu04{
	width:940px;
	border:none;
	}

.menu04 td{
	padding:16px;
	}

.menu04 img{
	border-radius:20px;
	}


/*-------------------------------------------------------地図・観光案内*/
.access h2{
	width:1000px;
	height:50px;
	line-height:50px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:24px;
	background:url(img/h2-a.gif) no-repeat;
	text-indent:3em;
	display:block;
	margin-top:20px !important;
	}

.access01{
	width:960px;
	height:200px;
	}

.access02{
	width:240px;
	text-align:center;
	}

.access03{
	display:block;
	width:240px;
	height:200px;
	margin:0;
	float:left;
	}
	
.access04{
	display:block;
	width:720px;
	height:250px;
	margin:0;
	}

.access05{
	width:960px;
	height:280px;
	margin:10px 20px;
	}

.access06{
	width:480px;
	height:280px;
	float:left;
	text-align:center;
	}

.access06 img{
	border:6px solid #FFF;
	box-shadow: 1px 1px 6px #000; /* CSS3 */
    -moz-box-shadow: 1px 1px 6px #000; /* Firefox用*/
    -webkit-box-shadow: 1px 1px 6px #000; /* Google Chrome, Safari用*/}

.access06 p{
	margin-top:10px;
	line-height:26px;}


.map{
	height:400px;
	width:960px;
	margin:20px;
	}

.map iframe{
	border:1px solid #695943;
	border-radius:20px;
	}

.map1{
	width:300px;
	float:right;
	margin-right:30px;
	}

.map1 p{
	letter-spacing:2px;}
	
.map2{
	margin-top:30px;
	line-height:50px !important;
	font-size:20px !important;
	color:#FF8F33;
	font-weight:bold;}

.map3{
	height:250px;
	width:960px;
	margin:20px 20px 0 20px;
	}

.map3 a{
	font-size:12px;
	letter-spacing:0px;
	}

.kankou{
	border-radius:90px;
	}

.map4{	
    height:320px;
	width:960px;
	margin:20px;
	}

.map4 img{
	border-radius:20px;
	float:left;
	}


/*---------------------------------------------------------------石橋庵のお蕎麦*/

.process p{
	padding-top:26px;
	padding-right:20px;
	margin-left:30px;
	font-weight:100 !important;
	line-height:30px !important;
	}
.process img{
	float:left !important;
	margin:20px 30px 0 30px;
	border-radius:20px;
	}
.process h2{
	margin:20px 0;
	line-height:50px;
	background:url(img/h2-a.gif);
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-indent:4em;
	}
.process h3{
	text-indent:5em;
	background:url(img/hr3.gif);
	line-height:40px;
	clear:both;
	}
	
.processbox{
	width:960px;
	height:380px;
	margin:30px auto;
	}
.processbox img{
	margin-top:50px;
	float:left;
	}

img.kakudai{
	float:right !important;
	margin:10px !important;
	}

/*---------------------------------------------------------------ページスクロール*/

.backtotop {
    position: fixed;
    right: 15px;
    bottom: 44px;
    z-index: 9000;
    display: none;
}    
 
.backtotop a {
    display: block;
    color: #777777;
    padding: 6px 6px;
    margin: 0;
    background-color:#999;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}
 
.backtotop a:hover {
    background: #AFC03A;
    color: #FFFFFF;
}





/*-------------------------------------------------------------------------フッター*/

#footer{
	display:block;
	clear:both;
	width:100%;
	height:100px;
	background:#5B5652;
	}

.footer-navi{
	width:1000px;
	height:100px;
	color:#FFF;
	margin:0 auto;
	}

.footer-navi a{
	color:#FFF;
	}
.footer-navi a:hover{
	color:#F90;
	}

.footer-navi p{
	float:left;
	line-height:100px;
	text-indent:2em;
	letter-spacing:6px;
	}

.footer-navi img{
	float:left;
	margin-top:10px;
	border-right:#FFF 2px solid;
	}

.footer-navi img:hover{
	opacity:0.6;}

.copyright{
	width:100%;
	background:#FCF5F3;
	color:#695943;
	line-height:30px;
	font-size:10px;
	letter-spacing:4px;
	text-align:center;
	}
