@charset "UTF-8";

/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	letter-spacing: 1px;
	font-family: "Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"ＭＳ Ｐゴシック",verdana,sans-serif;
	font-size: 14px;
	color: #000;
	background: #efefef;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.80, #fff), color-stop(0.00, #efefef));
	background: -webkit-linear-gradient(top, #efefef 0%, #fff 80%);
	background: -moz-linear-gradient(top, #efefef 0%, #fff 80%);
	background: -o-linear-gradient(top, #efefef 0%, #fff 80%);
	background: -ms-linear-gradient(top, #efefef 0%, #fff 80%);
	background: linear-gradient(to bottom, #efefef 0%, #fff 80%);
}

br {
	letter-spacing: normal;
	font-size: 14px;
}

a {
   color:#134D99;
   text-decoration:none;
}

a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}

img {
	border: 0;
	vertical-align: bottom;
	margin-right: 10px;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

h2 {
	clear: both;
	padding: 0 10px;
	line-height: 2.0;
	color: #FFF;
	font-size: 16px;
	background: #770000;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.85, #700), color-stop(0.00, #aa2323));
	background: -webkit-linear-gradient(top, #aa2323 0%, #700 85%);
	background: -moz-linear-gradient(top, #aa2323 0%, #700 85%);
	background: -o-linear-gradient(top, #aa2323 0%, #700 85%);
	background: -ms-linear-gradient(top, #aa2323 0%, #700 85%);
	background: linear-gradient(to bottom, #aa2323 0%, #700 85%);
}

h3 {
	clear: both;
	padding: 0 10px;
	line-height: 2.0;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	color: #000;
	border: 1px solid #ddd;
	background: #ccc;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.85, #ccc), color-stop(0.00, #f3f3f3));
	background: -webkit-linear-gradient(top, #f3f3f3 0%, #ccc 85%);
	background: -moz-linear-gradient(top, #f3f3f3 0%, #ccc 85%);
	background: -o-linear-gradient(top, #f3f3f3 0%, #ccc 85%);
	background: -ms-linear-gradient(top, #f3f3f3 0%, #ccc 85%);
	background: linear-gradient(to bottom, #f3f3f3 0%, #ccc 85%);
	font-family: "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", verdana, sans-serif;
}

h4 {
	padding: 0 10px;
	line-height: 2.0;
	color: #000;
	font-weight: normal;
	font-size: 15px;
	border: 0;
	background: #f1f1f1;
}

h5 {
	font-size: 18px;
	font-weight: bolder;
	padding-right: 10px;
	padding-left: 15px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #C00;
	margin-top: 15px;
	margin-bottom: 5px;
}

h6 {
   line-height:2.0;
   font-size:13px;
   color:#770000;
}

h7 {
	margin-left: 10px;
	font-size: 18px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}


p {
	margin: 10px;
	font-size: 14px;
	color: #000;
	font-family: "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", verdana, sans-serif;
}

ul,ol,dl {
   margin:10px;
   padding:0;
}

li {
	padding: 0;
	margin: 0 0 0 30px;
	font-size: 14px;
}

dt {
   margin:0;
   padding:0;
}

dd {
	margin: 0 0 0.5em 1em;
	padding: 0;
	background: #f1f1f1;
	color: #000;
}

table {
	width: 600px;
	margin: 10px;
	font-size:12px;
	border-collapse: collapse;
	border: 1px solid #999;
	border-spacing: 0;
	line-height: none;
}

table th {
	padding: 5px;
	border: 1px solid #999;
	border-width: 0 0 1px 1px;
	background: #EFEBEF;
	font-weight: bold;
	text-align: center;
}

table td {
	padding: 5px;
	border: 1px solid #999;
	border-width: 0 0 1px 1px;
	text-align: center;
}

table td ol {
   margin:0;
   padding:0 0 0 30px;
}

table td li {
   margin:0;
   padding:0;
}

/* ========TEMPLATE LAYOUT======== */
#container {
	width: 940px;
	margin: 30px auto;
	padding: 20px;
	border: 1px solid #ddd;
	-moz-box-shadow: 0 0 10px #bfbfbf; /* Firefox用 */
	-webkit-box-shadow: 0 0 10px #bfbfbf; /* Safari,Google Chrome用 */
	box-shadow: 0 0 10px #bfbfbf;
	background: #fff;
	color: #D6D6D6;
}

#header {
   position:relative;
   width:940px;
   margin-bottom:20px;
}

#menu {
	position: absolute;
	right: 4px;
	top: 55px;
	width: 541px;
}

#menu2 {
	position: absolute;
	right: 19px;
	top: 5px;
	width: 299px;
	height: 41px;
}

#icatch {
   width:940px;
}

#contents {
   float:left;
   width:940px;
   padding:10px 0;
   background:#fff;
}

#conL {
	float: right;
	width: 620px;
	font-size: 14px;
}


#daihyou {
	float: right;
	width:360px;
}
/* --- フォームエリア --- */
form.contact {
width: 700px; /* フォームエリアの幅 */
font-size: 80%;
}
/* --- フォームエリア内の段落 --- */
form.contact p {
line-height: 130%;
}
/* --- 段落内の「必須」画像 --- */
form.contact p.attention img {
vertical-align: middle;
}

/* --- 部品グループ --- */
form.contact div.fields {
margin-bottom: 20px; /* 部品グループの下マージン */
padding: 2px; /* 部品グループのパディング */
background-color: #f9f9f9; /* 部品グループの背景色 */
border: 1px #c0c0c0 solid; /* 部品グループの境界線 */
}

/* --- テーブル --- */
form.contact table {
width: 100%; /* テーブルの幅 */
border: 1px solid; /* テーブルの境界線 */
border-color: #c0c0c0 #999999 #999999 #c0c0c0; /* テーブルの境界線色（上右下左） */
}
/* --- キャプション --- */
form.contact caption {
margin-bottom: 2px; /* キャプションの下マージン */
padding: 10px 8px; /* キャプションのパディング（上下、左右） */
background: #f9f9f9 url(caption_back1.gif) repeat-x; /* キャプションの背景 */
border: 1px solid; /* キャプションの境界線 */
border-color: #c0c0c0 #999999 #999999 #c0c0c0; /* キャプションの境界線色（上右下左） */
text-align: left;
color: #808080; /* キャプションの文字色 */
font-weight: bold;
}
/* --- 見出しセル（th） --- */
form.contact th {
width: 140px; /* 見出しセルの幅 */
padding: 10px 8px; /* 見出しセルのパディング（上下、左右） */
background-color: #f5f5f5; /* 見出しセルの背景色 */
border-bottom: 1px #c0c0c0 dotted; /* 見出しセルの下境界線 */
text-align: left;
line-height: 130%;
}
/* --- 見出しセル内の補足テキスト --- */
form.contact th span.supplement {
font-weight: normal;
}
/* --- データセル（td） --- */
form.contact td {
padding: 10px 5px 7px; /* データセルのパディング（上、左右、下） */
background-color: #ffffff; /* データセルの背景色 */
border-bottom: 1px #c0c0c0 dotted; /* データセルの下境界線 */
}
/* --- データセル内の補足テキスト --- */
form.contact td span.supplement {
color: #808080;
}
/* --- 必須項目セル --- */
form.contact td.required {
width: 26px; /* 必須項目セルの幅 */
padding: 10px 3px; /* 必須項目セルのパディング（上下、左右） */
background-color: #c4e6fa; /* 必須項目セルの背景色 */
text-align: center;
}
/* --- 任意項目セル --- */
form.contact td.arbitrary {
background-color: #e0f1fc; /* 任意項目セルの背景色 */
}

/* --- フォーム部品 --- */
form.contact input,
form.contact select,
form.contact textarea {
margin-bottom: 2px; /* フォーム部品の下マージン */
}
/* --- フォーム部品のサイズ --- */
/* --- （長めのテキスト入力欄） --- */
#company, #section, #name, #name2,
#email, #address {
width: 350px; /* フォーム部品の幅 */
}
/* --- （短めのテキスト入力欄） --- */
#tel1, #tel2, #tel3,
#fax1, #fax2, #fax3 {
width: 70px; /* フォーム部品の幅 */
}
#zip1, #zip2 {
width: 70px; /* フォーム部品の幅 */
}
/* --- （複数行のテキスト入力欄） --- */
#message {
width: 420px; /* フォーム部品の幅 */
height: 10em; /* フォーム部品の高さ */
}
#remark {
width: 420px; /* フォーム部品の幅 */
height: 6em; /* フォーム部品の高さ */
}

/* --- ボタン --- */
form.contact p.button {
margin: 0;
text-align: center;
}

#conR {
   float:left;
   width:300px;
}

