@charset "utf-8";

body {
  font-family: "Noto Serif JP", serif;
}

header a {
  color: #000 !important;
}

nav {
  position: fixed;
  width: 100%;
  /* overflow: hidden;
  font-family: 'Noto Serif', serif;
  height: 70vh; */
  z-index: 20;
}

label {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1000;
}

nav span {
  width: 20px;
  height: 1px;
  background-color: black;
  position: absolute;
  right: 15px;
  transition: 0.3s;
  z-index: 100;
}

.span1 {
  top: 20px;
}

.span2 {
  top: 27px;
}

.span3 {
  top: 34px;
}

#check:checked ~ .span2 {
  display: none;
}

#check:checked ~ .span1 {
  width: 27px;
  transform: rotate(45deg);
  top: 27px;
  right: 12px;
}

#check:checked ~ .span3 {
  width: 27px;
  transform: rotate(-45deg);
  top: 27px;
  right: 12px;
}

#check {
  display: none;
}

nav ul {
  width: 30%;
  height: auto;
  background-color: #ffffffb3;
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
  position: absolute;
  top: 0;
  right: -100%;
  transition: 1s;
  z-index: 10;
  border-radius: 0 0 0 30px;
}

nav li {
  margin-top: 20px;
  text-align: center;
  padding: 20px 0;
}

#check:checked ~ ul {
  right: 0;
}

.mv {
  padding: 200px 0;
}
.mv h1 {
  text-align: center;
}

.mv h1 img {
  width: 30%;
}

.content {
  width: 100%;
  margin: 100px auto 0;
}

.concept h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 40px;
}

.concept p {
  text-align: center;
  line-height: 50px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb30 {
  margin-bottom: 30px;
}

.fade01 {
  /* font-family: 'Noto Serif', serif; */
  font-size: 1.8rem;
}

.info {
  /* font-family: 'Noto Serif', serif; */
  text-align: center;
  font-size: 18px;
  width: 96%;
  margin: 0 auto;
}

.info table {
  width: 900px;
  margin: 0 auto;
}

.info table tr {
  line-height: 40px;
}

.info table th {
  margin-right: 50px;
  display: block;
  width: 80px;
}

.info table td {
  text-align: left;
}

.reserve {
  text-align: center;
  /* font-family: 'Noto Serif', serif; */
}

.h_reserve a {
  text-decoration: none;
  padding: 10px 100px;
  display: block;
  color: #000;
}

.reserve a {
  text-decoration: none;
  padding: 10px 100px;
  display: block;
  color: #000;
}

.reserve p {
  border: 1px solid #000;
  width: fit-content;
  margin: 60px auto;
}

.copy {
  text-align: center;
  margin: 0;
}

.mt50 {
  margin-top: 50px;
}

.mt200 {
  margin-top: 200px;
}

.mt-20 {
  margin-top: -20px;
  display: block;
}

.mr15 {
  margin-right: 15px;
}

.insta {
  width: 3%;
  vertical-align: middle;
}

.sitemap_area {
  line-height: 40px;
  margin-bottom: 150px;
}

.menu_table {
  width: 96%;
  margin: 0 auto;
  margin-bottom: 150px;
  line-height: 50px;
}

.menu_table table {
  width: 900px;
  margin: 0 auto;
  text-align: left;
}

.c-section:nth-child(odd) {
  background: #fff;
}

.gallery_list {
  display: flex;
  width: 900px;
  margin: 0 auto;
}

.gallery_list li {
  justify-content: space-between;
  width: 25%;
}

.gallery_list li img {
  width: 90%;
}

a:not([class]) {
  color: #000000;
  text-decoration: none;
}

.link {
  margin-top: -25px;
}

@media screen and (max-width: 1025px) {
  .mv {
    padding: 160px 0;
  }

  .mt200 {
    margin-top: 0;
  }

  .menu_table table {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }

  .gallery_list li {
    width: 50%;
  }

  .info {
    font-size: 12px;
  }

  .menu_table table {
    width: 90%;
    font-size: 12px;
  }

  .content {
    width: 100%;
    margin: 50px auto 0;
  }

  nav ul {
    width: 70%;
  }

  nav li {
    padding: 0 0 20px;
  }

  nav li :nth-child(1) {
    margin-top: 0;
  }

  .mv {
    padding: 100px 0;
  }

  .mv h1 img {
    width: 75%;
  }

  .info table {
    width: 90%;
    margin: 0 auto;
  }

  .info table th {
    margin-right: 10px;
    display: block;
    text-align: left;
  }

  .info table td {
    text-align: left;
    word-break: break-word;
  }

  .mv h1 {
    text-align: center;
    width: 70%;
    margin: 0 auto;
  }

  .g-fixarea-footer {
    display: none;
  }

  .gallery_list {
    width: 96%;
    flex-wrap: wrap;
  }

  .post-content p {
    font-size: 12px;
  }

  .post-content ul {
    font-size: 12px;
  }

  .insta {
    width: 5%;
    vertical-align: middle;
  }
}
