.venue {
  padding: 100px 0 0;
  font-family: "Yu Gothic", "Noto Sans JP", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
}

.venue__title {
  padding: 0 0 40px;
  text-align: center;
}

.venue__title-en {
  font-size: 20px;
  font-family: Futura, Jost;
  line-height: normal;
  letter-spacing: 1px;
}

.venue__title-jp {
  color: #9d9d9d;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 2.4px;
}

.venue__list-container {
  max-width: 1440px;
  margin: 0 auto;
  padding-inline: 16px;
}

.venue__action {
  display: flex;
  justify-content: center;
}

.venue__action a {
  display: inline-flex;
  align-items: center;
  color: #3f3f3f;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
}

.venue__action a::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  background: url(../../images/arrow_forward.svg) center center / cover no-repeat;
}

.venue__regions {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 36px;
  margin-bottom: 32px;
}

@media screen and (max-width:480px) {
  .venue__regions {
    column-gap: 20px;
  }
}

.venue__region {
  font-size: 18px;
  position: relative;
}

.venue__region:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 50%;
  height: 16px;
  width: 1px;
  background-color: #9d9d9d;
  transform: translateY(-50%);
}
@media screen and (max-width:480px) {
  .venue__region:not(:last-child)::after {
    right: -10px;
  }
}

.venue__region--active .tab-selector {
  color: #536A80;
  font-weight: bold;
}

.venue__list {
  margin: 16px auto 0;
}

.venue__list-wrapper {
  gap: 24px;
  padding: 0 8px 20px;
}

.venue__list-item {
  width: calc(50% - 12px);
  padding-bottom: 20px;
}

.venue__highlight {
  padding: 10px 16px;
}

.venue__highlight-text {
  font-size: 18px;
}

.venu-action {
  margin: 8px 16px 0px;
}

.handling-venue .handling-venue__text {
  font-size: 16px;
}

.handling-venue {
  margin-top: 4px;
}

.venue__label {
  color: #3f3f3f;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.6px;
}

.venue__location {
  color: #3f3f3f;
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.6px;
}

.venue__cooking {
  color: #3f3f3f;
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.6px;
}

.venue__slider .splide__slide {
  display: flex;
  justify-content: center;
  width: 100%;
}

.venue__image {
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
}

.venue__photo {
  aspect-ratio: 3 / 2;
  width: 100%;
  object-fit: cover;
  transition: transform .7s;
}

.venue__slider {
  margin-bottom: 64px;
}

.venue__slider .splide__slide .slide-inner {
  position: relative;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  row-gap: 8px;
  opacity: .5;
  transform: scale(0.7);
  transition: transform .7s;
  pointer-events: none
}

.venue__slider .splide__slide.is-active .slide-inner {
  opacity: 1;
  transform: scale(1);
  z-index: 7;
  pointer-events: initial;
}

.venue__slider .splide__slide.is-active .slide-inner:hover .venue__photo {
  transform: scale(1.1);
}

.venue__slider .splide__arrow {
  border: solid 1px #000;
  background: #fff;
  opacity: 1;
  position: absolute;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  z-index: 5;
  transition: transform .5s
}
.venue__slider .splide__arrow:before,
.venue__slider .splide__arrow:after {
  content: "";
  display: inline-block;
  position: absolute
}
.venue__slider .splide__arrow:before {
  width: 20px;
  height: 1px;
  background-color: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.venue__slider .splide__arrow:after {
  width: 5px;
  height: 5px;
  border-top: solid 1px #000;
  border-right: solid 1px #000
}

.venue__slider .splide__arrow svg {
  display: none
}

.venue__slider .splide__arrow--prev {
  left: calc(50% - 48%);
  transform: translate(-50%,-100%);
}
@media screen and (max-width: 768px) {
  .venue__slider .splide__arrow--prev {
    transform: translate(-50%, -160%);
  }
}

.venue__slider .splide__arrow--next {
  right: calc(50% - 48%);
  transform: translate(50%,-100%);
}
@media screen and (max-width: 768px) {
  .venue__slider .splide__arrow--next {
    transform: translate(50%, -160%);
  }
}

.venue__slider .splide__arrow--prev:after {
  top: 17px;
  left: 9px;
  transform: rotate(225deg)
}

.venue__slider .splide__arrow--next:after {
  top: 17px;
  right: 9px;
  transform: rotate(45deg)
}

@media screen and (min-width: 768px) {
  .venue__title-en {
    font-size: 24px;
  }

  .venue__title-jp {
    font-size: 14px;
  }
  .venue__slider .splide__arrow {
    width: 60px;
    height: 60px;
  }
  .venue__slider .splide__arrow--prev {
    left: calc(50% - 19%);
  }
  
  .venue__slider .splide__arrow--next {
    right: calc(50% - 19%);
  }
  .venue__slider .splide__arrow--prev:after {
    top: 27px;
    left: 19px;
  }
  
  .venue__slider .splide__arrow--next:after {
    top: 27px;
    right: 19px;
  }
}
