@charset "UTF-8";

/* CSS Document */
html {
  font-family: 'Noto Sans JP', Meiryo, sans-serif;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
  transition: all .2s;
}
a {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
a:hover {
  opacity: .7;
}
img {
  height: auto;
  max-width: 100%;
}
h1{
  font-size: 1.8rem;
}

#maintenance {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 700px;
  padding: 20px;
  width: 100%;
}

#maintenance img {
  max-width: 400px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #maintenance br {
    display: none;
  }
}
