#star{ 
  position:absolute;
  z-index:-2;
  width: 100%;
  height: 312px;
  background: linear-gradient(to bottom, #f0b586, #f0c5a3, #fff);
  top: 0;
  left: 0;
}
main{
  text-align: center;
}
footer{
  text-align: left;
}
h3{
  display: inline;
  animation-name:fadeUp1;
  animation-delay: 0.3s;
  animation-duration:0.6s;
  animation-fill-mode:forwards;
  opacity: 0;
}
.title img{
  position: relative;
  width: 87px;
  height: auto;
  animation-name:fadeUp2;
  animation-delay: 0.5s;
  animation-duration:0.6s;
  animation-fill-mode:forwards;
  opacity: 0;
  margin-left: 44px;
  margin-right: -130px;
  z-index: 10;
}
.wrap_title{
  margin-top: -28px;
}
@keyframes fadeUp1{
  from {
    opacity: 0;
  transform: translateY(10px);
  }
  to {
    opacity: 1;
  transform: translateY(-10px);
  }
}
@keyframes fadeUp2{
  from {
    opacity: 0;
  transform: translateY(36px);
  }
  to {
    opacity: 1;
  transform: translateY(16px);
  }
}
.title p{
  margin-top: -120px;
  margin-bottom: 3rem;
  font-weight: bold;
}
.tel_toiawase{
  width: 500px;
  height: 120px;
  border: solid 3px #70BF8B;
  background: #70BF8B;
  border-radius: 40px;
  font-size: 46px;
  color: #FFF7E2;
  margin: 0 auto 3rem;
}
.day_time{
  width: 394px;
  height: 43px;
  background: #FFF7E2;
  border-radius: 0 0 40px 40px;
  font-size: 20px;
  color: #70BF8B;
  padding-top: 5px;
}
@media(max-width:820px){
  .toiawase iframe{
    width: 86%;
  }
}
@media(max-width:480px){
  .title img {
    width: 72px;
    margin-left: 0;
    margin-right: -72px;
}
.wrap_title {
  margin-top: -33px;
}
.title p {
  margin-top: -53px;
}
.tel_toiawase {
  width: 313px;
  height: 102px;
  border-radius: 26px;
  font-size: 32px;
  margin: 0 auto 3rem;
}
.day_time {
  width: 306px;
  height: 47px;
  border-radius: 0 0 21px 21px;
  font-size: 16px;
  padding-top: 10px;
}
.toiawase iframe{
  width: 96%;
}
}