.l-header__bar {
  background: #fff;
}

.l-header__bar .c-catchphrase {
  color: #333;
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}

a.hero-reserve-btn {
  background: lightblue;
  padding: 0.8em 0.6em;
  border-radius: 30px;
}

/* ヘッダーボタン：SPは縦並び、PCは横並び（重複整理） */
.header-btn {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.header-btn a {
  display: block;
  width: 100%;
  text-align: center;
}

@media (min-width: 960px) {
  .header-btn {
    flex-direction: row;
  }

  .header-btn a {
    width: auto;
    white-space: nowrap;
  }
}

/* ヘッダー内を折り返し可能に（重複整理） */
.l-header__inner {
  display: flex;
  flex-wrap: wrap;
}

/* w-header を1行独立＋最上段（重複整理） */
.w-header.pc_ {
  order: 0;
  width: 100%;
  flex: 0 0 100%;
}

/* ロゴ / グローバルナビの順序 */
.l-header__logo {
  order: 1;
}

.l-header__gnav {
  order: 2;
}

.w-header {
  display: flex;
  justify-content: flex-end;
}

a.hero-line-btn {
  background: #00b900;
  border-radius: 4px;
  color: #fff;
  padding: 0.5em 1.8em;
}

a.hero-contact-btn {
  background: #ffa500;
  border-radius: 4px;
  color: #fff;
  padding: 0.5em 1.8em;
}

/* PC時のヘッダー内：同一ブロックが4回あったので1つに統合 */
@media (min-width: 960px) {
  .l-header__inner {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .l-header__logo {
    order: 1;
  }

  .w-header.pc_ {
    order: 0;
    width: 100%;
  }

  .l-header__gnav {
    order: 2;
  }
}

.l-header__inner.l-container {
  min-height: 118px;
  height: auto;
  align-items: flex-start;
}
@media (max-width: 599px) {
.l-header__inner.l-container {
  min-height: 67px;
}
}
h1.c-headLogo.-img {
  position: absolute;
  top: 0;
}
.l-header__logo {
    width:200px;
    position: absolute;
    top:0;
}
.c-gnav>.menu-item>a .ttl{
    font-size: 17px;
    padding-bottom: 1em;
}
@media (min-width: 960px) {
    .-series-right .c-gnavWrap {
        margin-left: auto;
        margin-top: 1.6em;
        margin-bottom: .4em;
    }
}
/* ロゴ画像サイズ */
img.c-headLogo__img {
  width: 100px;   /* ← 好きなサイズ */
  height: auto;
}
@media (max-width: 599px) {
  img.c-headLogo__img {
  width: 60px;   /* ← 好きなサイズ */
  }
}
#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.l-header__bar.pc_ {
    padding-top: 12px;
      margin-bottom: .4em;
}
@media (max-width: 599px) {
.l-header__inner.l-container{
align-items: center !important;
        display: flex !important;
        justify-content: space-between !important;
        padding: 0 !important;
    }
  }
  .c-widget__title.-spmenu{
    display:none;
  }
  .p-spMenu__body {
    margin-top: 3.5em;
}