section.section.modal__section {
  position: absolute;
  z-index: 50;
}

.modal {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 1000;
  transform: translateX(100vw);
  transition: 500ms ease;
  padding-left: calc((100% - 500px) / 2);
  padding-right: calc((100% - 500px) / 2);
}

.modal__content {
  padding: 65px 20px 2em;
  width: 100%;
  border-radius: 8px;
  overflow: scroll;
  display: grid;
  gap: 1.5em;
}
.modal__content .modal__section .modal__images {
  position: relative;
  overflow: hidden;
}
.modal__content .modal__section .modal__images .swiper-button-prev {
  position: absolute;
}
.modal__content .modal__section .modal__images .swiper-button-prev::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-left: 1px solid rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
  transform: rotate(45deg);
}
.modal__content .modal__section .modal__images .swiper-button-next {
  position: absolute;
}
.modal__content .modal__section .modal__images .swiper-button-next::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-left: 1px solid rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
  transform: rotate(-135deg);
}
.modal__content .modal__section.modal__section--intro {
  margin-bottom: 2em;
}
.modal__content .modal__section.modal__section--intro .modal__title {
  margin-bottom: 1em;
}
.modal__content .modal__section.modal__section--intro .modal__title .modal__title-main {
  font-size: 6vw;
  margin-bottom: 5px;
  font-weight: 600;
}
.modal__content .modal__section.modal__section--intro .modal__title .modal__title-sub {
  font-size: 3vw;
}
.modal__content .modal__section.modal__section--intro .modal__description {
  font-size: 4.5vw;
  line-height: 1.5em;
  margin-bottom: 25px;
  white-space: pre-wrap;
}
.modal__content .modal__section.modal__section--intro .modal__details {
  font-size: 3.5vw;
  line-height: 1.75em;
  margin-bottom: 15px;
}
.modal__content .modal__section.modal__section--intro .modal__images img.modal__image {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  background: gray;
}
.modal__content .modal__section.modal__section--recommend .modal__staff {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
  gap: 0.75em;
}
.modal__content .modal__section.modal__section--recommend .modal__staff .modal__staff-title {
  font-size: 3.5vw;
}
.modal__content .modal__section.modal__section--recommend .modal__staff .modal__staff-name {
  font-size: 3vw;
}
.modal__content .modal__section.modal__section--recommend .modal__staff-comment {
  font-size: 3.5vw;
  line-height: 1.75em;
  margin-bottom: 15px;
}
.modal__content .modal__section.modal__section--recommend .modal__staff-images img.modal__staff-image {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  background: gray;
}
.modal__content .modal__section.modal__section--recommend img.modal__staff-face {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  min-width: 60px;
}
.modal__content .modal__section.modal__section--recommend .modal__staff-hedaing-container {
  display: grid;
  gap: 5px;
}
.modal__content .modal__section.modal__section--recommend .modal__staff-hedaing-container .modal__staff__heading {
  font-size: 1.2em;
  font-weight: 500;
}
.modal__content .modal__section.modal__section--info .modal__time, .modal__content .modal__section.modal__section--info .modal__location {
  font-size: 3.5vw;
  margin-bottom: 10px;
}
.modal__content .modal__section.modal__section--info .modal__address {
  font-size: 2.75vw;
}
.modal__content .modal__section.modal__section--info .modal__address tbody.modal__tbody {
  display: grid;
  gap: 1vw;
}
.modal__content .modal__section.modal__section--info .modal__address tbody.modal__tbody tr.modal__row {
  display: grid;
  grid-template-columns: calc(14vw + 7px) auto;
  gap: 0.75em;
}
.modal__content .modal__section.modal__section--info .modal__address tbody.modal__tbody tr.modal__row th.modal__header {
  position: relative;
  font-size: 3.5vw;
  font-weight: initial;
  padding-left: 7px;
}
.modal__content .modal__section.modal__section--info .modal__address tbody.modal__tbody tr.modal__row th.modal__header:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background: black;
  left: 0px;
  top: calc((3.75vw - 3px) / 2);
}
.modal__content .modal__section.modal__section--info .modal__address tbody.modal__tbody tr.modal__row td.modal__data {
  font-size: 3.5vw;
}
.modal__content .modal__section.modal__section--info .modal__address p.modal__hours {
  margin-bottom: 0.3em;
  font-size: 3.5vw;
}
.modal__content .modal__section.modal__section--info .modal__address p.modal__hours:last-child {
  margin-top: 1em;
}
.modal__content .modal__section.modal__section--info ul.modal__links {
  display: flex;
  justify-content: start;
  gap: 15px;
  margin-bottom: 1em;
}
.modal__content .modal__section.modal__section--info ul.modal__links .modal__link-item-container {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-right: auto;
}
.modal__content .modal__section.modal__section--info ul.modal__links .modal__link-item-container .modal__time {
  margin: initial;
  font-size: 1rem;
  font-weight: 500;
}
.modal__content .modal__section.modal__section--info ul.modal__links .modal__link-item-container .modal__time p.modal__time-min {
  margin-bottom: -0.5em;
}
.modal__content .modal__section.modal__section--info ul.modal__links .modal__link-item-container .modal__time .modal__time-container {
  display: grid;
  grid-template-columns: auto 1.5em;
  align-items: baseline;
  gap: 0.3em;
}
.modal__content .modal__section.modal__section--info ul.modal__links .modal__link-item-container .modal__time .modal__time-container img.modal__time-transport {
  height: 1.5em;
}
.modal__content .modal__section.modal__section--info ul.modal__links li.modal__link-item {
  width: 40px;
  height: 40px;
  background: black;
  border-radius: 100px;
}
.modal__content .modal__section.modal__section--info ul.modal__links li.modal__link-item a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.modal__content .modal__section .modal__staff-images {
  position: relative;
  overflow: hidden;
}
.modal__content .modal__section .modal__staff-images .swiper-button-prev {
  position: absolute;
}
.modal__content .modal__section .modal__staff-images .swiper-button-prev::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-left: 1px solid rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
  transform: rotate(45deg);
}
.modal__content .modal__section .modal__staff-images .swiper-button-next {
  position: absolute;
}
.modal__content .modal__section .modal__staff-images .swiper-button-next::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-left: 1px solid rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
  transform: rotate(-135deg);
}

.modal.show {
  transform: translateX(0vw);
}

.modal__close {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10vw;
  height: 10vw;
  border-radius: 5vw;
  background-color: black;
  cursor: pointer;
  z-index: 100;
}
.modal__close img.close__icon {
  transform: rotate(45deg);
}/*# sourceMappingURL=modal.css.map */