@charset "UTF-8";
/* CSS Document */
html {
  scroll-padding-top: 140px;
  scroll-behavior: smooth; }
  @media screen and (max-width: 991px) {
    html {
      scroll-padding-top: 120px; } }

body {
  animation: loading 1s; }

@keyframes loading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0; }

.fluid-box-l {
  overflow: hidden;
  margin-left: calc(1140px - 100vw); }
  .fluid-box-l img {
    width: 100%;
    object-fit: cover; }
  @media screen and (max-width: 1199px) {
    .fluid-box-l {
      margin-left: calc(960px - 100vw); } }
  @media screen and (max-width: 991px) {
    .fluid-box-l {
      margin-left: calc(720px - 100vw); } }
  @media screen and (max-width: 767px) {
    .fluid-box-l {
      margin-left: 0; } }

.fluid-box-r {
  overflow: hidden;
  margin-right: calc(1140px - 100vw); }
  .fluid-box-r img {
    width: 100%;
    object-fit: cover; }
  @media screen and (max-width: 1199px) {
    .fluid-box-r {
      margin-right: calc(960px - 100vw); } }
  @media screen and (max-width: 991px) {
    .fluid-box-r {
      margin-right: calc(720px - 100vw); } }
  @media screen and (max-width: 767px) {
    .fluid-box-r {
      margin-right: 0; } }

#header {
  position: relative;
  height: 40vh;
  background-blend-mode: multiply;
  margin-top: 110px;
  display: grid;
  overflow: hidden; }
  @media screen and (max-width: 991px) {
    #header {
      height: 30vh;
      margin-top: 95px; } }
  @media screen and (max-width: 575px) {
    #header {
      margin-top: 88px; } }
  #header .container {
    align-content: center;
    margin-top: -4rem; }
    @media screen and (max-width: 575px) {
      #header .container {
        margin-top: -2rem; } }
  #header h2 {
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 60px;
    font-size: 6rem;
    color: #fff; }
    @media screen and (max-width: 991px) {
      #header h2 {
        font-size: 50px;
        font-size: 5rem; } }
    @media screen and (max-width: 575px) {
      #header h2 {
        font-size: 40px;
        font-size: 4rem; } }
  #header p {
    color: #fff;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1em; }
    @media screen and (max-width: 991px) {
      #header p {
        font-size: 20px;
        font-size: 2rem; } }
  #header::before {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 5.7vw;
    background-image: url("../../img/wave-yellow-top.svg");
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%); }
  #header::after {
    content: "";
    position: absolute;
    bottom: 20px;
    right: 10%;
    width: 90px;
    height: 90px;
    background-image: url("../img/hiyoko.svg");
    background-size: contain;
    background-repeat: no-repeat; }
    @media screen and (max-width: 991px) {
      #header::after {
        bottom: 8px;
        width: 80px;
        height: 80px; } }
    @media screen and (max-width: 575px) {
      #header::after {
        width: 70px;
        height: 70px; } }

#page-nav {
  background: #f8f9e0;
  padding: 2rem 0 7rem; }
  #page-nav ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
    margin-bottom: 0; }
    @media screen and (max-width: 575px) {
      #page-nav ul {
        gap: 1rem; } }
    #page-nav ul li {
      border: #009d42 solid 1px;
      border-radius: 100vh;
      text-align: center;
      transition: 0.2s ease-in-out; }
      #page-nav ul li a {
        white-space: nowrap;
        display: block;
        color: #009d42;
        text-decoration: none;
        padding: 0.2em; }
      #page-nav ul li i {
        margin-left: 1em; }
      #page-nav ul li:hover {
        background: #009d42; }
        #page-nav ul li:hover a {
          color: #fff; }

.hiyoko-title {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  color: #009d42;
  margin-bottom: 3rem; }
  @media screen and (max-width: 767px) {
    .hiyoko-title {
      margin-bottom: 2rem; } }
  @media screen and (max-width: 575px) {
    .hiyoko-title {
      font-size: 28px;
      font-size: 2.8rem; } }
  .hiyoko-title::before {
    content: "";
    position: relative;
    top: 2px;
    display: inline-block;
    /* ← 行頭に表示させるならinline-block */
    background-image: url("../../img/hiyoko.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 37px;
    height: 37px;
    margin-right: 1rem; }
    @media screen and (max-width: 575px) {
      .hiyoko-title::before {
        width: 30px;
        height: 28px;
        top: 3px; } }

.link-box a {
  font-weight: 700;
  position: relative;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
  padding: 0.5rem 2.5rem;
  transition: 0.15s;
  background: #4cba7b;
  box-shadow: 0 4px 0 #009d42;
  border-radius: 12px; }
  .link-box a:hover {
    box-shadow: none;
    transform: translateY(4px); }

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden; }

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0; }

