

#campBox .ttls {
    margin-top: 48px;
}

#campBox .linklistPic {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 24px;
}

#campBox .linklistPic li {
    width: 508px;
    margin: 0 20px 20px 0;
    position: relative;
}

#campBox .linklistPic li .smallTxts {
    margin-right: 50px;
    margin-bottom: 4px;
    font-size: 14px;
}

#campBox .linklistPic li a {
    width: 100%;
}

#campBox .linklistPic li a {
    border: none;
    height: 200px;
    border-radius: 6px;
    position: relative;
    display: flex;
    justify-content: start;
    background: #fff;
}

#campBox .linklistPic li a:hover {
    opacity: 0.75;
}

#campBox .leiTxt {
    padding: 12px 0 0 12px;
    position: relative;
}

#campBox .leiTxt small {
    display: inline-block;
    margin-right: 4px;
    font-size: 12px;
    margin-bottom: 0;
}

#campBox a .leiTxt h4 {
    color: #333;
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 20px;
    margin-right: 6px;
}

/* 240513 Changed from font-size: 14px;*/
#campBox a .leiTxt h4 span {
    color: #666666;
    font-size: 13px;
    font-weight: normal;
}

#campBox a .leiTxt span.entry {
    border-radius: 3px;
    color: #333;
    padding: 4px;
    background-color: #eeeeee;
    font-size: 10px;
    display: inline-block;
    margin: 3px 0;
}

#campBox a .leiTxt p.price {
    color: #BF0000;
    font-weight: bolder;
    font-size: 14px;
    margin: 16px 0 0 0;
}

#campBox a .leiTxt p.price span {
    font-size: 26px;
    line-height: 0;
}

/* 240513 Changed from font-size: 20px;*/
#campBox a .leiTxt p.time {
    font-size: 14px;
    color: #333;
    position: absolute;
    width: 100%;
    bottom: 8px;
}

#campBox a .leiTxt p.time b {
    font-weight: normal;
}

#campBox .leiImg {
    position: relative;
    min-height: 200px;
}

#campBox .leiImg span.status {
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 150px;
}

#campBox .leiImg span.status em {
    border-radius: 3px;
    color: #fff;
    background: #BF0000;
    font-style: normal;
    width: 52px;
    margin-right: 5px;
    padding: 6px;
    height: 12px;
    font-size: 12px;
    text-align: center;
    display: inline-block;
}

#campBox .leiImg span.status em {
    display: none;
}

#campBox .leiImg span.status.finish em.finish {
    display: inline-block;
}

#campBox .leiImg span.status.new em.new {
    display: inline-block;
    background: #00B900;
}

#campBox .leiImg span.status em.new {
    background: #00B900;
}

#campBox li p.icons {
    width: 50px;
    position: absolute;
    top: -5px;
    right: 5px;
    text-align: right;
}

#campBox li p.icons span.point {
    width: 20px;
    height: 20px;
    font-size: 0;
    margin-right: 3px;
    display: inline-block;
    background: url(https://img.travel.rakuten.co.jp/leisure/202309/images/point.svg) no-repeat;
    background-size: 20px 20px;
    text-indent: -9999px;
}

#campBox li p.icons span.coupon {
    width: 20px;
    height: 20px;
    font-size: 0;
    margin-right: 3px;
    display: inline-block;
    background: url(https://img.travel.rakuten.co.jp/leisure/202309/images/coupon.svg) no-repeat;
    background-size: 20px 20px;
    text-indent: -9999px;
}

.ss-center.kanbanIn #campBk.boxSd {
    background: #fafafa;
}

@media screen and (max-width:720px) {
    #campBox a .leiTxt h4 {
        font-size: 15px;
    }

    /* 240513 Changed from font-size: 14px;*/
}

/*Add 240513*/
@media screen and (max-width:320px) {
    #campBox a .leiTxt h4 {
        font-size: 14px;
    }

    #campBox a .leiTxt p.price span {
        font-size: 20px;
    }
}


