#main #noticeArea {
  display: flex;
  height: auto;
  width: 100%;
  background-image: url("../image/washi.jpg");
  background-size: cover;
  padding: 22vh 5%;
  justify-content: space-evenly;
}
#main #noticeArea figure {
  height: 100%;
  width: 47.5%;
}
#main #noticeArea figure img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#main #noticeArea .textArea {
  width: 47.5%;
}
#main #noticeArea .textArea h2 {
  font-size: 1.5vw;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  border-bottom: 1px solid black;
  padding-bottom: 5px;
}
#main #noticeArea .textArea p {
  font-size: 1vw;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  margin: 20px 0;
}
#main #noticeArea .textArea time {
  display: block;
  font-size: 0.8vw;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 2px;
  margin: 5px 0;
  text-align: left;
}

@media screen and (max-width: 1280px) {
  #main #noticeArea {
    display: flex;
    height: auto;
    width: 100%;
    margin: auto;
    justify-content: space-evenly;
    flex-direction: column-reverse;
    padding: 20vh 5%;
  }
  #main #noticeArea .textArea {
    width: 100%;
    margin-bottom: 20px;
  }
  #main #noticeArea .textArea h2 {
    font-size: 3vw;
    font-weight: bold;
  }
  #main #noticeArea .textArea p {
    font-size: 2vw;
  }
  #main #noticeArea .textArea time {
    font-size: 1.5vw;
    text-align: left;
  }
  #main #noticeArea figure {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  #main #noticeArea {
    display: flex;
    height: auto;
    width: 100%;
    margin: auto;
    justify-content: space-evenly;
    flex-direction: column-reverse;
    padding: 20vh 5%;
  }
  #main #noticeArea .textArea {
    width: 100%;
    margin-bottom: 20px;
  }
  #main #noticeArea .textArea h2 {
    font-size: 5vw;
    font-weight: bold;
  }
  #main #noticeArea .textArea p {
    font-size: 4vw;
  }
  #main #noticeArea .textArea time {
    font-size: 3vw;
    text-align: left;
  }
  #main #noticeArea figure {
    width: 100%;
    height: auto;
  }
}

/*# sourceMappingURL=notice.css.map */
