/******************** common */
#page-wrapper{
    width: 760px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
	font-size:15px;
	line-height: 20px;
	color: #47372c;
}

#page-wrapper img{
	max-width: 100%;
	width: 100%;
}

a:hover{
	opacity: 0.8;
}


/******************** top */

#page-wrapper .header {
	width:100%;
	margin: auto;
	position: relative;
	z-index:10;
}

#page-wrapper .main{
	background-image: url(./images/back-img.jpg);
	background-size: cover;
	padding-bottom: 3em;
}

#page-wrapper .header-comment{
	width: 90%;
	margin: auto;
	padding: 1.5em 0;
}


/********************* お店情報 */


#page-wrapper .shop{
	margin: 2em auto;
	width: 95%;
	position: relative;
}

#page-wrapper .shop .shop-link{
	position: absolute;
	bottom: 6%;
	width: 55%;
	right: 0;
	left: 0;
	margin: auto;
}


