@charset "UTF-8";

.common_ttl .en_big {
    font-size: 4.167vw;
    line-height: 1;
    letter-spacing: 0.03em;
}

.common_ttl .common_ttl_text {
    letter-spacing: 0.08em;
    line-height: 1;
    margin-top: 0.347vw;
}

.common_btn .link {
    width: 30vw;
    height: 6.944vw;
    justify-content: center;
    position: relative;
    border: solid 0.208vw #382710;
    border-radius: 3.472vw;
    transition: 0.3s;
    line-height: 1;
    align-items: center;
    background-color: #fff;
}

.common_btn .link .text {
    color: #382710;
    font-size: 1.389vw;
    letter-spacing: 0.08em;
}

.common_btn .link .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 2.5vw;
    fill: none;
    stroke: #382710;
}

.menu {
    margin-top: 20px;
}

#main_header .content {
    height: 110vh;
}



@media (max-width: 750px) {
    .common_ttl .en_big {
        font-size: 12vw;
    }

    .common_ttl .common_ttl_text {
        margin-top: 3vw;
        font-size: 3.9vw;
    }

    .common_btn .link {
        width: 100%;
        height: 15vw;
        border: solid 2px #382710;
        border-radius: 50px;
    }

    .common_btn .link .text {
        font-size: 4vw;
    }

    .common_btn .link .arrow {
        right: 5vw;
        width: 4vw;
        height: 4vw;
    }
}

@media (hover: hover) {
    @keyframes yurayura {
        0% {
            transform: rotate(0);
        }

        100% {
            transform: rotate(15deg);
        }
    }

    #main_header .list li a:hover {
        background-color: #93c426;
        border: solid 0.139vw #93c426;
    }

    #main_header .list li a:hover .icon {
        animation-name: yurayura;
        animation-duration: 0.5s;
        animation-iteration-count: 2;
        animation-direction: alternate;
    }

    #main_header .list .book a:hover {
        background-color: #F1F5E1;
    }

    .common_news_list .list li a:hover .img_area .img::before {
        opacity: 1;
    }

    .common_news_list .list li a:hover .img_area .img::after {
        opacity: 1;
    }

    .common_btn .link:hover {
        background-color: #e6c63e;
    }

    .top_youcan .small_box .list a:hover .text_area .common_btn .link,
    .top_youcan .big_box .list a:hover .text_area .common_btn .link {
        background-color: #e6c63e;
    }

    .top_youcan .small_box .list a:hover .text_area .ttl,
    .top_youcan .big_box .list a:hover .text_area .ttl {
        color: #E5BD13;
    }

    .top_youcan .small_box .list a:hover .img_area .icon,
    .top_youcan .big_box .list a:hover .img_area .icon {
        animation-name: yurayura;
        animation-duration: 0.5s;
        animation-iteration-count: 2;
        animation-direction: alternate;
    }

    .top_sns .list li a:hover {
        background-color: #e8e6d5;
    }

    .top_sns .list li a:hover::before {
        transform: translateY(0%);
        opacity: 1;
    }

    .common_page_sightseeing_agricultural .btn_list li a:hover {
        background-color: #E8E6D5;
    }

    .top_goto .content .text_area .common_btn a:hover {
        background-color: #e6c63e;
    }

    .top_contact .box_area .mail_box a:hover {
        background-color: #edebd6;
    }
}

body {
    width: 82.639vw;
    margin-left: auto;
    background-color: #f3f2e8;
}

.mskimg {
    mask-image: url("/wp-content/uploads/2022/11/event_clipmask.png");
    /*マスクレイヤーとして使用する画像*/
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    -webkit-mask-image: url("/wp-content/uploads/2022/11/event_clipmask.png");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 3% 0;
    -webkit-mask-size: 100% 100%;
}

.top_slider_mask {
    mask-image: url("/wp-content/uploads/2022/11/top_slider_mask.png");
    /*マスクレイヤーとして使用する画像*/
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    -webkit-mask-image: url("/wp-content/uploads/2022/11/top_slider_mask.png");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
    -webkit-mask-size: 100% 100%;
}

.min_wrap {
    padding: 0 4.167vw;
}

#tuiju {
    height: 6.528vw;
    width: 100%;
    background-image: url(/wp-content/uploads/2022/11/top_fixed_imo.png);
    background-position: left -4.167vw top 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    bottom: 0;
    z-index: 99;
}

.has_drop_contents {
    width: 31.306vw;
    transform: translateX(-110%);
    position: fixed;
    top: 3.472vw;
    left: 17.361vw;
    z-index: 90;
    transition: 0.3s;
    height: 120%;
}

.has_drop_contents::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/wp-content/uploads/2022/11/sns_hukidashi.png");
    left: 0;
    top: 0;
    content: "";
    transform: rotate(5deg);
}

.has_drop_contents .list .has_drop_box {
    padding: 3.944vw 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

.has_drop_contents .list .head_list_ttl {
    font-size: 2vw;
    letter-spacing: 0.08em;
    padding-left: 9vw;
}

.has_drop_contents .list .inner_list {
    padding-left: 1.389vw;
    margin-top: 0.694vw;
}

.has_drop_contents .list .inner_list .link+.link {
    margin-top: 0.194vw;
}

.has_drop_contents .list .inner_list .link {
    margin-left: 7.639vw;
}

.has_drop_contents .list .inner_list a {
    color: #382710;
    letter-spacing: 0.03em;
    position: relative;
    padding-left: 1.389vw;
    font-size: 1.5vw;
    line-height: 1;
}

.has_drop_contents .list .inner_list a::before {
    position: absolute;
    content: "";
    width: 0.694vw;
    height: 0.694vw;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    background-color: #7ca521;
    border-radius: 50%;
}

.has_drop_contents .list .inner_list li.child {
    margin-left: 8.639vw;
}

.has_drop_contents .list .inner_list li.child a::before {
    width: 1vw;
    height: 3px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    background-color: #7ca521;
    border-radius: 0;
}

#main_header {
    width: 17.361vw;
    padding: 1.5vw 0.694vw 1.389vw;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #fff;
    z-index: 100;
    overflow-y: scroll;
}

#main_header .logo a {
    display: block;
    margin: 0 auto;
}

#main_header .list {
    margin-top: 1.331vw;
}

#main_header .list li+li {
    margin-top: 0.694vw;
}

#main_header .list li a.double {
    /* padding: 0.757vw 0.694vw; */
}

#main_header .list li a {
    width: 15.972vw;
    padding: 0.5vw 2vw 0.5vw 1.2vw;
    align-items: center;
    background-color: #7CA521;
    border-radius: 0.694vw;
    position: relative;
    /* max-height: 4.861vw; */
    transition: 0.3s;
    border: solid 0.139vw transparent;
    flex-wrap: nowrap;
}

#main_header .list li a .icon img {
    width: 1.806vw;
    height: 1.806vw;
    object-fit: contain;
    /* margin-left: 1.389vw; */
}

#main_header .list li a .text {
    margin-left: 0.9vw;
    padding-left: 0.9vw;
    color: #fff;
    font-size: 1.3vw;
    line-height: 1.1;
    position: relative;
    transition: 0.3s;
    letter-spacing: -0.06em;
}

#main_header .list li a .icon {
    flex-shrink: 0;
}

#main_header .list li a .text.text_bbq {
    /* font-size: 1.15vw; */
}

#main_header .list li a .text::before {
    width: 1px;
    height: 100%;
    border-left: dashed 0.139vw #fff;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    position: absolute;
}

#main_header .list li a .arrow {
    stroke: #fff;
    fill: none;
    width: 0.486vw;
    height: 0.694vw;
    position: absolute;
    right: 1.042vw;
    top: 0;
    bottom: 0;
    margin: auto;
}

#main_header .tel_area {
    margin-top: 5px;
}

#main_header .tel_area .tel_icon {
    margin-left: 0.556vw;
    align-items: center;
}

#main_header .tel_area .tel_icon img {
    width: 1.181vw;
    height: 1.597vw;
    object-fit: contain;
    line-height: 1;
}