#footMenu {
   float:left;
   width:940px;
   margin-top:20px;
}

#footer {
   clear:both;
   width:940px;
}

/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:20px 0 0 0;
   font-size:30px;
   color:#770000;
   line-height:1.0;
}

#header h1 a {
   color:#770000;
}

#header h1 a:hover {
   color:#770000;
}

/* ========MENU CUSTOMIZE======== */
#menu ul {
   margin:0;
   padding:0;
   list-style:none;
}

#menu li {
   overflow:hidden;
   float:left;
   margin:0;
   padding:0 0 0 30px;
}

#menu li a {
   display:block;
   font-weight:bold;
   color:#000;
   outline:none;
}

#menu li a:hover {
   color:#000;
   border-bottom:3px solid #770000;
   text-decoration:none;
}

#menu2 ul {
   margin:0;
   padding:0;
   list-style:none;
}

#menu2 li {
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 0 0 0 30px;
	font-size: 10px;
}

#menu2 li a {
   display:block;
   font-weight:bold;
   color:#000;
   outline:none;
}

#menu2 li a:hover {
   color:#000;
   border-bottom:3px solid #770000;
   text-decoration:none;
}
/* ========HEADIMAGE CUSTOMIZE======== */
#headImage {
   width:940px;
   height:300px;
   overflow:hidden;
   position:relative;
   list-style:none;
}



