@charset "utf-8";
/* CSS Document */
@media screen and (min-width:1281px){
.sp{
	display: none;
}	
.pc{
	display: block;
}

/*ボタン*/
.coupon_link_btn{
	letter-spacing: 1px;
	font-size: 16px;
}
	
.icon_svg{
	width: 14px;
	margin-right: 8px;
}
.container{
	padding: 0;
}	
	
.nextLogo{
	max-width: 200px;
}
	
.header_inner{
    height: 42px;
	padding: 0;
}
	
.keyVisual{
	max-width: 480px;
	margin: 0px auto 36px;
}	
.KeyVisual_parts{
	max-width: 70px;/*2024.6.24*/
}
    

.KeyVisual_parts:nth-of-type(1){
	top: 5%;
	left: 5%;/*0*/
}
.KeyVisual_parts:nth-of-type(2){
	bottom: 8%;
	left: 8%;/*0*/
}
.KeyVisual_parts:nth-of-type(3){
	top: 30%;
	left: 23%;/*18%*/
}
.KeyVisual_parts:nth-of-type(4){
	top: 16%;
	left: 45%;
}
.KeyVisual_parts:nth-of-type(5){
	top: 4%;
	right: 0;
}
    
    
    
.coupon_list_gridlayout{
	grid-template-columns: repeat(auto-fill, minmax(305px, 1fr));
	grid-column-gap: 28px;
	grid-row-gap: 22px;
}

.coupon_listItem.pickup:after{
    bottom: 0;
    left: 0;
}
    
.coupon_copy_short{
	margin-bottom: 0.5rem;
	font-size: 1.125rem;/*18px*/
	line-height: 1.4;
  /* ブラウザがサポートしていない場合のフェールセーフ */
	height: 3.25rem;/*52px*/
/*height: 76px;*/
}
	
.ellipsis{
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}	
	
	
.coupon_listItem_main_inner_right_contents .coupon_facilityName{
	line-height: 1.2;

}
	/*リンク、神戸新聞トップへ戻る*/
.coupon_link_wrap{
	text-align: right;
}
	
	/*詳細ページ*/
.coupon_detail_wrap{
	margin-bottom: 36px;		
}	
	
.coupon_detail_wrap.coupon_border{
	border: #211A75 2px solid;
	box-shadow: none;
}		
	
.coupon_detail_main{
	width: 100%;
	margin-bottom: 0;
	padding: 36px 80px;
}
	
	.detail_inner_secondary{
		width: calc(100% - (400px + 80px));
	}
	
}
