@charset "utf-8";

/* 店舗
====================================================*/
section#store{
	text-align:center;
}
section#store h2{
	width:100%;
	max-width:700px;
	margin:20px auto 60px auto;
}
section#store h3{
	width:120px;
	height:auto;
	margin:20px auto 10px auto;
}
section#store h2 img,
section#store h3 img{
	width:100%;
	height:auto;
	display:block;
}
section p{
	line-height:1.6;
}
section p#fulyuYoshiyuki{
	margin:0 auto 30px auto;
	color:#000;
	display:inline-block;
}
section p#fulyuURL a{
	width:120px;
	padding:10px;
	margin:30px auto 0 auto;
	color:#fff;
	background:#000;
	display:block;
}
/* main：900px
====================================================*/
@media only screen and (max-width: 900px) {
	section#store h2{
		margin:0 auto 30px auto;
	}
}
