@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	width:100%;
	margin:0 auto;
	font-size:14px;
	color:#382400;
	background-color: #b0e0e6;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
}

header {
	width:960px;
	margin:10px auto;
	background-color: #4169e1;
}

nav {
	width:100%;
}

#contents {
	width:960px;
	margin:10px auto;
}

#main {
	float:right;
	/* width:65.625%; */
	width:78%;
}

#sub {
	float:left;
	/* width:31.25%; */
	width:20%;
}

#subnav {
	display:none;
}

a {
	color:#000;
}
a:hover {
	color:#6495ed;
}

h1 {
	color:#f19500;;
	font-size:28px;
	line-height:1.2;
}
h1 a {
	color:#000;
	text-decoration:none;
}
h1 a:hover {
	color:#4169e1;
	text-decoration:underline;
}

h2 {
	margin-bottom:0.5em;
	padding-left:10px;
	font-size:18px;
	color:#000;
	border-left:5px solid #4169e1;
	background: #87ceeb;
}

h3 {
	margin-bottom:0.5em;
	padding:2px 5px;
	color:#4169e1;
	font-size:16px;
	border-bottom:1px solid #4169e1;
}

h4 {
	margin-bottom:0.25em;
	font-size:16px;
	color:#333;
}
h4:before {
	content:"\025cf";
	color:#f19500;
}

h5 {
	margin-bottom:0.25em;
	padding:2px;
	color:#000;
	font-size:16px;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	background:#b0c4de;
}

h6 {
	margin-bottom:0.25em;
	color:#382400;
	font-size:14px;
	font-weight:bold;
}

p {
	margin:0 0 1em 0;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#f19500;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dt:before {
	content:"\002022";
}
dd {
	margin-bottom:1em;
}

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
}

th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#f5f5f5;
}
td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	position:relative;
}
header h1 {
	margin-bottom:20px;
}

.contact {
	position:absolute;
	top:0;
	right:0;
	vertical-align:top;
}
.contact a {
	display:block;
	padding:5px 10px 5px 29px;
	color:#fff;
	background:#f19500;
	border-radius:4px;
	text-decoration:none;
	background:#f19500 url(../images/mail.png) 10px 50% no-repeat;
}
.contact a:hover {
	color:#fff;
	background:#e78f00 url(../images/mail.png) 10px 50% no-repeat;
}

.summary {
	clear:both;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	margin-bottom:10px;
	padding:0;
	background:#f7f5f1;
	overflow:hidden;
}
nav ul {
	width:960px;
	margin:0 auto;
	padding:0;
}
nav li {
	float:left;
	list-style:none;
	width:16.666%;
	margin:0;
	padding:0;
}
nav li a {
	display:block;
	padding:10px 0;
	color:#000;
	text-align:center;
	text-decoration:none;
}
nav li a:hover {
	color:#000;
	text-decoration:none;
	background:#ddd;
}

/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu li a:before {
	content:"\0025a0";
	color:#000;
}


.submenu li a {
	display:block;
	padding:5px 2px;
	color:#000;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
.submenu li a:hover {
	background:#eee;
}

.bnr {
	overflow:hidden;
}

.bnr ul {
	overflow:hidden;
}

.bnr li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
}

.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px;
	font-size:12px;
	text-align:center;
}

.copyright {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#4169e1;
}
.totop img:hover {
	background:#4682b4;
}

/*================================================
 *  クラス
 ================================================*/
.textL {
	text-align:left;
}

.textR {
	text-align:right;
}

.list {
	padding:0 0 0 0.5em;
}

.list li {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:url(../images/check.png) 0 5px no-repeat;
}

.photo {
	overflow:hidden;
	margin:20px 0;
	padding:10px;
	border:5px solid #ddd;
	background:#fff;
}

.imgL {
	float:left;
	margin:0 0.5em 0.5em 0;
}

.imgR {
	float:right;
	margin:0 0 0.5em 0.5em;
}

.info dt {
	border-bottom:none;
}
.info dd {
	padding-bottom:1em;
	border-bottom:1px solid #ddd;
}

