@charset "utf-8";

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

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


/***************************************************************************
include_sld_outline
****************************************************************************/

.include_sld_outline {
	background-color: yellow;
	max-width: 1120px;
	margin: 0px auto 0px auto;
	overflow: hidden;
}
.include_sld .sp-mask {
	overflow: inherit;
}
.include_sld .sp-mask,.include_sld .sp-slide {
	height: inherit !important;
}

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

.include_sld {
	font-family: 'Noto Serif JP', serif !important;
    text-align: justify;
    text-justify: inter-ideograph;
}
.sld_unit a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
.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;
	z-index: 99;
	position: relative;
}

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

.include_sld .sp-fade-arrows {
	opacity: 1;            /*hoverで表示ではなく、常に表示 初期値:0*/
	z-index: 99;
}
.include_sld .sp-arrow {
    width: 40px;
    height: 40px;
	margin-top: -10px;    /*高さの1/4を上に*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.include_sld .sp-previous-arrow {
    background-image: url(../img/bg-arrow_left_r_white_w50.png);
}
.include_sld .sp-next-arrow {
    background-image: url(../img/bg-arrow_right_r_white_w50.png);
}

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

.include_sld .sp-button {
	border: none;
	background-color: #CECECE;
	width: 13px;
	height: 13px;
}
.include_sld .sp-selected-button {
	background-color: #DEBA3F;
}


