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

/* ===== Header: consistent style across all pages (matches home page) ===== */
.header {
  background-color: var(--header-color);
  background-image: url(../image/headerbg-bg.png);
  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: 30px;
    padding-top: 20px;
  }
}

.header .list .item .text {
  color: #FFF;
  font-family: 'Noto Sans JP', sans-serif;
}
.header .list .item .text:hover {
  color: var(--text-color);
}
 .header .link {
  color: #FFF;
 }
  .header .link:hover {
      font-weight: unset;
      background-color: unset;
      border-radius: unset;
    }
.header .list {
  padding-block:unset;
}
.header .inner .link:hover {
  opacity: 0.7;
  background-color: unset;
}
  .list {
    .link:hover,
    .item.toggle:hover .text {
      color: #333;
    }
  }

  
.navigation .link:hover {
  color: #E16A6A;
}
.header .sep {
  background-color: var(--breadcrumb-sep-color);
}

@media (min-width: 768px) {
  .header {
    background-color: var(--header-color);
    padding: var(--p-md) var(--content-spacing);
    position: relative;
  }
}
@media (max-width: 767px) {
  .header {
    background-image: url(../image/sp-first-view-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
/* ハンバーガーメニュー閉じるボタン */
.menu-open :where(.hamburger-menu) .item {
  background-color: var(--navigation-text-color);
}

  .footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: var(--p-xxl);
    align-items: center;
    background: url(../image/main-footer-bg-white.png) -8.5px 0px / 104.722% 99.197% no-repeat, #F8F0DA;
  }

/* 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: 1px solid #333333;
  }

  .footer .list .item {
    border-bottom: 1px solid #333333;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .footer .list .item:nth-last-child(-n+2) {
    border-bottom: none;
  }
  .footer .list .item:nth-child(odd) {
    border-right: 1px solid #333333;
  }

  @media (min-width: 768px) {
    .footer .list {
      border-top: none;
    }
    .footer .list .item {
      border-bottom: none;
    }
    .footer .list .item:nth-child(odd) {
      border-right: none;
    }
    .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;
    background-color: #F5E6D4;
    width: 100%;
    padding-inline: var(--content-spacing);
    padding-top: 10px;
    padding-bottom: 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);
    font-family: 'Noto Sans JP', sans-serif;
    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);
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    @media (max-width: 768px) {
      text-align: left;
      align-items: flex-start;
      justify-content: flex-start;
    }
}
  /* Footer contact info - PC layout matching Figma */
  .footer .information .contact-info {
    display: flex;
    flex-direction: column;
    align-items: left;
    gap: 0;
  }
.footer .information .tel {
    display: flex;
    align-items: left;
    justify-content: flex-start;
    width: -moz-fit-content;
    width: fit-content;
    gap: var(--p-sm);
    color: #333;
    font-family: "Century Gothic", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.6px;
  }
    .footer .information .logo:hover {
      opacity: 0.7;
    }

  /* Mobile: left-align footer information block and its contents */
  @media (max-width: 767px) {
    .footer .information {
      align-items: flex-start;
    }
    .footer .information .address {
      text-align: left;
      justify-content: flex-start;
      align-items: flex-start;
    }
  }

  .footer .information .logo .img {
    width: 231px;
    height: 42px;
  }
   .footer .information {
    padding-bottom: 50px;
    @media (max-width: 768px) {
      padding-bottom: 30px;
    }
   }
  @media (min-width: 768px) {
    .footer {
      display: grid;
      align-items: flex-start;
      grid-template-columns: max-content 1fr;
      padding: 60px var(--content-spacing) 0 var(--content-spacing);
      background: url(../image/contentsArea.png) 0 0 / 100% 100% no-repeat, #F8F0DA;
    }
    .footer .information .logo {
      height: 49px;
    }
    .footer .information .logo .img {
      width: 269px;
      height: 49px;
    }
  }
  .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;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .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-family: 'Noto Sans JP', sans-serif;
    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-family: 'Noto Sans JP', sans-serif;
    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;
      min-height: 60px;
      padding-top: 0;
      padding-bottom: 0;
      gap: 0;
      width: calc(100% + 2 * var(--content-spacing));
      margin-inline: calc(-1 * var(--content-spacing));
    }
    .footer .copyright {
      padding-block: 0;
    }

    .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: 33.6px;
    }

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

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

    .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: 269px !important;
  width: 269px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

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

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

  .hamburger-menu {
    background-color: var(--header-color);
    background-color: rgba(252, 252, 252, 0.80);

  }
  .hamburger-menu .item {
    background-color: rgba(252, 252, 252, 0.80);
  }
}

@media (min-width: 890px) {
  .header .list {
   
    background: #d2b4a0 url(../image/bg_overlay_01.png);
    background-blend-mode: overlay;
    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(--main-color);
  }
  .header .information .tel:hover:before {
    color: var(--main-color);
  }

  .header .information .mail-link:hover {
    opacity: 0.7;
  }
  .hamburger-menu {
    background-color: var(--header-color);
    top: 40px;
  }
  .hamburger-menu .item {
    background-color: rgba(252, 252, 252, 0.80);
    color: #333333;

  }

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




.navigation .contents .block .list .heading {
  background-color: var(--main-color);
  color: #fff;
}

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


.hamburger-menu .item{
  background-color: #333333;
}