@charset "UTF-8";




@media only screen and (max-width: 480px) {




.lead{
	font-size:21px;
	font-weight: 500;;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.8;
	margin-bottom: 45px;
}


.store-head{
	display: block;
	justify-content: space-between;
}


.store-head-left{
	width: 48%;
}

.store-head-right{
	width: 48%;
}


.store-photo-wrapper{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.store-photo{
	width: 90%;
	margin-bottom: 9px;
}


.store-photo img{
	width: 100%;
}


.store-info{
	width: 100%;
	margin: 45px 0 45px 0;
	display: block;
	justify-content: space-between;
}

.store-info-left,.store-info-right{
	width: 100%;
}

.shop-map{
	width: 100%;
	margin: 0px 0 0px 0;
}




}/*//end  max-width: 480px ///////////////////////*/











@media only screen and (min-width: 481px) {


.lead{
	font-size:21px;
	font-weight: 500;;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.8;
	margin-bottom: 45px;
}


.store-head{
	display: flex;
	justify-content: space-between;
}


.store-head-left{
	width: 48%;
}

.store-head-right{
	width: 48%;
}


.store-photo-wrapper{
	display: flex;
	justify-content: space-between;
}

.store-photo{
	width: 100%;
	margin-bottom: 15px;
}


.store-photo img{
	width: 100%;
}


.store-info{
	width: 100%;
	margin: 45px 0 45px 0;
	display: flex;
	justify-content: space-between;
}

.store-info-left,.store-info-right{
	width: 48%;
}

.shop-map{
	width: 100%;
	margin: 0px 0 0px 0;
}



}/*//end  min-width: 481px ///////////////////////*/







