html {
  overflow: scroll;
}

* {
  margin: 0;
  padding: 0;
}

body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

q:before,
q:after {
  content: "";
}

.clearfix:after,
section:after,
nav:after,
.splitBlock:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix,
section,
nav,
.splitBlock {
  min-height: 1px;
}

button,
input[type="button"].clearbtn,
input[type="submit"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: 0 none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  border-radius: 0;
  background: transparent;
}

button::-webkit-search-decoration,
input[type="button"].clearbtn::-webkit-search-decoration,
input[type="submit"]::-webkit-search-decoration {
  display: none;
}

button::focus,
input[type="button"].clearbtn::focus,
input[type="submit"]::focus {
  outline-offset: -2px;
}

button,
input[type="button"].clearbtn,
input[type="submit"] {
  border: 0 none;
  display: inline;
}

@font-face {
  font-family: mix;
  src: local("DIN Alternate");
  unicode-range: U+21-7E;
}

body {
  font-family: mix, YuGothic, "Yu Gothic", sans-serif;
  font-size: 20px;
  animation: fadeIn 1.5s ease 0s 1 normal;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

body#top header,
body#top article {
  width: 100%;
  max-width: 720px;
  margin: auto;
}

body#top header {
  padding: 75px 0 55px;
}

body#top header img {
  display: block;
  width: 100%;
}

body#top article p.address {
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: justify;
  margin: auto;
  font-size: 1.35rem;
  padding: 0 25px 70px;
  line-height: 2.1em;
  letter-spacing: 0.5px;
}

.copy {
  font-size: 11px;
  padding: 0px 25px 10px 25px;
  text-align: center;
}

.address a {
  text-decoration: none;
  color: #000;
}

.address a:hover {
  text-decoration: underline;
}

@media all and (max-width: 720px) {
  html {
    height: 100%;
  }
  body {
    font-family: YuGothic, "Yu Gothic", sans-serif;
  }
  body#top {
    height: 100%;
  }
  body#top header {
    padding: 0px 0 3vh;
    margin: 0;
  }
  body#top #content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 15px;
  }
  body#top article {
    margin: 0;
  }
  body#top article p.address {
    font-size: 2.7vw;
    padding: 0 15px 0;
    line-height: 2.1em;
    letter-spacing: 0;
  }
  .copy {
    padding: 40px 25px 0px 25px;
  }
}
/*# sourceMappingURL=style.css.map */