#main_header .tel_area .number {
    margin-left: 0.347vw;
    font-size: 1.7vw;
    line-height: 1.3;
    letter-spacing: 0.03em;
    color: #7ca521;
}

#main_header .attention {
    margin-top: 3px;
}

#main_header .attention .text {
    font-size: 0.972vw;
    letter-spacing: 0.03em;
    line-height: 1.5;
}

#main_header .attention .text .enter {
    display: block;
    text-align: left;
}

#main_header .list .book {
    margin-top: 1.042vw;
}

#main_header .list .book a {
    background-color: #fff;
    border: solid 0.139vw #7CA521;
}

#main_header .list .book a .text::before {
    border-left: dashed 0.139vw #7CA521;
}

#main_header .list .book a .text {
    color: #7CA521;
}

.top_fv {
    padding: 3.611vw 3.125vw 3.681vw 4.167vw;
}

.top_fv .content {
    position: relative;
}

.top_fv .content .main_ttl {
    font-size: 2.222vw;
    line-height: 1.5;
    color: #fff;
    letter-spacing: 0.08em;
    position: absolute;
    bottom: 5vw;
    left: 4.167vw;
}

.top_fv .slider::before,
.top_fv .slider::after {
    position: absolute;
    content: "";
    background-size: contain;
    z-index: 2;
}

.top_fv .slider::before {
    width: 16.25vw;
    height: 13.056vw;
    background-image: url(/wp-content/uploads/2022/11/top_fv_grass_1.png);
    top: -0.694vw;
    left: -2.431vw;
}

.top_fv .slider::after {
    width: 17.153vw;
    height: 12.5vw;
    background-image: url(/wp-content/uploads/2022/11/top_fv_grass_2.png);
    right: -1.389vw;
    top: -1.389vw;
}

.top_fv .slider .img {
    width: 75.278vw;
    height: 42.639vw;
    background-position: center;
    background-size: cover;
}

.top_fv .slider .img.slider_1 {
    background-image: url(/wp-content/uploads/2023/01/top01.jpg);
}

.top_fv .slider .img.slider_2 {
    background-image: url(/wp-content/uploads/2023/01/top03.jpg);
}

.top_fv .slider .img.slider_3 {
    background-image: url(/wp-content/uploads/2023/01/top04.jpg);
}

.top_fv .slider .img.slider_4 {
    background-image: url(/wp-content/uploads/2022/11/top_fv_slider_img4.jpg);
}

.top_fv .slider .img.slider_5 {
    background-image: url(/wp-content/uploads/2022/11/top_fv_slider_img5.jpg);
}

.top_fv .slider .img.slider_6 {
    background-image: url(/wp-content/uploads/2023/01/top06.jpg);
}

.top_fv .slick-dots {
    display: flex;
    right: 2.083vw;
    bottom: 1.389vw;
    position: absolute;
}

.top_fv .slick-dots li+li {
    margin-left: 0.347vw;
}

.top_fv .slick-dots li.slick-active button {
    background-color: #7ca521;
    border: none;
}

.top_fv .slick-dots button {
    height: 0.694vw;
    width: 0.694vw;
    background-color: #fff;
    border: solid 0.069vw #7ca521;
    border-radius: 50%;
    text-indent: -69.375vw;
    overflow: hidden;
}

.top_concept {
    padding-top: 11.111vw;
    padding-bottom: 7.222vw;
}

.top_concept .ttl_area {
    position: relative;
}

.top_concept .ttl_area::before {
    position: absolute;
    content: "";
    width: 41.25vw;
    height: 31.389vw;
    transform: rotate(16deg);
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2022/11/concept_ttl_back.png);
    z-index: -1;
    left: -9.028vw;
    top: -6.944vw;
}

.top_concept .ttl_area .text_area {
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-top: 1.875vw;
}

.top_concept .img_area {
    position: relative;
    margin-left: 1.528vw;
    flex: 1;
    margin-top: 4.472vw;
}

.top_concept .img_area .leaf_img img {
    width: 5.417vw;
    height: 5.208vw;
    object-fit: contain;
    position: absolute;
    left: 10.722vw;
    top: 1vw;
}

.top_concept .img_area .bird_img {
    width: 9.444vw;
    height: 8.264vw;
    object-fit: contain;
    position: absolute;
    right: 0;
    top: -4.861vw;
}

.top_concept .img_area .kinoko {
    width: 3.125vw;
    object-fit: contain;
    height: 2.778vw;
    position: absolute;
    right: 19.444vw;
    bottom: -0.653vw;
}

.top_concept .img_area .list {
    justify-content: space-between;
}

.top_concept .img_area .list li {
    width: 15.972vw;
}

.top_concept .img_area .list li:nth-child(1) {
    margin-top: 5.556vw;
}

.top_concept .img_area .list li:nth-child(1) .img {
    background-image: url(/wp-content/uploads/2022/11/concept_num1.jpg);
}

.top_concept .img_area .list li:nth-child(1) .text .emphasis::before {
    background-image: url(/wp-content/uploads/2022/11/concept_letter_green.png);
    left: -0.972vw;
    top: -1.042vw;
    opacity: 0.8;
    transition-delay: 0.2s;
}

.top_concept .img_area .list li:nth-child(2) .img {
    background-image: url(/wp-content/uploads/2022/11/concept_num2.jpg);
}

.top_concept .img_area .list li:nth-child(2) .text .emphasis::before {
    background-image: url(/wp-content/uploads/2022/11/concept_letter_orange.png);
    left: -0.694vw;
    top: -1.042vw;
    transition-delay: 0.4s;
    opacity: 0.8;
}

.top_concept .img_area .list li:nth-child(3) {
    margin-top: 5.556vw;
}

.top_concept .img_area .list li:nth-child(3) .img {
    background-image: url(/wp-content/uploads/2022/11/concept_num3.jpg);
}

.top_concept .img_area .list li:nth-child(3) .text .emphasis::before {
    background-image: url(/wp-content/uploads/2022/11/concept_letter_yellow.png);
    left: -1.042vw;
    top: -1.181vw;
    opacity: 0.8;
    transition-delay: 0.6s;
}

.top_concept .img_area .list li .img {
    height: 15.972vw;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    border: solid 0.208vw #7ca521;
}

.top_concept .img_area .list li .num {
    margin-top: -4.514vw;
}

.top_concept .img_area .list li .num img {
    width: 4.444vw;
    height: 3.611vw;
    object-fit: contain;
}

.top_concept .img_area .list li .text {
    font-size: 1.667vw;
    letter-spacing: 0.08em;
    line-height: 1.2;
    margin-top: 0.764vw;
}

.top_concept .img_area .list li .text .emphasis {
    font-size: 2.639vw;
    color: #fff;
    padding: 0 0.694vw;
    position: relative;
    line-height: 1.5;
}

.top_concept .img_area .list li .text .emphasis::before {
    position: absolute;
    content: "";
    width: 5.833vw;
    height: 5.556vw;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0;
    transform: scale(0);
    transition: 0.3s;
}

.top_concept .img_area .list li .text .emphasis.active::before {
    opacity: 1;
    transform: scale(1);
}

.top_event {
    position: relative;
    padding: 11.389vw 0 11.736vw;
    z-index: 4;
}

.top_event::before {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2022/11/event_back_green.png);
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.top_event::after {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    content: "";
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2022/11/event_mask_screen.png);
    mix-blend-mode: screen;
}

.top_event>* {
    position: relative;
    z-index: 1;
}

.top_event .board {
    position: absolute;
    top: 2.014vw;
    transform: translateY(-100%) scale(0);
    opacity: 0;
    transition: 0.3s;
    transition-delay: 0.2s;
}

.top_event .board.active {
    transform: translateY(-100%) scale(1);
    opacity: 1;
}

.top_event .board img {
    width: 11.111vw;
    height: 16.25vw;
    object-fit: contain;
}

.top_event .ttl_area {
    align-items: center;
    justify-content: center;
}

.top_event .ttl_area .fire_img img {
    width: 8.125vw;
    height: 7.778vw;
    object-fit: contain;
}

.top_event .ttl_area .tree_img img {
    width: 9.028vw;
    height: 8.819vw;
    object-fit: contain;
}

