@charset "UTF-8";
/* 変数
**************************************************/
/* MIX IN
**************************************************/
/* ファンクション
**************************************************/
#news .page_title::after {
  background: url("/img/kiwaki/pagetitle_news_en.png") no-repeat;
  left: 0;
}

.news_item {
  margin: 0;
}

.news_item li {
  border-top: 1px solid #cacaca;
}

.news_item li:last-child {
  border-bottom: 1px solid #cacaca;
}

.news_item a {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #383838;
}

@media (max-width: 640px) {
  .news_item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.news_item a > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 640px) {
  .news_item a > div:first-child {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.news_item a > div:last-child {
  text-align: left;
}

@media (max-width: 640px) {
  .news_item a > div:last-child {
    margin-top: 5px;
    font-size: 12px;
  }
}

.news_item a:hover, .news_item a:focus {
  opacity: .6;
}

.news_item .news_date {
  width: 130px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 22px;
  font-weight: bold;
}

@media (max-width: 640px) {
  .news_item .news_date {
    width: auto;
    display: block;
    text-align: left;
    font-size: 14px;
  }
}

span[news] {
  display: block;
  line-height: 1;
}

span[news]::before {
  margin: 0 20px 0 0;
  padding: 5px 0;
  display: inline-block;
  width: 120px;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  font-size: 15px;
}

@media (max-width: 640px) {
  span[news]::before {
    margin: 0 8px;
    padding: 3px 0;
    width: 80px;
    min-width: 80px;
    font-size: 10px;
  }
}

span[news][news="area"]::before {
  content: '区画情報';
  background-color: #007F41;
}

span[news][news="event"]::before {
  content: 'イベント情報';
  background-color: #F39800;
}

span[news][news="etc"]::before {
  content: 'その他';
  background-color: #656d7d;
}

.article article {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.article article .article_header .num {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.article article .article_header .date {
  margin-right: 10px;
  line-height: 1;
}

@media (max-width: 640px) {
  .article article .article_header .date {
    font-size: 12px;
  }
}

.article article .article_header .date + span[news] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article article .article_header .date + span[news]::before {
  margin: 0;
  padding: 4px 10px;
  font-size: 12px;
  width: auto;
}

@media (max-width: 640px) {
  .article article .article_header .date + span[news]::before {
    padding: 2px 5px;
    font-size: 10px;
  }
}

.article article .article_header .title {
  font-size: 26px;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  border-bottom: 1px solid #cacaca;
}

@media (max-width: 640px) {
  .article article .article_header .title {
    font-size: 20px;
  }
}

.article article .article_content {
  margin-top: 20px;
}

.article article .article_content p {
  line-height: 2;
}

.no_news {
  color: #838383;
}

.display-block {
  display: block;
}
