@charset "utf-8";
*{
	font-size:14px;
}
body{
	font-family:"メイリオ","Hiragino Kaku Gothic Pro",sans-serif;
	color:#544c44;
	line-height:1.2;
	margin: 0;
	padding: 0;
	background:#f0f0f0;
}

a:link,a:visited,a:active {
	color:#544c44;
	text-decoration: none
}
a:hover {
	color:#ff6600;
	text-decoration: underline;
}

img{
	border: 0;
}

p{
	padding: 0;
	margin: 0;
}

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

h1{
	margin:0;
}

h2, h3{
	margin:5px 0;
}
.font14{
	font-size:14px;
}
.font16{
	font-size:16px;
}
.bold{
	font-weight:bold;
}

#wrapper {
background: #fff;
border:1px solid #aaa;
	max-width: 800px;
margin:0 auto;
padding:0;
}

#container {
margin:0;
padding:20px 0 0 0;
}

#header {
	width: 800px;
	height: 90px;
	padding:0;
	margin: 0;
	background: #fff;
}

#footer{
	clear:both;
	margin:50px 0 0 0;
	padding:5px 0;
	text-align:center;
	border-top:6px solid #333;
}

/* for top layout ------------------------------------------------------------*/
div.contents{
	max-width: 800px;
	margin:0;
	padding:0;
	overflow:hidden;
}

/* for news -------------------------------------------------------------------*/

.contents.news .contents_title p{
	font-size: 1rem;
	margin: 0.5em 0.3em;
	}

p.rss_record{
	border-bottom:1px dotted #aaa;
	padding:5px;
	margin:5px 0;
}
div.rss_image {
	float:left;
	border:		1px solid #ccc;

	min-width:	150px;
	width:		150px;
	height:		150px;
	_width:		150px;
	_height:	150px;

	text-align:	center;
	display:	block;
}
div.rss_image span.rss_image_dummy {
	height:		150px;
	width:		0px;
	vertical-align:	middle;
	display:	inline-block;
}
div.rss_image img {
	max-width:	150px;
	max-height:	150px;
	vertical-align:	middle;
	border:none;

	/* IE6 hack */
	_margin-top:	-1px;
	/* IE6 ､ﾇ･｢･ｹ･ﾚ･ｯ･ﾈﾈ賁ﾝﾂｸｽﾌｾｮ､ﾎ､ｿ､皃ﾎhack */
	_width:		expression(this.height>150 && this.width*3<this.height*4 ? Math.floor(this.width*150/this.height) : (this.width > 150 ? 150: true ));
	_height:	expression(this.height>150 ? 150: true );
}
*:first-child+html div.rss_image img { /* IE7 hack */
	margin-top:	-1px;
}

/* for map -------------------------------------------------------------------*/
#map {
	width: 530px;
	height: 500px;
	border:1px solid #aaa;
	margin:0 0 0 50px;
}
#map_side {
	padding:10px;
	background:#fff;
	overflow: scroll;
}
.map_unit{

}
.map_unit_pre{
	font-size:12px;
	font-weight:bold;
}
.map_unit_name{
	font-weight:bold;
}
.map_unit_copy{
	margin:5px 0;
}
.sidebar_kana_label{
	background: #e8833d;
	padding: 0.2em;
}
.sidebar_kana_label a{
	color: #fff;
	}
.sidebar_kana_block{
	list-style-type:disc;
}
.sidebar_unit{
	cursor: pointer;
	margin: 0.5em 0;
	border-bottom: 1px dotted #aaa;
	padding-bottom: 0.3em;
}

/* for shoplist --------------------------------------------------------------*/
.list_title{
	font-weight:bold;
}
.list_block{
}
.list_cate_label{
	padding:3px;
	margin:5px 0;
	font-weight:bold;
	border-bottom:3px solid #FF9933;
	background:#FFFFCA;
	font-size:16px;
}
.list_cate_unit{
	width:160px;
	margin:5px 5px;
	float:left;
	/*
	line-height:160%;
	*/
}
.cate_1{
	background:#ffcb32;
}
.cate_3{
	background:#f4e53d;
}
.cate_5{
	background:#ffa500;
}
.cate_7{
	background:#f0e68c;
}
.cate_9{
	background:#dcdcdc;
}
.cate_b{
	background:#ffd865;
}
.cate_f{
	background:#ff9865;
}

/* icon ---------------------------------------------------------------------*/

.contents.news .contents_title p:last-child:before{
	content: "★";
	margin-right: 0.2em;
	}


@media (min-width: 806px) {
	
.pc_none{
	display: none;
	}

/* for top layout ------------------------------------------------------------*/

div.contents_title{
	width: 185px;
	float: left;
}
div.contents_main{
	width: 535px;
	margin: 0 30px 0 50px;
	float: left;
}

/* for news -------------------------------------------------------------------*/
div.rss{
	width:370px;
	margin:0 10px 0 0;
	float:left;
}

/* for map -------------------------------------------------------------------*/
#map{
	float: left;
	}
#map_side {
    width: 160px;
	height: 500px;
	float: left;
	clear: left;
}

/* for shoplist --------------------------------------------------------------*/
.contents.shoplist .contents_main{
	margin-left: 230px;
	}

}

@media only screen and (max-width: 805px) {

.sp_none,
div.rss_image{
	display: none;
	}

#header {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#header img{
	max-width: 100%;
	height: auto;;
	}

/* for top layout ------------------------------------------------------------*/
.contents_main,
.contents_title,
.contents.map{
	margin: 0 1em 1em;
}
.contents.map .contents_title,
.contents.map .contents_main{
	margin: 0 0 1em 0;
	}

.contents_title h2,
.contents_title h3,
.contents_main h2,
.contents.shoplist .contents_main .font14{
	border-bottom: 3px solid #e8833d;
	font-size: 1.3rem;
	}

/* for map -------------------------------------------------------------------*/
#map_side {
	height: 150px;
	border: 1px solid #aaa;
	margin-bottom: 1.5em;
	border-radius: 10px;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
}
#map {
	width: 100%;
	min-width: 300px;
	max-width: 550px;
	height: 300px;
	border: none;
	margin: 0.5em auto;
}

/* for shoplist --------------------------------------------------------------*/
.contents.shoplist .contents_main .font14{
	margin-left: -1.1rem;
	margin-bottom: 1em;
	}
.contents.shoplist .contents_main{
	overflow: hidden;
	}
.list_cate_unit{
	width: 100%;
	margin: 0.6em auto;
	}
	
/* icon ------------------------------------------------------------*/
.sidebar_unit:before,
.rss_record a:before,
.list_cate_unit:before {
    content: "★";
	margin-right: 0.2em;
}

}