@charset "utf-8";

/* 大枠 */
html,
body {
	height: 100%;
	}
body {
	/* background: url(../images/side_bg.png) repeat; */
	color: #230E0A;
	font-size: 13px; 
	line-height: 1.6;
	/* font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif; */
	/* font-family: 'Hiragino Mincho ProN', serif; */
	}
#wrapper {
	width: 100%;
	min-width: 980px;
	height:100%;
	min-height:100%;
	background: url(../images/top/side_bg.png) repeat-y center top;
	position: relative;
	}
body > #wrapper {
	height: auto;
	}
	
/* リンク */
a:link    {color:#230E0A; text-decoration: none;}
a:visited {color:#230E0A; text-decoration: none;}
a:hover   {color:#230E0A; text-decoration: underline;}
a:active  {color:#230E0A; text-decoration: underline;}

/* アクセシビリティ */
.guidance {
	left:-999px;
	position:absolute;
	width:990px;
	}
images {
	vertical-align: bottom;
	}


/* タイトル */
#site_title {
	position: absolute;
	top: 9px;
	left: 80px;
	z-index: 1000;
	overflow: hidden;
	}

		
/* グローバルナビゲーション */
#gnav {
	width: 160px;
	margin: 0 auto 20px;
	clear: both;
	overflow: hidden;
	}
#gnav li:nth-child(6) {
	background: url(../images/gnav02_04.png) no-repeat left bottom;
	padding-bottom: 5px;
	}
#home #gnav li:nth-child(5) {
	background: url(../images/gnav02_04.png) no-repeat left bottom;
	padding-bottom: 5px;
	}
#home #gnav li:nth-child(6) {
	background: none;
	padding-bottom: 0;
	}

/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
=====================================*/
#main {
	width: 1100px;
	background: url(../images/side_bg.png) repeat-y 38px top;
	margin: 0 auto;
	padding-bottom: 50px;
	position: relative;
	clear: both;
	overflow: hidden;
	}

#contents {
	float: right;
	width: 810px;
	height:100%;
	background: #fff;
	position: relative;
	z-index: 100;
	overflow: hidden;
	}
	#contents .inner {
		padding: 25px 0 50px 25px;
		overflow: hidden;
		}


/* ▼▼▼ ヘッダー
=====================================*/
#header {
	float: left;
	width: 220px;
	background: url(../images/side_img.png) no-repeat left 577px;
	padding-top: 260px;
	padding-left: 32px;
	margin-left: 38px;
	text-align: center;
	/* overflow: hidden; */
	}
	#header dl.address {
		margin: 50px 0 0 0;
		overflow: hidden;
		}
		#header dl.address dt {margin-bottom: 10px;}
		#header dl.address dd {margin-bottom: 15px;}
		
		

/* ▼▼▼ フッター
=====================================*/
#footer {
	width: 100%;
	height: 316px;
	background: #230E0A;
	position: fixed;
	bottom: -266px;
	left: 0;
	line-height: 0;
	z-index: 300;
	clear: both;
	/* overflow: hidden; */
	}
#footer_inner {
	width: 1288px;
	margin: 0 auto;
	}
