﻿@charset "utf-8";

/* ボディ設定*/
body {
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 	font-size: 18px;
	line-height: 1.8em;
	color: #231815;
  	text-align: center;
  	margin: 0;
  	padding: 0;
	background-image:url(../images/haikei.jpg);
}

h1,h2,h3,h4,h5,h6,p,ul,li,dl, dt, dd{
  	margin: 0;
  	padding: 0;
}

li img,dt img,dd img{
	vertical-align:bottom;
}
ol, ul {
	list-style:none;
}

img{
	border:0px;
}

table	{
	border-collapse: collapse;
}
th, td	{
	padding: 3px 3px;
}

/* 線の色 */
HR {
  color: #000;
  background-color:#000;
  border:none;
  border-top:1px dotted #fff;
}



A {
	COLOR: #ea5529;
}
A:link {
	COLOR: #ea5529; text-decoration:underline;
}
A:visited {
	COLOR: #ea5529; text-decoration:underline;
}
A:active {
	COLOR: #ddb67a; text-decoration:underline;
}
A:hover {
	COLOR: #ddb67a; text-decoration:underline;
}


/* ヘッダー */
#k_word{
	width:100%; 
	text-align:center;
	background-color:#3f3530;
	padding-top:10px;
}

h1{
	PADDING-TOP: 2px;
	PADDING-BOTTOM: 0px; 
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;  
	FONT-SIZE: 18px; 
	margin:auto;
	width:640px;
	COLOR: #ffffff;
	text-align:center;
}

/* コピーライト */

#copyright{
	clear: both;
	width:100%;; 
	text-align:center;
	background-color:#3f3530;
	PADDING-TOP: 5px;
	PADDING-BOTTOM: 5px; 
	FONT-SIZE: 18px;
	COLOR: #ffffff;
	margin:auto;
}

/* バック画像 */
#contents_gara{
	background-image:url(../images/gara.jpg);
	width:640px;
	margin:0px auto;
}


/* コンテンツ */

#container{
	width:640px;
	margin:0px auto;
	background-image:url(../images/ita.jpg);
}

#container2{
}

/* コンテンツ２段組み */

#content_left{
	width:640px;
}


#content_right{
	width:640px;
}

/* リンク画像を薄くする */
#content_right a:hover img {
opacity:0.5;
filter:Alpha(opacity=80);
}


/* ヘッダー */
#head_title{
	margin:0px;
	padding-top:7px;
	width:640px;
}
#head_title .title{
	float:left;
	text-align:left;
	margin-bottom:7px;
	margin-left:20px;
}
#head_title .tel{
	float:right;
	text-align:left;
	width:265px;
	margin-right:20px;
	margin-top:20px;
}


/* フッダー背景白 */
#fback{
	width:640px;
	background-image: url(../../images/kage03.png);
	background-repeat:no-repeat;
	padding-top:25px;
	padding-bottom:20px;
}


/* このページのトップへ */
#pagetop{
	width:62px;
}


/* フッダー情報 */
#f_00{
	width:600px;
	margin:auto;
}
/* リンク画像を薄くする */
#f_00 a:hover img {
opacity:0.5;
filter:Alpha(opacity=80);
}

#f_01{
	float:left;
	width:76px;
	margin-right:20px;
}
#f_02{
	float:left;
	width:360px;
	margin-right:20px;
	text-align:left;
	margin-bottom:20px;
}
#f_03{
	float:right;
	width:62px;
}


/* メイン画像 */
#mainimage{
	width:640px;
	height:471px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
#mainimage img{
	position: absolute;
	left: 0px;
	top: 0px;
}

#subimage{
	width:640px;
	margin-left:auto;
	margin-right:auto;
}







/*グローバルナビゲーション設定*/

#navi_waku{
	padding:20px 10px;
	background-image:url(../images/ita.jpg);
	margin-bottom:0px;
}

#navi_left{
	float:left;
	margin-left:0px;
	width:300px;
}

#navi_right{
	float:right;
	margin-right:0px;
	width:300px;
}

#navi{
	width:240px;
	margin-bottom:0px;
	margin-top:0px;
}

        
#globalnavi {
  margin: 0;
  padding: 0;
  list-style-type: none; /* リストマークの削除 */
  width: 240px;
}

#globalnavi li {
  width: 240px;
  height: 47px;
  margin: 0;
  padding: 0;
  display: inline;
}