.resizeimage img {
	width: 50%;
}

.resizeimageMark img {
	width: 20%;
}
.continue a {
	background-color: #87ceeb;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.23);
	color: #808080;
}

span.text-icon2 {
  display: inline-block;
  background: #446689;
  padding: 1px 5px;
  margin-left: 5px;       /* 先行する文字列との間隔 */
  vertical-align: middle; /* 先行する文字列と上下中央揃え */
  font-size: 0.6em;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;     /* アイコンの角を丸める */
}

span.text-icon {
  display: inline-block;
  background: #df002c;
  padding: 1px 5px;
  margin-left: 5px;       /* 先行する文字列との間隔 */
  vertical-align: middle; /* 先行する文字列と上下中央揃え */
  font-size: 0.6em;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;     /* アイコンの角を丸める */
}

.fl_inst2{/*ボタンの下地*/
  color: #FFF;/*文字・アイコン色*/
  border-radius: 7px;/*角丸に*/
  position: relative;
  display: inline-block;
  height: 50px;/*高さ*/
  width: 190px;/*幅*/
  text-align: center;/*中身を中央寄せ*/
  font-size: 25px;/*文字のサイズ*/
  line-height: 50px;/*高さと合わせる*/
  vertical-align: middle;/*垂直中央寄せ*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  text-decoration:none;/*下線は消す*/
}

.fl_inst2:before{/*グラデーション②*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;/*全体を覆う*/
  height: 100%;/*全体を覆う*/
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.fl_inst2 .fa-instagram{/*アイコン*/
  font-size: 35px;/*アイコンサイズ*/
  position: relative;
  top: 4px;/*アイコン位置の微調整*/
}

.fl_inst2 span {/*テキスト*/
  display:inline-block;
  position: relative;
  transition: .5s}

.fl_inst2:hover span{/*ホバーで一周回転*/
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
}

.square_btn {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 2px #d27d00;/*線色*/
}

.square_btn:active {/*押したとき*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.schedule_target {
/* position: relative; */
    display: inline-block;
    color: white;
    padding:0.1em 0.5em;
    background-color: #446689;
    border-radius:1.5em;
}
/* 一旦行頭のサークルは表示しない
.schedule_target:after {
    position: absolute;
    top: 50%;
    left:1em;
    transform:translateY(-50%);
    content: '';
    width: 13px;
    height:13px;
    background-color: white;
    border-radius:100%;
}
*/

.score_area_table {
    border: none; 
    margin-bottom: 0em;
}

.score_area_tr {
    border: none; 
}

.score_area_td {
    border: none; 
    padding: 3px; 
    font-size: large;
}

.score_area_td.point {
    width: 30%; 
    font-weight: bold; 
    text-align: right;
}

.score_board_title {
    padding: 3px; 
    background-color: #e3e5e8; 
    font-weight: bold;
}

.score_board_data {
    padding: 3px; 
    background-color: #b9d0fa; 
}

/* ピンアイコン(場所表示用) */
.pin.icon {
  color: #000;
  position: absolute;
  margin-left: 4px;
  margin-top: 2px;
  width: 12px;
  height: 12px;
  border: solid 1px currentColor;
  border-radius: 7px 7px 7px 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.pin.icon:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  width: 4px;
  height: 4px;
  border: solid 1px currentColor;
  border-radius: 3px;
}

/* h2行中のアイコン */
h2 > img {
  padding-bottom: 5px; 
  padding-right: 5px;
}

/* アイコンが重ならないようにする */
#the-content div.icon {
  display: inline-block;
  position: relative;
}

/* タイトル行の画像 */
.titleImg {
  width: 24px;
  height: 24px;
}

/* リンクエリア */
div.linkArea ul li {
  list-style: none;
  height: 60px;
}

div.linkArea span.title {
  float: left;
  margin-left: 10px;
}

div.linkArea span.description {
  display: block;
  margin-left: 150px;
}

/* スコアボードエリア */
div.scoreboardArea ul {
  display: table;
  width: 100%;
  margin: 0 0 0 0;
}

div.scoreboardArea li {
  display: table-cell;
}

