@charset "utf-8";

/**********************************************/
/*イベント*/
/**********************************************/

/*表紙*/
.eventbox {
    display: flex;
    flex-wrap: wrap;
    background:url("../img/event_00.png") no-repeat center bottom;
	background-size: 400px;
    padding-bottom: 200px;
}

.eventbox a {
    width: calc((100% / 2) - 60px);
    margin: 0 30px;
    display: block;
    color: #fff;
    text-decoration: none;
    background:url("../img/icon_arrow_w.png") no-repeat right 20px center;
	background-size: 30px;
    background-color: #2d5697;
    border-radius: 10px;
}
.eventbox a:hover {
    background-color: #039393;
}
.eventbox dl {
    margin: 0;
    text-align: center;
    padding: 20px;
}
.eventbox dt {
    font-size: clamp(1.125rem, 1.075rem + 0.25vw, 1.375rem);
    font-weight: bold;
    text-align: center;
}
.eventbox a dd {
    margin: 5px 0 0 0;
    font-weight: bold;
}



/*------------------------------------*/
/*活動報告（表紙）*/
/*------------------------------------*/
.events ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.events li {
    width: calc((100% / 5) - 20px);
    margin: 5px 10px;
    background-color: #dbe3f5;
    text-align: center;
}
.events li a {   
    padding: 5px 10px;
}
.events li span {
    color: #535353;
    color:#fff;
}


/*------------------------------------*/
/*年間スケジュール*/
/*------------------------------------*/
/*カバー*/
.cover-event {
    margin-top: 50px;
}

.cover-event .figure {
    width: 100%;
    max-width: 600px;
    margin: 30px auto;
}
.cover-event .figure figcaption {
    text-align: center;
}

/*カレンダー*/
.calendar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    margin-top: 30px;
}
.calendar dl {
    width: calc((100% / 4) - 10px);
    margin: 5px 5px;
    padding: 0;
    background-color: #f8f8f8;
    min-height: 140px;
}
.calendar dt {
    font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
    line-height: 100%;
    text-align: center;
    font-weight: bold;
    background-color: #dbe3f5;
    padding: 5px 10px;
    margin-bottom: 10px;
}
.calendar dt span {
    font-size: clamp(0.75rem, 0.725rem + 0.13vw, 0.875rem);
    font-weight: normal;
    display: block;
}
.calendar dd {
    margin: 0;
    padding: 0 10px 20px;
}
.calendar ul {
    margin: 20px 0 0 0;
    padding: 0;
    list-style-type: none;
}
.calendar li {
    line-height: 120%;
}
.calendar li~li {
    margin-top: 10px;
}


/*------------------------------------*/
/*活動報告一覧*/
/*------------------------------------*/
/*リスト（仮）*/
.event {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 10px;
    border-bottom: 1px #ddd solid;
    
}
/*写真部分*/
.event-img {
    width: 240px;
    margin-right: 30px;
    height: 140px;
    overflow: hidden;
}
.event-img img {
    display: block;
    width: 100%;
    object-fit: cover;
}

/*テキスト部分*/
.event-txt {
    flex: 1;
}
.event-txt p {
    font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
}
.event-txt .date {
    font-weight: bold;
}
.event-txt h3 {
    margin: 0;
}


/*もっと見るボタン*/
.event .more {
    text-align: right;
}
.event .more a {
    display: inline-block;
    width: 100%;
    max-width: 120px;
    line-height: 100%; 
    font-size: clamp(0.75rem, 0.725rem + 0.13vw, 0.875rem);
    background-color: #185c9f;
    color: #fff;
    text-decoration: none;
    padding: 5px 15px;
    text-align: center;
    border-radius: 3px;
}
.event .more a:hover {
    background-color: #039393;
}

/*年度メニュー*/
.past {
    border-top:1px #ddd solid;
    padding-top: 30px;
    margin-top: 40px;
}
.past ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.past li {
    width: calc((100% / 5) - 20px);
    margin: 5px 10px;
    border: 1px #ddd solid;
}
.past li a {
    display: block;
    line-height: 100%;
    padding: 8px 5px;
    text-align: center;
    text-decoration: none;
    color: #000;
}
.past h4 {
    text-align: center;
}
/*準備中のメニュー*/
.past li span {
    color: #b9b9b9;
    display: block;
    line-height: 100%;
    padding: 8px 5px;
    text-align: center;
}


