@charset "utf-8";
@import "jquery.lightbox.css";

/***********************************************************

 Default

************************************************************/

/* font size
-----------------------------------------------------------
20px : 142%
18px : 128%
16px : 114%
14px : 100%
13px :  93%
12px :  85%
11px :  78%
10px :  71%
----------------------------------------------------------- */

/* clearfix */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}

/* Hides from MacIE \*/
*html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from MacIE */

/* IEでimgの拡大縮小を綺麗にする */

img {
	-ms-interpolation-mode: bicubic;
}

/***********************************************************

 Tag

************************************************************/

html {
}
body {
	margin: 0px;
	padding: 0px;
	color: #44341F;
	text-align: center;
	word-break: break-all;
	font: 87%/1em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	background-color: #E7E3DB;
}
h1, h2, h3, h4, h5, h6, table, form, p, ul, ol, li, dl, dt, dd, img {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	line-height: 1.5;
	text-align: left;
}
div, p, table, form {
	text-align: left;
}
p {
	font-size: 100%;
	line-height: 1.5;
	margin-bottom: 20px;
}
table {
	empty-cells: show;
	border-collapse: collapse;
}
th, td {
	vertical-align: top;
	line-height: 1.5;
	text-align: left;
}
img {
	border: 0px;
	vertical-align: top;
}
ul, ol {
	margin: 0px 0px 16px 36px;
	padding: 0px;
	line-height: 1.5;
}
dl {
	line-height: 1.5;
}
form {
	font-size: inherit;
}
input, select, textarea {
}
input[type="text"] {
	padding: 1px;
}
input[type="button"] {
}
strong {
	font-weight: bold;
}
a:link, a:visited {
	color: #D03600;
	text-decoration: underline;
	outline: none;
}
a:hover, a:active {
	color: #FF7A4B;
	text-decoration: none;
	outline: none;
}
hr {
	display: none;
}
blockquote {
	font-size: 100%;
}
address {
}
code {
	font-size: inherit;
}
abbr {
	border-bottom-width: 0;
}

/***********************************************************

 Class

************************************************************/

.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.last {
	margin-bottom: 0px !important;
}
.small {
	font-size: 85%;
}
.large {
	font-size: 128%;
}
.point {
}
.annotation {
	text-indent: -1em;
	margin-left: 1em;
}
.necessary {
	color: #AC403F;
	font-size: 85%;
}

/***********************************************************

 Main Layout

************************************************************/

#header {
	position: relative;
	height: 104px;
	background: url(../images/bg-header.gif) repeat-x left top;
}
#header-inner {
	position: relative;
	width: 950px;
	margin: 0px auto;
}
#contents {
	background: url(../images/bg-body.jpg) repeat;
}
#contents-inner {
	position: relative;
	width: 950px;
	margin: 0px auto;
	overflow: hidden;
}
#content-body {
	float: right;
	width: 670px;
}
#side {
	float: left;
	width: 170px;
}
#footer {
	background-color: #E7E3DB;
	border-top: 3px solid #941616;
	position: relative;
}
#footer-inner {
	position: relative;
	width: 950px;
	margin: 0px auto;
	padding: 16px 0px;
	min-height: 68px;
	_height: 68px;
}

/***********************************************************

 Sub-Layout

************************************************************/

/* header
----------------------------------------------------------- */

#header h1 {
	position: absolute;
	top: 20px;
	left: 0px;
}
#header ul {
	list-style: none;
	line-height: 1;
	margin: 0;
	padding: 0;
}
#header ul li {
	float: left;
}
#navigation {
	position: absolute;
	top: 36px;
	right: 0px;
	height: 68px;
}
#nav-language {
	position: absolute;
	top: 4px;
	right: 0px;
	width: 152px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav-language li {
	float: left;
}

/* #side
----------------------------------------------------------- */

#side h2 {
	margin-bottom: 6px;
}
#side ul {
	list-style: none;
}
#sub-navigation {
	background: url(../images/subnav-line.gif) no-repeat left top;
	line-height: 1;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
#sub-navigation li {
	background: url(../images/subnav-line.gif) no-repeat left bottom;
	padding: 3px 0px;
}
#sub-navigation li ul {
	margin: 0px;
	padding: 0px;
}
#sub-navigation li ul li {
	background: none;
}
#sub-navigation a:link, #sub-navigation a:visited {
}
#sub-navigation a:hover, #sub-navigation a:active {
}

/* footer 
----------------------------------------------------------- */

