@charset "utf-8";
/*--------------------------------------------------------------------------------------------------------------------
	共通
---------------------------------------------------------------------------------------------------------------------*/

/*-----------------------------
	大枠設定
------------------------------*/

body {
	color: #5F5D59;
	text-align: center;
	background: #FFF;
}
#wrapper {
	min-width: 960px;
	position: relative;
}

#js_fade{
	display:none;
}
/* a */
a {
	color: #5F5D59;
	text-decoration: none;
}
a:hover {
	color: #AFAEAC;
	text-decoration: none;
}


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

header {
	background: #fff;
	overflow: hidden;
	min-height: inherit;
	height:50px;
	
}
header div {
	clear: both;
}
/*  nav */
#pcgnav {
	display:none;
}
#spgnav{
	display:none;
}

/*  nav */
header nav {
	display: block!important;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	min-width: 960px;
	height: 50px;

}

header nav.fixed {
	position: relative!important;
	left: 0;
	top: 0;
}
header nav.fixed2 {
	position: relative!important;
	left: 0;
	top: 0;
	
}
header nav.fixed div {
}
/* nav h1 */
header nav h1 {
	float: left;
	padding: 0;
	height:50px;
}
header nav h1 img {
	height: 50px!important;
	width: auto!important;
}
/*-----------------------------
	contents
------------------------------*/
.shop-nav,.pagetitle ,.shop-pnav,.shop-about, #shop-outline, #aside-shop,#fnav,.print,.dl,#page-top,.page-top,#printnone{
	display:none !important;
}

#shop-access { margin:10px 0;}
#shop-access h3 {
	color: #BE9959;
	font-size: 150%;
	font-weight: normal;
	margin-bottom: 10px;
}
#shop-access div.detail ul {
	margin-bottom: 10px;
}
#shop-access div.detail {font-size:90%;}
#shop-title {
	clear: both;
	width: 100%;
	padding: 0px 10px 0px;
	max-width: 1120px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}
#shop-title h2 {
	color: #BE9959;
	font-size: 230%;
	font-weight: bold;
	float:left;
}
#shop-title h2 small {
	font-size: 40%;
	margin-left:20px;
}
#shop-title.ml0 h2 small {
	margin-left:0;
}

#shop-title p {
	line-height: 2.4;
	padding: 10px 0;
	clear:both;
}
#shop-title div {
	float: right;
	width: 55%;
	color: #BE9959;
	text-align: center;
	padding: 10px 5px;
	background: #FFF;
}
#shop-title div dl dd {
	display: inline-block;
	font-size: 120%;
	vertical-align: middle;
	font-weight: bold;
	line-height: 1.2;
}
#shop-root{ margin:0;}

#shop-root h3 {margin-bottom:10px;}

/*-----------------------------
	aside
------------------------------*/

aside,footer {
	display:none;
}
.mb70,mt100{margin:0;}


/*-----------------------------
	add 160825 yanagida
------------------------------*/

.osaka_print img{
	width:80%;
}

