@charset 'utf-8';

/* 背景色なし */
body {
    background-color: #EDE9E1;
}

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

.br_sp_none {
    display: inline;
}

/* メインビジュアル */
/* 背景 */
.mv_section {
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 300px;
    background-color: none;
    background-image: url(../image/mv_bg_image.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}

/* ページタイトル */
.service_title {
    font-size: 2.1875em;
    font-weight: bold;
    letter-spacing: .2em;
    color: #fff;

}

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

.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 {
    font-weight: bold;
    font-size: 2.1875em;
    color: #FD5C06;
    max-width: 1200px;
}






/* メニューアイコン */
.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: #fff;
    margin-inline: auto;
    padding-bottom: .5em;
    position: relative;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
}

/* メニューアイコンの後ろのあしらい */
.menu_box::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: #fff;
    transform: rotate(10deg);
    position: absolute;
    z-index: -1;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
}

/* １つめ　コテージアイコン　背景：オレンジ */
.menu_box:first-of-type::after {
    background-color: #FD5C06;
}

/* ２つめ　キャンプアイコン　背景：水色 */
.menu_box:nth-of-type(2)::after {
    background-color: #3FA3E5;
}

/* ３つめ　バーべキューアイコン　背景：緑 */
.menu_box:nth-of-type(3)::after {
    background-color: #12B72B;
}

/* ４つめ　レンタルアイコン　背景：黄色 */
.menu_box:nth-of-type(4)::after {
    background-color: #FAEE56;
}

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


/* ホバー時の挙動 */
.menu_box:hover {
    margin-top: -50px;
}

/* ボックス内の文章 */
.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: 50px;
}


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

/* キャンプスペースのメイン写真 */
.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;
    border-radius: 50px 0 0 50px;
}



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

}

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

/* （コテージ）見出し
オレンジ色に */
.cottage_text_area h3 {
    color: #FD5C06;
}

/* （キャンプスペース）見出し
水色に */
.camp_text_area h3 {
    color: #3FA3E5;
}

/* （BBQスペース）見出し
緑色に */
.bbq_text_area h3 {
    color: #12B72B;
}

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

/* （コテージ）見出し　料金、広さ
オレンジ色に */
.cottage_text_area h4 {
    color: #FD5C06;
}

/* （キャンプスペース）見出し　料金、広さ
水色に */
.camp_text_area h4 {
    color: #3FA3E5;
}

/* （BBQスペース）見出し　料金、広さ
緑色に */
.bbq_text_area h4 {
    color: #12B72B;
}

/* 
（共通）見出し
料金、広さ　横の線 */
.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;
}

.cottage_text_area span {
    background-color: #FD5C06;
}

.camp_text_area span {
    background-color: #3FA3E5;
}

.bbq_text_area span {
    background-color: #12B72B;
}

/* （共通）
料金部分をリスト化する
広さについての説明をリスト化する */
.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;
}

.gallary_photo {
    position: relative;
    width: fit-content;
}

.gallary_photo img {
    border-radius: 15px;
}

/*（共通）
 ギャラリー写真のシャドウ */
.gallary_photo::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 15px;
    background-color: #ffffff;
    transform: rotate(10deg);
    position: absolute;
    z-index: -1;
}

/* コテージ
ギャラリー写真の背景　オレンジに */
.cottage.gallary_photo::after {
    background-color: #FFCCB8;
}

/* キャンプスペース
ギャラリー写真の背景　水色に */
.camp.gallary_photo::after {
    background-color: #CBE7F7;
}

/* BBQスペース
ギャラリー写真の背景　緑色に */
.bbq.gallary_photo::after {
    background-color: #C6E8C6;
}

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

/*  コテージ
オススメ！の色を緑に */
.cottage.recommend_point strong {
    color: #FD5C06;
}

/*      キャンプ
オススメ！の色を水色に */
.camp.recommend_point strong {
    color: #3FA3E5;
}

/*  コテージ
オススメ！の色を緑に */
.bbq.recommend_point strong {
    color: #12B72B;
}


/* コテージ*/
.cottage_area {
    width: 100%;
}

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

.cottage_bg_area {
    width: 100%;
    height: auto;
}

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

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

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

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

.camp.example {
    border-color: #3FA3E5;
}


.bbq.example {
    border-color: #12B72B;
}

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

/* 料金一例の文字色　水色 */
.camp.example p:first-of-type {
    color: #3FA3E5;
}

/* 食材セットの文字色　緑 */
.bbq.example p:first-of-type {
    color: #12B72B;
}

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


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


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

.bbq_bg_area {
    width: 100%;
    height: auto;
}

.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 {
    flex-direction: column;
    padding-top: 6.25em;
    padding-bottom: 11.5em;
}

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

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

/* レンタル販売備品 */
.rental_section {
    position: relative;
    max-width: 1320px;
    margin-right: 100px;
    background-color: #fff;
    padding: 30px 1.5em 100px 1.5em;
    border-radius: 0 50px 50px 0;

}

/* レンタル・販売備品の文字位置調整 */
.rental.service_sec_title {
    position: absolute;
    top: -.7em;
    margin-left: .5em;
    color: #FAEE56;
    -webkit-text-stroke: 1px#6E6A64;
}

.rental_section p {
    margin-top: 30px;
}

/* レンタル、販売備品一覧表 */
.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: 320px;
    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: #FCFBF0;
}

/* 偶数列　白 */
.rental_ichiran tr:nth-of-type(even),
.buy_ichiran tr:nth-of-type(even) {
    background-color: #fff;
}

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

.rental_hosoku {
    text-align: right;
}

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


/* 白い枠 */
.attention_wrap {
    margin-top: 2em;
    max-width: 800px;
    padding: 50px 0;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.5);
    margin-inline: auto;
}

/* 利用にあたっての注意事項　*/
/* タイトルの色を水色に*/
.attention.service_sec_title {
    color: #3FA3E5;
}


/* 注意事項の補足 */
.attention_hosoku {
    margin-top: 1.6em;
}

/* 各項目 */
.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%, #AAD6F3 70%);
}

/* 注意事項とCTAの背景画像 */
.attention_cta_bg_area {

    width: 100%;
    height: auto;
    background-color: none;
    background-image: url(../image/service_caution_ph.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    padding-bottom: 100px;
}

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

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

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

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

.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: 35%;
    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 #fff;
    border-top: 0;
    border-left: 0;
}

.cta_contact_button {
    background-color: #3FA3E5;

    color: #fff;
}

.cta_yoyaku_button {
    text-transform: uppercase;
    background-color: #12B72B;
    color: #fff;
}


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

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

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

    .br_sp_none {
        display: none;
    }

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

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


    /*セクションタイトルの大きさ 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_section {
        margin-right: 1.5em;
        padding: 30px 1em 100px 1em;
    }

    .tablearea {
        flex-direction: column;
    }

    .rental_ichiran {
        margin-right: 0em;
    }

    .buy_area {
        margin-top: 2em;
    }

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

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

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

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

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

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


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