@charset "UTF-8";
/*--------------------------------------------------------------------------------------

画像のみ

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

.pc_none{
	display: none;
}

#dennysdays .btn{
	display: table;
	margin: 60px auto 100px;
	transition: .5s;
}
#dennysdays .btn a{
	background: #e60122;
	border-radius: 100px;
	color: #fff;
	transition: .5s;
	padding: 25px 50px;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}
#dennysdays .btn:hover{
	transform: scale(1.1);
}
#dennysdays .btn a:hover{
	text-decoration: none;
}

#dennysdays .imageOnly .image{
	position: relative;
}

#dennysdays .imageOnly .image ul{
	position: absolute;
	bottom: min(120px, 11.11vw);
    left: min(470px, 43.51vw);
	margin-bottom: 0;
}

#dennysdays .imageOnly .image ul li{
	margin-bottom: min(10px, 0.92vw);
}

#dennysdays .imageOnly .image ul li:last-child{
	margin-bottom: 0;
}

#dennysdays .imageOnly .image ul li a{
	font-size: min(18px, 1.66vw);
	color: #1A1311;
	text-decoration: none;
	font-weight: bold;
}

#dennysdays .imageOnly .image ul li a:hover{
	color: #E4555D;
}

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

Tab

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

@media screen and (max-width:768px) {



}


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

SP

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

@media screen and (max-width:600px) {
	
.pc_none{
		display: inline;
	}

#dennysdays .btn a{
	font-size: 16px;
	padding: 20px 30px;
}
	
#dennysdays .imageOnly .image ul li{
	line-height: 1;
}

}