@charset "UTF-8";

/*------------------ パーツリスト ------------------*/
/*------------------------- 
  Link
-------------------------*/
a {
  color: #444547;
  transition: 0.3s;
}
article a {
 color: #004b1e;
 font-weight: 700;
 text-decoration: underline;
}

article a.prevarrow{
 position: relative;
 padding-left: 20px;
 text-decoration: none;
}
article a.prevarrow::before{
 content: '';
 width: 10px;
 height: 10px;
 border: 0;
 border-top: solid 2px #004A13;
 border-left: solid 2px #004A13;
 position: absolute;
 top: 50%;
 left: 0;
 margin-top: -4px;
 transform: rotate(-45deg);
}
article a.nextarrow{
 position: relative;
 padding-right: 20px;
 text-decoration: none;
}
article a.nextarrow::before{
 content: '';
 width: 10px;
 height: 10px;
 border: 0;
 border-top: solid 2px #004A13;
 border-right: solid 2px #004A13;
 position: absolute;
 top: 50%;
 right: 0;
 margin-top: -4px;
 transform: rotate(45deg);
}


.linkList a {
 color: #004b1e;
 font-weight: 400;
 text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: #004b1e;
}
a:hover img {
  opacity: 0.8;
}

.linkText:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  display: inline-block;
  margin-right: 4px;
  color: #004b1e;
  font-weight: 700;
}

@media (max-width: 767px) {
	article a.prevarrow::before{
		left: 5px;
	}
	article a.nextarrow::before{
		right: 5px;
	}
}

/*------------------------- 
  Headings
-------------------------*/
main h1 {
  padding: 2em 0.5em;
  background-color: #ffcd33;
  color: #004b1e;
  font-size: 210%;
  letter-spacing: 0.2em;
  font-weight: 900;
  text-align: center;
}
main .h1bg {
  position: relative;
  padding: 2%;
  text-align: center;
  object-fit: cover;
}
main .h1bg img {
 width: 530px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.eventH1 {
  background: url(../img/h1_event_bg.png) no-repeat center / cover;
}
.infoH1 {
  background: url(../img/h1_info_bg.png) no-repeat center / cover;
}
.parkInfoH1 {
  background: url(../img/h1_parkinfo_bg.png) no-repeat center / cover;
}
main h2,
main .h2 {
  padding: 4px 10px;
  background-color: #ffef97;
  border-left: #ffcd33 10px solid;
  border-bottom: none;
  font-size: 150%;
  font-weight: 700;
  color: #004b1e;
}
main h3,
main .h3 {
  padding-bottom: 10px;
  border-bottom: #ffcd33 2px solid;
  color: #004b1e;
  font-size: 120%;
  font-weight: 700;
  padding-left: 0;
  border-left: none;
}
main h4,
main .h4 {
 color: #004b1e;
 font-size: 120%;
  font-weight: 700;
}
main h5,
main .h5 {
  color: #004b1e;
  font-size: 110%;
  font-weight: 700;
}

/*------------------------- 
  List
-------------------------*/
main article ul,
main article ol {
  /*margin: 1.2rem 2px 0;*/
}
main ul li {
  margin-top: 0.5em;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
main ul li:before {
  content: "●";
  font-size: 90%;
  padding-right: 0.3em;
}
main ul li:first-child {
 margin-top: 0;
}
main ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
main ol li {
  position: relative;
  padding: 0.5em 0;
  padding-left: 3em;
  color: #004b1e;
  font-weight: 700;
}
main ol li:before {
  counter-increment: item;
  content: counter(item)'.';
  position: absolute;
  display: block;
  left: 0;
  width: 3em;
  padding-right: 1em;
  text-align: right;
}
.noteList li {
 margin-top: 0;
}
.noteList li:before {
 content: "※";
 font-size: 100%;
 padding-right: 0.3em;
}
.linkList {
 margin: 1.2rem 0 0;
}
.linkList li {
 position: relative;
 padding: 2px 2px 2px 20px;
 text-indent: 0;
 margin-top: 0;
}
.linkList li:before {
 font-family: "Font Awesome 5 Free";
 content: "\f138";
 display: inline-block;
 margin-right: 4px;
 color: #004b1e;
 font-weight: 700;
 position: absolute;
 top: 3px;
 left: 2px;
}
.listBorder li {
 margin-top: 0;
 padding-top: .8em;
 padding-bottom: .8em;
 border-top: #d9d9d9 1px solid;
}
.listBorder li:last-child {
 border-bottom: #d9d9d9 1px solid;
}


/*------------------------- 
  Table
-------------------------*/
.locationCheckbox{
  width: 20px;
  height: 20px;
  margin-top: -4px;
  accent-color: #FFCD32;
}
.locationCheckboxContainer{
  margin-bottom: 5px;
}
.locationCheckboxContainer label{
  font-size: 16px;
}

main table {
  width: 100%;
  margin-top: 1.2rem;
  /*border-bottom: #d9d9d9 1px solid;*/
}
main table tr {
  /*border-top: #d9d9d9 1px solid;*/
}

main table th {
  padding: 1em;
  font-weight: 700;
  color: #004b1e;
  min-width: 180px;
  font-size: 16px;
  /*text-align: center;*/
}
main table td {
  padding: 1em;
}

.mt10{
	margin-top: 10px;
}
.ml16{
	margin-left: 16px;
}

#eventListing{
  margin-top: 15px!important;
}
#eventListing tr:nth-child(even) th,#eventListing tr:nth-child(even) td {
	background: #FBF4E9;
}
#eventListing tr th {
	background-color: #ffef97;
}
#eventListing tr th:first-child {
	width: 280px;
}
#eventListing tr th:last-child {
	width: 205px;
}
main table#eventListing th,main table#eventListing td{
  	border: solid 1px #bcbcbc;
}