#footer .images {
	background: url(../images/bg_footer.png) no-repeat left 16px;
	}
	#footer .menu {
		width: 1100px;
		height: 52px;
		margin: -16px auto 0;
		text-indent: -9999px;
		cursor: pointer;
		/* overflow: hidden; */
		}
	#footer .menu_open {
		background: url(../images/sakura_open.png) no-repeat right top;
		}
	#footer .menu_close {
		background: url(../images/sakura_close.png) no-repeat right top;
		}
	#footer #sakura {
		width: 970px;
		margin: 25px auto 135px;
		overflow: hidden;
		}
		#footer #sakura li {
			float: left;
			width: 210px;
			min-height: 250px;
			margin-right: 30px;
			}
		#footer #sakura li:last-child {margin-right: 0;}
		#footer #sakura li p {
			margin: 5px 0;
			line-height: 1.5;
			}
			#footer #sakura li p a {color: #fff;}
			#footer #sakura li img {
			width: 210px;
			}
			#footer .slide_box .bx-wrapper {
				overflow: hidden;
				position: relative;
				}
			#footer .slide_box li {
				float: left;
				width: 210px !important;
				margin-right: 10px;
				overflow: hidden;
				}
			#footer .bx-viewport {
				width: 930px !important;
				margin-left: 20px;
				overflow: hidden;
			}
		#footer a.bx-prev {
			width: 9px;
			height: 15px;
			background: url(../images/bx-prev.png) no-repeat left top;
			position: absolute;
			top: 65px;
			left: 0;
			text-indent: -9999px;
			}
		#footer a.bx-next {
			width: 9px;
			height: 15px;
			background: url(../images/bx-next.png) no-repeat left top;
			position: absolute;
			top: 65px;
			right: 0;
			text-indent: -9999px;
			}


/* ▼ ページ上部へ戻る */
.pagetop {
	margin-bottom: 15px;
	text-align: center;
	}
	
/* ▼ コピーライト */
#copyright {
	font-size: 11px;
	color: #666;
	}

/* ▼▼▼ トップ
=====================================*/
#home #inner {
	width: 1100px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	}
#home #main {
	width: 998px;
	padding: 0 70px 0 38px;
	position: relative;
	z-index: 100;
	}
#home #header {
	margin-left: 0;
	position: relative;
	z-index: 100;
	}
#mainVisual {
	width: 1100px;
	height: 600px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	}
#home #contents {
	float: right;
	width: 746px;
	padding-bottom: 50px;
	margin: 600px 0 0 0;
	}
#home #contents .inner {
	padding: 40px 0 40px 40px;
	}
	#home #contents .news_box {
		float: left;
		width: 345px;
		overflow: hidden;
		}
	#home #contents .reco_box {
		float: right;
		width: 345px;
		overflow: hidden;
		}
		#home #contents .inner h2 {
			float: left;
			margin-right: 15px;
			}
			#home #contents dl.news dt {
				margin-bottom: 10px;
				font-size: 14px;
				}
			#home #contents dl.news dd {
				border-bottom: 1px dotted #230E0A;
				padding-bottom: 10px;
				margin-bottom: 10px;
				font-size: 16px;
				}
			#home #contents dl.reco dt {
				margin: 10px 0;
				font-size: 20px;
				font-weight: bold;
				}


/* ▼▼▼ 新着情報
=====================================*/
#news .article {
	border-bottom: 1px dotted #250E0C;
	padding-bottom: 30px;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 1.8;
	overflow: hidden;
	}
	#news .article .txt_box {
		float: right;
		width: 570px;
		}
	#news .article .photo {
		float: left;
		width: 180px;
		margin-right: 35px;
		}
	#news .article h2.subject {
		margin: 5px 0;
		font-size: 18px;
		font-weight: bold;
		}
	#news .article .pdf {
		text-align: right;
		
		}
	.article .pdf {
		text-align: right;
		margin-top: 10px;	
	}		
	.article .pdf a {
		color: #FFF;
		text-align: right;
		text-decoration: none;
		padding: 5px 5px 5px 30px;
		background: #C6003A url(../images/icon_pdf.png) no-repeat;
		background-position: 8px 5px;
		cursor: pointer;
		}
	.article .pdf a:hover {
		text-decoration: none;
		filter:alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;	
		}		

/* ▼▼▼ おしながき
=====================================*/