#globalnavi a {
  text-indent: -9999px; /* テキストを隠す */
  text-decoration: none;
  display: block;
  width: 240px;
  height: 47px; /* リンク領域を広げる */
  background-image: url(../images/g_navi.png);
  background-repeat: no-repeat;
}

/* global navi normal
---------------------*/
#menu1 a { background-position: 0 0; }
#menu2 a { background-position: 0 -48px; }
#menu3 a { background-position: 0 -95px; }
#menu4 a { background-position: 0 -142px; }
#menu5 a { background-position: 0 -189px; }
#menu6 a { background-position: 0 -236px; }
#menu7 a { background-position: 0 -283px; }
#menu8 a { background-position: 0 -330px; }
#menu9 a { background-position: 0 -377px; }

#globalnavi a:hover {
  text-decoration: none;
  background-image:url(../images/g_navi.png);
  background-repeat: no-repeat;
}
/* global navi rollover
----------------------*/
#menu1 a:hover { background-position: -240px 0; } 
#menu2 a:hover { background-position: -240px -48px; }
#menu3 a:hover { background-position: -240px -95px; }
#menu4 a:hover { background-position: -240px -142px; }
#menu5 a:hover { background-position: -240px -189px; }
#menu6 a:hover { background-position: -240px -236px; }
#menu7 a:hover { background-position: -240px -283px; }
#menu8 a:hover { background-position: -240px -330px; }
#menu9 a:hover { background-position: -240px -377px; }





/* トップページ */

.setsumei{
	margin-left:20px;
	width:600px;
	margin-top:15px;
	margin-bottom:20px;
	text-align:left;
}


h2{
	text-align:left;
	margin-left:0px;
	margin-bottom:10px;
 	font-size: 18px;
	line-height: 1.8em;
	color: #231815;
	font-weight:normal;
}



.top_bun{
	margin-left:20px;
	width:600px;
	margin-top:25px;
	text-align:left;
}
.title_center{
	text-align:center;
	margin-bottom:10px;
}
.top_bo_left{
	float:left;
}
.top_bo_right{
	float:right;
}

.facebook_waku{
	float:right;
	margin-top:40px;
	text-align:center;
}



/* カレンダーとfacebook */

#top_cal_facebook{
	margin-left:20px;
	width:600px;
	margin-top:25px;
	text-align:center;
	margin-bottom:20px;
}

#calender {
	width: 335px;
	margin:auto;
}
.cal_base{
	margin:0px 1px;
	padding:5px 1px 5px 7px;
	width:326px;
	height:378px;
	background:url(../images/cal_bg.png);
}
#calender iframe{
	width: 320px;
	height:373px;
	margin:auto;
}
#fb_feeld {
	width: 326px;
	height: 388px;
	margin: 0 0 0 0px;
}
.fb_box{
	width: 306px;
	height: 368px;
	padding: 10px 10px;
	background: url(../images/fb_bg.png) no-repeat 0 0;
}
#fb_feeld div#fb_cn {
	width: 306px;
	height: 368px;
}
#fb_feeld div#fb_cn iframe{
	border:0px;
}



/* サブタイトル */
#sub_title{
	margin:0px;
	padding:0px;
	height:320px;
}
#sub_title img{
	margin:0px;
	padding:0px;
}
.sub_kage{
	margin:0px;
	padding:0px;
}
.sub_kage img{
	margin:0px;
	padding:0px;
}

/* パンくず */
#pankuzu{
	margin-left:30px;
	margin-top:15px;
	text-align:left;
	margin-bottom:20px;
	text-align:left;
	width:610px;
	font-size:18px;
}


/* タイトル　*/
h3{
	margin-left:30px;
	margin-top:15px;
	margin-bottom:10px;
	text-align:left;
	width:562px;
	font-size:21px;
	color:#c40808;
	padding:5px;
	border-bottom:#c40808 1px solid;
	border-left:#c40808 8px solid;
}

.bun{
	margin-left:40px;
	text-align:left;
	margin-bottom:30px;
	width:560px;
	padding:0px;
}

.map{
	margin-left:40px;
	text-align:left;
	margin-bottom:30px;
	width:540px;
	padding:10px;
	background-image:url(../images/ita.jpg);
}
.photo_3dan{
	float:left;
	margin-right:20px;
}
.bun_nobi{
	margin-left:40px;
	text-align:left;
	margin-bottom:30px;
	width:600px;
	padding:0px;
}
.shopdata{}
.shopdata dl {
	width: 570px;
}

