:root {
  --baceFontColor: #333333;
}

#kado p {
  text-align: left;
}
#kado ul {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 20px;
  margin: 20px auto 0 auto;
}
#kado ul li img {
  border-radius: 5px;
}
#kado ul li h3 {
  font-size: 13px;
  line-height: 19.5px;
  font-size: 0.8125rem;
  line-height: 1.21875rem;
  color: #3d6325;
  padding: 10px 0 0 0;
}
#kado ul:last-child {
  grid-column: 1/3;
}
@media screen and (max-width: 768px) {
  #kado ul {
    display: block;
  }
  #kado ul li {
    margin: 20px auto 0 auto;
  }
}

#kadomatu_kounyuu {
  display: grid;
  grid-template-columns: 2fr 1fr;
  margin: 30px auto 0 auto;
  gap: 20px;
}
#kadomatu_kounyuu table {
  border: 2px solid gray;
  background: white;
}
#kadomatu_kounyuu table tr th {
  border: 1px solid silver;
  padding: 0.5em 0.7em;
  background: gray;
  color: white;
}
#kadomatu_kounyuu table tr th span {
  font-size: 14px;
  line-height: 21px;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
#kadomatu_kounyuu table tr td {
  border: 1px solid silver;
  padding: 0.5em 0.7em;
}
#kadomatu_kounyuu aside {
  text-align: left;
}

#xmas > p {
  text-align: left;
}
#xmas table {
  width: 100%;
  margin: 20px auto 0 auto;
  background: white;
}
#xmas table tr th {
  border: 1px solid silver;
  padding: 0.5em 0.7em;
  background: gray;
  color: white;
}
#xmas table tr th span {
  font-size: 14px;
  line-height: 21px;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
#xmas table tr td {
  border: 1px solid silver;
  padding: 0.5em 0.7em;
}
#xmas aside {
  margin: 10px auto 0 auto;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #xmas > div {
    overflow: auto;
    white-space: nowrap;
  }
  #xmas > div::-webkit-scrollbar {
    height: 5px;
  }
  #xmas > div::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  #xmas > div::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  #xmas > div table {
    width: 100%;
  }
  #xmas > div table td {
    padding: 0.3em 0.5em 0.2em 0.5em;
  }
}

ul.banner_3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 20px auto 0 auto;
}
ul.banner_3 li a {
  display: block;
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
  padding: 0.7em 0;
  border: 1px solid silver;
  color: #333333;
  background: white;
}
ul.banner_3 li a:hover {
  background: gray;
  color: white;
}
ul.banner_3 li:nth-child(3n) {
  margin-right: 0;
}/*# sourceMappingURL=index.css.map */