/*
Theme Name: AXL 201604 Ops
Theme URI: https://haisya-nagano.com/
Description: Operational child theme snapshot (latest prod import).
Author: Site Operations
Author URI: https://haisya-nagano.com/
Template: axl_201604
Version: 0.2.0
Text Domain: axl-201604-ops
*/

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

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

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

.gHeader {
  background: #fff;
  width: 100%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  max-width: 100%;
}

.gHeader.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

body.admin-bar .gHeader.is-fixed {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .gHeader.is-fixed {
    top: 46px;
  }
}

.gHeader-placeholder {
  display: none;
  width: 100%;
}

body.has-fixed-header .gHeader-placeholder {
  display: block;
}

.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;
  }
}

@media (max-width: 600px) {
  .gHeader {
    padding: 6px 10px;
  }

  .gHeader .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }

  .gHeader .siteTitle img,
  .burheader .logo img {
    max-height: 42px;
    width: auto;
    margin: 0 !important;
  }

  .headerTel {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    font-size: 0.9rem;
    line-height: 1.3;
  }

  .headerTel .m-address {
    display: none;
  }

  .headerTel .tel img {
    max-width: 180px;
    height: auto;
  }

  .license {
    display: none;
  }

  .burheader {
    margin-left: auto;
  }

  .menu-icon {
    transform: scale(0.9);
  }
}

.tc06::after {
  background: url('https://haisya-nagano.com/wp-content/uploads/2025/12/itiaka_main.png') 0 0 no-repeat !important;
  background-size: contain !important;
}
