@charset 'utf-8';

/* PC改行なし */
.br_pc_none {
    display: none;
}

.br_sp_none {
    display: inline;
}

/* メインビジュアル */
/* 背景 */
.mv_section {
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 400px;
    background-color: #def4f2;
    background-image: url(../image/mv_bg_image.svg);
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-size: contain;
}

/* ページタイトル */
.service_title {
    font-size: 2.1875em;
    font-weight: bold;
    position: relative;
    text-align: center;
    letter-spacing: .4em;
}

/* 文字の前後のイラスト */
/* .service_title::before,
.service_title::after {
    position: absolute;
    display: inline-block;
    width: 2.1875em;
    content: url(../image/cloud.png);
} */
.service_title::before,
.service_title::after {
    top: 15%;
    width: 50px;
    height: 50px;
    position: absolute;
    content: '';
    vertical-align: middle;
    background-image: url(../image/cloud.png);
    background-size: contain;
    background-repeat: no-repeat;
}

/* 左の雲の位置、余白調整 */
.service_title::before {
    right: 100%;
    margin-right: 50px;
}

/* 右の雲の位置、余白調整 */
.service_title::after {
    left: 100%;
    /* 余白調整 */
    margin-left: 50px;
}


/* 入場料 */
.entry_section {
    background-color: #f6f8f2;
}

.entry_wrapper {
    position: relative;
    max-width: 1200px;
    padding: 6.25em 0;
    margin-inline: auto;
}

/* 入場料　左のイラスト */
.entry_wrapper::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 100px;
    content: '';
    vertical-align: middle;
    background-image: url(../image/entry_illust1.png);
    background-repeat: no-repeat;
    background-size: contain;
}

/* 入場料 右のイラスト  */
.entry_wrapper::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 210px;
    height: 130px;
    content: '';
    vertical-align: middle;
    background-image: url(../image/entry_illust2.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.entry_title {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-inline: auto;
}



/* -----------------各施設・サービス一覧 -----------------*/
/* セクション */
.service_section {
    align-items: center;
    flex-direction: column;
    padding-top: 100px;
}

/* タイトル*/
.service_sec_title_area {
    font-weight: bold;
    position: relative;
    justify-content: center;
    width: 95%;
    max-width: 1000px;
    height: max-content;
    letter-spacing: .4em;
    border-bottom: 1px solid #718127;
    margin-inline: auto;
}

.sec_title_image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: fit-content;
}

.service_sec_title {
    font-size: 2.1875em;
    text-align: center;
    color: #718127;
}



/* ②タイトル横に疑似要素を付けるパターン  */
.service_sec_title::after {
    position: absolute;
    right: 20px;
    bottom: -10px;
    display: inline-block;
    content: url(../image/sec_title_image.png);
}



/* メニューアイコン */
.menu_container {
    display: grid;
    width: 100%;
    max-width: 1000px;
    margin-top: 3.125em;
    padding-bottom: 100px;
    justify-content: center;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 6px;
    justify-items: stretch;
    place-items: center;
}

/* 各メニュー */
.menu_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 185px;
    height: 185px;
    transition: .5s;
    border-radius: 10px;
    background-color: #f7f3d9;
    margin-inline: auto;
    padding-bottom: .5em;
}

/* aをblock化 */
.menu_box a {
    display: block;
}

.menu_box:hover {
    margin-top: -30px;
    background-color: rgba(170, 203, 100, .792);
    box-shadow: 0 2px 6px 2px rgba(74, 74, 74, .15);
}


.menu_box p {
    font-size: 18px;
    font-weight: bold;
    margin-top: .2em;
    padding-bottom: .5em;
    text-align: center;
}

.menu_box img {
    width: 95%;
    height: auto;
}


/* -----------------各サービス -----------------*/



/* 横幅 */
.service_wrap {
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
}

/*（共通）各サービスのメイン写真
角丸にする
 */
.main_image {
    width: 100%;
    border-radius: 0 50px 0 0;
}


