@charset "utf-8";
.image-content{}
.pc-image-flex{
/*	display: -ms-flexbox;
	display: flex;*/
}
.iamge-01,
.iamge-02,
.iamge-03,
.iamge-04,
.iamge-05,
.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;
}
.detail-content .image-left-box{

}
.detail-content .image-left-box .h-01{
	display: -ms-flexbox;
	display: flex;
}
.detail-content .image-left-box .iamge-01{
	width: 50%;
	min-height: 10vw;
	background-image: url(../../image/pc/shop/shop_main_01.jpg);
}
.detail-content .image-left-box .iamge-02{
	width: 50%;
	min-height: 27.5vw;
	background-image: url(../../image/pc/shop/shop_main_02.jpg);	
}
.detail-content .image-left-box .h-02{
	display: -ms-flexbox;
	display: flex;
}
.detail-content .image-left-box .iamge-03{
	width: 30%;
	min-height: 27.5vw;
	background-image: url(../../image/pc/shop/shop_main_03.jpg);	
}
.detail-content .image-left-box .h-02 .pc-image-flex{
	display: -ms-flexbox;
	display: flex;
	width: 70%;
}
.detail-content .image-left-box .iamge-04{
	width: 50%;
	min-height: 27.5vw;
	background-image: url(../../image/pc/shop/shop_main_04.jpg);	
}
.detail-content .image-left-box .iamge-05{
	width: 50%;
	min-height: 27.5vw;
	background-image: url(../../image/pc/shop/shop_main_05.jpg);	
}
.detail-content .image-left-box .iamge-06{
	width: 100%;
	min-height: 27.5vw;
	background-image: url(../../image/pc/shop/shop_main_06.jpg);	
}
.box-content-02 .image-box{
	margin-bottom: 7.03125vw;
}
.box-type-01 .map-box,
.box-type-02 .map-box{
	min-height: 62.5vw;
}
.box-type-01 .map-box iframe,
.box-type-02 .map-box iframe{
	width: 100%;
	min-height: 62.5vw;
}