@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;
}
/* topページのローディングのためのcssを打ち消し。全下層ページに必要 */
#header,#mainvisual,main,footer{opacity: 1;}

small{
    font-size: 0.875rem;
    color: var(--orange);
}
.orange{
    background: url(../img/common/btn-orange.png) center/cover no-repeat;
}
.blue{
    background: url(../img/common/btn-blue.png) center/cover no-repeat;
}
.green{
    background: url(../img/common/btn-green.png) center/cover no-repeat;
}

#course-details{
    padding: 8rem 0 2rem;
    background: var(--cream);

    .midashi{
        width: min(1280px, 90%);
        height: auto;
        margin: 0 auto 2rem;
        border-bottom: 1px solid var(--gray);
        h3{
            font-size: 1.5rem;
            font-weight: 500;
            width: fit-content;
            margin: 0 auto 0 1rem;
        }
    }

    .course-menu{
        width: min(1280px, 90%);
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;

        .bbq-item{
            width: max(324px, 40%);
            height: auto;
            margin: 0 1rem 4rem;

            .item-img{
                width: 100%;
                height: auto;
                aspect-ratio: 550 / 354;
                border-radius: 25px;
                margin-bottom: 1rem;
                overflow: hidden;
            }

            .menu-title-line{
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                .menu-title-main{
                    font-size: 1.5rem;
                }
                .menu-title-sub{
                    font-size: 1.17rem;
                    color: var(--orange);
                }
            }
        }
    }
    .link-airst{
        width: 100%;
        display: flex;
        justify-content: center;
        .link-airst-btn{
            width: 11.25rem;
            padding: 0.75rem 0;
            line-height: 1.2;
            text-align: center;
            border: 1px solid var(--gray);
            flex-shrink: 0;
        }
    }
}

#sec-reserve{
    padding: 8rem 0 2rem;
    background: var(--cream);

    .midashi{
        width: min(1280px, 90%);
        height: auto;
        margin: 0 auto 2rem;
        border-bottom: 1px solid var(--gray);
        h3{
            font-size: 1.5rem;
            font-weight: 500;
            width: fit-content;
            margin: 0 auto 0 1rem;
            span{display: none;}
        }
    }

    .midashi-p{
        width: min(1280px, 90%);
        height: auto;
        line-height: 2.2;
        text-align: left;
        margin: 0 auto 3rem;
        padding-left: 1rem;
    }

    .course-menu{
        width: min(1280px, 90%);
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        gap: 2rem;

        .course-item{
            width: min(572px, 90%);
            height: auto;
            margin: 0 0 4rem;

            .item-img{
                width: 100%;
                height: auto;
                aspect-ratio: 550/354;
                border-radius: 25px;
                margin-bottom: 1rem;
                overflow: hidden;
            }

            .inner-right{
                h4{
                    font-size: 1.5rem;
                    color: var(--orange);
                    text-align: left;
                    line-height: 1;
                }
                .wave-line-gray{
                    margin: 0.75rem 0;
                }
                p{
                    line-height: 2;
                    margin-bottom: 1rem;
                }
    
                .dl-top{
                    display: flex;
                    align-items: center;
                    border-top: 1px solid var(--gray);
                    border-bottom: 1px solid var(--gray);
                    border-right: 1px solid var(--gray);
                    background: var(--white);
                    dt{
                        width: 220px;
                        border-left: 1px solid var(--gray);
                        border-right: 1px solid var(--gray);
                        background: var(--info-title);
                        padding: 1rem 0 1rem 1rem;
                        white-space: nowrap;
                    }
                    .bg-green{
                        background: #dae8d9;
                    }
                    dd{
                        display: block;
                        width: calc(100% - 167px);
                        height: 100%;
                        padding: 1rem 0 1rem 2rem;
                    }
                }
                .dl-bottom{
                    display: flex;
                    align-items: center;
                    border-bottom: 1px solid var(--gray);
                    border-right: 1px solid var(--gray);
                    margin-bottom: 0.5rem;
                    background: var(--white);
                    dt{
                        width: 220px;
                        padding-left: 1rem;
                        border-left: 1px solid var(--gray);
                        border-right: 1px solid var(--gray);
                        background: #e2eef7;
                        padding: 1rem 0 1rem 1rem;
                        white-space: nowrap;
                    }
                    .bg-green{
                        background: #dae8d9;
                    }
                    dd{
                        display: block;
                        width: calc(100% - 167px);
                        height: 100%;
                        padding: 1rem 0 1rem 2rem;
                    }
                }
                small{
                    display: block;
                    margin-bottom: 2rem;
                }
                .btn-box{
                    width: 92%;
                    display: flex;
                    justify-content: space-between;
                    gap: 1rem;
                    a{
                        width: 252px;
                        height: auto;
                        aspect-ratio: 252/82;
                        border-radius: 50px;
                        color: var(--white);
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        justify-content: center;
                        text-align: center;
                        flex-shrink: 0;
                    }
                }
                .margin-bottom{
                    margin-bottom: 1.5rem;
                }
            }
        }
    }
    .link-airst{
        width: 100%;
        display: flex;
        justify-content: center;
        .link-airst-btn{
            width: 11.25rem;
            padding: 0.75rem 0;
            line-height: 1.2;
            text-align: center;
            border: 1px solid var(--gray);
            flex-shrink: 0;
        }
    }
}

