#mv {
  position: relative;
  width: 100%;
  height: 200px;
  background: url(../img/main.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 64px;
}

#mv::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .35;
}

#mv h1 {
  padding: 0 10px;
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

#mv h1 span {
  font-size: 14px;
  display: block;
}

#page {
  max-width: 500px;
  width: 92%;
  margin: 0 auto;
}

#page ul {
  width: 100%;
}

#page ul li {
  width: 100%;
  margin-bottom: 32px;
}

#page ul li:nth-of-type(2) h2::before {
  background-color: #65002A;
}

#page ul li:nth-of-type(2) .flex .reserve {
  background-color: #65002A;
  color: #fff;
}

#page ul li:nth-of-type(2) .flex .official {
  background-color: #fff;
  color: #65002A;
  border: 1px solid #65002A;
}

#page ul li:nth-of-type(3) h2::before {
  background-color: #B9B982;
}

#page ul li:nth-of-type(3) .flex .reserve {
  background-color: #B9B982;
  color: #fff;
}

#page ul li:nth-of-type(3) .flex .official {
  background-color: #fff;
  color: #B9B982;
  border: 1px solid #B9B982;
}

#page ul li h2 {
  position: relative;
  font-size: 18px;
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  padding-left: 16px;
  margin-bottom: 32px;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

#page ul li h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 100%;
  background-color: #C7B198;
}

#page ul li .picture {
  width: 100%;
  margin-bottom: 24px;
}

#page ul li .picture img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#page ul li p {
  font-size: 14px;
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 24px;
}

#page ul li .flex {
  width: 100%;
}

#page ul li .flex .btn {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

#page ul li .flex .reserve {
  background-color: #C7B198;
  color: #fff;
  margin-bottom: 8px;
}

#page ul li .flex .official {
  background-color: #fff;
  color: #C7B198;
  border: 1px solid #C7B198;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

footer {
  width: 100%;
  height: 32px;
  background-color: #C7B198;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

footer small {
  font-size: 12px;
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}
