@charset "UTF-8";
/* :::::::::::::::::::

	INFORMATION

:::::::::::::::::::::: */
main .contents {
  padding: 8rem 0;
}
@media only screen and (max-width: 834px) {
  main .contents {
    padding: 6rem 0;
  }
}

#archive h2 {
  text-align: center;
  margin-bottom: 4rem;
}
#archive h2 span {
  font-size: 4rem;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  line-height: 1em;
}
#archive h2 small {
  font-size: 2rem;
  display: block;
  color: #a1a3a6;
}
@media only screen and (max-width: 834px) {
  #archive h2 span {
    font-size: 2.8rem;
  }
  #archive h2 small {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 600px) {
  #archive h2 {
    margin-bottom: 2rem;
  }
  #archive h2 span {
    font-size: 2.4rem;
  }
  #archive h2 small {
    font-size: 1.6rem;
  }
}
#archive .contents .info-list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 2%;
}
@media only screen and (max-width: 834px) {
  #archive .contents .info-list ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}
#archive .contents .info-list ul li .pic {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
}
#archive .contents .info-list ul li .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
#archive .contents .info-list ul li time {
  margin-top: 1em;
  font-size: 1.4rem;
}
#archive .contents .info-list ul li h3 {
  font-size: 1.6rem;
  transition: all 0.3s ease;
}
#archive .contents .info-list ul li a:hover .pic img {
  transform: scale(1.1);
  filter: brightness(1.05);
}
#archive .contents .info-list ul li a:hover h3 {
  color: #f3a246;
}
#archive .contents .info-list ul a.link {
  display: block;
  width: 12em;
  margin-top: 80px;
  margin-left: auto;
  margin-right: 0;
  font-size: 1.6rem;
  line-height: 1em;
  padding: 0.75em 1em;
  color: #fff;
  font-weight: bold;
  background: #f3a246;
  border: 0.2rem solid #f3a246;
  border-radius: 1.5em;
  text-align: center;
  transition: all ease 0.3s;
}
#archive .contents .info-list ul a.link:after {
  margin-left: 0.5em;
  content: "▶";
}
#archive .contents .info-list ul a.link:hover {
  background: #fff;
  color: #f3a246;
}
#archive .contents .pagination {
  margin-top: 4rem;
}

#single article {
  max-width: 100rem;
  margin-inline: auto;
}
#single time {
  font-size: 1.6rem;
}
#single h1 {
  font-size: 3.6rem;
  line-height: 1.25em;
  padding: 0.5em 0;
  border-bottom: 0.3rem dashed #f3a246;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
}
@media only screen and (max-width: 834px) {
  #single h1 {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 600px) {
  #single h1 {
    font-size: 2.2rem;
    border-bottom: 1px dashed #f3a246;
  }
}
#single .pic {
  margin-top: 4rem;
}
#single #news-txt {
  margin-top: 4rem;
}
#single #news-txt p ~ p {
  margin-top: 1em;
}
#single #news-txt h2, #single #news-txt h3, #single #news-txt h4 {
  margin: 1em 0 0.5em;
  line-height: 1em;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
}
#single #news-txt h2 {
  font-size: 3.2rem;
}
#single #news-txt h3 {
  font-size: 2.8rem;
}
#single #news-txt h4 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 834px) {
  #single #news-txt h2 {
    font-size: 2.4rem;
  }
  #single #news-txt h3 {
    font-size: 2.2rem;
  }
  #single #news-txt h4 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 600px) {
  #single #news-txt h2 {
    font-size: 2rem;
  }
  #single #news-txt h3 {
    font-size: 1.8rem;
  }
  #single #news-txt h4 {
    font-size: 1.6rem;
  }
}
#single a.btn {
  display: block;
  width: 12em;
  margin: 4rem auto 0;
  font-size: 1.6rem;
  line-height: 1em;
  padding: 0.75em 1em;
  color: #f3a246;
  font-weight: bold;
  background: #fff;
  border: 0.2rem solid #f3a246;
  border-radius: 1.5em;
  text-align: center;
  transition: all ease 0.3s;
}
#single a.btn:hover {
  background: #f3a246;
  color: #fff;
}/*# sourceMappingURL=info.css.map */