/* 导航 */
.campNav {
    width: 66%;
    /* min-width: 600px; */
    margin: 24px auto 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid RGB(234, 234, 234);
}

.campNav li {
    width: calc(100% / 5);
    padding: 0 0 16px;
    font-size: 16px;
    text-align: center;
    color: #333;
    font-weight: 700;
    padding: 8px 16px;

    cursor: pointer;
}

.campNav li:hover {
    opacity: 0.8;
}

.campNav li.active {
    border-bottom: 4px solid #BF0000;
}

/* pc */
@media all and (min-width: 721px) {
    #campBlock {
        width: 1040px;
        margin: 32px auto 0;
        position: relative;
    }

    .campSel {
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
        width: 750px;
        margin: auto auto 20px auto;
        font-size: 14px;
    }

    .campSel dt {
        margin-right: 8px;
    }

    .campSel dt a {
        display: flex;
        padding: 5px 10px;
        border: 1px solid #8C8C8C;
        border-radius: 30px;
        background: #fff;
        align-items: center;
        color: #333;
    }

    .campSel dt a:hover {
        opacity: 0.75;
    }

    #selBoxCamp {
        width: 1040px;
        background: #fff;
        padding: 20px 0 24px 0;
        box-sizing: border-box;
        position: fixed;
        top: calc(50% - 310px);
        left: calc(50% - 520px);
        z-index: 900;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        display: none;
    }

    .selBoxSh {
        padding: 20px 60px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        box-sizing: border-box;
        max-height: 472px;
        overflow-y: scroll;
    }

    #selBoxBg {
        width: 100%;
        height: 100%;
        position: fixed;
        background: rgba(0, 0, 0, 0.6);
        z-index: 890;
        top: 0;
        left: 0;
        display: none;
    }

    #selBoxCamp h2 {
        font-size: 16px;
        margin: auto auto 16px 0;
        padding-left: 0;
        height: auto;
        line-height: normal;
    }

    #selBoxCamp h2::before {
        display: none;
    }

    .selUlCamp {
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .selUlCamp li {
        margin-right: 8px;
        margin-bottom: 10px;
    }

    .selUlCamp li a {
        display: block;
        padding: 8px 20px;
        border: 1px solid #8C8C8C;
        border-radius: 50px;
        background: #fff;
        align-items: center;
        color: #333;
        font-size: 14px;
    }

    .selUlCamp li a:hover {
        color: #255500;
        border-color: #255500;
    }

    .selUlCamp li.selTab a {
        color: #255500;
        border-color: #255500;
        background: #EDF2E9;
    }

    .selUlCampEd {
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .selUlCampEd li {
        margin-right: 8px;
        margin-bottom: 10px;
    }

    .selUlCampEd li a {
        display: block;
        padding: 8px 20px;
        border: 1px solid #8C8C8C;
        border-radius: 50px;
        background: #fff;
        align-items: center;
        color: #333;
        font-size: 14px;
    }

    .selUlCampEd li a:hover {
        color: #255500;
        border-color: #255500;
    }

    .selBtn {
        width: 500px;
        margin: 24px auto auto auto;
        display: flex;
        justify-content: space-between;
    }

    .selUlCampEd li.selTab a {
        color: #255500;
        border-color: #255500;
        background: #EDF2E9 url(https://img.travel.rakuten.co.jp/leisure/202309/images/closeSel.svg) right 5px center no-repeat;
        padding-left: 12px;
        padding-right: 22px;
    }

    #shiboriMain {
        margin-bottom: 10px;
    }

    .selBtn p {
        width: 240px;
        box-sizing: border-box;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        border-radius: 4px;
        padding: 12px 0;
        transition: all 0.2s ease;
    }

    .selBtn p:hover {
        opacity: 0.8;
        transition: all 0.2s ease;
        cursor: pointer;
    }

    .selBtn p#selDismiss {
        border: 1px solid #8C8C8C;
        background: #fff;
    }

    .selBtn p#selOk {
        border: 1px solid #54822B;
        background: #54822B;
        color: #fff;
    }

    #selBoxCampBk {
        position: relative;
    }

    #selClose {
        font-size: 16px;
        font-weight: bold;
        background: url(https://img.travel.rakuten.co.jp/leisure/202309/images/closeBtnSel.svg) left center no-repeat;
        padding: 0px 0 0 30px;
        margin: 0 0 20px 24px;
    }

    #selClose:hover {
        cursor: default
    }

    .topNews,
    .topRecmd {
        display: none;
    }

    .topNews:first-of-type,
    .topRecmd:first-of-type {
        display: block;
    }

    .topNews>li {
        display: none;
    }

    .campHtl {
        display: flex;
        justify-content: start;
        width: 1050px;
        margin: auto;
        flex-wrap: wrap;
        padding-bottom: 50px;
    }

    .campNav {
        width: 66%;
        max-width: 600px;
    }

    .campBox {
        width: 498px;
        margin: 0 12px 24px 12px;
        background: #fff;
        font-size: 15px;
        border: 1px solid #ccc;
        border-radius: 6px;
    }

    .campBox a {
        border-radius: 6px;
        color: #333;
        display: block;
        width: 100%;
        position: relative;
    }

    .cpImg {
        border-radius: 6px 0 0 6px;
        overflow: hidden;
        position: absolute;
        width: 192px;
        top: 0;
        left: 0;
        height: 100%;
        bottom: 0;
    }

    .campBox a .tm {
        font-weight: bold;
        color: #fff;
        background: #bf0000;
        padding: 8px 12px;
        border-radius: 3px;
        position: absolute;
        left: 8px;
        top: 8px;
    }

    .campBox a:hover {
        opacity: 0.8;
    }

    .cpTxt {
        text-align: left;
        padding: 16px 8px 16px 210px;
    }

    .campBox a .cpInfo {
        color: #6D6D6D;
        margin-bottom: 10px;
    }

    .cpInfo span {
        display: inline-block;
        margin-right: 8px;
    }

    .campBox a .cpEn {
        margin-bottom: 10px;
    }

    .campBox a .cpEn span {
        background: #F3F3F3;
        border-radius: 3px;
        padding: 4px 6px;
    }

    .campBox a h3 {
        line-height: 1.4;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .campBox a h3 span {
        color: #8C8C8C;
        margin-left: 8px;
        display: inline-block;
        font-size: 15px;
    }

    .pec {
        color: #bf0000;
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .pec b {
        font-size: 30px;
        letter-spacing: -1px;
        margin-right: 2px;
    }

    .cpIcon {
        position: absolute;
        top: 12px;
        right: 12px;
    }

    .cpIcon span {
        display: inline-block;
        width: 21px;
        height: 21px;
    }

    .cp {
        background: url(https://img.travel.rakuten.co.jp/leisure/202309/images/cpIc.svg) center center no-repeat;
    }

    .pt {
        background: url(https://img.travel.rakuten.co.jp/leisure/202309/images/ptIc.svg) center center no-repeat;
    }

    .calc {
        font-size: 14px;
        margin: 0 auto 24px auto;
        width: 1040px;
    }

    .calc b {
        font-size: 18px;
        margin-right: 2px;
    }

    #campBox {
        width: 100%;
        margin: 0 auto;
    }

    #campBox ul.linklistPic {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-items: center;
        gap: 1%;
    }

    #campBox ul.linklistPic li {
        width: calc(98% / 3);
        margin: 0 0 10px 0;
        border: 1px solid #DFDFDF;
        border-radius: 6px;
        box-sizing: border-box;
    }

    #campBk.boxSd {
        padding-bottom: 0px;
    }

    #campBox .ttls {
        margin-top: 48px;
    }

    #campBox .linklistPic {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-top: 24px;
    }

    #campBox .linklistPic li {
        width: 508px;
        margin: 0 20px 20px 0;
        position: relative;
    }

    #campBox .linklistPic li .smallTxts {
        margin-right: 50px;
        margin-bottom: 4px;
        font-size: 14px;
    }

    #campBox .linklistPic li a {
        width: 100%;
    }

    #campBox .linklistPic li a {
        border: none;
        height: 200px;
        border-radius: 6px;
        position: relative;
        display: flex;
        justify-content: start;
        background: #fff;
    }

    #campBox .linklistPic li a:hover {
        opacity: 0.75;
        text-decoration: none;
    }

    #campBox .leiTxt {
        padding: 12px 0 0 12px;
        position: relative;
        width: calc(100% - 200px);
    }

    #campBox .leiTxt small {
        display: inline-block;
        margin-right: 4px;
        font-size: 14px;
        margin-bottom: 0;
    }

    #campBox a .leiTxt h4 {
        color: #333;
        font-size: 15px;
        margin-bottom: 5px;
        line-height: 20px;
        margin-right: 6px;
    }

    /* 240513 Changed from font-size: 14px;*/
    #campBox a .leiTxt h4 span {
        color: #666666;
        font-size: 13px;
        font-weight: normal;
    }

    #campBox a .leiTxt span.entry {
        border-radius: 3px;
        color: #333;
        padding: 4px;
        background-color: #eeeeee;
        font-size: 10px;
        display: inline-block;
        margin: 3px 0;
    }

    #campBox a .leiTxt p.price {
        color: #BF0000;
        font-weight: bolder;
        font-size: 14px;
        margin: 12px 0 0 0;
    }

    /* 240513 Changed from font-size: 20px;*/
    #campBox a .leiTxt p.time {
        font-size: 14px;
        color: #333;
        position: absolute;
        width: 100%;
        bottom: 8px;
    }

    #campBox a .leiTxt p.time b {
        font-weight: normal;
    }

    #campBox .leiImg {
        position: relative;
        min-height: 200px;
        width: 45%;
        min-width: 170px;
        border-radius: 6px 0 0 6px;
    }

    #campBox .leiImg span.status {
        display: block;
        position: absolute;
        top: 6px;
        left: 6px;
        width: 150px;
    }

    #campBox .leiImg span.status em {
        border-radius: 3px;
        color: #fff;
        background: #BF0000;
        font-style: normal;
        width: 52px;
        margin-right: 5px;
        padding: 6px;
        height: 12px;
        font-size: 12px;
        text-align: center;
        display: inline-block;
    }

    #campBox .leiImg span.status em {
        display: none;
    }

    #campBox .leiImg span.status.finish em.finish {
        display: inline-block;
    }

    #campBox .leiImg span.status.new em.new {
        display: inline-block;
        background: #00B900;
    }

    #campBox .leiImg span.status em.new {
        background: #00B900;
    }

    #campBox li p.icons {
        width: 50px;
        position: absolute;
        top: -5px;
        right: 5px;
        text-align: right;
    }

    #campBox li p.icons span.point {
        width: 20px;
        height: 20px;
        font-size: 0;
        margin-right: 3px;
        display: inline-block;
        background: url(https://img.travel.rakuten.co.jp/leisure/202309/images/point.svg) no-repeat;
        background-size: 20px 20px;
        text-indent: -9999px;
    }

    #campBox li p.icons span.coupon {
        width: 20px;
        height: 20px;
        font-size: 0;
        margin-right: 3px;
        display: inline-block;
        background: url(https://img.travel.rakuten.co.jp/leisure/202309/images/coupon.svg) no-repeat;
        background-size: 20px 20px;
        text-indent: -9999px;
    }

    #rkSel {
        font-size: 14px;
        background: #fff;
        display: flex;
        padding: 7px 20px 6px 12px;
        margin-right: 8px;
        border: 1px solid #8C8C8C;
        border-radius: 30px;
        align-items: center;
        justify-content: center;
        color: #333;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: #fff url(https://img.travel.rakuten.co.jp/leisure/202309/images/icon_dropdown_arrow_dwon.svg) right 4px center no-repeat;
    }

}

