@charset "UTF-8";
#top h2, #top h3 {
	font-family: "Ubuntu Condensed", sans-serif;
}

/*===============================
sp
===============================*/
@media only screen and (max-width: 736px) {
.container img {
	width: 100%;
}
section a.btn {
	display: block;
	width: 50%;
	margin: 0 auto 0.5em;
	padding: 1em 0;
	box-sizing: border-box;
	font-size: 1.2em;
	text-align: center;
	color: #00a040;
	border: 1px solid #00a040;
	font-family: "Ubuntu Condensed", sans-serif;
}
section a.btn:hover {
	background-color: #00a040;
	color: #fff;
}
#top h2 {
	font-family: "Ubuntu Condensed", sans-serif;
	font-size: 1.5em;
	line-height: 1em;
	color: #00a040;
}
#top .content01 {
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	background-color: #fff;
	margin-bottom: 5%;
}
.slick-slider {
	margin-bottom: 50px;
}
.slick-dots {
	bottom: -30px!important;
}
.slick-dots li button {
	color: #00a040!important;
}
.slick-dots li button:before {
	font-size: 15px;
	color: #00a040!important;
}
	
/* announcebox
-----------------------------------------------------*/
#top .announcebox { width: 94%; margin:0 auto 5%; padding: 5%; border: 2px #ff0000 solid; box-sizing: border-box; text-align: left;}	
#top .announcebox p.ttl_announce{ font-size: 16px; color:#ff0000; font-weight: bold; margin-bottom: 10px;}
#top .announcebox p.ttl_announce.mb00{ margin-bottom: 0;}
#top .announcebox p.ttl_announce a{ color:#ff0000;}
#top .announcebox p.ttl_announce a::before{ content: "\003e\003e"; margin-right:5px;}
#top .announcebox p.lead_announce{ font-size: 14px; color:#ff0000; font-weight: normal; line-height: 1.4em;}
    #top .announcebox p.lead_announce a{ color:#ff0000; text-decoration: underline;}
    #top .announcebox p.lead_announce + p.lead_announce { margin-top: 1.5em; }
	
/*  .content02   facilities
-----------------------------------------------------*/
	
#top .content02 {
	background: url(../img/common/bg_pattern01.png);
	padding-bottom: 10px;
}
#top .content02 h2 {
	width: 100%;
	height: 26px;
	margin: 0 auto 10px;
	text-align: center;
	background: url(../img/top_index/bg_failities_h2.png) no-repeat center top;
	background-size: auto 100%;
}
#top .content02 .facility {
	font-family: "Ubuntu Condensed", sans-serif;
	position: relative;
	float: left;
	overflow: hidden;
	color: #ffffff;
	text-align: center;
	background-color: #fff;
}
#top .content02 .fal {
	width: 50%;
}
#top .content02 .far {
	width: 50%;
}
#top .content02 .facility .figcaption {
	position: relative;
	display: block;
	width: 100%;
	bottom: 0;
}
#top .content02 .facility h3 {
	display: block;
	margin: 0 auto;
	position: absolute;
	bottom: 0.5em;
	text-align: center;
	width: 100%;
	font-size: 1.5em;
	line-height: 1em;
}
#top .content02 .facility a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
}
/* .content03   LATEST NEWS 
-----------------------------------------------------*/	
#top .content03 {
	padding: 40px 0 0;
}
#top .content03 ul {
	margin: 15px 0;
}
#top .content03 ul li {
	display: block;
	width: 100%;
	margin-bottom: 5%;
	float: none;
	background-color: #eeeeee;
	text-align: left;
	position: relative;
}
#top .content03 ul li a {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 2;
	background: url(../img/common/icon_more.png) no-repeat 96% 96%;
	background-size: 10%;
}
#top .content03 ul li {
/*background:url(../img/common/icon_more.png) no-repeat 96% 96%;
	background-size: 10% ;*/
}
#top .content03 ul li .infoImg {
	width: 100%;
	position: relative;
}
#top .content03 ul li .infoImg img {
	width: 100%;
}
#top .content03 ul li .category {
	display: block;
	width: 37%;
	max-width: 120px;
	height: 2.5em;
	line-height: 2.5em;
	text-align: center;
	color: #fff;
	float: left;
}
#top .content03 ul li .category.c_info {
	background-color: #f7b029;
}
#top .content03 ul li .category.c_event {
	background-color: #9cce00;
}
#top .content03 ul li .category.c_race {
	background-color: #e71a0f;
}
#top .content03 ul li .category.c_motoGp {
	background: #c31b3c;
}
#top .content03 ul li .category.c_superGt {
	background: #000;
}
#top .content03 ul li .infoBox {
	padding: 1.5em 2em 0;
	box-sizing: border-box;
}
#top .content03 ul li .date {
	display: block;
	font-size: 12px;
	box-sizing: border-box;
	margin-bottom: 15px;
	padding-left: 15px;
	line-height: 2.5em;
	float: left;
}
#top .content03 ul li .txt {
	display: block;
	font-weight: normal;
	padding: 0 2em 5em;
	box-sizing: border-box;
	line-height: 1.7em;
	font-size: 1.25em;
}
#top .content03 ul li .txt span.txt_bb{
font-size:16px;
font-weight: bold;
}
#top .content04 {
	width: 100%;
	padding: 1em;
	box-sizing: border-box;
	background: url(../img/top_index/bg_bottomBox.jpg) no-repeat top center;
	background-size: cover;
}
#top .content04 .fleft, #top .content04 .fright {
	float: none;
}
#top .content04 img {
	width: 100%;
}
#top .content04 .bannerBox li {
	margin-top: 10px;
}
#top .content04 .bannerBox li:last-child {
	margin-bottom: 10px;
}
#top .content04 .facebook-area {
	width: 100%;
}
#top .content04 .facebook-area {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 auto 5%;
}
	
