@charset "UTF-8";

.calendar .article-list .date {
  background: #000;
  padding: 6px 8px 5px 8px;
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 10;
  font-weight: bold;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
}

.calendar .article-list .article-en-title {
  font-size: 1rem;
  line-height: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 5px 0 0 0;
  height: 10px;
}
.calendar .article-list .article-en-title a { color: #999; }

.calendar .article-list .price {
  font-size: 1.3rem;
  line-height: 1;
  margin: 10px 0 0 0;
  font-weight: bold;
}
.calendar .article-list .price a { color: #ff0030; }


@media screen and (max-width: 1024px) {
  .article-list-wrapper .article-list{
    width: calc((100% - 14px)/2);
  }

  .article-list-wrapper .article-list:nth-of-type(3n + 1){
    margin: 0 0 40px 14px;
  }

  .article-list-wrapper .article-list:nth-of-type(2n + 1){
    margin: 0 0 40px 0;
  }
}
