@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
#section01 {
  width: 100%;
  position: relative;
  padding: 60px 0 100px 0;
  overflow: hidden;
  background-color: #373737;
}
@media screen and (max-width:800px) {
  #section01 {
    padding: 30px 0 60px 0;
  }
}
#section01 h1 {
  text-align: center;
  color: #fff;
}

#section02 {
  padding: 100px 0;
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 60px 0;
  }
}
#section02 .mapimg {
  width: 90%;
  max-width: 874px;
  margin: 0 auto;
}
#section02 .textadd {
  margin-top: 40px;
  text-align: center;
}
#section02 .google_box {
  width: 80%;
  max-width: 262px;
  margin: 40px auto 0 auto;
}
#section02 .google_box a {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: #000;
  line-height: 100%;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section02 .google_box a {
    padding: 17px 0;
  }
}/*# sourceMappingURL=map.css.map */