#top .content04 .twitter-area {
	width: 100%;
	margin: 0 auto 5%;
}
	
#top .content04 .twitter-area #tw_Top2 iframe{
	width: 450px !important;
}
#top .content04 .twitter-area .SandboxRoot.var-fully-expanded .timeline-Viewport{
	height: 400px !important;
}
	
/* .content05   youtube動画埋め込み
-----------------------------------------------------*/		
#top .content05 {
	padding: 7% 0 10%;
	box-sizing: border-box;
	height: auto;
}
#top .home_youtube{
	width:90%;
	margin:0 auto;
}
#top .home_youtube::after{
	content: "";
	display: block;
	clear: both;
}
#top .home_youtube .inner_youtube{
	position: relative;
	width: 100%;
	float:left;
	padding-top:56.25%;
	margin-bottom:5%;
}
#top .home_youtube .inner_youtube:last-child{
	margin-bottom:0;
}
#top .home_youtube .inner_youtube iframe{
	height:100% !important;
	width:100% !important;
	position:absolute;
	top:0;
	left:0;
}
#top .home_youtube .inner_youtube a{
	display: block;
}
#top .home_youtube .inner_youtube img{
	height:100% !important;
	width:100% !important;
	position:absolute;
	top:0;
	left:0;
}

.pc{ display: none !important;}
.sp{ display: inline !important;}
    
        #top .content01 .mainCaption {
        border: 1px solid #CB0003;
        padding: 10px;
        color: #CB0003;
        margin-top: 30px;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 16px;
        line-height: 170%;
            text-align: left;
    }
    #top .content01 .mainCaption a {
        color: #CB0003;
    }
    
    #top .content01 .mainCaption a:hover {
        text-emphasis: none;
    }
    
    #top .content01 .mainCaptionTitle {
        font-weight: bold;
        text-decoration: underline;
    }
    
    #top .content01 .mainCaptionNotes {
        font-size: 12px;
    }
}

/* バナー */
#top .bnr_various {
	width: 100%;
	margin: 0 auto 20px !important;
}

#top .block_top_exinfo {
    border: 1px solid #ff0000;
    padding: 10px;
    margin: 0 auto 5%;
    width: 84%;
}

.mr05:not(:root) { margin-right: 5px; }

/*===============================
tab and PC
===============================*/
@media only screen and (min-width: 737px) {
section a.btn {
	display: block;
	width: 20%;
	margin: 0 auto;
	padding: 15px 0;
	font-size: 18px;
	text-align: center;
	color: #00a040;
	border: 1px solid #00a040;
	font-family: "Ubuntu Condensed", sans-serif;
}
section a.btn:hover {
	background-color: #00a040;
	color: #fff;
}
#top h2 {
	font-family: "Ubuntu Condensed", sans-serif;
	font-size: 30px;
	line-height: 1em;
	color: #00a040;
}
#top .container {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	padding-bottom: 55px;
}
#top .container:before, #top .container:after {
	content: "";
	position: absolute;
	z-index: -1;
	box-shadow: 0 0 40px rgba(0,0,0,0.2);
	top: 10px;
	bottom: -10px;
	left: 0;
	right: 0;
}
/*	.content01   mainImage
-----------------------------------------------------*/	
#top .content01 {
	margin: 0 auto;
	width: 100%;
	max-width: 980px;
	background-color: #fff;
	margin-bottom: 5%;
}
/*slider customize*/
	
