@charset "UTF-8";
*{
	margin:0;
	padding:0;
}

body {
  width: 100%;
  background-color: #fff;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.wrapper {
  max-width: 750px;
  box-shadow: 0 1px 20px rgb(0 0 0 / 30%);
  background: #fff;
  margin: 0 auto;
  text-align: center;
}

img {
  width: 100%; 
  margin-top: -6px;
}

.cva {
  position: relative ;
}

.cva .button {
  position: absolute;
  bottom: 13%;
  left: 0;
  right: 0;
  margin: auto;
  animation: anime1 0.6s ease 0s infinite alternate;
  transform-origin: center;
}


.cva .button img {
  max-width: 80%;
}

.cva .button {
  -webkit-animation: anime1 0.6s ease 0s infinite alternate;
          animation: anime1 0.6s ease 0s infinite alternate;
  -webkit-transform-origin: center;
          transform-origin: center;
}


.element {
  -webkit-animation: tikatika 1s step-end infinite;
          animation: tikatika 1s step-end infinite;
}

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

@keyframes tikatika {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.adress{
	position: relative;
  background: #ffff;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.map {
  position: relative;
  width: 90%;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 44.45%;
}

/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

footer {
  display: block;
  padding-top: 10px;
  background: #e4898e;
}
ul {
  list-style: none;
}
.footer_nav {
  text-align: center;
  padding: 10px 0;
}
.footer_nav li {
  display: inline-block;
  margin: 0 5px 0 0;
  border-right: #fff solid thin;
  font-size: 13px;
}
.footer_nav li:nth-child(2) {
  border-right: none;
}
.footer_nav li a {
  text-decoration: none;
  padding: 0 10px 0 0;
  color: #fff;
}
.footer_nav li:last-child {
  border: none;
}
footer .copyright {
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding-bottom: 10px;
}

@-webkit-keyframes anime1 {
  from {
    -webkit-transform: scale(0.95, 0.95);
            transform: scale(0.95, 0.95);
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes anime1 {
  from {
    -webkit-transform: scale(0.95, 0.95);
            transform: scale(0.95, 0.95);
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
/*# sourceMappingURL=style.css.map */