@charset "UTF-8";
/* shop css */

/*------------------------------------------------------------shop navi*/
#shop-navi-inner {
	width:715px;
	height:25px;
	display:block;
	background:url(../images/shop_navi_bg.gif) no-repeat 0 0;
	text-align:center;
}
#shop-navi ul{
	padding-top:6px;
}
#shop-navi ul li{
	display:inline;
	/*height:25px;*/
	padding:5px 22px;
	background:url(../images/shop_navi_border.gif) no-repeat 0 50%;
	line-height:1.1;
}
#shop-navi ul li.stay a{
	color:#ec7f01;
	line-height:1.1;
}
#shop-navi ul li.menu-end {
	background:none;
}

/*店舗トップ*/
#shop-navi ul li#shop-top{
	background:none;
	/*background:url(../images/shop_navi_top.gif) no-repeat 0 50%;
	width:55px;*/
}

/*menu*/
#shop-navi ul li#shop-menu a{
	/*background:url(../images/shop_navi_menu.gif) no-repeat 0 50%;
	width:36px;*/
}

/*party plan*/
#shop-navi ul li#shop-party {
	/*background:none;*/
}
#shop-navi ul li#shop-party a{
	/*background:url(../images/shop_navi_party.gif) no-repeat 0 50%;
	width:72px;*/
}
#shop-navi ul li#shop-party a img{
	background:none;
}

/*------------------------------------------------------------concept*/
#concept h4 {
	background:url(../images/kmd_concept.gif) no-repeat 0 0;
}

#concept p {
	margin-bottom:1em;
	/*text-align:center;*/
	font-size:14px;
}

/*------------------------------------------------------------access*/
#access h4 {
	background:url(../images/kmd_access.gif) no-repeat 0 0;
}

#access #access-text {
	float:left;
	width:300px;
}

#access #access-map {
	float:right;
	width:360px;
}

#access #access-map iframe {
	border:4px solid #fff;
}

*html #access #access-map iframe {
	border:none;
}


/*------------------------------------------------------------menu*/
#menu h4 {
	background:url(../images/kmd_menu.gif) no-repeat 0 0;
}

/*h4の指定は、他のページで使用するのでbase.cssに記載*/

#menu .photo {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
#menu .photo img {
	border:4px solid #fff;
}
.price {
	text-align:right;
	background:url(../../common/images/bg_dot.gif) repeat-x 0 100%;
	padding-bottom:10px;
	margin-bottom:10px;
}

/*------------------------------------------------------------party*/
#party h4 {
	background:url(../images/kmd_party_plan.gif) no-repeat 0 0;
}

#party-photo {
	width:210px;
	float:left;
}

#party-photo img {
	border:4px solid #fff;
}

#party-text {
	float:right;
	width:470px;
}
#party-text p {
	margin-bottom:1em;
}