#top .content01 .slick-slider {
	margin-bottom: 0 !important;
	padding: 10px;
	background-color: #fff;
	box-sizing: border-box;
}
#top .content01 .slick-dots {
	bottom: -15px!important;
}
.slick-dots li button {
	color: #00a040!important;
}
.slick-dots li button:before {
	font-size: 14px;
	color: #00a040!important;
}
/*slider customize_end*/	
	
#top .content01 .main-image-wrapper {
	background-color: #000;
}
#top .content01 .main-image {
	position: relative;
}
#top .content01 .main-image .slick-slide img {
	width: 100%;
	max-width: 980px;
}
#top .content01 .main-image .slick-prev, #top .content01 .main-image .slick-next {
	width: 80px;
	height: 80px;
}
#top .content01 .main-image .slick-prev:before, #top .content01 .main-image .slick-next:before {
	content: "";
}
#top .content01 .main-image button.slick-prev, #top .content01 .main-image button.slick-next {
	z-index: 2;
}
/*#top .content01 .main-image .slick-prev{
  top:150px;
  left:-40px;
}
#top .content01 .main-image .slick-next{
  top:150px;
  right:-40px;
}*/
#top .content01 .main-image .slick-prev, #top .content01 .main-image .slick-next, #top .content01 .main-image button.slick-prev, #top .content01 .main-image button.slick-next {
	display: none !important;
}
    
    #top .content01 .mainCaption {
        border: 1px solid #CB0003;
        padding: 10px;
        color: #CB0003;
        margin-top: 30px;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 16px;
        line-height: 170%;
    }
    #top .content01 .mainCaption a {
        color: #CB0003;
        text-decoration: underline;
    }
    
    #top .content01 .mainCaption a:hover {
        text-decoration: none;
    }
    
    #top .content01 .mainCaptionTitle {
        font-weight: bold;
    }
    
    #top .content01 .mainCaptionNotes {
        font-size: 12px;
    }

/* announcebox
-----------------------------------------------------*/
#top .announcebox { margin:0 auto 40px; width: 960px; padding: 20px; border: 2px #ff0000 solid; box-sizing: border-box; text-align: left;}	
#top .announcebox p.ttl_announce{ font-size: 18px; color:#ff0000; font-weight: 500; margin-bottom: 10px;}
#top .announcebox p.ttl_announce.mb00{ margin-bottom: 0;}
#top .announcebox p.ttl_announce a{ color:#ff0000;}
#top .announcebox p.ttl_announce a::before{content: "\003e\003e"; margin-right:5px;}
#top .announcebox p.lead_announce{ font-size: 14px; color:#ff0000; font-weight: 200; line-height: 22px;}
    #top .announcebox p.lead_announce a{ color:#ff0000; text-decoration: underline;}
    #top .announcebox p.lead_announce + .lead_announce { margin-top: 1.5em; }
	
/*  .content02   facilities
-----------------------------------------------------*/
	
#top .content02 {
	background: url(../img/common/bg_pattern01.png);
	padding-bottom: 10px;
	width: 980px;
}
#top .content02 h2 {
	width: 220px;
	height: 40px;
	margin: 0 auto 10px;
	text-align: center;
	background: url(../img/top_index/bg_failities_h2.png) no-repeat center top;
}
#top .content02 .facility {
	font-family: "Ubuntu Condensed", sans-serif;
	position: relative;
	float: left;
	overflow: hidden;
	height: 200px;
	color: #ffffff;
	text-align: center;
	background-color: #fff;
	margin: 0 !important;
	padding: 0 !important;
	display: block;
}
#top .content02 .fal {
	width: 327px;
}
#top .content02 .far {
	width: 326px;
}
#top .content02 .facility * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}
#top .content02 .facility img {
	width: 100%;
	position: relative;
	opacity: 1;
}
#top .content02 .facility .figcaption {
	position: absolute;
	display: block;
	width: 100%;
	bottom: 0;
}
#top .content02 .facility .heading {
	overflow: hidden;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#top .content02 .facility .caption {
	overflow: hidden;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	position: absolute;
	width: 100%;
	bottom: 0;
}
#top .content02 .facility h3 {
	display: block;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: auto;
	font-size: 26px;
	line-height: 30px;
}
#top .content02 .facility a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
}
#top .content02 .facility:hover img {
	opacity: 0.35;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
