/*
 Theme Name:   Swell Child
 Description:  Swell Child Theme
 Template:     swell
 Version:      1.0.0
*/
.l-header {
  background: white;
}

.l-header__bar {
  display: none;
}

.l-header__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  max-width: 100%;
}

.l-header__top {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-left: var(--swl-pad_container, 0);
  padding-right: var(--swl-pad_container, 0);
}

.l-header__top-left .c-headLogo {
  height: auto;
}

.l-header__top-left .c-headLogo__img {
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
}

.l-header__top-right img {
  width: 300px;
}

.l-header__bottom {
  width: 100%;
}

.l-header__bottom .c-gnav {
  display: flex;
  flex-wrap: wrap;
}

.l-header__bottom .c-gnav>.menu-item {
  background: #eed4b0;
  border-right: 1px solid;
  flex: 1;
}

.l-header__bottom .c-gnav>.menu-item>a {
  padding: 10px;
  color: #614139;
}

.l-header__bottom .c-gnav>.menu-item>a .ttl {
  font-size: 19px;
  line-height: 1.15;
}

.l-header__bottom .c-gnav>.menu-item>a .ttl span {
  font-size: 16px;
}

.l-header__bottom .c-gnav>.-current>a::after {
  transform: scaleX(0);
}

.l-header__bottom .c-gnav>li:hover>a::after {
  transform: scaleX(1);
}

.l-header__footer {
  display: block;
}

.l-header__footer>* {
  transition: all 0.45s;
  position: fixed;
  z-index: 9000;
  bottom: 5px;
}

.l-header__footer img {
  width: 180px;
  border-radius: 10px;
  display: flex;
}

.l-header__footer a {
  display: block;
  opacity: 0.7;
  transition: all 0.3s;
}

.l-header__footer a:hover {
  opacity: 1;
}

.l-header__footer a:active {
  opacity: 1;
}

.l-header__footer-left {
  left: 10px;
}

.l-header__footer-right {
  right: 10px;
}

.l-header__customBtn {
  display: none;
}

.l-header__menuBtn {
  display: none;
}

.p-fixBtnWrap {
  bottom: 6.25em;
}

#fix_header {
  display: none;
}

@media (max-width: 959px) {
  .l-header__logo {
    padding: 0;
  }

  .l-header__top {
    padding: 0 10px;
  }

  .l-header__top-left .c-headLogo__img {
    width: 90px;
  }

  .l-header__top-right img {
    width: 190px;
  }

  .l-header__bottom .l-header__gnav {
    display: block;
  }

  .l-header__bottom .c-gnav>.menu-item {
    flex: unset;
    width: 50%;
    border-bottom: 1px solid;
  }

  .l-header__bottom .c-gnav>.menu-item>a .ttl {
    font-size: 14px;
  }

  .l-header__bottom .c-gnav>.menu-item>a .ttl span {
    display: none;
  }

  .l-header__bottom .c-gnav>.menu-item:nth-child(1) {
    width: 55%;
  }

  .l-header__bottom .c-gnav>.menu-item:nth-child(2) {
    width: 45%;
  }

  .l-header__bottom .c-gnav>.menu-item:nth-child(3) {
    width: 40%;
  }

  .l-header__bottom .c-gnav>.menu-item:nth-child(4) {
    width: 60%;
  }

  .l-header__footer img {
    width: 130px;
  }
}