@media (min-width: 1136px) and (max-width: 1264px) {
    #campBox {
        zoom: 0.9;
    }
    /* #campBox ul.linklistPic {
        gap: 27px;
    } */
}


@media (min-width: 721px) and (max-width: 1135px) {
    /* #campBox ul.linklistPic {
        gap: 28px;
    } */
    #campBox ul.linklistPic li {
        width: calc(98% / 2);
    }
}

/* sp */
@media all and (min-width: 0px) and (max-width: 720px) {
    #campBlock {
        margin: auto 16px;
        position: relative;
    }

    .campSel {
        display: flex;
        justify-content: start;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        margin: 16px auto 16px auto;
        font-size: 14px;
        box-sizing: border-box;
    }

    .campSel dt {
        margin-right: 8px;
    }

    .campSel dt a {
        display: flex;
        padding: 5px 10px;
        border: 1px solid #8C8C8C;
        border-radius: 30px;
        background: #fff;
        align-items: center;
        color: #333;
    }

    .campSel dt a:hover {
        opacity: 0.75;
    }

    #selBoxCamp {
        width: 100%;
        background: #fff;
        padding: 10px 0 10px 0;
        box-sizing: border-box;
        position: fixed;
        top: 0px;
        left: 0;
        z-index: 900;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        display: none;
        bottom: 0;
    }

    .selBoxSh {
        padding: 12px 16px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    }

    #selBoxCamp h2 {
        font-size: 16px;
        margin: auto auto 16px 0;
        padding-left: 0;
    }

    #selBoxCamp h2::before {
        display: none;
    }

    .selUlCamp {
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .selUlCamp li {
        margin-right: 8px;
        margin-bottom: 10px;
    }

    .selUlCamp li a {
        display: block;
        padding: 8px 20px;
        border: 1px solid #8C8C8C;
        border-radius: 50px;
        background: #fff;
        align-items: center;
        color: #333;
        font-size: 14px;
    }

    .selUlCamp li a:hover {
        color: #255500;
        border-color: #255500;
    }

    .selBtn {
        margin: 24px 16px auto 16px;
        display: flex;
        justify-content: space-between;
        height: 70px;
    }

    .selBtn p {
        height: 48px;
    }

    .selUlCamp li.selTab a {
        color: #255500;
        border-color: #255500;
        background: #EDF2E9;
    }

    .selUlCampEd {
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .selUlCampEd li {
        margin-right: 8px;
        margin-bottom: 10px;
    }

    .selUlCampEd li a {
        display: block;
        padding: 8px 20px;
        border: 1px solid #8C8C8C;
        border-radius: 50px;
        background: #fff;
        align-items: center;
        color: #333;
        font-size: 14px;
    }

    .selUlCampEd li a:hover {
        color: #255500;
        border-color: #255500;
    }

    .selUlCampEd li.selTab a {
        color: #255500;
        border-color: #255500;
        background: #EDF2E9 url(https://img.travel.rakuten.co.jp/leisure/202309/images/closeSel.svg) right 5px center no-repeat;
        padding-left: 12px;
        padding-right: 22px;
    }

    .selBtn p {
        width: 48%;
        box-sizing: border-box;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        border-radius: 4px;
        padding: 12px 0;
        transition: all 0.2s ease;
    }

    .selBtn p:hover {
        opacity: 0.8;
        transition: all 0.2s ease;
        cursor: pointer;
    }

    .selBtn p#selDismiss {
        border: 1px solid #8C8C8C;
        background: #fff;
    }

    .selBtn p#selOk {
        border: 1px solid #54822B;
        background: #54822B;
        color: #fff;
    }

    /*-- 
.selBtn p#selOk { border: 1px solid #54822B; background: #54822B; color: #fff;}--*/
    #selBoxCampBk {
        position: relative;
    }

    #selClose {
        font-size: 16px;
        font-weight: bold;
        background: url(https://img.travel.rakuten.co.jp/leisure/202309/images/closeBtnSel.svg) left center no-repeat;
        padding: 0px 0 0 30px;
        margin: 0 0 20px 24px;
    }

    #selClose:hover {
        cursor: default;
    }

    #campBox {
        width: auto;
        overflow: hidden;
    }

    #campBox .linklistPic {
        display: block;
        margin-top: 10px;
    }

    #campBox ul.linklistPic li {
        width: auto;
        float: none;
        margin: 0 0 16px;
        border: 1px solid #DFDFDF;
        border-radius: 5px;
    }

    #campBox .linklistPic li a {
        height: auto;
    }

    #rkSel {
        font-size: 14px;
        background: #fff;
        display: flex;
        padding: 7px 20px 6px 12px;
        border: 1px solid #8C8C8C;
        border-radius: 30px;
        margin-right: 8px;
        align-items: center;
        justify-content: center;
        color: #333;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: #fff url(https://img.travel.rakuten.co.jp/leisure/202309/images/icon_dropdown_arrow_dwon.svg) right 4px center no-repeat;
    }

    .selBoxSh {
        height: calc(100% - 130px);
        overflow-y: scroll;
        box-sizing: border-box;
    }

    #selBoxBg {
        display: none !important;
    }

    #campBox .leiTxt .smallTxts small {
        display: none;
    }

    #campBox .leiTxt .smallTxts small:nth-of-type(1),
    #campBox .leiTxt .smallTxts small:nth-of-type(2) {
        display: inline-block;
    }

    .tmStd {
        position: relative;
        display: block;
        min-height: 30px;
    }

    .tmStd em {
        position: absolute;
    }

    .ss-center.kanbanIn {
        background-color: #f3f3f3;
    }

    #campBk {
        padding-bottom: 10px;
    }


    #campBk,
    #leiBk,
    #typeBk,
    #goalBk,
    #traffBk,
    #actvBk {
        padding: 24px 0;
    }

    #campBk.boxSd {
        background: #fafafa;
    }

    .h2Txt {
        font-size: 12px;
        color: #6D6D6D;
        text-align: center;
        margin: auto auto 16px auto;
    }

    #typef .linklistPic li a {
        color: #333;
    }

    .leiImg {
        width: 40%;
        border-radius: 5px 0 0 5px;
    }

    .leiTxt {
        padding: 12px 0 12px 8px;
        width: calc(60% - 12px);
    }

    .leiTxt small {
        display: block;
        color: #6D6D6D;
        font-size: 12px;
        margin-bottom: 6px;
    }

    .leiTxt h4 {
        font-size: 14px;
        margin-bottom: 6px;
        line-height: 1.4;
    }

    .leiTxt p {
        font-size: 12px;
        line-height: 1.6;
    }


    /* 导航 */
    .campNav {
        width: 100%;
        overflow-x: auto;
        justify-content: flex-start;
        margin: 16px auto;
    }

    .campNav li {
        width: auto;
        padding: 0 0 12px;
        font-size: 14px;
        text-align: center;
        color: #333;
        font-weight: 700;
        cursor: pointer;
        flex-shrink: 0;
        flex: 1;
    }



    .campNav li.active {
        border-bottom: 4px solid #BF0000;
    }

    @media screen and (max-width: 360px) {

        .topNav li,
        #campBox a .leiTxt p.time {
            font-size: 10px;
        }
    }

    @media screen and (max-width: 720px) and (min-width: 570px) {
        #campBox .leiImg {
            width: 26%;
        }
    }

    @media screen and (max-width: 569px) and (min-width: 490px) {
        #campBox .leiImg {
            width: 32%;
            min-height: 180px;
        }
    }

    @media screen and (max-width: 390px) {
        .campNav li {
            width: 76px;
            flex: none;
        }
    }



}