:root {
  --header-text-color: #f5e7da;
}

/* ===== Header: consistent style across all pages (matches home page) ===== */
.header {
  background-color: var(--header-color);
  border-bottom: none;
  position: relative;
  width: 100%;
  margin-inline: 0;
  border-radius: 0;
  padding: var(--p-sm) var(--content-spacing);
  top: 0;
}

.header .inner {
  background-color: unset;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  @media (min-width: 890px) {
    padding-bottom: 15px;
    padding-top: 5px;
  }
}

.header .inner .link:hover {
  opacity: 0.7;
  background-color: unset;
}


@media (min-width: 768px) {
  .header {
    background-color: var(--header-color);
    padding: var(--p-md) var(--content-spacing);
    position: relative;
  }
}
/* ハンバーガーメニュー閉じるボタン */
.menu-open :where(.hamburger-menu) .item {
  background-color: var(--navigation-text-color);
}

/* LINE SNS icon — mobile only */
.footer .snsIconColorVer .sns-line-sp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
  }

  .footer .snsIconColorVer .sns-line-sp img {
    width: 33px;
    height: 33px;
    object-fit: contain;
  }

  @media (min-width: 768px) {
    .footer .snsIconColorVer .sns-line-sp {
      display: none;
    }
  }

/* QR code inside nav list — PC only */
.footer .list .item--qr {
    display: none;
  }
.footer .list .item--qr:hover {
    opacity: 0.7;
  }
   .footer .list {
    border-top: none;
   }

   .footer .list .item {
    border-bottom: none;
  }
  .footer .list .item:nth-child(odd) {
    border-right: none;
  }

  @media (min-width: 768px) {
    .footer .list .item--qr {
      display: flex;
      flex-basis: 100%;
      justify-content: flex-end;
      padding-top: 12px;
      border: none !important;
      margin-top: 50px;
    }
    .footer .list .item--qr img {
      width: 84px;
      height: 84px;
      object-fit: contain;
      display: block;
    }
  }