.tableType2 table {
 border: #bcbcbc 1px solid;
 width: auto;
 min-width: 600px;
 font-size: 95%;
 line-height: 1.2;
}
.tableType2 th {
 padding: 0.6em 1em;
 background-color: #d2e4eb;
 border: #bcbcbc 1px solid;
 vertical-align: middle;
 color: #004b1e;
 font-weight: 700;
 text-align: center;
 min-width: auto;
}
.tableType2 td {
 padding: 0.6em 1em;
 border: #bcbcbc 1px solid;
 text-align: center;
 vertical-align: middle;
}
.tableType2 thead th {
 background-color: #6fb4d1;
 color: #FFFFFF;
}
.tableType2 thead td { 
 background-color: #d2e4eb;
 color: #004b1e;
 font-weight: 700;
 vertical-align: middle;
}
.tableType2 td.th {
 color: #004b1e;
 font-weight: 700;
}
.tableType2 td.bg {
 background-color: #fbf4e9;
}
.trBorder tbody tr:nth-child(2n-1) {
 background-color: #fbf4e9;
}

#titlePrevMonth,#titleThisMonth,#titleNextMonth{
	font-size: 16px;
}
#eventsNotFoundContainer{
	margin-top: 20px;
}
div#eventsNotFoundMessage {
    text-align: center;
	margin-top: 20px;
}

#monthOfEvent{
	appearance: auto;
	border: 1px solid #707070;
    padding: 5px 10px;
	font-weight: bold;
    letter-spacing: 1px;
	margin-left: 16px;
}

@media (max-width: 767px) {
	.locationCheckbox,#monthOfEvent{
		margin-left: 0!important;
	}
	.ml16{
		margin-left: 0;
	}
}