/*------------------------------------*/
/*活動記録*/
/*------------------------------------*/
#activity {
    margin-top: 60px;
}
#activity h2 {
    text-align: center;
}

/*記事見出し*/
.article-header {
    border-top: 2px #eee solid;
    padding: 30px 10px 10px;
}
.article-header h3 {
    margin: 0;
}
.article-header .date {
    background:url("../img/icon_calendar.png") no-repeat left center;
	background-size: 20px;
    padding: 1px 0 1px 30px;
    margin-bottom: 20px;
    font-weight: bold;
}


/*記事枠*/
.article~.article {
    margin-top: 50px;
}

/*写真ギャラリー*/
.gallery {
    background-color: #f5f5f5;
    padding: 20px 10px;
}
.gallery img {
    display: block;
    height: 100%;
    margin: 0 auto;
}

.screen {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px 0;
    padding: 0 10px;
}
.screen img {
    flex: 1;
    max-width: 590px;
    height: 400px;
    object-fit: cover; /*枠いっぱい*/
    /*object-fit: contain;*/
}
.screen p {
    width: 250px;
    margin-left: 20px;
    line-height: 140%;
}

/*サムネイル*/
.thumbnail {
    margin: 0;
    padding: 0;
    list-style-type: none;

    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.thumbnail li {
    width: calc((100% / 5) - 20px);
    margin: 5px 10px;
    cursor: pointer;
}
.thumbnail li p {
    display: none;
}
.thumbnail li img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

/*ギャラリーへの初期値コピー用*/
.current {}


/*先頭に戻る*/
.pageup {
    margin-top: 30px;
    text-align: right;
}
.pageup a {
    background:url("../img/icon_arrow_up.png") no-repeat left center;
	background-size: 22px;

    padding: 1px 0 1px 26px;
    line-height: 100%;
    color: #000;
}



/****************************/
/*レスポンシブ*/
/****************************/
@media screen and (max-width: 1480px) {
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 980px) {
}

@media screen and (max-width: 780px) {

    .eventbox a {
        width: calc((100% / 2) - 30px);
        margin: 0 15px;
    }
    .events li {
        width: calc((100% / 4) - 20px);
    }
    .calendar dl {
      width: calc((100% / 3) - 10px);
    }
    .event-img {
        width: 35%;
        margin-right: 20px;
    }
    .thumbnail li img {
        height: 80px;
    }
}

@media screen and (max-width: 580px) {

    .eventbox {
        flex-direction: column;
        align-items: center;
        background-size: 300px;
        padding-bottom: 140px;
    }
    .eventbox a {
        display: block;
        width: 100%;
        max-width: 300px;
        margin: 10px 0;
    }
    .events li {
        width: calc((100% / 3) - 20px);
    }

    .calendar dl {
      width: calc((100% / 2) - 10px);
    }
    .past li {
        width: calc((100% / 3) - 10px);
        margin: 5px 5px;
    }

    .event {
        padding: 10px 0;
    }
    .event-img {
        width: 100px;
        height: 80px;
        margin-right: 10px;
    }
    .event-txt p {
        display: none;
    }
    .event .more {
        margin-top: 10px;
    }
    .event .more a {
        max-width: 80px;
        padding: 5px 10px;
    }

    .gallery {
        background-color: transparent;
        padding: 0;
    }

    .screen {
        display: none;
    }
    .thumbnail {
        flex-direction: column;
    }
    .thumbnail li {
        width: 100%;
        margin: 0;
        cursor: auto;
        /*margin: 5px 10px;*/
    }
    .thumbnail li p {
        display: block;
    }
    .thumbnail li img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

}

@media screen and (max-width: 380px) {
    .events li {
        width: calc((100% / 3) - 10px);
         margin: 5px 5px;
    }
}


