@charset "UTF-8";
/* CSS Document */

/* 
------------------------------------- */
.text h3 {
  text-align: initial;
}

.text p {
  margin-bottom: initial;
}

.ceremony-style {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}


@media (min-width:768px) {
  #ceremony .summary {
    display: flex;
    gap: 8%;
  }
}

#ceremony .summary .image {
  width: 90%;
  margin: 0 auto 3em;
}

@media (min-width:768px) {
  #ceremony .summary .image {
    margin: initial;
    width: 50%;
  }
}

#ceremony .summary .text {
  width: 80%;
  height: auto;
  margin: auto;
}

@media (min-width:768px) {
  #ceremony .summary .text {
    margin: initial;
    width: 35%;
  }
}



#temple .text {
  width: 80%;
  height: auto;
  margin: auto;
}

@media (min-width:769px) {
  #order-of-ceremony .splide__list {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
  }
  #order-of-ceremony .splide__slide {
    flex-basis: 23.5%;
  }
}


.splide-style .splide__arrow svg {
  fill: #fff;
  height: 1em;
  width: 1em;
}

.splide-style .splide__arrow {
  background-color: #000;
  height: 2em;
  width: 2em;
}

@media (min-width:992px) {
  .splide-style .splide__arrow--prev {
    left: 30%;
    transform: translateX(-85%);
  }
  .splide-style .splide__arrow--next {
    right: 30%;
    transform: translateX(85%);
  }
}

.splide-style .splide__pagination {
  bottom: -3em;
  transform: translateY(1em);
}

.splide-style .splide__pagination__page {
  margin: 8px;
  min-height: initial;
  width: 10px;
  height: 10px;
}

.splide-style .splide__pagination__page.is-active {
  background-color: #000;
}