@charset "utf-8";
/* CSS Document */


/* --------------------------------------------------

緊急情報

-------------------------------------------------- */
#emergency-area {
	position: relative;
 
  }
  #emergency-area dl {
	display: flex;
	align-items: center;
	align-items: stretch;
	/*background:#ffeded;*/
    border: 4px solid #ED0C0C;
   
  
  }
  #emergency-area dl dt {
  padding: 1em 2em;
  background: #ED0C0C;
  display: flex;
  align-items: center;
  width: 100px;
  }

 #emergency-area dl dd{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 1.5em 3em 1.5em 1.5em;
	width: calc(100% - 100px);
  }
  @media screen and (max-width: 768px) {
		#emergency-area dl dt {
		padding: 1em 1em;
		width: 60px;
		}
}
  @media screen and (max-width: 768px) {
#emergency-area dl dd {
	padding: 1em;
}
  }
  #emergency-area dl dd ul {
	width: 100%
  }
  #emergency-area dl dd ul li {
	margin-bottom: 0.6em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
  }
  #emergency-area dl dd ul li:last-child {
	margin: 0;
  }
  #emergency-area dl dd ul li a {
	font-size: 1.6rem;
	font-weight: 700;
	text-decoration: underline;
  }
  #emergency-area dl dd ul li a span {
	margin-right: 1em;
  }
  @media screen and (max-width: 768px) {
	#emergency-area dl dd ul li a {
	  font-size: 1.5rem;
	}
  }
  #emergency-area .btn-tolist {
	font-size: 1.6rem;
	position: absolute;
	right: 1%;
	bottom: 2%;
  }
  #emergency-area .btn-close {
	position: absolute;
	top: 10px;
    right: 1%;
  }
  #emergency-area .btn-close a {
	width: 2em;
	height: 2em;
	position: relative;
	display: block;
  }
  #emergency-area .btn-close a:before, #emergency-area .btn-close a:after {
	content: "";
	width: 2px;
	height: 100%;
	display: block;
	background: #ED0C0C;
	position: absolute;
	top: 0;
	right: 50%;
  }
  #emergency-area .btn-close a:before {
	transform: rotate(45deg);
  }
  #emergency-area .btn-close a:after {
	transform: rotate(-45deg);
  }

.categoryBox {
	display: block;
}

/* メインスライダー */
#bxslider {
	/*height: 440px;*/
	position:relative;
	overflow:hidden;
}
.mainSlider {
	text-align:center;
}
.subSlider {
	width:495px;
	margin:0 auto;
	padding:30px 0 40px 0;
}
.mainSlider .slider {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}
.mainSlider a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.mainSlider .bx-wrapper {
	max-width: 1020px!important;
	margin: auto!important;
	/*position: relative;*/
}
.mainSlider .bx-wrapper ul:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.mainSlider .bx-wrapper ul {
	background: url(../img/top/slider_bg.gif) repeat center top;
}

.mainSlider .bx-wrapper .bx-viewport {
	overflow: visible!important;
}
.mainSlider .bx-wrapper li {
	margin: 10px 10px 10px 0;
}
.subSlider a img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	border:3px solid #DCCFBD;
}
.subSlider a.active img {
	opacity: 1;
	filter: alpha(opacity=100);
	border:3px solid #926A10;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
	content:'';
	left:120px;
	top: 50%;
	width: 57px;
	height: 57px;
	margin-left: 0;
	margin-top: -28px;
	background:  url("../img/top/btn_left.png") no-repeat left top;
	background-size: contain;
	position:absolute;
}
.bx-wrapper .bx-controls-direction a.bx-next {
	content:'';
	right: 120px;
	top: 50%;
	width: 57px;
	height: 57px;
	margin-top: -28px;
	background:url("../img/top/btn_right.png") no-repeat left top;
	background-size: contain;
	position:absolute;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	text-indent: -9999px;
}
.bx-wrapper .bx-controls-direction a:hover {
	opacity:0.5;
}

