@charset "UTF-8";
/* --------------------------------------
header
---------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8888;
  /* ハンバーガーメニュークリック後のスタイル */
}
header .bg-blue {
  min-height: 50px;
  padding: 7px 44px 7px 0;
}
header .bg-blue .detail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: normal;
  min-height: 30px;
}
header .bg-white .conv-area.sp-hyde {
  display: none !important;
}
header .bg-white .flexbox {
  display: block;
  text-align: center;
}
header .bg-white .logo-area {
  text-align: center;
}
header .bg-white .logo-area .logo img {
  max-width: 180px;
}
header .bg-white .logo-area .flexbox {
  display: flex !important;
}
header .bg-white .logo-area .flexbox .item {
  line-height: 1;
  text-align: center;
  width: 24.5%;
  padding: 3px 0;
  font-size: 11px;
  min-height: auto;
}
header .conv-area {
  padding: 20px 20px 0 20px;
}
header .conv-area .btn-wrap {
  max-width: 100%;
  width: 100%;
}
header .conv-area .btn-wrap.mitsumori {
  margin-right: 0px;
}
header .conv-area .tel {
  position: relative;
  border-radius: 4px;
  padding-left: 50px;
  border: #f36907 solid 1px;
  color: #f88104;
  text-shadow: none;
  letter-spacing: 0;
  padding: 10px 15px;
  margin-bottom: 10px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  text-align: center;
}
header .conv-area .tel a .font-orange {
  text-align: center;
  margin-right: 0px;
  letter-spacing: 0px;
  font-size: 42px;
  font-family: Bahnschrift, sans-serif;
  font-weight: bold;
}
header .conv-area .tel a:hover {
  opacity: 0.8;
}
header .conv-area .tel a span {
  font-size: 14px;
  color: #555;
}
header .conv-area .tel::before {
  display: none;
}
header .gNav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateY(-100%);
  background-color: #fff;
  transition: ease 0.4s;
  z-index: 8888;
}
header .gNav .wrapper {
  padding: 0;
}
header .bg-grad-black {
  background: #fff !important;
}
header .bg-grad-black .main-nav .flexbox {
  display: flex !important;
  border: none !important;
  flex-wrap: wrap;
}
header .bg-grad-black .main-nav .flexbox li {
  width: calc((100% - 1px) / 2);
  margin-bottom: 2px;
}
header .bg-grad-black .main-nav .flexbox li a {
  font-size: 16px;
  padding: 10px;
  background: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
header .hamburger {
  background: #111;
  border: none;
  z-index: 9999;
  width: 50px;
  height: 50px;
  top: 0px;
  position: fixed;
  right: 0px;
}
header .hamburger span {
  width: 30px;
  height: 2px;
  left: 10px;
  background-color: #fff;
  position: relative;
  transition: ease 0.4s;
  display: block;
}
header .hamburger span:nth-child(1) {
  top: 0;
}
header .hamburger span:nth-child(2) {
  margin: 8px 0;
}
header .hamburger span:nth-child(3) {
  top: 0;
}
header .gNav.active {
  transform: translateY(0px);
  position: fixed;
  overflow: auto;
  height: 100vh;
  top: 154px;
  left: 0;
  padding-bottom: 180px;
}
header .hamburger.active span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}
header .hamburger.active span:nth-child(2) {
  opacity: 0;
}
header .hamburger.active span:nth-child(3) {
  top: -10px;
  transform: rotate(-45deg);
}

/*===================================
common Navigation
===================================*//*# sourceMappingURL=sp-header.css.map */