#sec-reserve2{
    padding: 8rem 0;
    background: var(--cream);
    position: relative;

    .midashi{
        width: min(1280px, 90%);
        height: auto;
        margin: 0 auto 2rem;
        border-bottom: 1px solid var(--gray);
        h3{
            font-size: 1.5rem;
            font-weight: 500;
            width: fit-content;
            margin: 0 auto 0 1rem;
            span{display: none;}
        }
    }
    .midashi-p{
        width: min(1280px, 90%);
        height: auto;
        line-height: 2.2;
        text-align: left;
        margin: 0 auto 3rem;
        padding-left: 1rem;
    }

    .course-menu{
        width: min(1280px, 90%);
        margin: 0 auto;

        .course-item{
            height: auto;
            margin: 0 0 4rem;
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            gap: 2rem;

            .item-img{
                width: min(572px, 90%);
                height: auto;
                aspect-ratio: 550/354;
                border-radius: 25px;
                margin-bottom: 1rem;
                overflow: hidden;
                flex-shrink: 0;
            }

            .inner-right{
                width: min(572px, 90%);
                .dl-top{
                    display: flex;
                    align-items: center;
                    background: var(--white);
                    border-top: 1px solid var(--gray);
                    border-left: 1px solid var(--gray);
                    border-right: 1px solid var(--gray);
                    dt{
                        width: 220px;
                        background: var(--info-title);
                        padding: 1rem 0 1rem 1rem;
                        white-space: nowrap;
                        border-right: 1px solid var(--gray);
                    }
                    .bg-green{
                        background: #dae8d9;
                    }
                    dd{
                        display: block;
                        width: calc(100% - 167px);
                        height: 100%;
                        padding: 1rem 0 1rem 2rem;
                    }
                }
                .dl-bottom{
                    display: flex;
                    align-items: center;
                    margin-bottom: 0.5rem;
                    background: var(--white);
                    border: 1px solid var(--gray);
                    dt{
                        width: 220px;
                        padding-left: 1rem;
                        background: var(--info-title);
                        padding: 1rem 0 1rem 1rem;
                        white-space: nowrap;
                        border-right: 1px solid var(--gray);
                    }
                    .bg-green{
                        background: #dae8d9;
                    }
                    dd{
                        display: block;
                        width: calc(100% - 167px);
                        height: 100%;
                        padding: 1rem 0 1rem 2rem;
                    }
                }
                small{
                    display: block;
                    margin-bottom: 2rem;
                }
                .btn-box{
                    width: 92%;
                    display: flex;
                    justify-content: space-between;
                    gap: 1rem;
                    a{
                        width: 252px;
                        height: auto;
                        aspect-ratio: 252/82;
                        border-radius: 50px;
                        color: var(--white);
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        justify-content: center;
                        text-align: center;
                        flex-shrink: 0;
                    }
                }
                .margin-bottom{
                    margin-bottom: 1.5rem;
                }
            }
        }
    }
    .link-airst{
        width: 100%;
        display: flex;
        justify-content: center;
        .link-airst-btn{
            width: 11.25rem;
            padding: 0.75rem 0;
            line-height: 1.2;
            text-align: center;
            border: 1px solid var(--gray);
            flex-shrink: 0;
        }
    }
}


@media screen and (max-width:820px){
    #sec-reserve{
        padding: 6rem 0 0;
        .course-menu{
            gap: 0;
        }
    }
    #sec-reserve2{
        padding: 0;
        
    }
}

@media screen and (max-width:640px){
    #course-details{
        padding: 8rem 0 2rem;
        .midashi{
            h3{
                margin: 0 auto 0;
            }
        }
    }
    #sec-reserve,#sec-reserve2{
        .midashi{
            text-align: center;
            margin: 0 auto 1rem;
            h3{
                text-align: center;
                margin: 0 auto;
                span{
                    line-height: 0;
                    display: block;
                }
            }
        }

        .midashi-p{
            text-align: center;
        }

        .course-menu{
            .course-item{
                width: 100%;
                height: auto;
                margin: 0 0 8rem;

                .inner-right{
                    h4{
                        text-align: center;
                    }
                    .dl-top{
                        flex-direction: column;
                        border: 1px solid var(--gray);
                        text-align: center;
                        dt{
                            width: 100%;
                            border: none;
                            padding: 1rem 0;
                        }
                        dd{
                            width: 100%;
                            height: 100%;
                            border-top: 1px solid var(--gray);
                            padding: 1rem 0;
                        }
                    }
                    .dl-bottom{
                        flex-direction: column;
                        border: 1px solid var(--gray);
                        border-top: none;
                        text-align: center;
                        dt{
                            width: 100%;
                            border: none;
                            padding: 1rem 0;
                        }
                        dd{
                            width: 100%;
                            height: 100%;
                            border-top: 1px solid var(--gray);
                            padding: 1rem 0;
                        }
                    }
                    .btn-box{
                        width: fit-content;
                        flex-direction: column;
                        margin: 0 auto;
                        gap: 0;
                        a{
                            margin-bottom: 1.5rem;
                        }
                    }
                    .margin-bottom{
                        margin-bottom: 0;
                    }
                }
            }
        }
        .link-airst{
            width: 100%;
            display: flex;
            justify-content: center;
            .link-airst-btn{
                width: 11.25rem;
                padding: 0.75rem 0;
                line-height: 1.2;
                text-align: center;
                border: 1px solid var(--gray);
                flex-shrink: 0;
            }
        }
    }
    #sec-reserve2{
        .course-menu{
            width: 100%;
            .course-item{
                .inner-right{
                    .dl-top{
                        border-bottom: none;
                    }
                    .dl-bottom{
                        dt{
                            border-top: 1px solid var(--gray);
                        }
                    }
                }
            }
        }
    }
}
@media screen and (max-width:540px){

}