@charset "UTF-8";
/* CSS Document */
/*
	font-size:
	10px 0.84em｜11px 0.92em｜12px 1.00em｜13px 1.09em｜14px 1.17em｜15px 1.25em｜16px 1.34em｜
	17px 1.42em｜18px 1.50em｜19px 1.59em｜20px 1.67em｜21px 1.75em｜22px 1.84em｜23px 1.92em｜
	24px 2.00em｜25px 2.09em｜26px 2.17em｜
*/

* {
	color:#FFF;
}
a {
	color:#666;
}
a:hover {
	color:#000;
}

* {
	font-size:1.17rem;
}

/*フルスクリーン背景画像*/
img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  /* Set up positioning */
  position: fixed;
  /* またはabsolute; */
  top: 0;
  left: 0;
	z-index:2;
}
@media screen and (max-width: 1024px){
  img.bg {
  left: 50%;
  margin-left: -512px; }
}



body {
	background-image: url(../images/bg.jpg);
	background-position: 50% 50%;
	background-repeat: repeat;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;


}

div#container {
	box-sizing: border-box;
	width:1080px;
	margin:0 auto 30px;
	padding: 20px 40px;
	overflow:hidden;
	position:relative;
	z-index:10;
	background:rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 767px) {
	div#container {
		width: 100%;
	}
}

p.logo {
	margin-bottom: 80px;
	text-align: center;
}

p.logo a {
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
}

.sec-store,
.sec-stadium {
	margin-bottom:40px;
	clear:both;
}

.sec-store + .sec-store {
	margin-top: 60px;
}

footer {
padding-top:20px;
}
div#footerInner {
	width:980px;
	margin:0 auto;
}

p.pagetop {
	position:fixed;
	bottom:40px;
	right:0;
	display:none;
	z-index:10;
}
p.pagetop a {
	background:#fff;
	border-radius: 50px;
	padding:38px 30px;
}
p.pagetop i {
	color:#000;
}

nav.gNav {
	text-align:center;
}
nav.gNav ul li a {
	background:#FFF;
	display:block;
	float:left;
	padding:7px 15px;
	margin-right:20px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.sec-stadium .division {
	display: inline-block;
	margin: 20px 0 10px;
	padding: 5px 20px;
	background-color: rgba(255, 255, 255, 0.7);
	font-size: 1.4rem;
	color: #000;
}

ul.stadiumList {
	display: flex;
	flex-wrap: wrap;
}

ul.stadiumList li {
	margin: 0 40px 10px 0;
}

ul.stadiumList li a {
	color: #fff;
	text-decoration: underline;
	font-size: 2rem;
}

ul.stadiumList li a:hover {
	opacity: 0.6;
}

.m-hdg {
	font-size:1.50em;
	background:rgba(0, 0, 0, 0.5);
	text-align:center;
	padding:5px;
	margin-bottom:5px;
}


/*トップページ*/
p.description {
	text-align:center;
	margin-bottom:30px;
	font-size:1.6rem;
}

body#top ul.tab li {
	float:left; 
	width:50%;
}
body#top ul.tab li a {
	display:block;
	padding:5px 220px;
	background:#000;
	color:#fff;
	font-size:1.6em;
}
body#top ul.tab li a.selected {
	background:rgba(255, 255, 255, 1);
	border: 3px solid rgba(255, 255, 255, 1);
	border-bottom:none;
	color:#333;
}

body#top div.schedule {
	float:none;
	width:100%;
	margin-bottom:30px;
}
body#top table.schedule {
	width:100%;
}
body#top table tr.header th {
	background:rgba(255, 255, 255, 1);
	border-top:none;
	color:#333;
}
body#top table th.sec {
	background:rgba(255, 255, 255, 0.2);
}
body#top table.schedule th,
body#top table.schedule td {
	border: 1px solid rgba(255, 255, 255, 0.8);
	padding:5px;
	text-align:center;
	font-weight:normal;
}
body#top table.schedule td a {
	color:#fff;
	text-decoration:underline;
}


body#top h2{
	font-size:3em;
	text-align:center;
}

ul.team {
	margin-left:-50px;
}

ul.team li {
	width:290px;
	float:left;
	margin:0 0 10px 50px;
	overflow:hidden;
}

ul.team li a {
	display:block;
	width:270px;
	border:5px solid rgba(255, 255, 255, 0.4);
	padding:5px;
	color:#FFF;
	overflow:hidden;
	font-size:18px;
	line-height:1.2;
}

ul.team li a:hover {
	background:#FFF;
	opacity:1;
	color:#333;
	border:5px solid #FFF;
	font-size:18px;
}
ul.team li a:hover span {
	color:#333;
}

ul.team li a span {
}
ul.team li a img {
	width:60px;
	float:left;
	margin-right:10px;
	vertical-align:bottom;
}


p.section,
ul.info {
	border:5px solid rgba(255, 255, 255, 0.4);
	padding:10px 20px;
}
ul.info {
	border-top:none;
	margin-bottom:20px;
}
ul.info li {
	float:left;
	margin-right:30px;
}


/*ツイッターページ*/
body#twitterPage div#content div.home,
body#twitterPage div#content div.away {
	float:left;
	width:360px;
}

body#twitterPage div#content div.vs {
	font-size:130px;
	width:234px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:200px;
	text-align:center;
}

body#twitterPage h2 {
	font-size:30px;
}

body#twitterPage div#content ul.info li a {
	color:#fff;
	text-decoration:underline;
}


