@charset "UTF-8";

#top_haiku-box {
  background: url(../../images/top/top.jpg) repeat-x;
  min-height: 70vh;
  position: relative;
  margin-bottom: 30px;
  font-family:  YuMincho, '游明朝', source-han-serif-japanese, serif;
}

.haiku-box{
  position: absolute;
  top: 4%;
  right: 20%;
  display: flex;
  flex-direction: row-reverse;
}

.tanka-box{
  position: absolute;
  top: 4%;
  right: 60%;
  display: flex;
  flex-direction: row-reverse;
}

.haiku,.tanka01, .tanka02 {
  font-size: 3.3vh;
  writing-mode: vertical-rl;
}

.haiku-author,.tanka-author{
  font-size: 3vh;
  writing-mode: vertical-rl;
  text-align: right;
}

.news-ttl {
  font-size: 2em;
  font-family: "athelas-bold", 'Vollkorn', serif;
}

.news {
  display: block;
}

.news-link{
  margin-bottom: 60px;
}

.list-item {
  border-bottom: solid #eee 2px;
  padding: 20px 0;
}

.item-inner {
  display: flex;
  justify-content: flex-start; 
}

.item-date {
  font-size: 0.75em;
  padding: 3px 20px 0 15px;  
}

.date {
  font-size: 0.75em;
  padding: 3px 0 0 0;
  font-family: source-han-sans-japanese, sans-serif;
  min-width: 100px;
}

.item-ttl {
  max-width: 540px;
  margin: 0 auto 0 0;
  padding-right: 15px;
}

.icon-colm-cat {
  height: 20px;
  padding: 2px 10px;
  font-size: 0.7em;
  font-family: source-han-sans-japanese, sans-serif;
  background-color: #d7ede8;
  margin: 3px 15px 0 0;
  border-radius: 4px;
}


@media screen and (max-width:768px){
    
  .link-list {
    width: auto;
  }

  .list-item {
      padding: 12px 0;
  }

  .item-inner {
    display: block;
  }
  
  .item-date {
    padding-left: 0;
  }

  .item-ttl {
    display: flex;
  }
  
    
} 
