@charset "UTF-8";

.header {
  width: 28rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fcfcfc6d;
  height: 100vh;

}

.header h1 img {
  width: 16rem;
  display: block;
  margin: 7.3rem auto 0;
}

.header__nav>ul {
  margin-top: 4.2rem;
  padding-right: 0rem;
}
.header__nav>ul>li {
  margin-bottom: .1px;
}
.header__nav>ul>li>a {
  padding: 2rem 0 2rem 3rem;
  display: inline-block;
  width: 100%;
  position: relative;
}
.header__nav>ul>li>a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0rem;
    width: 90%;
    height: 1px;
    background: repeating-linear-gradient(to right, #CCCCCC 0, #CCCCCC 0.5rem, transparent 0.5rem, transparent 1rem);
}
.header__nav>ul>li {
  transition: all 0.3s ease;
  font-weight: bold;
}

.header__nav>ul>li:hover {
  color: #145D99;
  transition: all 0.3s ease;
}

.header__nav>ul>li:hover .tour-item__box li {
  color: #4E4E4E;
  transition: all 0.3s ease;
}

.header__nav>ul>li:hover .tour-item__box li:hover {
  color: #145D99;
}

.header__nav>ul li.tour-item {
  transition: all 0.3s ease;
  position: relative;
}

.header__nav>ul li.tour-item:hover .tour-item__box {
  transition: all 0.3s ease;
  display: block;
  opacity: 1;
  pointer-events: all;
}
.header__nav>ul li .tour-item__arrow{
  position: absolute;
  right: 14rem;
  top: 50%;
  display: block;
  width: .8rem;
  transform: rotate(180deg) translateY(50%);
  transition: transform 0.3s ease;
  transform-origin: center center;
  filter: invert(38%) sepia(4%) saturate(502%) hue-rotate(163deg) brightness(91%) contrast(87%);
}
.header__nav>ul>li:hover .tour-item__arrow {
  filter: invert(27%) sepia(52%) saturate(1942%) hue-rotate(184deg) brightness(88%) contrast(88%);
}
.header__nav>ul .tour-item__box {
  pointer-events: none;
  transition: all 0.3s ease;
  opacity: 0;
  white-space: nowrap;
  position: absolute;
  right: 0rem;
  top: 0;
  transform: translateX(100%);
  z-index: 3;
  background-color: #FFFFFF;
  border: solid 0.1rem #CCCCCC;
  padding: 2.5rem 5.5rem 2.5rem 2.5rem;
  border-radius: 0.5rem;
}

.header__nav>ul .tour-item__box>.ttl {
  color: #707070;
}

.header__nav>ul .tour-item__box>.ttl-2 {
  color: #707070;
  margin-top: 5.5rem;
  position: relative;
}

.header__nav>ul .tour-item__box>.ttl-2::before {
  content: "";
  position: absolute;
  top: -2.5rem;
  left: 0rem;
  width: 100%;
  height: 0.1rem;
  background: repeating-linear-gradient(to right, #CCCCCC 0, #CCCCCC 0.5rem, transparent 0.5rem, transparent 1rem);
}

.header__nav>ul .tour-item__box>ul {
  margin-top: 1.5rem;
  display: block;
}

.header__nav>ul .tour-item__box>ul>li {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
}

.header__nav>ul .tour-item__box>ul>li::before {
  content: "";
  width: 0.8rem;
  height: 0.1rem;
  background-color: #353636;
  display: block;
  margin: 0 0.5rem;
}
.header__nav>ul .tour-item__box>ul>li.none-before::before  {
  content: none;
}

.header .hamburger {
  display: none;
  position: absolute;
  top: 3rem;
  right: 2rem;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 1000;
}

.header .hamburger span {
  display: block;
  width: 1.6rem;
  height: 0.2rem;
  margin: 0.4rem auto;
  background-color: #FFFFFF;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center center;
}

.header .hamburger.is-active span:nth-child(1) {
  transform: translateY(0.575rem) rotate(45deg);
}

.header .hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.header .hamburger.is-active span:nth-child(3) {
  transform: translateY(-0.575rem) rotate(-45deg);
}

.header__nav-tel {
  background-color: #145D99;
  border-radius: 0.5rem;
  color: #FFFFFF;
  padding: 1.5rem 2rem;
  margin: 5.7rem 2rem 0;
}

.header__nav-tel--item {
  display: flex;
  align-items: center;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: .05em;
  margin-bottom: .5rem;
  gap: 1rem;
  white-space: nowrap;
}

.header__nav-tel--item img {
  width: 3rem;
}

.header__nav-tel--ex {
  font-size: 1.4rem;
  margin-top: 1rem;
  margin-left: 4rem;
}

.header__nav-tel--ex span {
  font-size: 1.6rem;
}

.header__nav-sns {
  padding: 3.14rem 0 2.24rem;
  width: calc(100% - 4rem);
  margin: 4rem 2rem 0;
  border: solid 0.1rem #285784;
  border-radius: 0.5rem;
  position: relative;
  margin-bottom: 4rem;
}

.header__nav-sns .sns__container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;

}

.header__nav-sns .sns__container a {
  filter: invert(39%) sepia(10%) saturate(207%) hue-rotate(163deg) brightness(89%) contrast(91%);
  transition: filter 0.3s ease;
  max-width: 3rem;
  width: 3rem;

}

.header__nav-sns .sns__container a:hover {
  filter: invert(32%) sepia(24%) saturate(2666%) hue-rotate(175deg) brightness(89%) contrast(96%);
}

.header__nav-sns .sns__title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #145D99;
  font-family: "Outfit", sans-serif;
  text-align: center;
  background-color: #FCFCFC;
  padding: 0rem 2.5rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fixed-reservation {
  position: fixed;
  top: 6.2rem;
  right: 4rem;
  width: auto;
  z-index: 999;
}

