@charset "euc-jp";
@media (min-width:961px){
    .header{
        flex-direction: column-reverse;
        padding-bottom: 4em;
    }
    .sitename{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .headlogo{
        flex-direction: column;
    }
    .headlogo .text{
        align-items: center;
        font-size: 200%;
    }
}
.main_wrapper{
    margin-top: 0;
}


/*  */
.fv_image{
    position: relative;
    margin-top: 3em;
    margin-bottom: 5em;
    display: flex;
    flex-direction: column;
    gap: 3em;
}
.fvtxt{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fvtxtinner{
    width: 100%;
    max-width: 920px;
    background: rgba(255,255,255,.6);
    padding: 1.5em;
    color: #000;
}
.fvtxt .title{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 180%;
    margin-bottom: 1em;
}
.fvtxt .comment{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 120%;
}
.fv_wrapper2{
    transform: translate(-120px, 0);
    width: calc(100% + 120px);
}
.loop_image{
    display: flex;
}
.loop_image .box{
    width: 240px;
    padding: 0 3em;
}
.loop_image .box img{
    width: 100%;
}
@media (min-width:961px){
    .fvtxt .comment .txt{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width:660px){
    .fvtxt{
        position: static;
    }
    .fvtxtinner{
        padding: 2em 20px 0;
    }
}


/*  */
.eventbanner{
    display: flex;
    flex-wrap: wrap;
    gap: 5em;
}
.eventbanner li{
    width: calc((100% - 5em * 2) / 3);
}
@media (max-width:1160px){
    .eventbanner{
        gap: 3em 3vw;
    }
    .eventbanner li{
        width: calc((100% - 3vw * 2) / 3);
    }
}