@charset "UTF-8";

body {
	margin: 0;
	/*
  font-family: 'メイリオ',
  'Hiragino Kaku Gothic Pro', sans-serif;
  -webkit-text-size-adjust: 100%;
*/
	font-family: 'Noto Sans Japanese', sans-serif;
	background-color:#eeeeee;
}



/* サイト名 */

/*ボックス全体*/

.accbox {
	margin: 0;
	padding: 0;
	max-width: 100%;
	/*最大幅*/
}

/*ラベル*/

/*アイコンを表示*/

.accbox label:before {
	content: '\f054';
	font-family: 'FontAwesome';
	padding-right: 8px;
}

/*ラベルホバー時*/

.accbox label:hover {
	background: #e8efc5;
}

/*チェックは隠す*/

.accbox input {
	display: none;
}

/*中身を非表示にしておく*/

.accbox .accshow {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;
	background-color: #e8efc5;
}

/*クリックで中身表示*/

.cssacc:checked + label + .accshow {
	height: auto;
	padding: 5px;
	background: #e8efc5;
	opacity: 1;
}

.accbox .accshow p {
	margin: 10px 10px;
	font-size: 13px;
	color: #86844a;
	background-color: #e8efc5;
	line-height: 1.5;

}

/*アイコンを入れ替える*/

.cssacc:checked + label:before {
	content: '\f078';
}


.site h1 a {
	color: #000000;
	text-decoration: none;
}

/*
.site h1 {
  margin: 0;
  font-size: 30px;
}
*/

/*.box_s {
  padding-top: 15px;
}*/


.box_s h1 {
	background-color: #ee0101;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-align: right;
	margin-top: 0;
	padding: 2px;
}


.site.img {
	border: none;
}

img {
    border-style:none;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	line-height: 1.5;
}

.box2 li a{
	color:#FFF;
	
}


