@charset "utf-8";







/* =========================PC=========================================== */
@media screen and (min-width: 768px) {


.sc01 {
	width: 100%;
}


.topKeyimages {
	width: 100%;
	/*height: 600px;*/
	text-align:center;
}


.sc02 {
	width: 1100px;
	margin:0px auto 0px auto;
}


.shop_info_box {
	padding: 30px 0px 0px 0px;
}

.shop_name {
	font-size: 23px;
	line-height: 50px;
	font-weight: 900;
}

.shop_info {
	display: flex;
}

.shop_image {
	width: 650px;
	
}

.shop_contact {
 text-align:center;
	width: 450px;
}

.shop_contact a{
margin-bottom:20px;
	display: block;
}


.shop_contact {
	text-align: center;
}


.shop_info2 {
padding:30px;
}


}




 


/* =========================スマホ=========================================== */
@media screen and (max-width: 767px) {

.sc01 {
	width: 100%;
}


.topKeyimages {
	width: 100%;
	text-align:center;
}


.sc02 {
	width: 100%;
	margin:0px auto 0px auto;
}


.shop_info_box {
	padding: 30px 0px 0px 0px;
}

.shop_name {
	font-size: 23px;
	line-height: 50px;
	font-weight: 900;
}

.shop_info {
}


.shop_info2 li {
margin-bottom:5px;
}
.shop_image {
margin-bottom:20px;
}

.shop_contact {
 text-align:center;
}

.shop_contact a{
margin-bottom:20px;
	display: block;
}


.shop_contact {
	text-align: center;
}


.shop_info2 {
padding:30px;
}





}