.top_event .ttl_area .common_ttl {
    text-align: center;
    margin: 0 2.361vw 0 3.125vw;
}

.top_event .list {
    margin-top: 2.569vw;
    gap: 1.389vw;
}

.top_event .common_btn a {
    margin: 2.708vw 0 0;
}

.common_btn {
    display: flex;
    justify-content: center;
    column-gap: 2vw;
}

.common_news_list .list li a {
    width: 23.611vw;
    display: block;
    height: 100%;
}

.common_news_list .list li a .img_area {
    position: relative;
    aspect-ratio: 1.33 / 1;
}

.common_news_list .list li a .img_area .img {
    position: relative;
    height: 100%;
}

.common_news_list .list li a .img_area .img::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    content: "";
    transition: 0.3s;
    border-radius: 2.083vw;
}

.common_news_list .list li a .img_area .img::after {
    position: absolute;
    width: 6.806vw;
    height: 12.361vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/wp-content/uploads/2022/11/event_view_bird.png");
    content: "";
    right: -0.694vw;
    bottom: 0;
    opacity: 0;
    transition: 0.3s;
}

.common_news_list .list li a .img_area .new {
    position: absolute;
    width: 2.431vw;
    height: 6.667vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/wp-content/uploads/2022/11/event_new_icon.png");
    top: 1.042vw;
    left: -1.042vw;
    z-index: 1;
}

.common_news_list .list li a .img_area .img img {
    /* height: 17.361vw; */
    border-radius: 2.083vw;
    object-fit: cover;
    height: 100% !important;
}

.common_news_list .list li a .img_area .day {
    color: #382710;
    font-size: 0.833vw;
    letter-spacing: 0.03em;
    line-height: 1;
    width: 4.861vw;
    padding: 0.694vw 0;
    margin-top: -5.069vw;
    text-align: center;
}

.common_news_list .list li a .img_area .day .big {
    font-size: 2.639vw;
    letter-spacing: 0;
}

.common_news_list .list li a .text_area {
    margin-top: 1.042vw;
}

.common_news_list .list li a .text_area .ttl {
    font-size: 1.389vw;
    letter-spacing: 0.12em;
    color: #382710;
    line-height: 1.5;
}

.common_news_list .list li a .text_area .text {
    color: #382710;
    line-height: 1.5;
    margin-top: 0.556vw;
    letter-spacing: 0.08em;
}

.top_youcan {
    padding-top: 10.972vw;
    padding-bottom: 13.194vw;
    position: relative;
    /* margin-top: -9.028vw; */
    z-index: 3;
}

.top_youcan::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(/wp-content/uploads/2022/11/youcan_background.png);
    left: 0;
    top: 0;
    background-size: cover;
    background-position: top;
}

.top_youcan>* {
    position: relative;
    z-index: 1;
}

.top_youcan .ttl_area {
    justify-content: center;
    align-items: center;
}

.top_youcan .ttl_area::before {
    position: absolute;
    width: 53.75vw;
    height: 46.875vw;
    transform: rotate(201deg);
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/wp-content/uploads/2022/11/youcan_big_back.png");
    right: -15.972vw;
    top: -12.5vw;
    content: "";
    z-index: -1;
}

.top_youcan .ttl_area .lunch_img img {
    width: 6.806vw;
    height: 6.736vw;
    object-fit: contain;
}

.top_youcan .ttl_area .common_ttl {
    text-align: center;
    margin: 0 2.569vw 0 1.181vw;
}

.top_youcan .ttl_area .bell_img img {
    width: 6.528vw;
    height: 14.444vw;
    object-fit: contain;
}

.top_youcan .big_box {
    background-color: #fff;
    border-radius: 2.083vw;
    padding: 2.778vw;
    border: solid 0.208vw #d3e67c;
}

.top_youcan .big_box .list {
    justify-content: space-between;
}

.top_youcan .big_box .list li {
    width: 33.333vw;
}

.top_youcan .big_box .list li .img_area .img {
    height: 15.972vw;
    mask-image: url("/wp-content/uploads/2022/11/youcan_bigbox_mask.png");
    /*マスクレイヤーとして使用する画像*/
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    -webkit-mask-image: url("/wp-content/uploads/2022/11/youcan_bigbox_mask.png");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
    -webkit-mask-size: 100% 100%;
}

.top_youcan .big_box .list li .img_area .img img {
    width: 33.333vw;
    height: 15.972vw;
    object-fit: cover;
}

.top_youcan .big_box .list li .img_area .icon {
    text-align: center;
    margin-top: -2.083vw;
}

.top_youcan .big_box .list li .img_area .icon img {
    width: 4.861vw;
    height: 4.861vw;
    object-fit: contain;
}

.top_youcan .big_box .list li .text_area .ttl {
    color: #382710;
    transition: 0.3s;
    font-size: 1.806vw;
    letter-spacing: 0.08em;
    text-align: center;
    line-height: 1;
    margin-top: 1.25vw;
}

.top_youcan .big_box .list li .text_area .explain {
    letter-spacing: 0.08em;
    color: #382710;
    line-height: 1.5;
    width: 22.778vw;
    margin: 0.694vw auto 0;
}

.top_youcan .big_box .list li .text_area .common_btn {
    margin-top: 1.389vw;
}

.top_youcan .big_box .list li .text_area .common_btn .link {
    margin: 0 auto;
    height: 5.556vw;
}

.top_youcan .small_box {
    margin-top: 1.736vw;
}

.top_youcan .small_box .list {
    justify-content: space-between;
}

.top_youcan .small_box .list li a {
    display: block;
    width: 23.611vw;
    border-radius: 2.083vw;
    background-color: #fff;
    padding: 2.778vw 2.778vw 2.5vw;
    border: solid 0.208vw #d3e67c;
}

.top_youcan .small_box .list li a .img_area .img {
    height: 15.278vw;
    mask-image: url("/wp-content/uploads/2022/11/youcan_smallbox_mask.png");
    /*マスクレイヤーとして使用する画像*/
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    -webkit-mask-image: url("/wp-content/uploads/2022/11/youcan_smallbox_mask.png");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
    -webkit-mask-size: 100% 100%;
}

.top_youcan .small_box .list li a .img_area .img img {
    height: 15.278vw;
    object-fit: cover;
}

.top_youcan .small_box .list li a .img_area .icon {
    text-align: center;
    margin-top: -2.083vw;
}

.top_youcan .small_box .list li a .img_area .icon img {
    width: 4.514vw;
    height: 4.236vw;
    object-fit: contain;
}

.top_youcan .small_box .list li a .text_area .ttl {
    font-size: 1.528vw;
    text-align: center;
    letter-spacing: 0.08em;
    color: #382710;
    transition: 0.3s;
    line-height: 1;
    margin-top: 1.181vw;
}

.top_youcan .small_box .list li a .text_area .explain {
    width: 18.917vw;
    margin: 0.694vw auto 0;
    color: #382710;
    text-align: center;
}

.top_youcan .small_box .list li a .text_area .common_btn {
    margin-top: 1.389vw;
}

.top_youcan .small_box .list li a .text_area .common_btn .link {
    width: 18.056vw;
    height: 5.556vw;
}

.top_youcan .small_box .list li a .text_area .common_btn .link .arrow {
    width: 0.694vw;
}

.top_sns {
    padding-top: 3.819vw;
    position: relative;
    z-index: 2;
}

.top_sns .feedInner {
    width: 640px;
    margin: 0 0 0 auto;
}

.top_sns .feedInner .sb_instagram_header {
    display: none;
}

.top_sns .list {
    justify-content: left;
    position: relative;
    margin-left: 29.861vw;
}

.top_sns .list::before {
    position: absolute;
    width: 18.889vw;
    height: 14.375vw;
    transform: rotate(-162deg);
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/wp-content/uploads/2022/11/sns_big_back.png");
    right: -11.806vw;
    top: -9.722vw;
    content: "";
    z-index: -1;
}

.top_sns .list li+li {
    margin-left: 1.389vw;
}

