/**************************************/
.slider-pro {
	font-family: 'Open Sans', Arial;
	/* border: 10px solid darkgray; */
}


/* Example 1 */

#example1 .sp-thumbnail {
	width: 100%;
	padding: 8px;
	background-color: #F0F0F0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#example1 .sp-thumbnail-title {
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #333;
}

#example1 .sp-thumbnail-description {
	font-size: 14px;
	color: #333;
}

@media (max-width: 860px) {
	#example1 .hide-medium-screen {
		display: none;
	}
}

@media (max-width: 640px) {
	#example1 .sp-layer {
		font-size: 12px;
	}

	#example1 .hide-small-screen {
		display: none;
	}
}

@media (max-width: 500px) {
	#example1 .sp-thumbnail {
		text-align: center;
	}

	#example1 .sp-thumbnail-title {
		font-size: 12px;
		text-transform: uppercase;
	}

	#example1 .sp-thumbnail-description {
		display: none;
	}
}

/* Example 3 */

#example3 .sp-selected-thumbnail {
	border: 4px solid #000;
}

/* Example 4 */

#example4 .sp-slides-container {
	background-color: #F4F4F4;
}

#example4 h3 {
	margin: 0 0 10px 0;
}

#example4 p {
	margin: 0 0 30px 0;
}

#example4 .sp-thumbnail-container {
	width: 200px;
	height: 130px;
	overflow: hidden;
	margin-bottom: 10px;
}

#example4 .sp-image-text {
	background: rgba( 80, 80, 80, 0.5 );
	color: #FFF;
	padding: 20px;
}

.links {
	text-align: center;
	margin-top: 10px;
}

/* Example 5 */

#example5 .sp-thumbnail-image-container {
	width: 100px;
	/* height: 80px; */
	height: 100%;
	overflow: hidden;
	float: left;
}

#example5 .sp-thumbnail-image {
	height: 100%;
}

#example5 .sp-thumbnail-text {
	width: 170px;
    float: right;
    padding: 8px;
    background-color: #F0F0F0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#example5 .sp-thumbnail-title {
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #333;
}

#example5 .sp-thumbnail-description {
	font-size: 14px;
	color: #333;
}

@media (max-width: 500px) {
	#example5 .sp-thumbnail {
		text-align: center;
	}

	#example5 .sp-thumbnail-image-container {
		display: none;
	}

	#example5 .sp-thumbnail-text {
		width: 120px;
	}

	#example5 .sp-thumbnail-title {
		font-size: 12px;
		text-transform: uppercase;
	}

	#example5 .sp-thumbnail-description {
		display: none;
	}
}

/**********************************************/
.sp-image{
	/* background-size: 100% 100%; */
	/* width: 100%; */
	/* height: 100%; */
	background-size: 100% 100% !important;
    width: 100% !important;
    height: 100% !important;
    margin-top: 0px !important;
}
.sp-image1{
	background: url(./slide_images/image1_medium.jpg) no-repeat;
}
.sp-image2{
	background: url(./slide_images/image2_medium.jpg) no-repeat;
}
.sp-image3{
	background: url(./slide_images/image3_medium.jpg) no-repeat;
}
.sp-image4{
	background: url(./slide_images/image4_medium.jpg) no-repeat;
}
.sp-image5{
	background: url(./slide_images/image5_medium.jpg) no-repeat;
}
.sp-image6{
	background: url(./slide_images/image6_medium.jpg) no-repeat;
}
.sp-image7{
	background: url(./slide_images/image7_medium_pre_2.jpg) no-repeat;
}
.sp-left-thumbnails{
	/* left: -13px; */
	/* height: 100% !important; ★*/
	background-color: white;
}
.sp-left-thumbnails > .sp-thumbnails{
	/* height: 100% !important; ★*/
	/* display: flex; ★*/
	/* flex-direction: column; ★*/
	/* justify-content: space-between; ★*/
	/* transform: inherit !important; ★*/
}
.sp-left-thumbnails.sp-has-pointer .sp-thumbnail{
	position: relative;
}
#example5 .sp-thumbnail-image-container{
	width: inherit;
}
.sp-left-thumbnails.sp-has-pointer .sp-thumbnail{
	right: 0px;
	display: flex;
    align-items: center;
}
.sp-left-thumbnails.sp-has-pointer .sp-thumbnail-container{
	flex-grow: 2;
	margin: 0;
}
.sp-left-thumbnails.sp-has-pointer .sp-thumbnail-container.sp-selected-thumbnail:before {
    border-color: gray;
}
.sp-left-thumbnails.sp-has-pointer .sp-thumbnail-container:before  {
    content: '';
    position: absolute;
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    border: 5px solid transparent;
    /* border-right: 5px solid red; */
    /* right: 0; */
    top: 0;
    margin-right: 0px;
    z-index: 10000;
	transition: border 1s;
  }

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
    border-left: none;
}

.gyoutai_name{
		position: absolute;
		/* top: 30px; */
		right: 30px;
		font-family: HGS行書体, cursive;
		font-weight: bolder;
		font-size: 22px;
		text-align: right;
}

.sp-thumbnail{
	width: 100%;
    height: 100%;
}
.sp-thumbnail-container.sp-selected-thumbnail img.sp-thumbnail-image{
	background: url(./slide_images/image2_thumbnail.jpg) no-repeat;
	background-size: 100% 100%;
}
img.sp-thumbnail-image{
	background: url(./slide_images/image1_thumbnail.jpg) no-repeat;
	background-size: 100% 100%;
	width: 100%; /*or your image's width*/
    height: 100%; /*or your image's height*/
}