/*------------------------- 
  Width
-------------------------*/
.w10 {
  width: 10%;
}
.w20 {
  width: 20%;
}
.w30 {
  width: 30%;
}
.w40 {
  width: 40%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w70 {
  width: 70%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}

/*------------------------- 
  Image
-------------------------*/
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.imgBorder {
 padding: 5px;
 margin-top: 0;
 border: #d7d7d7 1px solid;
}
.border {
 border: #bcbcbc 1px solid !important;
}


/*------------------------- 
  margin
-------------------------*/
.margin-tb20{
	margin:20px 0;
  	text-align: center;
}

/*------------------------- 
  text
-------------------------*/
.wp-caption-text {
  margin-top: 10px !important;
  font-size: 90%;
  text-align: center;
}
em {
  color: #004b1e;
  font-weight: 700;
  font-style: normal;
}
.textBox {
  margin: 30px auto 0;
  padding: 2em;
  border: #ffcd33 1px solid;
}
.textBox *:first-child {
  margin-top: 0;
}
.listIcon {
  margin-left: 2px;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.listIcon:before {
  content: "●";
  font-size: 90%;
  padding-right: 0.3em;
}
.large {
 font-size: 2em;
 padding: 0 0.3em;
 vertical-align: sub;
}
.indentList {
 margin-top: 0;
}
.indentList li {
 text-indent: -1em;
 padding-left: 1em;
 margin-top: 0;
}
.indentList li:before {
 display: none;
}
.indent2 li {
 text-indent: -2em;
 padding-left: 2em;
}
.indent3 li {
 text-indent: -3em;
 padding-left: 3em;
}
.indent4 li {
 text-indent: -4em;
 padding-left: 4em;
}
.tabContents ol li .indentList li {
 margin-left: 1em;
}

/*------------------------- 
  btn
-------------------------*/
.btn {
  position: relative;
  min-width: 270px;
  padding: 18px 40px;
  border-radius: 0px;
  font-size: 94%;
  font-weight: 700;
  color: #004b1e;
  background-color: #ffcd33;
  border: none;
  text-decoration: none;
}
.btn:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  color: #004b1e;
  font-size: 124%;
  font-weight: 700;
  position: absolute;
  display: block;
  top: 50%;
  right: 10px;
  margin-top: -0.8em;
}
.btn:focus {
  box-shadow: none;
}
.btn:hover {
  color: #004b1e;
  background-color: #fcbb03;
}
.btnArea {
  padding: 5% 0 0;
  text-align: center;
}
.btnArea .btn {
  margin: 0 1.5% 10px;
}
/* ボタンの色関連 */
.home .btn {
  color: #444547;
}
.home .btn:after {
 color: #444547;
}
.btn-light {
  background-color: #eeeeee;
  color: #444547;
}
.btn-light:hover {
  color: #444547;
  background-color: #dddddd;
}
.anchorBtns {
 display: flex;
 justify-content: center;
}
.anchorBtns .btn {
 display: flex;
 flex-basis: 40%;
 min-width: auto;
 max-width: 320px;
 padding: 12px 40px;
 margin: 0 7px;
 align-self: stretch;
 align-items: center; 
 justify-content: center;
}
.anchorBtns .btn:after {
 font-family: "Font Awesome 5 Free";
 content: "\f107";
 color: #004b1e;
 font-size: 124%;
 font-weight: 700;
 position: absolute;
 display: block;
 top: 50%;
 right: 13px;
 margin-top: -0.8em;
}

/*------------------------- 
  Pagenavi
-------------------------*/
.wp-pagenavi {
  margin: 0 auto 30px;
  text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  width: 35px;
  padding: 5px;
  margin: 0 0.5%;
  text-decoration: none;
  font-weight: 700;
}
.wp-pagenavi .page {
  border: #ffcd33 2px solid;
}
.wp-pagenavi .page:hover {
  background-color: #ffcd33;
  color: #ffffff;
}
.wp-pagenavi .current {
  background-color: #ffcd33;
  border: #ffcd33 2px solid;
  color: #ffffff;
}
.previouspostslink,
.nextpostslink {
  font-size: 150%;
}


/*------------------------- 
  Tab
-------------------------*/
.tabContainer {
  margin-top: 50px;
}
.tabArea {
 border-bottom: #bcbcbc 1px solid;
}
.tabArea div {
  width: 100%;
  text-align: center;
  padding: 1em;
  margin-left: 6px;
  margin-bottom: -2px;
  cursor: pointer;
  vertical-align: middle;
  background-color: #004b1e;
  color: #ffffff;
  font-weight: bold;
  transition: 0.3s;
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.32);
  -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.32);
}
.tabArea > div:first-child {
  margin-left: 0;
}
.tabArea div.active {
  background-color: #ffffff;
  color: #004b1e;
  border: #bcbcbc 1px solid;
  border-bottom: none;
}
.tabArea.tabBottom {
 border-top: #bcbcbc 1px solid;
 border-bottom: none;
}
.tabArea.tabBottom div {
 margin-top: -2px;
 margin-bottom: 0;
}
.tabArea.tabBottom div.active {
 border-bottom: #bcbcbc 1px solid;
 border-top: none;
}
.tabContents {
  background: #ffffff;
  padding: 4% 3%;
  border-right: #bcbcbc 1px solid;
  border-left: #bcbcbc 1px solid;
  -moz-box-shadow: 3px 0px 5px -3px rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: 3px 0px 5px -3px rgba(0, 0, 0, 0.32);
  -ms-box-shadow: 3px 0px 5px -3px rgba(0, 0, 0, 0.32);
  box-shadow: 3px 0px 5px -3px rgba(0, 0, 0, 0.32);
  position: relative;
  z-index: 2;
}
.tabContents:before {
 content: "";
 display: block;
 position: absolute;
 top:0;
 left: 0px;
 width: 10px;
 height: 100%;
 -moz-box-shadow: -3px 0px 5px -3px rgba(0, 0, 0, 0.32);
 -webkit-box-shadow: -3px 0px 5px -3px rgba(0, 0, 0, 0.32);
 -ms-box-shadow: -3px 0px 5px -3px rgba(0, 0, 0, 0.32);
 box-shadow: -3px 0px 5px -3px rgba(0, 0, 0, 0.32);
 z-index: -1;
}
.tabContents .contents {
 display: none;
 transition: 0.3s;
}
.tabContents .contents.active {
 display: block;
}
.tabContents .contents > *:first-child {
  margin-top: 0;
}
.tabContents .contents h2 {
 border-left: none;
}
.tabContents ol {
 list-style-type: decimal;
}
.tabContents ol li {
 padding: 0.5em 0 0;
 margin-left: 2em;
 font-weight: 400;
 color: #444547;
}
.tabContents ol li:before {
 display: none;
}
.tabContents ol li:first-child {
 padding-top: 0;
}

