<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


html {
	font-size: 62.5%;
}
body {
	color: #382b1c;
	background: url(../../img/bg.gif);
	-webkit-text-size-adjust:none;
	font-size: 13px;
}
a {
	text-decoration: none;
	color: #382b1c;
}

a:hover,
a:active {
	text-decoration: underline;
	color: #382b1c;
}


/* ----------------------------------------
 *   ヘッダー
 * ---------------------------------------- */

header {
	background: #111;
	height: 325px;
}
#home header {
	height: 595px;
}
header h1 {
	height: 150px;
	width: 150px;
	margin: 0px auto;
}
header #visual {
	width: 980px;
	margin: 0 auto;
	height:540px;
	overflow: hidden;
	vertical-align: bottom;
}
header #visual img {
	vertical-align: bottom;
}
header #visual ul {
	margin: 0;
	padding: 0;
}


/* ----------------------------------------
 *   グローバルナビ
 * ---------------------------------------- */

nav#gnav {
	box-sizing: border-box;
	background: #6E5E13;
	z-index:1000;
	width: 100%;
}
nav#gnav ul {
	width: 980px;
	margin: 0 auto;
	border-left: 1px solid rgba(255,255,255,0.1);
	display: flex;
}
nav#gnav li {
	font-size: 13px;
	width: 100%;
}
nav#gnav li a {
	height: 60px;
	display: block;
	color: #E4EED9;
	border-right: 1px solid rgba(255,255,255,0.1);
	display: flex;
	align-items: center;
	justify-content: center;
}
nav#gnav li a:hover {
	text-decoration: none;
	background: rgba(255,255,255,0.05);
}
nav#gnav #toggle {
	display:none;
}


/* ----------------------------------------
 *   コンテンツ
 * ---------------------------------------- */

#container {
	width: 980px;
	margin: -90px auto 50px;
	overflow: hidden;
	_zoom: 1;
	background: #FFF;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 60px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#home #container {
	margin: 40px auto 40px;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#main {
	width: 680px;
	padding: 60px 40px;
	float:left;
	position: relative;
}
#sub {
	width: 220px;
	float:left;
}

/* ----------------------------------------
 *   イメージ
 * ---------------------------------------- */

#concept #container {
	background: #FFF url(../../img/side_concept.jpg) no-repeat right top;
}
#ingredient #container {
	background: #FFF url(../../img/side_ingredient.jpg) no-repeat right top;
}
#access #container {
	background: #FFF url(../../img/side_access.jpg) no-repeat right top;
}
#staff #container {
	background: #FFF url(../../img/side_staff.jpg) no-repeat right top;
}
#menu #container {
	background: #FFF url(../../img/side_menu.jpg) no-repeat right top;
}
#topics #container {
	background: #FFF url(../../img/side_topics.jpg) no-repeat right top;
}
#space #container {
	background: #FFF url(../../img/side_space.jpg) no-repeat right top;
}
#seat #container {
	background: #FFF url(../../img/side_seat.jpg) no-repeat right top;
}
#point #container {
	background: #FFF url(../../img/side_point.jpg) no-repeat right top;
}

/* ----------------------------------------
 *   パンくず
 * ---------------------------------------- */

#topicpath {
	font-size: 11px;
	text-align: right;
	position: absolute;
	top: 80px;
	right: 40px;
}

/* ページ送り
=============================================== */

#pagenav {
	clear: both;
	text-align: center;
	border-top: 1px solid #e0e0e0;
	padding-top: 30px;
	line-height: 1;
}
#pagenav li {
	display: inline;
	margin: 0 5px;
	padding: 0;

}

/* ページ送り
=============================================== */

.pagetop {
	clear: both;
	text-align: right;
	margin-top: 40px;
	font-size: 12px;
}
.pagetop a {
	padding-left: 16px;
	background: url(../../img/pagetop.gif) no-repeat left center;
}

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

footer {
	clear: both;
	background: #111;
	overflow: hidden;
	color: #717171;
	font-size: 11px;
}
footer #footer-inner {
	width: 980px;
	margin: 0 auto;
	padding: 30px 0 0;
	_zoom: 1;
	position:relative;
	height:180px;
}
footer #group-logo {
	margin-bottom: 25px;
	background: url(../../img/footer_line.gif) repeat-x left bottom;
	padding-bottom: 25px;
}
footer #group-logo li {
	display:inline;
}
footer #group-logo li img {
	max-height: 50px;
}
footer #footer-nav1 {
	margin: 0px 0 0;
	font-size: 11px;
	clear: both;
	padding: 20px 0px;
	background: url(../../img/footer_line.gif) repeat-x left top;
	overflow: hidden;
}
footer #footer-nav a {
	color: #888;
}
footer #footer-nav ul {
	margin-bottom:10px;
}
footer #footer-nav li {
	border-left: 1px solid #4e4b43;
	display: inline;
	padding: 0px 10px;
}
footer #footer-nav li:first-child {
	border: none;
	padding-left: 0px;
}
footer address {
	display: block;
	text-align: right;
	font-style: normal;
	position:absolute;
	top:130px;
	right:0px;
}
footer address img {
	width: 100%;
	max-width: 320px;
}
footer #footer-nav .copyright {
		clear: both;
}

/* 共通スタイル */

.arw {
	padding-left: 16px;
	background: url(../../img/arw.gif) no-repeat left center;
}
#main section {
	overflow: hidden;
}
#main section p {
	line-height:1.8;
	overflow: hidden;
}
#main h1.ttl {
	font: 36px/1  "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho", 'Hiragino Mincho ProN',serif;
	color: #000;
	letter-spacing: 0.1em;
	margin-bottom: 50px;
	padding: 0px;
}
#main h2.ttl {
	font: 24px/1.4 "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #000;
	letter-spacing: 0.1em;
	clear: both;
	margin: 60px 0px 40px;
}
</pre></body></html>