[v-cloak] {
  display: none;
}

#kcapp{
  background-color: #fff;
}

.kc-calendar-container{
  width: 90%;
  max-width: 768px;  
  margin: 0 auto;
  padding-bottom: 100px;
}

.kc-kokubu-logo__wrap{
  width: 40%;
  min-width: 300px;
  margin: 0 auto;
  padding: 50px 0;
}

.kc-kokubu-logo{
  width: 270px;
  height: 130px;
}

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

.kc-select-wrapper{
  margin: 20px 0;
}

.kc-select-label{
  font-size: 12px;
  margin-bottom: .5em;
}

.kc-select-label__required{
  color: #fff;
  background-color: #FF0000;
  padding: .1em .8em;
  border-radius: 100px;
  font-size: 10px;
  margin-right: .5em;
}

.kc-form-parts{
  margin-bottom: 0!important;
}

.kc-form-parts.-calendar{
  padding-bottom: 20px!important;
  border-bottom: 1px solid #E4E4E4!important;
}

.kc-form-parts.-reqtype{
  padding-top: 0;
  padding-bottom: 30px!important;
  margin-bottom: 30px!important;
}

.kc-shop-title{
}

.kc-shop-list{
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}


.kc-shop-list__item {
  list-style: none;
}

.kc-shop-list__item__name {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 10px 20px;
  cursor: pointer;
  background-color: #f3f4f8;
  color: #212529;
  margin-bottom: 0;
  border:none;
  font-weight: 600;
}


.kc-shop-list__item{
  margin-bottom: 2px;
}


.kc-shop-list__item__name:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translate(0, -50%) rotate(225deg);
  width: 8px;
  height: 8px;
  border-left: 1px solid #212529;
  border-top: 1px solid #212529;
}

.kc-shop-list__item__name.-open:before{
  transform: translate(0, -50%) rotate(45deg);
}

.kc-gmap{
  width: 450px;
  height: auto;
  aspect-ratio: 1/1;
}

@media screen and (max-width: 767px){
  .kc-gmap{
    width: 100%;
    margin-bottom: 80px;
  }  
}

.kc-shop-list__item__box{
  margin-top: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;  
  padding-bottom: 20px;
  padding: 0 20px;  
}

.kc-shop-list__item__box.-shop{
  margin-top: -10px;
}  

@media screen and (max-width: 767px){
  .kc-shop-list__item__box{
    flex-direction: column;
  }  
  .kc-shop-list__item__box.-shop{
    margin-top: 0;
  }  
}

.kc-gmap{
  margin-top: 30px;
  margin-left: 30px;  
}

@media screen and (max-width: 767px){
  .kc-gmap{
    margin-top: 0;
    margin-left: 0;  
  }  
}

@media screen and (max-width: 767px){
  .kc-type-list{
    flex-direction: column;
    align-items: flex-start!important;
  }
  .kc-calendar iframe{
    width: 100%;
  }
}

/* 店舗別ページ */
.kc-s-form-parts.-calendar{
  padding-bottom: 20px!important;
  margin-bottom: 20px!important;
}


.kc-calendar iframe {
  width: 60%;
  height: auto;
  max-height: 760;
  aspect-ratio: 64 / 115;
}

@media screen and (max-width: 767px){
  .kc-calendar iframe{
    width: 100%;
  }
}


@media screen and (max-width: 640px){
  .kc-calendar iframe{
    aspect-ratio: initial;
    height: 760px;
  }
}
