@charset "UTF-8";
/* --------------------------------------------
	reset
-------------------------------------------- */
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video { margin: 0px; padding: 0px; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
img { vertical-align:text-bottom; }
article, aside, figure, footer, header, hgroup, nav, section { display: block; }
img, object, embed { max-width:100%; height:auto; }
ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
a { margin: 0; padding: 0; font-size: 100%; background: transparent; }
a:focus, *:focus { outline:none; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted #000; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
th { font-weight: bold; }
td { font-weight: normal; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
pre { white-space: pre; /* CSS2 */ white-space: pre-wrap; /* CSS 2.1 */ white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */ word-wrap: break-word; /* IE */ }
table { font-size: inherit; font: 100%; }
a:hover, a:active { outline: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: middle; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }
.clickable, label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
button { width: auto; overflow: visible; }
.clearfix:before, .clearfix:after { content: ""; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
/* --------------------------------------------
	Base Layout
-------------------------------------------- */
html {
	height: 100%;
}

body {
	color: #333;
	-webkit-text-size-adjust: 100%;
	/*font-family: 'Arial', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;*/
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
	font-size: 13px;
	line-height: 1.231;
	min-width: 950px;
}

#header {
	padding: 10px;
	line-height: 20px;
	overflow: hidden;
	margin-bottom: 0;
	border-bottom: 1px solid #000;
	font-family: 'Arial', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
#header .innr{
 padding: 0;
}

#header .logo {
	float: left;
}

#header ul {
	float: left;
	width: auto;
	padding-left: 15px;
}

#header li {
	width: auto;
	display: inline;
	font-size: 12px;
}

#header .terms {
	float: right;
	padding: 0px;
	font-size: 12px;
}

#header a {
	font-size: 12px;
}

#header a,
#header a:link,
#header a:visited {
	color: #333;
	text-decoration: underline;
}

#header a:hover {
	color: #333;
	text-decoration: none;
}

#content {
	background: #bd2625;
}

.mainVisual {
	position: relative;
	height: 403px;
	background: url(../img/thumb_main_01.jpg) no-repeat center top;
}

.mainVisual span {
	position: absolute;
	display: block;
	width: 226px;
	height: 222px;
	background: url(../img/thumb_main_02.png) no-repeat center top;
	left: 50%;
	top: 50%;
	text-indent: -9999px;
	margin: 0 0 0 -480px;
}

.contents {
	background: url(../img/bg_content.png) repeat-y center top;
}

.mainTitle {
	padding-top: 50px;
	width: 100%;
	height: 442px;
	margin: 0 auto;
	background: url(../img/title_cont_01.jpg) no-repeat center 50px;
	text-indent: -9999px;
}

.mainTitleBtn {
	position: absolute;
	left: 0;
	top: -88px;
	z-index: 9;
	width: 100%;
}

.innr {
	width: 950px;
	margin: 0px auto;
	position: relative;
	padding-bottom: 50px;
}

.p01 {
	font-size: 18px;
	line-height: 1.85;
	font-weight: bold;
	text-align: center;
	margin: 45px 0 0 0;
}

.navList {
	margin-top: 60px;
}

.navList_01 {
	float: left;
	width: 305px;
}

.navList_02 {
	float: left;
	width: 305px;
	margin-left: 17px;
}

.navList_03 {
	float: left;
	width: 305px;
	margin-left: 18px;
}

.btn_nav01,
.btn_nav02,
.btn_nav03 {
	width: 305px;
	height: 134px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}

.btn_nav01 {
	background-image: url(../img/btn_nav_01.png);
}

.btn_nav02 {
	background-image: url(../img/btn_nav_02.png);
}

.btn_nav03 {
	background-image: url(../img/btn_nav_03.png);
}

.btn_nav01:hover,
.btn_nav02:hover,
.btn_nav03:hover {
	background-position: 0 -134px;
}

.h3Title {
	background: url(../img/title_h3_01.png) no-repeat center top;
	height: 41px;
	margin: 90px auto 0;
	padding: 0 0 20px 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-bottom: 10px solid #bd2625;
}

.foodList {
	width: 100%;
	margin: 0 auto 10px;
	border-bottom: 10px solid #bd2625;
	padding: 0 0 30px 0;
}

.foodList > div {
	float: left;
	width: 422px;
	margin-top: 50px;
	padding-bottom: 30px;
	position: relative;
	text-align: center;
}

.foodList_01 { margin-left: 40px;}

.foodList_01 span {
	position: absolute;
	width: 168px;
	height: 168px;
	top: 50px;
	right: -20px;
}

