#event .top {
    display: none;
}
.hotel .category {
    display: none;
}
.top_image {
    margin-bottom: 0px;
}

/* pt */
.pt{
    background: url("https://couples.jp/article/event/2024/camp/03_point3/img/pc_back.png") top left repeat;
    padding: 57px 50px 50px;
    margin-bottom: 30px;
}

/* bnr */
.cp_bnr_contents {
    margin-bottom: 80px;
}

.cp_bnr {
    display:block;
    width:468px;
    margin: 0 auto 20px;
}


/* pt__title */
.pt__title{
    position: absolute;
    left: 98px;
    top: -30px;
    width: 474px;
    z-index: 1;
}

/* pt-inner */
.pt__inner{
    background: #ffffff;
    border-radius: 10px;
    z-index: 0;
    padding: 75px 32px 50px;
    position: relative;
}

/* pt-whats */
.pt-whats__title{
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
}
.pt-whats__link{
    font-weight: bold;
    font-size: 18px;
    color: #e72d40;
    text-decoration: underline;
    display: block;
    text-align: center;
    width: 350px;
    margin: 0 auto 40px;
}
.pt-whats__reserve{
    width: 400px;
    margin: 0 auto;
    display: block;
    background: #24b4a6;
    box-shadow: 0 6px 0 rgba(49,130,122,1.0);
    border-radius: 5px;
    text-align: center;
    padding: 15px 0;
    font-weight: bold;
    color: #ffffff;
    font-size: 18px;
}
.pt-whats__reserve:hover{
    color: #ffffff;
}

/* pt-save */
.pt-save{
    margin-bottom: 30px;
}
.pt-save__title{
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    background: #e72d40;
    padding: 3px 0 0;
    margin-bottom: 30px;
}
.pt-save__list{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 0 5px;
}
.pt-save__textList{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.pt-save__textListItem{
    padding-left: 1em;
    text-indent: -1em;
    font-size: 13px;
}

/* pt-use */
.pt-use{
    margin-bottom: 40px;
}
.pt-use__title{
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    background: #e72d40;
    padding: 3px 0 0;
    margin-bottom: 30px;
}
.pt-use__list{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 0 5px;
}
.pt-use__textList{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.pt-use__textListItem{
    padding-left: 1em;
    text-indent: -1em;
    font-size: 13px;
}


.camp_end {
    display: none;
}