@charset "UTF-8";

/*------------------ メインビジュアル ------------------*/

#topImage .flex-control-paging li a {
 width: 6px;
 height: 6px;
}
@media (max-width:960px) {
    #topImage {
        margin-top: 4px;
    }
}
/*------------------ コロナ ------------------*/

.coronavirusInfo {
 padding: 0 0 5%;
 text-align: center;
}
.coronavirusInfo img {
 width: 100%;
 max-width: 462px;
}

@media (max-width:767px) {
 .coronavirusInfo {
  padding: 1% 0 10%;
 }
}

/*------------------ メインコンテンツ ------------------*/

main section {
 padding: 5% 0;
}
main section h2 {
 height: 90px;
 padding: 0;
 border-left: 0;
 text-align: center;
 font-size: 0;
}
@media (max-width:767px) {
    main section h2 {
        height: 70px;
    }
}

/*------------------------- 
 slideContents
-------------------------*/
.slideContents {
 display: flex;
 position: relative;
 padding: 50px 0 0;
 margin: 0 -10px;
}
.slideContents .slick-list {
 padding: 5px 0;
}
.slideContents .card {
 flex-basis: 100%;
 margin: 0 10px;
 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);
}
.slick-slide a {
  outline: none !important;
}
.slideContents .image-wrap {
 position: relative;
 overflow: hidden;
 padding-top: 70%;
}
.image-wrap img {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%,-50%);
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.slideContents .card-body {
 padding: 5%;
}
.slideContents .card-title {
 font-weight: 700;
}
.slideContents .card-text {
 height: 3em;
 overflow: hidden;
}  
.slideContents .slick-prev, .slideContents .slick-next {
 width: 42px;
 height: 42px;
 background-color: #FFFFFF;
 border-radius: 24px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    cursor: pointer;
}
.slideContents .slick-prev {
 left: -60px;
 z-index: 2;
}
.slideContents .slick-next {
 right: -60px;
 z-index: 2;
}
.slideContents .slick-prev:before, .slideContents .slick-next:before {
 font-family: "Font Awesome 5 Free";
 display: block;
 color:#004b1e;
 font-size: 30px;
 font-weight: 700;
}
.slideContents .slick-prev:before {
 content: "\f104";
 padding: 0 0 0 12px ;
}
.slideContents .slick-next:before {
 content: "\f105";
 padding: 0 0 0 14px ;
}

@media (max-width:1200px) {
 .slideContents {
  padding: 50px 60px 0;
 }
 .slideContents .slick-prev {
  left: 10px;
 }
 .slideContents .slick-next {
  right: 10px;
 }
}
@media (max-width:960px) {
 .slideContents {
  padding: 50px 30px 0;
 }
 .slideContents .card {
     box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 32%);
 }
 .slideContents .card-title {
    margin-bottom: .3rem;
 }
 .slideContents .slick-prev {
  left: 0;
 }
 .slideContents .slick-next {
  right: 0;
 }
}
@media (max-width:767px) {
 .slideContents {
  padding: 30px 10px 0;
 }
 .slideContents .card {
    margin: 0 5px;
}
 .slideContents .slick-prev {
  left: -5px;
 }
 .slideContents .slick-next {
  right: -5px;
 }
}

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

#sec01 {
 position: relative;
 background-color: #fbf4e9;
}
#sec01:before, #sec01:after {
 content: "";
 position: absolute;
 top: -2px;
 width: 40%;
 max-width: 462px;
 height: 144px;
 background: url(../img/top_pic_02.png) no-repeat right top / auto 100%;
}
#sec01:before {
 left: 0;
}
#sec01:after {
 right: 0;
 transform: scale(-1, 1);
}
#sec01 h2 {
 background: url(../img/top_ti_01.png) no-repeat center / auto 100%;
}
#sec01 .btnArea {
 position: relative;
}
#sec01 .btnArea:before {
 content: "";
 position: absolute;
 bottom: -30px;
 left: 6%;
 width: 61px;
 height: 123px;
 background: url(../img/illust_07.png) no-repeat center top / 100% auto;
 z-index: 2;
}
#sec01 .btnArea:after {
 content: "";
 position: absolute;
 bottom: -30px;
 right: 4%;
 width: 107px;
 height: 130px;
 background: url(../img/illust_08.png) no-repeat center top / 100% auto;
 z-index: 2;
}
@media (max-width:960px) {
    #sec01 .btnArea:before {
        left: 0;
    }
    #sec01 .btnArea:after {
     right: -5px;
    }
}
@media (max-width:767px) {
 #sec01:before, #sec01:after {
     display: none;
 }
 #sec01 {
     background: #fbf4e9 url(../img/illust_09.png) no-repeat center top 80px / auto 6%;
 }
 #sec01 h2 {
     margin-top: 20px;
 }
    #sec01 .btnArea:before {
        bottom: -10px;
        left: 20px;
    }
    #sec01 .btnArea:after {
        bottom: -60px;
        right: 0;
    }
}
@media (max-width:540px) {
 #sec01 .btnArea:before {
  bottom: -80px;
  left: 0;
  width: 50px;
}
#sec01 .btnArea:after {
  bottom: -120px;
  width: 90px;
}
}