@media screen and (max-width: 768px) {
	.bx-wrapper .bx-controls-direction a.bx-prev {
		top: 50%;
		width: 30px;
		height: 30px;
		margin: 0;
		transform: translateY(-50%);
		opacity: 1 !important;
	}
	.bx-wrapper .bx-controls-direction a.bx-next {
		top: 50%;
		width: 30px;
		height: 30px;
		margin: 0;
		transform: translateY(-50%);
		opacity: 1 !important;
	}
	.bx-wrapper .bx-controls-direction a.bx-prev {
		left: 2%;
	}
	.bx-wrapper .bx-controls-direction a.bx-next {
		right: 2%;
	}
	.mainSlider .bx-wrapper li {
		margin: 10px 0;
	}
}

/*　再生、停止ボタン　*/
.bx-controls-auto-item {
	position: absolute;
	top: 380px;
	left: calc(50% + 440px);
	z-index: 10;
}

.bx-controls-auto-item a {
	color: #000;
	padding: 0.1em 0.6em;
	letter-spacing: 1px;
	border-radius: 5px;
	background: #FFF;
}
	
.bx-controls-auto-item a:before {	
	font-weight: 900;
	margin: 0 3px 0 0;
	font-family:'Font Awesome 5 Pro';
	display: inline-block;
}
	
.bx-controls-auto-item .bx-stop:before {
	content:"\f04c";	
}
	
.bx-controls-auto-item .bx-start:before {
	content:"\f04b";	
}

.bx-controls-auto-item a:visited,
.bx-controls-auto-item a:link {
	color: #000;
	text-decoration: none;
}

.mainContents{
	padding: 0 0 6%;
}

.mainContents >div{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

@media screen and (max-width: 768px) {

	.bx-controls-auto-item {
		top: auto;
		bottom: 10px;
		left: 10px;
	}

	.mainContents{
		padding: 0 0 20%;
	}

	.mainContents >div{
	display: block;
	}

}

#contents .leftContents {
	width: 70%;
	padding-right: 1%;
}

#contents .leftContents h2 {
	margin: 0 0 10px 0;
	display: flex;
}

#contents .leftContents h2 span.newsTitle {
	font-size: 2.3rem;
	background: url(../img/top/news_top_icon.png) no-repeat left center;
	padding: 0 0 0 45px;
}


#contents .leftContents h2 span.listLink a {
	
	font-size: 1.4rem;
	font-weight: bold;
	float: left;	
}

#contents .leftContents h2 span.listLink a:link,
#contents .leftContents h2 span.listLink a:visited {
	font-size: 10px;
	font-size: 1rem;
	color: #005EAB;
	font-weight: normal;
	float: left;
	margin: 6px 0 0 15px;
	padding: 2px 25px 2px 10px;
	background-color: #FFF;
	background-image: url(../img/common/right_arrow.png);
	background-repeat: no-repeat;
	background-position: center right 5px;
	background-size: 14px 11px;
	border: 2px solid #005EAB;
	text-decoration: none;	
}

#contents .leftContents h2 span.listLink a:hover,
#contents .leftContents h2 span.listLink a:active {
	font-size: 10px;
	font-size: 1rem;
	color: #FFF;
	font-weight: normal;
	float: left;
	margin: 6px 0 0 15px;
	padding: 2px 25px 2px 10px;
	background-color: #005EAB;
	background-image: url(../img/common/white_right_arrow.png);
	background-repeat: no-repeat;
	background-position: center right 5px;
	background-size: 14px 11px;
	text-decoration: none;
	border: 2px solid #005EAB;
}

  @media screen and (max-width: 768px) {
	#contents .leftContents {
		width: 100%;
		padding-right: 0;
	}
  }

#contents .newsArea {
	padding: 20px;
	background-color: #FFF;
	border: 1px solid #D4D4D4;
}

#contents .newsArea li span.newsType01 {
	background-color: #DC7878;
	text-align: center;
	width: 8em;
	color: #FFF;
}