.menu li a {
	display: block;
	padding: 10px 13px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	text-shadow: 0 -1px 0px #b60606, 0 1px 0px #df1111;

	/*background-image: -moz-linear-gradient(top, #fc1919 0%, #ee0101 50%, #c10e0e 50%, #ee0101 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fc1919), color-stop(0.50, #ee0101), color-stop(0.50, #c10e0e), color-stop(1, #ee0101));
  background-image: -ms-linear-gradient(bottom, #fc1919 0%, #ee0101 50%, #c10e0e 50%, #ee0101 100%);*/
	background-image: -moz-linear-gradient(top, #ee0101 0%, #da0505 50%, #b20808 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ee0101), color-stop(0.50, #da0505), color-stop(1, #b20808));
	background-image: -ms-linear-gradient(bottom, #b20808 0%, #da0505 50%, #ee0101 100%);

	zoom: 1;
	border-left: 1px solid #ac0505;
}

.menu li {
	display: inline-block;
}

.menu li a:hover {
	opacity: 0.7;
	color: #fff;
	/*background-color: #fc1919;*/
}

.news a:after {
	content: "";
	display: none;
	clear: both;
}

.menu li:first-child a {
	border-radius: 1px 0 0 1px;
	border-left: 0;
}

.menu li:last-child a {
	border-radius: 0 1px 1px 0;
}

.box3 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.news time {
	float: left;
	width: 70px;
}

.news .text {
	float: none;
	width: auto;
	margin-left: 60px;
}

.menu ul:after {
	content: "";
	display: block;
	clear: both;
}

.menu li {
	float: left;
	width: auto;
	padding: 0;
	margin: 0;
	color:#FFF;
}

.topimg {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	padding-bottom: 10px;
	padding-top: 0px;
}





/*.team h1:after {
  width: 21%;
}*/

/*.member h1:after {
  width: 21%;
}*/

.schej h1:after {
	width: 20%;
}

.news ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.news li a {
	display: block;
	padding: 5px;
	border-bottom: solid 1px #eee;
	color: #000000;
	font-size: 14px;
	font-size: 14px;
	text-decoration: none;
}

.news li a:hover {
	background-color: #eeeeee;
}

.news time {
	margin-right: 10px;
	color: #888888;
	font-weight: bold;
}

/* コピーライト */

.copyright {
	display: inline-block;
	float: right;
}

.copyright p {
	color: #FFF;
	font-size: 12px;
}

/* BOX5 をバーの形にする */

.box5 {
	padding-top: 15px;
	padding-bottom: 50px;
	background: #ee0101;
	background-image: -moz-linear-gradient(top, #ee0101 0%, #da0505 50%, #b20808 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ee0101), color-stop(0.50, #da0505), color-stop(1, #b20808));
	background-image: -ms-linear-gradient(bottom, #b20808 0%, #da0505 50%, #ee0101 100%);
	zoom: 1;
	height: 50px;
}

.box5 p {
	color: #F5D100;
}

.boxA,
.box4,
.box5 {
	padding-left: 2px;
	padding-right: 2px;
}

.boxA {
	padding-top: 10px;
	/*padding-bottom: 10px;*/
	background-color: #eeeeee;
}

/*.box4{
  padding-top: 20px;
  padding-bottom: 20px;
}*/

.contents_A {
	padding-top: 7px;
}


	
.box4-2 {
	float: left;
	width: 100%;
	/*background-color: #f9f7f2;*/
}

.follow ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.follow li a {
	display: block;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 4px;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}

.follow li a:hover {
	opacity: 0.8;
}

.follow-tw {
	background-color: #63bafb;
}

.follow-fb {
	background-color: #5288f7;
}

.follow-gp {
	background-color: #f65d4a;
}

.follow i {
	margin-right: 10px;
	font-size: 24px;
	vertical-align: middle;
}

.follow-info {
	margin-top: 0;
	padding-bottom: 20px;
	padding: 10px;
	background-color: #dddddd;
	font-size: 14px;
	text-align: center;
}

.follow-info {
	position: relative;
	background: #dddddd;
}

.follow-info:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(221, 221, 221, 0);
	border-top-color: #dddddd;
	border-width: 15px;
	margin-left: -15px;
}

/*.box4-1 img{
  padding-top: 7px;
}

.kiji P{
  margin-top:8px;
  margin-bottom:20px;
  line-height: 1.8;
  font-size: 15px;
}

.bold{
  font-weight: bold;
}

.contents_A{
  margin-bottom: 40px;
}*/

table.brwsr1 {
	/*font-size: 15px;*/
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0px 1px;
	margin-top: 10px;
	line-height: 1.3;
}

table.brwsr1 {
	table-layout: fixed;
}

table.brwsr1 th {
	padding: 10px;
	vertical-align: middle;
	text-align: left;
	border-bottom: #fff 1px solid;
	color: #fff;
}

table.brwsr1 td {
	padding: 10px;
	vertical-align: middle;
	text-align: left;
	border-bottom: #fff 1px solid;
	font-size: 12px;
	color: #fff;

}

table.brwsr1 th.r1 {
	width: 16%;
	border-right: #fff 1px solid;
	background: #fff;
}

table.brwsr1 th.r2,
table.brwsr1 td.r2 {
	/*width: 20%;*/
	border-left: #fff 1px solid;
	border-right: #fff 1px solid;
	/*background: #e01010;*/
}

table.brwsr1 th.r2,
table.brwsr1 th.r3,
table.brwsr1 th.r4,
table.brwsr1 th.r5 {
	text-align: center;
	width: 21%;
}

table.brwsr1 th.r3,
table.brwsr1 td.r3 {
	/*width: 20%;*/
	border-left: #fff 1px solid;
	border-right: #fff 1px solid;
	/*background: #1b1a18;*/
}

table.brwsr1 th.r4,
table.brwsr1 td.r4 {
	/*width: 20%;*/
	border-left: #fff 1px solid;
	border-right: #fff 1px solid;
	/*background: #2e11db;*/
}

table.brwsr1 th.r5,
table.brwsr1 td.r5 {
	/*width: 20%;*/
	border-left: #fff 1px solid;
	border-right: #fff 1px solid;
	/*background: #1e8409;*/
}

.table.brwsr1 td.r6 {
	background: #e2d679;
}

table.brwsr1 .area td.r2 {
	background: #fb1919;
}

table.brwsr1 .spot td.r2 {
	background: #474132;
}

table.brwsr1 .south td.r2 {
	background: #ffa500;
}

table.brwsr1 .ne td.r2 {
	background: #2fa017;
}

table.brwsr1 .ne td.r3 {
	background: #2fa017;
	text-align: center;
}

table.brwsr1 .ne td.r4 {
	background: #2fa017;
}

table.brwsr1 .ne td.r5 {
	background: #ffa500;
}

table.brwsr1 .ne td.r6 {
	background: #ffa500;
}

table.brwsr1 .south td.r3 {
	background: #ffa500;
	text-align: center;
}

table.brwsr1 .south td.r4 {
	background: #ffa500;
	text-align: center;
}

table.brwsr1 .south td.r5 {
	background: #2fa017;
}

table.brwsr1 .south td.r6 {
	background: #2fa017;
}

table.brwsr1 .uniform td.r2 {
	background: #432add;
}

table.brwsr1 .area td.r3 {
	/*background: #474132;*/
	background: #fb1919;
	text-align: center;
}

table.brwsr1 .spot td.r3 {
	background: #474132;
	text-align: center;
}

table.brwsr1 .uniform td.r3 {
	background: #432add;
	text-align: center;
}

table.brwsr1 .area td.r4 {
	/*background: #432add;*/
	background: #fb1919;
}

table.brwsr1 .spot td.r4 {
	/*background: #432add;*/
	background: #474132;
}

table.brwsr1 .uniform td.r4 {
	background: #432add;
}

table.brwsr1 .area td.r5 {
	/*background: #2fa017;*/
	background: #fb1919;
}

table.brwsr1 .spot td.r5 {
	background: #474132;
}

table.brwsr1 .uniform td.r5 {
	background: #432add;
}



table.brwsr1 .area td.r6 {
	/*background: #2fa017;*/
	background: #fb1919;

}

table.brwsr1 .spot td.r6 {
	background: #474132;
}

table.brwsr1 .uniform td.r6 {
	background: #432add;
}



p.indent {
	padding-left: 1em;
	text-indent: -1em;
	font-weight: bold;
}

table.brwsr2 .line01 {
	border-right: 5px solid #fc2222;
	width: 55px;
}

/*table.brwsr2 {
  font-size: 12px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px 1px;
  margin-top: 40px;
  line-height: 1.3;
  padding-top: 20px;
  font-weight: bold;

}

table.brwsr2 th {
  padding: 10px;
  vertical-align: middle;
  text-align: left;
  border-top: #393627 1px solid;
  font-size: 13px;
}*/

.kiji .bold01 {
	font-weight: bold;
}

.time {
	float: left;
	width: 110px;
}

.city {
	color: #fbc713;
}

.red_text {
	color: red;
}



/* ####################################### 480px以下 ###################################### */

@media screen and (max-width: 480px) {



	.site h1 {
		margin-left: 11px;
		margin-bottom: 0px;
		font-size: 30px;
	}

	.box4-1 h1 {
		margin-top: 7px;
		/*margin-bottom: 2px;*/
		font-size: 15px;
		/*  font-weight: bold;*/
		color: #31311b;
		background-color: #eeeeee;
		line-height: 1.1;
		/*  padding-left: 7px;*/
		border-bottom: solid 4px #eeeeee;
		/*  position: relative;*/
		text-align: center;
	}

	.box4-1 h2 {
		margin-top: 0;
		margin-bottom: 2px;
		font-size: 12px;
		color: #FFF;
		/*background-color: #ee0101;*/
		background:linear-gradient(0deg,#1C241C 0%,#1F1B18 47%,#ee0101 47%,#ee0101 100%);
		line-height: 1.6;
		padding-left: 7px;
		padding-right: 7px;
		text-align: center;
	}

	.box4-1 h1:after {
		/*  position: absolute;*/
		content: " ";
		display: block;
		border-bottom: solid 4px #ef0909;
		width: 100%;
	}

	.box4-2 h2 {
		position: relative;
		padding: 0.5em 0.5em 0.5em 1.4em;
		/*border: 1px solid #e6dada;*/
		border-radius: 3px;
		font-size: 14px;
		font-weight: 600;
		box-shadow: 3px 3px 8px -5px;
		margin: 8px 3px;
		color: dimgray;
		background-color:#fff;

	}

	.box4-2 h2::after {
		position: absolute;
		top: 50%;
		left: 0.4em;
		transform: translateY(-50%);
		content: '';
		width: 6px;
		height: 25px;
		/*background-color: #ee0101;*/
		background:linear-gradient(270deg,#171A16 0%,#1F1B18 47%,#ee0101 47%,#ee0101 100%);
	}
	
    .box4-2{
	
		width:100%;
	
	}

	.iconNew {
		width: 3em;
		text-align: center;

		color: #ff1818;
		font-weight: bold;

		margin: 0 25px 25px 10px;
		letter-spacing: 2px;
		padding-left: 4px;
		border-radius: 1px;
		font-size: 8px;
	}


	.box_s h1 {
		/*background-color: #ee0101;*/
		background:linear-gradient(0deg,#1C241C 0%,#1F1B18 47%,#ee0101 47%,#ee0101 100%);
		font-size: 10px;
		font-weight: normal;
		color: #FFF;
		text-align: right;
		margin-top: 0;
		padding: 2px;
	}



	.js #menu {
		display: none;
	}

	.js .slicknav_menu {
		display: block;
		overflow: hidden;
	}



	.box5 {
		display: inline-block;
	}
	.menu_footer li a {
		display: none;
	}

	.foo {
		float: left;
		display: inline-block;

	}
	.foo img {
		width: 100px;
	}
	.menu_footer ul {
		display: inline-block;
		float: left;
		padding-left: 180px;
	}

}

.copyright {
	display: inline-block;
	float: right;
	font-size: 5px;
}


.news {
	padding: 3px 15px;
	border: solid 5px #dddddd;
    clear: both;
	height: 20em;
	font-size: 6px;
	overflow: scroll;
	/* スクロールバーを表示(※) */
	/*background-color: #f9f7f2;*/
	/* 背景色を追加 */
	/*overflow-x: hidden;*/
}

.news h1 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 13px;
	color: #666666;
}

.news ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.news li a {
	display: block;
	padding: 5px;
	border-bottom: dotted 1px #dddddd;
	color: #000000;
	font-size: 13px;
	text-decoration: none;
	line-height: 1.2;
}

.news li a:hover {
	background-color: #eeeeee;
}

.news time {
	margin-right: 10px;
	color: #494530;
	font-weight: normal;
	font-size: 15px;
	width: 30%;
}

.menu ul {
	margin: 0;
	padding-top: 15px;
	padding-bottom: 13px;
	list-style: none;
	white-space: nowrap;
}

.contents_A {
	padding-top: 4px;
}

.contents_B {
	padding-top: 4px;
}

table.brwsr1 {
	table-layout: fixed;
	width: 100%;
}

table.brwsr1 th {
	padding: 5px;
}



table.brwsr1 .branch th.r1,
table.brwsr1 .branch td.r1 {
	color: #393627;
	/*border-bottom: #393627 1px solid;*/
	/*background: #e01010;*/
	width: 16%;
	font-size: 11px;
	text-align: center;
	vertical-align: bottom;
	font-weight: bold;
}

table.brwsr1 .branch th.r2,
table.brwsr1 .branch td.r2 {
	color: #393627;
	/*border-bottom: #393627 1px solid;*/
	/*background: #e01010;*/
	font-size: 11px;
	text-align: center;
	vertical-align: bottom;
	font-weight: bold;
}

table.brwsr1 .branch th.r3,
table.brwsr1 .branch td.r3 {
	color: #393627;
	/*border-bottom: #393627 1px solid;*/
	/*background: #e01010;*/
	font-size: 11px;
	text-align: center;
	vertical-align: bottom;
	font-weight: bold;
}

table.brwsr1 .branch th.r4,
table.brwsr1 .branch td.r4 {
	color: #393627;
	/*border-bottom: #393627 1px solid;*/
	/*background: #e01010;*/
	font-size: 11px;
	text-align: center;
	vertical-align: bottom;
	font-weight: bold;
}

table.brwsr1 .branch th.r5,
table.brwsr1 .branch td.r5 {
	color: #393627;
	/*border-bottom: #393627 1px solid;*/
	/*background: #e01010;*/
	font-size: 10px;
	text-align: center;
	vertical-align: bottom;
}

table.brwsr1 .area th.r1,
table.brwsr1 .area td.r1 {
	color: #fff;
	/*font-size: 11px;*/
	background: #e01010;
	width: 16%;
	border-right: 1px solid;
	height: 130px;
	text-align: center;
}

table.brwsr1 .spot th.r1,
table.brwsr1 .spot td.r1 {
	color: #fff;
	/*border-bottom: #393627 1px solid;*/
	/*font-size: 11px;*/
	background: #1b1a18;
	width: 16%;
	border-right: 1px solid;
	height: 130px;
	text-align: center;
}

table.brwsr1 .uniform th.r1,
table.brwsr1 .uniform td.r1 {
	color: #fff;
	/*border-bottom: #393627 1px solid;*/
	/*font-size: 11px;*/
	background: #2e11db;
	width: 16%;
	border-right: 1px solid;
	height: 130px;
	text-align: center;
}

table.brwsr1 .south th.r1,
table.brwsr1 .south td.r1 {
	color: #fff;
	/*border-bottom: #393627 1px solid;*/
	/*font-size: 11px;*/
	background: #ff8c00;
	width: 16%;
	border-right: 1px solid;
	height: 130px;
	text-align: center;
}

table.brwsr1 .ne th.r1,
table.brwsr1 .ne td.r1 {
	color: #fff;
	/*border-bottom: #393627 1px solid;*/
	/*font-size: 11px;*/
	background: #1e8409;
	width: 16%;
	border-right: 1px solid;
	height: 130px;
	text-align: center;
}


table.brwsr1 th.r2,
table.brwsr1 td.r2 {
	color: #fff;
	border-bottom: #fff 1px solid;
	font-size: 11px;
	width: 21%;

}

table.brwsr1 th.r3,
table.brwsr1 td.r3 {
	color: #fff;
	border-bottom: #fff 1px solid;
	font-size: 11px;
	width: 21%;

}

table.brwsr1 th.r4,
table.brwsr1 td.r4 {
	color: #fff;
	border-bottom: #fff 1px solid;
	font-size: 11px;
	width: 21%;
}

table.brwsr1 th.r5,
table.brwsr1 td.r5 {
	color: #fff;
	border-bottom: #fff 1px solid;
	font-size: 8px;
	width: 21%;
}

table.brwsr1 th.r6,
table.brwsr1 td.r6 {
	color: #fff;
	border-bottom: #fff 1px solid;
	font-size: 8px;
	width: 21%;
}

.branch th.r1 {
	/*border-top: #393627 1px solid;*/
}

.box4-1 img {
	padding-top: 7px;
}

.kiji P {
	margin-top: 8px;
	margin-bottom: 20px;
	line-height: 1.5;
	font-size: 15px;
}

.uniform P {
	margin-top: 3px;
	margin-bottom: 3px;
	line-height: 1.5;
	font-size: 10px;
}

table.brwsr4 {
	font-size: 9px;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0px 1px;
	margin-top: 25px;
	margin-bottom: 5px;
	line-height: 1.3;
	font-weight: bold;
	width: 90%;
}

table.brwsr4 .line01 {
	border-right: 3px solid #fc2222;
	width: 40px;
}

table.brwsr4 th {
	padding: 5px;
	vertical-align: middle;
	text-align: left;
	border-top: #393627 1px solid;
	font-size: 11px;
}


.bold {
	font-weight: bold;
}

.contents_A {
	margin-bottom: 20px;
}

.box4 {
	padding-top: 0px;
	padding-bottom: 0;
}

.box4-1 {
	font-size: 8px;
	line-height: 1.5;
}

.fc-sun {
	color: red;
}

/* 日曜日 */

.fc-sat {
	color: blue;
}

/* 土曜日 */

/*
.team h1:after {
  width: 23%;
}

.member h1:after {
  width: 27%;
}

.schedule h1:after {
  width: 26%;
}
*/

.site img {
	height: 93px;
}

table.brwsr2 .line01 {
	border-right: 3px solid #fc2222;
	width: 40px;
}



/*table.brwsr2 {
  font-size: 8px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px 1px;
  margin-top: 5px;
  line-height: 1.3;
  font-weight: bold;


}

table.brwsr2 th {
  padding: 5px;
  vertical-align: middle;
  text-align: left;
  border-top: #393627 1px solid;
  font-size: 8px;
}*/

.kiji .ast {
	font-size: 9px;
	padding-left: 10px;
	padding-bottom: 15px;
	line-height: 1.0;
}

.emb {
	padding-top: 0;
	padding-left: 5px;
	text-align: center;
}

.emb img {
	width: 30%;
	height: auto;
}

.news .text {
	float: none;
	width: auto;
	margin-left: 60px;
	font-size: 14px;
}

.line02 {
	width: 60px;
	border-right: 1px solid #393627;
}

.line03 {
	width: 70px;
	border-right: 3px solid #fc2222;
}

/*
.gallery h1:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #ef0909;
  width: 24%;
}
*/

.right {
	margin: 50px;
}

.banner {
	/*margin-bottom: 10px;*/
}

.wrap {
	width: 250px;
	/*background: #000;*/
	margin: 20px auto;
	padding: 10px;
}

.wrap p {
	height: 220px;
}

.wrap ul {
	display: block;
	overflow: hidden;
	margin-top: 10px;
	margin-right: -10px;
	clear: both;
}

.wrap li {
	display: block;
	float: left;
	/*background: #000;*/
	margin-right: 10px;
}

.wrap li img {
	cursor: pointer;
}

.pic img {
	width: 250px;
	height: 200px;
}

.pic02 img {
	width: 42px;
	height: 32px;
}

.accbox label {
	display: block;
	margin: 1.5px 0;
	padding: 5px 6px;
	color: #777450;
	font-weight: normal;
	/*background: #f9f7f2;*/
	cursor: pointer;
	font-size: 6px;
	transition: all 0.5s;
}

.accbox .accshow p {
	margin: 10px 10px;
	font-size: 13px;
	color: #86844a;
	background-color: #e8efc5;
}

.cssacc:checked + label + .accshow {
	height: auto;
	padding: 5px;
	background: #e8efc5;
	opacity: 1;
}

.box4-3 {
	padding-bottom: 20px;
	float: left;
	width: 100%;
	/*padding-right: 35px;*/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 420px;
}

.space {
	margin-right: 1em;
}

.pc {
	display: none;
}

.sp {
	display: block;
}











/*######## 599px以下 ########## */

@media(max-width:599px) {}

/* ナビゲーション */

.menu li a {
	padding: 10px 4px;
	font-size: 13px;
	text-shadow: 0 -1px 0px #b60606, 0 1px 0px #df1111;

	/*background-image: -moz-linear-gradient(top, #fc1919 0%, #ee0101 50%, #c10e0e 50%, #ee0101 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fc1919), color-stop(0.50, #ee0101), color-stop(0.50, #c10e0e), color-stop(1, #ee0101));
  background-image: -ms-linear-gradient(bottom, #fc1919 0%, #ee0101 50%, #c10e0e 50%, #ee0101 100%);*/
	background-image: -moz-linear-gradient(top, #ee0101 0%, #da0505 50%, #b20808 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ee0101), color-stop(0.50, #da0505), color-stop(1, #b20808));
	background-image: -ms-linear-gradient(bottom, #b20808 0%, #da0505 50%, #ee0101 100%);

	zoom: 1;
	border-left: 1px solid #ac0505;
	color:#FFF;
}

.menu_footer {
	display: inline-block;
	text-align: center;
}

.br-sp {
	display: block;
}


.menu_footer ul:after {
	content: "";
	display: block;
	clear: both;
}

.menu_footer ul {
	list-style: none;
	display: inline-block;
	float: left;
	padding-left: 180px;
}

.menu_footer li {
	display: inline-block;
	width: auto;
}

.menu_footer li a {
	padding: 5px 10px;
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
}

.menu_footer li a:hover {
	text-decoration: underline;
}



.menu li:first-child a {
	border-radius: 2px 0 0 2px;
	border-left: 0;
}

.menu li:last-child a {
	border-radius: 0 2px 2px 0;
}



/*######## 767px以上 ########## */

@media(min-width:767px) {

	.menu li a {
		display: block;
		padding: 14px 8px;
		color: #FFF;
		font-size: 12px;
		text-decoration: none;
	}

	.menu li {
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.menu li:first-child a {
		border-radius: 2px 0 0 2px;
		border-left: 0;
	}
	.menu li:last-child a {
		border-radius: 0 2px 2px 0;
	}

	.boxA:after {
		content: "";
		display: block;
		clear: both;
	}

	.box1 {
		float: left;
		width: auto;
	}

	.box2 {
		float: right;
		width: auto;
	}

	.box4:after {
		content: "";
		display: block;
		clear: both;
	}

	.box4-1 {
		float: left;
		width: 70%;
		padding-right: 20px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 12px;
		line-height: 1.5;
	}

	.box4-2 {
		float: left;
		width: 30%;
	}

	.box3 ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	/*######## 1190px以上 ########## */
	@media(min-width:1190px) {}

	/* 全体の横幅を固定 */
	.box3,
	.box4,
	.boxA-inner,
	.box5-inner {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}

	.boxA {
		margin-bottom: 0px;
		border-bottom: solid 1px #eeeeee;
		background-color: #eeeeee;
	}

	.foo {
		display: inline-block;
		float: left;
	}

	.box4-1 h1 {
		margin-top: 0;
		/*margin-bottom: 2px;*/
		font-size: 19px;
		color: #31311b;
		/*    font-weight: bold;*/
		background-color: #fefdf3; line-height: 2.1;
		/*    padding-left: 7px;*/
		border-bottom: solid 6px #eeeeee;
		position: relative;
		text-align: center;
		font-family: '源ノ角ゴシック Regular', '源ノ角ゴシック';
	}


	.box4-1 h1:after {
		/*    position: absolute;*/
		content: " ";
		display: block;
		border-bottom: solid 6px #ef0909;
		width: 100%;
	}

	table.brwsr4 {
		font-size: 12px;
		margin: 0 auto;
		border-collapse: separate;
		border-spacing: 0px 1px;
		margin-top: 40px;
		line-height: 1.3;
		padding-top: 20px;
		font-weight: bold;
	}


	.box4-1 h2 {
		margin-top: 0;
		margin-bottom: 2px;
		font-size: 15px;	
		color: #FFF;
		/*background-color: #ee0101;*/
		background:linear-gradient(0deg,#1C241C 0%,#1F1B18 47%,#ee0101 47%,#ee0101 100%);
		line-height: 2.2;
		padding-left: 7px;
		padding-right: 7px;
		width: auto;
		text-align: center;
	}

	.box4-2 h2 {
		position: relative;
		padding: 0.5em 0.5em 0.5em 1.4em;
		/*border: 1px solid #e6dada;*/
		border-radius: 3px;
		font-size: 15px;
		font-weight: 300;
		box-shadow: 3px 3px 8px -5px;
		margin: 12px 5px;
		color: dimgray;
		background-color:#fff;
	}

	.box4-2 h2::after {
		position: absolute;
		top: 50%;
		left: 0.3em;
		transform: translateY(-50%);
		content: '';
		width: 9px;
		height: 25px;
		/*background-color: #ee0101;*/
		background:linear-gradient(270deg,#171A16 0%,#1F1B18 47%,#ee0101 47%,#ee0101 100%);
	}

	.menu li {
		float: left;
		width: auto;
	}

	.menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: center;
		line-height: 0.8;
	}


	.topimg {
		max-width: 100%;
		height: auto;
		vertical-align: bottom;
		padding-bottom: 20px;

	}

	.box5 {
		padding-top: 15px;
		padding-bottom: 15px;
		background: #ee0101 ;background-image: -moz-linear-gradient(top, #ef0909 0%, #d00c0c 50%, #8e0707 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ef0909), color-stop(0.50, #d00c0c), color-stop(1, #8e0707));
		background-image: -ms-linear-gradient(bottom, #ef0909 0%, #d00c0c 50%, #8e0707 100%);
		zoom: 1;
		height: 80px;
	}

	table.brwsr4 th {
		padding: 10px;
		vertical-align: middle;
		text-align: left;
		border-top: #393627 1px solid;
		font-size: 13px;
	}

	/*table.brwsr1 {
    font-size: 12px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 1px;
    margin-top: 40px;
    line-height: 1.3;
  }

  table.brwsr2 {
    font-size: 12px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 1px;
    margin-top: 40px;
    line-height: 1.3;
    padding-top: 20px;
    font-weight: bold;
  }

  table.brwsr2 th {
    padding: 10px;
    vertical-align: middle;
    text-align: left;
    border-top: #393627 1px solid;
    font-size: 13px;
  }*/
	table.brwsr1 th {
		padding: 10px;
		vertical-align: middle;
		text-align: left;
		border-bottom: #fff 1px solid;
		color: #fff;
	}



	table.brwsr1 td {
		padding: 10px;
		vertical-align: middle;
		text-align: left;
		border-bottom: #fff 1px solid;
		font-size: 11px;
		color: #fff;


	}

	table.brwsr1 .area th.r1,
	table.brwsr1 .area td.r1 {
		width: 10%;
		border-right: #fff 1px solid;
		font-size: 15px;
		font-weight: bold;
		/*height:130px;*/
		text-align: center;
		height: 200px;
	}

	table.brwsr1 .branch th.r1,
	table.brwsr1 .branch td.r1 {
		width: 18%;
		border-left: #fff 1px solid;
		border-right: #fff 1px solid;
		font-size: 15px;
		font-weight: bold;
		/*background: #e01010;*/
		/*color:#fff;*/
	}

	table.brwsr1 .branch th.r2,
	table.brwsr1 .branch td.r2 {
		width: 18%;
		border-left: #fff 1px solid;
		border-right: #fff 1px solid;
		/*background: #e01010;*/
		font-size: 15px;
		font-weight: bold;
		color: #393627;
		height: 30px;
	}

	table.brwsr1 .branch th.r3,
	table.brwsr1 .branch td.r3 {
		width: 18%;
		border-left: #fff 1px solid;
		border-right: #fff 1px solid;
		/*background: #e01010;*/
		font-size: 15px;
		color: #393627;
		height: 30px;
		font-weight: bold;
	}

	table.brwsr1 .branch th.r4,
	table.brwsr1 .branch td.r4 {
		width: 18%;
		border-left: #fff 1px solid;
		border-right: #fff 1px solid;
		/*background: #e01010;*/
		font-size: 15px;
		font-weight: bold;
		color: #393627;
		height: 30px;
	}

	table.brwsr1 .branch th.r5,
	table.brwsr1 .branch td.r5 {
		width: 18%;
		border-left: #fff 1px solid;
		border-right: #fff 1px solid;
		/*background: #e01010;*/
		font-size: 12px;
		color: #393627;
		height: 30px;
		font-weight: bold;
	}

	table.brwsr1 .branch th.r6,
	table.brwsr1 .branch td.r6 {
		width: 18%;
		border-left: #fff 1px solid;
		border-right: #fff 1px solid;
		/*background: #e01010;*/
		font-size: 11px;
		color: #393627;
		height: 30px;
	}

	table.brwsr1 th.r2,
	table.brwsr1 th.r3,
	table.brwsr1 th.r4,
	table.brwsr1 th.r5,
	table.brwsr1 th.r6 {
		text-align: center;
	}

	table.brwsr1 th.r3,
	table.brwsr1 td.r3 {
		width: 18%;
		border-left: #fff 1px solid;
		/*border-right: #999 1px solid;*/
		/*background: #1b1a18;*/
		font-size: 11px;
	}

	table.brwsr1 th.r4,
	table.brwsr1 td.r4 {
		width: 18%;
		border-left: #fff 1px solid;
		/*background: #2e11db;*/
		font-size: 11px;
	}

	table.brwsr1 th.r5,
	table.brwsr1 td.r5 {
		width: 18%;
		border-left: #fff 1px solid;
		/*background: #1e8409;*/
		font-size: 12px;
	}

	table.brwsr1 th.r6,
	table.brwsr1 td.r6 {
		width: 18%;
		border-left: #fff 1px solid;
		/*background: #1e8409;*/
		font-size: 12px;
	}

	table.brwsr1 .area td.r2 {
		background: #fb1919;
		/*background: #fb1919;*/
		font-size: 14px;

	}

	table.brwsr1 .spot td.r2 {
		/*background: #fb1919;*/
		background: #474132;
		font-size: 14px;
	}

	table.brwsr1 .spot td.r1 {
		/*background: #fb1919;*/
		background: #1b1a18;
		font-size: 15px;
		text-align: center;
		font-weight: bold;
		height: 200px;
	}

	table.brwsr1 .uniform td.r2 {
		background: #432add;
		/*background: #fb1919;*/
		font-size: 14px;
	}

	table.brwsr1 .uniform td.r1 {
		background: #2e11db;
		height: 200px;
		text-align: center;
		font-size: 15px;
		font-weight: bold;

	}


	table.brwsr1 .area td.r3 {
		background: #fb1919;
		/*background: #474132;*/
		font-size: 14px;
		text-align: center;
	}

	table.brwsr1 .spot td.r3 {
		background: #474132;
		font-size: 14px;
		text-align: center;
	}

	table.brwsr1 .uniform td.r3 {
		background: #432add;
		/*background: #474132;*/
		font-size: 14px;
		text-align: center;
	}

	table.brwsr1 .area td.r4 {
		background: #fb1919;
		/*background: #432add;*/
		font-size: 11px;

	}

	table.brwsr1 .spot td.r4 {
		background: #432add;
		font-size: 11px;
		height: 130px;
	}

	table.brwsr1 .uniform td.r4 {
		background: #432add;
		height: 130px;
	}

	table.brwsr1 .area td.r5 {
		background: #2fa017;
		font-size: 11px;
		height: 130px;
	}

	table.brwsr1 .spot td.r5 {
		background: #474132;
		font-size: 11px;
	}

	table.brwsr1 .spot td.r4 {
		background: #474132;
		font-size: 11px;
	}

	table.brwsr1 .spot td.r6 {
		background: #474132;
		font-size: 11px;
	}

	table.brwsr1 .uniform td.r5 {
		background: #432add;
		font-size: 11px;
	}

	table.brwsr1 .area td.r6 {
		background: #2fa017;
		font-size: 11px;
	}

	table.brwsr1 .area td.r5 {
		background: #fb1919;
		font-size: 11px;
	}

	table.brwsr1 .area td.r6 {
		background: #fb1919;
		font-size: 11px;
	}

	table.brwsr1 .branch td.r2 {
		background: #000000;
		font-size: 11px;
	}

	table.brwsr1 .uniform td.r6 {
		background: #432add;
	}

	table.brwsr1 .ne td.r1 {
		background: #1e8409;
		height: 200px;
		text-align: center;
		font-size: 15px;
		font-weight: bold;
	}


	table.brwsr1 .ne td.r3 {
		background: #2fa017;
		font-size: 14px;
		text-align: center;
	}

	table.brwsr1 .ne td.r2 {
		background: #2fa017;
		font-size: 14px;
	}

	table.brwsr1 .ne td.r4 {
		background: #2fa017;
	}

	table.brwsr1 .ne td.r5 {
		background: #ffa500;
		font-size: 11px;
	}

	table.brwsr1 .ne td.r6 {
		background: #ffa500;
	}

	table.brwsr1 .south td.r1 {
		background: #ff8c00;
		height: 200px;
		text-align: center;
		font-size: 15px;
		font-weight: bold;

	}

	table.brwsr1 .south td.r2 {
		background: #ffa500;
		font-size: 14px;
	}

	table.brwsr1 .south td.r3 {
		background: #ffa500;
		height: 130px;
		font-size: 14px;
		text-align: center;
	}

	table.brwsr1 .south td.r4 {
		background: #ffa500;
		text-align: center;
		font-size: 14px;
	}

	table.brwsr1 .south td.r5 {
		background: #2fa017;
		font-size: 11px;
	}

	table.brwsr1 .south td.r6 {
		background: #2fa017;
	}




	table.brwsr4 .line01 {
		border-right: 5px solid #fc2222;
		width: 55px;
	}



	.branch th.r1 {
		/*border-top: #393627 1px solid;*/
	}

	.box4-1 img {
		padding-top: 7px;
	}

	.kiji P {
		margin-top: 8px;
		margin-bottom: 20px;
		line-height: 1.8;
		font-size: 15px;
	}

	.uniform P {
		margin-top: 3px;
		margin-bottom: 3px;
	}

	.line02 {
		width: 100px;
		border-right: 1px solid #393627;
	}

	.line03 {
		width: 100px;
		border-right: 5px solid #fc2222;
	}


	.bold {
		font-weight: bold;
	}

	.contents_A {
		margin-bottom: 40px;
	}

	.box4 {
		padding-top: 20px;
		padding-bottom: 10px;
	}

	.site img {
		height: 100px;
		padding-left: 12px;
	}

	.kiji .ast {
		font-size: 12px;
		padding-left: 40px;
		padding-bottom: 30px;
		line-height: 1.3;
	}

	table.brwsr2 .line01 {
		border-right: 5px solid #fc2222;
		width: 55px;
	}

	.banner {
		/*border: 1px solid #8f866e;*/
	}

	.emb {
		padding-top: 20px;
		padding-left: 20px;
		text-align: center;
	}

	.emb img {
		width: 290px;
		height: auto;
	}

	.news {
		padding: 0;
		border: solid 5px #fff;
		clear: both;
		height: 34em;
		/* 高さを制限(※) */
		overflow: scroll;
		/* スクロールバーを表示(※) */
		/*background-color: #f9f7f2;*/
		/* 背景色を追加 */
		overflow-x: hidden;
	}

	.news time {
		margin-right: 10px;
		color: #494530;
		font-weight: normal;
		font-size: 14px;
		width: 100px;
	}

	.news .text {
		float: none;
		width: auto;
		margin-left: 60px;
		font-size: 14px;
		color: #343025;
	}

	.line02 {
		width: 100px;
		border-right: 1px solid #393627;
	}

	#album1 {
		text-align: center;
	}
	div.controls {
		font-size: 13px;
	}
	div.scroller {
		width: 662px;
		height: 400px;
		margin: 0 auto;
		overflow: hidden;
	}
	div.scroller div.section {
		width: 642px;
		height: 400px;
		overflow: hidden;
		float: left;
		padding: 10px;
	}
	div.scroller div.content {
		width: 10000px;
	}

	.banner {
		/*margin-bottom: 35px;*/
		padding-bottom: 15px;
	}

	.right {
		margin: 20px;
	}

	.box_s {
		padding-top: 0;

	}

	.box_s h1 {
		/*background-color: #ee0101;*/
		background:linear-gradient(0deg,#1C241C 0%,#1F1B18 47%,#ee0101 47%,#ee0101 100%);
		font-size: 11px;
		font-weight: normal;
		color: #FFF;
		text-align: right;
		margin-top: 0;
		padding: 2px;
	}

	body,
	html {
		min-width: 1200px;
	}


	.wrap {
		width: 400px;
		/*background: #000;*/
		margin: 20px auto;
		padding: 10px;
	}
	.wrap p {
		height: 320px;
	}
	.wrap ul {
		display: block;
		overflow: hidden;
		margin-top: 10px;
		margin-right: -10px;
		clear: both;
	}
	.wrap li {
		display: blocks; float: left;
		/*background: #000;*/
		margin-right: 10px;
	}
	.wrap li img {
		cursor: pointer;
	}

	.pic img {
		width: 400px;
		height: 300px;
	}
	
	.pic02 img {
		width: 72px;
		height: 62px;

	}
	
	.picture img {
		width: 250px;
		height: 300px;
	}	
	
	.pic023 img {
		width: 52px;
		height: 62px;

	}

	.accbox label {
		display: block;
		margin: 1.5px 0;
		padding: 11px 12px;
		color: #312f13;
		font-weight: normal;
		/*background: #f9f7f2;*/
		cursor: pointer;
		font-size: 13px;
		transition: all 0.5s;
	}

	.accbox .accshow p {
		margin: 10px 10px;
		font-size: 12px;
		color: #312f13;
		background-color: #e8efc5;
		line-height: 1.5;

	}

	.cssacc:checked + label + .accshow {
		height: auto;
		padding: 5px;
		background: #e8efc5;
		opacity: 1;
	}

	.contents_B {
		padding-top: 4px;
		height: 650px;
	}

	.space {
		margin-right: 1em;
	}

	.pc {
		display: block;
	}

	.sp {
		display: none;
	}

	.site h1 {
		margin: 0;
		font-size: 30px;
	}

	.slicknav_menu {
		display: none;
	}

	.pc {
		display: block;
	}
	.sp {
		display: none;
	}

	.iconNew {
		width: 3em;
		text-align: center;

		color: #ff1818;
		font-weight: bold;

		margin: 0 25px 25px 10px;
		letter-spacing: 2px;
		padding-left: 4px;
		border-radius: 1px;
		font-size: 14px;
	}

	.ak_f {
		color: #b5aa8f;
	}

	.slider {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		white-space: nowrap;
	}
	.slider > div {
		margin: 0 3px;
		display: inline-block;
		width: 32%;
	}



}
