/* [v-cloak] {
  display: none;
} */

.kc-spinner {
  padding: 30px 0 60px;
}


/* API埋め込み以外の箇所でのcss */

@media screen and (max-width: 992px) {}

/* 終了イベント */
.kc-card.endDateTime .kc-image::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: "終了しました";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  z-index: 1;
}


@media screen and (max-width: 992px) {
  .kc-card.endDateTime .kc-image::before {
    font-size: 16px;
  }
}

/* 終了イベント */


/* swiper */
#kcapp .kc-swiper {
  width: 100%;
  position: relative;
}

#kcapp .swiper-wrapper {
  flex-wrap: nowrap;
  height: auto;
}

#kcapp .swiper-slide {
  width: 100%;
  height: auto;
}

#kcapp .kc-swiper:not(.swiper-container-initialized) .swiper-wrapper {
  display: flex;
  gap: 3%;
}

#kcapp .kc-swiper:not(.swiper-container-initialized) .swiper-slide {
  width: 32%;
}

/* slideが一枚の時のcss */
#kcapp .kc-swiper.swiper-single .swiper-slide {
  width: 100%;
}

#kcapp .swiper-button-next:after,
#kcapp .swiper-button-prev:after {
  display: none;
}



@media screen and (max-width: 992px) {}

/* swiper */


/* topページ */

.kc-content {
  width: 100%;
  margin: 0 auto 4rem;
  box-sizing: border-box;
}


.kc-image {
  position: relative;
}


.kc-image img {
  object-fit: cover;
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
}


.kc-info {
  display: flex;
  flex-direction: column;
  padding-top: 1.4rem;
}

.kc-tags {
  display: flex;
  flex-wrap: wrap;
}

.kc-type,
.kc-format {
  padding: .5em;
  font-size: .8rem;
  margin-bottom: .3rem;
  line-height: 1;
}

.kc-type {
  color: #fff;
  background-color: #594a3c;
  margin-right: .6rem;
}

.kc-format {
  background-color: #fff;
  color: #594a3c;
}

.kc-name {
  font-size: 1.1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  margin: .8rem 0;
}

.kc-date__box {
  display: flex;
  margin-bottom: .6rem;
}

.kc-address__box {
  display: flex;
}

.kc-date,
.kc-address {
  color: #594a3c;
  font-size: 1rem;
  line-height: 1.5;
}


.kc-icon {
  margin-right: .6rem;
}

.kc-icon.-calendar {
  width: 1rem;
  margin-top: .2rem;
  height: 1rem;
}

.kc-icon.-marker {
  width: .8rem;
  height: 1rem;
  margin-top: .2rem;
  margin-left: .1rem;
}

@media screen and (max-width: 992px) {
  .kc-info {
    padding-top: 1rem;
  }

  .kc-name {
    font-size: 1rem;
  }

  .kc-date,
  .kc-address {
    font-size: .8rem;
  }

  .kc-type,
  .kc-format {
    font-size: .7rem;
  }

  .kc-icon.-calendar {
    width: .8rem;
    height: .8rem;
    margin-top: .2rem;
  }

  .kc-icon.-marker {
    width: .7rem;
    height: 1rem;
    margin-left: .05rem;
  }
}

/* topページ */






/* eventページ */
.kc-cards.-all {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 3%;
}

.kc-card.-all {
  width: 31.2%;
}


@media screen and (max-width: 992px) {
  .kc-card.-all {
    width: 100%;
  }
}

/* eventページ */