@charset "utf-8";

/* ---------------------------------
  _01 スタイルリセット
------------------------------------*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	color: #fff;
	background-image: url(../images/bg.jpg);
	background-position: center top;
	background-color: #fff;
	font-family: 'Noto Serif Japanese', sans-serif;
	font-size: 100%;
	font-weight: 300;
	letter-spacing: 0.1em;
}

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

p {
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

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

ol {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

hr {
	display: none;
}

a {
	text-decoration: inherit; /* 必要に応じて「none」に */
}

a:link {
	color: #00c;
}

a:visited {
	color: #999;
}

a:hover {
	color: #fc3;
}


/* ---------------------------------
  _02 共通クラス
------------------------------------*/

.supplement { /* 補助的にいれる見出しを表示しないようにするクラス */
	position: absolute;
	left: -10000em;
}

.contents_title {
	margin-bottom: 70px;
	width: 100%;
	height: 240px;
	background-color: #333;
	background-position: center center;
	background-repeat: no-repeat;
}

.contents_title h1 {
	margin: 0 auto;
	width: 940px;
	height: 240px;
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: -10000em;
}

.container {
	position: relative;
}

.contents section .container {
	margin: 0 auto;
	width: 1000px;
}

.flame {
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/flame_bg_outer.png);
	background-position: center top;
	background-repeat: repeat-y;
}

.flame .container {
	margin: 0 auto;
	width: 980px;
	color: #333;
	background-image: url(../images/flame_bg_inner.png);
}

ul.item-03 li {
	margin-right: 35px;
	float: left;
	width: 310px;
}

ul.item-03 li:last-child {
	margin-right: 0 !important;
}

ul.item-04 li {
	margin-right: 40px;
	float: left;
	width: 220px;
}

ul.item-04 li:nth-child(4n) {
	margin-right: 0;
}


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

header {
	height: 80px;
}

header .container {
	margin: 0 auto;
	position: relative;
	width: 1000px;
	height: 80px;
}

header .sitename {
	position: absolute;
	top: 15px;
	left: 0;
}

#index header h1.sitename,
header .sitename a {
	display: block;
	width: 221px;
	height: 50px;
	background-image: url(../images/sitename.png);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -100000em;
}

header nav dl {
	position: absolute;
	top: 15px;
	right: 0;
}

header nav dl dd {
	margin-left: 30px;
	float: left;
}

header nav dl dd a {
	display: block;
	height: 50px;
	background-image: url(../images/gnav.png);
	background-repeat: no-repeat;
	text-indent: -10000em;
}

header nav dl dd.gnav01 a { width: 100px; background-position: 0 0; }
header nav dl dd.gnav01 a:hover { background-position: 0 -50px; }
header nav dl dd.gnav02 a { width: 48px; background-position: -100px 0; }
header nav dl dd.gnav02 a:hover { background-position: -100px -50px; }
header nav dl dd.gnav03 a { width: 60px; background-position: -148px 0; }
header nav dl dd.gnav03 a:hover { background-position: -148px -50px; }
header nav dl dd.gnav04 a { width: 73px; background-position: -208px 0; }
header nav dl dd.gnav04 a:hover { background-position: -208px -50px; }
header nav dl dd.gnav05 a { width: 84px; background-position: -281px 0; }
header nav dl dd.gnav05 a:hover { background-position: -281px -50px; }

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

footer {
	width: 100%;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

footer .container {
	margin: 0 auto;
	padding-top: 690px;
	position: relative;
	width: 1000px;
}

footer dl.shopinfo {
	position: absolute;
	left: 45px;
	top: 294px;
}

footer dl.shopinfo dt {
	margin-bottom: 30px;
	height: 44px;
	background-image: url(../images/footer_logo.png);
	background-position: 172px 0;
	background-repeat: no-repeat;
	text-indent: -10000em;
}

footer dl.shopinfo dd.address {
	margin-bottom: 10px;
	line-height: 1.0;
}

footer dl.shopinfo dd.tel {
	margin-bottom: 15px;
	padding-left: 30px;
	line-height: 1.0;
	background-image: url(../images/footer_tel.png);
	background-position: left 7px;
	background-repeat: no-repeat;
	font-size: 1.75em;
}

footer dl.shopinfo dd.hours {
	margin-bottom: 15px;
}

footer dl.shopinfo dd.link a {
	display: block;
	width: 390px;
	height: 60px;
	background-image: url(../images/footer_link.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -10000em;
}

footer dl.shopinfo dd.link a:hover { background-position: 0 -60px; }

footer #map_canvas {
	border: solid 10px #fff;
	position: absolute;
	top: 80px;
	right: 0;
	width: 460px;
	height: 460px;
}

footer dl.nav {
	margin: 0 auto 30px auto;
	width: 787px;
	font-size: 0.95em;
}

footer dl.nav dd {
	padding: 0;
	border-left: solid 1px #eeeeee;
	display: block;
	float: left;
	width: 130px;
	line-height: 1.4;
	text-align: center;
}

footer dl.nav dd:last-child {
	border-right: solid 1px #eeeeee;
}

footer dl.nav dd a {
	color: #eeeeee;
}

footer p.copyright {
	margin-bottom: 70px;
	color: #eeeeee;
	font-size: 0.75em;
	text-align: center;
	letter-spacing: 0.3em;
}


/* ---------------------------------
  _ clearfix
------------------------------------*/

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

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */
