[v-cloak] {
  display: none;
}

.kc-spinner {
  width: 100%;
  margin-bottom: 30px;
}

.kc-img{
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.kc-more{
  border: none;
  cursor: pointer;
  min-width: 305px;
}

/* @media screen and (max-width: 960px){
  .kc-more{
    font-size: 24px;
  }
} */

.kc-more.-hidden{
  display: none;
}

#venue{
  background: var(--cr_cyan);
  padding-bottom: 84px;
}


#venue2{
  padding-bottom: 185px;
  background: var(--cr_yellow) url(../imgs/venue_bg_oj.webp) repeat-x center bottom;
}


.kc-wrap{
  padding: 0 39px;
  padding-top: 90px !important;
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;  
}



.kc-m-content {
  margin-bottom: 40px;
}

.kc-m-content li:nth-child(2n) .kc-m-region__ttl {
  background-color: #5ebfec;
}

.kc-m-content li:nth-child(2n) .kc-m-prefecture-title {
  background-color: #EA9100;
}

.kc-m-empty p {
  text-align: center;
  font-size: 16px;
  padding: 10px 0 20px;
}

.kc-m-area__box {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.kc-m-area-btn {
  position: relative;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 100%;
}

.kc-m-area-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
}

.kc-m-area-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transition: transform 0.3s;
}

.kc-m-area__box.is-open .kc-m-area-btn::after {
  transform: translate(-50%, -50%) rotate(180deg) !important;
}

.kc-m-region__ttl {
  cursor: pointer;
  position: relative;
  text-align: center;
  width: 100%;
  color: #fff;
  padding: 15px 0;
  font-size: 20px;
  font-weight: bold;
  background-color: #0067c1;
  
}

.kc-m-cards {
  /* display: none; */
  padding: 0 10px;
}

.kc-m-cards.is-open {
  /* display: block; */
}


.kc-m-card {
  position: relative;
  margin-bottom: 20px;
  transition: opacity 0.5s;
}

.kc-m-card:first-child {
  margin-top: 20px;
}

.kc-m-card:hover {
  opacity: 0.6;
}

/* .kc-clearfix__list:hover .kc-mvent__photo img {
  transform: scale(1.1);
  transition: .3s ease-in-out;
} */

.kc-m-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  text-decoration: none;
}

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


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

.kc-m-area {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  color: #fff;
  padding: 4px 8px;
  line-height: 1;
  font-size: 12px;
  z-index: 10;
}

.kc-m-link:hover {
  opacity: 0.6;
}


.kc-m-info {
  width: 50%;
  display: flex;
  flex-direction: column;
  color: #000;
  text-align: left;
  padding-right: 20px;
}

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

.kc-m-format {
  color: #fff;
  padding: 4px;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1;
  border: 1px solid #000;
  color: #000;
}


.kc-m-format {}

.kc-m-name {
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  margin-bottom: 10px;
}

.kc-m-date,
.kc-m-address {
  font-size: 16px;
  line-height: 1.5;
}

.kc-m-address {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.kc-m-date__box {
  display: flex;
  align-items: flex-start;
  padding-bottom: 4px;
}

.kc-m-address__box {
  display: flex;
}


.kc-m-icon {
  object-fit: cover;
  width: 27px;
  padding-right: 8px;
}

.kc-m-icon.-calendar {
  padding-top: 3px;
}

.kc-m-company {
  font-size: 16px;
  padding-top: 4px;
}


@media screen and (max-width: 768px) {
  .kc-m-info {
    padding-right: 0;
  }

  .kc-m-name {
    font-size: 3.2vw;
  }

  .kc-m-type,
  .kc-m-format {
    font-size: 2.68vw;
  }

  .kc-m-date,
  .kc-m-address {
    font-size: 2.68vw;
  }

  .kc-m-company {
    font-size: 2.68vw;
  }

  .kc-m-icon {
    width: 5vw;
  }
}

