@charset "UTF-8";
@font-face {
  font-family: "YuMincho";
  src: url("../font/yumin.woff") format("opentype");
  font-display: swap;
}
:root {
  --font-yumincho: "YuMincho", serif;
}
/* ---------------------------------------------------
	header
---------------------------------------------------- */
.header {
  position: relative;
}
.headerParts {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.header__title {
  width: 100%;
  top: 7.14767%;
}
.header__title h1 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: var(--font-yumincho);
  width: fit-content;
  margin: auto;
}

.header__title h1::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 1498px;
  opacity: 0.3;
  background: radial-gradient(50% 50% at 50% 50%, #f99 0%, #ffe4e4 100%);
  mix-blend-mode: multiply;
  filter: blur(45px);
  z-index: -1;
}
.header__title h1 > span {
  color: rgb(var(--wht));
}
.header__title h1 p {
  color: rgb(var(--wht));
}
.type-1,
.type-2 {
  line-height: 1.7;
}
.type-1 {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  /* font-size: 48px; */
  font-size: clamp(24px, calc(24px + (48 - 24) * ((100vw - 1024px) / (1920 - 1024))), 48px);
  font-weight: 800;
}
.type-2 {
  text-shadow: 0 5.034px 3.356px rgba(0, 0, 0, 0.25);
  /* font-size: 140px; */
  font-size: clamp(70px, calc(70px + 70 * ((100vw - 1024px) / 896)), 140px);
  font-weight: 600;
  letter-spacing: 14px;
  transform: translateY(-2.2vw);
  /* transform: translateY(-40px); */
}
.type-3 {
  /* margin-top: -165px; */
  margin-top: -9.1vw;
  position: relative;
  margin-bottom: 0 !important;
}
.type-3 span {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 600;
}
.type-3 .type-3_1 {
  /* font-size: 283.619px; */
  font-size: clamp(141.81px, calc((283.619 / 1920) * 100vw), 283.619px);
  letter-spacing: 8.509px;
}
.type-3 .type-3_2 {
  /* font-size: 171.358px; */
  font-size: clamp(85.68px, calc((171.358 / 1920) * 100vw), 171.358px);
  letter-spacing: 5.141px;
  display: inline-block;
  /* transform: translateY(-60px); */
  transform: translateY(-3.3vw);
}
.type-3 .type-3_3 {
  /* font-size: 171.358px; */
  font-size: clamp(85.68px, calc((171.358 / 1920) * 100vw), 171.358px);
  letter-spacing: 5.141px;
}
.type-3 .type-3_4 {
  /* font-size: 259.922px; */
  font-size: clamp(129.96px, calc((259.922 / 1920) * 100vw), 259.922px);
  letter-spacing: 7.798px;
}
.type-3 .type-3_5 {
  position: absolute;
  /* right: -155px;
  bottom: 130px; */
  right: -17%;
  bottom: 27%;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Alex Brush", cursive;
  /* font-size: 100.688px; */
  font-size: clamp(50.34px, calc((100.688 / 1920) * 100vw), 100.688px);
  font-weight: 400;
  line-height: 1.2;
  transform: rotate(-15.653deg);
  color: #ee87b4;
}
.font-set {
  /* font-size: 56px; */
  font-size: clamp(28px, calc((56 / 1920) * 100vw), 56px);
  text-align: center;
}
.type-4 {
  text-shadow: 0 1.043px 0.695px rgba(0, 0, 0, 0.25);
  /* font-size: 40px; */
  font-size: clamp(20px, calc((40 / 1920) * 100vw), 40px);
  font-weight: 600;
  letter-spacing: 0.6px;
  border-top: 1px solid rgb(var(--wht));
  border-bottom: 1px solid rgb(var(--wht));
  width: 45%;
  text-align: center;
  /* transform: translateY(-100px); */
  transform: translateY(-5.5vw);
}
.type-5 {
  text-shadow: 0 1.043px 0.695px rgba(0, 0, 0, 0.25);
  /* font-size: 36px; */
  font-size: clamp(18px, calc((36 / 1920) * 100vw), 36px);
  font-weight: 600;
  letter-spacing: 0.48px;
  /* transform: translateY(-100px); */
  transform: translateY(-5.5vw);
}
.type-6 {
  text-align: center;
  text-shadow: 0 5px 3px rgba(0, 0, 0, 0.25);
  /* font-size: 40px; */
  font-size: clamp(20px, calc((40 / 1920) * 100vw), 40px);
  font-weight: 800;
  /* transform: translateY(-60px); */
  transform: translateY(-3.3vw);
}

.header__lead {
  width: 100%;
  color: rgb(var(--wht));
  font-family: var(--mincho);
  font-size: 2.5vw;
  text-align: center;
  letter-spacing: 0.05em;
  top: 43.42549%;
}