div.scoreboardArea li.matchInfoCol {
  padding: 6px; 
  width: 40%;
  height: 30px;
  background-color: #e3e5e8; 
  font-weight: bold;
  vertical-align: top;
}

div.scoreboardArea li.upper {
  vertical-align: bottom;
}

div.scoreboardArea li.lower {
  border-bottom: 1px solid #b7b7b7;
}

div.scoreboardArea li.teamNameCol {
  padding: 6px; 
  width: auto;
  height: 30px;
  font-size: large;
  background-color: #b9d0fa; 
}

div.scoreboardArea li.pointCol {
  padding: 6px; 
  width: 15%;
  height: 30px;
  font-size: large;
  font-weight: bold;
  text-align: right;
  background-color: #b9d0fa; 
}

/* 最新のお知らせエリア */
div.newestInfoArea ul {
  display: table;
  width: 100%;
  margin: 0 0 0 0;
}

div.newestInfoArea li {
  display: table-cell;
}

div.newestInfoArea li.datetime {
  background-color: #82caff; 
  padding-left: 10px;
  width: 30%;
}

div.newestInfoArea li.title {
  font-size: large; 
  text-align: left;
  padding-left: 10px;
  background-color: #b3ddfc;
  width: 68%;
}

/* 重要なお知らせエリア */
div.importantArea > h2 {
  background-color: #ffc9c9;
}

div.importantArea ul {
  display: table;
  width: 100%;
  margin: 0 0 0 0;
}

div.importantArea li {
  display: table-cell;
}

div.importantArea li.title {
  font-size: large; 
  text-align: left;
  padding-left: 10px;
  background-color: #ccccff;
}

/* 次の試合エリア */
div.nextMatchArea {
  border-radius: 8px;
  background-color: #7a7aff;
  color: #f5fffe;
}

div.nextMatchArea a {
  color: #f5fffe;
}

div.nextMatchArea ul {
  display: table;
  width: 100%;
  margin: 0 0 0 0;
}

div.nextMatchArea li {
  display: table-cell;
  padding: 6px;
}

/* スケジュールエリア */
div.scheduleArea ul {
  display: table;
  width: 100%;
  margin: 0 0 0 0;
}

div.scheduleArea li {
  display: table-cell;
}

div.scheduleArea li.target {
  width: 20%;
}

div.scheduleArea li.item {
  font-size: small;
  padding: 6px;
}

div.schedule_day {
  padding: 4px;
  border-radius: 8px;
  background-color: #ccccff;
  border: 1px solid #ccc;
  font-size: small;
}

div.schedule_day_item {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #aaaaee;
  padding-top: 8px;
  padding-bottom: 8px;
  display: table;
  width: 100%
}

div.schedule_day_item img {
  display: table-cell;
  padding-left: 10px;
}

div.schedule_day_item span {
  font-size: large; 
  text-align: right; 
  display: table-cell; 
  vertical-align: top;
  padding-right: 10px;
}

/*================================================
 *  トップページ
 ================================================*/
/* スライドショー */
.slide {
	display:none;
	position:relative;
	overflow:hidden;
}

.slidePrev {
	position:absolute;
	cursor:pointer;
	z-index:100;
}

.slideNext {
	position:absolute;
	cursor:pointer;
	z-index:100;
}

.slidePrev img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideNext img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideInner {
	position:relative;
	margin:0 0 5px 0;
	padding:0;
}
.slideInner li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	height: 100px; /* add */
/*	width: 200px;  */ /* add */
}
.slideInner li img {
	margin:0 5px;
	padding:0;
	height: 100px; /* add */
	width: auto !important;  /* add */ 
}