.shopdata dl dt {
	width: 120px;
	float: left;
	padding-left:15px;
	padding-right: 0px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom:1px dotted #A1A1A1;
}
.shopdata dl dd {
	width: 400px;
	float: left;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-left:15px;
	border-bottom:1px dotted #A1A1A1;
	border-left:1px dotted #A1A1A1;
}
.shop_photo{
	width:560px;
	text-align:center;
	margin-top:20px;
}

.image_left{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.image_right{
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}
.text_kyouchou{
	font-size:16px;
	font-weight:bold;
	color:#c40808;
}

.bun_iyashi{
	margin-left:40px;
	text-align:left;
	margin-bottom:30px;
	width:560px;
	padding:0px;
}


/* メニュー／価格 */

.price_subtitle{
	font-size:21px;
	font-weight:bold;
	color: #599B79;
	margin-bottom:10px;
	margin-top:20px;
}

.price_subtitle02{
	font-size:21px;
	font-weight:bold;
	color: #A73C6A;
	margin-bottom:10px;
	margin-top:20px;
}

.price_subtitle03{
	font-size:21px;
	font-weight:bold;
	color: #D87E0B;
	margin-bottom:10px;
	margin-top:20px;
}

.price_text{
	font-size:16px;
	font-weight:bold;
	color: #FFF;
}

.paget{
	margin-top:20px;
	padding-left:500px;	
}







/* テーブル */
.table01 table{
	border-top:solid #D2D2D2 2px;
	border-bottom:solid #D2D2D2 2px;
	border-left:none;
	border-right:none;
	width:100%;
}
.table01 tr{
	border-bottom:dotted #4C4C4C 1px;
}
.table01 th{
	color: #7F5F1A;
	font-size:15px;
	padding:3px;
	border:none;
	border-right:dotted #4C4C4C 1px;
	background-color:#EFECDA;
	text-align:center;
}
.table01 td{
	padding:10px;
	border:none;
	background-color:#FFF;
	font-size:18px;
}
.text_size{
	font-size:18px;
	font-weight:bold;
	color:#8F2426;
}

/* テーブル */
.table02 table{
	border-top:solid #D2D2D2 2px;
	border-bottom:solid #D2D2D2 2px;
	border-left:none;
	border-right:none;
	width:100%;
}
.table02 tr{
	border-bottom:dotted #4C4C4C 1px;
}
.table02 th{
	color: #7F5F1A;
	padding:3px;
	border:none;
	border-right:dotted #4C4C4C 1px;
	background-color:#EFECDA;
	text-align:center;
}
.table02 td{
	padding:10px;
	border:none;
	background-color:#FFF;
}

.bun_p{
	margin-left:40px;
	text-align:left;
	margin-bottom:30px;
	width:620px;
	padding:10px;
	border:1px solid #47187B;
	background:#F4ECD9;
}

.hissu{
	color:#FD0509;
	font-size:18px;
	padding:5px;
}

/* スタッフ */
.staff_waku{
	margin-left:40px;
	text-align:left;
	margin-bottom:30px;
	width:620px;
	padding:10px;
	border:2px solid #F4ECD9;
	background:#FFF;
}
.staff_image{
	float:left;
}
.staff_image img{
	border:10px solid #F4ECD9;
}
.staff_bun{
	float:right;
	width:320px;
	text-align:left;
}
.staff_name{
	padding-top:5px;
	font-size:21px;
	font-weight:bold;
	text-align:center;
}
.staff_title{
	margin-top:5px;
	margin-bottom:15px;
	width:620px;
	font-size:18px;
	font-weight:bold;
	color: #9F191B;
}

/* メニュー価格 */

.p_waku{
	width:540px;
	padding:10px;
	margin-bottom:40px;
	background-image:url(../images/ita.jpg);
}
.p_nka{
	width:520px;
	background-color: #FFFAE5;
	padding:20px 10px 10px;
}
.p_svs{
	width:520px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:20px;
}
.p_tit{
	font-size:21px;
	float:left;
	text-align:left;
	color:#733810;
	font-weight:bold;
	padding-left:20px;
	padding-bottom:5px;
}
.p_kkk{
	float:right;
	text-align:right;
	padding-right:20px;
}
.p_bun{
	clear:both;
	width:480px;
	text-align:left;
	text-align:12px;
	border-top:1px #733810 dotted;
	padding:5px 20px;
	margin-top:5px;
	background-color:#FFFBEF;
}
.p_txt{
	font-size:18px;
}
.p_mar{
	color:#8C7D13;
	font-size:18px;
	padding-bottom:10px;
}