@charset "utf-8";

/***************************************************************************
Media Queries
****************************************************************************/

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

/***************************************************************************
include_sld
****************************************************************************/

.include_sld {
	font-family: 'Noto Serif JP', serif !important;
    text-align: justify;
    text-justify: inter-ideograph;
	max-width: 1120px;
	margin: 0px auto 0px auto;
	position: relative;
}
.sld_unit {
	position: relative;
}
.sld_unit a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}
.include_sld .sam {
	padding-top: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.include_sld .over_lay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	color: #FFFFFF;
	text-align: center;
	font-size: 15px;
	line-height: 1.4em;
	padding: 6px;
}
.include_sld .over_lay span {
	font-size: 12px;
	display: block;
}
.include_sld .caption {
	font-size: 13px;
	line-height: 1.4em;
	padding: 10px;
	font-family: "Noto Sans JP", sans-serif;
}

/***************************************************************************
prev,next override
****************************************************************************/

.include_sld .slick-arrow {
    width: 40px;
    height: 40px;
	z-index: 99;
}
.include_sld .slick-prev:before,.include_sld .slick-next:before {
	display: none;
}
.include_sld .slick-prev,.include_sld .slick-prev:hover,.include_sld .slick-prev:focus,
.include_sld .slick-next,.include_sld .slick-next:hover,.include_sld .slick-next:focus {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.include_sld .slick-prev,.include_sld .slick-prev:hover,.include_sld .slick-prev:focus {
    left: 1.5%;
    background-image: url(../../../../js/sld/common_img/bg-arrow_left_r_white_w50.png);
}
.include_sld .slick-next,.include_sld .slick-next:hover,.include_sld .slick-next:focus {
    right: 1.5%;
    background-image: url(../../../../js/sld/common_img/bg-arrow_right_r_white_w50.png);
}

/***************************************************************************
dot override
****************************************************************************/

.include_sld .slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.include_sld .slick-dots {
	bottom: -44px;			/*dotの位置調整*/
}
.include_sld .slick-dots li {
	margin: 0px 1px 0px 1px;
}
.include_sld .slick-dots li button:before {
	color: #CECECE;
	opacity: 1;
	font-size: 14px;
	line-height: 1;
}
.include_sld .slick-dots li.slick-active button:before {
	color: #DEBA3F;
	opacity: 1;
}