.filterPrev {
	position:absolute;
	left:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.filterNext {
	position:absolute;
	right:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.controlNav {
	position:relative;
	float:left;
	left:50%;
}
.controlNav span {
	position:relative;
	left:-50%;
	float:left;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:10px;
	height:10px;
	overflow:hidden;
	background:#ccc;
	text-indent:-9999px;
	vertical-align:middle;
}
.controlNav span:hover {
	background:#999;
	cursor:pointer;
}
.controlNav span.current {
	background:#4169e1;
}

/* swiper */
.swiper-parent{
	position: relative;
	margin-bottom: 30px;
}

.swiper-container {
    width: 100%;
    margin: 40px 0;
    padding: 45px 0;
}

.swiper-slide {
	opacity: 0.4;
    overflow: hidden;
    transition: .7s;
	text-align: center;
}

.swiper-slide img {
    height: 150px; 
	width: auto; 
	border-radius: 10px;
}

.swiper-slide-active {
    opacity: 1;
    z-index: 1;
    transform: scale(1.5); /* スライドの大きさ調整 */
}

.swiper-horizontal > .swiper-pagination-bullets,  
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -25px;  /* ページネーションを画像の下に出す設定 */
}
  
/* トップナビ */
* html .topNavi {
	height:1em;
	overflow:visible;
}

.topNavi {
	overflow:hidden;
	position:relative;
	margin-right:-1.030%;
	margin-top:20px;
	margin-bottom:20px;
}

.topNaviColumn {
	display:inline;
	width:32.302%;
	float:left;
	margin-right:1.030%;
}

.topNaviCon {
	position:relative;
	display:block;
	box-sizing:border-box;
	overflow:hidden;
	padding:10px;
	text-decoration:none;
	color:#000;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
	background:#f1f1f1;
	border:1px solid #f1f1f1;
	border-radius:4px;
}
.topNaviCon:hover {
	color:#000;
	background:#fff9f5 none repeat scroll 0 0;
	border:1px solid #f19500;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
}
.topNaviCon h2 {
	margin:10px;
	padding:0;
	font-size:14px;
	font-weight:bold;
	color:#f19500;
	border:none;
}
.topNaviCon:hover h2 {
	color:#f19500;
}
.topNaviCon p {
	margin:10px;
}

.topNaviPhoto img {
	width:100%;
}

#elapsed {
  font-size: small;
}

/*================================================
 *  認証ページ
 ================================================*/
div.errorMessage {
  font-weight: bold; 
  color: red; 
  text-align: center;
}

#contents input[name='password'] {
  font-size: 16px;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	body {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}

	header {
		width:100%;
	}

	nav ul {
		width:100%;
	}

	#contents {
		width:100%;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	.contact {
		position:relative;
		float:right;
		margin:10px 0;
	}

	header h1 {
		margin-bottom:0;
	}

	#main {
		float:none;
		width:100%;
	}

	#sub {
		float:none;
		width:100%;
	}

	.bnr ul {
		overflow:hidden;
		margin-right:-2%;
	}

	.bnr li {
		float:left;
		width:48%;
		margin:0 2% 2% 0;
	}

	/* メインメニュー */
	nav {
		display:block;
		position:relative;
		width:100%;
	}
	nav h3 {
		cursor:pointer;
		margin-bottom:0;
		color:#696969;
		background:#b0c4de;
		border:none;
	}
	nav h3:after {
		position:absolute;
		content:"\0025bc";
		top:3px;
		right:5px;
	}
	nav h3.menuOpen:after {
		position:absolute;
		content:"\0025b2";
		top:3px;
		right:5px;
	}
	nav ul {
		width:100%;
	}

	nav li {
		width:33.33%;
		margin:0;
		padding:0;
		list-style:none;
	}
	nav li:first-child a {
		width:100%;
	}

	nav li a {
		display:block;
		width:100%;
		border-bottom:1px dotted #ddd;
		text-decoration:none;
	}

	/* トップナビ */
	.topNavi {
		margin-right:0;
	}

	.topNaviColumn {
		display:block;
		box-sizing:border-box;
		width:100%;
		float:none;
		margin-right:0;
		margin-bottom:10px;
	}

	/* 最新のお知らせを1列表示 */
	div.newestInfoArea li {
		display: block;
		margin-left: 0;
		padding-left: 0px;
	}

	div.newestInfoArea li.datetime {
		width: 98%;
	}

	div.newestInfoArea li.title {
		width: 98%;
	}
}
