#reservation-button,
#reservation-modal {
  display: none;
}

#reservation-modal .reservation-modal_text {
  font-size: 10vw;
}

@media screen and (max-width: 990px) {
  #reservation-button {
    /* position: fixed;
    left: 10px;
    z-index: 2;
    bottom: 10px;
    width: calc(100% - 90px);
    max-width: inherit !important;
    opacity: 0;
    transform: translateY(100px); */
    display: block;
  }

  #reservation-button.UpMove {
    animation: UpAnime 0.5s forwards;
  }

  #reservation-button button {
    background: #283342;
    height: 100%;
    /* color: #fff;
    text-align: center; */
    line-height: 1.5 !important;
    letter-spacing: 0.1em;
    width: 100%;
    display: grid;
    place-content: center;
    text-transform: uppercase;
    border: none;
  }

  #reservation-button button:hover {
    transition: all 0.3s;
    opacity: 0.9;
    cursor: pointer;
  }

  #reservation-button button span {
    font-size: 13px;
  }

  #reservation-modal {
    width: 100%;
    height: 100svh;
    max-width: inherit;
    max-height: inherit;
    border: none;
    background: none;
    letter-spacing: 0.1em;
    text-align: center;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 0.9;
    }
  }

  #reservation-modal[open] {
    display: flex;
  }

  #reservation-modal::backdrop {
    background: #283342;
    opacity: 0.9;
    transition: opacity 0.3s;
  }

  #reservation-modal[open]::backdrop {
    animation: fadeIn 0.5s 1;
  }

  #reservation-modal .reservation-modal_inner {
    position: relative;
    z-index: 1;
    padding: 40px 24px;
    margin: auto;
    width: 100%;
    max-width: 640px;
  }

  #reservation-modal * {
    color: #fff;
  }

  #reservation-modal .reservation-modal_text {
    font-size: 15vw;
    opacity: 0.15;
    position: fixed;
    top: 0;
    left: 0;
    writing-mode: vertical-rl;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: 0.1em;
  }

  #reservation-modal .reservation-modal_close-btn {
    display: grid;
    margin: 64px auto 0;
    place-content: center;
    border: none;
  }

  #reservation-modal .reservation-modal_close-btn:hover {
    opacity: 0.7;
    transition: all 0.3s;
    cursor: pointer;
  }

  #reservation-modal .dli-close {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 24px;
    height: 0.1em;
    background: currentColor;
    border-radius: 0.1em;
    margin: 0 auto;
    position: relative;
    transform: rotate(45deg);
    margin-bottom: 10px;
  }

  #reservation-modal .dli-close::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
  }

  #reservation-modal .reservation-modal_title {
    text-transform: uppercase;
    max-width: inherit !important;
    line-height: 1.5 !important;
    display: grid;
    font-size: 16px;
  }

  #reservation-modal .reservation-modal_title span {
    font-size: 13px;
  }

  #reservation-modal .reservation-modal_tel {
    display: grid;
    line-height: 1.5;
    max-width: inherit;
    font-size: 20px;
    letter-spacing: 0.2em;
  }

  #reservation-modal .reservation-modal_tel span {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0;
  }

  #reservation-modal .reservation-modal_sub-ttile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 64px;
    gap: 5px;
    margin-bottom: 24px;
    font-size: 16px;
  }

  #reservation-modal .reservation-modal_sub-ttile:before,
  #reservation-modal .reservation-modal_sub-ttile:after {
    content: "";
    width: 20px;
    height: 1px;
    background: #fff;
  }

  #reservation-modal .reservation-modal_link {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  #reservation-modal .reservation-modal_link a {
    display: grid;
    place-content: center;
    border: 1px solid #fff;
    min-height: 72px;
    line-height: 1.75;
    max-width: inherit;
    transition: all 0.3s;
  }

  #reservation-modal .reservation-modal_link a:hover {
    background: #fff;
    color: #68461c;
  }
}

@media (max-width: 575px) {
  .slider-wrapper.full_sp .slick-slide figure img {
    height: auto;
  }
}

.page-id-28 .slider-wrapper .slick-slide figure img {
  height: auto;
}


.event-Tag--fix {
  padding: 1rem;
  position: fixed;
  right: 1em;
  bottom: 0;
  text-align: center;
  background: #963549;
  color: #fff;
  width: 264px;
  font-size: .7rem;
  z-index: 2;
}
.event-Tag--fix img {
  display: block;
  margin-bottom: 0.4rem;
}

.sp-only {
  display: none;
}

#fixedBottomNav {
  --offset: 10px;
  inset-block-end: calc(var(--offset) + env(safe-area-inset-bottom));
  inset-inline-end: var(--offset);
}

#fixedBottomNav .buttons {
  height: 5rem;
  width: 88%;
  margin: auto;
  border-radius: .5rem;
  border: 1px solid;
}

@media (max-width: 640px) {
  .event-Tag--fix {
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    padding: 1rem;
    width: 93%;
    gap: 1rem;
    text-align: left;
    bottom: 56px;
    margin: 1rem;
    border-radius: 4px;
  }
  .event-Tag--fix img {
    width: 25vw;
  }

  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

.txtBox h4 {
  font-size:1.4rem;
  margin-top: .5rem;
}
@media (min-width:640.1px) {
  .txtBox h4 {
    font-size:1.2rem;
  }
}
.txtBox h6 {
  color: var(--white);
  background: var(--color2);
  font-size: .8rem;
  width: fit-content;
  min-width: 125px;
  padding: .1rem .5rem;
}
@media (min-width:640.1px) {
  .txtBox h6 {
    margin: auto;
  }
}