/* おすすめ */
ul.reco {
	overflow: hidden;
	}
	ul.reco li {
		width: 780px;
		background: url(../images/line.gif) no-repeat left bottom;
		padding-bottom: 30px;
		margin-bottom: 30px;
		color: #210C0A;
		font-size: 14px;
		overflow: hidden;
		}
	ul.reco li .txt_box {
		background: url(../images/line.gif) no-repeat left bottom;
		padding-bottom: 30px;
		margin-bottom: 30px;
		color: #210C0A;
		font-size: 14px;
		overflow: hidden;
		}
		
			
	ul.reco li.left p.photo {
		float: left;
		margin-right: 30px;
		}	
	ul.reco li.right p.photo {
		float: right;
		margin-left: 30px;
		}
	ul.reco li:last-child {
		background: none;
		}
		ul.reco li .copy {
			margin-bottom: 5px;
			font-weight: bold;
			}
		ul.reco li h2.name {
			float: left;
			font-size: 25px;
			font-weight: bold;
			}
			ul.reco li .price {
				float: right;
				margin-top: 10px;
				}
			ul.reco li .desc {
				background: #F7F1E4;
				padding: 10px;
				margin-bottom: 10px;
				font-size: 13px;
				clear: both;
				overflow: hidden;
				}
			ul.reco li .list {clear: both;}
			
			ul.reco li .kome {
				color: #666;
				font-size: 11px;
				text-align: right;
				}

.txt_box .pdf {
	text-align: right;
	margin-top: 10px;	
	}
.txt_box .pdf a {
	color: #FFF;
	text-align: right;
	text-decoration: none;
	padding: 5px 5px 5px 30px;
	background: #C6003A url(../images/icon_pdf.png) no-repeat;
	background-position: 8px 5px;
	cursor: pointer;
	}
.txt_box .pdf a:hover {
	text-decoration: none;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;	
	}		




/* メニュー */
h2.subtitle {margin-bottom: 30px;}
ul.menu {
	margin-bottom: 20px;
	overflow: hidden;
	}
	ul.menu li {
		float: left;
		width: 250px;
		margin-right: 15px;
		}
	ul.menu li:nth-child(3n) {margin-right: 0;}
		ul.menu li h3.name {
			margin-bottom: 5px;
			font-size: 20px;
			font-weight: bold;
			}
			ul.menu li .price {font-size: 15px;}
			ul.menu li img {max-width: 100%;}
	ul.other {
		background: #F7F1E4;
		padding: 10px 0 0 15px;
		margin-bottom: 100px;
		overflow: hidden;
		}
		ul.other li {
			float: left;
			width: 215px;
			padding-right: 40px;
			margin-bottom: 10px;
			font-size: 15px;
			}
		ul.other li:nth-child(3n) {margin-right: 0;}
			ul.other li .right {text-align: right;}
	div.other {
		background: #F7F1E4;
		padding: 15px;
		margin-bottom: 50px;
		font-size: 15px;
		}
		ul.menu{
			.kome{
				font-size: 12px;
    color: red;
    font-weight: 400;
    padding-left: 1em;
			}
		}
		
		
ul.other.menu_other {
	margin-bottom: 0;
}

.menu_pdfbox {
	margin-bottom: 100px;
}

.center_box {
	text-align: center;
	margin: 0 auto;
}
		
		
/* ▼▼▼ ギャラリー
=====================================*/
h1.title {margin-bottom: 20px;}

#gallery #contents .bx-wrapper {
	width: 584px !important;
	margin: 0 auto 30px;
	font-size: 14px;
	position: relative;
	}
#gallery #contents .bx-viewport {
	width: 520px !important;
	margin: 0 auto;
	}
#contents ul.gallery .txt {margin: 20px 0 30px;}
#contents ul.gallery li {
	max-height: 360px;
	overflow: hidden;
	}
	#contents a.bx-prev,
	#contents a.bx-next {
		display: block;
		width: 13px;
		height: 21px;
		text-indent: -9999px;
		position: absolute;
		top: 160px;
		outline: none;
		}
		#contents a.bx-prev {
			background: url(../images/arrow01.gif) no-repeat left top;
			left: 0;
			}
		#contents a.bx-next {
			background: url(../images/arrow02.gif) no-repeat left top;
			right: 0;
			}
	#contents #bx-pager {
		background: #F9F1EA;
		padding: 25px 15px 20px;
		/* margin-bottom: 25px; */
		overflow: hidden;
		}
		#contents #bx-pager a {
			float: left;
			width: 152px;
			height: 99px;
			background: #fff;
			margin: 0 5px 5px 0;
			outline: none;
			overflow: hidden;
			}
			#contents #bx-pager a img {width: 152px;}
		#contents #bx-pager a:nth-child(5n) {margin-right: 0;}