/*------------------ 共通 ------------------*/

main {
  padding: 0;
}
main article {
  padding: 7% 0;
}
main article h2 {
  margin-top: 3rem;
}
main article h3,
main article .h3 {
  margin-top: 2rem;
}
main article h4,
main article .h4 {
  margin-top: 1.5rem;
}
main article h5,
main article .h5 {
  margin-top: 1.2rem;
}
main article p {
  margin-top: 1.2rem;
}
main article h4 + p,
main article h4 + ul,
main article h4 + ol,
main article h4 + table,
main article h4 + .tableType2 table {
 margin-top: 0.5rem;
}
main article h5 + p {
 margin-top: 0;
}
main article img {
  max-width: 100%;
  height: auto;
  margin-top: 1.2rem;
}
main article p img {
 margin-top: 0;
}
main article > *:first-child {
  margin-top: 0;
}

/*------------------ 投稿記事ページ ------------------*/

main.single {
  padding: 0 0 5%;
  background-color: #fbf4e9;
}
main.single article {
  margin: 7% auto 0;
  padding: 4% 5% 6%;
  background-color: #ffffff;
  border: #d9d9d9 1px solid;
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.32);
  -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.32);
}
main.single .title {
  padding: 1em 0;
  background: none;
  border-left: none;
  font-size: 174%;
}
main.single .infoList {
  padding-bottom: 10px;
  text-align: right;
  border-bottom: #d9d9d9 1px solid;
}
main.single .infoList li {
 margin-top: 0;
}
main.single .infoList .date {
  margin-left: 5px;
}
main.single .infoList a {
 color: #444547;
 text-decoration: none;
}
main.single .infoList a:hover {
 color: #004b1e;
}
main.single p {
  line-height: 1.8;
  margin-top: 30px;
}
main.single img {
  max-width: 100%;
  margin-top: 30px;
}

/*------------------ イベント情報一覧 ------------------*/

.archiveList {
  display: flex;
  position: relative;
  margin: -4% -10px 0 !important;
}
.archiveList .col {
  padding-right: 10px;
  padding-left: 10px;
}
.archiveList .card {
  flex-basis: 100%;
  margin: 14% 0 0;
  border: 0;
  border-radius: 0px;
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.32);
  -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.32);
}
.archiveList .image-wrap {
  position: relative;
  overflow: hidden;
  padding-top: 70%;
}
.archiveList .image-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-top: 0;
}
.archiveList .card-body {
  padding: 5%;
}
.archiveList .card-title {
  font-weight: 700;
  margin-bottom: 0.5em;
}
.archiveList .card-text {
  height: 3em;
  overflow: hidden;
  margin-top: 0;
  font-weight: 400;
}
.archiveList .card a {
 color: #444547;
 text-decoration: none;
}
.archiveList .card a:hover {
 color: #004b1e;
}

