@charset "utf-8";
/* ============================================================================
==ベース CSS
============================================================================= */

/* ==#mainContents
***************************************************************************** */
/* #mainContents */
#mainContents {
  border-top: 4px solid #005130;
}
#mainVisual {
  width: 100%;
  margin: 0 auto;
}
#mainVisual img {
  width: 100%;
  height: auto;
}
#mainVisual .carousel {
  position: relative;
}
#mainVisual .owl-theme .owl-controls {
  position: absolute;
  right: 4px;
  bottom: 0px;
  margin: 0;
  text-align: right;
}
#mainVisual .owl-theme .owl-controls .owl-page span {
  width: 10px;
  height: 10px;
  margin: 0;
  filter: Alpha(Opacity=100);
  opacity: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: url(/sp/fjstadium/images/carousel_pagination_off.png) no-repeat left top;
  background-size:10px;
}
#mainVisual .owl-theme .owl-controls .owl-page.active span {
  width: 10px;
  height: 10px;
  margin: 0;
  filter: Alpha(Opacity=100);
  opacity: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: url(/sp/fjstadium/images/carousel_pagination_active.png) no-repeat left top;
  background-size:10px;

}

#hotelArea dl dt {
width: 100%;
text-align: left;
background: #7abbfd url(/sp/fjstadium/common/images/h2_bg.png) no-repeat right center;
background-size: 320px 44px;
}

div#hotelArea {
  margin-bottom: 25px;
}
div#hotelArea h2 img {
  width: 320px;
}
div#hotelArea dl dt {
  width: 100%;
  text-align: left;
}
div#hotelArea dl dd li {
  display: block;
  width: 50%;
  height: 44px;
  float: left;
  line-height: 44px;
  border-right: 1px solid #005130;
  border-bottom: 1px solid #005130;
}
div#hotelArea dl dd li:nth-child(even) {
  border-right: none;
}
div#hotelArea dl dd li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 5px;
}
div#hotelArea dl dd li a span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/sp/fjstadium/common/images/linkmark_right.png) no-repeat right center;
  background-size: 18px 18px;
  color: #005130;
  font-weight: bold;
}

/* .global
-------------------------------------*/
.global .stadium{
	background:#136448;
	height:46px;
	padding-top:8px;
	font-size:24px;
	text-align:center;
	color:#fff;
}

/* section
-------------------------------------*/
section{
	margin-bottom:16px;
}

section.stadium{
	margin-bottom:0;
}

section .index_h2_ttl{
	box-sizing:border-box;
	width:100%;
	height:90px;
	background:url(/sp/fjstadium/images/hedding_bg_01.jpg) repeat-y 0 0;
	background-size:100% 100%;
	color:#fff;
	font-size:24px;
	font-weight:normal;
	text-align:center;
}

section .ticketLink li{
	margin-top:-1px;
}

section .ticketLink img{
	width:100%;
}

section .smlTxt_01{
	display:block;
	font-size:15px;
	line-height:1.1;
	margin-top:-2px;
}

section .areaBtn li{
	width:50%;
	float:left;
}

section .areaBtn img{
	width:100%;
}

section .linksBtn li{
	width:100%;
}

section .linksBtn li img{
	width:100%;
}

section .index_h2_ttl.Links{
	height:65px;
	padding-top:30px;
}

section .copyright_band{
	box-sizing:border-box;
	background:#fff;
	height:18px;
}

section .copyright_band p{
	font-size:8px;
	color:#0a6949;
	text-align:right;
	margin-right:8px;
	padding-top:2px;
}

/* .instaGram
-------------------------------------*/
.instaGram{
	margin-top:45px;
}

.instaGram h2{
	color:#00502f;
	font-size:24px;
	font-weight:normal;
	text-align:center;
	margin-bottom:16px;
}

.instaGram h2 .smlTxt_02{
	color:#00502f;
	font-size:24px;
	font-weight:normal;
}

.instaGram .instaGramList{
	padding:0 1.5625% 50px;
	margin:0 0 -3% -1.5625%;
}

.instaGram .instaGramList li{
	margin:0 0 3% 1.5625%;
}

iframe{
	display:block;
	max-width:31.5%;
	margin-left:auto;
	margin-right:auto;
}

/* common
-------------------------------------*/
.pt50{
	padding-top:50px;
}

.pt16{
	padding-top:16px;
}