.venue {
  background-color: #F5F5F5;
  padding: 60px 0 0;
}

.venue-wrap {
  max-width: 980px;
  margin: 0 auto;
}

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

.venue__title-en {
  color: #222;
  font-family: Futura, Jost;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
}

.venue__title-jp {
  padding-top: 4px;
  color: #9D9D9D;
  font-family: "Yu Gothic", "Noto Sans JP", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.4px;
}

.venue__regions {
  display: flex;
  margin: 0 auto 16px;
  max-width: 335px;
  flex-wrap: wrap;
  justify-content: center;
}

.venue__list {
  margin: 0 16px;
}

.venue__region {
  display: flex;
  justify-content: center;
  margin: 0 14px 14px 0;
  align-items: center;
  font-size: 14px;
  font-family: "Yu Gothic", "Noto Sans JP", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.venue__region:last-child {
  margin-right: 0;
}

.venue__region:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 22px;
  border-left: 1px solid #c4c4c4;
  margin-left: 14px;
}

.venue__region:last-child::after {
  border-left: none;
  margin-left: 0;
}

.venue__list-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 12px;
}

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

.venue__card-picture {
  width: 100%;
  height: auto;
}

.venue__card-info {
  position: relative;
}

.venue__card-place-name {
  padding: 6px 0 4px;
  color: #222;
  font-family: "YuMincho +36p Kana", "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.venue__card-place-name-link {
  text-decoration: underline;
}

.venue__card-info-datail {
  font-size: 0;
  padding-bottom: 4px;
}

.venue__card-label {
  display: inline-block;
  padding-right: 1em;
  color: #9D9D9D;
  font-family: "Yu Gothic", "Noto Sans JP", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 10px;
  font-style: normal;
  line-height: 1.5;
}

.venue__card-value {
  display: inline-block;
  color: #222;
  font-family: "Yu Gothic", "Noto Sans JP", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 10px;
  font-style: normal;
  line-height: 1.5;
}

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

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.fade-in {
  animation: fadeIn 0.5s ease-in-out forwards;
  display: none;
}

.venue__highlight {
  background: #D7E4F0;
  padding: 6px 16px;
}

.venue__highlight-text {
  color: #3B4B5B;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  font-family: "Yu Gothic", "Noto Sans JP", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 200%;
}

.venu-action {
  padding-bottom: 40px;
  margin: 30px 16px 0px;
}

@media (min-width: 768px) {
  .venue {
    padding: 60px 0 0;
  }

  .venue__card-place-name {
    font-size: 16px;
  }

  .venue__card-label {
    font-size: 12px;
  }

  .venue__card-value {
    font-size: 12px;
  }

  .venue__title-en {
    font-size: 22px;
  }

  .venue__title-jp {
    font-size: 14px;
  }

  .venue__region {
    margin: 0 24px 14px 0;
    font-size: 18px;
  }

  .venue__region:after {
    margin-left: 24px;
  }

  .venue__regions {
    margin: 0 auto 16px;
  }

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