body {
  background-color: #f9f9f9;
}
.TITLE__icon--news {
  width: 36px;
  height: 40px;
  display: block;
  margin: -8px auto 32px;
}
@media only screen and (min-width: 960px) {
  .TITLE__icon--news {
    width: 50px;
    height: 56px;
    margin: -8px auto 72px;
  }
}
.article {
  position: relative;
  font-family: tbudgothic-std, sans-serif;
  font-weight: lighter;
  margin: 0 24px 64px;
  padding: 32px 16px 48px;
  background-color: #fff;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.16);
}
.article::after {
  position: absolute;
  content: "Restaurant \a Entoutcas";
  white-space: pre;
  bottom: 14px;
  right: 0;
  font-family: brush-script-std, sans-serif;
  font-weight: lighter;
  font-size: 40px;
  line-height: 1;
  color: #A3214A;
  opacity: 0.12;
}
@media only screen and (min-width: 960px) {
  .article {
    padding: 64px 160px 72px;
    margin: 104px auto 128px;
    max-width: 960px;
  }
  .article::after {
    position: absolute;
    content: "Restaurant \a Entoutcas";
    white-space: pre;
    bottom: 22px;
    right: 8px;
    font-family: brush-script-std, sans-serif;
    font-weight: lighter;
    font-size: 50px;
    line-height: 1;
    color: #A3214A;
    opacity: 0.12;
  }
}
.article .article__title {
  text-align: left;
  font-size: 20px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 960px) {
  .article .article__title {
    font-size: 28px;
  }
}
.article .article__date {
  font-size: 12px;
  display: block;
  border-bottom: 2px solid #A3214A;
}
@media only screen and (min-width: 960px) {
  .article .article__date {
    font-size: 16px;
  }
}
.article img {
  width: 78vw;
  height: auto;
}
@media only screen and (min-width: 960px) {
  .article img {
    width: 640px;
    height: 360px;
  }
}
.article p {
  font-size: 16px;
  letter-spacing: 0.024em;
  line-height: 2;
  text-align: justify;
}
@media only screen and (min-width: 960px) {
  .article p {
    font-size: 20px;
  }
}
.articleList {
  text-align: center;
  font-family: tbudgothic-std, sans-serif;
  font-weight: lighter;
  border-bottom: 1px solid #505050;
  max-width: 960px;
  margin: 0 auto 56px;
}
@media only screen and (min-width: 960px) {
  .articleList {
    margin: 0 auto 128px;
  }
}
.articleList__wrapper {
  max-width: 960px;
  margin: 0 auto;
}
.articleList__wrapper .articleList__li {
  text-align: left;
}
@media only screen and (min-width: 960px) {
  .articleList__wrapper .articleList__li {
    max-width: 960px;
    margin: 0 auto;
  }
}
.articleList__wrapper .articleList__li .articleList__btn__box {
  position: relative;
  font-size: 15px;
  color: #505050;
  padding: 8px 24px;
  border-top: 1px solid #505050;
}
.articleList__wrapper .articleList__li .articleList__btn__box::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 32px;
  width: 6px;
  height: 6px;
  border-top: solid 2px #505050;
  border-right: solid 2px #505050;
  transform: rotate(45deg);
  transition: all 0.5s;
}
@media only screen and (max-width: 330px) {
  .articleList__wrapper .articleList__li .articleList__btn__box {
    font-size: 14px;
  }
}
@media only screen and (min-width: 960px) {
  .articleList__wrapper .articleList__li .articleList__btn__box {
    font-size: 18px;
    padding: 8px 0 8px 192px;
  }
  .articleList__wrapper .articleList__li .articleList__btn__box::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 160px;
    width: 6px;
    height: 6px;
    border-top: solid 2px #505050;
    border-right: solid 2px #505050;
    transform: rotate(45deg);
    transition: all 0.5s;
  }
}
.articleList__wrapper .articleList__li .articleList__btn__box .articleList__text {
  display: inline-block;
  padding-right: 16px;
}
.articleList__wrapper .articleList__li .articleList__btn__box .articleList__text--date {
  display: inline-block;
  width: 56px;
  text-align: left;
}
@media only screen and (min-width: 960px) {
  .articleList__wrapper .articleList__li .articleList__btn__box .articleList__text--date {
    width: 70px;
  }
}
.articleList__wrapper .articleList__li .articleList__btn__box .articleList__verticalLine {
  display: inline-block;
  width: 0.8px;
  height: 1.5em;
  background-color: #505050;
  margin: 0 6px;
  vertical-align: middle;
}
.articleList__wrapper .articleList__li img {
  display: block;
  margin: 0 auto 8px;
  width: 100%;
  max-width: 960px;
  height: 200px;
  vertical-align: bottom;
}
@media only screen and (min-width: 960px) {
  .articleList__wrapper .articleList__li img {
    width: 640px;
    height: 360px;
  }
}
