/* FESTA ORIGINAL */
/*------------------------------------------------*/
#selectShopContact .selectShopContactContents .selectShopFestaPlace dl {
  width: 25%;
}

@media only screen and (min-width: 1020px) and (max-width: 1300px) {
  #selectShopContact .selectShopContactContents .selectShopFestaPlace dl {
    width: 33%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1019px) {
  #selectShopContact .selectShopContactContents .selectShopFestaPlace dl {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  #selectShopContact .selectShopContactContents .selectShopFestaPlace dl {
    width: 47% !important;
    padding: 0 !important;
    margin-top: 8vw;
  }
}

#selectShopContact .selectShopContactContents .selectShopFestaPlace dl dt .main {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  #selectShopContact .selectShopContactContents .selectShopFestaPlace dl dt .main {
    font-size: 3.3vw;
  }
}

#selectShopContact .selectShopContactContents .selectShopFestaPlace dl dd {
  margin-top: 7px;
}

#selectShopContact .selectShopContactContents .selectShopFestaPlace dl dd .day {
  font-size: 14px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #selectShopContact .selectShopContactContents .selectShopFestaPlace dl dd .day {
    font-size: 2.8vw;
  }
}

#selectShopContact .selectShopContactContents .selectShopFestaPlace dl dd .time {
  display: none !important;
}

#selectShopContact .selectShopContactContents .selectShopFestaPlace dl dd .formBtn a {
  font-size: 16px;
  padding: 13px;
}

@media only screen and (max-width: 767px) {
  #selectShopContact .selectShopContactContents .selectShopFestaPlace dl dd .formBtn a {
    font-size: 3.4vw;
    padding: 10px;
  }
}

.selectShopFestaPlaceWrap {
  width: 100%;
}

#selectShopContact .selectShopContactContents .selectShopFestaPlace dl dt {
  justify-content: center;
}