@charset "utf-8";
@media screen and (max-width: 767px){
.header {
	float: left;
	height: auto;
	width: 100%;
	background-color: #0073b2;
		border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #00507B;
}
.box-top {
	background-color: #F0D202;
	float: left;
	width: 100%;
	margin-top: 7%;
	margin-bottom: 2%;
	overflow: visible;
	position: relative;
	visibility: visible;
	z-index: 999999;
	height: 2em;
}
.logo {
	float: right;
	height: auto;
	width: 20%;
	position: absolute;
	visibility: visible;
	z-index: 99;
	margin-left: 39%;
	overflow: visible;
	margin-top: -4%;
}
.logo img {
	height: auto;
	width: 100%;
}

.box-menu {
	float: left;
	width: 80%;
	margin-top: -2%;
	height: auto;
	overflow: visible;
	position: absolute;
	visibility: visible;
	z-index: 9999;
}
.mq {
	float: left;
	height: auto;
	width: 100%;
	font-family: thsarabunnew;
	font-size: 1.6rem;
	color: #FFF;
	margin-bottom: 0.5%;
	margin-top: 10%;
	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;
  }
}
}
