/* ========================================
   SITE FOOTER (shared across all pages)
   ======================================== */
.site-footer {
  background: #011640;
  color: rgba(255,255,255,0.75);
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.site-footer__inner {
  max-width: 100%;
  margin: 0;
  padding: 60px 60px 40px;
}
.site-footer__brand {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.site-footer__logo img {
  height: 36px;
  width: auto;
}
.site-footer__tagline {
  margin-top: 12px;
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.05em;
}
.site-footer__columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.2fr;
  gap: 40px;
}
.site-footer__col-title {
  font-family: 'Kiwi Maru', serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #00B9FF;
  display: inline-block;
}
.site-footer__nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer__nav li {
  margin-bottom: 8px;
}
.site-footer__nav a {
  color: rgba(255,255,255,0.65);
  font-size: 13.5px;
  text-decoration: none;
  transition: color 0.2s ease;
  display: inline-block;
  padding: 2px 0;
}
.site-footer__nav a::before {
  content: '›';
  margin-right: 6px;
  color: #00B9FF;
}
.site-footer__nav a:hover {
  color: #fff;
}
.site-footer__nav--2col {
  columns: 2;
  column-gap: 20px;
}
.site-footer__address {
  font-size: 13px;
  line-height: 1.8;
  color: rgba(255,255,255,0.6);
  margin-bottom: 10px;
}
.site-footer__contact-line {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.site-footer__contact-line i {
  color: #00B9FF;
  margin-right: 6px;
  width: 14px;
  text-align: center;
}
.site-footer__bottom {
  background: #FFB61E;
  text-align: center;
  padding: 16px 20px;
  font-size: 12px;
  color: #1a1a1a;
  font-weight: 500;
  letter-spacing: 0.05em;
}

/* トグルボタン 赤くなる問題の修正 */
.elementor-menu-toggle,
.elementor-menu-toggle:hover,
.elementor-menu-toggle:active,
.elementor-menu-toggle:focus,
.elementor-menu-toggle.elementor-active {
  background-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent !important;
}
.toggle-button,
.toggle-button:hover,
.toggle-button:active,
.toggle-button:focus,
.toggle-button.is-active {
  background-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

/* Responsive */
@media (max-width: 768px) {
  .site-footer__inner {
    padding: 40px 20px 30px;
  }
  .site-footer__columns {
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
  }
  .site-footer__logo img {
    height: 28px;
  }
}
