@charset "UTF-8";

h2 {
  font-size: 1.5rem;
  margin: 2rem 0 0;
}
/* img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
} */
a {
  text-decoration: none;
  color: #fff;
}

ul li {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 4%;
}

.keyvisual {
  /* display: none; */
  background-image: url(../images/rsrv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 20%;
}

.keyvisual p {
  font-size: clamp(2rem, 6vw, 5rem);
  color: #fff;
  text-shadow: 5px 5px 0px #394c51;
  background-image: linear-gradient(180deg, transparent 10%, #98989b 80%);
  padding-left: 4%;
}
.calender {
  width: 300px;
  height: auto;
  display: block;
  margin: 1rem auto;
}
#reserv,
#cancel {
  padding: 2rem 0 1rem;
  text-align: center;
}
.sub-title {
  font-size: 2rem;
  display: inline-block;
  margin: 0 0 2rem;
  /* background-image: linear-gradient(rgb(0 0 0 / 0) 70%, #6ce1f9 70%); */
	background: linear-gradient(transparent 50%, rgba(108, 225, 249, 0.5) 50%);
}

.reserv-text {
  display: grid;
  max-width: 100%;
  text-align: justify;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
.note {
  padding-left: 10px;
}
.redSM {
  font-size: 0.8rem;
  text-align: left;
  color: rgb(238, 9, 9);
}

.login-btm {
  width: 110px;
  background-color: #353656;
  border-radius: 10px;
  margin: 1.5rem auto;
  padding: 5px;
  color: #fff;
}

/* FOOTER ---------------- */
/* .copyright {
  padding: 1.5rem 0;
  background: #353656;
  text-align: center;
  color: #fff;
} */
/* .page-top {
  width: 80px;
  height: 60px;
  background: url(../images/pagetop.svg) no-repeat center/60%;
  background-color: rgb(56 62 69 / 0.7);
  border-radius: 30% 0 0 30%;
  position: fixed;
  right: -100px;
  bottom: 110px;
  transition: transform 1s linear;
}

.page-top.slidein {
  transform: translateX(-100px);
} */
/* メニューオープン時 */

@media (max-width: 1040px) {
  body.menu-open {
    overflow: clip; /* 固定 */
  }
  #gnav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 50%;
    background-image: linear-gradient(225deg, transparent 0%, #353656 70%);
    visibility: hidden;
    z-index: 998;
    transition: all 0.3s;
  }
  .menu-open #gnav {
    translate: -100%;
    visibility: visible;
  }
  #gnav ul {
    height: 100%;
    flex-direction: column;
    justify-content: center;
    font-size: 1.2rem;
  }
  #gnav li {
    text-align: center;
    height: 75px;
    line-height: 75px;
  }
  #gnav a {
    display: block;
  }
}
@media (min-width: 600px) {
  .keyvisual {
    /* display: block; */
    background-image: url(../images/reserv.jpg);
  }
  .keyvisual p {
    background-image: none;
  }
  .reserv-text {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1041px) {
  .header-container {
    height: 110px;
  }
  .header-logo img {
    width: 80px;
    height: 80px;
  }
  #gnav ul {
    font-size: 1.2rem;
    gap: 1.5rem;
  }
  #menu-btn {
    display: none;
  }
  .container {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  .time-tb {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}