/* ▼▼▼ さくら亭だより
=====================================
.article {
	border-bottom: 1px dotted #250E0C;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 2;
	overflow: hidden;
	}
	.article h2.subject {
		margin-bottom: 20px;
		font-size: 25px;
		font-weight: bold;
		}
		.article .txt {
			margin-bottom: 10px;
			clear: both;
			overflow: hidden;
			}
		.article .photo_r {
			float: right;
			margin-left: 20px;
			}
		.article .photo_l {
			float: left;
			margin-right: 20px;
			}
ol.pagenavi {
	float: right;
	background: url(../images/bar.gif) no-repeat left center;
	padding-left: 10px;
	margin-bottom: 30px;
	overflow: hidden;
	}
	ol.pagenavi li {
		float: left;
		background: url(../images/bar.gif) no-repeat right center;
		padding-right: 10px;
		margin-right: 10px;
		}
	ol.pagenavi li:last-child {
		margin-right: 0;
		}

ul.bottom_nav {
	width: 690px;
	margin: 0 auto 100px;
	clear: both;
	overflow: hidden;
	}
	ul.bottom_nav li {
		float: left;
		margin-right: 30px;
		}
	ul.bottom_nav li:last-child {margin-right: 0;}		

*/	




.blog_archives p {
	padding: 7px 0;
	border-bottom: 1px dotted #ccc;
}
.blog_archives p a,
.blog_archives p a:visited {
	font-weight: bold;
	text-decoration: underline;
	margin-left: 5px;
	letter-spacing: 0.05em;
}	
.blog_archives p a:hover {
	text-decoration: none;
}
		
/* ▼▼▼ 店舗のご案内
=====================================*/

#map {
	float: left;
	width: 450px;
	text-align: right;
	overflow: hidden;
	}
	#map .map {
		border: 5px solid #230E0A;
		margin-bottom: 5px;
		}
		
#info {
	float: right;
	width: 320px;
	font-size: 14px;
	overflow: hidden;
	}
	#info h2 {
		margin-bottom: 10px;
		font-size: 19px;
		font-weight: bold;
		}
		#info p.reserve {
			background: url(../images/store/icon_reserve.gif) no-repeat left center;
			padding-left: 55px;
			margin: 10px 0;
			font-size: 22px;
			line-height: 20px;
			}
		#info table.info {
			width: 320px;
			margin-bottom: 10px;
			overflow: hidden;
			}
			#info table.info th,
			#info table.info td {
				padding-bottom: 5px;
				vertical-align: top;
				}
			#info table.info th {width: 70px;}
		dl.link {
			overflow: hidden;
			}
			dl.link a {text-decoration: underline;}
			dl.link a:hover {text-decoration: none;}

#store_img {
	background: #FFFAF5 url(../images/store/store_bg.png) no-repeat left top;
	padding: 50px 30px;
	text-align: center;
	clear: both;
	overflow: hidden;
	}
	#store_img ul.store {
		overflow: hidden;
		}
		#store_img ul.store li {
			float: left;
			background: #fff;
			margin: 0 10px 10px 0;
			}
		#store_img ul.store li:nth-child(4n) {margin-right: 0;}		
		

/* ▼▼▼ 404 ご指定のページが見つかりません。
=====================================*/		

dl#not_found{
	width: 500px;
	padding: 0 10px;
	margin: 30px 0 0 30px;
	z-index: 100;
	}
	dl#not_found dt{
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 5px;
		padding-bottom: 5px;
		border-bottom: 2px solid;
	}
	dl#not_found dd{
		font-size: 14px;
	}
	dl#not_found dd a{
		text-decoration: underline;
	}
	dl#not_found dd a:visited{
		text-decoration: underline;
	}
	dl#not_found dd a:hover{
		text-decoration: none;
	}	






