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

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

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

.reception-style .summary .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  width: 80%;
  height: auto;
  margin: auto;
}

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

.reception-style .summary .text h3 {
  margin:initial;
  text-align: initial;
  writing-mode: vertical-rl;
}

.reception-style .summary .text p {
  margin-bottom: initial;
}

.reception-style .summary .image {
  width: 90%;
  margin: 0 auto 3em;
}

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

@media (min-width:768px) {
  #reception .summary {
    flex-direction: row-reverse;
    justify-content: end;
  }
}


.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;
}