.footer .copyright-wrapper {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding-top: 10px;
  }
  .footer .snsIconColorVer {
    display: flex;
    gap: 17px;
    justify-content: center;
    align-items: center;
  }
  .footer .snsIconColorVer .link {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer .snsIconColorVer .link:hover {
    opacity: 0.7;
  }
  .footer .snsIconColorVer .link--youtube {
    width: 40px;
    height: 40px;
  }
  .footer .snsIconColorVer .link--youtube img {
    width: 40px;
    height: 40px;
  }
  .footer .snsIconColorVer .link--x {
    width: 30px;
    height: 30px;
  }
  .footer .snsIconColorVer .link--x img {
    width: 28px;
    height: 30px;
    object-fit: contain;
  }
  .footer .snsIconColorVer .link--instagram {
    width: 30px;
    height: 30px;
  }
  .footer .snsIconColorVer .link--instagram img {
    width: 34px;
    height: 34px;
    object-fit: contain;
  }
  .footer .copyright {
    grid-column: span 2;
    text-align: center;
    font-size: var(--text-xs);
    color: var(--text-gray-color);
    padding-block: var(--p-md);
  }
  .footer .copyright .link {
    text-decoration: none;
    color: var(--text-gray-color);
  }
  .footer .information .address {
    display: flex;
    flex-wrap: wrap;
    gap: 0 5px;
    font-size: var(--text-sm);
    text-align: center;
    @media (max-width: 768px) {
      text-align: center;
    align-items: center;
    justify-content: center;
    }
}
  /* Footer contact info - PC layout matching Figma */
  .footer .information .contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
.footer .information .tel {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: -moz-fit-content;
    width: fit-content;
    gap: var(--p-sm);
    font-size: 28px;
    font-weight: 400;
    line-height: normal;
    
  }
    .footer .information .logo:hover {
      opacity: 0.7;
    }
  .footer .information .logo {
    height: 77px;
  }
  .footer .information .logo .img {
    width: 191px;
    height: 77px;
  }
  @media (min-width: 768px) {
    .footer .information .logo {
      height: 84px;
    }
    .footer .information .logo .img {
      width: 208px;
      height: 84px;
    }
  }
  .footer .information .tel::before {
    font: var(--fa-font-solid);
    content: "\f095";
    display: inline-block;
    padding-top: var(--p-md);
    font-size: var(--text-lg);
  }
.footer .information .mail {
    display: none;
    align-items: center;
    gap: var(--p-sm);
    text-decoration: none;
    padding-top: 5px;
    color: inherit;
  }
  .footer .information .mail::before {
    display: none;
  }
  .footer .information .mail-sp {
    display: flex;
    align-items: center;
    gap: var(--p-sm);
    text-decoration: none;
    padding: 5px 0;
    color: inherit;
    font-size: 14px;
    font-weight: 350;
    line-height: 19.5px;
  }
  .footer .information .mail-sp::before {
    display: none;
  }
  .footer .information .mail:hover,
  .footer .information .mail-sp:hover {
    opacity: 0.7;
  }

  .footer .information .text {
    flex-direction: row;
    gap: 0 5px;
    font-size: 12px;
    font-weight: 350;
    line-height: 19.5px;

  }
  .footer .information .tel:hover {
    color: var(--main-color);
  }
  .footer .information .tel:hover::before {
    color: var(--main-color);
  }
  @media (min-width: 768px) {
    .footer .copyright-wrapper {
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      grid-column: 1 / -1;
      padding-top: 20px;
      padding-bottom: 20px;
    }

    .footer .snsIconColorVer {
      justify-content: flex-end;
    }
     .footer .information .contact-info {
      flex-direction: row;
      justify-content: center;
      align-items: flex-end;
      gap: 8px;
    }
    footer .information .text {
      gap: 0 0px;
    }
    .footer .information .mail {
      display: flex;
    }
    .footer .information .mail-sp {
      display: none;
    }

    .footer .information .tel {
      font-size: 28px;
      line-height: 1.2em;
    }

    .footer .information .tel::before {
      padding-top: 4px;
    }

    .footer .information .address {
      font-size: 12px;
      line-height: 1.5em;
      margin-top: 8px;
      margin-bottom: 8px;
    }

    .footer .information .text {
      font-size: 12px;
      line-height: 1.5em;
    }
  }
    
  /* ★MacのChrome用：scaleを含まない新しいアニメーション */
@keyframes slideAnime-no-scale {
  0% {
    opacity: 0;
    z-index: 10;
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: 1;
  }
}

/* ★MacのChromeの時だけ、アニメーション名を上書きする */
.is-mac-chrome .fv .picture01 {
  animation-name: slideAnime-no-scale;
  animation-duration: 24s;
  animation-iteration-count: infinite;
  animation-delay: 0s;
}

.is-mac-chrome .fv .picture02 {
  animation-name: slideAnime-no-scale;
  animation-duration: 24s;
  animation-iteration-count: infinite;
  animation-delay: 8s;
}

.is-mac-chrome .fv .picture03 {
  animation-name: slideAnime-no-scale;
  animation-duration: 24s;
  animation-iteration-count: infinite;
  animation-delay: 16s;
}

.header .inner .link.logo {
  max-width: 178px !important;
  width: 178px;
  height: 83px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header .inner .link.logo img {
  width: 178px !important;
  height: 83px !important;
  max-width: 178px !important;
  max-height: 83px !important;
  object-fit: contain;
}

/* Mobile adjustments */
@media (max-width: 890px) {
  .header .inner .link.logo {
    max-width: 130px;
    width: 130px;
    height: 60px;
  }
  
  .header .inner .link.logo img {
    width: 130px !important;
    height: 60px !important;
    max-width: 130px !important;
    max-height: 60px !important;
  }
}

@media (min-width: 890px) {
  .header .list {
    background-color: #ffffff;
    margin-inline: calc(-1 * var(--content-spacing));
    padding-inline: var(--content-spacing);
  }
  .header .list .item .menu {
    left: var(--content-spacing);
    right: var(--content-spacing);
    width: auto;
  }
  .header .information .block {
    color: var(--header-text-color);
  }
  .header .information .text {
    font-size: 12px;
  }
  .header .information .block-text {
    font-size: 12px;
  }
  .header .information .tel {
    color: var(--header-text-color);
    line-height: 1.2;
  }
  .header .information .tel::before {
    color: var(--header-text-color);
  }
  .header .information .tel:hover {
    color: var(--text-contrast-color);
  }
  .header .information .tel:hover:before {
    color: var(--text-contrast-color);
  }

  .header .information .mail-link:hover {
    opacity: 0.7;
  }
  .hamburger-menu {
    background-color: var(--header-color);
    top: 30px;
  }
  .hamburger-menu .item {
    background-color: var(--header-text-color);
  }
  .hamburger-menu.close {
    background-color: unset;
  }
  .menu-open :where(.hamburger-menu) .item {
    background-color: var(--navigation-text-color);
  }
}




.navigation .contents .block .list .heading {
  background-color: var(--sub-color);
  color: var(--text-color);
}

.navigation .link::before{
  border-color: var(--sub-color);
}


.hamburger-menu .item{
  background-color: var(--navigation-text-color);
}