.page_ttl {
    max-width: 500px;
    width: 90%;
    text-align: center;
    font-size: clamp(20px,3vw,30px);
    font-weight: bold;
    color: #5a0000;
    letter-spacing: 0.1em;
    margin: 50px auto 0;
    border-bottom: 2px solid #d70013;
    padding: 0 10px 10px;
}


.sec_ttl {
    text-align: center;
    font-size: clamp(17px,2.5vw,25px);
    letter-spacing: 0.1em;
}

.sec_ttl::before {
    content: '';
    display: block;
    width: 100px;
    height: 30px;
    margin: 0 auto 15px;
    background-image: url(../images/event/page_deco.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.sec01 {
    margin-top: 50px;
}

.sec01 .bnr {
    max-width: 600px;
    width: 90%;
    margin: 20px auto 0;
}

.sec01 .wrap {
    max-width: 800px;
    width: 90%;
    margin: 60px auto 0;
}

.sec01 .wrap_lead {
    background-color: #660000;
    color: #fff;
    display: inline-block;
    padding: 5px 25px;
    font-size: clamp(13px,1.5vw,17px);
}

.sec01 .wrap_txt {
    font-size: clamp(13px,1.4vw,16px);
}

#en .sec01 .wrap_txt {
    font-size: clamp(13px,1.5vw,18px);
}

#en .sec01 .wrap_txt .small {
    font-size: clamp(10px,1.2vw,13px);
}

#en .sec01 .bottom {
    display: block;
}

#en .sec01 .bottom .menu {
    border-top: 1px solid #d1a58e;
    border-bottom: 1px solid #d1a58e;
    padding: 25px 0;
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 30px 0;
}

#en .sec01 .bottom .menu .lead {
    max-width: 130px;
    width: 30%;
}

#en .sec01 .bottom .menu .list_wrap li {
    display: flex;
}

#en .sec01 .bottom .menu .list_wrap li::before {
    content: '・';
}

.sec01 .wrap .top .image {
    margin-top: 20px;
}

.sec01 .wrap .bottom {
    display: flex;
    align-items: flex-start;
    gap: 0 20px;
    margin-top: 30px;
}


.sec02 {
    margin: 70px 0 100px;
}

.sec02 .sec_ttl {
    color: #e93324;
}

.sec02 .sec_txt {
    text-align: center;
    font-size: clamp(14px,1.5vw,17px);
    margin-top: 10px;
}

.sec02 .list_wrap {
    max-width: 800px;
    width: 90%;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
}

.sec02 .list_wrap li {
    width: 48%;
}


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

    .page_ttl {
        margin-top: 40px;
    }

    .sec_ttl::before {
        width: 80px;
        height: 20px;
        margin-bottom: 10px;
    }

    .sec01 {
        margin-top: 30px;
    }

    .sec01 .wrap {
        margin-top: 40px;
    }

    .sec01 .wrap_lead {
        padding: 5px 20px;
    }

    .sec01 .wrap .top .image {
        margin-top: 15px;
    }

    .sec01 .wrap .bottom {
        margin-top: 20px;
        flex-wrap: wrap;
        gap: 10px 0;
    }

    #en .sec01 .bottom .menu {
        flex-direction: column;
        margin: 25px 0;
        padding: 20px 0;
    }

    #en .sec01 .bottom .menu .lead {
        max-width: 90px;
    }

    .sec02 {
        margin: 50px 0 0;
    }

    .sec02 .list_wrap {
        flex-direction: column;
        margin-top: 20px;
        width: 80%;
        gap: 20px 0;
    }

    .sec02 .list_wrap li {
        width: 100%;
    }
}



