@charset "UTF-8";
/*------------------------------------------------------------MainPhoto*/
#mainimage {
	position: relative;
	overflow: hidden;
	width: 300px;
	height: calc(100vh - 182px);
    margin: 0 10px 60px;
	z-index: 2;
}
#mainimage h2 {
	position: absolute;
	top: 20px;
	left: 10px;
	z-index: 99;
}
#mainimage .bxslider {
	width: 100%;
	height: calc(100vh - 182px);
	position: relative;
	left: 0;
	background: #fff;
}
#mainimage .bxslider li {
	width: 100%;
	height: 100%;
  top: 0;
}
#mainimage .bxslider li:nth-child(1) {
	background: url(../img/index_img/slide01.jpg) no-repeat center #fff;
	background-size: cover;
}
#mainimage .bxslider li:nth-child(2) {
	background: url(../img/index_img/slide02.jpg) no-repeat center #fff;
	background-size: cover;
}
#mainimage .bxslider li:nth-child(3) {
	background: url(../img/index_img/slide03.jpg) no-repeat center #fff;
	background-size: cover;
}
#mainimage .bxslider li:nth-child(4) {
	background: url(../img/index_img/slide04.jpg) no-repeat center #fff;
	background-size: cover;
}

#snavi {
  width: auto;
  height: 55px;
  position: absolute;
	bottom: 66px;
	right: 10px;
}
#snavi ul {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
#snavi ul li {
  width: 55px;
  margin: 0 4px;
}

/*------------------------------------------------------------News*/
/*更新プログラム*/
#news_area {
	position: absolute;
	background: rgba(48,48,48,0.9);
	z-index: 999;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 55px;
	text-align: left;
  padding: 0 20px;
	box-sizing: border-box;
	overflow: hidden;
}
#news_area #news_wrap {
	display: flex;
	justify-content: space-between;
}
#news_area #news_article {
	width: 100%;
	font-size:0;
}
#news_area #news_article ul {
	width: 100%;
}
#news_area #news_article ul li {
	display: flex;
	align-items: center;
	height: 55px;
	padding:10px 0;
	color:#fff;
}
#news_area #news_article span {
	width: 75px;
	height: 18px;
	margin-right: 12px;
	line-height: 18px;
	text-align: center;
	font-size:12px;
	color:#c4d06e;
	border: solid 1px rgba(194,208,95,0.7);
}
#news_area #news_article .newstitle {
	display: inline-block;
	width: calc(100% - 85px);
}
#news_area #news_article .newstitle a {
	display: block;
	text-decoration: none;
	color:#fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition:all 0.5s;
}
#news_area #news_article .newstitle a:hover {
	color:#c4d06e;
}
