@charset "UTF-8";

.wrap-location .map {width: 100%; min-height: 570px;}
.wrap-location .desc {position: relative; display: inline-block; width: 100%;  padding: 21px 0 21px 30px; background: #edf1f4; }
.wrap-location .desc .address,
.wrap-location .desc .tel {float: left; padding:10px 0 10px 80px;}
.wrap-location .desc .tel {background: url('../images/ico-location2.png') no-repeat left center;}
.wrap-location .desc .address {margin-right: 45px; background: url('../images/ico-location1.png') no-repeat left center;}
.wrap-location .desc strong {display:block; font-family: 'Noto Medium'; font-size: 18px; color: #333333}
.wrap-location .desc p {font-family: 'Noto Light'; font-size: 16px; color: #333;}
.wrap-location .desc .btn-location {position: absolute; right: 30px; top: 30px; padding: 15px 125px 15px 20px; background: #006276 url('../images/arrow-location.png') no-repeat 85% center; font-family: 'Noto Regular'; font-size: 18px; color: #fff;}

@media all and (max-width: 950px) {
  .wrap-location .desc .address,
  .wrap-location .desc .tel {float: none; width: 100%}
}

@media all and (max-width: 750px) {
  .wrap-location .desc .btn-location {position: static; display: inline-block; margin-top: 10px;}
}