.scroll-infinity__list--left {
  animation: infinity-scroll-left 60s infinite linear 0.5s both; }
  @media screen and (max-width: 991px) {
    .scroll-infinity__list--left {
      animation: infinity-scroll-left 40s infinite linear 0.5s both; } }
  @media screen and (max-width: 575px) {
    .scroll-infinity__list--left {
      animation: infinity-scroll-left 30s infinite linear 0.5s both; } }

.scroll-infinity__item {
  width: calc(100vw / 4); }
  @media screen and (max-width: 991px) {
    .scroll-infinity__item {
      width: calc(100vw / 3); } }
  @media screen and (max-width: 575px) {
    .scroll-infinity__item {
      width: calc(100vw / 2); } }

.scroll-infinity__item > img {
  width: 100%; }

.slidein {
  transition: 2s ease; }

.slide_left {
  transform: translateX(calc(-50vw - 50%)); }

.slide_right {
  transform: translateX(calc(50vw + 50%)); }

.show {
  transform: translateX(0); }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  transition: 0.2s ease-in-out; }
  .site-header .header-inner {
    display: flex;
    gap: 5%;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 3rem; }
    @media screen and (max-width: 991px) {
      .site-header .header-inner {
        padding: 1.5rem 2rem; } }
    .site-header .header-inner .logo img {
      height: 80px; }
      @media screen and (max-width: 991px) {
        .site-header .header-inner .logo img {
          height: 68px; } }
      @media screen and (max-width: 575px) {
        .site-header .header-inner .logo img {
          height: 60px; } }
    .site-header .header-inner .main-nav {
      width: 650px; }
      .site-header .header-inner .main-nav ul.nav-list {
        display: flex;
        justify-content: space-between;
        list-style: none;
        margin: 0;
        padding: 0; }
        .site-header .header-inner .main-nav ul.nav-list li {
          text-align: center;
          flex-grow: 1; }
        .site-header .header-inner .main-nav ul.nav-list li a {
          font-size: 15px;
          font-size: 1.5rem;
          text-decoration: none;
          color: #333; }
          @media screen and (max-width: 991px) {
            .site-header .header-inner .main-nav ul.nav-list li a {
              font-size: 14px;
              font-size: 1.4rem; } }
          .site-header .header-inner .main-nav ul.nav-list li a:hover img {
            opacity: 50%; }
          .site-header .header-inner .main-nav ul.nav-list li a:hover span {
            color: #4cba7b; }
          .site-header .header-inner .main-nav ul.nav-list li a .menu-image {
            padding-bottom: 1rem; }
            .site-header .header-inner .main-nav ul.nav-list li a .menu-image img {
              width: 62px;
              height: 45px;
              transition: 0.2s ease-in-out; }
          .site-header .header-inner .main-nav ul.nav-list li a span {
            display: block;
            line-height: 1em;
            transition: 0.2s ease-in-out; }
        .site-header .header-inner .main-nav ul.nav-list li + li a span {
          border-left: 2px solid #cedf9f; }
    .site-header .header-inner .menu-toggle {
      display: none;
      flex-direction: column;
      gap: 7px;
      background: none;
      border: none;
      cursor: pointer;
      z-index: 999;
      transition: 0.2s ease-in-out; }
      .site-header .header-inner .menu-toggle:hover {
        opacity: 0.5; }
      .site-header .header-inner .menu-toggle:focus {
        outline: none; }
      .site-header .header-inner .menu-toggle .bar {
        width: 35px;
        height: 2px;
        background-color: #009d42; }
      .site-header .header-inner .menu-toggle .sr-only {
        position: absolute;
        left: -9999px; }
  @media (max-width: 768px) {
    .site-header .header-inner .main-nav ul.nav-list {
      display: none; }
    .site-header .header-inner .menu-toggle {
      display: flex; } }

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 70%;
  max-width: 300px;
  height: 100%;
  background-color: #fff;
  padding: 7rem 5rem;
  transform: translateX(100vw);
  z-index: 1001; }
  @media screen and (max-width: 575px) {
    .mobile-menu {
      padding: 7rem 3rem; } }
  .mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .mobile-menu ul li {
      margin-bottom: 2rem; }
      .mobile-menu ul li a {
        text-decoration: none;
        color: #513619;
        font-size: 20px;
        font-size: 2rem;
        transition: 0.2s ease-in-out; }
        .mobile-menu ul li a:hover {
          color: #009d42;
          padding-left: 1rem; }
  .mobile-menu .close-menu {
    position: absolute;
    top: 4rem;
    right: 2rem;
    border: none;
    cursor: pointer;
    background: none; }
    .mobile-menu .close-menu:focus {
      outline: none; }
    @media screen and (max-width: 575px) {
      .mobile-menu .close-menu {
        top: 3rem; } }
    .mobile-menu .close-menu .batsu {
      display: block;
      position: relative;
      width: 30px;
      height: 30px;
      transition: 0.2s ease-in-out; }
      .mobile-menu .close-menu .batsu::before, .mobile-menu .close-menu .batsu::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 2px;
        /* 棒の幅（太さ） */
        height: 35px;
        /* 棒の高さ */
        background: #009d42; }
      .mobile-menu .close-menu .batsu::before {
        transform: translate(-50%, -50%) rotate(45deg); }
      .mobile-menu .close-menu .batsu::after {
        transform: translate(-50%, -50%) rotate(-45deg); }
      .mobile-menu .close-menu .batsu:hover {
        opacity: 0.5; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  /* ← 明示的に高さを100vh指定！ */
  background: rgba(161, 214, 178, 0.5);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  /* 初期状態で非クリック */ }

/* headerの色を変える */
.site-header.change-color {
  background-color: #fff !important; }

footer {
  background-color: #e8b86d;
  padding: 3rem 1rem;
  font-size: 1.4rem;
  color: #333;
  position: relative; }
  footer .footer-content {
    margin-bottom: 4rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 2rem; }
    @media screen and (max-width: 991px) {
      footer .footer-content {
        flex-direction: column;
        align-items: center; } }
  footer .footer-left {
    max-width: 400px; }
    footer .footer-left .footer-logo {
      margin-bottom: 2rem; }
    footer .footer-left .footer-info p {
      color: #fff;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: 400;
      line-height: 1.75em;
      margin-bottom: 0; }
      footer .footer-left .footer-info p span {
        font-size: 16px;
        font-size: 1.6rem; }
    footer .footer-left .footer-info .insta-logo {
      margin-top: 1rem; }
      footer .footer-left .footer-info .insta-logo a img {
        width: 30px;
        transition: 0.2s ease-in-out; }
        footer .footer-left .footer-info .insta-logo a img:hover {
          opacity: 0.6; }
  footer .footer-right .footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    color: #fff; }
    @media screen and (max-width: 575px) {
      footer .footer-right .footer-nav ul {
        flex-direction: column; } }
    footer .footer-right .footer-nav ul li {
      flex-grow: 1;
      text-align: center; }
      @media screen and (max-width: 575px) {
        footer .footer-right .footer-nav ul li {
          margin-bottom: 1.5rem; } }
    footer .footer-right .footer-nav ul li + li {
      border-left: 2px solid #4cba7b; }
      @media screen and (max-width: 575px) {
        footer .footer-right .footer-nav ul li + li {
          border: none; } }
    footer .footer-right .footer-nav ul a {
      font-size: 16px;
      font-size: 1.6rem;
      display: block;
      text-decoration: none;
      color: #fff;
      line-height: 18px;
      transition: .2s ease-in-out; }
      footer .footer-right .footer-nav ul a:hover {
        opacity: 0.6; }
  footer .footer-right .footer-contact-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem; }
    footer .footer-right .footer-contact-buttons .contact-button {
      flex-basis: auto;
      background-color: #4cba7b;
      color: #fff;
      padding: 0.6rem 2rem;
      border-radius: 10px;
      text-decoration: none;
      font-weight: bold;
      font-size: 22px;
      font-size: 2.2rem;
      transition: .2s ease-in-out; }
      footer .footer-right .footer-contact-buttons .contact-button:hover {
        background-color: #009d42; }
    footer .footer-right .footer-contact-buttons .invalid {
      pointer-events: none; }
  footer .copyright {
    text-align: center;
    margin-top: 3rem;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff; }
  footer .pagetop {
    position: absolute;
    right: 10%;
    top: -3rem;
    z-index: 3;
    display: block;
    width: 60px;
    filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.3));
    transition: .2s ease-in-out; }
    @media screen and (max-width: 575px) {
      footer .pagetop {
        right: 5%;
        width: 55px; } }
    footer .pagetop:hover {
      opacity: 0.7; }