/* コテージ、BBQのメイン写真
（マージン調整） */
.cottage_photo_area,
.bbq_photo_area {
    position: relative;
    z-index: 3;
    width: 60%;
    margin-right: -50px;
}

/* キャンプスペースのメイン写真 */
.camp_photo_area {
    position: relative;
    z-index: 3;
    width: 60%;
}

/* (共通)各サービス　
タイトル、説明部分*/
.service_text_area {
    line-height: 1.875;
    width: 45%;
    height: auto;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 100px;
    background-color: #fff;
}



/* キャンプ
テキストエリアの余白（padding）調整 */
.camp_text_area {
    width: 45%;
    padding-right: 100px;
    padding-left: 50px;
}

/* （共通)見出し
コテージ、キャンプスペース、キャンプ */
.service_text_area h3 {
    font-size: 2.1875em;
    font-weight: bold;
}


/*
（共通）見出し
料金、広さ */
.service_text_area h4 {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    margin-top: 1.125em;
    color: #718127;
}

/* 
（共通）見出し
料金、広さ　横の線 */
.service_text_area span {
    position: absolute;
    top: 15px;
    left: 20px;
    display: inline-block;
    min-width: 88%;
    max-width: 300px;
    height: 2px;
    margin-left: 1.5em;
    background-color: #718127;
}

/* （共通）
料金部分をリスト化する
広さについての説明をリスト化する */
.price_list,
.service_list {
    max-width: 350px;
    margin-left: 1em;
}

.price_list li+.price_list li,
.service_list li+.service_list li {
    margin-top: 1em;
}

/* 価格部分は右揃え */
.price_list li:nth-of-type(2) {
    text-align: right;
}

/* 補足事項 */
.service_hosoku {
    font-size: 14px;
    margin-top: 1em;
    margin-left: 1em;
}

/* （共通）サービス
下の写真 */
.service_gallary_area {
    display: grid;
    margin-top: 3em;
    grid-template-columns: repeat(3, 1fr);
    place-content: space-between;
    place-items: center;
    column-gap: 10px;
}

/* （共通）サービス
下の写真の角丸 */
.service_gallary_area img {
    border-radius: 20px;
}


/* 各サービス
おすすめポイント */
.recommend_point {
    position: relative;
    z-index: 5;
    width: fit-content;
    margin-top: -50px;
    padding: 1em 2em 1em 1em;
    background-color: #feb337;
}

.recommend_point::after {
    position: absolute;
    z-index: 4;
    top: 0;

    /* right　帯かぶせるための調整用 */
    right: -30px;
    display: block;
    width: 0;
    height: 100%;
    content: '';

    /* リボンの帯上 */

    border-top: 34px solid #feb337;

    /* リボンの右（透明） */
    border-right: 20px solid rgba(153, 143, 0, 0);

    /* リボンの帯下 */
    border-bottom: 36px solid#feb337;

    /* リボンの左 */
    border-left: 36px solid #feb337;
}



/* コテージ
背景色指定*/
.cottage_area {
    width: 100%;
    background-color: #e0f2cb;
}

/* コテージ
セクションの上のイラスト */

.cottage_bg_area {
    width: 100%;
    height: auto;
    margin-bottom: -5px;
    background-image: url(../image/bg_illust_1.svg);
    background-size: cover;
}

/* キャンプの背景色指定 */
.camp_area {
    width: 100%;
    background-color: #d3efec;
}

/* キャンプセクションのイラスト */
.camp_bg_area {
    width: 100%;
    height: auto;
    margin-bottom: -5px;

    /* 上のセクションとのつなぎ目用*/

    background-color: #e0f2cb;
    background-image: url(../image/bg_illust_2.svg);
    background-size: cover;
}

.illust_right {
    display: flex;
    justify-content: end;
}

/* 料金一例、BBQ食材セットの内容 */
.example {
    width: 90%;
    margin-top: 20px;
    padding: .5em 1em;
    border: 1px solid #718127;
    border-radius: 10px;
}

