@charset "UTF-8";

/************************************************************************
*	CSS information
*	file name  : top.css
*	style info : ページ別スタイルの設定
************************************************************************/



#top {
	color: #111;
}

@media screen and (max-width: 767px) { /* スマートフォン用 */

	#top {
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 1.3;
		padding-bottom: 590px;
	}

}

#top .sec p {
	margin-top: 0;
}

#top .sec_ttl {
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) { /* スマートフォン用 */

	.siteid a {
		padding: 0 40px 13px;
	}

}

#top .sec_ttl:after {
	width:  30px;
}

/* ------------------------------------------------------
::Slider
------------------------------------------------------ */
.bx-wrapper {
	margin-bottom: 25px;
}

.bx-wrapper .bx-viewport {
	border: none;
	left: 0;
	box-shadow: none;
}

.bx-viewport li {
	background-position: 0 -200%;
	background-repeat: no-repeat;
}

.bx-viewport img.sp {
	width: 100%;
}

.bx-viewport .pc {
	display: none;
}

.bx-wrapper .bx-controls-direction a {
	width: 6.25%;
	height: 40px;
	margin: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	background: rgba(17,17,17,0.8);
	font-family: 'icomoon';
	text-indent: 0;
	text-align: center;
	line-height: 40px;
}

.bx-wrapper .bx-controls-direction a:hover {
	opacity:0.80;
	text-decoration: none;
}

.bx-wrapper .bx-controls-direction a.bx-prev {
	left: 0;
}

.bx-wrapper .bx-controls-direction a.bx-next {
	right: 0;
}

.bx-wrapper .bx-pager {
	bottom: -16px;
	height: 8px;
	padding: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 3px;
	outline: 0;
	border: 1px solid #aaa;
	border-radius: 4px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #009bcb;
}


@media screen and (min-width: 768px) { /* デスクトップ用 */

	.bx-viewport li {
		background-size: cover;
		background-position: 0 0;
		position: relative;
		max-height: 520px;
	}

	.bx-viewport img.sp {
		visibility: hidden;
	}

	.bx-viewport .pc {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		display: block;
	}

	.bx-viewport .pc .inner {
			height: 100%;
		}

	.bx-viewport .pc img {
		position: absolute;
		top: 17.3%;
	}

	.bx-viewport .slide02 .pc img,
	.bx-viewport .slide04 .pc img {
		right: 0;
	}

	.bx-wrapper .bx-pager {
		bottom: 195px;
	}

	.bx-wrapper .bx-pager.bx-default-pager a {
		width: 10px;
		height: 10px;
		margin: 0 5px;
		border: none;
		border-radius: 5px;
	}

	.bx-wrapper .bx-controls-direction a {
		top: 38%;
		width: 30px;
		height: 80px;
		line-height: 80px;
	}

	.contents {
		padding: 40px;
		margin-top: -205px;
	}

	.left {
		width: 64.5%;
		float: left;
	}

	.right {
		width: 31.25%;
		float: right;
	}

}



/* ------------------------------------------------------
::Pickup Contents
------------------------------------------------------ */
#top .thum_list {
	margin-bottom: 60px;
}


/* ------------------------------------------------------
::News
------------------------------------------------------ */
.topnews {
	padding-bottom: 0;
}

.topnews li + li {
	margin-top: 0.6em;
}

.topnews time {
	display: inline-block;
	color: #111;
}

.topnews .category {
	padding: 0 5px;
	color: #fff;
	background: #666;
	font-size: 10px;
	display: inline-block;
	-webkit-transform: scale(0.9);
	-webkit-transform-origin: 0% 0%;
	-ms-transform: scale(0.9);
	-ms-transform-origin: 0% 0%;
	transform: scale(0.9);
	transform-origin: 0% 0%;
}

.topnews .cat_info { background: #a34; }
.topnews .cat_adm { background: #ce5d25; }
.topnews .cat_dpt { background: #ce9825; }
.topnews .cat_event { background: #cab92c; }

.topnews .txt {
	width: 100%;
	height: 1em;
	color: #111;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.topnews a:hover .txt {
	color: #47d4ff;
	}

#top .topnews.sec .btn {
	margin: 25px auto 0;
	text-align: center;
}

.topnews .btn a {
	width: 80%;
	font-size: 12px;
	font-size: 1.2rem;
}

.topnews .btn a:after {
	float: right;
	font-family: 'icomoon';
	content: "\e901";
	font-size: 10px;
	font-size: 1rem;
	margin-top: 2px;
}

.btn_facebook {
	margin: 40px 0;
}


@media screen and (min-width: 768px) { /* デスクトップ用 */

	.topnews .sec_ttl {
		background-image: url(../img/top/pc/topnews_ttl.png);
	}

	.topnews li + li {
		margin-top: 15px;
	}

	.topnews time {
		font-weight: bold;
		width: 7em;
	}

	.topnews .category {
		display: inline;
		padding: 2px 8px;
		font-size: 11px;
		font-size: 1.1rem;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	.topnews .txt {
		display: inline-block;
		width: 31em;
		height: auto;
		margin-left: 10px;
		vertical-align: top;
		white-space: normal;
	}

	#top .topnews.sec .btn {
		margin: 30px 0;
		text-align: right;
	}

	.topnews .btn a {
		width: 190px;
	}

}



/* ------------------------------------------------------
::Movie
------------------------------------------------------ */
.movie {
	margin-top: 0;
}

.movie li {
	margin-top: 20px;
}

.movie li:first-child {
	margin-top: 15px;
}


@media screen and (min-width: 768px) { /* デスクトップ用 */

	.movie .sec_ttl {
		background-image: url(../img/top/pc/movie_ttl.png);
	}

	.movie li,
	.movie li:first-child {
		margin: 0 2.6% 0 0;
	}

	.movie li:nth-child(3n) {
		margin: 0;
	}

	.movie li {
		width: 31.6%;
		float: left;
	}

}