@charset "UTF-8";
/* Custom Variables */
.toiawase {
  background-size: auto auto;
  background-color: #6cdc99;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.1) 10px, rgba(255, 255, 255, 0.1) 12px);
  padding: 5px; /*文字周りの余白*/
  border-radius: 15px; /*角の丸み*/
}
.toiawase .button {
  background-color: rgb(80, 186, 219);
  color: #FFFFFF;
}
.toiawase .button:hover {
  background-color: #2aa7ce;
}

/* sitemap Styles */
.site-map {
  background-color: rgb(80, 186, 219);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.1) 10px, rgba(255, 255, 255, 0.1) 12px);
  border-radius: 15px;
  width: 100%;
}
.site-map li {
  margin: 20px 0;
}
.site-map li a {
  color: white;
  font-size: 1.25rem;
  text-decoration: none;
  transition: color 0.3s;
}
.site-map li a i {
  margin-right: 10px;
  color: rgb(216, 205, 105);
}
.site-map li a:hover {
  color: rgb(235, 177, 4);
}/*# sourceMappingURL=foot.css.map */