@charset "UTF-8";
/* CSS Document */

.top {
  width: 100%;
  height: 200px;
  margin-bottom: 60px;
}
.top__img {
  background-image: url("../images/news/top-img02.jpg");
  background-size: cover;
  background-position: center;
  background-origin: border-box;
  width: 100%;
  height: 100%;
}
.top__img-filter {
  background-color: rgba(255, 244, 234, 0.3);
  width: 100%;
  height: 100%;
  padding: 10px 24px;
}
.top__img-filter h1 {
  writing-mode: vertical-lr;
  letter-spacing: 0.8rem;
  font-size: 1.8rem;
  color: #fff;
  width: 65px;
  height: 180px;
  text-align: center;
  background-color: rgba(167, 143, 121, 0.6);
  border: solid 5px rgba(255, 253, 251, 0.5);
  box-sizing: border-box;
  padding: 5px 0 0 14px;
}
@media (min-width: 600px) {
  .top {
    height: 280px;
  }
  .top__img-filter {
    padding: 45px 24px;
  }
}
@media (min-width: 960px) {
  .top {
    height: 425px;
    margin-bottom: 85px;
  }
  .top__img-filter {
    padding: 0 85px;
  }
  .top__img-filter h1 {
    letter-spacing: 1.8rem;
    font-size: 2.4rem;
    width: 104px;
    height: 290px;
    border-radius: 0 35px;
    border: solid 7px rgba(255, 253, 251, 0.5);
    padding: 5px 0 0 30px;
    font-weight: 400;
    position: relative;
    top: 88px;
  }
}
.body {
  padding: 0 18px;
  margin-bottom: 110px;
}
.body h2 {
  text-align: center;
  margin-bottom: 20px;
} 
.news__daiya {
  background-image: url("../images/news/daiya.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 29px;
  margin: 0 auto 35px;
}
.news__container {
  background-color: rgba(255, 255, 254, 0.6);
  border-radius: 25px;
  border: solid 4px rgba(231, 212, 194, 0.7);
  padding: 40px 15px;
  margin: 0 auto;
  max-width: 750px;
}
.news-heading {
  padding: 0 20px 35px;
  margin: 0 auto 40px;
  border-bottom: solid 1px #40311E;
  max-width: 650px;
}
.news__date-wrapper {
  display: flex;
  margin-bottom: 12px;
}
.news-list__circle {
  width: 11px;
  height: 11px;
  min-width: 11px;
  background-color: #808575;
  border-radius: 50px;
  margin-top: 8px;
  margin-right: 3%;
}
.news__date-wrapper time {
  font-size: 1.4rem;
}
.news-heading h3 {
  font-size: 1.8rem; 
  font-weight: 500;
  letter-spacing: 0.1rem;
}
.news-content {
  padding: 0 8px;
  margin: 0 auto;
  max-width: 600px;
}
@media (min-width: 960px) {
  .body {
  padding: 0 150px;
  margin: 80px 0 110px;
}
  .body h2 {
  margin-bottom: 40px;
}
  .news__daiya {
  width: 160px;
  height: 48px;
  margin: 0 auto 50px;
}
  .news__container {
  border: solid 8px rgba(231, 212, 194, 0.7);
  padding: 45px 40px;
  margin: 0 auto;
  max-width: 1050px;
  }
  .news-list__circle {
  width: 20px;
  height: 20px;
  margin: 4px 30px 0 0;
  }
  .news-heading {
  padding: 0 25px 30px;
  margin: 0 auto 30px;
  border-bottom: solid 1.5px #40311E;
  max-width: 950px;
}
  .news-heading h3 {
    margin-left: 45px;
}
.news-content {
  padding: 0 30px;
  max-width: 700px;
  font-weight: 400;
  }
}
.emp {
    font-weight: 600;
    background: linear-gradient(transparent 70%, rgba(170, 45, 45, 0.3) 20%);
}