@charset "UTF-8";

.news .items {
  display: flex;
  flex-wrap: wrap;
}
.news .items .item {
  margin: 0 35px 35px 0;
  position: relative;
  width: 300px;
}
.news .items .item:nth-child(3n){
  margin: 0 0 35px 0;
}
.news .items .item a {
  color: #16100F;
  text-decoration: none;
}
.news .items .item .img {
  display: block;
}
.news .items .item .discription {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 15px;
}
.news .items .item .discription .date {
  border-right: 2px solid #16100F;
  font-family: 'Lora', serif;
  width: 24%;
  font-weight: bold;
}
.news .items .item .discription .date span {
  display: block;
  text-align: center;
}
.news .items .item .discription .date .year {
  font-size: .8125rem;
}
.news .items .item .discription .date .day {
  font-size: 2.25rem;
  line-height: 1.0;
  font-weight: normal;
}
.news .items .item .discription .date .month {
  font-size: .937rem;
}
.news .items .item .discription .title {
  font-size: .875rem;
  line-height: 1.8;
  padding: 0 0 0 15px;
  width: 76%;
}
.news .items .item:hover .discription {
  background: #FFDF70;
}
.news .items .new::before {
  background: url(../img/icn_new.svg) no-repeat 0 0;
  content: '';
  display: block;
  height: 64px;
  left: -12px;
  position: absolute;
  top: -12px;
  width: 64px;
}

article{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 965px;
  margin: 0 auto;
}
.entry-data{
  width: 965px;
  position: relative;
  margin: 0 0 50px;
}
.entry-data::before{
  content: "";
  display: block;
  width: 300px;
  height: 610px;
  background: #D7A060;
}
.entry-data h1{
  position: absolute;
  top: 50px;
  right: 0;
}
.entry-data .date {
  font-family: 'Lora', serif;
  width: 300px;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.entry-data .date span {
  display: block;
  text-align: center;
}
.entry-data .date .year {
  font-size: 1.0625rem;
}
.entry-data .date .day {
  font-size: 3rem;
  line-height: 1.0;
  font-weight: normal;
}
.entry-data .date .month {
  font-size: 1.25rem;
}
.entry-body{
  width: 500px;
}
.entry-body img{
  max-width: 100%;
  width: auto;
}
.entry-body p{
  margin: 20px 0 0;
}
.entry-body .catch{
  font-size: 1.375rem;
  margin: 0 0 30px;
}
.archive{
  width: 320px;
  margin: -150px 0 0;
}
.archive dt{
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #231815;
  padding: 10px 0;
}

.archive dd a{
  color: #16100F;
}
.archive dd {
  border-bottom: 1px solid #231815;
}
.archive dd .date{
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 0 5px;
}
.archive dd .discription{
  font-size: 0.875rem;
}
.archive dd a{
  display: block;
  padding: 15px 0;
}

.profile {
  display: flex;
  margin: 30px 0 0;
}
.profile p{
  margin: 0 15px 0 0;
}
.profile dl{
  font-size: 0.875rem;
  width: 76%;
}
.profile dt{
  font-weight: normal;
  line-height: 1.5;
  margin: 0 0 5px;
}
.profile dd{
}