.journal-cont{
	
}
.shop-info{
	display:flex;
	align-items:center;
	gap:8%;
	margin:0 auto 110px;
}
.shop-info .img{
	width:100%;
}
.shop-info .text{
	width:100%;
	padding-right: 5%;
}

.shop-info h2{
	display:flex;
	align-items:center;
	font-size:var(--fz26);
	font-weight:500;
	color:var(--blue);
    border-bottom: dotted 2px var(--blue);
    padding-bottom: 10px;
	margin-bottom: 20px;
}
.shop-info h2::before{
	content:"";
	display:block;
	width:40px;
	aspect-ratio:2/1;
	background:url(../img/icon_sakana2.png) center center no-repeat;
	background-size:contain;
	margin-right:0.5em;
}


.table dl dt{
	width:100px;
	font-size:var(--fz16);
	color:var(--blue);
	font-weight:500;
}
.table dl dd{
	width:calc(100% - 100px);
	font-size:var(--fz16);
	color:var(--blue);
	font-weight:500;
}

.gmap iframe{
	width:100%;
	aspect-ratio:15/4.5;
}



@media screen and (min-width: 769px) {

}
@media screen and (max-width: 768px) {
	#main-column{
		padding:0 5%;
	}
	
	.shop-info{
		flex-wrap:wrap;
	}
	.shop-info .img {
	    margin-bottom: 30px;
	}
	.shop-info h2 {
    	font-size: var(--fz22);
    }
}