@charset "utf-8";

.header {
  background-color: #ffffffb9;
}

.wrap {
  animation: fadein 3s forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.center {
  max-width: 800px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 50px;
  color: rgb(128, 128, 128);
}

.h1 {
  font-size: 15px;
  line-height: 25px;
  text-align: justify;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  padding: 20px;
  padding-top: 40px;
}

.h2 {
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
  line-height: 18px;
  text-align: center;
}

.h3 {
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
  line-height: 20px;
  padding-top: 20px;
  text-align: center;
}

.h4 {
  font-size: 15px;
  line-height: 25px;
  text-align: justify;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  padding-top: 30px;
}

.top {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: rgb(128, 128, 128);
}

.top p {
  font-size: 13px;
  line-height: 25px;
  text-align: justify;
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  font-style: normal;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
}

.top img {
  margin-top: 70px;
}

.sub img {
  padding-top: 30px;
}

.sub p {
  font-size: 13px;
  line-height: 27px;
  text-align: justify;
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  font-style: normal;
  padding: 25px;
}

.fade {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.5s, transform 15s;
}
.fade.active {
  opacity: 1;
  transform: translateY(0px);
}

.grid-list {
  display: grid;
  grid-template-columns: repeat(4, 190px);
  grid-template-columns: repeat(4, 190px);
  column-gap: 70px;
  row-gap: 80px;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 20px;
}

.grid-list img {
  box-shadow: 0 0 4px #cfcfcf;
}

.grid-list dt {
  color: rgb(132, 132, 132);
  font-size: 12px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  text-align: left;
  padding-top: 10px;
}

.grid-list dd {
  font-size: 11px;
  font-family: "Montserrat", serif;
  font-weight: 200;
  font-style: normal;
  text-align: left;
  line-height: 20px;
  padding-top: 5px;
}

.pay-menu {
  padding: 10px;
  margin-top: 100px;
  margin-bottom: 50px;
}

.contact-box {
  display: inline-block;
  width: 600px;
  max-width: 100%;
  border: 0.3px solid #999999;
  border-radius: 0px;
  padding: 2em 2em 2em;
  position: relative;
  text-align: left;
  margin: 0 auto;
}
.contact-box .contact-box-title {
  padding: 0.4em;
  font-size: 13px;
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #999999;
  white-space: nowrap;
}

.button {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.button-outline {
  color: #999999;
  justify-content: center;
  background-color: transparent;
  border: 0.3px solid #999999;
  border-radius: 9999px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
  padding-right: 40px;
  overflow-wrap: break-word;
}

.p1 {
  color: rgb(132, 132, 132);
  font-size: 15px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: normal;
  color: #999999;
  text-align: center;
}

.p2 {
  color: rgb(132, 132, 132);
  font-size: 12px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  font-style: normal;
  color: #999999;
  text-align: center;
  line-height: 18px;
  padding-top: 30px;
}

.p3 {
  color: rgrgb(185, 185, 185);
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
  line-height: 25px;
  padding-top: 30px;
  text-align: center;
}

table {
  border: 0.3px solid #999;
  box-sizing: border-box;
  border-collapse: collapse;
  margin: 0 auto;
  text-align: left;
  width: 600px;
  margin-top: 30px;
}
table th,
table td {
  padding: 0.5em 1em;
  color: rgrgb(185, 185, 185);
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 18px;
  border-bottom: 0.3px solid #999;
}

table th span,
table td span {
  padding: 0.5em 1em;
  font-size: 11px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 18px;
}

table th {
  background: #f5f5f5;
}

.sold-out {
  position: relative;
}

.sold-out:before {
  position: absolute;
  content: "";
  left: 0;
  top: 70px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 60px 0 0;
  border-color: rgba(229, 205, 224, 0.722) transparent transparent transparent;
}
.sold-out:after {
  position: absolute;
  content: "SOLD";
  transform: rotate(315deg);
  display: block;
  font-size: 13px;
  white-space: pre;
  color: #fff;
  top: 82px;
  left: 4px;
  text-align: center;
  z-index: 2;
  line-height: 1.2;
}

.new {
  position: relative;
}

.new:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: rgba(255, 250, 216, 0.303) transparent transparent transparent;
}
.new:after {
  position: absolute;
  content: "NEW";
  transform: rotate(315deg);
  display: block;
  font-size: 11px;
  white-space: pre;
  color: #fff;
  top: 12px;
  left: 4px;
  text-align: center;
  z-index: 2;
  line-height: 1.2;
}

@media (max-width: 769px) {
  .grid-list {
    display: grid;
    grid-template-columns: repeat(2, 40%);
    grid-template-columns: repeat(auto-fit, 40%);
    column-gap: 10%;
    row-gap: 50px;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  table {
    width: 100%;
    text-align: center;
  }
  table th,
  table td {
    display: block;
  }
  table th,
  table td {
    border-top: none;
    border-bottom: none;
  }
}
