#areaMap {
	line-height: 0;
	border: solid 1px #e5e5e5;
	border-left: none;
	border-right: none;
}
	#areaMap > iframe {
		width: 100%;
		height: 56vh;
		min-height: 320px;
	}

#locateInfo {
	
}
	#locateInfo address {
		line-height: 1.6em;
		margin-bottom: 0.6em;
	}
		#locateInfo address .zipcode {
			color: #888;
			display: block;
			margin-bottom: 0.2em;
		}

[data-field="address"] nav {
	margin: 2.0em 0;
}
figure figcaption {
	line-height: 1.6em;
	margin-top: 1em;
}

#rootTable td,
#rootTable th {
	white-space: nowrap;
}


.conList .con:last-of-type{
	margin-bottom: var(--u-con-bottom);
}

@media (max-width: 640px){
	.psec h3 {
		padding-right: var(--share-smp-padding);
	}
	.wrap-dl dl dt {
		min-width: 7em;
	}
	.scroll-wrapper {
		width: 78vw;	
	}
	.con .figures {
		display: block;
	}
	.con .figures figure {
		width: 100%;
		margin: 3em 0;
	}
}

/**/
@media only screen and (min-width:1000px) {
    #pageMain .psec:first-of-type .lo-right {
        padding-right: var(--u-gc);
    }
}