body {
  background: #faffff;
}

header {
  background: #c1fff7;
  padding-bottom: 20px;
  -webkit-box-shadow: 0 0 0 5px #c1fff7;
          box-shadow: 0 0 0 5px #c1fff7;
  border: solid 5px white;
}

#header {
  text-align: center;
}

#header img {
  width: 97%;
}

#menu {
  margin: 0 20px 0 -20px;
}

#menu ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#menu ul li {
  width: 200px;
  height: 70px;
  margin: 4px;
  background: white;
  border-radius: 5px;
  text-align: center;
}

#menu ul li a {
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 30px;
  text-decoration: none;
  color: #36c4ce;
}

#menu ul li:hover {
  background: #36c4ce;
  -webkit-transition: background .3s;
  transition: background .3s;
}

#menu ul li:hover a {
  color: white;
  -webkit-transition: color .3s;
  transition: color .3s;
}

#all {
  margin: 0 100px;
}

.top {
  font-size: 200%;
}

.top:before {
  margin: 0 10px 0 0;
  padding-left: 5px;
  content: url(picture/denicon.png);
}

.top2 {
  border-left: solid 10px #65ffea;
  margin-left: -50px;
  padding-left: 5px;
}

.midashi {
  border-bottom: dashed 3px #65ffea;
}

#dtktoha, #seisakubutsu2 {
  margin-left: -70px;
}

.space {
  margin-left: 15px;
}

#dentotsu {
  width: 600px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: auto;
}

#dentotsu img {
  width: 50%;
}

#seika {
  background: #c1fff7;
  -webkit-box-shadow: 0px 0px 0px 5px #c1fff7;
          box-shadow: 0px 0px 0px 5px #c1fff7;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
}

.image {
  border: double 5px #86d3ff;
  padding: 10px;
}

.image img {
  width: 30%;
}

.image p {
  font-size: 2.3vw;
  margin: 0.5vw 0;
}
/*# sourceMappingURL=sample.css.map */