#contents .newsArea li.newsDay {
	min-width: 9.5em;
	padding: 0 0 0 15px;
	margin: 0 2px 0 0;
	background-image: url(../img/common/right_arrow02.png);
	background-repeat: no-repeat;
	background-position: left center;
  display: inline-block;
}
#contents .newsArea ul li ul li.newsType01 {
	color: #FFF;
	min-width: 6em;
	padding: 3px 5px; 
	margin: 0 10px 0 0;
	background-color: #03825a;
	background-repeat: repeat;
	text-align: center;
  display: inline-block;
}
#contents .newsArea ul li ul li.newsType02 {
	color: #FFF;
	min-width: 6em;
	padding: 3px 5px; 
	margin: 0 10px 0 0;
	background-color: #037cb5;
	background-repeat: repeat;
	text-align: center;
  display: inline-block;
}
#contents .newsArea ul li ul li.newsType03 {
	color: #FFF;
	min-width: 6em;
	padding: 3px 5px;   
	margin: 0 10px 0 0;
	background-color: #B95656;
	background-repeat: repeat;
	text-align: center;
  display: inline-block;
}
#contents .newsArea ul li ul li.newsTxt {
	 padding: 0 0.5em 0 0;
	 line-height:1.6em;	
}
#contents .newsArea ul li span.newMark {
	font-size: 0.8em;
	margin: 0 0 0 10px;
	padding: 1px 5px 0px;
	color: #FFF;
	background: #ED0C0C;
	text-align: center;
	display: inline-block;
}
#contents .newsArea ul li ul {
	border-bottom: 1px dotted #C2C2C2;
	padding: 0 0 12px 0;
	margin: 0 0 12px 0;
	display: flex;
	align-items: baseline;
}

#contents .newsArea ul li:last-child ul {
	border-bottom: none;
	padding: 0 0 5px 0;
	margin: 0;
}

@media screen and (max-width: 768px) {
  #contents .newsArea ul li ul li.newsTxt {
	display: block;
    margin: .3em 0;
 /*padding: 0 0 0 15px;*/
}
	#contents .newsArea ul li ul {
		display: block;
	}
	#contents .newsArea ul li ul li.newsType01,
	#contents .newsArea ul li ul li.newsType02,
	#contents .newsArea ul li ul li.newsType03{
		font-size: 1.2rem;
		margin: 0.3em 0;
		/*min-width: inherit;*/
		width: auto;
    display: inline-block;
	}
}

#contents .underContents {
	margin: 20px 0 20px 0;
}

#contents .underContents >div{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

#contents .underContents h3 {
	color: #FFF;
	text-align: center;
	font-size: 1.8rem;
	font-weight: normal;
	margin: 0px;
	padding: 10px 0px;
	background: none;
}
@media screen and (max-width: 768px) {
	#contents .underContents >div{
		display: block;
	}
}
/* --------------------------------------------------
event
-------------------------------------------------- */

#contents .eventArea {
	width: 49%;
	background: #0b845f;
	padding: 0px 5px 5px 5px;
	margin-bottom: 10px;
}

.underContents .eventInner {
	margin: 0 auto;
	padding: 7px;
	background-color: #FFF;
	
}

.eventBlock >a >ul{
	display: flex;
	justify-content: flex-start;
}
.eventBlock .phArea {
	width: 30%;
	min-height: 80px;
	overflow: hidden;
	text-align: center;
}

.eventBlock .phArea img {
	max-width: 100%;
	max-height: 120px;
	text-align: center;
	vertical-align: center;	
}

.eventBlock .contentsArea {
	width: 70%;
	padding: 1em;
	min-height: 80px;
	position: relative;	
}

.eventBlock .contentsArea .date {
	font-size: 1.2rem;
	font-size: 12px;
	color: #555;
}

.eventBlock .contentsArea .title {
	font-size: 1.5rem;
	color: #006CB8;
	margin: 0 0 2px 0;
}

.eventBlock .contentsArea .category {
	width: auto;
	margin-bottom: 6px;
}

.eventBlock .contentsArea .detailBtn {
	text-align: right;
}
.eventBlock a:link .contentsArea .detailBtn,
.eventBlock a:visited .contentsArea .detailBtn {
	font-size: 10px;
	font-size: 1rem;
	color: #005EAB;
	font-weight: normal;
	margin: 6px 0 0 15px;
	padding: 2px 25px 2px 10px;
	background-color: #FFF;
	background-image: url(../img/common/right_arrow.png);
	background-repeat: no-repeat;
	background-position: center right 5px;
	background-size: 14px 11px;
	border: 2px solid #005EAB;
	text-decoration: none;
	float: right;
}

.eventBlock a:hover .contentsArea .detailBtn,
.eventBlock a:active .contentsArea .detailBtn {
	color: #FFF;
	background-color: #005EAB;
	background-image: url(../img/common/white_right_arrow.png);
	border: 2px solid #005EAB;
}

