@charset "utf-8";
/* CSS Document */

.shop_top{
	margin-bottom: 50px;
}

.shop_top li{
	width:25%;
	float: left;
}

.shop_top li img{
	width:100%;
}

.shop_box{
	margin-bottom: 50px;
}

.shop_img{
	width:43.3%;
	float: left;
}

.shop_img .big_img{
	margin-bottom: 20px;
}

.shop_img .big_img,
.shop_img .big_img img{
	width:100%;
}

.shop_img .small_img li{
	float: left;
	width:30.7%;
}

.shop_img .small_img li img{
	width:100%;
}

.shop_img .small_img li:not(:last-of-type){
	margin-right: 3.95%;
}

.exp_table{
	width: 53.3%;
	margin-left: 3.4%;	float: left;
}

.exp_table table {
	width:100%;
}

.exp_table table tr{
	border-bottom: 1px solid #e6e6e6;
}
.exp_table table th,
.exp_table table td{
	font-size: 1.5rem;
	padding:12px 0;
}

.exp_table table th{
	text-align:left;
	width:26.5%;
}

.gmap{
	width:100%;
	height: 360px;
}

.gmap iframe{
	width: 100%;
	height: 100%;
}

.shop_img .small_img li:hover{
	cursor:pointer;
}
	
@media screen and (max-width: 600px) {
	
	.shop_img{
		width:100%;
		float:none;
		margin-bottom: 30px;
	}
	
	.exp_table {
    width: 100%;
    margin-left: 0;
    float: none;
	}
	.shop_top{
		margin-bottom: 30px;
	}

}

















