﻿@charset "utf-8";
/*====================================================================================================
   CSS information
   file name   : style.css
   style info  : 各設定のcss
====================================================================================================*/

#map_canvas {
	width: 100%;
	height: 480px;
}
/*----------------------------------------------------------------------------------------------------
   ページレイアウト
----------------------------------------------------------------------------------------------------*/

/* 中央寄せ
--------------------------------------------------------------------------------*/
#page {
	width: 100%;
}
#header-area,
#keyvisual-area,
#content-area,
#footer-area,
#footer,
#footer-navi-area,
#copyright-area {
	width: 100%;
}
#header,
#keyvisual,
#content,
#footer-navi,
#copyright {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
/*--- [IE6] ---*/
* html #page {
	text-align: center;
}
* html #header,
* html #keyvisual,
* html #content,
* html #footer-navi,
* html #copyright {
	text-align: left;
}

/* レイヤー
--------------------------------------------------------------------------------*/
#header-area,
#header {
	z-index: 10;
}

/* レイアウト [IE6:過去互換]
--------------------------------------------------------------------------------*/
#content {}
#layout {
	width: 100%;
}
.main-sub #main {
	float: left;
	width: 690px;
}
.main-sub #sub {
	float: right;
	width: 240px;
}

.sub-main #main {
	float: right;
	width: 690px;
}
.sub-main #sub {
	float: left;
	width: 240px;
}
#content .pagetop {
	clear: both;
	margin-bottom: 0;
	text-align: right;
}
/* #header-area fixed [IE6:未対応]
--------------------------------------------------
#header-area {
	position: fixed;
	top: 0;
	left: 0;
}
* html #header-area {
	position: absolute;
}
#page {
	padding-top: 120px;
}*/


/*----------------------------------------------------------------------------------------------------
   ヘッダー部分
----------------------------------------------------------------------------------------------------*/
/* #header-area [背景]
---------------------------------------------------------------------------*/
#header-area {
	background: transparent url(../images/header/headerarea-bg.jpg) repeat-x 0 0;
}

/* #header [配置の基準点]
--------------------------------------------------*/
#header {
	position: relative;
	height: 120px;
}

/* サイトタイトル
---------------------------------------------------------------------------*/
#site-id  {
	position: absolute;
	top: 40px;
	left: 0;
	width: 140px;
	height: 80px;
}

#site-id a {
	display: block;
	width: 140px;
	height: 80px;
	background: transparent url(../images/header/id.png) no-repeat 0 0;
	text-decoration: none;
}

/* 画像置換 [テキストをz-indexでa要素の背景の下へ]
--------------------------------------------------*/
#site-id a span {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

.shop-name {
	position: absolute;
	top: 80px;
	left: 160px;
	font-size: 100%;
	font-weight: normal;
}

/* ディスクリプション
---------------------------------------------------------------------------*/
#header .description {
	position: absolute;
	top: 60px;
	left: 160px;
	font-size: 85%;
	font-weight: normal;
}
#tukushi .tenpo {
	left: 520px;
}
/* お問い合わせ
---------------------------------------------------------------------------*/
#header .contact {
	display: none;
	position: absolute;
	top: 50px;
	right: 0;
}

#header .contact h3 {
	width: 86px;
	height: 16px;
	background: transparent url(../images/header/contact.png) no-repeat 0 0;
	font-size: 93%;
}

/* 画像置換 []
--------------------------------------------------*/
#header .contact h3 span {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

/* お問い合わせ リスト
---------------------------------------------------------------------------*/
#header .contact ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#header .contact ul li {
	padding: 0 0 1px 24px;
	background: transparent url(../images/icon/tel.png) no-repeat 0 50%;
	color: #444;
	font-size: 93%;
}
#header .contact ul li.tel {
	background-image: url(../images/icon/tel.png);
	font-family: verdana, Arial, Helvetica, sans-serif;
}
#header .contact ul li.mail {
	background-image: url(../images/icon/mail.png);
}
#header .contact ul li.help {
	background-image: url(../images/icon/help.png);
}
#header .contact ul li a {
	margin-left: -24px;
	padding-left: 24px;
	color: #444;
}

