@charset "utf-8";
.top_image{
    margin-bottom: 0 !important;
}
/*===========================================*/
/* camp-schedule
/*===========================================*/
.camp-schedule{
    background: url(https://couples.jp/article/event/2026/camp/08_reserve_cp/img/line_bg.jpg) repeat;
    padding: 40px 0;
}
.camp-schedule-inner{
    padding: 0 80px;
}
@media screen and (max-width:768px){
    .camp-schedule{
        padding: 12px;
    }
    .camp-schedule-inner{
        padding: 12px;
    }
}
.camp-schedule-entry{
    margin-bottom: 20px;
    padding: 24px 20px;
    background-color: #fff;
    border-radius: 20px;
}
.camp-schedule-entryTitle__img{
    width: 100%;
    height: auto;
}
.camp-schedule-entryArea{
    padding-bottom: 20px;
    &:nth-of-type(1){
        margin: 20px 0 16px;
        padding-bottom: 30px;
        background: url(https://couples.jp/article/event/2026/camp/08_reserve_cp/img/line_icon_arrow.png) center bottom no-repeat;
    }
}
.camp-schedule-entryArea__titleEntry,
.camp-schedule-entryArea__titlePoint{
    padding: 0 0 8px 32px;
    font-size: 2.0rem;
    background: url(https://couples.jp/article/event/2026/camp/08_reserve_cp/img/line_icon_bubble.png) 0 4px / 24px auto no-repeat;
    border-bottom: 1px dashed #ddd;
    &.camp-schedule-entryArea__titlePoint{
        background: url(https://couples.jp/article/event/2026/camp/08_reserve_cp/img/line_icon_point.png) 0 2px / 22px auto no-repeat;
    }
}
.camp-schedule-entryArea__txt{
    margin: 12px 0 0 32px;
    font-size: 1.6rem;
}
.camp-schedule-entryWarning{
    padding: 4px;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    color: #f02020;
    border: 2px solid #fa6565;
    border-radius: 3px;
    &::before{
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-right: 6px;
        vertical-align: -2px;
        background: url(https://couples.jp/article/event/2026/camp/08_reserve_cp/img/line_icon_attention.png) no-repeat center;
        background-size: contain;
    }
}
.camp-schedule-btnArea{
    display: none;
    text-align: center;
}
@media screen and (max-width:768px){
    .camp-schedule-btnArea{
        display: block;
    }
    .camp-schedule-btnAreaSp{
        display: none;
    }
}
.camp-schedule-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
    background-color: #06c755;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 50px;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 16px 8px;
    &:hover{
        background-color: #39d479;
        color: #fff;
        opacity: 1;
    }
}
.camp-schedule-btnIcon{
    display: flex;
    align-items: center;
    gap: 8px;
}
.camp-schedule-btnIcon__img{
    display: inline-block;
    margin-top: -4px;
    width: 32px;
    height: auto;
}
.camp-schedule-btnAreaSp{
    margin-bottom: 20px;
    padding: 24px 20px;
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
}
.camp-schedule-entryTitleLineSp{
    display: inline-block;
    padding: 6px 0 20px 48px;
    font-size: 1.8rem;
    background: url(https://couples.jp/article/event/2026/camp/08_reserve_cp/img/line_icon_line.png) 0 0 / 40px auto no-repeat;
}
.camp-schedule-entryQr{
    display: inline-block;
    width: 100%;
    .camp-schedule-entryQr__img{
        width: 30%;
        height: auto;
        border: 8px solid #f1f1f1;
    }
}