#summer2026 {
background: url(../images/bg_summer2026CP.jpg) no-repeat bottom center / 100%;
border-radius: 6px;
border: 8px double #235e78;
color: #023386;
display: block;
line-height: 1.5;
font-weight: bold;
padding: 1.5% 4% 1.2%;
text-align: center;
text-decoration: none !important;
text-shadow: 0px 0px 5px rgba(255, 255, 255, 1), 0px 0px 5px rgba(255, 255, 255, 1), 0px 0px 5px rgba(255, 255, 255, 1), 0px 0px 5px rgba(255, 255, 255, 1);
margin: 0 auto 2%;
width: 100%;
}
#summer2026 strong {
color: #0075db;
display: block;
font-size: min(2.2em, 6.0vw);
line-height: 1.3;
}
#summer2026 a {
background: -webkit-gradient(linear, left top, left bottom, from(#ffaf1a), color-stop(0.60, #ff741b), to(#ffaf1a));
border-radius: 8px;
color: #1b0202 !important;
display: block;
font-size: min(1.4em, 5vw);
margin: 0.5em auto 0;
padding: 0.5em;
text-decoration: none;
min-width: 80%;
max-width: 540px;
}
#summer2026 a:hover{
opacity: 0.6;
}
/* SP  -------------------------------------------------- */
@media screen and (max-width:640px) {
	#summer2026 {
	background: url(../images/bg_summer2026CP.jpg) no-repeat bottom center;
	padding: 1.5em 1.5em 1em;
	word-break: auto-phrase;
	width: 95%;
	}
}