@charset "utf-8";
/* NEWS
--------------------------------------------------*/
.news .mv {
  background: url('../../img/news/img_mv_pc.png') center center no-repeat;
  background-size: cover;
  position: relative;
}
.news .pageTitle {
  margin-bottom: 35px;
  margin-top: 35px;
  padding: 0 20px;
  position: relative;
}
.news .p20 {
  padding: 0 20px !important;
}
.news h1 img, .news h2 img {
  height: auto;
  width: auto;
}
.news .pageTitle h1 {
  margin-bottom: 10px;
}
.news .pageTitle span {
  color: #726666;
  font-size: 15px;
}
.news .events {
  background: #f1edea;
  padding: 20px 1% 15px;
  overflow: hidden;
}
.news .events .block {
  letter-spacing: -0.5em;
  width: 100%;
  padding-bottom : 20px;
}
.news .events .block .box {
  vertical-align: top;
  letter-spacing: normal;
  width: 48%;
  margin: 0 1%;
  max-width: 460px;
  display: inline-block;
  overflow: hidden;
  padding-bottom: 20px;
}
.news .events .block .box p {
  padding: 5px 22px;
  line-height: 1.8;
}
.news .events .block .box a{
  background: #fff;
  display: block;
  text-decoration: none;
  padding: 10px 0 17px;
}
.news .events .block .box .date {
  display: inline-block;
  margin: 0 10px 0 0;
}
.news .events .category {
  color: #fff;
  display: inline-block;
  font-size: 80%;
  text-align: center;
  width: 105px;
}
.news .events .new {
  display: inline-block;
  margin: 0 0 0 10px;
  position: relative;
  top: 6px;
  width: 40px;
  height: 11px;
  text-indent: -9999em;
  background: url(../../img/news/ico_new_pc.png) no-repeat left top;
}
.news .events .title {
  display: inline-block;
  line-height: 1.4;
  vertical-align: top;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
}
.news .events .title:hover {
  opacity: 0.7;
}
.news .events .title:hover {
  text-decoration: none;
}
.news .events .category.lunch {
  background: #25a27e;
}
.news .events .category.party {
  background: #b59122;
}
.news .events .category.dinner {
  background: #625242;
}
.news .events .category.sweets {
  background: #c15572;
}
.news .events .category.wine {
  background: #a92c20;
}
.news .events .category.etc {
  background: #4280a6;
}
.news .events .category.hagakure {
  background: #013926;
}
.news .events .category.hayamasaryou {
  background: #475F1F;
}
.news .events .block .box figure {
  text-align: center;
  margin-top: 7px;
}
.news .events .block .box figure span img{
  width: 60%;
}
.news .events .block .box figure span.shadow img {
  height: 18px;
}
@media screen and (max-width: 768px) {
  .news {
    font-size: 86%;
  }
  .news .mv {
    background-image: url('../../img/news/img_mv_sp.png');
  }
  .news .pageTitle {
    margin: 30px 0px;
  }
  .news h1 img {
    width: 70%;
    height: auto;
  }
  .news .events .block {
    display: block;
    width: 100%;
  }
  .news .events .block .box {
    display: block;
    width: 95%;
    min-height: auto;
    margin: 0 auto 20px;
    height: auto !important;
  }
  .news .events .block .box .summary {
    height: auto !important;
  }
  .news .events .block {
    padding: 0px;
  }
  .news .events .block .box .img {
    padding: 5px 22px;
  }
  .news .events .block .box .img span img{
    width: 100%;
  }
  .news .events .new {
    background: url(../../img/news/ico_new_sp.png) no-repeat left top;
    width: 31px;
    height: 9px;
    top: 8px;
    background-size: contain;
  }
  .news .events .category{
    padding:4px 0 3px;
  }
}
/* NEWS -> DETAIL */
.news .detail {
  background: #ffffff;
  padding: 20px 30px;
}
.news .detail  p {
  line-height: 1.8;
}

.news .detail .top .date {
  display: inline-block;
  margin: 0 10px 0 0;
}
.news .detail .top .title {
  text-decoration: none;
}
.news .detail .imgList .pc {
  display: block;
}
.news .detail .imgList img{
  width: 50%;
}
.news .events .detail .new {
  top: 5px;
}
@media screen and (max-width: 768px){
  .news .detail {
    padding: 15px 10px;
    margin: 0 1%;
    width: 98%;
  }
  .news  .readNext {
    background: #054129;
    color: #fff;
    line-height: 50px;
    margin: 20px;
    text-align: center;
    font-size: 12px;
  }
  .news .readNext a {
    margin-left: 15px;
    color: #fff;
  }
}
/*PAGINATION*/
.pagination {
  margin: 30px 0px;
}
.pagination ul {
  text-align: center;
}
.pagination li {
  display: inline-block;
  width: 37px;
  height: 37px;
  margin: 0px 7px;
}
.pagination li.prev a, .pagination li.next a {
  text-decoration:none;
	text-indent: -9999em;
}
/*
.pagination li.prev {
  display: none;
}
*/
.pagination li.prev a {
  background: url('../../img/news/ico_pagination_prev.png') 12px 6px no-repeat;


}
.pagination li.next a {
  background: url('../../img/news/ico_pagination_next.png') 12px 6px no-repeat;
}
.pagination li.prev a:hover,
.pagination li.next a:hover {
  text-decoration: none;
}
.pagination li.current span {
  text-align: center;
  background-color: #013926;
  color: #ffffff;
}
.pagination li a,
.pagination li span {
  display: inline-block;
  width: 37px;
  height: 17px;
  background-color: #c2aca4;
  text-align: center;
  padding: 10px 0px;
  font-weight: bold;
  color: #ffffff;
}
.pagination li a {
  text-decoration:underline;
}

@media screen and (max-width: 768px) {
  .pagination li {
    display: inline-block;
    width: 37px;
    height: 37px;
    margin: 0px 5px;
  }
  .pagination li a,
  .pagination li span {
    display: inline-block;
    width: 37px;
    height: 33px;
    text-align: center;
    padding: 10px 0px;
  }
  .pagination li.prev a,
	.pagination li.next a {
		background-position: 12px 3px;
	}
}