@charset "utf-8";
@media screen and (min-width: 768px) and (max-width: 1023px){
.header {
	float: left;
	height: auto;
	width: 100%;
	background-color: #0073b2;
		border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #00507B;
}
.box-top {
	background-color: #F0D202;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 3%;
	margin-bottom: 1%;
}
.logo {
	float: left;
	height: auto;
	width: 10%;
	position: absolute;
	visibility: visible;
	z-index: 99;
	margin-top: -2%;
	margin-left: 2%;
}
.logo img {
	height: auto;
	width: 100%;
}

.box-menu {
	float: right;
	width: 80%;
	margin-right: 3%;
	margin-top: 2%;
	height: auto;
}
.mq {
	float: left;
	height: auto;
	width: 100%;
	font-family: thsarabunnew;
	font-size: 1.6rem;
	color: #FFF;
	margin-bottom: 0.5%;
	line-height: 120%;
}
.banner {
	float: left;
	height: auto;
	width: 100%;
	padding-bottom: 2%;
}
.image{
 
}

@keyframes enter-animation {
	0% {
		transform: translateY(100px);
    opacity: 0;
	}
	100% {
		transform: translateY(0);
    opacity: 1;
	}
}
@media (prefers-reduced-motion: no-preference) {
  .image-animation {
    animation: enter-animation 0.8s 1;
  }
}
}