/*------------------ 施設紹介 ------------------*/

.facilityList {
 margin-top: 0 !important;
}
.facilityList > div {
 padding: 0 10px;
}
.facilityList .card {
 -moz-box-shadow: none;
 -webkit-box-shadow: none;
 -ms-box-shadow: none;
 box-shadow: none;
 background-color: #fbf4e9;
}
.facilityList .card-body {
 display:flex;
  flex-flow: column;
  justify-content:space-between;
}
.facilityList .card-title {
 padding-bottom: 10px;
 margin-bottom: 20px;
 border-bottom: #ffcd33 2px solid;
}
.facilityList .card-title img {
 width: auto;
 max-height: 50px;
 margin-top: 0;
}
.facilityList .card-text {
 height: 8.5em;
}
.facilityList .image-wrap {
 padding-top: 55%;
}
.facilityList .image-wrap a:before {
 content: "";
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 z-index: 1;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.32);
 transition: 0.3s ;
}
.facilityList .image-wrap a:after {
 content: "";
 display: block;
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 margin: auto;
 z-index: 2;
 width: 80px;
 height: 80px;
 transition: 0.3s ;
}
.facility01 .image-wrap a:after {
 background: url(../img/facility/facility_icon_01.png) no-repeat center / 100%;
}
.facility02 .image-wrap a:after {
 background: url(../img/facility/facility_icon_02.png) no-repeat center / 100%;
}
.facility03 .image-wrap a:after {
 background: url(../img/facility/facility_icon_03.png) no-repeat center / 100%;
}
.facility04 .image-wrap a:after {
 background: url(../img/facility/facility_icon_04.png) no-repeat center / 100%;
}
.facility05 .image-wrap a:after {
 background: url(../img/facility/facility_icon_05.png) no-repeat center / 100%;
}
.facility06 .image-wrap a:after {
 background: url(../img/facility/facility_icon_06.png) no-repeat center / 100%;
}
.facility07 .image-wrap a:after {
 background: url(../img/facility/facility_icon_07.png) no-repeat center / 100%;
}
.facility08 .image-wrap a:after {
 background: url(../img/facility/facility_icon_08.png) no-repeat center / 100%;
}
.facility09 .image-wrap a:after {
 background: url(../img/facility/facility_icon_09.png) no-repeat center / 100%;
}
.facility10 .image-wrap a:after {
 background: url(../img/facility/facility_icon_10.png) no-repeat center / 100%;
}
.facility11 .image-wrap a:after {
 background: url(../img/facility/facility_icon_11.png) no-repeat center / 100%;
}
.facility12 .image-wrap a:after {
 background: url(../img/facility/facility_icon_13.png) no-repeat center / 100%;
}
.facilityList .image-wrap a:hover img {
 opacity: 1.0;
}
.facilityList .image-wrap a:hover:before {
 background: rgba(0, 0, 0, 0);
}
.facilityList .image-wrap a:hover:after {
 opacity: 0;
}
.facilityList .card .btn {
 display: flex;
 justify-content: center;
 align-items: center;
 max-width: 100%;
 min-width: 100%;
 height: 58px;
 padding: 0;
 color: #004b1e;
}
.facilityList .card .btn div {
 display: inline-block;
}
.single-facility table tr td:first-child {
 font-weight: 700;
 color: #004b1e;
 min-width: 180px;
}
.single-facility .row {
 margin-right: -1%;
 margin-left: -1%;
}
.single-facility .col-6 {
 padding-right: 1%;
 padding-left: 1%;
}

/*------------------ 岡山県総合グラウンドについて ------------------*/

.colorContainer {
  background-color: #fbf4e9;
}

/*------------------ サイトマップ ------------------*/

.page-id-95 main ul {
  margin: 30px 20px;
}
.page-id-95 main li {
  padding-left: 0;
  text-indent: 0;
}
.page-id-95 main li:before {
  display: none;
}
.page-id-95 main li ul {
  margin: 10px 20px;
}

/*------------------ お問い合わせ ------------------*/

