.top_image {
    margin-bottom: 0;
}
.top_image img{
    width: 100%;
    height: auto;
}
.nav.m_cl{
    display: none;
}
.hotel .category {
    margin-bottom: 0;
}.camp_note h2 {
    background-color: #3bbcaf;
}

.contents {
    background: url(https://couples.jp/article/event/2026/camp/06_user_rank/img/bg.png), repeat-y;
    padding: 25px 0 1px 0;
    margin-bottom: 50px;
}
.block {
    padding: 40px;
    margin: 0 100px 40px 100px;
    background-color: #ffffff;
}
.block img {
    display: block;
    width: 100%;
    height: auto;
}
.point_lead {
    margin-bottom: 15px;
    text-align: center;
}
.point_leadLabel {
    font-size: 1.8rem;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ffe100 60%);
    display: inline;
}
.point_about {
    text-align: center;
    margin-bottom: 30px;
}
.point_aboutLink {
    padding: 5px 0 5px 25px;
    text-decoration: underline;
    display: inline-block;
    color: #2990df;
    background: url(https://couples.jp/article/event/2026/camp/06_user_rank/img/coin.png) no-repeat left center;
    background-size: 20px 20px;
}
.rank_title {
    position: relative;
    width: 100%;
    padding: 15px;
    background: #ff6b00;
    border-radius: 12px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}
.rank_title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -11px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 14px 0 14px;
    border-color: #ff6b00 transparent transparent transparent;
}
.rank_title span {
    font-size: 2.6rem;
}
.rank_confirm {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}
.rank_confirmCap {
    flex: 1;
}
.rank_confirmExplanation {
    flex: 1;
}
.booking_area {
    text-align: center;
}
.booking_areaLink {
    background-color: #3bbcaf;
    display: inline-block;
    padding: 15px 40px;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: bold;
    border-radius: 50px;
}
.booking_areaLink:hover{
    background-color: #04998a;
    color: #ffffff;
}
.message {
    font-size: 1.9rem;
    font-weight: bold;
}