.foodList_02 {
	margin-left: 24px;
}

.foodList_03 {
	clear: left;
	margin-left: 40px;
}

.foodList_04 {
	margin-left: 24px;
}

.foodList_05 {
	clear: left;
	margin-left: 40px;
}

.foodList_06 {
	margin-left: 24px;
}

div.foodList_07 {
	width: 100%;
	float: none;
	clear: both;
	padding-top: 30px;
	margin: 0 auto;
}

.foodList div p {
	font-size: 18px;
	line-height: 1.85;
	font-weight: bold;
	text-align: center;
}

.map {
	background: url(../img/bg_map.jpg) no-repeat;
	width: 990px;
	height: 1297px;
	margin: 30px -20px 0;
	padding: 73px 0 0 0;
	position: relative;
}

.h3Title02 {
	background: url(../img/title_h3_02.png) no-repeat;
	width: 568px;
	height: 62px;
	margin: 0 auto;
	text-indent: 100%; white-space: nowrap; overflow: hidden;
}
.pTitle02 {
	width: 800px;
	margin: 17px auto 0;
	color: #bd2625;
	font-size: 19px;
	text-align: center;
	font-family: 'Arial', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.mapBox {
	width: 228px;
}
.mapBox_title {
	padding-bottom: 10px;
}
.mapBox_text {
	font-size: 17px;
	line-height: 1.85;
	font-weight: bold;
}
.sanbutsuBox {
	margin-top: 10px;
	border: 1px solid #3d3c3c;
}
.sanbutsuBox_title {
}
.sanbutsuBox_text {
	background: #fff;
	font-size: 14px;
	line-height: 1.65;
	font-family: 'Arial', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	padding: 4px 6px;
}

.mapBox01 {
	position: absolute;
	left: 60px;
	top: 222px;
}
.mapBox02 {
	position: absolute;
	left: 694px;
	top: 222px;
}
.mapBox03 {
	position: absolute;
	left: 694px;
	top: 684px;
}

.foodvalley {
	position: absolute;
	top: 1100px;
	left: 70px;
	width: 850px;
	border: 1px solid #bd2625;
	margin: 0 auto;
}
.foodvalley dt {
	float: left;
	width: 324px;
}
.foodvalley dt div {
	position: relative;
}
.foodvalley dt span {
	position: absolute;
	right: -30px;
	top: -42px;
	width: 100px;
	height: 77px;
	background: url('../img/thumb_map_02.png') no-repeat;
	text-indent: 100%; white-space: nowrap; overflow: hidden;
}
.foodvalley dd {
	float: left;
	width: 482px;
	padding: 36px 16px 0 28px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.85;
	background: #fff;
	min-height: 174px;
}
.foodvalley dd div {
	padding-bottom: 15px;
}

.fNavList {
	width: 850px;
	margin: 80px auto 0;
}
.fNavList .fNavList_01 {
	float: left;
	width: 411px;
}
.fNavList .fNavList_02 {
	float: right;
	width: 411px;
}

.storeListBox {
	margin-top: 70px;
	font-family: 'Arial', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
.h3Title03 {
	background: url(../img/title_h3_03.png) no-repeat center top;
	height: 41px;
	margin: 0 auto;
	padding: 0 0 30px 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-bottom: 10px solid #bd2625;
}
.storeList {
	overflow: hidden;
}
.storeList li {
	background: #fdecd0;
	width: 450px;
	padding: 10px 0 20px;
	margin-top: 50px;
}
.storeList li.left {
	float: left;
	clear: both;
}
.storeList li.right {
	float: right;
}
.storeList h5 {
	font-size: 25px;
	padding: 0 20px 10px;
}
.storeList h5 small{
	display: block;
	font-size: 12px;
	padding-top: 5px;
}
.storeList .menuName {
	font-size: 16px;
	padding: 10px 10px 10px 20px;
	height: 83px;
	line-height: 1.4;
}
.storeList .clm2 {
	overflow: hidden;
}
.storeList .clm2 > div{
	float: left;
	width: 225px;
}
.storeList .clm2 .right .menuName {
	padding: 10px 10px 10px 14px;
}

.storeList .storeAddress {
	padding: 0 20px;
}
.storeList dl {
	font-size: 13px;
	overflow: hidden;
	line-height: 1.4;
}
.storeList dt {
	font-size: 13px;
	float: left;
	width: 60px;
}
.storeList dd {
	font-size: 13px;
	float: left;
	width: 350px;
}

a.btn_detail {
	width: 410px;
	height: 51px;
	display: block;
	background: url(../img/btn_detail.png) no-repeat;
	text-indent: -9999px;
	margin: 10px auto 0;
}
a.btn_detail:hover {
	background-position: 0 -51px;
}

a.btn_foodvalley {
	width: 411px;
	height: 57px;
	display: block;
	background: url(../img/btn_foodvalley.png) no-repeat;
	text-indent: -9999px;
}

a.btn_foodvalley:hover {
	background-position: 0 -57px;
}

a.btn_kumamoto {
	width: 411px;
	height: 57px;
	display: block;
	background: url(../img/btn_kumamoto.png) no-repeat;
	text-indent: -9999px;
}

a.btn_kumamoto:hover {
	background-position: 0 -57px;
}

a.btn_store {
	width: 427px;
	height: 88px;
	display: block;
	background: url(../img/btn_store.png) no-repeat;
	text-indent: -9999px;
	margin: 0 auto;
}

a.btn_store:hover {
	background-position: 0 -88px;
}

div.pagetop {
	text-align: right;
	padding: 0;
	margin: 0;
	width: 100%;
}

div.pagetop a {
	color: #333;
	text-decoration: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: relative;
	font-family: 'Arial', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

div.pagetop a:hover {
	color: #999;
	text-decoration: underline;
}

div.pagetop a.back {
	margin-left: 15px;
	padding-right: 16px;
}

div.pagetop a.back:before {
	content: " ";
	width: 14px;
	height: 14px;
	background: url(../img/icon_arwR.png) no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 9;
}

#footer {
	padding: 10px 10px 10px;
	overflow: hidden;
	color: #000;
	font-family: 'Arial', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
#footer .innr {
	padding: 0;
}

#footer p {
	float: left;
	padding: 10px 10px 10px 15px;
}

#footer ul {
	float: right;
}

