#venue-list ul#venue-lists li article {
  display: flex;
  flex-direction: column;
}
#venue-list ul#venue-lists li article h2 {
  order: 2;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.1;
  font-family: "Oswald", sans-serif;
  margin: 0;
}
@media screen and (max-width: 559px) {
  #venue-list ul#venue-lists li article h2 {
    font-size: 1.7rem;
  }
}
#venue-list ul#venue-lists li article h2 a {
  color: inherit;
  text-decoration: none;
  display: block;
}
#venue-list ul#venue-lists li article .summary {
  order: 4;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0;
}
#venue-list ul#venue-lists li article .overview {
  order: 3;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  color: #ff0;
  margin: 0.3rem 0 0.8rem;
}
#venue-list ul#venue-lists li article .imageholder {
  order: 1;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 1rem;
  border: 1px solid #000;
  transition: all 0.3s;
}
#venue-list ul#venue-lists li article .imageholder .image {
  position: relative;
  transform: scale(1);
  transition: all 0.3s;
}
#venue-list ul#venue-lists li article .imageholder .image::before {
  position: relative;
  content: "";
  display: block;
  padding-top: 61%;
}
#venue-list ul#venue-lists li article .imageholder .image img {
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  object-fit: cover;
}
#venue-list ul#venue-lists li article:hover .imageholder {
  border: 1px solid #ff0;
}
#venue-list ul#venue-lists li.notfoundtxt {
  width: 100%;
  text-align: center;
  padding: 2rem 0;
}

#venue-list ul#venue-lists.stretched-link article:hover {
  cursor: pointer;
}
#venue-list ul#venue-lists.stretched-link article a {
  display: block;
  order: 2;
}

#venue-detail #article-wrap .overview {
  order: 4;
  color: #ff0;
  width: 100%;
  max-width: 600px;
  margin: 6rem auto 0;
}
@media screen and (max-width: 767px) {
  #venue-detail #article-wrap .overview {
    max-width: 100%;
  }
}
@media screen and (max-width: 559px) {
  #venue-detail #article-wrap .overview {
    margin: 5rem auto 0;
  }
}
#venue-detail #article-wrap .overview > div {
  display: flex;
  padding: 1rem 2rem;
}
@media screen and (max-width: 559px) {
  #venue-detail #article-wrap .overview > div {
    flex-direction: column;
    padding: 1.5rem 0;
  }
}
#venue-detail #article-wrap .overview > div:not(:last-child) {
  border-bottom: 1px dotted #ff0;
}
@media screen and (max-width: 559px) {
  #venue-detail #article-wrap .overview > div:first-child {
    border-top: 1px dotted #ff0;
  }
  #venue-detail #article-wrap .overview > div:last-child {
    border-bottom: 1px dotted #ff0;
  }
}
#venue-detail #article-wrap .overview dt {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.25;
  font-family: "Inter", sans-serif;
  width: 160px;
  margin: 0;
}
@media screen and (max-width: 559px) {
  #venue-detail #article-wrap .overview dt {
    width: 100%;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.25;
    margin-bottom: 0.5rem;
  }
}
#venue-detail #article-wrap .overview dd {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.25;
  font-family: "Inter", sans-serif;
  flex: 1;
  margin: 0;
}
@media screen and (max-width: 559px) {
  #venue-detail #article-wrap .overview dd {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.25;
  }
}

.showcase_aside ul.stretched-link {
  display: flex;
  flex-wrap: wrap;
}
.showcase_aside ul.stretched-link li {
  width: 31%;
  margin-bottom: 4rem;
  margin-right: 3.5%;
}
.showcase_aside ul.stretched-link li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .showcase_aside ul.stretched-link li {
    width: 48%;
    margin-bottom: 3rem;
    margin-right: 4%;
  }
  .showcase_aside ul.stretched-link li:nth-of-type(3n) {
    display: none;
  }
  .showcase_aside ul.stretched-link li:nth-of-type(even) {
    margin-right: 0;
  }
}
.showcase_aside ul.stretched-link li article {
  display: flex;
  flex-direction: column;
  position: relative;
}
.showcase_aside ul.stretched-link li article a {
  order: 2;
}
.showcase_aside ul.stretched-link li article a h3 {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.1;
  font-family: "Oswald", sans-serif;
  color: #ff0;
  margin: 1rem 0 1rem;
}
@media screen and (max-width: 559px) {
  .showcase_aside ul.stretched-link li article a h3 {
    font-size: 1.7rem;
  }
}
.showcase_aside ul.stretched-link li article .summary {
  order: 3;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0;
}
.showcase_aside ul.stretched-link li article .imageholder {
  order: 1;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 1px solid #000;
  transition: all 0.3s;
}
.showcase_aside ul.stretched-link li article .imageholder .image {
  position: relative;
  transform: scale(1);
  transition: all 0.3s;
}
.showcase_aside ul.stretched-link li article .imageholder .image::before {
  position: relative;
  content: "";
  display: block;
  padding-top: 61%;
}
.showcase_aside ul.stretched-link li article .imageholder .image img {
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  object-fit: cover;
}
.showcase_aside ul.stretched-link li article:hover .imageholder {
  border: 1px solid #ff0;
}/*# sourceMappingURL=venue202601.css.map */