/* 料金一例、BBQ食材セットの内容
見出しを太字、緑色に */
.example p:first-of-type {
    font-size: 16px;
    font-weight: bold;
    color: #718127;
}

/* 本文を小さく */
.example p {
    font-size: 14px;
}

/* 合計金額を太字 */
.example p span {
    font-weight: bold;
}


/* BBQの背景色指定*/
.bbq_area {
    width: 100%;
    padding-bottom: 100px;
    background-color: #f7f3d9;
}

.bbq_bg_area {
    width: 100%;
    height: auto;
    margin-bottom: -5px;

    /* 上のセクションとのつなぎ目用 */

    background-color: #d3efec;
    background-image: url(../image/bg_illust_3.svg);
    background-size: cover;
}

.camp_wrap {
    flex-direction: row-reverse;
    margin-top: 6.25em;
    margin-inline: auto;
}

.camp_photo_area {
    position: relative;
    z-index: 3;
    margin-left: -50px;
}


/* キャンプ場・案内マップ */
.map_section {
    width: 100%;
    max-width: 1000px;
    padding-top: 100px;
    padding-bottom: 150px;
    margin-inline: auto;
}

.map_image {
    max-width: 100%;
    margin-top: 50px;
}

.map_section p {
    margin-top: 1em;
    text-align: center;
}

/* レンタル販売備品 */
.rental_section {
    padding-bottom: 100px;
}

.rental_section p {
    margin-top: 1.6em;
    text-align: center;
}

/* レンタル、販売備品一覧表 */
.rental_and_buy {
    max-width: 800px;
    margin-top: 50px;
    margin-inline: auto;
}

.rental_area,
.buy_area {
    flex-direction: column;
    justify-content: start;
    margin-inline: auto;
}

/*表の上のタイトル */
.rental_area h3,
.buy_area h3 {
    font-size: 1.125em;
    font-weight: bold;
}

.rental_ichiran {
    margin-right: 3em;
}

.rental_ichiran,
.buy_ichiran {
    width: 350px;
    margin-top: 1em;
}

.rental_ichiran th,
.buy_ichiran th {
    font-weight: bold;
    height: 40px;
    padding: 0 .5em;
    vertical-align: middle;
}

.buy_ichiran th {
    min-width: 250px;
}

.rental_ichiran td,
.buy_ichiran td {
    font-weight: normal;
    height: 2.5em;
    padding: 0 .5em;
    vertical-align: middle;
}

/* 奇数列に背景色 */
.rental_ichiran tr:nth-of-type(odd),
.buy_ichiran tr:nth-of-type(odd) {
    background-color: #f6f8f2;
}

/* 金額を右寄せ */
.rental_ichiran td:last-of-type,
.buy_ichiran td:last-of-type {
    text-align: right;
}



/* 利用にあたっての注意事項 */
.service_attention_section {
    padding-top: 50px;
    padding-bottom: 100px;
    background-color: #def4f2;
}

/* 白い枠 */
.attention_wrap {
    max-width: 800px;
    padding: 50px 0;
    border-radius: 30px;
    background-color: #fff;
    margin-inline: auto;
}

/* 利用にあたっての注意事項
下線の幅を調整 */
.attention_title {
    width: 95%;
}

/* 注意事項の補足 */
.attention_hosoku {
    width: 90%;
    max-width: 500px;
    margin-top: 1.6em;
    text-align: center;
    margin-inline: auto;
}

/* 各項目 */
.attention_text_area {
    width: 95%;
    max-width: 500px;
    margin-top: 50px;
    margin-inline: auto;
}