#footer li {
	float: left;
	position: relative;
	margin-left: 25px;
}

#footer li a {
	padding: 10px 10px 10px 15px;
	display: block;
	background: url(../img/icon_arwR.png) no-repeat left center;
	padding-left: 18px;
}

#footer a,
#footer a:link,
#footer a:visited {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
	text-decoration: underline;
}

/* ---------------------------------------------
	tool
--------------------------------------------- */
.fltL { float:left!important; }
.fltR { float:right!important; }
.hide-text { text-indent: 100%; white-space: nowrap; overflow: hidden; }
.fBold { font-weight:bold!important; }
.fred { color:#C00!important; }
.fredB { color:#C00!important; font-weight:bold!important; }
.mT10 { margin-top:10px!important; }
.mB10 { margin-bottom:10px!important; }
.mT20 { margin-top:20px!important; }
.mB20 { margin-bottom:20px!important; }
.mT30 { margin-top:30px!important; }
.mB30 { margin-bottom:30px!important; }
.mT40 { margin-top:40px!important; }
.mB40 { margin-bottom:40px!important; }
.mT50 { margin-top:50px!important; }
.mB50 { margin-bottom:50px!important; }
.mT60 { margin-top:60px!important; }
.mB60 { margin-bottom:60px!important; }
.mT70 { margin-top:70px!important; }
.mB70 { margin-bottom:70px!important; }
.pdT5 { padding-top:5px!important; }
.pdB5 { padding-bottom:5px!important; }
.pdT10 { padding-top:10px!important; }
.pdB10 { padding-bottom:10px!important; }
.pdT15 { padding-top:15px!important; }
.pdB15 { padding-bottom:15px!important; }
.pdT20 { padding-top:20px!important; }
.pdB20 { padding-bottom:20px!important; }
.pdT30 { padding-top:30px!important; }
.pdB30 { padding-bottom:30px!important; }
.pdT40 { padding-top:40px!important; }
.pdB40 { padding-bottom:40px!important; }
.pdT50 { padding-top:50px!important; }
.pdB50 { padding-bottom:50px!important; }
.nopadd { padding:0px!important; }
.nomargin { margin:0px!important; }
.noborder { border: none 0px!important; }
.alignC { text-align:center!important; }
.alignL { text-align:left!important; }
.alignR { text-align:right!important; }
.btn:hover img { opacity:0.7; filter: alpha(opacity=70);/* ie lt 8 */ -ms-filter: "alpha(opacity=70)";/* ie 8 */ -moz-opacity:0.7;/* FF lt 1.5, Netscape */ -khtml-opacity: 0.7;/* Safari 1.x */ zoom:1; }
