@charset "utf-8";
.pc-image-flex{
	display: -ms-flexbox;
	display: flex;
}
.image-content .h-01{
	width: 25%;
	min-height: 27.5vw;
}
.image-content .h-02{
	width: 40%;
}
.image-content .h-03{
	width: 35%;
}
.image-content .iamge-01,
.image-content .iamge-02,
.image-content .iamge-03,
.image-content .iamge-04,
.image-content .iamge-05,
.image-content .iamge-06{
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	transition: -webkit-transform 700ms;
	transition: transform 700ms;
	transition: transform 700ms, -webkit-transform 700ms;
	background-repeat: no-repeat;
	border: 1px solid #fff;
}

.image-content .iamge-01{
	width: 100%;
	background-color: #000;
	min-height: 10vw;
	background-image: url(../../image/pc/shop/shop_main_01.jpg);
}
.image-content .iamge-02{
	width: 100%;
	background-color: #0f0;
	min-height: 17.5vw;
	background-image: url(../../image/pc/shop/shop_main_02.jpg);
}
.image-content .iamge-03{
	width: 100%;
	min-height: 17.5vw;
	background-color: #0ff;
	background-image: url(../../image/pc/shop/shop_main_03.jpg);
}
.image-content .iamge-04{
	width: 50%;
	background-color: #f00;
	min-height: 10vw;
	background-image: url(../../image/pc/shop/shop_main_04.jpg);
}
.image-content .iamge-05{
	width: 50%;
	background-color: #f0f;
	min-height: 10vw;
	background-image: url(../../image/pc/shop/shop_main_05.jpg);
}
.image-content .iamge-06{
	width: 100%;
	background-color: #f0f;
	min-height: 27.5vw;
	background-image: url(../../image/pc/shop/shop_main_06.jpg);
}
.map-box{

}
.map-box iframe{
	width: 100%;
}