@charset "UTF-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
}

body,
table,
input, textarea, select, option {
	font-size: 1em;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

li {
	list-style: none;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #006699;
}

a:visited {
	color: #006699;
}

a:active {
	color: #006699;
}
a { -webkit-tap-highlight-color: transparent; }

.red {
	color: #dd0000;
	font-weight: bold;
}

body {
	width: 100%;
	position: absolute;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	line-height: 140%;
	background: #efe7df;
}

img {
	vertical-align: bottom;
}

p {
	font-size: 14px;
	color: #666666;
	margin-bottom: 10px;
}


.clear {
	clear: both;
}




/*------------------------------------------------------------
	
------------------------------------------------------------*/

#warp {
	width: 320px;
	margin: 0 auto;
}

.contents {

}

hr {
	border: 2px #a18c58 solid;
}

#shop_catch {
	width: 320px;
	height: 263px;
	position: relative;
	margin-top: -263px;
}

#diffusion li{
	float: left;
	margin-left: 10px;
}

#map {
	padding: 0 10px;
	width: 300px;
	height: 200px;
}

#google_map {
	width: 150px;
	height: 108px;
	position: relative;
	margin-top: -138px;
	margin-left: 121px;
}


#nav li{
	float: left;
	margin-top: 8px;
	margin-left: 8px;
}

#nav02 li{
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}


#footer{
	margin-top: 15px;
	width: 320px;
	height: 77px;
	background: url(../img/footer.png);
	background-size: 320px 87px;
	padding-top: 10px;
}
#footer ul{
	margin-left: 10px;
}
#footer li{
	float: left;
	width: 96px;
	list-style: url(../img/footer_li.png);
	font-size: 11px;
	color: #fff;
	margin-left: 15px;
}
#footer a{
	color: #fff;
	text-decoration: none;
}
/*------------------------------------------------------------
	アコーディオン
------------------------------------------------------------*/
dl.accordion {
	font-size:16px;
}
dl.accordion dt {
	width: 320px;
	height: 50px;
	background:url(../img/pickup_open.png) 2% center no-repeat,-moz-linear-gradient(top, #e0d6cd, #beafa2);
	background:url(../img/pickup_open.png) 2% center no-repeat,-webkit-gradient(linear, left top, left bottom, from(#e0d6cd), to(#beafa2));
	border-bottom:2px solid #684538;
	cursor:pointer;
}
dl.accordion dt.open {
	background:url(../img/pickup_close.png) 2% center no-repeat,-moz-linear-gradient(top, #e0d6cd, #beafa2);
	background:url(../img/pickup_close.png) 2% center no-repeat,-webkit-gradient(linear, left top, left bottom, from(#e0d6cd), to(#beafa2));
}
dl.accordion dd {
	background:#FFF; padding:10px; line-height:1.5; display:none;
	font-size: 14px;
}
dl.accordion img{
    float: left;
    margin: 0 10px 5px 0;
}



dl.accordion02 {
	font-size:16px;
}
dl.accordion02 dt {
	width: 320px;
	height: 50px;
	background:url(../img/pickup_open.png) 2% center no-repeat,-moz-linear-gradient(top, #fbcccc, #f16999);
	background:url(../img/pickup_open.png) 2% center no-repeat,-webkit-gradient(linear, left top, left bottom, from(#fbcccc), to(#f16999));
	border-bottom:2px solid #684538;
	cursor:pointer;
}
dl.accordion02 dt.open {
	background:url(../img/pickup_close.png) 2% center no-repeat,-moz-linear-gradient(top, #fbcccc, #f16999);
	background:url(../img/pickup_close.png) 2% center no-repeat,-webkit-gradient(linear, left top, left bottom, from(#fbcccc), to(#f16999));
}
dl.accordion02 dd {
	background:#fff8e7; padding:10px; line-height:1.5; display:none;
	font-size: 14px;
}
dl.accordion02 img{
    float: left;
    margin: 0 10px 5px 0;
}

dl.accordion02 p{
	font-size: 13px;
	line-height: 140%;
	color: #684538;
}