/* HOLIDAYS */
.wrapper .main { margin: 120px auto 0; }
.wrapper .main img { width: 100%; height: auto; }
.wrapper .main h1 { font-weight: bold; font-size: 26px; line-height: 1.3; margin: 50px auto 35px; text-align: center; }
.wrapper .main h1 small { font-size: 15px; font-family:  "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3"; font-weight: normal; letter-spacing: 1px; line-height: 2.6; margin: 0 auto 25px; text-align: center; }


/* SLICK */
.days { width: 450px; margin: 0 auto 100px; }
.days h2 { font-weight: bold; font-size: 20px; margin: 50px auto 20px; text-align: center; }
.days p.text { font-size: 12px; font-family:  "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3"; letter-spacing: 1px; line-height: 2.0; margin: 0 auto 35px; text-align: center; }
.days ul.link { text-align: center; }
.days ul.link li { display: inline-block; }
.days ul.link li a { color: #aaa; cursor: pointer; display: block; font-size: 12px; line-height: 1; padding: 0 8px; border-right: 1px solid #aaa; }
.days ul.link li a:hover { text-decoration: underline; }
/*.days ul.link li:first-child a { border-left: 1px solid #aaa; }*/
.days ul.link li:last-child a { border-right: none; }


.slick-slide img { height: auto; }
.slick-prev { top: 210px !important; left: -43px !important; }
.slick-next { top: 210px !important; right: -35px !important; }
.slick-prev:before {
	background: none !important;
	padding: 0 !important;
	content: '';
	width: 25px;
	height: 25px;
	border: 2px solid;
	border-color: #7f7f7f #7f7f7f transparent transparent;
	transform: rotate(-135deg);
	transition: all .45s;
	position: absolute;
}

.slick-next:before {
	background: none !important;
	padding: 0 !important;
	content: '';
	width: 25px;
	height: 25px;
	border: 2px solid;
	border-color: #7f7f7f #7f7f7f transparent transparent;
	transform: rotate(45deg);
	transition: all .45s;
	position: absolute;
}

.slick-slide:focus {
  outline: none;
}



