/*
Theme Name: AXL 201604 Child
Theme URI: https://haisya-nagano.com/
Description: Child theme for layout fixes and analytics tag consolidation.
Author: Site Operations
Author URI: https://haisya-nagano.com/
Template: axl_201604
Version: 0.1.2
Text Domain: axl-201604-child
*/

/* Custom styles go below this line. Keep overrides minimal and well commented. */

.tel-link {
  display: inline-block;
}

.tel-link img {
  display: block;
  height: auto;
}

.movie,
.googlemap {
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 0 auto 48px;
  text-align: center;
  clear: both;
}

.movie iframe,
.googlemap iframe {
  width: 100%;
  height: 320px;
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .movie,
  .googlemap {
    margin: 0 auto 16px;
  }

  .movie iframe,
  .googlemap iframe {
    height: 270px;
  }
}
