/********************gps************************/
body{
	background-color:#fff;
	letter-spacing: 0.05rem;
	animation: bodyfadeIn 2s ease 0s 1 normal;
	-webkit-animation: bodyfadeIn 2s ease 0s 1 normal;
	font-feature-settings: "palt";
}
[data-geo]{
	display:none;
}
.gps__flex[data-geo]{
	display:block;
}
.gps__flex .gps__img,
.gps__img{
	display:none;
}
.gps__flex.active-geo .gps__flex-inner{
	display: flex;
	flex-direction: column-reverse;
	flex-wrap: wrap;
}
.gps__flex-inner section {
  width: 100%;
}

.gps__flex.active-geo .htb-nextseasonalevents h2:before {
    display: block;
    height: 36px;
    width: 100%;
    content: "";
    background-image: url(/commons/202210/img/top/icon/park.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 0.6rem;
}
.gps__flex.active-geo .htb-seasonalevents h2:before {
    display:none;
}


@media screen and (min-width: 736px){
	.gps__flex.active-geo .htb-seasonalevents {
	  border-radius: 1.5rem 1.5rem 0 0;
	  padding: 50px 0 100px;
	  margin-top: 40px;

	  padding: 20px 0 100px;
	  margin-top: 00px;

	}
	.gps__flex.active-geo .htb-nextseasonalevents,
	.gps__flex.active-geo .htb-seasonalevents-under {
	  border-radius: 1.5rem 0 0;
	  padding: 70px 0 40px;
	  margin-top: 0px;
	}

	.gps__flex .htb-seasonalevents {
	  border-radius: 0 0 1.5rem 1.5rem;
	  border-radius: 1.5rem 1.5rem 0 0;
	  
	  padding: 50px 0 100px;
	  padding: 70px 0 40px;
	  margin-top: 40px;
	}
	.gps__flex .htb-seasonalevents-under {
	  border-radius:0 0 1.5rem 1.5rem ;
	  padding: 0px 0 40px;
	  margin-top: 0px;
	}

	.gps__flex .htb-nextseasonalevents {
	 
	  border-radius: 1.5rem 1.5rem 0 0;
	   border-radius: 0 0 1.5rem 1.5rem;
	  padding: 70px 0 60px;
	  padding: 00px 0 40px;
	  margin-top: 0px;
	}
}


@media screen and (max-width: 736px){
	.gps__flex .htb-nextseasonalevents-under {
	  border-radius:0 0 1.5rem 1.5rem ;
	  padding: 0px 0 20px;
	  margin-top: 0px;
	}
	.gps__flex.active-geo .htb-nextseasonalevents-under {
	  border-radius:1.5rem 1.5rem 0 0 ;
	  padding: 20px 0 20px;
	  margin-top: 0px;
	}
	.gps__flex.active-geo .htb-seasonalevents{
	  border-radius: 0 0 1.5rem 1.5rem;
	  padding: 0px 0 20px;
	}
}


@-webkit-keyframes bodyfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/********************gps end ************************/