@charset "UTF-8";




#wrap {
	background: url(../img/bg_shop.jpg) 0 0 no-repeat;
	background-size: 100% auto;
	}
@media screen and (max-width:767px){
#wrap {
	background: url(../img/bg_shop.jpg) 0 0 no-repeat;
	background-size: 200% auto;
	}
}




h1 {
	display: block;
	padding: 100px 0;
	color: #fff;
	font-size: 32px;
	font-weight: 300;
	line-height: 1em;
	text-align: center;
	text-shadow: 0 1px 3px rgba(0,0,0,.5);
	}

#shoplist {
	display: block;
	width: 740px;
	margin: 0 auto 200px auto;
	}
@media screen and (max-width:767px){
#shoplist {
	width: 100%;
	padding: 0 20px;
	}
}

#shoplist h2 {
	display: block;
	margin: 0 0 100px .5em;
	font-size: 24px;
	letter-spacing: .5em;
	line-height: 1em;
	text-align: center;
	}

@media screen and (max-width:767px){
#shoplist h2:nth-of-type(1) {
	color: #fff;
	text-shadow: 0 1px 3px rgba(0,0,0,.5);
	}
}

#shoplist h2:nth-of-type(2) {
	padding: 100px 0 0 0;
	border-top: 1px solid #ccc;
	}

#shoplist h3 {
	display: block;
	margin: 0 0 20px 0;
	font-size: 20px;
	line-height: 1em;
	text-align: center;
	}
@media screen and (max-width:767px){
#shoplist h3 {
	line-height: 1.5em;
	}
}

#shoplist p {
	display: block;
	margin: 0 0 10px 0;
	font-size: 14px;
	line-height: 1em;
	text-align: center;
	}
@media screen and (max-width:767px){
#shoplist p {
	font-size: 16px;
	line-height: 1.5em;
	}
}

#shoplist p.time {
	margin: 0 0 30px 0;
	font-size: 12px;
	}

#shoplist iframe {
	width: 100%;
	margin: 0 0 100px 0;
	}

#shoplist iframe:nth-of-type(1) {
	margin: 0 0 200px 0;
	}

#shoplist br {
	display: none;
	}
@media screen and (max-width:767px){
#shoplist br {
	display: block;
	}
}