@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@import url("https://fonts.googleapis.com/css?family=Crimson+Text");
@-webkit-keyframes loading {
  0% {
    left: -30px;
  }
  70% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@-moz-keyframes loading {
  0% {
    left: -30px;
  }
  70% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@-o-keyframes loading {
  0% {
    left: -30px;
  }
  70% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes loading {
  0% {
    left: -30px;
  }
  70% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.pd {
  padding: 0 50px;
}

.contact {
  width: 100%;
  max-width: 360px;
  margin: 0 0 5%;
  overflow: hidden;
}
.contact:last-child {
  margin-bottom: 0;
}
.contact .sub-heading {
  margin-bottom: 1rem;
}

.mb {
  margin: 0 0 3em;
}

.wrap-heading {
  text-align: left;
}

#map0, #map1 {
  position: relative;
  margin: auto;
  width: 100%;
  height: 500px;
}

/*------------------------------------------
 *             tablet 、 Mobile
 *------------------------------------------*/
@media only screen and (max-width: 1100px) {
  #main {
    min-height: 0px;
  }

  .flex-center {
    display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: -webkit-block;
    display: block;
  }

  .pd {
    padding: 0;
  }

  .contact {
    margin: 0 0 40px;
  }

  .inner-content {
    width: 90%;
    margin: auto;
  }

  #map0, #map1 {
    width: 100%;
  }
}
@media only screen and (max-width: 560px) {
  h1 {
    font-size: 24px;
  }
}
