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

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

/* .kc-date.kc-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .kc-date.kc-sp {
    display: block;
  }

  .kc-date.kc-pc {
    display: none;
  }
}

@media screen and (max-width: 550px) {
  .kc-date.kc-sp {
    white-space: nowrap;
  }
} */


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

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





/* 終了イベント */
.kc-card.-all.endDateTime .kc-image.-all::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: 768px) {
  .kc-card.-all.endDateTime .kc-image.-all::before {
    font-size: 16px;
  }
}

/* 終了イベント */


.kc-none {
  text-align: center;
  margin: 50px 0;
}


/* hover */
.kc-link:hover {
  opacity: 0.8;
}



/* hover */






/* swiper */

#kcapp {
  height: auto;
}

#kcapp .kc-swiper {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding-bottom: 4em;
}

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



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

#kcapp .swiper-button-prev,
#kcapp .swiper-button-next {
  position: relative;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #000;
  top: auto;
  bottom: 0;
}

#kcapp .swiper-button-next {
  right: 0;
}

#kcapp .swiper-button-prev {
  left: auto;
  right: 50px;
  transform: rotate(180deg);
}

#kcapp .swiper-button-prev::after,
#kcapp .swiper-button-next::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 15px;
  height: 7px;
  background: url(https://www.e-himawari.co.jp/wp-content/themes/fabric/images/top/icon-top_house.svg);
  background-size: cover;
  background-position: center;

}



@media screen and (max-width: 1000px) {
  #kcapp .kc-swiper:not(.swiper-initialized) {
    padding: 0;
  }

  #kcapp .swiper-wrapper:not(.swiper-initialized) {
    flex-wrap: wrap;
  }

  #kcapp .swiper-slide:not(.swiper-initialized) {
    width: 48.5%;
    margin-bottom: 7%;
  }

  #kcapp .swiper-slide:first-child:not(.swiper-initialized) {
    width: 100%;
  }

  #kcapp .swiper-slide:nth-child(2):not(.swiper-initialized) {
    margin-right: 3%;
  }

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

/* swiper */



/* topページ */

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

.kc-card {
  position: relative;
}


.kc-image {
  position: relative;
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
}


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

.kc-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #333;
  transition: opacity 0.3s;
  text-decoration: none;
}

.kc-info {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: .6em;
}


.kc-tags {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: .4em;
  margin-bottom: 1.4em;
}

.kc-tags__row {
  display: flex;
  flex-wrap: wrap;
  gap: .4em;
}

.kc-pre,
.kc-type,
.kc-format {
  color: #fff;
  padding: .4em .8em;
  font-size: 11px;
  line-height: 1;
}

.kc-pre {
  width: fit-content;
  background-color: #ba9f78;

}

.kc-type {
  background-color: #efc437;
}

.kc-format {
  background-color: #a5d30c;
}

.kc-name {
  color: #534741;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.5;
  margin: .6em 0;
}


.kc-date,
.kc-address,
.kc-address-txt {
  position: relative;
  font-size: 13px;
}

.kc-address-box {
  display: flex;
}

.kc-address-txt {
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .kc-tags {
    margin-bottom: 1em;
  }

  .kc-name {
    font-size: 14px;
  }

  .kc-date,
  .kc-address,
  .kc-address-txt {
    font-size: 11px;
  }
}

/* topページ */


/* eventページ */

/* タブ */
.kc-tab__container {
  padding: 2em 0 4em;
}

.kc-tab__box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1em;
}

.kc-tab__box.-area {
  margin-bottom: 30px;
}

.kc-tab.-area {
  height: 40px;
  min-width: 8.5em;
  background-color: #ba9f78;
  border: none;
  border-radius: 0;
  transition: background-color 0.3s;
}

.kc-tab.-type {
  height: 36px;
  min-width: 6em;
  border-radius: 100px;
  background-color: #fff;
  color: #534741;
  border: 1px solid #534741;
  transition: background-color 0.3s, color 0.3s;
}


.kc-tab {
  color: #fff;
  padding: 0 2em;
  font-size: 14px;
}

.kc-tab.-area:hover {
  background-color: #534741;
}

.kc-tab.-type:hover {
  background-color: #ba9f78;
  color: #fff;
}

.kc-tab.-area.-active {
  background-color: #534741;
}

.kc-tab.-type.-active {
  color: #fff;
  background-color: #ba9f78;
}


@media screen and (max-width: 768px) {
  .kc-tab__box.-type {
    width: 80%;
    margin: 0 auto;
  }

  .kc-tab__box {
    gap: .6em;
  }

  .kc-tab.-area,
  .kc-tab.-type {
    min-width: 20%;
    height: 30px;
  }

  .kc-tab {
    font-size: 11px;
    padding: 0 1em;
  }
}

/* タブ */


.kc-content.-all {
  max-width: 1360px;
  width: 100%;
}

.kc-cards.-all {
  display: flex;
  flex-wrap: wrap;
  gap: 5em 10%;
  padding: 0;
}

.kc-card.-all {
  width: 45%;
  list-style: none;
}

.kc-info.-all {
  padding: 0;
}

.kc-tags.-all {
  flex-direction: row;
  margin: 0;
}

.kc-address-box.-all {
  margin: 0.4em 0 0.8em;
}



@media screen and (max-width: 768px) {
  .kc-cards.-all {
    gap: 3em 5%;
  }

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



}


/* eventページ */