
.sec01 iframe {
  width: 100%;
  height: 500px;
}
.sec01 .more_info {
  margin-top: 2vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec01 .more_info .left {
  padding-right: 2vw;
}
.sec01 .more_info .left a {
  color: var(--color-theme-primary);
}
.sec01 .more_info .map {
  padding-left: 2vw;
  border-left: 1px solid #ddd;
}
.sec01 .more_info address,
.sec01 .more_info em {
  font-style: normal;
}
.sec01 .more_info em {
  font-weight: 600;
}
.thumbnail img {
  max-width: 100%;
  height: auto;
}

.section_wrap_inner:not(:first-of-type) {
  margin-top: 4em;
}


.location_info {
  border-top: 1px solid #ddd;
}
.location_info + .thumb_wrap {
  margin-top: 2em;
  text-align: center;
}
.location_info + .thumb_wrap img {
  width: 100%;
  max-width: 780px;
  height: auto;
}
.location_info + .thumb_wrap .description {
  background-color: #f5f5f5;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}
.location_info dl {
  display: flex;
  justify-content: flex-start;
  gap: 0;
  width: 100%;
}
.location_info dl dt {
  width: 5em;
  font-weight: 500;
  padding: 1em 1em 1em 0;
  border-bottom: 1px solid #ddd;
}
.location_info dl dd {
  flex: 1;
  padding: 1em 0;
  border-bottom: 1px solid #ddd;
}

.location_info dl a {
  width: auto;
  margin-left: 1em;
  display: inline-block;
  padding: 1px 15px 1px 25px;
  background: url(../../../common/images/icon_pin.svg) no-repeat 10px 4px;
  border: solid 1px #888;
  background-size: 13px auto;
  border-radius: 15px;
  text-decoration: none;
  color: #222;
  font-size: 14px;
}




.swiper-wrapper {
  align-items: stretch !important;
  padding-bottom: 3em;
}
.swiper {
  width: 100%;
  height: auto;
  margin-top: 2em;
  overflow: hidden;
  overflow-y: visible;
  max-width: 780px;
}
.swiper img {
  width: 100%;
  height: auto;
}
.swiper-slide {
  opacity: .5;
  display: flex;
  flex-direction: column;
  height: auto !important;
  background-color: #f5f5f5;
}
.swiper-slide.swiper-slide-active {
  opacity: 1;
}



.description {
  padding: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.description h4 {
  font-weight: 500;
}

.swiper-outer {
  position: relative;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: auto;
  bottom: 0;
}
.swiper-button-next, .swiper-button-prev {
  top: calc(50% - 2em);
}

@media screen and (max-width: 767px) {
  .sec01 .more_info {
    flex-direction: column;
    gap: 2em;
  }
  .sec01 .more_info .map {
    order: 1;
    margin-top: 2em;
  }
  .sec01 .more_info .left {
    order: 2;
  }
  .sec01 .more_info .map img {
    width: 100%;
    height: auto;
  }
  .swiper-wrapper {
    align-items: stretch;
  }
  .swiper-slide {
    padding-right: 0;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .swiper-slide .description {
    position: static;
    padding: 1em;
    width: 100%;
  }
  .swiper-slide .description h4 {
    padding: 0;
    background-color: transparent;
  }
  .swiper-slide .description p {
    margin-top: 0;
    padding: 0;
    background-color: transparent;
    font-size: 13px;
  }
  .location_info + .thumb_wrap img {
    width: 100%;
    height: auto;
  }

}