@charset "utf-8";
:root{
    --white: #ffffff;
    --black: #333333;
    --orange: #f46e45;
    --orangeOff: #ea8a59;
    --navy: #2a315b;
    --gray: #717070;
    --gray-b3: #b3b3b3;
    --warm-gray: #e1d8d1;
    --cream: #fdf5e8;
    --info-title: #f9ebd7;

    --Caslon: 'Libre Caslon Text',serif;
    --ZenKakuGothicNew: "Zen Kaku Gothic New","Yu Gothic","Meiryo","Hiragino Kaku Gothic ProN","Hiragino Sans",sans-serif;
    --NotoSansJP: "Noto Sans JP","Yu Gothic","Meiryo","Hiragino Kaku Gothic ProN","Hiragino Sans",sans-serif;
}

#sec-wide,
#sec-wide-bbq,
#sec-wide-location,
#sec-wide-facility{
    background: var(--cream);
    position: relative;
    .sec-inner{
        width: min(1250px, 100%);
        height: auto;
        margin: 0 auto 12rem;

        hgroup{
            margin: 0 auto 3rem;
            text-align: center;
            line-height: 2;

            .meal{
                width: 465px;
                height: auto;
                aspect-ratio: 465/46;
                margin: 0 auto 1rem;
            }
            .facility{
                width: 185px;
                aspect-ratio: 185/63;
                margin: 0 auto;
            }
            .stay{
                width: 107px;
                aspect-ratio: 107/63;
                margin: 0 auto;
            }
            .bbq{
                width: 174px;
                aspect-ratio: 174/60;
                margin: 0 auto;
            }
            .location{
                width: 269px;
                aspect-ratio: 269/55;
                margin: 0 auto;
            }
            h3{
                width: fit-content;
                margin: 0 auto;
            }
            .wave-line-gray{
                width: 118px;
                margin: 0.25rem auto 1rem;
            }
            small{
                font-size: 1rem;
                color: var(--orangeOff);
                line-height: 0;
            }
        }

        .wide-img{
            display: block;
            width: 90%;
            min-height: 443px;
            margin: 0 auto 1rem;
            border-radius: 48px 48px 0 0;
            overflow: hidden;
            img{
                min-height: 443px;
            }
        }

        .item-text{
            width: 90%;
            margin: 0 auto 2rem;
            h4{
                text-align: center;
                margin: 0 auto;
                color: var(--orange);
                .sp-br{
                    display: none;
                    line-height: 0;
                }
            }
            .wave-line-gray{
                width: 100%;
                margin: 0.5rem auto 1rem;
            }
            p{
                text-align: center;
                line-height: 3;
            }
        }
        .btn-more{
            margin-top: auto;
        }
        .link-airst{
            width: 100%;
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            .link-airst-btn{
                width: fit-content;
                min-width: 220px;
                padding: 1rem 4rem;
                margin: 1rem;
                text-align: center;
                border: 1px solid var(--black);
            }
        }
    }
}
@media screen and (max-width: 820px){
    #sec-wide,
    #sec-wide-bbq,
    #sec-wide-location,
    #sec-wide-facility{
        .sec-inner{
            margin: 0 auto 8rem;
            hgroup{
                width: 100%;
                .meal{
                    width: 133.58px !important;
                    aspect-ratio: auto;
                    picture,img{
                        display: block;
                        width: 100%;
                        height: 63px;
                    }
                }
                .facility{
                    width: 104px;
                }
                .stay{
                    width: 61.74px;
                }
                .bbq{
                    width: 85.96px;
                }
                .location{
                    width: 127.54px;
                }
                .wave-line-gray{
                    width: min(290.01px, 80%);
                    margin: 0 auto;
                }
            }
        }
    }
}

@media screen and (max-width:540px){
    #sec-wide,
    #sec-wide-bbq,
    #sec-wide-location,
    #sec-wide-facility{
        padding: 0;
        .sec-inner{
            margin: 0 auto 6rem;
            hgroup{
                width: 90%;
                margin: 0 auto 3rem;
                text-align: center;
                line-height: 2;
                .facility{
                    margin: 0 auto;
                }
                .wave-line-gray{
                    margin: 0 auto 1rem;
                }
            }
            .wide-img{
                width: 100%;
                height: auto;
                min-height: 0;
                aspect-ratio: 360/291;
                margin: 0 auto 1rem;
                border-radius: 0;
                img{
                    min-height: 0;
                }
            }
            .item-text{
                width: 80%;
                text-align: center;
                h4{
                    font-size: 1.25rem;
                }
                p{
                    width: 100%;
                    margin: 0 auto;
                    text-align: left;
                }
            }
            .sp-br{
                display: block !important;
            }
        }
    }
}