.information-wrap{padding:var(--gap-140) 0;}
.information-wrap > .inner-wrap{width:calc(100% - var(--layout-flax-margin)); max-width:var(--layout-width); margin:0 auto; display:flex; flex-wrap: wrap; justify-content: flex-start; align-items: stretch;}
.information-wrap .location-wrap > .tlt{font-size:var(--font-size-xxlarge); font-weight: 800; margin-bottom:var(--gap-40);}
.information-wrap .location-wrap > .info-wrap{margin-top:var(--gap-20);}
.information-wrap .location-wrap > .info-wrap > .tlt{font-size:var(--font-size-small); margin-bottom:5px; font-weight: 600;}
.information-wrap .location-wrap > .info-wrap > .stlt{font-size:var(--font-size-normal); color:var(--color-font);}
.information-wrap > .inner-wrap > .vertical{width:1px; background-color:var(--color-border); height:inherit; margin:0 var(--gap-100); border:none;}

.map-warp{width:100%; height: 650px; position:relative;}

.getintouch-wrap{padding:var(--gap-140) 0;}
.getintouch-wrap > .inner-wrap{width:calc(100% - var(--layout-flax-margin)); max-width:var(--layout-width); margin:0 auto;}
.getintouch-wrap .tlt{font-size:var(--font-size-xxlarge); margin-bottom:var(--gap-10); font-weight: 800; text-align: center;}
.getintouch-wrap .stlt{font-size:var(--font-size-medium); color:var(--color-font); text-align: center;}
.getintouch-wrap .askBtn{display:flex; justify-content: center;  background-color:#000; color:#fff; font-size:var(--font-size-small); border-radius: 10px; padding: var(--gap-20) var(--gap-40); width:100%; max-width:160px; margin:var(--gap-50) auto 0 auto; box-sizing: border-box;}

@media only screen and (max-width:760px){
	.information-wrap .location-wrap:first-child{margin-bottom:var(--gap-80);}
	.getintouch-wrap .askBtn{ max-width:120px;}
	.information-wrap > .inner-wrap > .vertical{display:none;}
}

@media only screen and (max-width:640px){
	.map-warp{height: 450px;}
}