#headImage ul {
   list-style:none;
   margin:0;
   padding:0;
}

#headImage li {
	position: absolute;
	background: #fff;
	margin: 0;
	padding: 0;
	top: 1px;
	width: 894px;
}

/* ========MAINCONTENTS CUSTOMIZE======== */
/* TOPNAVI CUSTOMIZE */
.topNavi {
   overflow:hidden;
   position:relative;
   margin-left:-20px;
   margin-top:20px;
   margin-bottom:20px;
}

* html .topNavi {
   height:1em;
   overflow:visible;
}

.topNaviColumn {
   display:inline;
   width:300px;
   float:left;
   margin-left:20px;
   padding:0 0 2em 0;
   background:#eee;
}

.topNaviImg {
   margin:0;
   padding:0;
   background:none;
}

.topNaviDetail {
   position:absolute;
   bottom:0;
   width:280px;
   text-align:right;
}

.topNaviDetail a {
   padding:0 0 0 7px;
   background:url("../images/bg_arrow.gif") no-repeat left 50%;
}

/* INFORMATION CUSTOMIZE */
.information {
   width:620px;
   margin-bottom:20px;
}

.information dl {
   margin:0;
}
.information dt {
   float:left;
   padding-top:5px;
}

.information dd {
   margin:0 0 5px 0;
   padding:5px 0px 5px 9em;
   background:url("../images/bg_dotline.gif") 0 100% repeat-x;
}

/* SUBMENU CUSTOMIZE */
.submenu {
   border:1px solid #ddd;
}

.submenu h3 {
	border: none;
	font-size: 14px;
}

.submenu ul {
	margin: 10px;
	padding: 0;
	font-size: 14px;
}
.submenu li {
   margin:0;
   padding:0 0 0 7px;
   list-style:none;
   background:url("../images/bg_arrow.gif") no-repeat left 50%;
}

.submenu p {
   margin:10px;
}