/* #global-navi [グローバルナビ]
---------------------------------------------------------------------------*/
#global-navi {
	position: relative;
}

/* navi-title [ナビタイトル]
--------------------------------------------------*/
#global-navi h3 {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

/* #global-navi .ul [リストの設定リセット]
--------------------------------------------------*/
#global-navi ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

/* .level1 [li要素をfloatで横並びにしてa要素をblock]
--------------------------------------------------------------------------------*/
/* ul [ul要素にclearfixスタイルを適用しli要素のfloatをclear]
--------------------------------------------------*/
#global-navi ul.level1 {
	position: absolute;
	top: 0;
	left: 0;
}

/* li [relativeでlevel2の基準位置を設定、floatで横並び]
--------------------------------------------------*/
#global-navi ul.level1 li {
	position: relative;
	float: left;
	background: #555 url(../images/header/globalnavi-bg.jpg) repeat-x 0 0;
}

/* li a [IE6:li要素内のa要素にblockを設定した時にstepdownbugが発生する]
--------------------------------------------------*/
#global-navi ul.level1 li a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 1em;
	text-decoration: none;
	text-transform: uppercase;
}

/*--- stepdownbug [IE6:標準・過去] ---*/
* html #global-navi ul.level1 li a {
	display: inline;
}

/* link-color a[0.1.1.3] a:hover[0.1.2.3]
--------------------------------------------------*/
#global-navi ul.level1 li a {
	color: #f1f1f1;
}

#global-navi ul.level1 li.on a,
#global-navi ul.level1 li:hover a {
	color: #000;
}

#global-navi ul.level1 li.on {
	background-color: #eeeeee;
	background-position: 0 -80px;
}

#global-navi ul.level1 li:hover {
	background-color: #e0c8a1;
	background-position: 0 -40px;
}

/* level2 cssドロップメニュー [li:hoverで表現、IE6にはcsshover.htcで調整]
--------------------------------------------------------------------------------*/

/* ul [level1 liを基準とした表示位置の指定]
--------------------------------------------------*/
#global-navi ul.level2 {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	border-top: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	background: #fff none no-repeat scroll 0 0;
}
#global-navi ul.level1 li:hover .level2 {
	display: block;
}

/* li [level1から継承されるプロパティを修正]
--------------------------------------------------*/
#global-navi ul.level2 li {
	float: none;
	border-right: none;
	background: #fff none no-repeat scroll 0 0;
}

/* li a [プロパティの修正と幅の設定]
--------------------------------------------------*/
#global-navi ul.level2 li a {
	width: 8em;
	border-right: none;
	border-bottom: 1px solid #d6d6d6;
}
/*--- boxmodelbug [IE6:過去互換] ---*/
* html #global-navi ul.level2 li a {
	width: 10em;
}
/* link-color a[0.1.2.4] a:hover[0.1.3.4]
--------------------------------------------------*/
#global-navi ul.level1 ul.level2 li a {
	color: #565656;
}
#global-navi ul.level1 ul.level2 li:hover a {
	color: #e4007f;
}
#global-navi ul.level2 li:hover {
	background: #f6f6f6 none no-repeat 0 0;
}

/* level3
--------------------------------------------------------------------------------*/
#global-navi ul.level3 {
	display: none;
	position: absolute;
	top: -1px;
	left: 10em;
	border: 1px solid #d6d6d6;
	border-bottom: none;
	background: #f6f6f6;
}
#global-navi ul.level2 li:hover .level3 {
	display: block;
}
/* li [level1から継承されるプロパティを修正]
--------------------------------------------------*/
#global-navi ul.level3 li {
	background: #f6f6f6 none no-repeat scroll 0 0;
}
/* link-color a[0.1.3.5] a:hover[0.1.4.5]
--------------------------------------------------*/
#global-navi ul.level1 ul.level2 ul.level3 li a {
	/*color: #555;*/
}
#global-navi ul.level1 ul.level2 ul.level3 li:hover a {
	color: #ffdc00;
}
#global-navi ul.level3 li:hover {
	background: #777 none no-repeat 0 0;
}





