#page_title{
	margin:0 auto 160px;
	background:url('../images/shop/pagetitle.webp') no-repeat top center;
}
#section1{
	text-align:center;
}
main section{
	margin:0 auto 160px;
	padding:0 3%;
}
main section article{
	max-width:1760px !important;
	margin:0 auto;
}
.shop_info1{
	display:flex;
	justify-content:space-between;
	margin:0 auto 60px;
	align-items:center;
}
.shop_info1 figure{
	width:47.727%;
	flex:none;
	position:relative;
}
.shop_info1 figure img{
	display:block;
	position:relative;
	z-index:1;
	border-radius:10px;
	width:100%;
	height:100%;
	object-fit:cover;
}
.shop_info1 figcaption{
	position:absolute;
	color:#fff;
	font-size:36px;
	top:3.6dvw;
	right:3.6dvw;
	z-index:2;	
    font-family: "kozuka-mincho-pr6n", serif;
    font-weight: 400;
    font-style: normal;
}
.shop_info1 .comment{
	width:49.431%;
	padding:0 3.6dvw;
	flex:none;
	box-sizing:border-box;
}
.shop_info2{
	display:flex;
	justify-content:space-between;
}

.shop_info2 .shop_map{
	width:47.727%;
	flex:none;
	order:1;
}
.shop_info2 .shop_map iframe{
	width:100%;
	height:100%;
	display:block;
}
.shop_info2 .comment{
	width:49.431%;
	padding:3.6dvw;
	background:#f2f2f2;
	border-radius:10px;
	box-sizing:border-box;
	flex:none;
	order:2;
}
.shop_info2 .comment table{
	border:0 !important;
}
.shop_info2 .comment th,
.shop_info2 .comment td{
	border:0;
}
.shop_info2 .comment .insta{
	padding:20px 0 0;
	text-align:center;
}
.shop_info2 .comment .insta a{
	line-height:40px;
}
.shop_info2 .comment .insta a img{
	vertical-align:middle;
	margin-right:5px;
}