@charset "UTF-8";
.company {
  text-align: center;
}

.company h4 {
  display: inline-block;
}

@media (max-width: 480px) {
  .company h4 {
    display: block;
    margin-bottom: 5px;
  }
}

.address {
  display: inline-block;
  font-size: 16px;
}

.address:before {
  content: '／';
}

@media (max-width: 480px) {
  .address {
    display: block;
    margin-bottom: 10px;
  }
  .address:before {
    content: '';
    display: none;
  }
}

.map-wrapper {
  border: 5px solid #d2d2d2;
}

.map-wrapper:first-of-type {
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  .map-wrapper:first-of-type {
    margin-bottom: 30px;
  }
}

iframe {
  vertical-align: bottom;
  width: 100%;
  height: 400px;
}

@media (max-width: 480px) {
  iframe {
    height: 300px;
  }
}