.top_sns .list li a {
    display: flex;
    width: 12.5vw;
    height: 12.5vw;
    align-items: center;
    justify-content: center;
    border-radius: 1.389vw;
    border: solid 0.208vw #edebd6;
    text-align: center;
    background-color: #fff;
    transition: 0.3s;
    position: relative;
}

.top_sns .list li a::before {
    position: absolute;
    content: "";
    width: 3.611vw;
    height: 5.764vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/wp-content/uploads/2022/11/sns_owl_icon.png");
    top: -3.125vw;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    transform: translateY(100%);
    opacity: 0;
    transition: 0.3s;
}

.top_sns .list li a .icon img {
    width: 3.472vw;
    height: 3.472vw;
    object-fit: contain;
}

.top_sns .list li a .text {
    letter-spacing: 0.08em;
    color: #382710;
    line-height: 1;
    margin-top: 1.042vw;
}

.top_goto {
    margin-top: -17.361vw;
	margin-top: 0vw;
    padding-bottom: 8.472vw;
    position: relative;
}

.top_goto::after {
    position: absolute;
    content: "";
    width: 33.056vw;
    height: 25.208vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/wp-content/uploads/2022/11/goto_big_back.png");
    bottom: -8.333vw;
    right: -6.25vw;
    z-index: -1;
    transform: rotate(-162deg);
}

.top_goto .squirrel_area {
    margin-left: 0.694vw;
    position: relative;
    z-index: 1;
}

.top_goto .squirrel_area .hukidashi {
    width: 23.542vw;
    height: 23.681vw;
    position: relative;
}

.top_goto .squirrel_area .hukidashi .text {
    letter-spacing: 0.08em;
    position: absolute;
    z-index: 2;
    top: 5.903vw;
    left: 6.25vw;
}

.top_goto .squirrel_area .hukidashi .text .big {
    font-size: 4.167vw;
    letter-spacing: 0.03em;
    line-height: 1;
    display: block;
    margin-bottom: 0.694vw;
}

.top_goto .squirrel_area .hukidashi .background {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url("/wp-content/uploads/2022/11/sns_hukidashi.png");
    background-size: cover;
    background-position: center;
}

.top_goto .squirrel_area .squirrel_img {
    transform: translateY(100%);
    opacity: 0;
    transition: 0.3s;
    transition-delay: 0.2s;
}

.top_goto .squirrel_area .squirrel_img.active {
    transform: translateY(0%);
    opacity: 1;
}

.top_goto .squirrel_area .squirrel_img img {
    width: 5.694vw;
    height: 4.861vw;
    object-fit: contain;
}

.top_goto .content {
    width: 100%;
    height: 26.389vw;
    border-radius: 2.083vw;
    position: relative;
    padding: 4.653vw 7.708vw 4.375vw 0;
    margin-top: -0.694vw;
}

.top_goto .content::before,
.top_goto .content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
}

.top_goto .content::before {
    background-image: url("/wp-content/uploads/2022/11/goto_back.jpg");
    background-size: cover;
    background-position: center;
    border-radius: 2.083vw;
    left: 0;
    top: 0;
}

.top_goto .content::after {
    left: 0;
    top: 0;
    border-radius: 2.083vw;
    background: linear-gradient(to right, rgba(98, 129, 176, 0.48), rgba(112, 142, 186, 0.36), rgba(138, 165, 203, 0.13), rgba(154, 179, 214, 0));
}

.top_goto .content>* {
    position: relative;
    z-index: 1;
}

.top_goto .content .text_area {
    margin: 0 0 0 auto;
    width: 26.389vw;
}

.top_goto .content .text_area::before {
    width: 16.667vw;
    height: 10.069vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/wp-content/uploads/2022/11/goto_cloud.png");
    content: "";
    position: absolute;
    right: -6.944vw;
    top: -6.944vw;
}

.top_goto .content .text_area .ttl_box .icon img {
    width: 5.903vw;
    height: 6.25vw;
    object-fit: contain;
}

.top_goto .content .text_area .ttl_box .ttl {
    margin-left: 0.694vw;
    position: relative;
}

.top_goto .content .text_area .ttl_box .ttl::before {
    position: absolute;
    content: "";
    width: 9.722vw;
    height: 1.389vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/wp-content/uploads/2022/11/goto_kawagoe_reserve_text.png");
    transform: rotate(-10deg);
    right: -9.028vw;
    bottom: 1.042vw;
}

.top_goto .content .text_area .ttl_box .ttl img {
    width: 17.847vw;
    height: 5.764vw;
    object-fit: contain;
}

.top_goto .content .text_area .text_glad {
    letter-spacing: 0.08em;
    margin-top: 0.694vw;
    color: #fff;
}

.top_goto .content .text_area .common_btn {
    margin-top: 1.181vw;
}

.top_goto .content .text_area .common_btn .link {
    border: solid 0.208vw #fff;
    background-color: inherit;
    height: 5.556vw;
    justify-content: left;
    padding-left: 3.542vw;
}

.top_goto .content .text_area .common_btn .link .text {
    color: #fff;
}

.top_goto .content .text_area .common_btn .link .arrow {
    stroke: #fff;
}

.top_contact {
    position: relative;
    padding-top: 4.306vw;
}

.top_contact::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2022/11/contact_back.png);
    background-position: top;
    left: 0;
    top: 0;
    content: "";
    z-index: -1;
}

.top_contact .ttl_area .main_ttl {
    font-size: 2.917vw;
    letter-spacing: 0.03em;
    text-align: center;
    line-height: 1;
}

.top_contact .ttl_area .text {
    letter-spacing: 0.03em;
    text-align: center;
    margin-top: 1.389vw;
}

.top_contact .box_area {
    margin-top: 2.431vw;
    justify-content: space-between;
    padding: 0 4.167vw;
    margin-bottom: 3vw;
}

.top_contact .line_button a {
    display: block;
    width: 30vw;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 1.389vw;
    padding: 2vw 3vw 2vw 8vw;
    color: #333;
    font-size: 1.6vw;
    background-image: url(/wp-content/uploads/2024/03/icon_line.svg);
    background-repeat: no-repeat;
    background-size: 4vw;
    background-position: 3vw;
    position: relative;
    transition: .3s;
}

.top_contact .line_button a .arrow {
    fill: none;
    stroke: #382710;
    width: 0.833vw;
    height: 1.389vw;
    position: absolute;
    right: 2vw;
    top: calc( 50% - .7vw );
}

.top_contact .line_button a:hover {
    background-color: #edebd6;
}

.top_contact .box_area .human_box {
    position: relative;
    width: 41.667vw;
    padding: 2.917vw 3.75vw 2.778vw 0;
    border-radius: 1.389vw;
    background-color: #fff;
}

.top_contact .box_area .human_box .human_img {
    position: absolute;
    left: 1.389vw;
    bottom: 0;
}

.top_contact .box_area .human_box .human_img img {
    width: 11.667vw;
    height: 18.333vw;
    object-fit: contain;
}

.top_contact .box_area .human_box .text_area {
    width: 22.278vw;
    margin-left: auto;
}

.top_contact .box_area .human_box .text_area .ttl_text {
    letter-spacing: 0.08em;
    line-height: 1;
}

.top_contact .box_area .human_box .text_area .ttl_text .big {
    font-size: 2.917vw;
    letter-spacing: 0.03em;
    margin-right: 1.042vw;
}

.top_contact .box_area .human_box .text_area .tel_area {
    align-items: center;
    margin-top: 1.042vw;
}

.top_contact .box_area .human_box .text_area .tel_area .icon img {
    width: 1.597vw;
    height: 2.222vw;
    object-fit: contain;
    line-height: 1;
}

.top_contact .box_area .human_box .text_area .tel_area .number {
    margin-left: 0.556vw;
    font-size: 2.5vw;
    letter-spacing: 0.03em;
    line-height: 1;
}

.top_contact .box_area .human_box .text_area .detail_area {
    padding: 0.417vw 0.903vw 0.486vw 1.528vw;
    border-radius: 2.083vw;
    border: solid 0.139vw #382710;
    margin-top: 0.903vw;
}

