@charset "UTF-8";
#cboxContent {
    background: transparent !important;
    margin-top: 0 !important;
}
#cboxLoadedContent {
    background: transparent !important;
}
/*-----------------------------------

	mainvisual_block

-----------------------------------*/
#mainvisual_block{
	background: url("../img/flyer/mainvisual.jpg")no-repeat;
	background-size: cover;
}
#mainvisual_block .row_box{
	align-items: center;
}

@media screen and (max-width: 840px) {
    #mainvisual_block{
        background: url("../img/flyer/sp/mainvisual.jpg")no-repeat;
        background-size: cover;
        background-position-y: bottom;
    }
}
@media screen and (max-width: 640px) {
    #mainvisual_block .contents_inner {
        margin-top: 30px;
    }
}
/*-----------------------------------

	flyer_block

-----------------------------------*/
#flyer_block {
    padding: 100px 0 136.8px;
}
#flyer_block .topborder_ttl {
    margin-bottom: 94.4px;
}
#flyer_block .flyer_list li {
    width: 100%;
}
#flyer_block .flyer_list li a {
    width: calc((100% - 24px) / 2);
    height: 24.35vw;
    margin-bottom: 14.4px;
    position: relative;
}
#flyer_block .flyer_list li a::before {
    content: "クリックして";
    display: none;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color: #FFFFFF;
    width: max-content;
    height: max-content;
    margin: auto;
    position: absolute;
    inset: 0;
    z-index: 2;
}
#flyer_block .flyer_list li a::after {
    content: "";
    display: none;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    inset: 0;
    z-index: 1;
}
#flyer_block .flyer_list li a:hover::before,
#flyer_block .flyer_list li a:hover::after {
    display: block;
}
#flyer_block .flyer_list li a img {
    height: 100%;
    object-fit: cover;
}
#flyer_block .flyer_list li h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0; 
    margin-bottom: 16.2px;
}
#flyer_block .flyer_list li .date {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 26.2px;
}
#flyer_block .flyer_list li p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
}
@media screen and (max-width: 840px) {
    #flyer_block .topborder_ttl {
        margin-bottom: 74.4px;
    }
    #flyer_block .flyer_list {
        gap: 60px 0;
    }
    #flyer_block .flyer_list li a {
        width: 100%;
        height: 42.8vw;
    }
}
@media screen and (max-width: 640px) {
    #flyer_block {
        padding: 60px 0 195px;
    }
    #flyer_block .topborder_ttl {
        margin-bottom: 52px;
    }
    #flyer_block .flyer_list {
        gap: 33px 0;
    }
    #flyer_block .flyer_list li a {
        height: 62.5vw;
        margin-bottom: 20px;
    }
    #flyer_block .flyer_list li h3 {
        font-size: 22px;
        margin-bottom: 7px;
    }
    #flyer_block .flyer_list li .date,
    #flyer_block .flyer_list li p {
        font-size: 14px;
    }
    #flyer_block .flyer_list li .date {
        margin-bottom: 17px;
    }
}