@charset "UTF-8";
/* --------------------------------------------
   イベント情報
-------------------------------------------- */
/* イベント情報 */
.card {
  -ms-flex-wrap: wrap;
  gap: 5em 1.875em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.875em;
}
.card__item {
  position: relative;
  width: calc(100% / 3 - 1.875em * 2 / 3);
}
.card__item.-fixed::before {
  display: block;
  z-index: 2;
  position: absolute;
  top: 0.6875em;
  right: 0.65625em;
  width: 1.5625em;
  height: 1.5625em;
  background: url(../../images/icon_pin) center center/contain no-repeat;
  content: "";
}
.card__item.-fixed::after {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0.4375em;
  right: 0.4375em;
  width: 2.125em;
  height: 2.125em;
  border-radius: 100em;
  background-color: #fff;
  content: "";
}
a.card__item-link {
  color: #000;
  text-decoration: none;
}

.card__item-ttl {
  padding-block: 0.4444444444em;
  margin-top: 0.4444444444em;
  overflow: hidden;
  font-size: 1.125em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card__item-datetime {
  padding-top: unset;
  color: #006934;
}
.card__item-img {
  background: url(../../images/bg_gray_pattern_02.png) center center/contain repeat;
}
.card__item-img img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  width: 100%;
  object-fit: contain;
}
.card__item-tag {
  padding-block: 0.5em;
  margin-bottom: 0.5em;
  background: #f19500;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.card__item-tag.-end {
  background: #000;
}

.table-primary__item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  gap: 0.875em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
.table-primary__item + .table-primary__item {
  margin-top: 0.625em;
}
.table-primary__item dt {
  width: 10.5em;
  max-width: 100%;
  padding: 0.3125em 0.625em;
  background-color: #938046;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.table-primary__item dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  padding-block: 0.3125em;
  flex: 1;
}

.event-img {
  aspect-ratio: 4/3;
  background: url(../../images/bg_gray_pattern_02.png) center center/contain repeat;
}
.event-img img {
  -o-object-fit: contain;
  aspect-ratio: 4/3;
  height: 100%;
  object-fit: contain;
}

.event-flye {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  gap: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.event-flye__link {
  display: block;
  width: 27em;
  max-width: 100%;
  height: auto;
}

.list-gallery {
  -ms-flex-wrap: wrap;
  gap: 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.list-gallery__item {
  aspect-ratio: 1/1;
  width: calc(100% / 3 - 2.5em / 3);
  background: url(../../images/bg_gray_pattern_02.png) center center/contain repeat;
}
.list-gallery__item img {
  -o-object-fit: contain;
  aspect-ratio: 1/1;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1900px) {
  /* イベント情報 */
}
@media screen and (max-width: 1700px) {
  /* イベント情報 */
}
@media screen and (max-width: 1540px) {
  /* イベント情報 */
}
@media screen and (max-width: 1260px) {
  /* イベント情報 */
}
@media screen and (max-width: 1024px) {
  /* イベント情報 */
}
@media screen and (max-width: 768px) {
  /* イベント情報 */
  .card__item {
    width: calc(100% / 2 - 1.875em / 2);
  }
  .event-flye {
    gap: 1em;
    margin-inline: auto;
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  /* イベント情報 */
  .card {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .card__item {
    width: calc(100% - 30px);
  }
  .table-primary__item dt {
    width: 6em;
  }
  .event-flye {
    width: 100%;
  }
  .list-gallery__item {
    width: calc(100% / 2 - 1.25em / 2);
  }
}