@charset "UTF-8";
/**---------------------------------------------
 * global nav PC版
**-----------------------------------------------*/
#desktop__menu {
  display: none;
}

@media screen and (min-width: 769px) {
  #desktop__menu {
    display: block;
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    height: 100px;
    background-color: #fcfcfc;
    z-index: 50;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2);
    /* Ensures it stays on top */
  }
  .header-line .header-line-inner {
    margin: 0 auto;
  }
  .header-line .header-line-inner h1 {
    letter-spacing: 0;
    line-height: 1.6;
    font-size: 10px;
    height: 16px;
  }
  .mega-menu {
    font-size: 10px;
    position: relative;
    margin: 0 auto;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
  }
  .mega-menu .gh-logo {
    width: 150px;
  }
  .mega-menu .gh-phone {
    width: 150px;
  }
  .mega-menu #gh-facilities,
  .mega-menu #gh-facilities-public {
    gap: 8px;
  }
  .mega-menu div.gh-left {
    position: static;
  }
  .mega-menu div.gh-left > ul {
    display: flex;
    list-style: none;
    height: 84px;
  }
  .mega-menu div.gh-left > ul > li {
    position: static;
    height: 84px;
  }
  .mega-menu div.gh-left > ul > li:hover .submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  .mega-menu div.gh-left > ul > li > a, .mega-menu div.gh-left > ul > li > span {
    cursor: pointer;
    padding: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    text-decoration: none;
    /* リンクの下線を削除 */
    color: hsl(221, 14%, 29%);
    /* 親要素のテキストカラーを継承 */
    position: relative;
  }
  .mega-menu div.gh-left > ul > li > a[data-gh]:after, .mega-menu div.gh-left > ul > li > span[data-gh]:after {
    content: "";
    position: absolute;
    bottom: 1em;
    left: 0;
    right: 0;
    margin: auto;
    width: 7px;
    height: 4px;
    background: url("/image/arrowdown.svg") no-repeat center center;
  }
  .mega-menu div.gh-left > ul > li:hover {
    background-color: #ffffff;
    animation: textColor 0.6s ease-in-out infinite alternate;
    --bulma-hero-h: var(--bulma-light-h);
    --bulma-hero-s: var(--bulma-light-s);
    --bulma-hero-background-l: var(--bulma-light-l);
    --bulma-hero-color-l: var(--bulma-light-invert-l);
    background-color: hsl(221, 14%, 96%);
  }
  .mega-menu div.gh-left > ul > li:hover > [data-gh]:after {
    animation: floatArrow 1s ease-in-out infinite alternate;
  }
  .mega-menu div.gh-left > ul > li .submenu {
    position: absolute;
    left: 0;
    width: 100%;
    height: 480px;
    top: 100%;
    background: #fcfcfc;
    display: block;
    visibility: hidden;
    opacity: 0;
    border-radius: 0 0 10px 10px;
    transition: visibility 0s, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
  }
  .mega-menu div.gh-left > ul > li .submenu a {
    color: hsl(221, 14%, 29%);
  }
  .mega-menu div.gh-left > ul > li .submenu ul > li {
    border-bottom: 1px solid #535353;
    line-height: 3.6;
  }
  .mega-menu div.gh-left > ul > li .submenu ul > li:hover {
    background-color: rgb(253.1769230769, 246.4923076923, 241.0230769231);
  }
  .mega-menu div.gh-left > ul > li .submenu ul > li a {
    display: block;
    height: 100%;
    color: hsl(221, 14%, 29%);
  }
  .mega-menu div.gh-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 84px;
  }
  @keyframes floatArrow {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-5px);
    }
  }
  @keyframes textColor {
    0% {
      color: inherit;
    }
    100% {
      color: var(__bulma-link-text);
    }
  }
  .submenu a img {
    transition: 0.3s;
  }
  .submenu a:hover img {
    filter: brightness(1.05);
  }
  .header-line .header-line-inner {
    width: 800px;
  }
  .mega-menu {
    width: 800px;
    font-size: 10px;
  }
  .mega-menu .gh-logo,
  .mega-menu .gh-phone {
    width: 110px;
  }
  .mega-menu #gh-facilities,
  .mega-menu #gh-facilities-public {
    gap: 8px;
  }
  #footer-sitemap {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .header-line .header-line-inner {
    width: 940px;
  }
  .mega-menu {
    width: 940px;
    font-size: 10px;
  }
  .mega-menu .gh-logo,
  .mega-menu .gh-phone {
    width: 150px;
  }
  .mega-menu #gh-facilities,
  .mega-menu #gh-facilities-public {
    gap: 10px;
  }
  #footer-sitemap {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .header-line .header-line-inner {
    width: 1004px;
  }
  .mega-menu {
    width: 1004px;
    font-size: 13px;
  }
  .mega-menu .gh-logo,
  .mega-menu .gh-phone {
    width: 150px;
  }
  .mega-menu #gh-facilities,
  .mega-menu #gh-facilities-public {
    gap: 10px;
  }
  #footer-sitemap {
    font-size: 14px;
  }
}
@media (min-width: 1216px) {
  .header-line .header-line-inner {
    width: 1216px;
  }
  .mega-menu {
    width: 1216px;
    font-size: 16px;
  }
  .mega-menu .gh-logo,
  .mega-menu .gh-phone {
    width: 150px;
  }
  .mega-menu #gh-facilities,
  .mega-menu #gh-facilities-public {
    gap: 13px;
  }
  #footer-sitemap {
    font-size: 16px;
  }
}

/*# sourceMappingURL=style-desktop-menu.css.map */
