/* ==================================

  info.css

================================== */

/* ==================================

  Infomation -  お知らせ

================================== */

h1 {
  text-align: center;
  font-weight: bold;
  font-size: 1.9rem;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  padding: 128px 0 8px 0;
}

h2 {
  text-align: left;
  font-weight: bold;
  font-size: 2.0rem;
  margin-bottom: 16px;
  text-align: center;
}

.info-area {
  width: 700px;
  margin: 0 auto;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .info-area {
    width: 90%;
  }
}

.date-title {
  font-weight: bold;
  text-align: left;
}

.title-line {
  display: block;
  line-height: 2.0;
  text-align: center;
  padding-top: 32px;
}

.bunrui {
  font-size: 1.4rem;
  font-weight: bold;
  color: #FFF;
  background-color: #6A5837;
  padding: 4px 8px;
  margin: 0 0 16px 8px;
}

.info-box {
  margin: 64px 0;
  padding: 64px 8px;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}

.text-box {
  padding-top: 32px;
}

.text-box p {
  margin-bottom: 16px;
}

.text-box a {
  color: #221816;
  transition: all 0.5s ease-out;
}

.text-box a:hover {
  color: #8F7E4F;
}

/* ==================================

  Paging -  ページング

================================== */

.prev, .next {
  width: 300px;
  margin: 64px auto;
  height: 50px;
  line-height: 47px;
}

.prev a, .next a {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #534741;
  background-color: #534741;
  color: #FFF;
  font-size: 1.4rem;
  transition: all 0.5s ease-out;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 750px) {
  .prev, .next {
    width: 45%;
  }
}

.prev a:hover, .next a:hover {
  background: #FFF;
  color: #534741;
  margin-left: 0px;
  margin-top: 0px;
  border: 2px solid #534741;
}

@media screen and (max-width: 640px) {
  /* スマホの場合 */
  .prev a:active, .next a:active {
    background: #FFF;
    color: #534741;
    margin-left: 0px;
    margin-top: 0px;
    border: 2px solid #534741;
  }
}

.prev a span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
}

.prev a span::after {
  content: "<";
}

.next a span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
}

.next a span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
}

.next a span::after {
  content: ">";
}
