@charset "UTF-8";
/*リセット*/
html, body, h1, h2, h3, h4, h5, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 10px;
  vertical-align: baseline;
  box-sizing: border-box;
  color: #121212;
}

article, header, aside, figure, figcaption, nav, section {
  display: block;
}

html {
  scroll-behavior: smooth;
  position: relative;
}

body {
  font-family: "Noto Sans JP", YakuHanJP, sans-serif, "游ゴシック体", YuGothic;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
ol, ul {
  list-style: none;
  list-style-type: none;
}

a {
  color: #121212;
  text-decoration: none;
}

img {
  display: block;
}

p {
  line-height: 1.5em;
}

table {
  border-collapse: collapse;
}
@media (max-width: 599px) {
  table table {
    width: 100%;
  }
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.mainvis ul li img {
  width: 100%;
}

.hint {
  margin: 160px 6.25% 0;
}
@media (max-width: 599px) {
  .hint {
    margin: 120px 20px 0;
  }
}
.hint h1 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #4A2408;
  margin-bottom: 80px;
}
@media (max-width: 599px) {
  .hint h1 {
    font-size: 2.4rem;
    margin-bottom: 60px;
  }
}
.hint ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 599px) {
  .hint ul {
    display: block;
  }
}
.hint ul li {
  width: 32.14%;
  margin-bottom: 40px;
  transition: 0.5s;
}
@media (max-width: 1024px) {
  .hint ul li {
    width: 48%;
  }
}
@media (max-width: 599px) {
  .hint ul li {
    width: auto;
  }
}
.hint ul li:hover {
  opacity: 0.7;
}
.hint ul li a img {
  width: 100%;
  border-radius: 6px;
}
.hint ul li a h2 {
  font-size: 1.4rem;
  line-height: 1.3em;
  margin-top: 10px;
}/*# sourceMappingURL=style_archivehint.css.map */