/* 注意事項　各項目の見出し */
.attention_text_area h3 {
    font-size: 22px;
    font-weight: bold;
    width: fit-content;
    margin-top: 1.4em;

    /* linear-gradient(透明 色の割合, アンダーラインの色 色の割合) */

    background: linear-gradient(transparent 70%, #abcb64 70%);
}

/*注意事項　各項目の本文*/
.attention_text_area p {
    line-height: 1.875;
    margin-top: .5em;
}

/* CTA */
/* お問い合わせ */

.cta_section {
    background-color: #def4f2;
}


.cta {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    max-width: 600px;
    height: auto;
    padding: 2em;
    background-color: #fff;
    margin-inline: auto;
}

.cta h2 {
    font-size: 1.25em;
    font-weight: bold;
    padding: .25em 2em;
    letter-spacing: .3em;
    border: 1px solid;
    border-radius: 50px;
}

.cta p {
    margin-top: 1em;
}

/* ボタンのデザイン*/
.cta_button_area {
    margin-top: 1em;
    gap: 1em;
}


.cta_contact_button,
.cta_yoyaku_button {
    font-weight: bold;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 265px;
    height: 70px;
    color: #505050;
    border-radius: 0 0 10px 0;
}

/* ホバー時の変化 */
.cta_contact_button,
.cta_yoyaku_button {
    transition: .5s;
}

/* ボタンの前のアイコン */
.cta_contact_button::before,
.cta_yoyaku_button::before {
    position: absolute;
    top: 30%;
    left: 10%;
    display: inline-block;
    width: fit-content;
}

.cta_contact_button::before,
.cta_yoyaku_button::before {
    content: url(../image/icon_mail.png);
}

.cta_yoyaku_button::before {
    content: url(../image/icon_pc.png);
}

/* ボタンの疑似要素　＞マーク */
.cta_contact_button::after,
.cta_yoyaku_button::after {
    position: absolute;
    right: 1.5em;
    display: block;
    width: .5em;
    height: .5em;
    margin-left: .5em;
    content: '';
    transform: rotate(-45deg) translateY(-20%);
    border: 1px solid #505050;
    border-top: 0;
    border-left: 0;
}

.cta_contact_button {
    background-color: #9ccfca;
}

.cta_yoyaku_button {
    text-transform: uppercase;
    background-color: #abcb64;
}


/* ホバー時の変化 */
.cta_contact_button:hover,
.cta_yoyaku_button:hover {
    opacity: .6;
}

/* フッターのイラストに背景を付ける */
.footer_illust {
    margin-top: 0;
    padding-top: 150px;
    background-color: #def4f2;
}

/* ------------------レスポンシブ対応 ------------------*/
@media(max-width:768px) {

    /* 改行あり */
    .br_pc_none {
        display: inline;
    }

    .br_sp_none {
        display: none;
    }

    /* 基準フォントを14pxに */
    body {
        font-size: 14px;
    }

    /* メインビジュアルエリア　高さを250PXに */
    .mv_section {
        height: 250px;
    }

    /* ページタイトルの行間を詰める */
    .service_title {
        letter-spacing: .1em;
        font-size: 1.4em;
    }

    /* 雲の大きさと高さ調整 */
    .service_title::before,
    .service_title::after {
        top: 8%;
        width: 40px;
        height: 40px;
    }

    .service_title::before {
        margin-right: 30px;
    }

    /* 右の雲の位置、余白調整 */
    .service_title::after {
        margin-left: 30px;
    }

    /*セクションタイトルの大きさ 24pxに*/
    .service_sec_title {
        font-size: 24px;
    }

    .sec_title_image {
        width: 60px;
    }



    /* 入場料　左のイラスト小さく */
    .entry_wrapper::before {
        width: 100px;
    }

    /* 入場料 右のイラスト小さく */
    .entry_wrapper::after {
        width: 150px;
    }

    /* 入場料 paddingを増やす */
    .entry_wrapper {
        padding-bottom: 150px;
    }

    /* ----------------背景のあしらいイラストの大きさ調整---------------- */
    .bg_illust {
        max-width: 150px;

        /* 縦横比崩れないようにobject-fitをかける */

        object-fit: contain;
    }

    /* セクションタイトルの文字間詰め */
    .service_sec_title_area {
        letter-spacing: .2em;
    }

    .service_sec_title::after {
        display: none;
    }



    /*  （768）各施設サービス一覧 */
    /* （共通)見出し
コテージ、キャンプスペース、キャンプ */
    .service_text_area h3 {
        font-size: 1.25em;
        font-weight: bold;
    }

    /* メニューアイコンを2×2に */
    .menu_container {
        grid-template-columns: repeat(2, 160px);
        grid-template-rows: repeat(2, 160px);
        row-gap: 10px;
        column-gap: 10px;
    }

    /* 各アイコンの大きさ、文字サイズ調整 */
    .menu_box {
        width: 150px;
        height: 150px;
    }

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

    /* 各サービス紹介のコンテンツ幅調整 */
    /* 768 コテージ */
    .service_wrap {
        flex-direction: column;

        width: 90%;
    }

    /* メイン写真を横幅いっぱいに */
    .cottage_photo_area,
    .bbq_photo_area,
    .camp_photo_area {
        width: 100%;
        margin-right: 0;
    }

    .camp_photo_area {
        margin-left: 0;
    }

    /* テキストを横幅いっぱいに */
    .service_text_area,
    .camp_text_area {
        width: 100%;
        padding: 2em 1.5em 2em 1.5em;
    }


    /* 見出しの文字の大きさ調整 */
    .service_text_area h3 {
        font-size: 1.4em;
    }

    /* 料金、広さの横の緑の線の長さ調整 */
    .service_text_area span {
        width: 80%;
    }


    /* キャンプ場・案内マップ */
    .map_section {
        padding-bottom: 100px;

    }

    /* マップ下の文字を左寄せ */
    .map_section p {
        text-align: left;
    }

    /* 各サービスの説明文の文字サイズ調整 */
    .service_text_area p,
    .camp_text_area p {
        font-size: 14px;
        line-height: 1.5;
        margin-top: .5em;
    }



    /* 価格表　見出しと金額縦ならび */
    .price_list,
    .service_list {
        /* 料金、広さの文字サイズ調整 */
        font-size: 16px;
        flex-direction: column;

        margin-left: 0;
    }

    .price_list li {
        font-size: 16px;
    }

    .price_list li:first-of-type {
        margin-top: .5em;
    }

    .price_list li:nth-of-type(2) {
        text-align: left;
    }

    .example {
        width: 100%;
        padding: .5em .5em;
    }

    /* 料金一例、BBQ食材セットの内容
    見出しのうえの余白なし*/
    .example p:first-of-type {
        margin-top: 0;
    }

    .service_hosoku {
        margin-left: 0;
    }

    /* レンタル備品 */
    /* タイトル下の文章を左寄せ */
    .rental_section p {
        text-align: left;
    }

    .rental_and_buy {
        flex-direction: column;
    }

    .rental_ichiran {
        margin-right: 0em;
    }

    .buy_area {
        margin-top: 2em;
    }

    .rental_ichiran,
    .buy_ichiran {
        width: 300px;
        margin-top: 1em;
    }

    .buy_ichiran th {
        min-width: 180px;
    }

    /* 注意事項　各項目の見出し */
    .attention_text_area h3 {
        font-size: 16px;

        /* linear-gradient(透明 色の割合, アンダーラインの色 色の割合) */

        background: linear-gradient(transparent 70%, #abcb64 70%);
    }

    /* 見出しの下の文章　左揃え */
    .attention_hosoku {
        text-align: left;
    }


    /* お問い合わせ */
    .cta_button_area {
        flex-direction: column;
    }
}

@media (max-width:400px) {

    /* リボン帯の調整 */
    .recommend_point {
        max-width: 80%;
    }

    .recommend_point::after {
        /* right　帯かぶせるための調整用 */
        right: -40px;

        /* リボンの帯上 */

        border-top: 45px solid #feb337;

        /* リボンの右（透明） */
        border-right: 20px solid rgba(153, 143, 0, 0);

        /* リボンの帯下 */
        border-bottom: 45px solid#feb337;

        /* リボンの左 */
        border-left: 45px solid #feb337;
    }
}