.top_contact .box_area .human_box .text_area .detail_area .text {
    font-size: 0.833vw;
    letter-spacing: 0.03em;
}

.top_contact .box_area .mail_box a {
    width: 22.917vw;
    border-radius: 1.389vw;
    background-color: #fff;
    position: relative;
    text-align: center;
    padding-top: 6.944vw;
    display: block;
    height: 100%;
    transition: 0.3s;
}

.top_contact .box_area .mail_box a .bird_img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -3.472vw;
}

.top_contact .box_area .mail_box a .bird_img img {
    width: 10.972vw;
    height: 9.583vw;
    object-fit: contain;
}

.top_contact .box_area .mail_box a .ttl {
    font-size: 2.917vw;
    letter-spacing: 0.03em;
    line-height: 1;
    color: #382710;
}

.top_contact .box_area .mail_box a .small {
    letter-spacing: 0.08em;
    line-height: 1;
    margin-top: 0.694vw;
    color: #382710;
}

.top_contact .box_area .mail_box a .arrow {
    fill: none;
    stroke: #382710;
    margin-top: 1.042vw;
    width: 0.833vw;
    height: 1.389vw;
}

#main_footer {
    padding: 6.736vw 0 8.533vw;
    background-image: url(/wp-content/uploads/2022/11/footer_background.jpg);
}

#main_footer .logo {
    text-align: center;
}

#main_footer .logo a img {
    height: 3.708vw;
    object-fit: contain;
}

#main_footer .add {
    letter-spacing: 0.03em;
    text-align: center;
    line-height: 1.5;
    margin-top: 1.806vw;
}

#main_footer .privacy_map {
    justify-content: center;
    margin-top: 3.472vw;
}

#main_footer .privacy_map .box+.box {
    margin-left: 1.806vw;
}

#main_footer .privacy_map .box:nth-child(2) {
    position: relative;
}

#main_footer .privacy_map .box:nth-child(2)::before {
    position: absolute;
    left: -0.833vw;
    width: 0.104vw;
    height: 0.833vw;
    background-color: #382710;
    transform: rotate(25deg);
    content: "";
    border-radius: 0.208vw;
    top: 0.208vw;
    bottom: 0;
    margin: auto;
}

#main_footer .privacy_map .box a {
    color: #382710;
    font-size: 0.833vw;
}

#main_footer .copy {
    font-size: 0.833vw;
    text-align: center;
    margin-top: 0.556vw;
}

/* BBQ情報について */
.cmn_bbq_ttl {
    font-size: 40px;
    letter-spacing: 0.08em;
    line-height: 1;
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 2;
}

.cmn_bbq_ttl::before,
.cmn_bbq_ttl::after {
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2022/11/concept_leaf.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 70px;
    height: 70px;
    top: -47px;
    z-index: -1;
}

.cmn_bbq_ttl::before {
    left: 390px;
    transform: scale(-1, 1);
}

.cmn_bbq_ttl::after {
    right: 390px;
}

#page_bbq .accent_color {
    color: #db2424;
}

#page_bbq .bbq_box {
    flex-wrap: nowrap;
    align-items: center;
}

#page_bbq .bbq_box .text {
    font-size: 18px;
    letter-spacing: 0.06em;
    line-height: 1.7;
    text-align: center;
    position: relative;

}

#page_bbq .bbq_box .text::before,
#page_bbq .bbq_box .text::after {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 170px;
    height: 140px;
    top: -120px;
    background-image: url(/wp-content/uploads/2022/11/top_fv_grass_1.png);
}

#page_bbq .bbq_box .text::before {
    left: -40px;
}

#page_bbq .bbq_box .text::after {
    right: -40px;
    transform: scale(-1, 1);
}

#page_bbq .bbq_box .bbq_img {
    width: 460px;
    flex-shrink: 0;
    height: 300px;
    overflow: hidden;
    border-radius: 10px;
    margin-left: 100px;
}

#page_bbq .bbq_box .bbq_img img {
    height: 100%;
    object-fit: cover;
}

#page_bbq .bbq_ex_box {
    margin-top: 100px;
}

#page_bbq .bbq_ex_box .box {
    margin-top: 25px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
    padding: 30px 70px 30px 90px;
    border-radius: 50px;
    position: relative;
}

#page_bbq .bbq_ex_box .box::after {
    background-size: contain;
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/wp-content/uploads/2022/11/sns_owl_icon.png);
    width: 90px;
    height: 130px;
    top: -81px;
    right: 103px;
    z-index: -1;
}

#page_bbq .bbq_ex_box .box ul {
    flex-wrap: nowrap;
    align-items: center;
}

#page_bbq .bbq_ex_box .box ul li {
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1.8;
    width: 600px;
}

#page_bbq .bbq_ex_box .box ul li:first-child {
    width: 230px;
    position: relative;
    margin-left: 20px;
    line-height: 1;
    font-size: 20px;
    margin-right: 30px;
}

#page_bbq .bbq_ex_box .box ul li:first-child::before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2022/11/event_tree.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 38px;
    height: 38px;
    left: -63px;
    top: -12px;
}

#page_bbq .bbq_ex_box .box ul+ul {
    margin-top: 40px;
}

#page_bbq .rule_box_sec {
    margin-top: 100px;
}

#page_bbq .rule_box_sec .rule_box {
    margin-top: 25px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
    padding: 50px 50px;
    border-radius: 50px;
}

#page_bbq .rule_box_sec .rule_box ul {
    position: relative;
}

#page_bbq .rule_box_sec .rule_box ul::before,
#page_bbq .rule_box_sec .rule_box ul::after {
    position: absolute;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#page_bbq .rule_box_sec .rule_box ul::before {
    background-image: url(/wp-content/uploads/2022/11/icon_bbq_squirrel.png);
    width: 300px;
    height: 110px;
    bottom: 0px;
    right: -50px;
}

#page_bbq .rule_box_sec .rule_box ul::after {
    background-image: url(/wp-content/uploads/2022/11/sns_owl_icon.png);
    width: 90px;
    height: 130px;
    top: -127px;
    right: 30px;
    z-index: -1;
}


#page_bbq .rule_box_sec .rule_box ul li {
    font-size: 18px;
    letter-spacing: 0.06em;
    line-height: 1.7;
    position: relative;
}

#page_bbq .rule_box_sec .rule_box ul li::before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2022/11/event_tree.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 38px;
    height: 38px;
    left: -63px;
    top: -8px;
}

#page_bbq .rule_box_sec .rule_box ul li+li {
    margin-top: 35px;
}

#page_bbq .rule_box_sec .rule_box table {
    width: 100%;
}

#page_bbq table th {
    text-align: center;
    vertical-align: middle;
    min-height: 50px;
    /* width: 160px; */
    background-color: #7ba522;
    color: #fff;
    padding: 10px 45px;
    height: 100px;
    white-space: nowrap;
}

#page_bbq table td {
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    line-height: 1.5;
    border-left: solid 1px #c6c6c6;
}

#page_bbq table tr {
    border-bottom: solid 1px;
    border-right: solid 1px;
    border-left: solid 1px;
    border-color: #c6c6c6;
}

#page_bbq .rule_box_sec.table .rule_box {
    padding: 50px;
}

#page_bbq table th+th {
    border-left: solid 1px #c6c6c6;
}

#page_bbq table tr.first {
    border-top: solid 1px #c6c6c6;
}

#page_bbq .rule_box_sec .example_list {
    margin-top: 30px;
}

#page_bbq .rule_box_sec .example_list .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

#page_bbq .rule_box_sec .example_list .name {
    font-size: 22px;
    text-align: center;
    letter-spacing: 0.1em;
}

#page_bbq .rule_box_sec .example_list .img {
    height: 250px;
    margin-top: 15px;
}

#page_bbq .rule_box_sec .example_list .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#page_bbq .rule_box_sec .example_list .list li {
    background-color: #fff;
    padding: 25px;
    border: solid 2px;
}

#page_bbq .rule_box_sec .example_list .price_box .price {
    width: 48%;
    border-bottom: solid 1px;
}

#page_bbq .rule_box_sec .example_list .price_box .price .ttl {
    margin-right: 10px;
}

