/* Scss Document */
/* ---- reset ---- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body {
  font-size: 17px;
  font-family: helvetica, arial, "hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif;
  line-height: 1.8em;
  color: #727171;
}

a {
  color: #727171;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:hover {
  text-decoration: none;
}

canvas {
  display: block;
  vertical-align: bottom;
}

/* ---- particles.js container ---- */
#main {
  z-index: -100;
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#1a3c46), to(#1e949c));
  background: linear-gradient(#1a3c46, #1e949c);
  background-image: url("images/backimage.jpg");
  background-size: cover;
}

#topimage {
  text-align: center;
  padding-top: 12%;
}

#mono {
  text-align: center;
  margin-top: -77px;
  opacity: 0;
}

article {
  margin-top: 120px;
  font-size: 14px;
  display: block;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

article h1 {
  font-weight: bold;
  border-bottom: 1px solid #FFF;
}

#about dl {
  padding-bottom: 20px;
  margin-top: 0px;
}

#about dt {
  float: left;
  width: 120px;
  padding-top: 14px;
  padding-bottom: 14px;
}

#about dd {
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #FFF;
}

#about .btn-map {
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
  padding: 2px 4px;
  text-decoration: none;
  border: solid 1px #666;
  background-color: #fff;
  border-radius: 3px;
  -webkit-transition: .4s;
  transition: .4s;
}

#about .btn-map:hover {
  color: #fff;
  background-color: #999;
}

#service {
  margin-top: 20px;
  margin-bottom: 100px;
}

#service ul {
  margin-top: 10px;
}

@media (max-width: 768px) {
  #topimage img {
    width: 95%;
  }
  #mono {
    display: none;
  }
  article {
    margin-top: 30px;
    width: 100%;
    padding-left: 10px;
    padding-right: 30px;
  }
  article h1 {
    border-color: #999;
  }
  #main {
    display: none;
  }
  #about dt {
    float: none;
    padding-bottom: 1px;
    width: 100%;
  }
  #about dd {
    border-color: #999;
    padding-top: 0px;
    margin-right: 10px;
  }
}
/*# sourceMappingURL=style.css.map */