@charset "UTF-8";

/*
Theme Name: haruna animal clinic
Description: Description
Theme URI: Null
Author: 
Version: 1.0
*/

/*
#wrap {display: none;}
#loader {
  position: relative;
  z-index: 100;
  text-align: center;
  animation: animScale 2s infinite ease-out;
  transform-origin: 50% 50%;
  animation-play-state: running;
}
#loader img {
  width: 90%;
  max-width: 400px;
  height: auto;
  padding-top: 20%;
}
#loader p {
  font-size: 22px;
  line-height: 1.4;
}
#fade,
#wrap {
  background-color: #fff;
}
#fade {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}
@keyframes animScale {
  0% {transform: scale(0.6, 0.6);}
  5% {transform: scale(1, 1);}
  10% {transform: scale(0.8, 0.8);}
  15% {transform: scale(0.9, 0.9);}
  20% {transform: scale(0.8, 0.8);}
  100% { transform: scale(0.8, 0.8);}
}
@media (max-width: 1000px) {
	#loader img {padding-top: 30%;}
}
@media (max-width: 750px) {
  #loader img {padding-top: 50%;}
}
*/