@charset "utf-8";
/* CSS Document */
.top_image{
    margin-bottom: 0 !important;
}
.wrap{
    background: url(https://couples.jp/article/event/2026/camp/08_reserve_cp/img/tobira_bg.png) repeat-y;
    background-size: 100% auto;
}
.campArea{
    padding: 40px;
}
@media screen and (max-width:768px){
    .campArea{
        padding: 20px;
    }
}
.camp-listItem{
    margin-bottom: 40px;
    background-color: #ffb800;
    border: 6px solid #ff6c00;
    border-radius: 24px;
    text-align: center;
    &:last-child{
        margin-bottom: 0;
    }
}
@media screen and (max-width:768px){
    .camp-listItem{
        margin-bottom: 12px;
    }
}
.camp-listItem--green{
    background-color: #06c755;
    border-color: #007c33;
}
.camp-image{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.camp-btnArea{
    text-align: center;
}
.camp-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: calc(100% - 60px);
    box-sizing: border-box;
    background-color: #fff;
    color: #2990df;
    font-size: 1.8rem;
    margin: 16px 30px 24px;
    padding: 18px 8px;
    border: 2px solid #2990df;
    border-radius: 50px;
    &:hover{
        color: #2990df;
        background-color: #dcedf9;
        opacity: 1;
    }
}
.camp-listItem--green .camp-btn{
    margin-top: 4px;
}
.camp-btnIcon{
    width: 9px;
    height: 15px;
    background: url(https://couples.jp/article/event/2026/camp/08_reserve_cp/img/tobira_arrow.svg) no-repeat center / contain;
    flex-shrink: 0;
}
@media screen and (max-width:768px){
    .camp-btn{
        gap: 6px;
        width: calc(100% - 20px);
        margin: 16px 10px 20px;
        padding: 16px 4px;
        font-size: 1.4rem;
    }
    .camp-btnIcon{
        width: 7px;
    }
}