.page__mv {
    background: url(../image/campsite-mv_img.jpg);
}

/* MVスマホ画面用（幅768px以下） */
@media (max-width: 768px) {
    .page__mv {
        background-image: url(../image/campsite-mv_img__sp.jpg);
        min-height: 338px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .page__title {
        font-size: 28px;
        max-width: 302px;
        text-align: center;
    }
}

/* タイトル */
.title {
    margin-top: 0px;
    padding-top: 0;
}

.title h3 {
    margin-top: 0px;
}

.br-pc {
    display: block;
}

.br-sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .br-pc {
        display: none;
    }

    .br-sp {
        display: block;
    }
}

/* おすすめエリア */
.recommend__container {
    background-color: #F2F0E9;
}

/* ベースに入れてもOK */
.bg__shape {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg__recommend-bottom {
    background-image: url(../image/recommend__bg-buttom.svg);
    height: 288px;
}

/* タイトル */
.title {
    margin-top: 0px;
    padding-top: 0;
}

/* マップ */
.map__info-box {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 30px;
}

.map__info {
    font-weight: 500;
    font-size: 18px;
    font-family: "Prompt", 'Zen Kaku Gothic New', sans-serif;
    line-height: 1.5;
}

.map__button {
    color: #8AB262;
    border: 2px solid #8AB262;
    margin-left: 11px;
    padding: 12px 64px;
    border-radius: 60px;
    transition: background-color 0.3s ease;
}

.map__button:hover {
    background-color: #8AB262;
    color: #fff;
}

.map__button__arrow {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-top: 3px solid #8AB262;
    border-right: 3px solid #8AB262;
    transform: rotate(45deg);
    transition: border-color 0.3s;
}

.map__button:hover .map__button__arrow {
    border-top-color: #ffffff;
    border-right-color: #ffffff;
}

.map__button__width {
    font-weight: 700;
    font-family: "Prompt", sans-serif;
    font-size: 18px;
    line-height: 1.8;
}

/* おすすめエリア */

.recommend__container .title {
    padding-top: 70px;
}

.recommend__card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    max-width: 1080px;
    margin: 60px auto 0;
}

.card {
    background-color: transparent;
    width: 100%;
    /* overflow: hidden; */
}

