.aisatsu-logo {
	width:100%;
	height:100px;
	background: url(../img/logo.png) no-repeat center center / contain;
	margin:60px auto;
}
@media screen and (max-width: 767px) {
  .aisatsu-logo {
	height:100px;
	margin:20px auto;
  }
}

.aisatsu-text {
	text-align:left;
	margin:80px auto 50px;
}
.aisatsu-text h2 {
	margin-top:50px;
	text-align:center;

}
.tenpo-info {
	margin:80px auto;
	display:flex;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .tenpo-info {
	display:block;
  }
}

.animation1 {
  text-align:left;
  font-size:1.17rem;
  animation-name: open-keyanime1 ; 
  animation-duration: 5s; /* 5秒間で表示 */ 
  animation-fill-mode: both;  
  animation-iteration-count: 1; /* 1回実行させています */
  margin: 15px auto;
}
@media screen and (max-width: 767px) {
  .animation1 {
	margin: 10px auto;
  }
}

h3 {
  margin-top:110px;
}
.ai-img {
	margin:50px auto;
}
