<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*reset*/
*{
    box-sizing: border-box;
}
img{
    max-width:100%;
}

:root {
    --color-bk:#545350;
    --bgColor:rgb(248, 255, 204,0.5);
    --borderColor:#96ebde;
    --box-shadow:rgba(164, 161, 114, 0.2);
    }


body{
    line-height: 1;
    font-family: YuGothic, "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "ãƒ¡ã‚¤ãƒªã‚ª", sans-serif;
}


.br-pc{
    display:none;
}

.contentWrapper {
    overflow: hidden;
    font-weight: 400;
    color: var(--color-bk);
    letter-spacing: .05em;
}

.mainVisual__wrapper{
    text-align: center;
    max-width:1200px;
    margin:0 auto;
}

section{
    padding:80px 0;
}

section.bgColor{
    background:var(--bgColor);
}

.contentInner{
    padding:0 4%;
    margin: 0 auto;
    position: relative;
    z-index:2;
}

@media (min-width: 768px) {

    .br-pc{
        display:block;
    }

    section{
        padding:80px 0;
    }

    .contentInner{
        max-width: 1000px;
    }
}


/*contents*/
.page__ttl,.point__date{
    width:90%;
    max-width:380px;
    margin:0 auto 1.6rem;
}

.point__date{
    margin:2rem auto 0;
}

.page__desc{
    font-size:13px;
    padding:0 4%;
    /* max-width:400px; */
    text-align: center;
    /* margin:15px auto 25px; */
    line-height: 2.2;
}

.event__date{
    width:80%;
    max-width:320px;
    margin:3rem auto 0;
}

.selectItem__ttl{
    width:80%;
    max-width:340px;
    margin:0 auto 2rem;
}

.recoItem__lists{
    width:80%;
    display: flex;
    flex-direction: column;
    gap:1rem;
    margin:0 auto;
}

.recoItem__lists li{

    background:#fff;
    /* padding:1rem; */
    box-shadow: 0 0 4px rgb(167, 162, 126,0.3);
}

.recoItem__lists li .ttl,.recoItem__lists li .price{
    font-size:13px;
    font-weight: bold;
    line-height: 1.4;


}

.recoItem__lists li .ttl{
    margin-top:13px;
    padding:0 16px;
}

.recoItem__lists li div{
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    margin-top:16px;
    padding:0 16px 16px;
}

.recoItem__lists li .point{
width:fit-content;
font-size:13px;
background:#FF6575;
border-radius: 3px;
color:#fff;
padding:3px 4px;
margin-left:16px;
}


.more-link a{
    margin:4rem auto 0;
    display: block;
    width:80%;
    max-width:380px;
    background:var(--color-bk);
    color:#fff !important;
    text-align: center;
    font-weight: bold;
    font-size:14px;
    padding:12px;
    border-radius: 4px;
}

@media (min-width: 768px) {

    .intro__wrapper::before{
        width:22%;
        height:143px;
        top:20px;
    }
    
    .intro__wrapper::after{
        width:18%;
        height:147px;
        left:0;
        bottom:80px;
    }


    /* .event__date{
        margin:24px auto 0;
    } */

    .selectItem__ttl{
        max-width:310px;
    }


.recoItem__lists{
    width:100%;
    flex-direction: row;
    flex-wrap:wrap;
    gap:2rem;
}

.recoItem__lists li{
    width:calc((100% - 4rem) /3);
}

.recoItem__lists li .ttl,.recoItem__lists li .price{
    font-size:13px;
    line-height: 1.5;


}

.recoItem__lists li .ttl{
    margin-top:16px;
    padding:0 16px;
}

.recoItem__lists li div{
    margin-top:16px;
    padding:0 16px 24px;
}

.recoItem__lists li .price{
    font-size:14px;
}

.recoItem__lists li .point{
width:fit-content;
font-size:14px;
background:#FF6575;
line-height: 1;
color:#fff;
padding:6px 8px;
margin-left:8px;
}

}




</pre></body></html>