.card img {
    height: 315px;
    object-fit: cover;
    display: block;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.card__body {
    background-color: #fff;
    min-height: 164px;
    padding-top: 25px;
    padding-bottom: 45px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;

    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    min-width: 260px;
}

.card img,
.card__body {
    max-width: 315px;
}

.card__body h4 {
    margin: 0 0 14px 0;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
}

.card__body p {
    font-size: 18px;
    line-height: 2.0;
    font-weight: 500;
}

.river__info {
    display: flex;
    justify-content: center;
    margin-top: 14px;
    line-height: 1.8;
}

.river__info p {
    font-size: 12px;
}

/* スライド矢印 */

.slider-btn {
    display: none;
}

/* サイトルール */
.rule__title__box {
    display: flex;
    justify-content: center;
    color: #DA832C;
    font-size: 30px;
    font-weight: 700;
    margin-top: 127px;
}

.rule__container {
    max-width: 1081px;
    margin: 30px auto 80px;
    background-color: #fff;
    border-radius: 20px;
}


.rule__list {
    list-style: none;
    width: 81%;
    margin: auto;
    padding: 55px 0px;
}

.rule__item {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    column-gap: 120px;
    padding: 25px 0;
    border-bottom: 1px solid #e4e4e4;
}

.rule__list li:last-child {
    border-bottom: none;
}

.rule__title {
    display: flex;
    align-items: center;
    font-weight: 700;
    min-width: 120px;
    /* flex-shrink: 0; */
    line-height: 2;
}

.rule__list-dot {
    width: 12px;
    height: 12px;
    background-color: #8AB262;
    border-radius: 50%;
    display: inline-block;
    margin-right: 15px;
}

.rule__text {
    /* flex: 1; */
    line-height: 2.0;
    font-size: 18px;

}

.rule__item--quiet {
    column-gap: 50px;
    align-items: center;
}

/* キャンプサイト */
.campsite-sub__container {
    background-color: #DCE8D0;
}

.bg__campsite-bottom {
    background-image: url(../image/campsite__bg-bottom.svg);
    height: 359px;
    z-index: 1;
}

.campsite-sub__titleinfo {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 400;
    gap: 10px;
}

.campsite__wrapper {
    gap: 120px;
    margin-top: 100px;

}

/* 各ボックスの構成 */
.campsite__box-container {
    display: grid;
    grid-template-areas: "a bcd";
    /* grid-template-columns: 1fr 1fr; */
    align-items: start;
    gap: 30px;
    margin: 0 auto;
}

.campsite-image__box {
    grid-area: a;
    max-width: 450px;
    min-width: 450px;
}

.block-group {
    grid-area: bcd;
    display: flex;
    flex-direction: column;
    min-width: 597px;
}

.campsite-table__box {
    grid-row: 2;
    grid-column: 2;
    max-width: 100%;
    height: auto;
    display: block;
}

.table__container.table__container-sp {
    display: none;
}

/* サイト写真 */
.campsite-image {
    border-radius: 20px;
    max-width: 100%;
    /* width: 41%; */
    max-height: 450px;
    display: block;
}

.campsite-image__text {
    text-align: right;
    margin-top: 10px
}

/* サイト情報*/
.campsite-info__title {
    color: #DA832C;
    font-size: 30px;
    font-weight: 700;
}

.title-pcBig {
    padding-bottom: 10px;
}

.campsite-info__title.title-mini {
    display: none;
}

.campsite-info__text {
    line-height: 2.0;
}

.info__container {
    max-width: 597px;
    margin-top: 17px;
    margin-bottom: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
}


.info__list {
    list-style: none;
    width: 81%;
    margin: auto;
    padding: 20px 0px;
}

.info__item {
    display: flex;
    align-items: center;
    gap: 120px;
    padding: 10px 0;
}

.info__title {
    display: flex;
    align-items: center;
    font-weight: 500;
    min-width: 120px;
    line-height: 1.8;
    /* flex-shrink: 0; */
}

.info__list-dot {
    width: 12px;
    height: 12px;
    background-color: #8AB262;
    border-radius: 50%;
    display: inline-block;
    margin-right: 15px;
    /* margin-bottom: 30px; */
}

.info__text {
    display: flex;
    justify-content: start;
}

.slash {
    display: block;
}

/* テーブル */
.table__style {
    /* min-width: 597px; */
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.num-font {
    font-family: "Prompt", sans-serif;
    font-weight: 400;
}

.table__style thead th {
    text-align: center;
}

.table__style th {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.table__style th,
.table__style td {
    padding: 10px 16px;
    border-top: 1px solid #8AB262;
    border-left: 1px solid #8AB262;
}

.table__style th:last-child,
.table__style td:last-child {
    border-right: 1px solid #8AB262;
}

.table__style tr:last-child td,
.table__style tr:last-child th {
    border-bottom: 1px solid #8AB262;
}

.table__style thead th {
    background-color: #8AB262;
}

.table__style tbody td {
    background-color: #fff;
}

.table__style thead tr:first-child th:first-child {
    border-top-left-radius: 20px;
}

.table__style thead tr:first-child th:last-child {
    border-top-right-radius: 20px;
}

.table__style tbody tr:last-child td:first-child {
    border-bottom-left-radius: 20px;
}

.table__style tbody tr:last-child td:last-child {
    border-bottom-right-radius: 20px;
}

.table-info__text {
    text-align: right;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.8;

}

/* 手ぶらキャンプ */
.empty-handed__container {
    padding-top: 130px;
    padding-bottom: 30px;
    display: flex;
    gap: 53px;
}

.campsite-handed__title {
    font-size: 30px;
    font-weight: 700;
    color: #8AB262;
    text-align: center;
}

.empty-handed__container .campsite-info__text {
    max-width: 815px;
}

.empty-handed__box .campsite-info__title {
    white-space: nowrap;
}

.handed__container {
    width: 100%;
    max-width: 1080px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    max-height: 356px;
    display: flex;
    align-items: center;
}

.empty-handed__infobox {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 15px;

}

.handed__list {
    list-style: none;
    margin: auto;
    width: 75%;
    padding: 40px 0;
}

.handed__item {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-weight: 500;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.empty-handed__title {
    color: #DA832C;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 10px;
    white-space: nowrap;
}

.empty-handed__price {
    font-size: 20px;
}

.hot-sandwich__box {
    display: flex;
    align-items: center;
}

.kitchentool__box {
    display: flex;
    align-items: center;
}


.info-pc {
    display: block;
}

.info-sp {
    display: none;
}

/* 料金案内 */

.price__container .inner {
    position: relative;
    margin-top: -150px;
}

.price__title .title {
    padding-top: 0px;
}

/* .price__title .h3 {
    margin-top: 0px;
} */

.price__title .title__english {
    width: 110px;
    margin-top: 70px;
}

.price__button {
    width: 398px;
}

.price__inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 790px;
    width: 100%;

}


/* ご利用料金＝キャンプサイト利用料＋入場料 */
.price__duide__container {
    margin-top: 30px;
    border: 1px solid #8AB262;
    border-radius: 20px;
    max-width: 640px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 80px;
}

.price__duide__box {
    padding-top: 34px;
    padding-bottom: 34px;
    text-align: center;
}

.price__duide__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.8;
    white-space: nowrap;
}

.price__duide__text {
    padding-top: 13px;
    font-size: 16px;
    line-height: 1.8;
}

/* 料金テーブル */
/* ここから */
.price-table__box {
    margin-top: 21px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #8AB262;
    max-width: 100%;
}

.price-table__style {
    border-collapse: separate;
    width: 100%;
}

.price-table__style th,
.price-table__style td {
    padding: 20px 40px;
    border: 1px solid #8AB262;
}

.price-table__style tr:first-child th:first-child {
    border-top-left-radius: 20px;
}

.price-table__style tr:first-child th:last-child {
    border-top-right-radius: 20px;
}

.price-table__style tr:last-child td:first-child {
    border-bottom-left-radius: 20px;
}

.price-table__style tr:last-child td:last-child {
    border-bottom-right-radius: 20px;
}


.price-table__style th {
    text-align: center;
    vertical-align: middle;
}

.price-table__style td {
    font-size: 20px;
    font-weight: 700;
}

.price-table__style p {
    padding-top: 18px;
    font-size: 16px;
    font-weight: 500;
}

.price__info__container {
    max-width: 790px;
    background-color: #F2F0E9;
    border-radius: 20px;
    margin-top: 60px;
    line-height: 2;
}

.price__info__box {
    padding: 34px 90px;
}

.price__info__title {
    font-size: 30px;
    color: #DA832C;
    font-weight: 700;
    line-height: 1.5;
}



.price__info__subtitle {
    font-weight: 700;
    font-size: 20px;
}

.food .price__info__subtitle {
    padding-bottom: 10px;
}

.price__info__subtitle .number {
    font-weight: 500;
}

/* 料金リスト */
.price__list {
    display: flex;
    gap: 35px;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
}

/* 駐車場料金 */
.parking .price__info__textbox {
    margin-top: 9px;
    display: flex;
    justify-content: start;
    gap: 24px;
    line-height: 2;
}

/* 食事オプション */
.food .price__info__title {
    padding-top: 30px;
}

.price__food__text {
    line-height: 2;
    padding: 32px 0 40px;
    font-weight: 500;
}

.price__info__text {
    line-height: 1.8;
}

.food .price__info__textbox {
    padding: 10px 0;
    gap: 10px;
}

/* お支払い方法 */
.cash .price__info__box {
    padding: 30px 0;
}

/* キャンセルについて */
.cancel .price__info__subtitle {
    padding: 22px 0 11px;
}

.price__cancel__sub__titleinfo {
    font-size: 12px;
}

/* MVレスポンシブ */
@media (max-width: 768px) {
    .page__title {
        font-size: 30px;
    }
}

/* セクションタイトル */
@media (max-width: 768px) {
    .title h3 {
        font-size: 35px;
        margin-top: 0;
    }

    .title__english {
        width: 164px;
    }
}


/* マップレスポンシブ */
@media (max-width: 768px) {
    .map__info-box {
        display: block;
        text-align: left;
        margin-top: 0px;
        gap: 30px;
    }

    .map__info {
        text-align: left;
        margin-top: 18px;
        margin-bottom: 30px;
        /* ボタンとの間隔 */
    }

    .map__button {
        display: block;
        margin: 0 auto;
        text-align: center;
        max-width: 340px;
    }
}


/* おすすめエリアレスポンシブ */

@media (max-width: 1200px) {

    .recommend__card-grid {
        display: flex;
        overflow-x: auto;
        /* ← スクロール可能に */
        scroll-snap-type: x mandatory;
        /* ← スナップ動作で1枚ずつ止まる */
        gap: 30px;
        max-width: 100%;
    }

    /* スライド */
    .slider-wrapper {
        position: relative;
    }

    .slider-btn {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        background: #8ab262;
        border-radius: 50%;
        color: white;
        border: none;
        /* padding: 28px; */
        width: 80px;
        height: 80px;
        cursor: pointer;
    }

    .slider-btn .button__arrow {
        display: inline-block;
        width: 18px;
        height: 18px;
        left: 12px;
        margin-left: 25px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        transition: border-color 0.3s;
    }

    .slider-btn.prev {
        left: 10px;
    }

    .slider-btn.prev .button__arrow {
        transform: translate(-50%, -50%) rotate(-135deg);
        margin-right: 50px;
        margin-left: 40px;
        margin-top: 15px;
    }

    .slider-btn.next {
        right: 10px;

    }

    .slider-btn .next .button__arrow {
        transform: translate(-50%, -50%) rotate(45deg);
    }
}

/* おすすめレスポンシブ */
@media (max-width: 768px) {
    .bg__recommend-bottom {
        background-image: url(../image/recommend__bg-buttom__sp.svg);
        height: 120px;
    }


    .recommend__card-grid>.card {
        flex: 0 0 40%;
        scroll-snap-align: start;
        border-radius: 10px;
        min-width: 250px;
        max-width: 250px;
    }

    .card img,
    .card__body {
        width: 250px;
        height: auto;
    }

    .card__body {
        padding: 20px 20px 35px 20px;
        width: 250px;
        height: 156px;
        min-width: auto;
    }

    .card__body h4 {
        font-size: 25px;
    }

    .card__body p {
        font-size: 14px;
    }

}

/* サイトルール */
@media (max-width: 768px) {
    .rule__title__box {
        font-size: 20px;
        margin-top: 100px;
    }

    .rule__container {
        min-width: 300px;
        margin: 40px 0 50px;
        background-color: #fff;
        border-radius: 20px;
    }


    .rule__list {
        list-style: none;
        width: 100%;
        margin: auto;
        padding: 0px 50px;
    }

    .rule__item {
        display: flow-root;
        align-items: start;
        padding-bottom: 20px;
    }

    .rule__title {
        display: flex;
        align-items: center;
        min-width: 120px;
        font-size: 18px;
        /* flex-shrink: 0; */
    }

    .rule__list-dot {
        margin-right: 15px;
    }

    .rule__item--quiet {
        column-gap: 50px;
    }
}

/* キャンプサイトレスポンシブ */

@media (max-width: 1200px) {
    .campsite__box-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 1200px;
    }

    .campsite__wrapper {
        margin-top: 35px;
    }

    .block-group {
        display: block;
        width: 100%;
    }

    .campsite-title__box.campsite-image__box .campsite-info__box .campsite-table__box {
        width: 100%;
    }

    .table__style td.table-columnName {
        height: 21px;
        font-size: 13px;
        padding: 0;
    }

    .info__container {
        max-width: 100%;
    }

    .campsite-info__title,
    .campsite-info__text {
        text-align: center;
    }

    .campsite-info__text .br-sp {
        display: block;
    }

    .campsite-info__title.title-mini {
        display: block;
    }

    .campsite-info__title.title-pcBig {
        display: none;
    }

    .handed__item-info__text {
        font-size: 14px;
    }

}

@media (max-width: 768px) {
    .bg__campsite-bottom {
        background-image: url(../image/campsite__bg-bottom__sp.svg);
        height: 122px;
    }

    .campsite-sub__titleinfo {
        flex-direction: column;
        align-items: center;
    }

    .campsite-info__text {
        text-align: left;
    }

    .info__item {
        padding: 9px 0;
    }

    .info__text {
        display: flex;
        flex-direction: column;
    }

    .slash {
        display: none;
    }

    .campsite__box-container {
        gap: 25px;
    }

    .campsite-image__text {
        font-size: 14px;
    }

    .campsite__wrapper .info__title {
        font-size: 14px;
    }

    .campsite-image__box {
        min-width: 270px;
    }

    .block-group {
        min-width: 270px;
    }


    /* テーブル */

    .table-info__text {
        text-align: left;
    }

    .table__container.table__container-pc {
        display: none;
    }

    .table__container.table__container-sp {
        display: block;
    }

    .table-annotation {
        font-size: 12px;
    }

    .campsite-title__box.campsite-image__box .campsite-info__box .campsite-table__box {
        /* width: 90%; */
        min-width: 270px;
    }


    .table__style td,
    .table__style th {
        font-size: 16px;
        padding: 13px 5px;
    }

    .table__style td {
        white-space: nowrap;
    }

    /* PC用の角丸を打ち消す */
    .table__style thead tr:first-child th:first-child {
        border-top-left-radius: 0;
    }

    .table__style thead tr:first-child th:last-child {
        border-top-right-radius: 0;
    }

    .table__style tbody tr:last-child td:first-child {
        border-bottom-left-radius: 0;
    }

    .table__style tbody tr:last-child td:last-child {
        border-bottom-right-radius: 0;
    }

    /* PCmini/SPの角丸を作る */
    .table__container-sp .table__style thead:first-of-type tr:first-child th:first-child {
        border-top-left-radius: 20px;
    }

    .table__container-sp .table__style thead:first-of-type tr:first-child th:last-child {
        border-top-right-radius: 20px;
    }

    .table__container-sp .table__style tbody:last-of-type tr:last-child td:first-child {
        border-bottom-left-radius: 20px;
    }

    .table__container-sp .table__style tbody:last-of-type tr:last-child td:last-child {
        border-bottom-right-radius: 20px;
    }

}

@media (max-width: 375px) {

    /* .campsite-sub__container .inner {
        width: 64%;
    } */
    .campsite-info__title {
        font-size: 20px;
    }

    .block-group {
        max-width: 270px;
        min-width: 270px;
    }

    .campsite-image__box {
        max-width: 270px;
    }

    .campsite-info__text .br-sp {
        display: none;
    }

    .campsite-sub__titleinfo p {
        text-align: left;
        max-width: 300px;
        display: block;
    }

    .table__style td .text-soloduo {
        font-size: 12px;
    }

}


/* 手ぶらキャンプ */

@media (max-width: 1200px) {
    .handed__container {
        min-height: 451px;
    }
}

@media (max-width: 768px) {
    .empty-handed__container {
        display: block;
        padding-top: 55px;
    }

    .handed__container {
        max-height: 720px;
    }

    .empty-handed__title {
        padding-bottom: 40px;
    }

    .empty-handed__box {
        padding-bottom: 40px;
    }

    .campsite-handed__title {
        font-size: 20px;
        white-space: nowrap;
    }

    .empty-handed__box {
        text-align: center;
    }

    .hot-sandwich__box {
        display: flex;
        flex-direction: column;
    }

    .kitchentool__box {
        flex-direction: column;
        line-height: 1.8;
    }

    .info-pc {
        display: none;
    }

    .info-sp {
        display: block;
    }
}


/* 料金レスポンシブ */
@media (max-width: 1080px) {
    .price__list {
        display: block;
    }

    .price__info__box {
        padding: 23px 50px 40px;
    }
}

@media (max-width: 768px) {
    .price__title.title {
        padding-top: 125px;
    }

    .price__title .title__english {
        width: 100px;
    }

    .price__duide__title {
        font-size: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 3px;
        text-align: center;
    }

    .price__duide__title .rotate {
        transform: rotate(90deg);
        display: inline-block;
    }

    .price__duide__title .title-line {
        display: block;
    }

    .price__duide__text {
        font-size: 14px;
    }

    .price__info__title {
        font-size: 20px;
    }

    .price__info__title {
        text-align: center;
    }

    .price-table__style th,
    .price-table__style td {
        padding: 12px 18px;
    }

    .price-table__style th {
        white-space: nowrap;
    }


    .price-table__style p {
        font-size: 13px;
        font-weight: 400;
        line-height: 2;
        padding-top: 6px;
    }

    .parking .price__info__textbox {
        display: flex;
        flex-direction: column;
        margin-top: 18px;
        gap: 4px;
    }

    .parking .price__info__text {
        font-size: 13px;
    }

    .price__food__text {
        font-size: 13px;
    }

    .food .info__title {
        padding: 6px;
    }


    .cash .price__info__textbox {
        display: flex;
        justify-content: center;
    }

    .cash .price__info__subtitle {
        text-align: left;
        margin-top: 18px;
    }

    .price__info__subtitle {
        font-size: 18px;
    }

    .price__button {
        font-size: 16px;
        width: 350px;
    }

    .price__info__box {
        padding: 23px 20px 40px;
    }

    .cancel .price__info__textbox p:nth-child(2),
    .cancel .price__info__subtitle,
    .cancel .price__cancel__sub__titleinfo {
        text-align: center;
    }

    .cancel .price__info__textbox p:nth-child(2) {
        padding-bottom: 8px;
    }

    .cancel .price__info__textbox {
        text-align: center;
    }

    .cancel .price__info__textbox p:nth-child(3) {
        text-align: left;
        width: fit-content;
        margin: 0 auto;
    }
}

@media (max-width: 375px) {
    .price__button {
        display: none;
    }

}