/* .content03   LATEST NEWS 
-----------------------------------------------------*/	
#top .content03 {
	padding: 40px 0;
	box-sizing: border-box;
	min-height: 490px;
	height: auto;
}
#top .content03 ul {
	display: table;
	margin: 15px 0;
}    
#top .content03 ul li {
	display: table-cell;
	width: 460px;
	border-left: 20px solid #fff;
	text-align: left;
	box-sizing: border-box;
	background: #eee;
	padding-bottom: 40px;
	position: relative;
}
#top .content03 ul li a {
	position: absolute;
	width: 460px;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(../img/common/icon_more.png) no-repeat 96% 96%;
	background-size: 10%;
}
/*#top .content03 ul li:hover{
	opacity: 0.5;
	-webkit-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
	}*/
#top .content03 ul li .infoImg {
	width: 460px;
	height: 150px;
}
#top .content03 ul li .infoImg img {
	width: 100%;
}
#top .content03 ul li .category {
	width: 120px;
	height: 36px;
	font-size: 12px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	float: left;
}
#top .content03 ul li .category.c_info {
	background-color: #f7b029;
}
#top .content03 ul li .category.c_event {
	background-color: #9cce00;
}
#top .content03 ul li .category.c_race {
	background-color: #e71a0f;
}
	#top .content03 ul li .category.c_motoGp {
		background: #c31b3c;
	}
	#top .content03 ul li .category.c_superGt {
		background: #000;
	}
#top .content03 ul li .infoBox {
	width: 300px;
	box-sizing: border-box;
	/*height: 150px;*/
	padding: 20px 20px 0;
}
#top .content03 ul li .infoBox .date {
	display: block;
	font-size: 12px;
	padding-left: 20px;
	margin-bottom: 15px;
	box-sizing: border-box;
	line-height: 36px;
	float: left;
}
#top .content03 ul li .txt {
	display: block;
	padding: 0px 20px 20px;
	box-sizing: border-box;
	font-weight: normal;
	line-height: 1.7em;
}
#top .content03 ul li .txt span.txt_bb{
font-size:16px;
font-weight: bold;
}
/* バナー */
#top .bnr_various {
	width: 940px;
	margin: 0 auto !important;
}
    
    #top .block_top_exinfo {
    width: 920px;
        margin-top: 20px;
}
	

/* .content04   Facebook&banner
-----------------------------------------------------*/	

#top .content04 {
	/*height: 840px;*/
	width: 100%;
	padding: 60px 0;
	box-sizing: border-box;
	background: url(../img/top_index/bg_bottomBox.jpg) no-repeat center center;
	background-size: cover;
}
#top .content04 .inner {
	width: 980px;
	margin: 0 auto;
}
#top .content04 .bannerBox {
	width: 460px;
	margin-top: 40px;
}
#top .content04 .bannerBox li {
	margin-top: 10px;/*height: 80px;*/
}
#top .content04 .bannerBox li img {
	width: 460px;
}
#top .content04 .bannerBox li:first-child {
	margin-top: 0;
}
#top .content04 .fleft .img_movie {
	width: 460px;
	height: 260px;
	background-color: #fff;
}
#top .content04 .fleft .img_movie img {
	width: 460px;
}
#top .content04 .facebook-area {
	width: 460px;
	margin: 0 auto 0;
}	
#top .content04 .twitter-area {
	width: 460px;
}
#top .content04 .twitter-area #tw_Top2 iframe{
	width: 460px !important;
}
#top .content04 .twitter-area .SandboxRoot.var-fully-expanded .timeline-Viewport{
	height: 530px !important;
}
	
	
/* .content05   youtube動画埋め込み
-----------------------------------------------------*/		
#top .content05 {
	padding: 0 0 40px;
	box-sizing: border-box;
	min-height: 490px;
	height: auto;
}
#top .home_youtube{
	width:940px;
	margin:15px auto 0;
}
#top .home_youtube::after{
	content: "";
	display: block;
	clear: both;
}
#top .home_youtube .inner_youtube{
	position: relative;
	width: 460px;
	float:left;
	height:258.75px;
	margin-bottom:20px;
}
#top .home_youtube .inner_youtube:nth-child(2n){
	float:right;
}
#top .home_youtube .inner_youtube:last-child,
#top .home_youtube .inner_youtube:nth-last-child(2){
	margin-bottom:0;
}
#top .home_youtube .inner_youtube iframe{
	height:100% !important;
	width:100% !important;
	position:absolute;
	top:0;
	left:0;
}
#top .home_youtube .inner_youtube a{
	display: block;
}
#top .home_youtube .inner_youtube img{
	height:100% !important;
	width:100% !important;
	position:absolute;
	top:0;
	left:0;
}
	
.pc{ display: inline !important;}
.sp{ display: none !important;}
}
