@charset "UTF-8";

/* Layout */
#main{
  background: url("../img/bg-news.jpg") right top no-repeat;
}
.news-title-main{
  text-align: center;
  font-weight: 700;
}
.news-content{
  background-color: #F8F5ED;
}
.news-asire{
  background-color: #FDFCF8;
}
.news-aside > ul,
.aside-menu-list ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.news-aside a{
  text-decoration: none;
}
.news-aside > ul > li,
.aside-menu-list dt{
  border-bottom: 1px solid #7f7f7d;
}
.news-aside > ul > li:last-child{
  margin-bottom: 0;
  border-bottom: none;
}
.aside-menu-item{
  display: block;
  background-image: url("../img/icon-arrow.svg");
  background-repeat: no-repeat;
}
.aside-menu-item,
.aside-menu-list a{
  transition: opacity .4s;
}
.aside-menu-item:hover,
.aside-menu-list a:hover{
  opacity: .5;
}
.aside-menu-list dt{
  font-weight: bold;
}
.aside-menu-list dd{
  margin-left: 0;
}
@media (max-width: 767px){
  #main{
    background-image: url("../img/bg-news-sp.jpg");
    background-size: 50% auto;
    padding-top: 40px;
  }
  .news-title-main{
    margin-bottom: 40px;
    font-size: 1.9rem;
    letter-spacing: .1em;
  }
  .news-title-main::after{
    bottom: -15px;
  }
  .news-content{
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 5px;
  }
  .news-aside{
    margin-bottom: 20px;
    background-color: #fdfcf8;
    padding: 20px;
    border-radius: 5px;
  }
  .news-aside > ul > li{
    margin-bottom: 10px;
  }
  .aside-menu-item{
    background-position: 0 16px;
    background-size: auto 11px;
    padding: 10px 10px 10px 31px;
    font-size: 1.4rem;
    letter-spacing: .2em;
  }
  .aside-menu-list{
    font-size: 1.3rem;
    letter-spacing: .1em;
  }
  .aside-menu-list dt{
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .aside-menu-list dd li{
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (min-width: 768px){
  #main{
    padding-top: 85px;
  }
  #main > .container{
    padding-right: 5px;
    padding-left: 5px;
    max-width: 998px;
  }
  .news-title-main{
    margin-bottom: 90px;
    font-size: 2.4rem;
    letter-spacing: .1em;
  }
  .news-content{
    float: left;
    margin-bottom: 10px;
    padding: 38px 3.8%;
    width: 73.547094%;
    border-radius: 6px;
  }
  .news-aside{
    float: right;
    background-color: #fdfcf8;
    padding: 25px 0 25px 2.5%;
    width: 25.551102%;
    border-radius: 6px;
  }
  .news-aside > ul > li{
    margin-bottom: 20px;
  }
  .aside-menu-item{
    background-position: 0 16px;
    background-size: auto 11px;
    padding: 10px 10px 10px 31px;
    font-size: 1.4rem;
    letter-spacing: .2em;
  }
  .aside-menu-list{
    font-size: 1.3rem;
    letter-spacing: .1em;
  }
  .aside-menu-list dt{
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .aside-menu-list dd li{
    padding-top: 5px;
    padding-bottom: 5px;
  }
}



/* Archive */
.news-archive-entry > a{
  background-color: #fff;
  text-decoration: none;
  transition: opacity .4s;
}
.news-archive-entry > a:hover{
  opacity: .7;
}
.news-archive-entry .image img{
  width: 100%;
  height: auto;
}
.news-archive-entry .content .category span{
  border-radius: 2px;
}
.news-archive-entry .content .category .event{
  background-color: #D9F7D7;
}
.news-archive-entry .content .category .webshop{
  background-color: #FFD8D8;
}
.news-archive-entry .content .category .information{
  background-color: #FCF3E2;
}
.news-archive-entry .content .category .other{
  background-color: #D4DBDD;
}
@media (max-width: 767px){
  .news-archive-entry{
    margin-bottom: 20px;
  }
  .news-archive-entry:last-child{
    margin-bottom: 0;
  }
  .news-archive-entry > a{
    display: block;
    background-color: #fff;
  }
  .news-archive-entry .image{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 200px;
  }
  .news-archive-entry .content{
    padding: 12px 12px 20px 12px;
  }
  .news-archive-entry .content .category{
    margin-bottom: 10px;
    font-size: 1.3rem;
    letter-spacing: .1em;
  }
  .news-archive-entry .content .category span{
    display: block;
    width: 130px;
    height: 33px;
    line-height: 33px;
    text-align: center;
  }
  .news-archive-entry .content .title{
    margin-bottom: 5px;
    font-size: 1.7rem;
    letter-spacing: .2em;
    font-weight: bold;
  }
  .news-archive-entry .content .date{
    margin-bottom: 5px;
    font-size: 1.4rem;
    letter-spacing: .15em;
  }
  .news-archive-entry .content .text{
    margin: 0;
    font-size: 1.4rem;
    letter-spacing: .1em;
  }
}
@media (min-width: 768px){
  .news-archive-entry{
    margin-bottom: 20px;
  }
  .news-archive-entry:last-child{
    margin-bottom: 0;
  }
  .news-archive-entry > a{
    display: flex;
    align-items: center;
    height: 260px;
  }
  .news-archive-entry .image{
    flex: 0 0 39.969605%;
  }
  .news-archive-entry .content{
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px 4.559271% 32px 3.343465%;
    height: 100%;
  }
  .news-archive-entry .content .category{
    margin: 0;
    font-size: 1.3rem;
    letter-spacing: .1em;
  }
  .news-archive-entry .content .category span{
    display: block;
    width: 130px;
    height: 33px;
    line-height: 33px;
    text-align: center;
  }
  .news-archive-entry .content .title{
    margin: 0;
    font-size: 1.7rem;
    letter-spacing: .2em;
    font-weight: bold;
  }
  .news-archive-entry .content .date{
    margin: 0;
    font-size: 1.4rem;
    letter-spacing: .15em;
  }
  .news-archive-entry .content .text{
    margin: 0;
    font-size: 1.4rem;
    letter-spacing: .1em;
  }
}

.pagination .screen-reader-text{
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}
.pagination .nav-links{
  display: flex;
  justify-content: center;
}
.pagination .nav-links > a,
.pagination .nav-links > span{
  display: block;
  border-left: 1px solid #000;
  padding: 0 10px;
  line-height: 1;
  text-decoration: none;
}
.pagination .nav-links > *:first-child{
  border-left: none;
}
.pagination .current{
  color: #989898 !important;
}
.pagination .current:hover{
  cursor: default;
}
@media (max-width: 767px){
  .pagination{
    margin-top: 30px;
  }
}
@media (min-width: 768px){
  .pagination{
    margin-top: 30px;
  }
}



/* Detail */
.news-detail-header .title{
  position: relative;
  font-weight: bold;
}
@media (max-width: 767px){
  .news-detail{
  }
  .news-detail-header{
    margin-bottom: 30px;
  }
  .news-detail-header .date{
    font-size: 1.5rem;
    letter-spacing: .1em;
  }
  .news-detail-header .title{
    line-height: 1.7;
    font-size: 1.7rem;
    letter-spacing: .05em;
  }
  .news-detail-header .title::after{
    content: "";
    display: block;
    margin-top: 10px;
    margin-right: -20px;
    background-color: #D1C5A2;
    width: calc(100% + 20px);
    height: 18px;
  }
  .news-detail-body{
    line-height: 1.86;
    font-size: 1.4rem;
    letter-spacing: .05em;
  }
}
@media (min-width: 768px){
  .news-detail{
    padding-top: 65px;
  }
  .news-detail-header{
    margin-bottom: 65px;
  }
  .news-detail-header .date{
    font-size: 1.7rem;
    letter-spacing: .1em;
  }
  .news-detail-header .title{
    line-height: 1.7;
    font-size: 2rem;
    letter-spacing: .05em;
  }
  .news-detail-header .title::after{
    content: "";
    display: block;
    margin-top: 23px;
    margin-right: -38px;
    background-color: #D1C5A2;
    width: calc(100% + 38px);
    height: 23px;
  }
  .news-detail-body{
    line-height: 1.86;
    font-size: 1.4rem;
    letter-spacing: .1em;
  }
}

.news-detail-nav{
  display: flex;
  justify-content: center;
  margin-top: 50px;
  font-size: 1.4rem;
  letter-spacing: .2em;
  font-weight: 600;
}
.news-detail-nav a{
  text-decoration: none;
  transition: all .4s;
}
.news-detail-nav a:hover{
  opacity: .5;
}
.news-detail-nav .prev,
.news-detail-nav .next{
  width: 25%;
}
.news-detail-nav .prev a,
.news-detail-nav .next a{
  background-repeat: no-repeat;
  background-size: auto 8px;
}
.news-detail-nav .prev a{
  background-image: url("../img/icon-arrow2.svg");
  background-position: left center;
  padding-left: 25px;
}
.news-detail-nav .next a{
  background-image: url("../img/icon-arrow.svg");
  background-position: right center;
  padding-right: 25px;
}
.news-detail-nav .back{
  margin-right: 0;
  margin-left: 0;
  width: 50%;
  text-align: center;
}
.news-detail-nav .next{
  text-align: right;
}



.news-detail-body img{
  display: block;
  max-width: 100%;
  height: auto;
}
.news-detail-body .alignleft,
.news-detail-body img.alignleft{
  display: inline;
  float: left;
  margin-right: 60px;
  margin-top: 4px;
}
.news-detail-body .alignright,
.news-detail-body img.alignright{
  display: inline;
  float: right;
  margin-left: 60px;
  margin-top: 4px;
}
.news-detail-body .aligncenter,
.news-detail-body img.aligncenter{
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.news-detail-body img.alignleft,
.news-detail-body img.alignright,
.news-detail-body img.aligncenter{
  margin-top: 34px;
  margin-bottom: 34px;
}
.news-detail-body .wp-caption{
  margin-bottom: 60px;
  border-radius: 6px;
  /*border: 1px solid #e5e5e5;
  padding: 5px;*/
  width: auto !important;
  max-width: 100%;
  text-align: center;
}
.news-detail-body .wp-caption-text img{
  display: block;
  margin-bottom: 1em;
}

@media (max-width: 767px){
  .news-detail-body .alignleft,
  .news-detail-body img.alignleft{
    display: block;
    float: none;
    margin: 0 0 20px 0;
  }
  .news-detail-body .alignright,
  .news-detail-body img.alignright{
    display: block;
    float: none;
    margin: 0 0 20px 0;
  }
  .news-detail-body .aligncenter,
  .news-detail-body img.aligncenter{
    margin: 20px auto;
  }
}

.news-detail-body .wp-caption .wp-caption-text{
  margin: 8px 5px 5px 5px;
  line-height: 1.5;
  color: #999;
  font-size: 1.4rem;
}
.news-detail-body p{
  margin-top: 1em;
  margin-bottom: 1em;
}
.news-detail-body .image-title{
  margin-bottom: .5em;
  line-height: 1.5;
  font-weight: bold;
  font-size: 2rem;
  text-indent: 0;
}
.news-detail-body .image-title small{
  font-weight: normal;
  font-size: 80%;
}

@media (max-width: 767px){
  .news-detail-body p:first-child{
    margin-top: 30px;
  }
  .news-detail-body .wp-caption{
    margin-bottom: 30px;
  }
  .news-detail-body .image-title{
    margin-top: 40px;
    font-size: 1.8rem;
  }
}
@media (min-width: 768px){
  .news-detail-body p:first-child{
    margin-top: 60px;
  }
  .news-detail-body .image-title{
    margin-top: 60px;
  }
}
