/*-------------------------------------------------------
TOP CSS
-------------------------------------------------------*/

/*-------------------------------------------------------
slider
-------------------------------------------------------*/
#top .slider {overflow-x: hidden;}



/*-------------------------------------------------------
nav
-------------------------------------------------------*/
#top #nv_top {
	margin: 20px 0;
	display: table;
	width: 100%;
	font-size: 12px;
}
#top #nv_top ul {
	margin: 0 20px 0 0;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
}
#top #nv_top li {margin: 0 50px 0 0;}
#top #nv_top li:last-child {margin: 0;}
#top #nv_top p {
	display: table-cell;
	max-width: 225px;
}


@media(max-width: 1280px) {
	#top #nv_top {display: none;}
}



/*-------------------------------------------------------
bnrarea
-------------------------------------------------------*/
#top #bnrarea {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
}


#top #bnrarea .l {
	margin: 0 20px 0 0;
	width: 72%;
	max-width: 880px;
}
#top #bnr_red li {margin: 0 0 20px 0;}
#top #bnr_red li:last-child {margin: 0;}
#top #bnr_red a {
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	display: block;
	min-height: 70px;
	color: #FFF;
	background: #D93915;
	font-family: "Yu Gothic", "游ゴシック";
	font-weight: bold;
	font-size: 18px;
}
#top #bnr_red li:nth-child(1) a {background: #D93915 url(../../img/bnr_red01.png) no-repeat right / 250px;}
#top #bnr_red li:nth-child(2) a {background: #D93915 url(../../img/bnr_red02.png) no-repeat right / 250px;}
#top #bnr_red li:nth-child(3) a {background: #D93915 url(../../img/bnr_red03.png) no-repeat right / 250px;}
#top #bnr_red li:nth-child(4) a {background: #D93915 url(../../img/bnr_red04.png) no-repeat right / 250px;}
#top #bnr_red li:nth-child(5) a {background: #D93915 url(../../img/bnr_red05.png) no-repeat right / 250px;}
#top #bnr_red li:nth-child(6) a {background: #D93915 url(../../img/bnr_red06.png?V=20210531_) no-repeat right / 250px;}
#top #bnr_red br {display: none;}

#top #bnrarea .row {
	margin: 10px 0 0 0;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	font-size: 13px;
}
#top #bnrarea .row li:first-child {margin: 0 50px 0 0;}


#top #bnrarea .r {
	width: 28%;
	max-width: 330px;
}
#top #bnrarea .r li {margin: 0 0 20px 0;}
#top #bnrarea .r li:last-child {margin: 0;}
#top #bnrarea #info {
	margin: 15px 0 0 0;
	font-size: 12px;
	letter-spacing: 0;
}
#top #bnrarea #info p {margin: 0 0 15px 0; padding-top: 6px;}
#top #bnrarea #info dl {
	margin: 0 0 5px 0;
}



@media(max-width: 1280px) {
	#top #bnrarea {display: inherit;}
	#top #bnrarea .l {
		padding: 20px 16px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		width: 100%;
		max-width: none;
	}
	#top #bnrarea ul {
		display: flex;
		display: -ms-flexbox;
		display: -webkit-flex;
		flex-wrap: wrap;
	}
	#top #bnr_red li {
		margin: 0;
		padding: 2px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		width: 50%;
	}
	#top #bnr_red a {min-height: auto;}
	#top #bnr_red li:nth-child(1) a {background: #D93915 url(../../img/bnr_red01_s.png) no-repeat right / contain;}
	#top #bnr_red li:nth-child(2) a {background: #D93915 url(../../img/bnr_red02_s.png) no-repeat right / contain;}
	#top #bnr_red li:nth-child(3) a {background: #D93915 url(../../img/bnr_red03_s.png) no-repeat right / contain;}
	#top #bnr_red li:nth-child(4) a {background: #D93915 url(../../img/bnr_red04_s.png) no-repeat right / contain;}
	#top #bnr_red li:nth-child(5) a {background: #D93915 url(../../img/bnr_red05_s.png) no-repeat right / contain;}
	#top #bnr_red li:nth-child(6) a {background: #D93915 url(../../img/bnr_red06_s.png?V=20210531_) no-repeat right / contain;}
	#top #bnrarea .row {display: none;}
	#top #bnrarea .r {
		padding: 20px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		width: 100%;
		max-width: none;
	}
	#top #bnrarea .r ul {display: flex;}
	#top #bnrarea .r li {
		margin: 0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		width: 25%;
	}
	#top #bnrarea #info {
		font-size: 11px;
	}
	#top #bnrarea #info p {
		margin: 0 0 10px 0;
		text-align: center;
	}
	#top #bnrarea #info dl {
		padding: 10px;
		margin: 0 0 2px 0;
		background: #CCC;
		display: flex;
		display: -ms-flexbox;
		display: -webkit-flex;
	}
	#top #bnrarea #info dt {margin: 0 15px 0 0;}
}



@media(max-width: 768px) {
	#top #bnrarea ul {display: inherit;}
	#top #bnr_red li {width: 100%;}
}


@media(max-width: 480px) {
	#top #bnr_red a {
		padding: 15px 10px;
		font-size: 12px;
	}
	#top #bnr_red li:nth-child(5) a {
		padding: 12px 10px;
		line-height: 1.2;
		font-size: 11px;
		letter-spacing: 0;
	}
	#top #bnr_red br {display: inherit;}
	#top #bnrarea .r ul {display: inherit;}
	#top #bnrarea .r li,
	#top #bnrarea .r li img {width: 100%;}
}