@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:#488422;
}
a:hover {
	color:#000;
}

* {
	font-size:1.09rem;
}



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


	/*ここで背景のベースカラーを指定する*/
	background-color: #42a518;
	 
	/*ここでCSS3のグラデーションをつかってストライプのパターン・色を指定する
	（※色を変える場合は#fffffffの部分を変更）*/
	background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #308408), color-stop(.5, transparent), to(transparent));
	background-image: gradient(linear, 0 0, 100% 0, color-stop(.5, #308408), color-stop(.5, transparent), to(transparent));
	 
	/*ここでパターンの大きさを指定する
	（※ストライプの太さ）*/
	-webkit-background-size: 300px;
	background-size: 300px;
}

div#container {
	box-sizing: border-box;
	width:980px;
	margin:0 auto 30px;
	padding:20px;
}
@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;
}

.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;
}
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;
}

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

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


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

body#top ul.tab li {
	float:left;
	margin-right:5px;
}
body#top ul.tab li a {
	display:block;
	background:#fff;
	padding:5px 100px;
	background:rgba(0, 0, 0, 0.8);
	color:#fff;
}
body#top ul.tab li a.selected {
	background:rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-bottom:none;
}

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(0, 0, 0, 0.5);
	border-top:none;
}
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.4);
	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 img {
	width:60px;
	float:left;
	margin-right:10px;
	vertical-align:bottom;
}

ul.team li a:hover {
	background:#FFF;
	opacity:0.5;
	color:#060;
	border:5px solid rgba(0, 50, 0, 0.4);
	font-weight:bold;
}
ul.team li a:hover span {
	color:#060;
	font-weight:bold;
}

ul.team li a span {
	font-size:13px;
}


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#stadium div.stadium_info {
	margin-bottom: 60px;
}
body#stadium div#map_canvas {
	width:100%;
	height:400px;
}
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(41, 99, 25, 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: 3rem;
}

body#stadium h2 span {
	font-size: 2rem;
}

.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.hotelName {
	position: relative;
	margin-bottom: 10px;
	padding: 15px 0 5px;
}
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: #42a518;
}
body#stadium .sec-store dl dd.hotelName a {
	font-size: 1.8rem;
	color:#488422;
}

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

body#stadium .sec-store dl dd.btnDetail {
	margin-top: 20px;
	padding-bottom:15px;
}
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.btnDetail a {
	display:block;
	background:#09F;
	width:100%;
	padding:10px 0;
	text-align:center;
	color:#fff;
	font-size:1.17em;
	transition: .3s;
}
body#stadium .sec-store dl dd.btnDetail a:hover {
	background:#06d;
}

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: 100%;
}
body#stadium .sec-store dl.yahoo dd,
body#stadium .sec-store dl.yahoo iframe {
	width: 100%;
}






/*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;
	}

}