/*----------------------------------------------------------------------------------------------------
   キービジュアル
----------------------------------------------------------------------------------------------------*/
/* グローバルナビ floatのclear
--------------------------------------------------------------------------------*/
#keyvisual-area {
	clear: both;
}
/* シャドウ部分 []
--------------------------------------------------------------------------------*/
#keyvisual {
	padding-bottom: 30px;
	background: transparent url(../images/keyvisual/shadow-bg.jpg) no-repeat 50% 100%; 
}
/* キービジュアル部分 flashのbg [bodyのid名・class名で内容を設定]
--------------------------------------------------*/
#keyvisual h2 {
	height: 300px;
	background: transparent url(../images/keyvisual/top.jpg) no-repeat 0 0; 
}
/*----- 三宮店 -----*/
#sannomiya #keyvisual h2.plan {
	background-image: url(../sannomiya/images/plan/top.jpg);
}
#sannomiya #keyvisual h2.menu {
	background-image: url(../sannomiya/images/menu/top.jpg);
}
#sannomiya #keyvisual h2.info {
	background-image: url(../sannomiya/images/info/top.jpg);
}

/*----- 本店 -----*/
#honten #keyvisual h2.plan {
	background-image: url(../honten/images/plan/top.jpg);
}
#honten #keyvisual h2.menu {
	background-image: url(../honten/images/menu/top.jpg);
}
#honten #keyvisual h2.info {
	background-image: url(../honten/images/info/top.jpg);
}

/*----- クレフィー店 -----*/
#clefy #keyvisual h2.plan {
	background-image: url(../clefy/images/plan/top.jpg);
}
#clefy #keyvisual h2.menu {
	background-image: url(../clefy/images/menu/top.jpg);
}
#clefy #keyvisual h2.info {
	background-image: url(../clefy/images/info/top.jpg);
}
#clefy #keyvisual h2.wedding {
	background-image: url(../clefy/images/wedding/top.jpg);
}


/*----- 県庁店 -----*/
#kentyou #keyvisual h2.plan {
	background-image: url(../kentyou/images/plan/top.jpg);
}
#kentyou #keyvisual h2.menu {
	background-image: url(../kentyou/images/menu/top.jpg);
}
#kentyou #keyvisual h2.info {
	background-image: url(../kentyou/images/info/top.jpg);
}

/*----- つくし -----*/
#tukushi #keyvisual h2.plan {
	background-image: url(../tukushi/images/plan/top.jpg);
}
#tukushi #keyvisual h2.menu {
	background-image: url(../tukushi/images/menu/top.jpg);
}
#tukushi #keyvisual h2.info {
	background-image: url(../tukushi/images/info/top.jpg);
}
/*----- contact -----*/
#contact-us #keyvisual h2 {
	background-image: url(../clefy/images/info/top.jpg);
}

/*----- coupon -----*/
#coupon #keyvisual h2 {
	background-image: url(../clefy/images/info/top.jpg);
}

/* 画像置換 []
--------------------------------------------------*/
#keyvisual h2 span {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
}





