@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/double_bg.png) repeat;
    padding: 40px 0;
}
.camp-schedule-inner{
    padding: 0 80px;
}
@media screen and (max-width:768px){
    .camp-schedule{
        padding: 12px 0;
    }
    .camp-schedule-inner{
        padding: 0 12px;
    }
}
.camp-schedule-heading{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    width: 100%;
    padding: 24px 32px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 8px 16px rgba(0,0,0,.10);
    box-sizing: border-box;
}
.camp-schedule-heading::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%) rotate(45deg);
    width: 24px;
    height: 24px;
    background: #fff;
    box-shadow: 6px 6px 10px rgba(0,0,0,.08);
}
.camp-schedule-heading__icon{
    width: 38px;
    height: auto;
}
.camp-schedule-heading__text{
    margin-left: 8px;
    font-size: 2.8rem;
    font-weight: bold;
    color: #333333;
}
@media screen and (max-width:768px){
    .camp-schedule-heading{
        margin-bottom: 20px;
        padding: 20px 12px;
    }
    .camp-schedule-heading__text{
        font-size: 1.8rem;
    }
}
.camp-schedule-card{
    background-color: #ffffff;
    border-radius: 24px;
    padding: 30px;
    margin-bottom: 30px;
}
@media screen and (max-width:768px){
    .camp-schedule-card{
        margin-bottom: 20px;
        padding: 8px;
    }
}
.camp-schedule-card__img{
    width: 100%;
    display: block;
}
.camp-schedule-btnArea{
    text-align: center;
}
.camp-schedule-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
    background-color: #ffc924;
    color: #333333;
    border: 3px solid #fff;
    border-radius: 50px;
    font-size: 2.4rem;
    font-weight: bold;
    padding: 14px 40px;
    &:hover{
        background-color: #fad564;
        color: #333333;
        opacity: 1;
    }
}
@media screen and (max-width:768px){
    .camp-schedule-btn{
        font-size: 1.8rem;
    }
}
.camp-schedule-btnIcon{
    display: flex;
    align-items: center;
    gap: 10px;
}
.camp-schedule-btnIcon__img{
    width: 26px;
    height: auto;
}

