/* 東京タクシー 全ページ共通ヘッダー */
.site-global-header {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #d8e2e8;
}

.site-global-header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1160px, calc(100% - 38px));
  min-height: 82px;
  margin: 0 auto;
  padding: 10px 0;
}

.site-global-logo,
.site-global-logo img {
  display: block;
}

.site-global-logo {
  flex: 0 1 auto;
  line-height: 0;
}

.site-global-logo img {
  width: 177px;
  max-width: 100%;
  height: auto;
}

.site-header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: auto;
}

.site-header-phone {
  text-align: center;
  line-height: 1.25;
}

.site-header-label {
  display: block;
  margin-bottom: 2px;
  color: #25324a;
  font-size: 13px;
  font-weight: 800;
}

.site-header-tel {
  display: block;
  color: #b91c2b;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
  white-space: nowrap;
}

.site-header-tel:hover {
  color: #8e1420;
  text-decoration: none;
}

.site-header-hours {
  display: block;
  margin-top: 3px;
  color: #5a6578;
  font-size: 10px;
  white-space: nowrap;
}

.site-header-web {
  display: block;
  min-width: 174px;
  padding: 10px 16px 9px;
  border-radius: 8px;
  background: #17345f;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 5px 14px rgba(11, 24, 48, .15);
}

.site-header-web:hover {
  background: #102342;
  color: #fff;
}

.site-header-web-title,
.site-header-web-note {
  display: block;
}

.site-header-web-title {
  font-size: 15px;
  font-weight: 900;
}

.site-header-web-note {
  margin-top: 3px;
  font-size: 10px;
}

.mobile-cta {
  gap: 8px;
}

@media (max-width: 740px) {
  .site-global-header .header-inner {
    flex-wrap: wrap;
    gap: 8px;
    width: min(100% - 26px, 1160px);
    padding: 9px 0 11px;
  }

  .site-global-logo {
    width: 100%;
    text-align: center;
  }

  .site-global-logo img {
    width: 155px;
    margin: 0 auto;
  }

  .site-header-actions {
    width: 100%;
    gap: 8px;
    margin-left: 0;
  }

  .site-header-phone,
  .site-header-web {
    flex: 1 1 50%;
    min-width: 0;
  }

  .site-header-label {
    font-size: 10px;
  }

  .site-header-tel {
    font-size: 17px;
  }

  .site-header-hours {
    font-size: 8px;
  }

  .site-header-web {
    padding: 8px 5px 7px;
  }

  .site-header-web-title {
    font-size: 13px;
  }

  .site-header-web-note {
    font-size: 9px;
  }
}
