@charset "UTF-8";
/* CSS Document */

.sportsfes {
	line-height: 1.5;
	letter-spacing: 0.03em;
}
.page .sportsfes #main h2, .page .sportsfes #main h3, .page .sportsfes #main h4 {
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}
.page .sportsfes #main h4 {
	background-color: #fff;
	color: #000;
		}
.pc_none {
	display: none;
}
.sp_none {
	display: block;
}
.bold {
	font-weight: bold;
}
.f13 {
	font-size: 13px;
}
.f18 {
	font-size: 18px;
}
.page .sportsfes #main h2 {
	background: linear-gradient(transparent 50%, #FF0 0%);
	display: inline;
	font-size: 30px;
	font-weight: bold;
	padding: 0 1px 0px;
}
.page .sportsfes #main h3 {
	display: inline-block;
	color: #000;
	font-size: 24px;
	margin-top: 20px;
}
.page .sportsfes #main h3 span {
	display: block;
	font-size: 14px;
	font-weight: normal;
	padding-top: 15px;
	text-align: left;
}
.sportsfes .col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.sportsfes .redbox{
	background: #FF0004;
	border-radius: 4px;
	color: #fff;
	padding: 10px;
	margin-top: 10px;
}
/*////////// event_list //////////*/	
.sportsfes .event_list {
	margin: 30px;
}
.sportsfes .event_list .col {
  justify-content: center;
}
.sportsfes .event_list li {
	box-sizing: border-box !important;
	width: 15.666%;
	margin: 5px 0.5%;
}
.sportsfes .event_list li a {
	color: #fff;
	display: block;
	width: auto;
	background: #89b96a;
	border-radius: 6px;
	padding: 10px;
	text-align: center;
	text-decoration: none !important;
}

/*////////// event_box //////////*/	
.event_box {
	background: #fff;
	border: 3px solid #67a241;
	border-radius: 4px;
	padding: 20px;
	margin-top: 40px;
}
.event_box.topic{
	background: #fffde4;
	border: 6px solid #fee213;
	border-radius: 4px;
	padding: 20px;
	margin-top: 40px;
}
.event_box img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
.event_box col {
	margin: 20px;
}
.event_box .event_ttl {
	font-size: 26px;
	font-weight: bold;
	color: #41771f;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.event_box.topic .event_ttl {
	font-size: 26px;
	font-weight: bold;
	color: #FA090D;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.event_box .icon {
	width: 15%;
	background: #89b96a;
	border-radius: 6px;
	padding: 6px;
	text-align: center;
	box-sizing: border-box !important;
}
.event_box .ttl {
	width: 83%;
	padding-left: 2%;
	box-sizing: border-box !important;
}
.event_box .txt, .event_box .ph {
	width: 50%;
	box-sizing: border-box !important;
}
.event_box .txt {
}
.event_box .ph {
	padding-left: 10px;
}
.event_box .info {
	background: #f1f1f1;
	font-weight: bold;
	line-height: 1.8;
	padding: 10px;
	margin: 10px 0 20px;
}
.event_box.topic .info {
	background: #fff;
	border: 3px solid #FA090D;
	border-radius: 4px;
	font-weight: bold;
	line-height: 1.8;
	padding: 10px;
	margin: 10px 0 20px;
}
.event_box.topic .info  p{
	color: #FA090D;
	margin-top: 10px;
}
.page #main ul.reserve_list{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.page #main ul.reserve_list li{
	width: 48%;
	margin:10px 1%;	
	text-align: center;
}
.page #main .reserve a {
	display: block;
	background: #f39800;
	border-radius: 60px;
	color: #fff;
	font-size: 16px;
	width:  80%;
	padding: 10px;
	margin: 10px auto 0;
	text-align: center;
}
@media screen and (max-width: 767px) {
.page #main ul.reserve_list li{
	width: 98%;
}
}
.dantai {
	display: inline-block;
	background: #fcd13c;
	font-weight: bold;
	padding: 6px 10px;
}
/*////////// time table //////////*/	
#timetable {
	margin-top: 60px;
}
.page #main #timetable h4 {
	background: #009948;
	border-radius: 4px;
	color: #fff;
	padding: 10px 20px;
	margin: 10px auto;
	text-align: center;
}
.table-scroll {
	overflow: auto;
	white-space: nowrap;
}
.table-scroll::-webkit-scrollbar {
　　 height: 5px;
}
.table-scroll::-webkit-scrollbar-track {
 background: #333;
}
.table-scroll::-webkit-scrollbar-thumb {
 background: #999;
}
.sportsfes table {
	width: 100%;
	background: #fff;
}
.sportsfes table th {
	font-weight: bold;
	color: #093;
}
.sportsfes td.bg {
	background: #f7fcf4;
}
/*////////// FAQ //////////*/	
#faq {
	margin: 60px 0;
}
.page #main #faq h4 {
	background: #06C;
	border-radius: 4px;
	color: #fff;
	padding: 10px 20px;
	margin: 10px auto;
	text-align: center;
}
#faq dl{
	margin: 20px 10px;
}

#faq dl dt{
	font-weight: bold;
	padding-bottom: 10px;
}

#faq dl dt::before{
content: "Q. ";
display: inline;
}

#faq dl dd::before{
content: "A. ";
display: inline;
color: #06C;
	font-weight: bold;
}
#faq dl dd{
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
/*////////// covid19 //////////*/	
.covid19{
	border: 3px solid #89b96a;
	padding:20px;
	margin-top: 30px;
	margin-bottom:30px;
	}
/*////////// Cooperation //////////*/	
.cooperation{
	background: #f1f1f1;
	padding: 15px;
	margin: 20px 0;
	}
@media screen and (max-width: 767px) {
.pc_none {
	display: block;
}
.sp_none {
	display: none;
}
.sportsfes .event_list li {
	font-size: 9px;
	width: 31.333%;
	margin: 5px 1%;
}
.event_box .ttl {
	font-size: 18px;
}
.event_box .ttl span {
	width: 30px;
}
.event_box .txt, .event_box .ph {
	width: 100%;
	padding-bottom: 10px;
}
.event_box .ph {
	padding-left: 0;
}
}
@media screen and (max-width: 480px) {
.page .sportsfes #main h2 {
	font-size: 24px;
}
.page .sportsfes #main h3 {
	font-size: 18px;
}
.event_box .icon {
	width: 100%;
	max-width: 120px;
	margin: 0px auto 20px;
}
.event_box .ttl {
	width: 100%;
}
.sportsfes .event_list {
	margin: 20px 0;
}
.sportsfes .event_list li a {
	padding: 5px;
}
.sportsfes .event_list .col {
  justify-content: flex-start;
}
}
