@charset "UTF-8";
body {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  background-color: #ffffff;
  background-image: url(../img/汎用/sakamotomika_BackgroundImage.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}

#news_area {
  width: 1100px;
  height: auto;
  margin: 100px auto;
}
#news_area h1 {
  font-size: 46px;
  text-align: center;
  color: rgb(90, 81, 57);
  padding: 20px 0 30px 0;
  font-weight: 500;
}
#news_area hr {
  display: block;
  width: 94%;
  margin: 0 auto;
  height: 1px;
  background-color: rgb(189, 170, 138);
}
#news_area hr:first-child {
  display: none;
}
#news_area .news_record {
  width: 94%;
  margin: 10px auto;
  padding: 20px 30px;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
#news_area .news_record p,
#news_area h2 {
  color: rgb(68, 57, 42);
}
#news_area .news_record a {
  text-decoration: none;
}
#news_area .flex-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#news_area .news_text-container {
  flex: 1;
}
#news_area .news_created {
  font-size: 12px;
  margin-top: -40px;
  color: rgb(196, 58, 58) !important;
}
#news_area .news_title {
  font-size: 18px;
  padding: 10px 0;
  -webkit-text-decoration: underline rgb(165, 161, 133);
          text-decoration: underline rgb(165, 161, 133);
}
#news_area .news_location {
  font-size: 12px;
  padding: 2px 0;
}
#news_area .news_schedule {
  font-size: 12px;
  padding: 2px 0;
}
#news_area .news_img {
  width: 300px;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 10px 10px 2px 1px rgba(46, 78, 104, 0.2);
}
#news_area .Sayonara_Yoroshiku img {
  -o-object-position: 0 50%;
  object-position: 0 50%;
}
#news_area .ChangtingGallery img {
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}
#news_area .UpAndComers img {
  -o-object-position: 0 70%;
  object-position: 0 70%;
}
#news_area .news_record:hover {
  background-color: rgb(255, 250, 236);
}

@media only screen and (max-width: 640px) {
  #news_area {
    width: 100%;
    height: auto;
    margin: 90px auto;
  }
  #news_area h1 {
    font-size: 2.5em;
    text-align: center;
    padding: 6%;
    color: rgb(90, 81, 57);
  }
  #news_area hr {
    display: block;
    width: 90%;
    margin: 0 auto;
    height: 1px;
    background-color: rgb(189, 170, 138);
  }
  #news_area hr:first-child {
    display: block;
  }
  #news_area .news_record {
    width: 100%;
    margin: 5% auto;
    padding: 15px;
    border-radius: 10px;
  }
  #news_area .news_record p,
  #news_area .news_record h2 {
    color: rgb(68, 57, 42);
  }
  #news_area .news_record a {
    text-decoration: none;
  }
  #news_area .news_record .news_img {
    width: 90%;
    height: 200px;
  }
  #news_area .news_record .flex-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: center;
  }
  #news_area .news_record .news_text-container {
    width: 90%;
  }
  #news_area .news_record .news_created {
    font-size: 0.7em;
    margin: 0;
    padding-top: 1.7em;
    color: #871b1b;
  }
  #news_area .news_record .news_title {
    font-size: 1em;
    padding-top: 0.2em;
    padding-bottom: 0;
    font-weight: 500;
    color: #332600;
  }
  #news_area .news_record .news_location {
    font-size: 0.7em;
    padding-top: 0.2em;
  }
  #news_area .news_record .news_schedule {
    font-size: 0.7em;
    padding-top: 0.2em;
  }
  #news_area .news_record:hover {
    background-color: white;
  }
}/*# sourceMappingURL=newslist.css.map */