@charset "utf-8";

/*====================================================================================================

  新着・イベント情報

====================================================================================================*/

/*--------------------------------------------------------------------------------
  ページタイトル
--------------------------------------------------------------------------------*/

#pgTtl {
  background-image:url(../image/pgTtl_bg.jpg);
}

#pgTtl h2 {
  background-image:url(../image/pgTtl.png);
}


/*--------------------------------------------------------------------------------
  日付
--------------------------------------------------------------------------------*/

.s-date {
  font-size:1.1em;
  display:inline-block;
  margin-bottom:0.8em;
}

.s-date:after {
  content:"";
  display:block;
  margin-top:0.2em;
  width:100%;
  height:4px;
  background-color:#f2e146;
}

.s-date__week {
  font-size:0.7em;
}


/*--------------------------------------------------------------------------------
  エラー
--------------------------------------------------------------------------------*/

.news-err { line-height:2; }

@media print,screen and (min-width:641px) {
  .news-err {
    padding-top:40px;
    padding-bottom:20px;
    font-size:1.1em;
  }
}

@media screen and (max-width:640px) {
  .news-err {
    padding:12% 6%;
  }
}


/*----------------------------------------------------------------------------------------------------

  一覧
  
----------------------------------------------------------------------------------------------------*/

.newsList a { display:block; }
.newsList a,
.newsList a:visited,
.newsList a:hover { color:inherit; text-decoration:none; }
.ua-pc .newsList a:hover { text-decoration:underline; }

.newsList {
  list-style:none;
  text-align:left;
}

.newsList li {
  position:relative;
  line-height:1.5;
}

.newsList li a:after,
.newsList li .inner:after {
  content:"";
  display:block;
  height:0;
  clear:both;
}

.newsList li a,
.newsList li .inner {
  display:block;
  background-color:#fff;
  height:100%;
}

.newsList .photo {
  float:left;
  position:relative;
}

/*
.newsList .photo:after {
  content:"";
  width:100%;
  height:100%;
  display:block;
  position:absolute;
  left:0;
  top:0;
  z-index:10;
  border:1px solid rgba(222,221,219,0.5);
}
*/

.newsList .photoMask {
  display:block;
  position:relative;
  overflow:hidden;
  z-index:2;
}

.newsList .photoItem {
  display:block;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
}

.newsList .photoItem img {
  width:auto;
  max-width:none;
}

.newsList li p {
  font-size:1.05em;
}

@media print,screen and (min-width:641px) {
  .newsList-lo {
    padding-top:90px;
    padding-bottom:115px;
  }
  
  .newsList {
    width:1180px;
    margin-left:auto;
    margin-right:auto;
  }
  
  .newsList li {
    width:570px;
    float:left;
  }
  
  .newsList li a,
  .newsList li .inner {
    padding:30px;
  }
  
  .newsList li:nth-child(even) {
    margin-left:40px;
  }
  
  .newsList li:nth-child(n+3) {
    margin-top:40px;
  }
  
  .newsList .photo {
    width:200px;
  }
  
  .newsList .photoItem img {
    min-width:200px;
    height:200px;
  }
  
  .newsList .photo,
  .newsList .photoMask {
    height:160px;
  }

  .newsList li p {
    margin-left:200px;
    padding:5px 5px 5px 30px;
  }

  .ua-pc.csstransitions .newsList .photoItem img {
    -webkit-transition:transform 0.3s ease-out;
    transition:transform 0.3s ease-out;
  }
  
  .ua-pc.csstransitions .newsList a:hover .photoItem img {
    transform:scale(1.08);
  }
}

@media screen and (max-width:640px) {
  .newsList li:not(:last-child) {
    border-bottom:1px solid #e0e0de;
  }
  
  .newsList li a,
  .newsList li .inner {
    padding:5% 4%;
  }
  
  .newsList .s-date {
    margin-bottom:0.6em;
  }
  
  .newsList .photo {
    width:140px;
  }
  
  .newsList .photoItem img {
    min-width:140px;
    height:140px;
  }

  .newsList .photo,
  .newsList .photoMask {
    height:120px;
  }

  .newsList .photoMask:before,
  .newsList .photoMask:after {
    height:48px;
    background-color:#fff;
  }

  .newsList p {
    margin-left:140px;
    padding:1% 1% 1% 5%;
  }
}

@media screen and (max-width:500px) {
  .newsList .photo {
    width:-webkit-calc(180 / 640 * 100vw);
    width:calc(180 / 640 * 100vw);
  }
  
  .newsList .photoItem img {
    min-width:-webkit-calc(180 / 640 * 100vw);
    min-width:calc(180 / 640 * 100vw);
    height:-webkit-calc(180 / 640 * 100vw);
    height:calc(180 / 640 * 100vw);
  }

  .newsList .photo,
  .newsList .photoMask {
    height:-webkit-calc(160 / 640 * 100vw);
    height:calc(160 / 640 * 100vw);
  }

  .newsList .photoMask:before,
  .newsList .photoMask:after {
    height:-webkit-calc(60 / 640 * 100vw);
    height:calc(60 / 640 * 100vw);
  }

  .newsList p {
    margin-left:-webkit-calc(180 / 640 * 100vw);
    margin-left:calc(180 / 640 * 100vw);
    padding:0 0 0 5%;
  }
}


/*----------------------------------------------------------------------------------------------------

  詳細
  
----------------------------------------------------------------------------------------------------*/

.newsDetail {
  text-align:left;
}

.newsDetail .detailHdline {
  position:relative;
  line-height:1.5;
}

.newsDetail .detailHdline:after {
  content:"";
  width:100%;
  height:8px;
  display:block;
  position:absolute;
  left:0;
  bottom:-8px;
  background:url(../../image/pattern.svg) repeat left top;
}

@media print,screen and (min-width:641px) {
  .newsDetail-lo {
    width:1180px;
    margin-left:auto;
    margin-right:auto;
    padding-top:90px;
    padding-bottom:115px;
  }
  
  .newsDetail {
    padding:60px 60px 80px 60px;
    background-color:#fff;
  }

  .newsDetail .detailHdline {
    padding-bottom:2rem;
    margin-bottom:20px;
  }
  
  .newsDetail-lo .backBtn {
    padding-top:60px;
  }
}

@media screen and (max-width:640px) {
  .newsDetail-lo {
    padding:8% 6% 0 6%;
    background-color:#fff;
  }

  .newsDetail .detailHdline {
    padding-bottom:1.5rem;
    margin-bottom:2%;
  }
  
  .newsDetail-lo .backBtn {
    padding-top:12%;
    padding-bottom:2%;
  }
}
