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

.kc-spinner {
  padding: 100px 0;
}


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


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







/* hover */
.kc-link:hover {
  background-color: #ffffe6;
}

/* hover */




/* topページ */

.kc-content {
  width: 100%;
  margin: 2rem auto 0;
}

.kc-card {
  position: relative;
  width: 100%;
}

.kc-image {
  position: relative;
  display: block;
  overflow: hidden;
}


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

.kc-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 2rem;
  background-color: #fff;
  border-radius: 5px;
}

.kc-info {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 1.4rem;
}


.kc-tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.kc-type,
.kc-format {
  color: #fff;
  padding: .4em .8em;
  font-size: 12px;
  margin-bottom: .4em;
  line-height: 1;
  border: 1px solid #000;
}

.kc-type {
  background-color: #000;
  margin-right: .6em;
}

.kc-format {
  color: #000;
}

.kc-name {
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.kc-date,
.kc-address {
  position: relative;
  font-size: 14px;
  line-height: 1.6;
}

.kc-date {
  margin-bottom: .5rem;
}

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


/* topページ */