#footer p {
	font-size: 85%;
	color: #756C5F;
	margin-bottom: 4px;
}
#footer #bt-pagetop {
	position: absolute;
	top: 0px;
	right: 0px;
}
#footer a:link, #footer a:visited {
	color: #756C5F;
	text-decoration: underline;
}
#footer a:hover, #footer a:active {
	color: #AB5969;
	text-decoration: none;
}

/* banner
----------------------------------------------------------- */

#banner {
	list-style: none;
	line-height: 1;
	margin: 0px;
	padding: 0px;
}
#banner li {
	margin-bottom: 5px;
}

/***********************************************************

 Layout-class

************************************************************/

.note {
	border-top: 1px solid #D0CFCE;
	margin: 16px 0px;
	padding-top: 16px;
}
.general-table {
	width: 100%;
}
.general-table th, .general-table td {
	padding: 6px 4px;
}
.general-table th {
	width: 140px;
	background: #EEE;
}
.general-table td {
	width: auto;
	background: #EEE;
}
.general-table .c th, .general-table .c td {
	background: #DFDFDF;
}
.inner-list {
	margin: 8px 0px 0px 24px;
}

/***********************************************************

 ホーム /index

************************************************************/

#home #flash-outer {
	background: url(../images/bg-flash-outer.jpg) repeat-x left top;
}
#home #flash {
	position: relative;
	width: 950px;
	height: 382px;
	margin: 0px auto;
}
#home #contents-inner {
	padding: 32px 0px;
}
#home #banner {
	width: 352px;
	position: absolute;
	top: 62px; /*バナーが二段の場合*/
	/*top: 66px; バナーが一段の場合*/
	right: -8px;
	/*top: 30px;
	right: 0px;*/
}
#home #banner li {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
#home #banner li.right {
	float: right;
	margin-right: 8px;
	margin-bottom: 8px;
}
#home #banner2 {
	width: 352px;
	margin: 0px;
	position: absolute;
	top: 118px;
	right: -8px;
	list-style: none;
	/*top: 30px;
	right: 0px;*/
}
#home #banner2 li {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
#home-news {
	/*width: 400px;*/
	width: 562px;
	margin-bottom: 12px;
}
#home-news h3 {
	margin-bottom: 12px;
}
#home-news dl {
	position: relative;
}
#home-news dt {
	position: absolute;
	width: 7em;
}
#home-news dd {
	position: relative;
	padding-left: 7.5em;
}
/*#home-news dl {
	position: relative;
}
#home-news dt {
}
#home-news dd {
}*/

/***********************************************************

 General Layout

************************************************************/

#general #page-header {
	background: url(../images/bg-page-header.jpg) repeat-x;
	height: 133px;
}
#general #page-title {
	position: relative;
	width: 950px;
	height: 133px;
	margin: 0px auto;
	line-height: 1;
}
#general #contents-inner {
	width: 884px;
	padding: 32px 33px;
}
#topic-path {
	font-size: 85%;
	padding-top: 2px;
	margin-bottom: 12px;
}
#topic-path a:link, #topic-path a:visited {
}
#topic-path a:hover, #topic-path a:active {
}
#content-body h3 {
	margin-bottom: 24px;
}
#content-navi {
	border-top: 1px solid #D0CFCE;
	border-bottom: 1px solid #D0CFCE;
	margin: 20px 0px 0px;
	padding: 8px 0px;
	line-height: 1.4;
}
#content-navi .left-section {
	float: left;
	width: 220px;
	padding-right: 14px;
}
#content-navi .right-section {
	float: right;
	width: 430px;
	text-align: right;
}
#map-section {
	background-color: #FFF;
	width: 654px;
	height: 398px;
	padding: 8px;
	margin-bottom: 16px;
	line-height: 1.2;
}
#map {
	width: 654px;
	height: 398px;
}
#takeout-sheet {
	border-top: 1px solid #D0CFCE;
	margin-top: 16px;
	padding-top: 20px;
}

/***********************************************************

 店舗のご案内 /shop/

************************************************************/

/* 店舗のご案内 index
----------------------------------------------------------- */

.shop-index .shop-list {
	position: relative;
	border-top: 1px solid #D0CFCE;
	padding-top: 10px;
}
.shop-index .shop-list dt {
	position: absolute;
	width: 100px;
	padding: 0px 12px 0px 14px;
	background: url(../images/mark-circle.gif) no-repeat left 6px;
}
.shop-index .shop-list dd {
	position: relative;
	width: 544px;
	padding: 0px 0px 10px 126px;
	border-bottom: 1px solid #D0CFCE;
	margin-bottom: 10px;
}
.shop-index .shop-list dd .shop-photo {
	float: right;
	margin-left: 14px;
}
.shop-index .shop-list dd .link {
	margin: 8px 0px;
}
.shop-index .shop-list dd .link img {
	margin-right: 6px;
}