#page_bbq .rule_box_sec .example_list .price_box {
    margin-top: 20px;
    justify-content: space-between;
}

#page_bbq .rule_box_sec .example_list .contents {
    margin-top: 15px;
    letter-spacing: 0.06em;
}

.top_event {
    margin-top: 0vw;
}

.common_news_list.news_pickup .list li a {
    width: 33vw;
    margin-bottom: 70px;
}

.common_news_list.news_pickup .list {
    gap: 7.389vw;
    border-bottom: solid 2px #7CA521;
    margin-bottom: 80px;
}

.bbq_youtube {
    margin-top: 60px;
    margin-bottom: 100px;
    height: 300px;
}


@media (max-width: 750px) {
    body {
        width: 100%;
    }

    .min_wrap {
        padding: 0 5vw;
    }

    #tuiju {
        height: 15vw;
        width: 100%;
        background-position: -47px;
        background-image: url(/wp-content/uploads/2022/11/top_fixed_imo.png);
    }

    .top_fv {
        padding: 0 5vw;
        margin-top: 13vw;
    }

    .top_fv .content .main_ttl {
        margin-top: 4vw;
        font-size: 5.4vw;
        line-height: 1.5;
        bottom: 0;
        left: 0;
        color: #382710;
        position: relative;
    }

    .top_fv .slider .slick-dots {
        right: 5vw;
        bottom: 4vw;
    }

    .top_fv .slider .slick-dots li+li {
        margin-left: 2vw;
    }

    .top_fv .slider .slick-dots button {
        height: 2.667vw;
        width: 2.667vw;
        border: solid 1px #7ca521;
    }

    .top_fv .slider::before {
        width: 34.667vw;
        height: 27.733vw;
        top: -2.667vw;
        left: -4vw;
    }

    .top_fv .slider::after {
        width: 35.2vw;
        height: 25.6vw;
        top: -2.667vw;
        right: -4vw;
    }

    .top_fv .slider .img {
        height: 101.6vw;
    }

    .top_concept {
        padding-top: 40vw;
        padding-bottom: 15vw;
    }

    .top_concept .content {
        flex-direction: column;
    }

    .top_concept .ttl_area::before {
        width: 115.733vw;
        height: 88.267vw;
        left: -19.467vw;
        top: -17.333vw;
    }

    .top_concept .ttl_area .text_area {
        margin-top: 6vw;
        font-size: 3.8vw;
    }

    .top_concept .img_area {
        margin-left: 0px;
    }

    .top_concept .img_area .leaf_img img {
        width: 11.2vw;
        height: 10.933vw;
        left: 82vw;
        top: 30vw;
    }

    .top_concept .img_area .bird_img {
        width: 24.8vw;
        height: 17.067vw;
        right: 0;
        top: 130vw;
    }

    .top_concept .img_area .kinoko {
        width: 8.267vw;
        height: 7.467vw;
        right: 85vw;
        bottom: 86vw;
    }

    .top_concept .img_area .list {
        margin-top: 8vw;
    }

    .top_concept .img_area .list li {
        width: 100%;
        display: flex;
        position: relative;
    }

    .top_concept .img_area .list li:nth-child(1) {
        margin-top: 0;
    }

    .top_concept .img_area .list li:nth-child(1) .text {
        margin-top: 10vw;
        margin-left: 5vw;
    }

    .top_concept .img_area .list li:nth-child(1) .text .emphasis::before {
        left: -3vw;
        top: -2.5vw;
    }

    .top_concept .img_area .list li:nth-child(1) .num {
        left: 29vw;
    }

    .top_concept .img_area .list li:nth-child(2) .text {
        padding-left: 3vw;
        margin-top: 10vw;
    }

    .top_concept .img_area .list li:nth-child(2) .text .emphasis::before {
        left: -2vw;
        top: -1.5vw;
    }

    .top_concept .img_area .list li:nth-child(2) .img {
        order: 2;
    }

    .top_concept .img_area .list li:nth-child(2) .num {
        right: 30vw;
    }

    .top_concept .img_area .list li:nth-child(3) {
        margin-top: 0vw;
    }

    .top_concept .img_area .list li:nth-child(3) .text {
        margin-left: 5vw;
        margin-top: 10vw;
    }

    .top_concept .img_area .list li:nth-child(3) .text .emphasis::before {
        left: -2.9vw;
        top: -2vw;
    }

    .top_concept .img_area .list li:nth-child(3) .num {
        left: 29vw;
    }

    .top_concept .img_area .list li .img {
        height: 42.667vw;
        width: 42.667vw;
        border: solid 3px #7ca521;
    }

    .top_concept .img_area .list li .num {
        margin-top: 0;
        width: 12vw;
        position: absolute;
    }

    .top_concept .img_area .list li .num img {
        width: 64px;
        height: 52px;
    }

    .top_concept .img_area .list li .text {
        font-size: 4.3vw;
        flex: 1;
        line-height: 1.7;
    }

    .top_concept .img_area .list li .text .emphasis {
        font-size: 7.4vw;
        padding: 0 1.5vw;
        line-height: 1.7;
    }

    .top_concept .img_area .list li .text .emphasis::before {
        width: 15vw;
        height: 15vw;
    }

    .top_event {
        padding: 30vw 0;
    }

    .top_event .board {
        top: -227vw;
        right: 0;
    }

    .top_event .board img {
        width: 26.667vw;
        height: 38.933vw;
    }

    .top_event .ttl_area .fire_img img {
        width: 16vw;
        height: 16vw;
    }

    .top_event .ttl_area .tree_img img {
        width: 16vw;
        height: 16vw;
    }

    .top_event .ttl_area .common_ttl {
        margin: 0 4vw 0 6vw;
    }

    .top_event .list {
        margin-top: 8vw;
        padding-left: 3vw;
    }

    .top_event .common_btn a+a {
        margin: 13px auto 0;
    }

    .common_news_list {
        overflow-x: scroll;
    }

    .common_news_list .list {
        width: 100%;
        flex-wrap: nowrap;
        padding-bottom: 5vw;
    }

    .common_news_list .list li {
        flex-shrink: 0;
    }

    .common_news_list .list li+li {
        margin-left: 10vw;
    }

    .common_news_list .list li a {
        width: 70vw;
    }

    .common_news_list .list li a .img_area .img::before {
        width: 100%;
        height: 100%;
    }

    .common_news_list .list li a .img_area .img::after {
        width: 98px;
        height: 178px;
        right: -10px;
    }

    .common_news_list .list li a .img_area .new {
        width: 8vw;
        height: 18vw;
        top: 3vw;
        left: -3vw;
    }

    .common_news_list .list li a .img_area .img img {
        height: 50vw;
    }

    .common_news_list .list li a .img_area .day {
        font-size: 3vw;
        width: 13vw;
        padding: 3vw 0 0 2vw;
        margin-top: -15vw;
    }

    .common_news_list .list li a .img_area .day .big {
        font-size: 8vw;
    }

    .common_news_list .list li a .text_area {
        margin-top: 4vw;
    }

    .common_news_list .list li a .text_area .ttl {
        font-size: 4vw;
        line-height: 1.4;
    }

    .common_news_list .list li a .text_area .text {
        line-height: 1.4;
        margin-top: 2vw;
        font-size: 3.5vw;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .top_youcan {
        padding-top: 35vw;
        padding-bottom: 30vw;
        /* margin-top: -20vw; */
    }

    .top_youcan::before {
        background-position: right;
    }

    .top_youcan .ttl_area {
        position: relative;
    }

    .top_youcan .ttl_area::before {
        width: 50vw;
        height: 50vw;
        right: -17vw;
        top: -25vw;
    }

    .top_youcan .ttl_area .lunch_img img {
        width: 12vw;
        height: 12vw;
        position: absolute;
        left: 0;
        bottom: -17vw;
    }

    .top_youcan .ttl_area .common_ttl {
        margin: 0;
    }

    .top_youcan .ttl_area .common_ttl .en_big {
        font-size: 10vw;
    }

    .top_youcan .ttl_area .common_ttl .common_ttl_text {
        margin-top: 3vw;
        font-size: 3.7vw;
    }

    .top_youcan .ttl_area .bell_img img {
        width: 20vw;
        height: 20vw;
        position: absolute;
        bottom: -24vw;
        right: -3vw;
        z-index: -1;
    }

    .top_youcan .big_box {
        padding: 6vw 5vw;
        margin-top: 20vw;
        border-radius: 30px;
    }

    .top_youcan .big_box .list {
        flex-direction: column;
    }

    .top_youcan .big_box .list li {
        width: 100%;
    }

    .top_youcan .big_box .list li+li {
        margin-top: 10vw;
    }

    .top_youcan .big_box .list li .img_area .img {
        height: 45vw;
    }

    .top_youcan .big_box .list li .img_area .img img {
        width: 100%;
        height: 100%;
    }

    .top_youcan .big_box .list li .img_area .icon {
        margin-top: -7vw;
    }

    .top_youcan .big_box .list li .img_area .icon img {
        width: 13vw;
        height: 12vw;
    }

    .top_youcan .big_box .list li .text_area .ttl {
        font-size: 5vw;
        margin-top: 2vw;
    }

    .top_youcan .big_box .list li .text_area .explain {
        width: 100%;
        margin: 3vw auto 0;
        font-size: 3.5vw;
    }

    .top_youcan .big_box .list li .text_area .common_btn {
        margin-top: 7vw;
    }

    .top_youcan .big_box .list li .text_area .common_btn .link {
        height: 15vw;
    }

    .top_youcan .small_box {
        margin-top: 8vw;
    }

    .top_youcan .small_box .list {
        flex-direction: column;
    }

    .top_youcan .small_box .list li+li {
        margin-top: 5vw;
    }

    .top_youcan .small_box .list li a {
        width: 100%;
        border-radius: 30px;
        padding: 6vw 5vw;
    }

    .top_youcan .small_box .list li a .img_area .img {
        height: 45vw;
    }

    .top_youcan .small_box .list li a .img_area .img img {
        height: 45vw;
    }

    .top_youcan .small_box .list li a .img_area .icon {
        margin-top: -6vw;
    }

    .top_youcan .small_box .list li a .img_area .icon img {
        width: 12vw;
        height: 9vw;
    }

    .top_youcan .small_box .list li a .text_area .ttl {
        font-size: 5vw;
        margin-top: 3vw;
    }

    .top_youcan .small_box .list li a .text_area .explain {
        width: 100%;
        margin: 3vw auto 0;
    }

    .top_youcan .small_box .list li a .text_area .common_btn {
        margin-top: 7vw;
    }

    .top_youcan .small_box .list li a .text_area .common_btn .link {
        width: 100%;
        height: 14vw;
    }

    .top_youcan .small_box .list li a .text_area .common_btn .link .arrow {
        width: 10px;
    }

    .top_sns {
        padding-top: 15vw;
    }

    .top_sns .list {
        justify-content: space-between;
        margin-left: 0;
    }

    .top_sns .list::before {
        width: 60vw;
        height: 40vw;
        right: -28vw;
        top: -40vw;
    }

    .top_sns .list .insta a::before {
        top: -10vw;
        opacity: 1;
        transform: translateY(0%);
        width: 11.467vw;
        height: 18.667vw;
    }

    .top_sns .list li+li {
        margin-left: 5vw;
    }

    .top_sns .list li:nth-child(3) {
        margin-left: 5vw;
    }

    .top_sns .list li a {
        width: 26vw;
        height: 26vw;
        border-radius: 20px;
    }

    .top_sns .list li a::before {
        width: 52px;
        height: 83px;
        top: -45px;
        left: 0;
        right: 0;
    }

    .top_sns .list li a .icon img {
        width: 11vw;
        height: 9vw;
    }

    .top_sns .list li a .text {
        margin-top: 3vw;
        font-size: 3.3vw;
    }

    .top_goto {
        margin-top: 5vw;
        padding-bottom: 5vw;
    }

    .top_goto::after {
        width: 70vw;
        height: 50vw;
        bottom: -23vw;
        right: -20vw;
    }

    .top_goto .squirrel_area {
        margin-left: 0;
    }

    .top_goto .squirrel_area .hukidashi {
        width: 52vw;
        height: 52vw;
    }

    .top_goto .squirrel_area .hukidashi .text {
        top: 12vw;
        left: 10vw;
        font-size: 3.2vw;
    }

    .top_goto .squirrel_area .hukidashi .text .big {
        font-size: 10vw;
        margin-bottom: 1vw;
    }

    .top_goto .squirrel_area .squirrel_img img {
        width: 15vw;
        height: 15vw;
    }

    .top_goto .content {
        width: 100%;
        height: auto;
        border-radius: 30px;
        padding: 13vw 5vw;
        margin-top: -3vw;
    }

    .top_goto .content .text_area {
        width: 100%;
    }

    .top_goto .content .text_area::before {
        width: 32vw;
        height: 20vw;
        right: -10vw;
        top: -19vw;
    }

    .top_goto .content .text_area .ttl_box {
        justify-content: center;
    }

    .top_goto .content .text_area .ttl_box .icon img {
        width: 17vw;
        height: 17vw;
    }

    .top_goto .content .text_area .ttl_box .ttl {
        margin-left: 4vw;
    }

    .top_goto .content .text_area .ttl_box .ttl::before {
        width: 24vw;
        height: 3vw;
        right: -12vw;
        bottom: -1vw;
    }

    .top_goto .content .text_area .ttl_box .ttl img {
        width: 50vw;
        height: 17vw;
    }

    .top_goto .content .text_area .text_glad {
        margin-top: 5vw;
        font-size: 3.5vw;
    }

    .top_goto .content .text_area .common_btn {
        margin-top: 8vw;
    }

    .top_goto .content .text_area .common_btn .link {
        height: 15vw;
        padding-left: 13vw;
    }

    .top_contact {
        padding-top: 15vw;
    }

    .top_contact::before {
        width: 100%;
        height: 100%;
    }

    .top_contact .ttl_area {
        text-align: center;
    }

    .top_contact .ttl_area .main_ttl {
        font-size: 8vw;
        padding-top: 1vw;
        display: inline-block;
    }

    .top_contact .ttl_area .text {
        margin-top: 4vw;
        font-size: 3.5vw;
    }

    .top_contact .box_area {
        margin-top: 10vw;
        padding: 0;
        flex-direction: column;
    }

    .top_contact .box_area .human_box {
        width: 100%;
        padding: 8vw 5vw;
    }

    .top_contact .box_area .human_box .human_img {
        display: none;
    }

    .top_contact .box_area .human_box .human_img img {
        width: 168px;
        height: 264px;
    }

    .top_contact .box_area .human_box .text_area {
        width: 100%;
    }

    .top_contact .box_area .human_box .text_area .ttl_text {
        font-size: 4vw;
        text-align: center;
    }

    .top_contact .box_area .human_box .text_area .ttl_text .big {
        font-size: 9vw;
        margin-right: 2vw;
    }

    .top_contact .box_area .human_box .text_area .tel_area {
        margin-top: 3vw;
        justify-content: center;
    }

    .top_contact .box_area .human_box .text_area .tel_area .icon img {
        width: 7vw;
        height: 7vw;
    }

    .top_contact .box_area .human_box .text_area .tel_area .number {
        margin-left: 1vw;
        font-size: 8vw;
    }

    .top_contact .box_area .human_box .text_area .detail_area {
        padding: 3vw 3vw 3vw 7vw;
        border-radius: 30px;
        margin-top: 5vw;
    }

    .top_contact .box_area .human_box .text_area .detail_area .text {
        font-size: 3.1vw;
    }

    .top_contact .box_area .mail_box a {
        width: 100%;
        padding-top: 15vw;
        margin-right: 0;
        padding: 15vw 5vw 7vw;
        margin-top: 10vw;
    }

    .top_contact .box_area .mail_box a .bird_img {
        top: -12vw;
    }

    .top_contact .box_area .mail_box a .bird_img img {
        width: 30vw;
        height: 26vw;
    }

    .top_contact .box_area .mail_box a .ttl {
        font-size: 9.5vw;
    }

    .top_contact .box_area .mail_box a .small {
        margin-top: 2vw;
        font-size: 3.5vw;
    }

    .top_contact .box_area .mail_box a .arrow {
        margin-top: 5vw;
        width: 4vw;
        height: 5vw;
    }

    #main_footer {
        padding: 20vw 0 29vw;
    }

    #main_footer .logo a img {
        height: 10vw;
    }

    #main_footer .add {
        margin-top: 5vw;
        font-size: 3.5vw;
    }

    #main_footer .privacy_map {
        display: none;
    }

    #main_footer .copy {
        font-size: 3vw;
        margin-top: 15vw;
    }

    /* BBQ情報について */
    .cmn_bbq_ttl {
        font-size: 7vw;
    }

    .cmn_bbq_ttl::before,
    .cmn_bbq_ttl::after {
        width: 10vw;
        height: 8vw;
        top: -3vw;
    }

    .cmn_bbq_ttl::before {
        left: 18vw;
    }

    .cmn_bbq_ttl::after {
        right: 18vw;
    }

    #page_bbq .bbq_box {
        flex-wrap: wrap;
        align-items: unset;
        flex-direction: column-reverse;
    }

    #page_bbq .bbq_box .text {
        font-size: 3.1vw;
        margin-top: 40px;
    }

    #page_bbq .bbq_box .text::before,
    #page_bbq .bbq_box .text::after {
        width: 15vw;
        height: 13vw;
        top: -6vw;
    }

    #page_bbq .bbq_box .text::before {
        left: -1vw;
    }

    #page_bbq .bbq_box .text::after {
        right: -1vw;
    }

    #page_bbq .bbq_box .bbq_img {
        width: 100%;
        height: 52vw;
        margin-left: 0px;
    }

    #page_bbq .bbq_ex_box {
        margin-top: 65vw;
    }

    #page_bbq .bbq_ex_box .box {
        margin-top: 25px;
        padding: 40px 2vw 30px 11vw;
        border-radius: 10px;
    }

    #page_bbq .bbq_ex_box .box::after {
        width: 12vw;
        height: 19vw;
        top: -11vw;
        right: 5vw;
    }

    #page_bbq .bbq_ex_box .box ul {
        flex-wrap: wrap;
        align-items: unset;
    }

    #page_bbq .bbq_ex_box .box ul+ul {
        margin-top: 24px;
    }

    #page_bbq .bbq_ex_box .box ul li {
        font-size: 3.2vw;
    }

    #page_bbq .bbq_ex_box .box ul li:first-child {
        width: 100%;
        margin-left: 0vw;
        font-size: 4vw;
        margin-right: 0;
    }

    #page_bbq .bbq_ex_box .box ul li:first-child::before {
        width: 7vw;
        height: 7vw;
        left: -9.6vw;
        top: -1.7vw;
        background-size: contain;
    }

    #page_bbq .bbq_ex_box .box ul li+li {
        margin-top: 15px;
    }

    #page_bbq .rule_box_sec {
        margin-top: 70px;
    }

    #page_bbq .rule_box_sec .rule_box {
        margin-top: 25px;
        padding: 40px 3vw 60px 11vw;
        border-radius: 10px;
    }

    #page_bbq .rule_box_sec .rule_box ul::before {
        width: 32vw;
        height: 12vw;
        right: 0vw;
        bottom: -60px;
    }

    #page_bbq .rule_box_sec .rule_box ul::after {
        width: 12vw;
        height: 19vw;
        top: -22vw;
        right: 2vw;
    }


    #page_bbq .rule_box_sec .rule_box ul li {
        font-size: 3.3vw;
    }

    #page_bbq .rule_box_sec .rule_box ul li::before {
        width: 6vw;
        height: 7vw;
        left: -9.6vw;
        top: -1vw;
        background-size: contain;
    }

    #page_bbq .rule_box_sec .rule_box ul li+li {
        margin-top: 8px;
    }

    #page_bbq .rule_box_sec.table .rule_box {
        padding: 5vw;
        overflow-x: scroll;
        max-height: 150vw;
    }

    #page_bbq table th {
        min-height: 50px;
        width: 11vw;
        padding: 0vw;
        height: 20vw;
