/* =============================== */
/* メインビジュアル */
/* =============================== */

.Mv {
	width: 100%;
}

.Mv ul {
	padding:0;
	margin: 0;
}

.Mv ul li {
	height: auto;
	outline: none;
}

.Mv img {
	text-align: center;
	margin: 0 auto 0 auto;
    width: 100%;
    height: auto;
}

/* スライダーのCSSへ追記 */

.Mv .slick-dots {
	bottom: 0;
}
.Mv .slick-dots li button:before,
.Mv .slick-dots li.slick-active button:before {
	color: rgba(255, 255, 255, 0.8);
	font-size: 12px;
}

.Mv .slick-dotted.slick-slider {
	margin-bottom: 0;
}

.Mv .slick-arrow {
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

/* =============================== */
/* スライダー上の画像リンク				 */
/* =============================== */
.Mv_Item a img:hover{
	opacity: 1.0;
}

/* =============================== */
/* スライダー上の「詳細はこちら」ボタン */
/* =============================== */

.Mv_Item .LinkButton_In{
	width: auto;
	margin: 0 auto;
}

.Mv_Item .LinkButton_Body {
	position: relative;
	float: right;
}

.Mv_Item .LinkButton_Body a:hover{
	opacity: 0.9;
}

.Mv_Item .LinkButton_Txt {
	position: absolute;
	bottom: 70px;
    right: 100px;
    width: 250px;
	background-color: rgba(127, 127, 127, 0.9);
	color: rgba(255, 255, 255, 1);
/*	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);*/
	padding: 10px;
	line-height: 1.2;
	font-size: 16px;
	font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
	border: solid 1px rgba(200, 200, 200, 1);
}

@media only screen and (max-width: 991px) {
	.Mv_Item .LinkButton_In {
		width: auto;
	}

	.Mv_Item .LinkButton_Txt {
		font-size: 14px;
		bottom: 50px;
		right: 80px;
		width: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.Mv_Item .LinkButton_In {
		width: auto;
	}

	.Mv_Item .LinkButton_Txt {
		font-size: 12px;
		bottom: 35px;
		right: 40px;
		width: 180px;
	}
}

@media screen and (max-width: 540px) {
/* 横長にする場合必要
	.Mv_Item .LinkButton_Body {
		float: inherit;
	}
	.Mv_Item .LinkButton_In {
		width: 100%;
		margin: 0 10px;
	}
*/
	.Mv_Item .LinkButton_Txt {
/* 横長にする場合必要
		width: 90%;
		right: 7%;
*/
		font-size: 12px;
		bottom: 20px;
		right: 30px;
    	padding: 6px;
		width: 150px;
	}
}