/* 店舗のご案内・店舗詳細
----------------------------------------------------------- */

.shop-detail #content-body h4 {
	margin-bottom: 32px;
}
.shop-detail #content-body h5 {
	margin-bottom: 20px;
}
.shop-detail .shop-info-section {
	margin-bottom: 24px;
}
.shop-detail .shop-info-section .left-section {
	float: left;
	width: 340px;
}
.shop-detail .shop-info-section .right-section {
	float: right;
	width: 308px;
}
.shop-detail .shop-info-section2 {
	margin-bottom: 24px;
}
.shop-detail .shop-info-section2 .left-section {
	float: left;
	width: 212px;
}
.shop-detail .shop-info-section2 .left-section img {
	margin-top: 2px;
}
.shop-detail .shop-info-section2 .right-section {
	float: right;
	width: 434px;
}
.shop-detail .shop-info-section3 {
	margin-bottom: 24px;
}
.shop-detail .shop-info-section3 .right-section {
	float: right;
	width: 212px;
}
.shop-detail .shop-info-section3 .right-section img {
	margin-top: 2px;
}
.shop-detail .shop-info-section3 .left-section {
	float: left;
	width: 434px;
}
.shop-detail .shop-quality-section, .shop-detail .shop-map-section {
	margin-bottom: 24px;
}

/***********************************************************

 お品書き /menu/

************************************************************/

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

.menu-index #content-body .section {
	position: relative;
	height: 182px;
	margin-bottom: 14px;
}
.menu-index #content-body .section h4 {
	position: absolute;
	top: 11px;
	left: 20px;
}
.menu-index #content-body .section p {
	position: absolute;
	top: 77px;
	left: 18px;
}
.menu-index #content-body .section .link {
	position: absolute;
	top: 135px;
	left: 25px;
}
.menu-index #content-body .section .link img {
	margin-right: 6px;
}
.menu-index #season-section {
	background: url(../../menu/images/bg-menu-season.jpg) no-repeat left top;
}
.menu-index #standard-section {
	background: url(../../menu/images/bg-menu-standard.jpg) no-repeat left top;
}
.menu-index #takeout-section {
	background: url(../../menu/images/bg-menu-takeout.jpg) no-repeat left top;
}
.menu-index #quality-section {
	background: url(../../menu/images/bg-menu-quality.jpg) no-repeat left top;
}

/* お品書き・メニュー一覧
----------------------------------------------------------- */

.menu #menu-list {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.menu #menu-list li {
	float: left;
	width: 206px;
	margin-right: 26px;
	margin-bottom: 24px;
	font-size: 100%;
}
.menu #menu-list li span {
	font-size: 87%;
}
.menu #menu-list li.last {
	margin-right: 0px;
	margin-bottom: 24px;
}
.menu #menu-list img {
	margin-bottom: 4px;
}
.menu-standard #content-body .note {
	margin-top: 0px; /* marginを相殺 */
	_margin-top: 26px; /* marginを相殺 IE6FIX */
}
.menu-takeout #content-body .note {
	margin-top: 0px; /* marginを相殺 */
	_margin-top: 26px; /* marginを相殺 IE6FIX */
}

/* お品書き・メニュー個別
----------------------------------------------------------- */

.menu.item .item-section {
	padding-bottom: 20px;
}
.menu.item .item-section .left-section {
	float: left;
	width: 340px;
}
.menu.item .item-section .right-section {
	float: right;
	width: 308px;
}
.menu.item .item-name {
	border-top: 1px solid #D0CFCE;
	border-bottom: 1px solid #D0CFCE;
	margin: 0px 0px 16px;
	padding: 8px 0px;
	font-size: 114%;
	line-height: 1.2;
}
.menu.item .item-comment {
	line-height: 1.5;
}

/* お品書き・こだわり
----------------------------------------------------------- */

.menu.menu-quality #content-body-inner {
	position: relative;
	background: url(../../menu/quality/images/bg-contents-inner.jpg) no-repeat right 45px;
	margin-right: -33px;
	padding-right: 33px;
	zoom: 1;
}
.menu.menu-quality #content-body h4 {
	margin-left: -8px;
	margin-bottom: 26px;
}
.menu.menu-quality #content-body h5 {
	margin-bottom: 16px;
}
.menu.menu-quality #content-body .quality-column {
	overflow: hidden;
	width: 670px;
	margin-bottom: 20px;
}
.menu.menu-quality #content-body .quality-column .photo {
	float:left;
	margin-right: 18px;
}
.menu.menu-quality #content-body .quality-column .text {
	overflow: hidden;
	zoom: 1;
}
.menu.menu-quality #content-body .quality-column.last {
	margin-bottom: 42px !important;
}

