@charset "UTF-8";
/*    ––––––––––––––––––––––––––––––––––––––––––––––––––
共通
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/*   8月予告
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#item3 section{
    padding: 50px 0 120px;
}

#item3 .top_tab_h3:after {
    border-top: 20px solid var(--blue);
}

#item3 section{
    background-image: url(../img2025/top_08_notice_back01.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

#item3 .top_tab_h3 {
    color: #fff;
    background:var(--black);
}

.notice_main_img{
    background: var(--blue);
    border: solid var(--black);
    border-width: 2px 0;
    height: 450px;
    position: relative;
}

.notice_img01{
    position: absolute;
    z-index: 2;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -60px;
}
.notice_img02{
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -60px;
}
.notice_img03{
    position: absolute;
    z-index: 3;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -60px;
}

.notice_list{
    padding: 100px 15px 70px;
    background: rgb(255, 255, 255, 0.8);
}

.notice_list .slick-list{
    margin: 0 -10px;
}

.top .top_schedule_list .notice_list .notice_list_li{
    border: solid 2px;
    border-radius: 25px;
    position: relative;
    padding: 15px;
    margin: 10px 10px 0;
    background-image: url(../img2025/top_08_notice_special_back01.png);
    background-color:rgba(255,255,255,0.8);
    background-blend-mode:lighten;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    height: 590px;
}

.top .top_schedule_list .notice_list_number{
    width: 20%;
    position: absolute;
    top: -3%;
    z-index: 1;
    left: 20px;
}

.top .top_schedule_list .notice_list_img{
    border: solid 2px;
    border-radius: 15px;
    padding: 0 !important;
}

.notice_list_text{
    position: relative;
    padding-top: 100px;
    text-align: justify;
}

.top .top_schedule_list ul li .notice_list_text img{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -30px;
    max-height: 130px;
}

.top .top_schedule_list ul li .notice_list_text p{
    display: inline;
    background: #fff;
    line-height: 2.4rem;
    font-weight: 500;

}

.notice_list_li h5{
    text-align: center;
    background: #fff;
    border: solid 1px var(--black);
    border-radius: 4px;
}

.notice_list .slick-slider {
    pointer-events: auto !important;
    border-top: none !important;
}

.notice_list .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button:before {
    font-size: 40px;
}

.notice_special{
    padding: 0 0 100px;
    background-image: url(../img2025/top_08_notice_special_back01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
}

.notice_special_area{
    border: solid 2px var(--black);
    background: #fff;
    padding: 15px;
    border-radius: 20px;
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
}

.notice_special_area01{
    width: 50%;
}

.notice_special_area02{
    width: 50%;
}

.notice_special_area02 img{
    height: 100%;
    object-fit: cover;
}


.notice_special_area02 figure img{
    max-height: 410px;
}

.top .top_schedule_list ul.slick-dots{
    border-top: none;
}


/* 550px以下
------------------------------------------------------------*/
@media screen and (max-width: 575px)    {
    .notice_main_img {
        height: 270px;
    }

    .notice_img01,
    .notice_img02,
    .notice_img03 {
        height: 300px;
        bottom: -34px;
    }

    .notice_img01,
    .notice_img02{
        object-fit: cover;
    }

    .notice_img03{
        object-fit: contain;
    }

    .top .top_schedule_list ul li .notice_list_text img {
    top: -18px;
    max-height: 75px;
    }

    .notice_list_text {
        padding-top: 60px;
    }

    .notice_list_text h5 {
        font-size: 1.5rem;
        margin-bottom: 5px;
    }

    .top .top_schedule_list ul li .notice_list_text p {
        font-size: 1.3rem;
        line-height: 1.5rem;
    }

    .top .top_schedule_list .notice_list .notice_list_li {
    border: solid 2px;
    border-radius: 10px;
    padding: 10px;
    height: 380px;
}

.top .top_schedule_list .notice_list_img {
    border: solid 1px;
    border-radius: 8px;
}

.top .top_schedule_list .notice_list_number {
    left: 5px;
}

.notice_list {
    padding: 45px 15px 70px;
}

.notice_special_area {
    padding: 15px;
    border-radius: 10px;
    flex-wrap: wrap;
    gap: 0;
}

.notice_special_area01,
.notice_special_area02 {
    width: 100%;
}

.notice_special_area02 figure img{
    height: 300px;
}


}