@charset "utf-8";
/* 交通資訊 */
.photo_img {
  max-width: 100%;
}
.shadow {
  box-shadow: 5px 6px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 6px 0px rgba(0, 0, 0, 0.1);
}
.google_map {
  margin-top: 2%;
}
.text-contact {
  font-size: 1.6rem;
  line-height: 32px;
  color: #555555;
  margin: 2% 4% 5% 4%;
}
.icon-location {
  width: 25px;
  height: 25px;
  display: block;
  background-image: url("../img/about/icon-location.svg");
  background-position: 0px top;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  float: left;
  margin-right: 2%;
  margin-top: 1%;
}
.icon-tel {
  width: 25px;
  height: 25px;
  display: block;
  background-image: url("../img/about/icon-tel.svg");
  background-position: 0px top;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  float: left;
  margin-right: 2%;
  margin-top: 1%;
}
.img-responsive {
  display: block;
  height: auto !important;
  max-width: 100%;
}
.h3-title {
  font-size: 2.5rem;
  color: #337ab7;
  line-height: 40px;
  margin: 2% 4%;
}
/* @media screen and (max-device-width: 920px) { } */
/* Small devices (Mobile, <768px) */
@media (max-width: 767px) {
  .h3-title {
    text-align: center;
  }
  .icon-location, .icon-tel {
    margin: 1% 2% 0 15%;
  }
  .photo_img {
    max-width: 80%;
    margin: 0 45px;
  }
}