.header__image {
  width: 71.48438%;
  top: 53.80984%;
}
@media screen and (max-width: 1023.98px) {
  .header__title {
    top: 4%;
  }
  .type-1 {
    /* font-size: 16px; */
    font-size: 4vw;
    text-shadow: 0 0.829px 0.829px rgba(0, 0, 0, 0.25);
  }
  .type-2 {
    /* font-size: 32px; */
    font-size: 9vw;
    text-shadow: 0 1.043px 0.695px rgba(0, 0, 0, 0.25);
    transform: none;
  }
  .type-3 {
    /* margin-top: -35px; */
    margin-top: -8vw;
  }
  .type-3 span {
    text-shadow: 0 1.295px 1.295px rgba(0, 0, 0, 0.25);
  }
  .type-3 .type-3_1 {
    /* font-size: 91.832px; */
    font-size: 25vw;
    letter-spacing: 2.755px;
  }
  .type-3 .type-3_2 {
    /* font-size: 55.484px; */
    font-size: 15vw;
    letter-spacing: 1.665px;
    transform: translateY(-25px);
  }
  .type-3 .type-3_3 {
    /* font-size: 55.484px; */
    font-size: 15vw;
    letter-spacing: 1.665px;
  }
  .type-3 .type-3_4 {
    /* font-size: 84.16px; */
    font-size: 23vw;
    letter-spacing: 2.525px;
  }
  .type-3 .type-3_5 {
    /* font-size: 32.601px; */
    font-size: 8.7vw;
    /* right: -25px;
    bottom: 35px; */
    right: -9%;
    bottom: 24%;
  }
  .font-set {
    /* font-size: 18.132px; */
    font-size: 5vw;
  }
  .type-4 {
    /* font-size: 20px; */
    font-size: 5.4vw;
    text-shadow: 0 1.043px 0.695px rgba(0, 0, 0, 0.25);
    width: 80%;
    transform: translateY(-20px);
  }
  .type-5 {
    /* font-size: 16px; */
    font-size: 4.3vw;
    transform: translateY(-20px);
    text-shadow: 0 1.043px 0.695px rgba(0, 0, 0, 0.25);
  }
  .type-6 {
    /* font-size: 16px; */
    font-size: 4vw;
    transform: none;
    text-shadow: 0 1.036px 0.622px rgba(0, 0, 0, 0.25);
  }
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.delay01 {
  animation-delay: 0.5s;
}

.delay02 {
  animation-delay: 1s;
}

.delay03 {
  animation-delay: 1.5s;
}

/* ---------------------------------------------------
	footer
---------------------------------------------------- */
.footer {
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .footer {
    padding-top: 13.33333vw;
  }
}

/*
	hotelNav
------------------------------ */
.footer__hotelNav {
  line-height: 1;
  color: rgb(var(--blk));
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer__hotelNav li {
  margin: 0 0 1rem;
  text-indent: 0;
  display: flex;
  position: relative;
}

.footer__hotelNav li:first-of-type::before,
.footer__hotelNav li::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.footer__hotelNav li:first-of-type::before {
  left: 0;
  content: "|";
}

.footer__hotelNav li::after {
  right: 0;
  content: "|";
}

.footer__hotelNav li a {
  padding: 0 1em;
  color: rgb(var(--blk));
  text-decoration: none;
  display: inline-block;
}

.footer__hotelNav li a:hover {
  text-decoration: underline;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .footer__hotelNav {
    text-align: center;
    display: block;
  }

  .footer__hotelNav li:first-of-type::before,
  .footer__hotelNav li::after {
    content: "";
  }

  .footer__hotelNav li {
    margin-bottom: 1rem;
    justify-content: center;
  }

  .footer__hotelNav li a {
    display: inline-block;
    position: relative;
  }

  .footer__hotelNav li a::before,
  .footer__hotelNav li a::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "|";
  }

  .footer__hotelNav li a::before {
    left: 0;
  }

  .footer__hotelNav li a::after {
    right: 0;
  }
}

/*
	copy
------------------------------ */
.copy {
  padding: 2rem 0 3rem;
  color: rgba(var(--blk), 0.5);
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .copy {
    font-size: 2.93333vw;
  }
}

/*
	footer__address
------------------------------ */
.footer__address {
  text-align: center;
}

.footer__address .hotelName {
  font-size: 25px;
  font-weight: normal;
}

.footer__address .hotelAddress {
  margin-bottom: 2rem;
  font-size: 18px;
}

.footer__address .sns {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__address .sns li {
  margin: 0 1rem;
}
.footer__address .hotel_logo {
  max-width: 12%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .footer__address .hotelName {
    font-size: 6.13333vw;
    font-weight: normal;
  }

  .footer__address .hotelAddress {
    margin-bottom: 2rem;
    font-size: 4.26667vw;
  }
  .footer__address .hotel_logo {
    max-width: 50%;
    margin: 0 auto 20px;
  }
}

/*
	map
------------------------------ */
.map {
  margin-bottom: 4rem;
}

.map iframe {
  width: 100%;
  height: 360px;
}
