[v-cloak] {
  display: none;
}

.kc-br {
  margin-top: 5px;
}

@media screen and (max-width: 680px) {
  .u-mobile {
    display: block;
  }

  .u-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 681px) {
  .u-mobile {
    display: none !important;
  }

  .u-desktop {
    display: block;
  }
}

/* kcevents.js以外のcss調整 */

/* topページ */

.kc-thumb {
  /* overflow: visible!important; */
}

.kc-image {
  height: 100%;
  width: 100%!important;
}

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

.kc-name  {
  font-size: 17px!important;
}




/* イベントページ */

.kc-tab-e {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 348px;
  height: 73px;
  padding: 0 18px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #4e4e4e;
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
  position: relative;
  transition: 0.3s ease;
  cursor: pointer;
  font-weight: bold;
}

.kc-tab-e:hover {
  color: #fff;
  background-color: #333333;
}

.kc-tab-e.is-current {
  background-color: #333333;
  border: 1px solid #333333;
  color: #fff;
}

.kc-buttonList-e {
  justify-content: end!important;
}

.kc-category-e {
  width: 280px!important;
}




@media screen and (max-width: 680px) {
  .kc-image-e {
    width: 100%!important;
  
  }
  
  .kc-category-e {
    font-size: 11px!important;
    width: 220px!important;
    height: 35px!important;
  }

  .kc-buttonListItem-e {
    width: 100%!important;
  }

  
}
