@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;
    overflow: hidden;
}

.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:30px 0;
  }
  
  .newsList {
    width:1180px;
    margin-left:auto;
    margin-right:auto;
  }
  
  .newsList li {
    width:570px;
    float:left;
  }
  
  .newsList li a,
  .newsList li .inner {
    padding:30px;
    transition: 0.2s;
    border:1px solid #E3D9CC;
  }
  .newsList li a:hover {
    background-color: #FDFCFB;
    border:1px solid #F58080;     
  }
  
  .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 #E3D9CC;
  }
  
  .newsList li a,
  .newsList li .inner {
    padding:5% 4%;
    border:none;
  }
  .newsList li a:hover{
    border:none;
  }
  
  .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%;
  }
}


/*----------------------------------------------------------------------------------------------------

  詳細
  
----------------------------------------------------------------------------------------------------*/

.newsDetail {
  text-align:left;
}

.newsDetail .s-date {
    margin-bottom: 0;
}
.newsDetail .s-date::after {
    display: none;
}

.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-bottom:115px;
  }
  
  .newsDetail {
    background-color:#fff;
  }

  .newsDetail .detailHdline {
    margin-top: 0;
    margin-bottom:2rem;
    padding-bottom: 0.5em;
    border-bottom: 4px double #E7B397;
  }
  
  .newsDetail-lo .backBtn {
    padding-top:60px;
  }
}

@media screen and (max-width:640px) {
  .newsDetail-lo {
    background-color:#fff;
  }

  .newsDetail .detailHdline {
    margin-top: 0;
    margin-bottom:2rem;
    padding-bottom: 0.5em;
    border-bottom: 4px double #E7B397;
  }
  
  .newsDetail-lo .backBtn {
    padding-top:12%;
    padding-bottom:2%;
  }
}

.newsDetail .p-glog {
  margin-bottom: 60px;
  overflow: hidden;
}
.newsDetail .p-glog:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.newsDetail .p-glog .p-glog__img--left {
  float: left;
  margin-right: 24px;
}
.newsDetail .p-glog .p-glog__img--right {
  float: right;
  margin-left: 24px;
}
.newsDetail .p-glog .p-glog__img--center {
  display: block;
  margin: 0 auto 24px;
  text-align: center;
}
.newsDetail .btn {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width:640px) {
  .newsDetail .p-glog .p-glog__img--left,
  .newsDetail .p-glog .p-glog__img--right {
    float: none;
    width: 100% !important;
    display: block;
    margin: 0 auto 24px;
  }  
  .newsDetail .p-glog .p-glog__img--center {
    width: 100% !important;
  }
}

.newsDetail-lo .button {
	text-align:center;
}
.newsDetail-lo .button a {
	padding-left:2em;
	padding-right:2em;
}
.newsDetail-lo .button i {
  display: inline-block;
  font-size: 125.0%;
  margin-right: 1em;
}
