@charset "utf-8";

body {
  background: #504242;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.85;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
}

@media screen and (max-width:768px) {
  body {
    font-size: 0.8rem;
  }
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #fff;
  outline: none;
}

a:hover,
a:active {
  text-decoration: none;
}


.heading-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}

.heading-block h1 {
  font-family: "Cormorant Infant", serif;
  font-weight: 300;
  font-size: 6vw;
  line-height: 1;
  letter-spacing: 0.05em;
}

.heading-block p {
  font-size: 1.3vw;
  letter-spacing: 0.5em;
}

/* Screen ~768px */
@media only screen and (max-width:768px) {
  .heading-block h1 {
    font-size: 2.1em;
    letter-spacing: 0;
  }

  .heading-block p {
    font-size: 0.84em;
    letter-spacing: 0.15em;
  }
}

.text-area {
  width: 100%;
  max-width: 350px;
  background: rgb(255 255 255 / 60%);
  padding: 40px;
  margin: 0 0 0 40px;
  border-radius: 2px;
}

.text-area h2 {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  line-height: 1.25;
  color: #333;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  text-align: center;
}

.text-area h2 span {
  font-size: 1.3rem;
  color: #555;
  display: block;
  margin-top: 5px;
  margin-bottom: 15px;
}

.text-area p {
  margin: 0;
  letter-spacing: 0.03em;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}

@media screen and (max-width:768px) {
  .text-area {
    margin: 0;
    max-width: 300px;
  }

  .text-area h2 span {
    letter-spacing: 0.03;
  }
}

#box1 .text-area {
  background-color: rgb(73 60 60 / 70%);
  padding: 40px 40px 25px;
  border: none;
}

#box1 .text-area h2 {
  color: #bfb969;
}

#box1 .text-area h2 span {
  font-size: 2rem;
  font-family: "Cormorant Infant", serif;
  font-weight: 300;
  color: #bfb969;
  letter-spacing: 0;
  margin-top: 0;
}

#box1 .text-area p {
  line-height: 2.3;
  color: #fff;
}

#box1 .text-area img {
  width: 60px;
  margin-top: 20px;
  text-align: center;
}

.prices-container {
  display: flex;
  justify-content: space-around;
}

.price-notes {
  font-size: 0.8rem;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  margin-top: 25px;
}

.price-notes p {
  letter-spacing: -0.01em;
}

.prices-container-plus {
  display: flex;
  justify-content: space-between;
}

.between-items {
  margin-bottom: 25px;
  margin-top: 5px;
  text-align: left;
}

.between-desc {
  margin-bottom: 7px;
}

.between-ast {
  margin-top: 15px;
  text-align: justify;
  padding-left: 1em;
  text-indent: -1em;
}

.rene-contents ul {
  line-height: 1.8;
}

@media screen and (max-width:768px) {
  .prices-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .price-notes {
    font-size: 0.6rem;
  }
  
  .between-ast {
    font-size: 0.66rem;
  }
}

#box6 .text-area p {
  margin-bottom: 25px;
}

#box6 .price-notes p {
  margin-bottom: 0px;
}

#box9 .prices-container {
  margin: 25px 0;
}

#box10 .text-area h2 span {
  font-size: 1.2rem;
  margin-bottom: 25px;
}

#box10 .prices-container {
  justify-content: space-between;
}

.modaal-content-container {
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}

.modaal-content-container .prices-container {
  margin-bottom: 25px;
  margin-top: 7px;
}

.modaal-content-container .prices-container-plus {
  margin-top: 7px;
}

.modaal-content-container .prices-container .price {
  letter-spacing: -0.04em;
}

.modaal-content-container .item, .modaal-content-container .items {
  font-weight: bold;
}

.modaal-content-container .item span, .modaal-content-container .items span {
  font-weight: normal;
}

.modaal-content-container .items, .mco-prices-container {
  margin-bottom: 25px;
}


/* footer */
.w-container {
  width: min(92%, 1166px);
  margin: auto;
  position: relative;
}

.footer-inner {
  padding: 30px 0;
  background-color: #f0f0f0;
  color: #333;
  font-size: 12px;
}

.footer-container {
  display: grid;
  gap: 10px;
  justify-items: center;
}

@media (min-width: 768px) {
  .footer-container {
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto;
    gap: 10px;
  }

  .footer-container>*:not(.footer-icon) {
    justify-self: start;
  }

  .footer-container>.footer-icon {
    grid-column: 2;
    grid-row: 1 / 4;
    justify-self: end;
    align-self: center;
  }
}

.footer-icon {
  display: flex;
  gap: 30px;
  height: 50px;
}

.footer-icon img {
  width: 24px;
  opacity: 40%;
}

.footer-icon img:hover {
  opacity: 80%;
}

.footer-address {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.footer-address li a {
  color: #333;
}

.footer-copy {
  font-size: 11px;
}