/*         position: sticky; */
        top: -5vw;
        font-size: 3.3vw;
    }

    #page_bbq .rule_box_sec.table_small th {
        width: auto;
        padding: 0;
    }

    #page_bbq table th:first-child,
    #page_bbq table td:first-child {
/*         position: sticky; */
        left: -5vw;
        z-index: 3;
    }

    #page_bbq .rule_box_sec .rule_box table {
        width: 900px;
    }

    #page_bbq .rule_box_sec .example_list .list {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10vw;
    }

    #page_bbq .rule_box_sec .example_list .list li {
        padding: 5vw;
    }

    #page_bbq .rule_box_sec .example_list .name {
        font-size: 5vw;
    }

    #page_bbq .rule_box_sec .example_list .img {
        height: 40vw;
        margin-top: 3vw;
    }

    #page_bbq .rule_box_sec .example_list .price_box {
        margin-top: 5vw;
    }

    #page_bbq .rule_box_sec .example_list .price_box .price .ttl {
        margin-right: 3vw;
    }

    #page_bbq .rule_box_sec .example_list .price_box .price {
        font-size: 3.5vw;
    }

    #page_bbq .rule_box_sec .example_list .contents {
        margin-top: 3vw;
        font-size: 3.5vw;
    }


    #page_bbq .rule_box_sec.table_small .rule_box {
        overflow-x: scroll;
        padding: 5vw;
    }

    #page_bbq table td {
        font-size: 13px;
        line-height: 1.7;
        background: #fff;
    }

    .common_btn {
        flex-direction: column;
    }

    .top_sns .feedInner {
        width: 100%;
    }

    .common_news_list.news_pickup .list li a {
        width: 70vw;
        margin-bottom: 0px;
    }

    .common_news_list.news_pickup {
        overflow-x: initial;
    }

    .common_news_list.news_pickup .list {
        flex-wrap: wrap;
    }

    .common_news_list.news_pickup ul li {
        margin: 0 auto;
    }

    .bbq_youtube {
        height: 50vw;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .top_contact .line_button a {
        width: 100%;
        margin: 4vw auto 0 auto;
        padding: 5vw 3vw 5vw 17vw;
        color: #333;
        font-size: 4vw;
        background-size: 9vw;
    }
    
    .top_contact .line_button a .arrow {
        width: 2.5vw;
        height: 4vw;
        right: 5vw;
        top: calc( 50% - 2vw );
    }
    
    .top_contact .line_button a:hover {
        background-color: #fff;
    }

}