/*----------------------------------------------------------------------------------------------------
   コンテンツ [#main]
----------------------------------------------------------------------------------------------------*/
/* h1ページ見出し [class名で内容を設定]
--------------------------------------------------------------------------------*/
#content h2.headline {
	width: 960px;
	height: 90px;
	line-height: 90px;
	background: transparent url(../images/headline/h2-home.jpg) no-repeat 0 0; 
}
/* 画像置換 []
--------------------------------------------------*/
#content h2.headline span {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
}
/* 各項目画像設定 []
--------------------------------------------------*/
#content h2.plan {
	background-image: url(../images/headline/h2-plan.jpg); 
}
#content h2.wedding {
	background-image: url(../images/headline/h2-wedding.jpg); 
}
#content h2.menu {
	background: transparent url(../images/headline/h2-menu.jpg) no-repeat 0 0; 
}
#content h2.info {
	background: transparent url(../images/headline/h2-info.jpg) no-repeat 0 0; 
}
#content h2.contact {
	background: transparent url(../images/headline/h2-contact.jpg) no-repeat 0 0; 
}
#content h2.coupon {
	background: transparent url(../images/headline/h2-coupon.jpg) no-repeat 0 0; 
}
/* h3ページ見出し []
--------------------------------------------------------------------------------*/
#main h3.headline {
	height: 40px;
	line-height: 40px;
	margin-bottom: 15px;
	background: transparent url(../images/headline/h3_bg.jpg) no-repeat 100% 0;
	font-size: 129%;
	font-weight: bold;
}
#main h3.headline span {
	display: block;
	height: 40px;
	padding-left: 25px;
	background: transparent url(../images/headline/h3.jpg) no-repeat 0 0;
}

/* コンテンツ [section]
--------------------------------------------------------------------------------*/
#main .section {
	margin-bottom: 30px;
}
#main .section strong {
	font-weight: bold;
}
/* h4ページ見出し []
--------------------------------------------------*/
#main h4.headline {
	margin: 20px 0 15px 0;
	padding: 5px 0 5px 34px;
	border: 3px double #ba2636;
	background: #fff url(../images/headline/h4.jpg) no-repeat 0.6em 0.65em;
	font-size: 129%;
	font-weight: bold;
}

/* 文字間隔 []
--------------------------------------------------*/
#main p,
#main dl,
#main ul,
#main ol {
	margin-bottom: 10px;
}

/* 画像配置
--------------------------------------------------*/
p img {
	padding: 0;
}

img.align-left {
	margin: 0 10px 10px 0;
	padding: 9px;
	border: 1px solid #ccc;
	background: #fff;
}
.align-left {
	float: left;
}

img.align-right {
	margin: 0 0 10px 10px;
	padding: 9px;
	border: 1px solid #ccc;
	background: #fff;
}
.align-right {
	float: right;
}

img.align-center {
	display: block;
	margin: 0 auto;
	padding: 9px;
	border: 1px solid #ccc;
	background: #fff;
}
blockquote,
pre {
	clear: both;
}

/* 順不同リスト [表示位置:outside]
--------------------------------------------------*/
#main ul li {
	margin-left: 1.6em;
	padding-left: 0.4em;
}
/* 順序付リスト [リストマーク位置修正]
--------------------------------------------------*/
#main ol li {
	margin-left: 2em;
}

/* clear [区切り線]
--------------------------------------------------------------------------------*/
#main div.clear {
	clear: both;
	border-bottom: 1px dotted #aaa;
}
/* メニューリスト
--------------------------------------------------------------------------------*/
#main dl.cuisine-list {
	line-height: 1.5;
}
#main dl.cuisine-list dt {
	position: relative;
	padding: 0 80px 0 20px;
	background: transparent url(../images/icon/arrow-02.gif) no-repeat 0 50%;
	color: #333;
	font-weight: bold;
}
#main dl.cuisine-list dt span {
	position: absolute;
	top: 0;
	right: 0;
	color: #888;
}
#main dl.cuisine-list dd {
	line-height: 1.2;
	margin-bottom: 10px;
	padding: 2px 0 0 24px;
	border-top: 1px dotted #f2a0a1;
	color: #565656;
	font-size: 85%;
}
#main dl.cuisine-list dd ul li {
	position: relative;
}
#main dl.cuisine-list dd ul li span {
	position: absolute;
	top: 0;
	right: 0;
	color: #888;
}