/***********************************************************

 お知らせ /news/

************************************************************/

/* ページ分割
----------------------------------------------------------- */

#content-navi .pager-link-previous {
	display: inline-block;
	margin-right: 8px;
}
#content-navi .pager-link-next {
	display: inline-block;
	margin-left: 8px;
}

/* お知らせサイドナビゲーション
----------------------------------------------------------- */

.news #side h3 {
	margin-bottom: 12px;
}
.news #side h3#recent-header {
	background: url(../images/subnav-line.gif) no-repeat left top;
	padding-top: 16px;
}
.news #side form {
	margin-bottom: 24px;
}
#news-navigation {
	font-size: 85%;
	line-height: 1.3;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
#news-navigation li {
	margin-bottom: 12px;
}
#news-navigation li a:link, #news-navigation li a:visited {
	color: #44341F;
	text-decoration: none;
	zoom: 1;
}
#news-navigation li a:hover, #news-navigation li a:active {
	color: #9D9A96;
	text-decoration: none;
	zoom: 1;
}

/* 記事
----------------------------------------------------------- */

.news .article {
	border-top: solid 2px #441414;
	margin-bottom: 26px;
}
.news .article .article-title {
	font-size: 114%;
	line-height: 1.5;
	border-bottom: 1px solid #441414;
	padding: 16px 0px;
	margin-bottom: 20px;
}
.news .article .article-title .date {
	font-size: 87%;
}
.news .article .article-title a:link, .news .article .article-title a:visited {
}
.news .article .article-title a:hover, .news .article .article-title a:active {
}
.news .article div {
	line-height: 1.5;
}
.news .article .more-link {
	margin-top: 20px;
	text-align: right;
}

/* 記事・旬のメニュー
----------------------------------------------------------- */

.news .article-season-menu .item-section {
	padding-bottom: 20px;
}
.news .article-season-menu .item-section .left-section {
	float: left;
	width: 340px;
}
.news .article-season-menu .item-section .right-section {
	float: right;
	width: 308px;
}
.news .article-season-menu .item-name {
	border-top: 1px solid #D0CFCE;
	border-bottom: 1px solid #D0CFCE;
	margin: 0px 0px 16px;
	padding: 8px 0px;
	font-size: 114%;
	line-height: 1.2;
}

/* 月別一覧
----------------------------------------------------------- */

.news-monthly #content-body h3.monthly-title {
	font-size: 128%;
	padding-bottom: 12px;
	margin-bottom: 36px;
	border-bottom: 1px solid #D0CFCE;
}

/***********************************************************

 スタッフブログ /blog/

************************************************************/

/* スタッフブログサイドナビゲーション
----------------------------------------------------------- */

.blog #side h3 {
	margin-bottom: 12px;
}
.blog #side h3#recent-header {
	background: url(../images/subnav-line.gif) no-repeat left top;
	padding-top: 16px;
}
.blog #side form {
	margin-bottom: 24px;
}
#blog-navigation {
	font-size: 85%;
	line-height: 1.3;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
#blog-navigation li {
	margin-bottom: 12px;
}
#blog-navigation li a:link, #blog-navigation li a:visited {
	color: #44341F;
	text-decoration: none;
	zoom: 1;
}
#blog-navigation li a:hover, #blog-navigation li a:active {
	color: #9D9A96;
	text-decoration: none;
	zoom: 1;
}
#side ul#category-navigation {
	font-size: 85%;
	line-height: 1.3;
	margin: 0px 0px 24px 24px;
	padding: 0;
	list-style: disc;
}
#category-navigation li {
	margin-bottom: 12px;
}
#category-navigation li a:link, #category-navigation li a:visited {
	color: #44341F;
	text-decoration: none;
	zoom: 1;
}
#category-navigation li a:hover, #category-navigation li a:active {
	color: #9D9A96;
	text-decoration: none;
	zoom: 1;
}
.blog #side input.ti {
	width: 108px;
}

/* 記事
----------------------------------------------------------- */