/*日程ページ*/
body#schedule p.section {
	margin-bottom:20px;
}
body#schedule h1 {
	font-size:3em;
	text-align:center;
}
table.ichiran {
	width:100%;
	margin-bottom:20px;
}
table.ichiran th,
table.ichiran td {
	border: 1px solid rgba(255, 255, 255, 0.4);
	padding:10px 20px;
	text-align:center;
}
table.ichiran th {
	background: rgba(0, 0, 0, 1);
	color: #FFF;
	font-size:15px;
}
table.ichiran td.date {
	background:rgba(0, 0, 0, 0.4);
	border-top:none;
	border-bottom:none;
}
table.ichiran td a {
	color:#fff;
	text-decoration:underline;
}


/*スタジアム情報*/
body#stadium div.stadium_info {
	margin-bottom: 60px;
}
body#stadium div#map_canvas {
	width:100%;
	height:400px;
	margin-bottom:30px;
}

body#stadium div.stadium_info .spec {
	width: 100%;
	margin-top: 30px;
}

body#stadium div.stadium_info .spec th,
body#stadium div.stadium_info .spec td {
	width: 33%;
	padding: 10px;
	font-size: 1.4rem;
}

body#stadium div.stadium_info .spec th {
	background-color: rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-top: none;
	color: #fff;
	text-align: center;
}

body#stadium div.stadium_info .spec td {
	background: rgba(40, 40, 30, 0.4);
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-top: 0;
	text-align: left;
}

body#stadium h1,
body#stadium h2 {
	font-size:30px;
}

.sec-store+.sec-store {
	margin-top: 100px;
}

body#stadium .sec-store .sec-store__flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
body#stadium .sec-store dl {
	box-sizing: border-box;
	width: 48%;
	margin-top: 4em;
	padding: 15px;
	background: #fff;
}
body#stadium .sec-store dl dt {
	overflow: hidden;
}

body#stadium .sec-store dl dt a {
	display: block;
	width: 100%;
	overflow: hidden;
	transition-duration: 0.5s;
}

body#stadium .sec-store dl dt a:hover {
	transform: scale(1.1);
	transition-duration: 0.5s;
	overflow: hidden;
}

body#stadium .sec-store dl dt img {
	width: 100%;
	height: 25vw;
	object-fit: cover;
	object-position: 50% 50%;
}
@media only screen and (max-width: 767px) {
	body#stadium .sec-store dl {
		width: 100%;
	}
	body#stadium .sec-store dl dt img {
		height: auto;
	}
}

body#stadium .sec-store dl dd {
	padding: 10px 0;
	font-size: 1.4rem;
	color:#666;
}
body#stadium .sec-store dl dd a {
	color: #666;
}

body#stadium .sec-store dl dd.hotelName {
	position: relative;
	margin-bottom: 10px;
	padding: 15px 0 5px;
}

body#stadium .sec-store dl dd.hotelName a {
	font-size: 1.42em;
	color: #d60;
}

body#stadium .sec-store dl dd.hotelName::before,
body#stadium .sec-store dl dd.hotelName::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
}

body#stadium .sec-store dl dd.hotelName::before {
	width: 100%;
	height: 4px;
	background-color: #ccc;
}

body#stadium .sec-store dl dd.hotelName::after {
	width: 20%;
	height: 4px;
	background-color: #d60;
}

body#stadium .sec-store dl dd.price {
	font-size: 2.4rem;
}

body#stadium .sec-store dl dd.btnDetail {
	padding-bottom:15px;
}
body#stadium .sec-store dl dd.btnDetail a {
	display:block;
	background:#F60;
	width:100%;
	padding:10px 0;
	text-align:center;
	color:#fff;
	font-size:1.17em;
}
body#stadium .sec-store dl dd.btnDetail a:hover {
	background:#d60;
}

body#stadium .sec-store dl dd span {
	display: inline-block;
	width: 70px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #666;
}

body#stadium .sec-store dl dd+dd {
	border-top: 1px dashed #ccc;
}

body#stadium .sec-store dl .address,
body#stadium .sec-store dl .btnDetail {
	border: 0;
}

body#stadium .sec-store dl dd.coupon a {
	background:#F00;
	width:85%;
	padding:10px;
	display:block;
	border-radius:6px;
	text-align:center;
	color:#fff;
}
body#stadium .sec-store dl dd.coupon a span {
}


body#stadium .sec-store p {
	margin-left:50px;
}
body#stadium .sec-store dl.yahoo dt {
	color:#F60;
	font-size:2em;
	height:auto;
	width:300px;
}
body#stadium .sec-store dl.yahoo dd {
	width:300px;
	padding:15px;
}
body#stadium .sec-store dl.yahoo {
}

.stadium ul.stadiumList li a {
	font-size:2em;
}




/*DB登録*/
body.regist ul li a {
	background:#fff;
	padding:5px 30px;
	margin-bottom:20px;
	display:block;
	width:200px;
}
body.regist ul li a:hover {
	background:rgba(255,255,255,0.5)
}




p.playoff a:hover {
	opacity:0.6;
}



/*これよりスマホ*/
@media only screen and (max-width: 767px) {

	div#container,
	div#footerInner {
		width: 100%;
		padding: 20px;
		margin: 0 auto 20px;
	}

	div#container p.logo img {
		width: 100%;
		height: auto;
	}

	p.discription {
		border: none;
	}

	body#top ul.tab li a {
		padding: 5px 15px;
	}

	ul.team {
		margin: 0;
	}

	ul.team li {
		float: none;
		margin: 0 0 20px 0;
	}

	nav.gNav {
		margin-bottom: 10px;
	}

	nav.gNav ul li {
		float: left;
		margin: 0 5px 0 0;
	}

	nav.gNav ul li a,
	nav.gNav ul li.division01 a,
	nav.gNav ul li.division02 a,
	nav.gNav ul li.division03 a,
	nav.gNav ul li.nabisco a {
		display: block;
		width: auto;
		position: inherit;
	}

}