@charset "UTF-8";

/* =======共通======= */
main {
  width: 100%;
  /* padding: 4%; */
}

header {
  margin-bottom: 100px;
  height: 50vh;
}

/* h1,h2→common指定 */
h3 {
  font-size: 1.5rem;
  padding-bottom: 5px;
}

h4 {
  font-size: 1.2rem;
  line-height: 2.5rem;
  background: linear-gradient(transparent 95%, #898989 0%);
  display: inline;
}

.slider {
  width: 50%;
  margin: 0 50px 0 0;
}

/* ---------nav折り返し--------- */
#g-nav-list {
  text-align: left;
}

/* header-nav 改行*/
header p {
  white-space: nowrap;
  display: inline-block;
}

.sp-wrap {
  display: none;
}

/* -----------header------------ */
h1 .big-text {
  font-size: 3rem;
}

header {
  min-height: 500px;
  height: 50vh;
  margin-bottom: 100px;
  background-image: url(../images/reservation_top.jpg);
  background-size: cover;
  background-position: center top;
  text-align: center;
}


/* =======.plan ======= */
.plan {
  display: flex;
  margin: 0 auto;
  padding: 0 10% 70px;
  justify-content: space-between;
  /* justify-content: center; */
}

.plan_text {
  width: 50%;
  margin: 0 10px;
}

/* =======cc======== */
.cc_text {
  margin-bottom: 70px;
  padding: 0 4%;
}

.cc_text h3 {
  padding-left: 30px;
}

.cc_text p {
  padding-left: 60px;
}

/* ======store===== */
table {
  margin: 10px 10px 0 0;
}

th,
td {
  border: solid 2px #000;
  padding: 15px 50px;
  text-align: center;
}

th {
  font-weight: normal;
  color: #fff;
  background-color: #143c1a;
}

/* =======footer======== */
footer {
  margin-top: 200px;
}

.logo {
  width: 100px;
  margin: auto;
}

.logo img {
  width: 100px;
  margin-bottom: 0;
}


@media (max-width: 768px) {

  header h1 img {
    width: 100px;
    top: 45%;
    left: 10%;
  }

  h3 {
    font-size: 1.2rem;
  }

  .slider {
    width: 90%;
    margin: 0 0 10px 0;
  }

  .clickbtna {
    margin: 15px auto;
  }

  .plan {
    flex-direction: column;
    justify-content: center;
  }

  .plan_text {
    width: 90%;
    margin: 0 auto;
  }

  .cc_text p {
    width: 90%;
    padding-left: 60px;
  }

  table {
    margin: 20px 0;
  }

}