/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 17 2025 | 05:11:46 */
.epatica-reservation-heading {
  text-align: center;
  font-family: "Cormorant", "Shippori Mincho", serif;
  overflow: hidden;
  padding: 40px 20px;
	color:#fff;
}

.epatica-title {
  font-size: 70px;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
  
}

.epatica-en {
  font-size: 60px;
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.6s ease;
  margin-bottom: 4px;
}

.epatica-jp {
  font-size: 20px;
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.6s ease;
  margin: 0;
}

.epatica-reservation-heading.show .epatica-en,
.epatica-reservation-heading.show .epatica-jp {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 768px) {
  .epatica-en {
    font-size: 36px;
  }
  .epatica-jp {
    font-size: 16px;
  }
}
