@charset "UTF-8";
.Mv {
  position: relative;
  width: 100%;
  height: calc(100vh - 220px);
  min-height: 100%;
}

@media only screen and (max-width: 767px) {
  .Mv {
    height: auto;
  }
}

.Slider {
  height: calc(100vh - 220px);
}

.Slider .slick-slider {
  height: 100%;
}

.Slider .slick-list {
  height: 100%;
}

.Slider .slick-list * {
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .Slider {
    height: 350px;
  }
}

.Lead {
  position: relative;
}

.Lead::before {
  content: 'make presious memories';
  color: #d4bf94;
  opacity: 0.3;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 10rem;
  position: absolute;
  left: 0;
  top: 0;
  animation: fadeIn 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.Lead .l-inner-main {
  padding-top: 100px;
}

.Lead .l-inner-main::before {
  background: url(../images/top/workshop.jpg) left center no-repeat;
  content: '';
  width: 300px;
  height: 400px;
  display: block;
  position: absolute;
  left: 0;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
}

.Lead .LeadTtl + p + p  {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .Lead::before {
    font-size: 5rem;
    line-height: 1;
    top: 20px;
  }
  .Lead .l-inner-main::before {
    width: 150px;
    height: 200px;
    opacity: 0.4;
    background-size: contain;
    top: 45%;
    left: -10px;
  }
  .Lead .LeadTtl {
    margin-bottom: 30px;
  }
  .Lead .LeadTtl + p + p  {
    margin-bottom: 30px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.3;
  }
}

.LeadRing {
  position: absolute;
  right: 0;
  bottom: -70px;
}

@media only screen and (max-width: 767px) {
  .LeadRing {
    width: 100px;
    height: auto;
    bottom: 30px;
    z-index: -1;
    opacity: 0.4;
  }
}

.Covid li {
  width: 30%;
  display: inline-block;
}

@media only screen and (max-width: 1199px) {
  .Covid li {
    width: 49%;
  }
}

@media only screen and (max-width: 767px) {
  .Covid li {
    width: 100%;
  }
}

.CourceBox {
  margin-bottom: 180px;
}

.CourceBox table th {
  width: 8em;
  position: relative;
  color: #d4bf94;
  font-family: "Times New Roman", 游明朝, "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
}

.CourceBox table th::after {
  content: "/";
  position: absolute;
  right: 0;
  color: rgba(212, 191, 148, 0.8);
}

.CourceBox table td {
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  .CourceBox {
    margin-bottom: 120px;
  }
  .CourceBox table {
    width: 100%;
  }
  .CourceBox table th {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  .CourceBox table th::after {
    content: '';
  }
  .CourceBox table td {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  .CourceBox table tr:not(:last-child) td {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f6f2ea;
  }
}