/* BANNER CUSTOMIZE */
.bnrL {
   margin:20px 0;
}

.bnrL ul {
   width:630px;/* for IE7 */
   margin:0 -10px 0 0;
   padding:0;
}

.bnrL li {
   float:left;
   margin:0 0px 0 0;
   padding:0;
   list-style:none;
   margin-bottom:0px;
}

.bnrR {
   width:278px;
   margin:20px 0;
   padding:10px;
   border:1px solid #ddd;
}

.bnrR ul {
   margin:0 0 -10px 0;
   padding:0;
}

.bnrR li {
   margin:0;
   padding:10px;
   list-style:none;
   margin-bottom:10px;
   background:#eee;
}

/*========= SAKUYA ============*/

.sakuya {
	width: 200px;
	float: left;
	margin-right: 3.3px;
	margin-top: 20px;
	margin-left: 3.3px;
	font-family: "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", verdana, sans-serif;
	background-color: #DFDFDF;
}

.sakuya p {
    font-size: 12px;	
}

.sakuya a {
	color:  #000;
    }

.sakuya h1 {
	margin: 10px;
	font-size: 12px;
	background-color: #FFF;
	color: #000;
	padding: 5px;
}


.sakuya-text {
	width: 90px;
	float: right;
	}


#conL-sakuya {
	float: right;
	width: 620px;
	font-size: 14px;
}

#conL-sakuya h1 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 30px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	color: #000;
	border-bottom-color: #C00;
	margin-top: 10px;
	margin-bottom: 20px;
	border-top-width: 5px;
	border-top-color: #F00;
	}

#concierge {
	width: 620px;
	}
	
	
.concierge h4 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 25px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	color: #000;
	border-bottom-color: #C00;
	margin-top: 10px;
	margin-bottom: 20px;
	border-top-width: 5px;
	border-top-color: #F00;
	}

.Concierge img {
	padding:0,0,5,0;
    }
	
/*========= GAKKI ============*/

.gakkimeikan h4 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 25px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	color: #000;
	border-bottom-color: #C00;
	margin-top: 10px;
	margin-bottom: 20px;
	border-top-width: 5px;
	border-top-color: #F00;
	}
/*========= GAKKI ============*/

/* ========FOOTMENU CUSTOMIZE======== */


#footMenu ul {
   margin:5px 0;
   padding:20px 0;
   text-align:center;
   border-top:2px solid #ddd;
}

#footMenu li {
   display:inline;
   margin:0 0 0 20px;
   list-style:none;
}

#footMenu li a {
   color:#000;
}

#footMenu li a:hover {
   color:#666;
   text-decoration:underline;
}

/* ========FOOTER CUSTOMIZE======== */
.copyright {
   font-style:normal;
   font-size:11px;
   color:#999;
   line-height:3.0;
   text-align:center;
}

/* ========PAGRTOP CUSTOMIZE========= */
#pageTop {
   position:fixed;
   right:0;
   bottom:0;
   padding:10px;
   margin:0 200px 50px 0;
   background:#000;
}

#pageTop a {
   padding:0 0 0 12px;
   color:#fff;
   font-size:11px;
   background:#000 url("../images/JIGYOU/bg_pagetop.gif") 0 50% no-repeat;
}

/* ========ＢＯＵＳＡＩ========= */

span.bousai {
	margin: 0px;
	font-size: 12px;
}

td.image {
	margin-right: 0px;
	}
	
#bousai a {
	color:  #000;
	}

#bousai p {
	margin:5px 0 5px;
	
	}
	
span#tabunka {
	font-size:14px;
    }

/*=============== SHOP ================= */

.coment {

　　
	background-color: #CCC;
	color: #000;
	background-color: #CCC;
}

#food {
	background-color: #F1F1F1;
	}

h5#shop  {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 30px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	color: #000;
	border-bottom-color: #C00;
	margin-top: 10px;
	margin-bottom: 20px;
	border-top-width: 5px;
	border-top-color: #F00;
	}
	
h5 a, h5 a:link{ /* 未訪問のリンク */
  color: black;
}