.form-group table th {
  padding: 1.6em 0 0;
}
.form-group table td {
  padding: 1em 0;
}
label .necessary {
  display: inline-block;
  width: 5em;
  margin-left: 12px;
  padding: 5px;
  vertical-align: text-top;
  background-color: #c75b5f;
  color: #ffffff;
  text-align: center;
  font-size: 84%;
  line-height: 1;
  letter-spacing: 0.2em;
}
.form-control {
  border-radius: 0;
}
.page-id-609 .form-group table th {
  padding: 1em 0;
}
.page-id-609 .form-group table th label {
  margin-bottom: 0;
}

@media (max-width: 960px) {
 .tableType2 { 
  overflow-x: scroll;
 }
 .tableType2 table {
  min-width: auto;
 }
 .tableType2 table th, .tableType2 table td {
  white-space: nowrap;
  padding: 0.4em 1em;
 }
 .facilityList > div {
  padding: 0 6px;
 }
 .facilityList .card-text {
  font-size: 94%;
 }
}

@media (max-width: 767px) {
  main h1 {
    font-size: 140%;
  }
  main h2,
  main .h2 {
    font-size: 120%;
  }
  main h3,
  main .h3,
  main h4,
  main .h4 {
    font-size: 110%;
  }
  .btnArea {
    padding: 8% 0;
    text-align: center;
  }
  .btnArea .btn {
    display: block;
    max-width: 320px;
    margin: 0 auto;
  }
  .btnArea .btn + .btn {
    margin-top: 20px;
  }
  .anchorBtns {
   align-content: space-between;
   flex-wrap: wrap;
   margin-top: -15px !important;
  }
  .anchorBtns .btn {
   flex-basis: 46%;
   margin-top: 15px;
  }
  .facilityNarrowDown td{
	display: block;
  }
  #eventListing{
	display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  #eventListing tr th,#eventListing tr td{
	padding: 1em;
	min-width: 55%;
  }
  #eventListing tr th:first-child{
	width:250px;
  }
  main table th {
    display: block;
    width: 100%;
    padding: 1em 0 0.5em;
	text-align: left;
	white-space: normal;
  }
  main table td {
    display: block;
    width: 100%;
    padding: 0;
    border-top: none;
	white-space: normal;
  }
  main table td:last-child {
   padding-bottom: 1em;
  }
	
  .wrapper table tr{
	display: flex;
  }
  .wrapper table.EventsShedule tr th{
	min-width: 20%!important;
	padding: 0.8em 0em;
  }

	
  .tableType2 th, .tableType2 td {
   display: table-cell;
   width: auto;
   min-width: auto;
  }
  main .tableType2 td:last-child {
   padding-bottom: 0.4em;
  }
  .cellKeep th {
   display: block;
   width: 100% !important;
   padding: 1em 0 0.5em;
   white-space: nowrap;
  }
  .cellKeep td {
   display: inline-block;
   width: auto !important;
   padding: 0 1em 1em 0;
  }
  main.single .title {
    font-size: 140%;
  }
  main.single article {
    padding: 7% 5%;
  }
  main article {
    padding: 8% 0;
  }
  main article h2 {
    margin: 40px 0 0;
  }
  main article h3 {
    margin-top: 30px;
  }
  main article p {
    margin-top: 15px;
  }
  .form-group table td {
    padding: 0 0 1.6em;
  }
  .w10,
  .w20,
  .w30,
  .w40,
  .w50,
  .w60,
  .w70,
  .w80,
  .w90 {
    width: 100%;
  }
  .tabArea > div {
   padding: 0.6em 0.2em;
   font-size: 86%;
   margin-left: 1px;
  }
  .tabContainer div.contentArea {
   padding: 24px 15px;
  }
  .linkList + .linkList {
   margin-top: 0;
  }
  .wp-caption-text {
   margin-top: 3px !important;
   font-size: 80%;
  }
  .single-facility table tr td:first-child {
   padding: 1em 0 0.5em;
  }
  .tabContents {
   padding: 20px;
  }
  .facilityList .card {
   margin-top: 20px;
  }
  .facilityList .image-wrap {
   padding-top: 45%;
  }
  .facilityList .card-body {
   padding: 15px;
  }
 }

@media (max-width: 575px) {
 .anchorBtns {
  margin-top: 5px !important;
 }
 .anchorBtns .btn {
  flex-basis: 100%;
  margin: 5px 0 0;
 }
 .facilityList .card-title {
  margin-bottom: 0;
  border-bottom: none;
 }
.facilityList .card-text {
  height: auto;
  padding-bottom: 1em;
 }
}