/* 8/20追加：YouTube埋め込み */
.p-video {
  width: 100%;
}
.p-video__inner {
  width: 100%;
  padding: 20px 4.167vw 0px 4.167vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.p-video__box {
  position: relative;
  padding-top: calc(315 / 560 * 100%);
  iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 750px) {
  .p-video__inner {
    padding: 40px 5% 0px 5%;
    gap: 15px;
  }
}

.gtranslate_wrapper {
	position: absolute;
	z-index: 99;
	top: 10px;
	right: 10px;
}
@media (max-width: 750px) {
	.gtranslate_wrapper {
		top: 80px;
		right: 10px;
	}
}

.icon_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.icon_list a {
  display: block;
  width: 50px;
  margin-top: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon_list a:hover {
  opacity: 0.7;
}
.icon_list a img {
  width: 100%;
}

.icon_listSp {
  position: fixed;
  z-index: 100;
  bottom: 0px;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 90px;
  padding: 8px 10px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon_listSp a {
  display: block;
  width: 100%;
}
.icon_listSp a:hover {
  opacity: 0.7;
}
.icon_listSp a img {
  width: 100%;
}

.insta_img {
    display: block;
    width: 80%;
    max-width: 600px;
    margin: 40px auto;
    transition: .3s;
}
@media (max-width: 750px) {
.insta_img {
    margin: 30px auto;
}	
}
.insta_img:hover {
    opacity: .7;
}
.insta_img img {
    width: 100%;
}