@charset "UTF-8";
/* ======================================================
  Close
====================================================== */
.wrapper.is-close {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
}
.is_hidden {
  transform: translate(0, 0);
  opacity: 1;
}
.reservation {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .c-close {
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.8);
  }
  .c-close img {
    width: 100%;
    min-width: 1024px;
  }
  .c-close__bg {
    height: calc(100vh - 80px);
  }
  .c-close__box {
    position: absolute;
    z-index: 9999;
    top: calc(50% - 80px);
    left: 50%;
    display: inline-block;
    padding: 60px 140px;
    transform: translate(-50%, -50%);
    border: solid 2px #ccc;
    background: #fff;
  }
  .c-close__text {
    font-size: 20px;
    line-height: 2;
    margin-bottom: 30px;
    text-align: center;
    white-space: nowrap;
  }
  .c-close__btn {
    text-align: center;
  }
  .c-close__btn a {
    display: inline-flex;
    width: 360px;
    height: 50px;
    text-decoration: none;
    color: #fff;
    background: #1b8d53;
    align-items: center;
    justify-content: center;
  }
  .c-close__btn a span {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-left: 30px;
  }
  .c-close__btn a span::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 30px;
    content: "";
    transform: translateY(-50%);
    background: url("../img/common/arrow.svg") center no-repeat;
  }
  .c-close__copy {
    font-size: 13px;
    line-height: 1.8;
    padding: 16px 0;
    text-align: center;
    letter-spacing: 1.5px;
    background: #fff;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  .c-close__copy {
    font-size: 10px;
    line-height: 1.4;
    margin-top: 4vw;
  }
}

@media screen and (max-width: 768px) {
  .c-close {
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.8);
  }
  .c-close img {
    width: 100%;
  }
  .c-close__bg {
    height: calc(100vh - 60px);
  }
  .c-close__box {
    position: absolute;
    z-index: 9999;
    top: calc(50% - 60px);
    left: 50%;
    display: inline-block;
    padding: 15vw 5vw;
    transform: translate(-50%, -50%);
    border: solid 2px #ccc;
    background: #fff;
  }
  .c-close__text {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 30px;
    text-align: center;
    white-space: nowrap;
  }
  .c-close__btn {
    text-align: center;
  }
  .c-close__btn a {
    display: inline-flex;
    width: 80vw;
    height: 15vw;
    text-decoration: none;
    color: #fff;
    background: #1b8d53;
    align-items: center;
    justify-content: center;
  }
  .c-close__btn a span {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-left: 30px;
  }
  .c-close__btn a span::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 30px;
    content: "";
    transform: translateY(-50%);
    background: url("../img/common/arrow.svg") center no-repeat;
  }
  .c-close__copy {
    font-size: 13px;
    line-height: 1.8;
    padding: 16px 0;
    text-align: center;
    letter-spacing: 1.5px;
    background: #fff;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .c-close__copy {
    font-size: 10px;
    line-height: 1.4;
  }
}