/*------------------ お知らせ・Twitter ------------------*/

#sec02 {
 background: url(../img/top_pic_06.png) no-repeat center / cover;
}
#sec02 .inner {
 padding: 0 16px;
}
#secNews, #secTwitter {
 position: relative;
 width: 48%;
 max-width: 500px;
 margin: 0 2%;
 padding: 4% 2% 3%;
 background-color: rgba(255, 255, 255, 0.9);
 border: #FFCD33 4px 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);
}
#secNews:before, #secTwitter:before {
 content: "";
 position: absolute;
 display: block;
 top: -35px;
 left: 50%;
 width: 38px;
 height: 50px;
 margin-left: -16px;
 background: url(../img/icon_clip.png) no-repeat 0 0 / 100% auto;
}
#secNews h2 {
 background: url(../img/top_ti_02.png) no-repeat center / auto 100%;
}
#secTwitter h2 {
 background: url(../img/top_ti_03_20250124.png) no-repeat center / auto 100%;
}
#secNews .infoList,
#secTwitter .twitterArea {
 height: 280px;
 overflow-y: scroll;
 margin: 4% auto 0;
}

@media (max-width:960px) {
}
@media (max-width:767px) {
 #secNews, #secTwitter {
  width: 100%;
  max-width: 100%;
  margin: 40px auto;
  padding: 6% 4% 0;
  background-color: rgba(255, 255, 255, 1.0);
 }
}

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

#sec03 {
 background: url(../img/hira_04.png) no-repeat center top 100px / 980px auto;
}
#sec03 h2 {
 background: url(../img/top_ti_04.png) no-repeat center / auto 100%;
}
#sec03 .facilityMap {
 position: relative;
 text-align: center;
}
#sec03 .facilityMap img {
 width: 100%;
 max-width: 810px;
 margin: 0 auto;
}
#sec03 .facilityList {
 padding: 60px 0 0;
}
#sec03 .facilityList .facility {
 margin-top: 20px;
}
#sec03 .facilityList img {
 max-width: 100%;
 border-radius: 2px;
 -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);
}
#sec03 .facilityList img:hover {
 box-shadow: none;
}

@media (max-width:1200px) {
 #sec03 .facilityList {
  padding: 30px 30px 0;
 }
}

@media (max-width:767px) {
 #sec03 h2 {
  margin-top: 20px;
  background-size: contain;
 }
 #sec03 .facilityMap {
  padding: 10px 0 0;
 }
 #sec03 .facilityList {
  padding: 20px 2% 0;
 }
 #sec03 .facilityList .facility {
  padding-right: 2%;
  padding-left: 2%;
 }
}

@media (max-width:576px) {
 #sec03 .facilityList .facility {
  max-width: 50%;
 }
}

/*------------------ 公園便り ------------------*/

#sec04 {
 background-color: #fbf4e9;
}
#sec04 h2 {
 background: url(../img/top_ti_05.png) no-repeat center / auto 100%;
}
@media (max-width:767px) {
 #sec04 h2 {
  margin-top: 20px;
  background-size: contain;
 }
}


/*------------------ アクセス ------------------*/
/*------------------ 駐車場 ------------------*/

#sec05 h2 {
 background: url(../img/top_ti_06.png) no-repeat center / auto 100%;
}
#sec06 {
 background-color: #fbf4e9;
}
#sec06 h2 {
 background: url(../img/top_ti_07.png) no-repeat center / auto 100%;
}
#sec05 h3,
#sec06 h3 {
    border-bottom: none;
}
#sec05 .access,
#sec06 .parking {
 padding: 50px 0 0;
}
#sec05 .access ul,
#sec06 .parking ul {
    margin: 1em;
}
#sec06 .parking p {
 margin: 1em;
}
#sec06 .parkingMap {
 text-align: center;
}
#sec06 .parkingMap img {
 width: 95%;
 max-width: 486px;
 margin: 0 auto;
}
   
@media (max-width:767px) {
 #sec05 h2, #sec06 h2 {
  margin-top: 20px;
  background-size: contain;
 }
 #sec05 .access,
 #sec06 .parking {
  padding: 30px 0 0;
 }
 #sec05 .access div:first-child,
 #sec06 .parking div:first-child {
  margin-bottom: 30px;
 }
 #sec06 .parkingMap img {
  width: 100%;
 }
}
