@charset "UTF-8";

/* facility_slider
===================================*/

.facility_slider {
	width: 100%;
    padding-bottom: 80px;
    position: relative;
}

/* slider-item */

.slider-item {
    width: 100%;
    position: relative;
}

.slider-item li {
    max-width: 518px;
	text-align: center;
    margin: 0 20px;
    position: relative;
}

.slider-item li img{
	width: 100%;
	height: auto;
	position: relative;
}

.slider-item p{
	width: 100%;
	color: #806F5D!important;
	text-align:center;
    /*
    position: absolute;
	bottom: 0;
	left: 0;
	padding: 0.5em 0;
	background-color:#806F5D;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;*/
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 10px;
}

@media only screen and (min-width:1px) and (max-width:768px) {
.slider-item li{
    margin: 0 10px;
}
.slider-item li img{
	max-width: 300px;
}
.slider-item p{
    font-size: 12px;
}
}