/*--------------------------ファーストビュー--------------------------*/

@media screen and (max-width:560px) {
    #top3 {
        width: 100% !important;
        height: 50vh !important;
        overflow: hidden !important;
    }

    .n2-section-smartslider {
        width: 100% !important;
        height: 50vh !important;
    }

    div#n2-ss-2 .n2-ss-slider-3 {
        width: 100% !important;
        height: 50vh !important;
    }

    div#n2-ss-1 .n2-ss-slide-backgrounds {
        height: 50vh !important;
    }

    div#n2-ss-2 .n2-ss-slide-backgrounds {
        height: 50vh !important;
    }

    div#n2-ss-3 .n2-ss-slide-backgrounds {
        height: 50vh !important;
    }

    div#n2-ss-4 .n2-ss-slide-backgrounds {
        height: 50vh !important;
    }

    div#n2-ss-5 .n2-ss-slide-backgrounds {
        height: 50vh !important;
    }

    div#n2-ss-6 .n2-ss-slide-backgrounds {
        height: 50vh !important;
    }
}


@media screen and (max-width: 1000px) {
    main {
        padding: 0 10px;
    }
}


/*--------------------------タイトル--------------------------*/

.titlearea {
    margin: 50px auto;
    max-width: 1000px;
}

.titlearea h2 {
    margin: 0 !important;
    font-family: 'UtsukushiFONT', serif !important;
    font-size: 24px !important;
}

.titlearea p {
    margin: 0 !important;
    font-size: 30px;
    font-size: 16px !important;
    position: relative;
    padding: 0.4rem;
    text-align: center;
}

.titlearea p span {
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
}

.titlearea p:before {
    position: absolute;
    bottom: -6px;
    left: calc(50% - 30px);
    width: 55px;
    height: 3px;
    content: '';
    border-radius: 3px;
    background: #9C0100;
}

.titlearea p {
    margin-top: 10px;
    color: #9C6900;
}



/*--------------------------ビュッフェ--------------------------*/

#annnai {
    background-size: cover;
    padding-bottom: 50px;
}

@media screen and (max-width:540px) {
    #annnai {
        padding-bottom: 100px;
    }
}

/*================ テーブル 営業時間 料金 ================*/

.table_block {
    width: 600px;
    margin: 0 auto;
}

.table_block h3 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: serif;
}

.table_block table {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid rgb(200, 200, 200);
    margin-bottom: 30px;
}

.table_block tr {
    border-top: 1px solid rgb(200, 200, 200);
}

.table_block th {
    font-size: 14px;
    width: 85px;
    padding: 10px 15px;
    text-align: left;
    border-left: 1px solid rgb(200, 200, 200);
    border-right: 1px solid rgb(200, 200, 200);
    color: #fff;
    background-color: #2b2b2b;
    font-family: serif;
}

.table_block td {
    font-size: 14px;
    padding: 10px;
    border-right: 1px solid rgb(200, 200, 200);
    font-family: serif;
}

@media screen and (max-width: 767px) {
    .table_block {
        width: calc(100% - 20px);
        padding: 10px;
    }
}

/*--------------------------ビュッフェ こはく--------------------------*/

.heading01 {
    margin-top: 80px;
    margin-bottom: 10px;
    text-align: center;
}

.heading01 span {
    display: block;
    line-height: 1;
}

.heading01 .main {
    margin-bottom: 5px;
    font-size: 28px;
    letter-spacing: 0.1em;
    font-family: serif;
}

.heading01 .sub {
    font-size: 10px;
    margin-bottom: 15px;
    font-family: serif;
}

.slide {
    display: block;
    width: 600px;
    margin: 0 auto;
}

.slide_underh3 {
    font-size: 20px;
    text-align: center;
    font-family: serif;
}

.slide_under_concept {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    margin-top: 7px;
}

.slide_under {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin-top: 25px;
}

.text_line {
    text-decoration: underline;
}

.text_line a,
.text_line a:hover {
    color: #000;
}

.denwatel {
    text-align: center;
}

.denwatel a {
    font-size: 20px;
}

.btn {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 20px;
    text-align: center;
}

.btn a {
    background: #000;
    color: #fff;
    padding: 25px 40px;
    transition: all 0.5s;
    font-family: serif;
}

.btn a:hover {
    color: #fff;
    background: #9C6900;
}

.pc_br {
    display: inline;
}

.mb_br {
    display: none;
}

@media screen and (max-width:767px) {
    .slide {
        width: 100%;
    }

    .slide_under {
        font-size: 16px;
        line-height: 25px;
    }

    .btn {
        font-size: 14px;
    }

    .btn a {
        padding: 15px 20px;
    }
}


@media screen and (max-width:540px) {
    .slide_under_concept,
    .slide_under {
        margin: 0 10px !important;
        text-align: left !important;
    }

    .slide_under_concept {
        line-height: 25px;
    }

    .slide_underh3 {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .pc_br {
        display: none;
    }

    .mb_br {
        display: inline;
    }
}



/*-------------------------- ギャラリー部分 --------------------------*/

#gallery {
    margin-bottom: 100px;
}

#gallery h2 {
    text-align: center;
    color: #2b2b2b;
}

.gallery_area {
    display: block;
    width: 100%;
}

.gallery_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto 10px;
}

.gallery_flex li {
    display: block;
    margin: 0 10px 10px;
    width: calc(100% / 4 - 20px);
}

.gallery_flex li img {
    width: 100%;
}

@media screen and (max-width:1000px) {
    .gallery_flex {
        max-width: 700px;
    }
}

@media screen and (max-width:767px) {
    .gallery_flex li {
        width: calc(100% / 2 - 20px);
    }
}
