@charset "utf-8";

/* スライダー */
.wideslider {
	width: 100%;
	height: 575px;
	position: relative;
	overflow: hidden;
	margin: 0 0 70px;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	max-width: none;
	height: auto;
}

.wideslider_base {
	top: 0;
	position: absolute;
}

.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}

.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {
	background: #000 url(../images/index/index_mv_arrow_l.png) no-repeat 99% center;
}
.slider_next {
	background: #000 url(../images/index/index_mv_arrow_r.png) no-repeat 1% center;
}

.wideslider .pagination {
	text-align: center;
	position: absolute;
	bottom: -45px;
	width: 100%;
}

.wideslider .pagination a {
	background: #ccc;
	width: 10px;
	height: 10px;
	display: inline-block;
	margin: 0 15px 0 0;
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
}
.wideslider .pagination a:last-child {
	margin: 0;
}
.wideslider .pagination a.active {
	background: #d46788;
}

.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	/*overflow: hidden;*/
}

/* スライダーここまで */



.index_news {
	position: relative;
	padding: 60px 0;
	margin: 0 0 40px;
}
.index_news:before {
	width: 100%;
	display: block;
	content: "";
	height: 84px;
	background: url(../images/index/index_bg1.png) repeat-x left top;
	position: absolute;
	top: 0;
	z-index: -1;
}
.index_news:after {
	width: 100%;
	display: block;
	content: "";
	height: 75px;
	background: url(../images/index/index_bg2.png) repeat-x left top;
	position: absolute;
	bottom: 0;
	z-index: -1;
}

.index_news h2 {
	text-align: center;
	margin: 0 0 35px;
}

.news_slide {
	width: 808px;
	margin: 0 auto 30px;
	position: relative;
	text-align: center;
}

.news_slide .slides li {
	display: inline-block;
	margin: 0 70px 0 0;
}
.news_slide .slides li div a {
	display: block;
	width: 224px;
	height: 166px;
    margin-bottom: 16px;
    overflow: hidden;
}
.news_slide .slides li div a:empty {
	background: url(../images/index/icon_blog.jpg) no-repeat left top;
	background-size: 100% auto;
}

.news_slide .flex-direction-nav {
	
}

.news_slide .flex-direction-nav .flex-prev {
	position: absolute;
	top: 68px;
	left: -80px;
	width: 31px;
	height: 52px;
	background: url(../images/index/index_arrow_l.png) no-repeat left top;
	display: block;
}

.news_slide .flex-direction-nav .flex-next {
	position: absolute;
	top: 68px;
	right: -80px;
	width: 31px;
	height: 52px;
	background: url(../images/index/index_arrow_r.png) no-repeat left top;
	display: block;
}

.news_slide .slides li .img {
	margin: 0 0 10px;
}
.news_slide .slides li .img img {
	width: 224px;
	height: auto;
}

.news_slide .slides li .date {
	margin: 0 0 5px;
	color: #9e9999;
}

.news_slide .slides li .title {
	color: #d46788;
	font-weight: bold;
}

.news_slide .slides li .title span {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 0 10px 0 0;
	text-indent: -9999px;
	background-image: url(../images/index/index_mark1.png);
	background-repeat: no-repeat;
}

.index_news .more {
	text-align: center;
}


.index_contents {
	width: 1000px;
	margin: 0 auto;
}

.index_contents ul li.box1 {
	width: 290px;
	padding: 12px 10px;
	margin: 0 0 15px;
	border: 1px solid #ccc;
	background: #fdfdfd;
	-moz-box-shadow: inset 3px 3px 3px #f6f6f6,inset -3px -3px 3px #f6f6f6;
	-webkit-box-shadow: inset 3px 3px 3px #f6f6f6,inset -3px -3px 3px #f6f6f6;
	box-shadow: inset 3px 3px 3px #f6f6f6,inset -3px -3px 3px #f6f6f6;
}

.index_contents ul li.box1 .img {
	text-align: center;
	margin: 0 0 25px;
}

.index_contents ul li.box1 .movie iframe {
	display: block;
	width: 290px;
	height: 180px;
	margin: 0 0 25px;
}

.index_contents ul li.box1 h2 {
	text-align: center;
	margin: 0 0 20px;
	font-size: 34px;
	line-height: 34px;
	background-image: url(../images/index/index_h2_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.index_contents ul li.box1 h2 .jp {
	padding-top: 5px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.index_contents ul li.box1 .txt {
	padding: 0 5px 5px 0;
	font-size: 95%;
}

.index_contents ul li.box2 {
	width: 310px;
	text-align: center;
	margin: 0 0 15px;
	border: 1px solid #ccc;
	font-family: 'Ovo', serif;
	font-size: 150%;
}

.index_contents ul li.box2 a {
	display: block;
	/*padding: 30px 0;*/
}

.index_contents ul li.box2 a:hover {
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    -ms-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out;  

	text-decoration: none;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}


.index_contents ul li.box2 h2,
.index_contents ul li.box2 .txt {
	display: none;
}


























