.fv {
  height: 80vh;
  padding: 0 20px;
  background: url(../img/fv-sp.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .fv {
    height: 55vh;
  }
}
.fv__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fv__title {
  font-family: "Noto Serif", serif;
  text-align: center;
  line-height: 1.6;
  color: #fff;
  font-size: 46px;
  font-weight: 300;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .fv__title {
    font-size: 7.4666666667vw;
  }
}

.event {
  position: relative;
  overflow: hidden;
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .event {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.event__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.event__slider {
  margin-top: 50px;
  padding: 0 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .event__slider {
    margin-top: 10.6666666667vw;
    overflow: hidden;
  }
}
.event__slider--item .img {
  margin-bottom: 15px;
  position: relative;
}
.event__slider--item .img::after {
  content: "";
  position: absolute;
  top: 5px;
  right: -5px;
  width: 100%;
  height: 100%;
  background: #8d7962;
  border-radius: 15px;
}
.event__slider--item .img img {
  position: relative;
  z-index: 2;
  border-radius: 15px;
}
.event__slider--item .schedule {
  background: #5b5757;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
}
.event__slider--item .schedule span {
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
}
.event__slider--item .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.event__slider--item .box .name {
  line-height: 1.5;
  font-size: 14px;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .event__slider--item .box .name {
    font-size: 12px;
  }
}
.event__slider--item .box a {
  display: block;
  background: #8d7962;
  color: #fff;
  border-radius: 30px;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .event__slider--item .box a {
    font-size: 11px;
    padding: 10px 11px;
  }
}

.swiper-button-next,
.swiper-button-prev {
  top: 40%;
}
@media screen and (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    top: 24%;
    width: 20px;
  }
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}

.works {
  padding: 100px 40px;
  background: url(../img/works-bg.png) repeat;
  background-position: center;
  background-color: #a8967b;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .works {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.works__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.works .section__title {
  color: #fff;
}
.works__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .works__lists {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
    margin-top: 50px;
  }
}
.works__list--img {
  margin-bottom: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.works__list--img img {
  vertical-align: bottom;
}
.works__list--title {
  padding-left: 20px;
  border-left: 5px solid #fff;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.works__list--text {
  line-height: 1.5;
  color: #fff;
  font-size: 14px;
}

.guide {
  padding: 100px 40px;
  background: url(../img/guid-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #e8e4d9;
}
@media screen and (max-width: 768px) {
  .guide {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.guide__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.guide__text {
  max-width: 700px;
  margin: 50px auto 50px;
  line-height: 1.7;
  font-size: 14px;
  font-family: "Noto Serif", serif;
  text-align: justify;
}
.guide__img {
  max-width: 650px;
  text-align: center;
  margin: 0 auto;
}

.plan {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .plan {
    padding: 13.3333333333vw 0;
  }
}
.plan__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.plan__lists {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 50px;
  gap: 50px 20px;
}
@media screen and (max-width: 768px) {
  .plan__lists {
    display: block;
  }
}
.plan__list {
  width: 31%;
}
@media screen and (max-width: 768px) {
  .plan__list {
    width: 100%;
    margin-bottom: 60px;
  }
}
.plan__list--img {
  margin-bottom: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .plan__list--img {
    box-shadow: 0;
  }
}
.plan__list--img img {
  vertical-align: bottom;
  aspect-ratio: 1.7;
  -o-object-fit: cover;
     object-fit: cover;
}
.plan__list--price {
  width: -moz-max-content;
  width: max-content;
  padding: 5px 40px;
  color: #fff;
  margin: 0 auto;
  display: block;
  background: #8d7962;
  margin-bottom: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
}
.plan__list:nth-child(1) .plan__list--price {
  background: url(../img/label01.png) no-repeat;
  background-position: center;
  background-size: contain;
}
.plan__list:nth-child(2) .plan__list--price {
  background: url(../img/label02.png) no-repeat;
  background-position: center;
  background-size: contain;
}
.plan__list:nth-child(3) .plan__list--price {
  background: url(../img/label03.png) no-repeat;
  background-position: center;
  background-size: contain;
}
.plan__list:nth-child(4) .plan__list--price {
  background: url(../img/label04.png) no-repeat;
  background-position: center;
  background-size: contain;
}
.plan__list:nth-child(5) .plan__list--price {
  background: url(../img/label05.png) no-repeat;
  background-position: center;
  background-size: contain;
}
.plan__list--title {
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}

.points {
  padding: 100px 40px;
  background: #e8e4d9;
}
@media screen and (max-width: 768px) {
  .points {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.points__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.points__lists {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .points__lists {
    padding: 0 5.3333333333vw;
    margin-top: 100px;
  }
}
.points__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .points__list {
    margin-bottom: 80px;
  }
}
.points__list:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .points__list:nth-of-type(even) {
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .points__list--contents {
    position: absolute;
    left: 0;
    top: -40px;
    z-index: 2;
  }
}
.points__list .num {
  font-family: "Sen", sans-serif;
  font-size: 32px;
  margin-bottom: 10px;
  color: #504945;
}
@media screen and (max-width: 768px) {
  .points__list .num {
    font-size: 18px;
  }
}
.points__list .text {
  line-height: 1.7;
  color: #504945;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .points__list .text {
    font-size: 16px;
  }
}
.points__list--img {
  width: 55%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .points__list--img {
    width: 58%;
    margin-left: auto;
  }
}
.points__list--img .more {
  position: absolute;
  display: block;
  bottom: 0;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .points__list--img .more {
    bottom: -5px;
  }
}
.points__list--img .more img {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .points__list--img .more img {
    width: 100px;
  }
}
.points__list--img > img {
  width: 100%;
  aspect-ratio: 1.7;
  -o-object-fit: cover;
     object-fit: cover;
}

.about {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 13.3333333333vw 0 0;
  }
}
.about__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.about__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .about__lists {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-top: 30px;
  }
}

.column {
  padding: 100px 40px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .column {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.column__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.column__slider {
  margin-top: 50px;
  padding: 0 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .column__slider {
    padding: 0 30px;
    overflow: hidden;
  }
}
.column__slider a {
  color: #504945;
  text-decoration: none;
}
.column__slider .new {
  width: 120px;
  position: absolute;
  top: 0;
  left: 0;
}
.column__slider .img {
  position: relative;
  margin-bottom: 20px;
}
.column__slider .date {
  position: relative;
  margin-bottom: 10px;
}
.column__slider .date::after {
  content: "";
  height: 1px;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #000;
  display: block;
  position: absolute;
}
.column__slider .date span {
  padding-right: 10px;
  background: #fff;
  font-size: 14px;
  position: relative;
  z-index: 2;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .column__slider .date span {
    font-size: 3.7333333333vw;
  }
}
.column__slider .title {
  line-height: 1.5;
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .column__slider .title {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .column__slider .swiper-button-next,
  .column__slider .swiper-button-prev {
    top: 36%;
    width: 20px;
  }
  .column__slider .swiper-button-next {
    right: 0;
  }
  .column__slider .swiper-button-prev {
    left: 0;
  }
}/*# sourceMappingURL=top.css.map */