.sportsBlock a:link .contentsArea .detailBtn,
.sportsBlock a:visited .contentsArea .detailBtn {
	font-size: 10px;
	font-size: 1rem;
	color: #005EAB;
	font-weight: normal;
	margin: 6px 0 0 15px;
	padding: 2px 25px 2px 10px;
	background-color: #FFF;
	background-image: url(../img/common/right_arrow.png);
	background-repeat: no-repeat;
	background-position: center right 5px;
	background-size: 14px 11px;
	border: 2px solid #005EAB;
	text-decoration: none;
	float: right;
}

.sportsBlock a:hover .contentsArea .detailBtn,
.sportsBlock a:active .contentsArea .detailBtn {
	color: #FFF;
	background-color: #005EAB;
	background-image: url(../img/common/white_right_arrow.png);
	border: 2px solid #005EAB;
}

.eventBlock {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #4CBF9B;
}

ul.eventInner li.eventBlock:last-child {
	padding: 0px;
	margin: 0px;
	border-bottom: none;
	
}

.eventBlock ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;	
}

@media screen and (max-width: 768px) {
	#contents .eventArea {
	width: 100%;
}
}
/* --------------------------------------------------
sports
-------------------------------------------------- */

#contents .sportsArea {
	width: 49%;
	background: #1679a5;
	padding: 0px 5px 5px 5px;
	margin-bottom: 10px;	
}

.underContents .sportsInner {
	/*width: 332px;*/
	margin: 0 auto;
	padding: 7px;
	background-color: #FFF;
	
}

.sportsBlock>a>ul{
	display: flex;
	justify-content: space-between;
	align-items:flex-start;
}
.sportsBlock .phArea {
	width: 30%;
	min-height: 80px;
	overflow: hidden;
	text-align: center;	
}

.sportsBlock .phArea img {
	max-width: 100%;
	max-height: 120px;
	text-align: center;
	vertical-align: center;	
}

.sportsBlock .contentsArea {
	width: 70%;
	min-height: 80px;
	position: relative;
	padding: 1em;
}

.sportsBlock .contentsArea .date {
	font-size: 1.2rem;
	font-size: 12px;
	color: #555;
}

.sportsBlock .contentsArea .title {
	font-size: 1.5rem;
	color: #006CB8;
	margin: 0 0 2px 0;
}

.sportsBlock .contentsArea .category {
	width: auto;
	margin-bottom: 6px;
}

.sportsBlock .contentsArea .detailBtn {
	text-align: right;
}

.sportsBlock {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #4CBF9B;
}

ul.sportsInner li.sportsBlock:last-child {
	padding: 0px;
	margin: 0px;
	border-bottom: none;
	
}

@media screen and (max-width: 768px) {
#contents .sportsArea {
	width: 100%;
}
}
	
/* --------------------------------------------------
rightContents
-------------------------------------------------- */	

#contents .rightContents {
	width: 30%;
	padding-left: 1%;
}

#contents .rightContents h2 span.movieTitle {
	font-size: 18px;
	font-size: 1.8rem;
	background: url(../img/top/movie_top_icon.png) no-repeat left center;
	background-size: contain;
	padding: 0 0 0 45px;
}

#contents .rightContents .movieBlock {
	margin: 10px 0 0 0;
	text-align: center;
}

#contents .rightContents .scheduleBtn {
	margin: 13px 0 0 0;
	text-align: center;
}

#contents .rightContents .bnrArea {
	background-color: rgba(255,255,255,0.8);
	border: 1px solid #DDD;
	text-align: center;
	padding: 20px;
	margin: 20px 0 0 0;
}

#contents .rightContents .bnrArea li {
	margin: 0 0 10px 0;
}

#contents .rightContents .bnrArea li:last-child {
	margin: 0;
}

@media screen and (max-width: 768px) {
	#contents .rightContents {
		width: 100%;
		padding-left: 0;
	}
	#contents .rightContents ul.bnrArea {
		padding: 20px;
		margin: 20px 0 0 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#contents .rightContents ul.bnrArea li {
		width: 48%;
		margin: 0 4% 1em 0;
	}
	#contents .rightContents ul.bnrArea li:nth-child(2n) {
		margin-right: 0;
	}
}