@charset "utf-8";





/*----------------------------------------*----------------------------------------
access
----------------------------------------*----------------------------------------*/

@media all and (max-width: 767px) {
#map_canvas { height: 300px; }
}
@media all and (min-width: 768px) {
#map_canvas { height: 500px; }
}

/*----------------------------------------*----------------------------------------
greeting
----------------------------------------*----------------------------------------*/



@media all and (max-width: 767px) {
	
#greeting img{
	margin-top:-10px;
	margin-bottom:20px;
}
}
@media all and (min-width: 768px) {
	
#greeting img{
	margin-top:-20px;
	margin-bottom:40px;
}
}

#greeting p{
	text-align:center;
	line-height:3.0rem;

}

#shopphoto{
	margin-top:60px;
	background:url(../common/img/hr_dot.gif) top center no-repeat;
	padding-top:80px;
}
#shopphoto img{
	border-radius:10px;
}