.fixed-reservation__link {
  width: 35rem;
  background-color: #EA5B13;
  font-size: 2.4rem;
  color: #FFFFFF;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.3rem 0;
  gap: 2rem;
  border-radius: 0.5rem;
  border: #CCCCCC solid 1px;
}

.fixed-reservation__link img {
  width: 3.443rem;
  margin-right: 1rem;
}

.fixed-reservation__login {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  font-size: 1.6rem;
  color: #353636;

  border: #CCCCCC solid 1px;
  border-radius: 0.5rem;
  margin-top: .55rem;
  width: fit-content;
  margin-left: auto;
  position: relative;
}
.fixed-reservation__login-link {
  position: relative;
}
.fixed-reservation__login-link::before {
  content: "";
  position: absolute;
  top: 50%;
right: 0rem;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  background-color: #CCCCCC;
}

.fixed-reservation__login a {
  padding: 1rem 2rem;
}


@media (max-width: 1024px) {
  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    max-width: 28rem;
    height: 100vh;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
  }

  .header__nav.is-open {
    transform: translateX(0);
  }
}

@media (max-width: 1024px) {
  .header .hamburger {
    display: block;
  }

  .header .header__nav {
    background-color: #FCFCFC;
    max-width: 100%;
    width: 100%;
    font-size: 1.4rem;
  }

  .header .header__nav img.nav__top {
    position: absolute;
    z-index: 15;
  }

  .header .header__nav>ul {
    margin-top: 10rem;
  }

  .header .header__nav>ul>li {
    position: relative;
    z-index: 15;
  }

  .header .header__nav>ul .tour-item {
    margin-top: 0.5rem;
    z-index: 15;
  }

  .header .header__nav>ul .tour-item__box {
    pointer-events: all;
    transition: all 0.3s ease;
    opacity: 1;
    white-space: nowrap;
    position: relative;
    right: 0;
    top: 0;
    transform: translateX(0%);
    z-index: 3;
    background-color: transparent;
    border: solid 0rem #CCCCCC;
    padding: 2.2rem 5.5rem 2.5rem 3.5rem;
    border-radius: 0.5rem;
  }

  .header .header__nav>ul .tour-item__box>.ttl-2::before {
    top: -14rem;
    left: -1rem;
    height: 23rem;
    width: 1px;
    background-image: repeating-linear-gradient(to bottom, #353636 0 0.5rem, transparent 0.5rem 1rem);
  }

  .header .header__nav>ul .header__nav-login.sp {
    display: flex;
    margin-left: 2rem;
    gap: 4rem;
    font-weight: bold;
    font-size: 1.4rem;
    margin-top: 0.5rem;
  }

  .header .header__nav>ul .header__nav-login.sp>li {
    position: relative;
  }

  .header .header__nav>ul .header__nav-login.sp>li:first-of-type::after {
    content: "";
    height: 100%;
    right: -2rem;
    position: absolute;
    top: 0;
    width: 1px;
    background-color: #CCCCCC;
  }

  .header .header__nav>ul .header__nav-rule.sp {
    margin-left: 2rem;
    color: #353636;
    margin-top: 2rem;
    display: grid;
    gap: 0.5rem;
  }

  .header .header__nav>ul>li>a {
    padding: 1rem 2rem;
    display: block;
    font-size: 1.4rem;
  }
   .sp-icon {
    display: flex;
    align-items: center;
    position: absolute;
    top: 3.6rem;
    gap: 2rem;
    right: 8rem;
    z-index: 999;
  }
  .sp-icon a{
    width: 3rem;
    display: block;
  }
}

@media (max-width: 1024px) {
  .header {
    height: auto;
    position: fixed;
    width: 100%;
    z-index: 999;
  }

  .header h1 img {
    width: 11.4rem;
    margin: 3rem 0 2.5rem 2rem;
    position: relative;
    z-index: 10;
  }

  .header .hamburger {
    background-color: #EA5B13;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
  }

  .top__fv-modal .modal-content {
    flex-direction: column;
  }

  .top__fv-img img:nth-of-type(1) {
    width: 100%;
    height: 80rem;
    margin: 0 auto;
    background-size: cover;
    background-position: center center;
    border-radius: 2rem 0 0 0;
  }

  .top__fv-txt {
    width: 10.114rem;
    inset: auto;
    right: 1.97rem;
    top: 43.7rem;
    z-index: 5;
  }

  .top__fv-modal {
    margin-top: -17rem;
  }

  .top__fv-modal .modal-content {
    top: 5.52rem;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
  }

  .top__fv-modal .modal-content>img {
    width: 22.207rem;
    margin-right: 0;
    margin-left: 0;
  }

  .latest-information {
    margin-top: 5.8rem;
    padding: 0 2rem;
  }

  .ttl__asset01 h3 {
    font-size: 1.8rem;
  }

  .ttl__asset01 img {
    width: 3rem;
  }

  .latest-information__container {
    margin-top: 2rem;
  }

  .notice {
    padding: 6.4rem 0;
  }

  .ttl__asset02 h3 {
    font-size: 1.8rem;
  }

  .ttl__asset02 img {
    width: 3rem;
  }
  .header__nav>ul>li>a::before {
    content: none;
  }
  .header__nav>ul li .tour-item__arrow {
    display: none;
  }
}

/* 既存の Canvas 波 */
.wave-background {
  position: relative;
  width: 100%;
  height: 45rem;
  overflow: hidden;
  border-radius: 0 0 0 4rem;
}

@media (max-width: 1024px) {
  .wave-background {
    height: 90rem;
    border-radius: 0;
  }
}

.wave-background canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

/*# sourceMappingURL=header.css.map */