@charset "UTF-8";


#conditions .head2 {
  transform: rotate(0deg);
}

#activities .head_inner .head2 span {
  white-space: nowrap;
}

#areas {
  background:#e1eaf3;
  padding: 140px 3% 45px;
}
#areas > .img {
  max-width: 1400px;
  margin: 0 auto;
}

.location_wrap .img {
  margin-left: -3%;
}



@media screen and (max-width:900px) {
	.location_wrap .img {
	  margin-left: 0;
	}
	#bus-guide .head_inner .head2 span{
		white-space: nowrap;
	}
}