/*NEWS---右記事部分の回り込みナシ対応*/

#news .topiclist li article {
  width: 48% !important;
  float: left !important;
} 

@media screen and (max-width: 480px) {
#news .topiclist li article {
  width:98% !important;
  float:none !important;
}
}  

.sns .sns01 {
  background-color:#692927;
  color:#ffffff;
}


/*SP 背景*/

@media screen and (max-width: 768px) {

body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(https://hills-spa.jp/upload/back_image/29.jpg) center top no-repeat;
  background-size:cover;
}
}

body {
background-size: cover !important;
}




/* 新人ページコメントを5行まで */
#newface .gallist li article .comment {
    display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    -webkit-line-clamp: 5; /* 行数を制限 */
    overflow: hidden; /* はみ出た部分を非表示 */
}