.blog .article {
	border-top: solid 2px #441414;
	margin-bottom: 26px;
}
.blog .article .article-title {
	font-size: 114%;
	line-height: 1.5;
	border-bottom: 1px solid #441414;
	padding: 16px 0px;
	margin-bottom: 4px;
}
.blog .article .article-title .date {
	font-size: 87%;
}
.blog .article .article-categories {
	text-align: right;
	margin-bottom: 20px;
}
.blog .article .article-content {
	margin-top: 20px;
}
.blog .article div {
	line-height: 1.5;
}
.blog .article .more-link {
	margin-top: 20px;
	text-align: right;
}

/* 月別一覧
----------------------------------------------------------- */

.blog-monthly #content-body h3.monthly-title, .blog-category #content-body h3.category-title, .blog-search #content-body h3.search-title {
	font-size: 128%;
	padding-bottom: 12px;
	margin-bottom: 36px;
	border-bottom: 1px solid #D0CFCE;
}

/***********************************************************

 会社案内 /company/

************************************************************/

.company #content-body h4 {
	margin-bottom: 24px;
}
.company #content-body .section {
	margin-bottom: 24px;
}

/* 会社案内トップ
----------------------------------------------------------- */

.company-index #content-body .section#section4 {
	margin-bottom: 48px;
}

/* リクルート
----------------------------------------------------------- */

.company-recruit #content-body .section#section1 {
	margin-bottom: 32px;
}
.company-recruit #content-body .section#section2 {
	margin-bottom: 48px;
}
.company-recruit .recruit-section {
	position: relative;
	width: 395px;
	height: 162px;
	padding: 20px 0px 0px 275px;
	margin-bottom: 6px;
}
.company-recruit #section1-1 {
	background: url(../../company/recruit/images/bg-section1-1.jpg) no-repeat left top;
}
.company-recruit #section1-2 {
	background: url(../../company/recruit/images/bg-section1-2.jpg) no-repeat left top;
}
.company-recruit #section1-3 {
	background: url(../../company/recruit/images/bg-section1-3.jpg) no-repeat left top;
}
.company-recruit .recruit-section h5 {
	margin-bottom: 10px;
}
.company-recruit .recruit-section h6 {
	margin-bottom: 4px;
}
.company-recruit .recruit-section ul {
	list-style: none;
	margin: 0px 0px 0px 4px;
	padding: 0px;
}
.company-recruit .recruit-section ul li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.company-recruit .recruit-section p {
	padding-left: 4px;
	padding-right: 28px;
	margin-bottom: 0px;
}
.company-recruit .recruit-section p img {
	margin-left: -4px;
	margin-bottom: 4px;
}
.company-recruit #content-body #section2 ul {
	margin: 0px 0px 0px 24px;
	padding: 0px;
}
.company-recruit #content-body #section2 ul li .shop-name {
	display: inline-block;
	width: 120px;
}

/* 物件情報募集
----------------------------------------------------------- */

.company-property #content-body-inner {
	position: relative;
	background: url(../../company/property/images/bg-contents-inner.jpg) no-repeat right 46px;
	margin-right: -33px;
	padding-right: 33px;
	zoom: 1;
}
.company-property #content-body #section1 h4 {
	margin: 32px 0px 32px -8px;
}
.company-property #section1 p {
	width: 336px;
	margin-bottom: 36px;
}
.company-property #content-body .section#section3 {
	margin-bottom: 48px;
}

/***********************************************************

 お問い合わせ /inq/

************************************************************/

.inq #content-body h4 {
	margin-bottom: 24px;
}
.inq #content-body h5 {
	margin-bottom: 8px;
}
.inq #content-body .section {
	margin-bottom: 24px;
}
.inq #content-body #section1 ul {
	margin: 0px 0px 20px 24px;
	padding: 0px;
}
.inq #content-body #section1 ul li .shop-name {
	display: inline-block;
	width: 140px;
}
.inq-table {
	width: 100%;
	margin-bottom: 26px;
}
.inq-table th, .inq-table td {
	padding: 6px 4px;
}
.inq-table th {
	width: 154px;
	padding-right: 14px;
	background: #EEE;
}
.inq-table td {
	width: auto;
	background: #EEE;
}
.inq-table .c th, .inq-table .c td {
	background: #DFDFDF;
}
.inq-form input.input-middle {
	width: 240px;
}
.inq-form input.input-short {
	width: 72px;
}
.inq-form input.input-long {
	width: 336px;
}
.inq-form textarea {
	height: 16em;
	width: 95%;
}
.form-button {
	border: solid 1px #D0CFCE;
	text-align: center;
	padding: 6px 0px;
	margin-bottom: 0px;
}
.error-message {
	color: #AC403F;
}
