@charset "UTF-8";

/* --------------------------------------------------
  スライド
-------------------------------------------------- */

#slide img { width: 100%; }

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 767px) {
}

/* --------------------------------------------------
  メイン
-------------------------------------------------- */

main { margin: 0; width: 100%; }
main section { padding: 80px 0; }
main section:nth-child(even) { background: #f4f4f4; }
main section .inner { margin: 0 auto; width: 1200px; }
main section h2 { margin-bottom: 50px; padding-bottom: 10px; font-size: 2.8rem; text-align: center; position: relative; }
main section h2::after { content: ''; margin: 0 auto; width: 100px; height: 4px; background: rgba(var(--main-color)); display: block; position: absolute; left: 0; right: 0; bottom: 0; }
main section p{margin-bottom:20px;}

@media screen and (max-width: 1024px) {
main section { padding: 70px 0; }
main section .inner { padding: 0 20px; width: 100%; }
main section h2 { margin-bottom: 40px; font-size: 2.6rem; }
main section h2::after { width: 90px; height: 3px; }
}

@media screen and (max-width: 767px) {
main section { padding: 60px 0; }
main section .inner { padding: 0 10px; }
main section h2 { margin-bottom: 30px; font-size: 2.4rem; }
main section h2::after { width: 80px; }
}

/* --------------------------------------------------
  NEWS
-------------------------------------------------- */

#news ul { margin: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: space-between; }
#news li { margin-bottom: 10px; width: 234px; }
#news li a { padding: 10px; height: 100%; background: #f4f4f4; color: #111; display: block; }
#news li img { margin-bottom: 10px; width: 100%; height: 200px; background: #fff; object-fit: cover; }
#news li .date { display: block; }
#news li strong {}

@media screen and (max-width: 1024px) {
#news li { width: 33%; }
}

@media screen and (max-width: 767px) {
#news li { width: 49%; }
}

@media screen and (max-width: 375px) {
#news li { width: 100%; }
}

/*
#news {}
#news ul { margin: 0 auto 40px; width: 900px; }
#news li { padding: 15px; border-bottom: dashed 1px #ccc; display: flex; }
#news li .date { margin-right: 20px; flex-shrink: 0; }

@media screen and (max-width: 1024px) {
#news ul { margin-bottom: 30px; width: 100%; max-width: 900px; }
}

@media screen and (max-width: 767px) {
#news ul { margin-bottom: 20px; }
#news li { padding: 10px; display: block; }
#news li .date { margin-right: 0; display: block; }
}
*/

/* --------------------------------------------------
  report
-------------------------------------------------- */

#report ul { margin: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: space-between; }
#report li { margin-bottom: 10px; width: 234px; }
#report li a { padding: 10px; height: 100%; background: #f4f4f4; color: #111; display: block; }
#report li img { margin-bottom: 10px; width: 100%; height: 200px; background: #fff; object-fit: cover; }
#report li .date { display: block; }
#report li strong {}

@media screen and (max-width: 1024px) {
#report li { width: 33%; }
}

@media screen and (max-width: 767px) {
#report li { width: 49%; }
}

@media screen and (max-width: 375px) {
#report li { width: 100%; }
}


/* --------------------------------------------------
  イベント
-------------------------------------------------- */

#event {}
#event ul { margin: 0 auto 40px; display: flex; flex-wrap: wrap; justify-content: space-between; }
#event ul::after { content: ''; width: 280px; height: 0; }
#event li { width: 280px; background: #fff; }
#event li a { color: #111; }
#event li .eye-catch { width: 280px; height: 210px; position: relative; overflow: hidden; }
#event li .eye-catch img { width: 100%; }
#event li .eye-catch .category { padding: 3px 15px; background: rgba(var(--main-color)); color: #fff; display: inline-block; position: absolute; left: 0; bottom: 0; }
#event li .body { padding: 10px 20px; }
#event li .date { display: block; }
#event li .title { margin: 10px 0 20px; font-size: 1.8rem; font-weight: bold; text-align: center; display: block; }
#event li a:hover { text-decoration: none; }
#event li a:hover img { transform: scale(1.1); }

@media screen and (max-width: 1024px) {
#event ul { margin-bottom: 30px; }
#event li { margin-bottom: 30px; width: 48%; }
#event li .eye-catch { width: 100%; }
}

@media screen and (max-width: 767px) {
#event ul { margin-bottom: 20px; }
#event li { margin-bottom: 20px; width: 100%; }
}

/* --------------------------------------------------
  FUすぽまちとは
-------------------------------------------------- */

#about {}
#about .logo{width:50%;display:block;margin:10px auto;}
#about p{width:900px;margin:0 auto 20px;}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 767px) {
#about .logo{width:100%;display:block;margin:10px auto;}
#about p{width:100%;margin:0 auto 20px;}
#about p img{max-width:100%;}
}

/* --------------------------------------------------
  フォトギャラリー
-------------------------------------------------- */

#gallery {}
#gallery p{text-align:center;}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 767px) {
}

/* --------------------------------------------------
  SDGsへの取り組み
-------------------------------------------------- */

#sdgs {}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 767px) {
}
