[v-cloak] {
  display: none;
}


.kc-empty-txt {
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .kc-empty-txt {
    font-size: 3.33333333333333vw;
  }
}

.kc-spinner {
  /* margin-left: auto;
  margin-right: auto; */
  width: 100%;
  margin-bottom: 30px;
}

/* hover */

.kc-link:hover {
  opacity: 1 !important;
}

.kc-link:hover .kc-image img {
  opacity: 0.65 !important;
}

.kc-link:hover .kc-btn__link {
  background-color: #fff;
  color: #77b3cd;
  border: 2px solid #77b3cd;
}

.event-hiraya .kc-link:hover .kc-btn__link {
  color: #8dbc74;
  border: 2px solid #8dbc74;
}


.kc-btn__link:hover {
  opacity: 1 !important;
}

.kc-link:hover .kc-btn__box::before {
  /* background-image: url(../imgs/arrow-active.svg); */
  /* ★パスを調整してください★ */
}

/* hover */

.kc-card {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0;
}


.kc-card+.kc-card {
  border-top: dotted 1px #aeb4d8;
}

.kc-prefecture-box+.kc-prefecture-box {
  margin-top: 80px;
}


.kc-link {
  display: flex;
  background-color: #fff;
  text-decoration: none;
}


.kc-image {
  width: 43%;
  position: relative;
  overflow: hidden;
}


.kc-image img {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: opacity 0.3s;
}

.kc-info {
  width: 55%;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  color: #333;
  text-align: left;
}

.kc-name {
  line-height: 1.6;
  font-size: 22px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 18px 0;
}

.kc-date {
  font-size: 16px;
}

.kc-date br {
  display: none;
}


.kc-address {
  font-size: 16px;
  margin-top: .4em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.kc-tags {
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
}

.kc-type {
  color: #fff;
  background-color: #77b3cd;
  padding: 5px 10px;
  font-size: 14px;
  margin-right: 0.4rem;
}

.event-hiraya .kc-type {
  background-color: #8dbc74;
}

.kc-format {
  color: #77b3cd;
  padding: 5px 10px;
  font-size: 14px;
  border: 1px solid #77b3cd;
  font-weight: bold;
}

.event-hiraya .kc-format {
  color: #8dbc74;
  border: 1px solid #8dbc74;
}

.kc-btn__box {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.kc-btn__box::before,
.kc-btn__box::after {
  display: block;
  content: "";
  /* background-image: url(../imgs/arrow.svg); */
  /* ★パスを調整してください★ */
  /* background-size: cover; */
  /* position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  width: 10px;
  height: 16px;
  transition: background-image 0.3s; */

  display: block;
  width: 15px;
  height: 0;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 10px;

}

.kc-btn__box::after {
  width: 8px;
  transform: rotate(20deg);
  transform-origin: bottom right;
}

.kc-btn__box:hover::before,
.kc-btn__box:hover::after {
  border-color: #999;
}

.kc-btn__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 214px;
  height: 37px;
  background-color: #77b3cd;
  border: 2px solid #77b3cd;
  border-radius: 100px;
  /* border: 2px solid #466a7e; */
  font-size: 16px;
  color: #fff;
  transition: all 0.3s !important;
}

.event-hiraya .kc-btn__link {
  background-color: #8dbc74;
  border: 2px solid #8dbc74;
}

@media screen and (max-width: 767px) {
  .kc-card {
    width: 100%;
    margin: 0 auto;
  }

  .kc-prefecture-box+.kc-prefecture-box {
    margin-top: 10vw;
  }

  .kc-empty p {
    font-size: 10px;
  }

  .kc-prefecture-title {
    height: 30px;
    margin: 2vw 0;
  }

  .kc-info {
    padding-left: 8px;
  }

  .kc-type {
    font-size: 10px;
    padding: 3px 8px;
    margin-bottom: 4px;
  }


  .kc-format {
    font-size: 10px;
    padding: 3px 8px;
    margin-bottom: 4px;
  }

  .kc-name {
    font-size: 12px;
    margin: 4px 0;
  }

  .kc-date {
    /* font-size: 10px; */
    font-size: 11px;
    line-height: 1.5;
  }


  .kc-address {
    font-size: 11px;
    margin-top: 0;
  }

  .kc-btn__box {
    display: none;
  }
}