[v-cloak] {
  display: none;
}

.vue-simple-spinner{
  border-color: var(--C-Dblue) rgb(238, 238, 238) rgb(238, 238, 238) !important;
}

#mv{
  position: relative;
}

.present{
  top: inherit;
  bottom: 10%;
}

.kc-spinner{
  margin-top: 40px;
  margin-bottom: 40px;
}

.area_name.-kc .en{
  text-transform: uppercase;  
}

.kc-type-list{
  position: absolute;
  top: 4%;
  left: 4%;
}

.pickup_list .kc-type-list{
  top: 2%;
  left: 4%;
}

.event_item_img.-kc{
  position: relative;
}

.kc-type-list{
  font-size: 20px;
  display: flex;
  gap: .4em;
}

@media screen and (max-width: 750px) {
  .kc-type-list{
    font-size: 2.6666vw;
  }
}

.pickup_list .kc-type-list{
  font-size: 28px;
}

@media screen and (max-width: 750px) {
  .pickup_list .kc-type-list{
    font-size: 3.73333vw;
  }
}


.kc-type{
  padding-left: .5em;
  padding-right: .5em;
  padding-top: .2em;
  padding-bottom: .3em;
  background-color: #000000a1;
  color: white;
  border-radius: 5px;
  text-align: center;
  line-height: 1;
  font-weight: 400;
}

@media screen and (max-width: 750px) {
  .kc-type{
    border-radius: .8vw;
  }
}


.kc-type.-format{
  background-color: #808080;
}

.kc-type.-type.-owner{
  background-color: #5d8d38;
}

.kc-type.-type.-kansei{
  background-color: #255d7a;  
}

.kc-type.-type.-model{
  background-color: #a79d2a;
}

.kc-type.-type.-kouzou{
  background-color: #A6562B;  
}

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

.search_list .event_item_data dd .day{
  width: 11em;
  line-height: 1.3;
  margin-bottom: .2em;
}

.search_list .event_item_data dd address{
  margin-bottom: .4em;
  line-height: 1.2;
  display: -webkit-box;           /* Flexboxの古い仕組みを利用 */
  -webkit-line-clamp: 2;          /* 表示する行数を指定 */
  -webkit-box-orient: vertical;   /* 縦方向に並べる */
  overflow: hidden;               /* はみ出しを非表示 */   
}

.search_list .detail_btn{
  transform: translateY(9%);
}

.search_list .event_item_data{
  padding: 15px 24px;
}

@media screen and (max-width: 750px) {
  .search_list .event_item_data {
      padding: 2.33vw 3.2vw;
  }
}

button.all{
  width: 195px;
  justify-content: end;
  padding-right: 5.5%;
}

@media screen and (max-width: 750px) {
  button.all{
    width: 26vw;
  }
}

button.all::before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: var(--C-gray);
    border-radius: 6px;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  button.all::before {
      width: 4.2vw;
      height: 4.2vw;
      border-radius: .8vw;
  }
}

button.all.active::after {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    background: url(../imgs/area/icon_check.svg) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 8.5%;
    transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  button.all.active::after {
    width: 2.5vw;
    height: 2.5vw;
  }
}

#search.nofilter{
  margin-top: 40px;
}