/* 店舗情報リスト
--------------------------------------------------------------------------------*/
#content #main dl.company-list {
	width: 100%;
}
#contact-us #main dl.company-list {
	width: 350px;
}
#home #main dl.company-list {
	width: 470px;
}
#main dl.company-list dt {
	padding: 0 0 0 20px;
	background: transparent url(../images/icon/arrow-02.gif) no-repeat 0 50%;
	color: #333;
	font-weight: bold;
}
#main dl.company-list dd {
	line-height: 1.2;
	margin-bottom: 10px;
	padding: 2px 0 0 24px;
	border-top: 1px dotted #f2a0a1;
	color: #565656;
	font-size: 85%;
}
#main dl.company-list dd ul li {
	display: inline;
}
#home #main dl.company-list dd {
	margin-bottom: 3px;
}

/* 店舗情報リスト
--------------------------------------------------------------------------------*/
#main .chef-message {
	margin-top: 20px;
}
#main .chef-message p.align-left {
	width: 100px;
	margin-right: 10px;
}
#main .chef-message dl {
	width: 230px;
}
#honten #main .chef-message dl {
	width: 330px;
}
#main .chef-message dl dt {
	padding: 0 0 0 20px;
	background: transparent url(../images/icon/arrow-02.gif) no-repeat 0 50%;
	color: #333;
	font-weight: bold;
}
#main .chef-message dl dd {
	line-height: 1.2;
	margin-bottom: 10px;
	padding: 2px 0 0 20px;
	border-top: 1px dotted #f2a0a1;
	color: #565656;
	font-size: 85%;
}
#main .chef-message dl dd ul li {
	display: inline;
}




/*----------------------------------------------------------------------------------------------------
   サブコンテンツ [#sub]
----------------------------------------------------------------------------------------------------*/

/* コンテンツ [section]
--------------------------------------------------------------------------------*/
#sub .section {
	margin-bottom: 30px;
}

/* コンテンツタイトル []
--------------------------------------------------*/
#sub .section dt {
	padding: 7px 10px 6px;
	background: #7d7e7d url(../images/headline/navi_title.jpg) repeat-x 0 0;
	color: #f1f1f1;
	font-size: 129%;
	font-weight: bold;
}

/* サイドメニュー [定義リストdlを使用]
--------------------------------------------------------------------------------*/
/* メニュー [dd内のリストul,ol]
--------------------------------------------------*/
#sub .local-navi {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
#sub .local-navi li {
	margin: 0;
	padding: 10px 10px 9px 35px;
	border-bottom: 1px dotted #aaa;
	background: transparent url(../images/icon/arrow-01.gif) no-repeat 10px 0.9em;
}

/* バナー [dd内のリストul,ol]
--------------------------------------------------*/
#sub .banner {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
#sub .banner li {
	margin: 0;
	padding: 0;
}
#sub .banner li a img {
	background: #fff;
}
#sub .banner li a:hover img {
	background: #eee;
}
/* ol,ulメニュー [dd内のリストul,ol]
--------------------------------------------------*/
#sub .order-list,
#sub .unorder-list {
	list-style-image: none;
	list-style-position: inside;
}
#sub .order-list li,
#sub .unorder-list li {
	margin: 0;
	padding: 10px 10px 9px 20px;
	border-bottom: 1px dotted #aaa;
}
#sub .order-list li li,
#sub .unorder-list li li {
	padding: 0 0 0 20px;
	border: none;
}





/*----------------------------------------------------------------------------------------------------
   フッター部分
----------------------------------------------------------------------------------------------------*/
#footer {
	border-top: 2px solid #e6e6e6;
}
/* フッターのリスト
--------------------------------------------------*/
#footer ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

/* #footer-navi-area [フッターナビ]
---------------------------------------------------------------------------*/
#footer-navi-area {
	clear: both;
	background: #1b1b1b url(../images/footer/footer_area-bg.jpg) repeat-x 0 0;
}

/* #footer-navi [配置の基準点]
--------------------------------------------------*/
#footer-navi {
	position: relative;
	padding: 10px 0 20px 0;
	color: #f1f1f1;
}
/* .guide-navi [ガイドナビ]
---------------------------------------------------------------------------*/
#footer-navi .guide-navi {
	padding-bottom: 20px;
}

