@charset "utf-8";
.film_roll_prev, .film_roll_next {display:none;}
.film_roll_child {margin-right: 4px;}
.film_roll_pager {
	/* position: absolute; */
	margin-top: 10px;
	bottom: 0;
	left: 0;
	line-height: 50px;
	text-align: center;
	margin-right: 20px;
}
.film_roll_pager a {
	display: inline-block;
	width: 60px;
	height: 35px;
}

.film_roll_pager a:hover { opacity: 0.35; }
.film_roll_pager a:nth-child(1) { background: url(./images/top/slides/main_pht_00.png) no-repeat; background-size:cover; }
.film_roll_pager a:nth-child(2) { background: url(./images/top/slides/main_pht_01.jpg) no-repeat; background-size:cover; }
.film_roll_pager a:nth-child(3) { background: url(./images/top/slides/main_pht_02.jpg) no-repeat; background-size:cover; }
.film_roll_pager a:nth-child(4) { background: url(./images/top/slides/main_pht_03.jpg) no-repeat; background-size:cover; }
.film_roll_pager a:nth-child(5) { background: url(./images/top/slides/main_pht_04.jpg) no-repeat; background-size:cover; }
.film_roll_pager a.active:nth-child(1), .film_roll_pager a.active:nth-child(2), .film_roll_pager a.active:nth-child(3), .film_roll_pager a.active:nth-child(4), .film_roll_pager a.active:nth-child(5) { opacity: 0.35; }

/*アコーディオン
-------------------------------------*/
.acordion{
	background:#fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	border-radius:5px;
}

.trigger{
	padding:10px 10px 10px 15px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e5e5e5), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	border-radius:5px;
	font-size:88%;
}

.trigger.active{
	border-radius:5px 5px 0 0;
	border-bottom:1px solid #cfcfcf;
}

.acordion_tree{
	padding:15px;
	font-size:75%;
}

.open-close {
	float:right;
	text-indent:-9999px;
	display:block;
	margin-top:3px;
	height:11px;
	width:20px;
	background:url(../images/open.png) no-repeat;
	-webkit-background-size:20px 11px;
}

.trigger.active .open-close{
	background:url(../images/close.png) no-repeat;
	-webkit-background-size:20px 11px;
}


.snsList{
	list-style:none;
	width:200px;
	margin:auto;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.snsList li{
	list-style:none;
}