#footer-navi .guide-navi dt {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

#footer-navi .guide-navi ul li {
	display: inline;
	padding: 0 0.6em 0 1em;
	border-left: 1px solid #f1f1f1;
	text-transform: uppercase;
}
#footer-navi .guide-navi ul li.firstChild {
	border-left: none;
}
#footer-navi .guide-navi ul li a {
	color: #f1f1f1;
}

/* #footer-navi .shop-list [店舗一覧]
---------------------------------------------------------------------------*/
#footer-navi .shop-list {
	float: left;
	width: 480px;
}
#footer-navi .shop-list dt {
	padding: 0 0 2px 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ba2636;
	font-size: 115%;
}
#footer-navi .shop-list dd {
	/*margin-left: 10px;*/
}
/* 店舗 [背景画像がpngなのでliに背景をつける]
---------------------------------------------------------------------------*/
#footer-navi .shop-list ul {}
#footer-navi .shop-list ul li {
	float: left;
	background: transparent url(../images/footer/shop_list.png) no-repeat 0 0;
}
#footer-navi .shop-list ul li:hover {
	background-position: -240px 0;
}
/* 各店舗 [画像位置調整]
--------------------------------------------------*/
#footer-navi .shop-list ul li.navi-02 {
	background-position: 0 -60px;
}
#footer-navi .shop-list ul li.navi-02:hover {
	background-position: -240px -60px;
}
#footer-navi .shop-list ul li.navi-03 {
	background-position: 0 -120px;
}
#footer-navi .shop-list ul li.navi-03:hover {
	background-position: -240px -120px;
}
#footer-navi .shop-list ul li.navi-04 {
	background-position: 0 -180px;
}
#footer-navi .shop-list ul li.navi-04:hover {
	background-position: -240px -180px;
}
#footer-navi .shop-list ul li.navi-05 {
	background-position: 0 -240px;
}
#footer-navi .shop-list ul li.navi-05:hover {
	background-position: -240px -240px;
}
/* リンク [画像置換]
--------------------------------------------------*/
#footer-navi .shop-list ul li a {
	display: block;
	width: 240px;
	height: 60px;
	overflow: hidden;
	color: #f1f1f1;
	text-indent: -9999px;
	text-decoration: none;
}

/* #footer-navi .access-map [アクセスマップ]
---------------------------------------------------------------------------*/
#footer-navi .access-map {
	float: right;
	width: 450px;
}

/* #copyright-area [コピーライト]
---------------------------------------------------------------------------*/
#copyright-area {
	background: #fff;
	clear: both;
}

/* #copyright [配置の基準点・基本設定]
--------------------------------------------------*/
#copyright {
	position: relative;
	padding: 10px 0;
	background: transparent url(../images/footer/copyright_id.gif) no-repeat 100% 50%;
	color: #999;
	font-size: 85%;
}

/* #copyright .author [本社事務所]
---------------------------------------------------------------------------*/
#copyright .author {}

/* #copyright address [コピーライト]
---------------------------------------------------------------------------*/
#copyright address {
	position: absolute;
	top: 28px;
	right: 160px;
}

#main div.article,
#footer-navi {
	overflow: hidden;
}

#main .section strong {
	color: #cc0000;
}



/* wedding plan
--------------------------------------------------------------------------------*/
table.wedding {
	font-size: 12px;
}
table.wedding tr.odd {
	background: #f9f9f9;
}
table.wedding tr:hover {
	background: #fffcf3;
}

/* 見出しセルの装飾
--------------------------------------------------------------------------------*/
table.wedding th {
	width: 20%;
	background: #fdebe7;
}
table.wedding td {
	width: 80%;
}
/* セルの装飾 [罫線,余白]
--------------------------------------------------------------------------------*/
table.wedding th,
table.wedding td {
	padding: 8px;
	border: 1px solid #f6d4c8;
}
