@charset "utf-8";

/****intro*******************************/
.intro {}

.intro .comment {
    text-align: center;
}

/*600px以上*/
@media (min-width: 600px) {}

/*900px以上*/
@media (min-width: 900px) {}

/*****bui******************************/
.bui {}

.img_slide {
    margin: 0 0 3rem;
}

.img_slide li {
    margin: 0 7px;
}

.img_slide img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    height: 10rem;
    width: 100%;
}

.bui_list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    max-width: 900px;
    margin: 0 auto;
}

.bui_list li {}

.bui_list dl {
    border: solid 1px #fff;
    padding: 1rem;
}

.bui_list dt {
    font-size: 20px;
    border-bottom: solid 1px #fff;
    padding: 0 0 0.4em;
    margin: 0 0 0.4em;
}

.bui_list dd {}

.bui_list dd h3 {
    color: #d0af4c;
    font-size: 20px;
    font-weight: bold;
}

.bui_list dd p {}

.bui .comment {
    font-size: clamp(1.125rem, 0.98rem + 0.72vw, 1.875rem)
        /*18-30*/
    ;
    color: #ffffff;
    text-align: center;
    padding: 1em 0;
}

/*600px以上*/
@media (min-width: 600px) {}

/*900px以上*/
@media (min-width: 900px) {}


/***menu_area****************************/
.menu_area {}

.sub_page .menu_area .main_title,
.sub_page .drink_area .main_title {
    background-color: #fff;
    padding: 7px 0;
}

.sub_page .menu_area .main_title h2,
.sub_page .drink_area .main_title h2 {
    color: #333;
    font-weight: 900;
}

.menu_wrap {
    margin: 0 0 3rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.menu_block {
    width: 100%;
}

.menu_block:after {
    content: "(　)内は税込み価格です";
    text-align: right;
    display: block;
}

.menu_block h3 {
    font-size: clamp(1.25rem, 1.009rem + 1.2vw, 2.5rem)
        /*20-40*/
    ;
    margin: 0 0 1em;
    color: #fff;
    font-weight: 800;
    border-bottom: solid 1px;
    text-align: center;
    padding: 0 0 0.3em;
    background-color: #856e28;
    line-height: 1.4;
}

.menu_list {
    padding: 2rem 0;
    margin: 0 0 2rem;
}

.menu_list li {
    border-bottom: solid 1px;
    padding: 1em 0;
    width: 100%;
}

.menu_text {
    width: 100%;
    width: -webkit-fill-available;
}

.menu_list .name {
    font-size: clamp(1.125rem, 1.101rem + 0.12vw, 1.25rem)
        /*18-20*/
    ;
    width: calc(100% - 5em);
}

.menu_list .recommend {
    position: relative;
}

.menu_list .recommend:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    display: block;
    width: 3rem;
    height: 3rem;
    background-image: url(../images/menu/icon_recommend.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-12deg);
}

.menu_list .menu_img {
    margin: 0 0 1em;
}

.menu_list .menu_img img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.menu_list dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.menu_list dt {
    width: fit-content;
    font-size: clamp(1.125rem, 1.029rem + 0.48vw, 1.625rem)
        /*18-26*/
    ;
}

.menu_list dd {
    width: 5em;
    text-align: right;
}

.price {
    font-size: clamp(1.125rem, 1.029rem + 0.48vw, 1.625rem)
        /*18-26*/
    ;
}


.menu_text .price:before {
    content: "￥";
}

.menu_text .tax {
    font-size: 80%;
}

.menu_text .tax:before {
    content: "（";
}

.menu_text .tax:after {
    content: "）";
}

.menu_text .others {
    padding: 10px 0.5em;
}

.drink_wrap .menu_text .others {
    color: #fff;
}

/*600px以上*/
@media (min-width: 600px) {
    .menu_list .menu_img {}

    .menu_list .menu_img img {
        height: 100%;
        width: 100%;
        margin: 0;
        max-width: 300px;
    }

    .menu_list .recommend {
        display: flex;
        gap: 1rem;
        justify-content: space-around;
    }
}

/*900px以上*/
@media (min-width: 900px) {
    .menu_block {
        /*     width: calc(100% / 2 - 2rem);
   */
    }

    .menu_list {
        margin: 0 0 3rem;
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
        justify-content: space-between;
        align-items: stretch;
    }

    .menu_list li {
        width: calc(100% / 2 - 2rem);
        display: flex;
        gap: 1rem;
        justify-content: space-around;
    }

    .drink_wrap .menu_list li {
        width: calc(100% / 3 - 2rem);
    }

    .drink_wrap .menu_list {
        justify-content: center;
    }
}

/*********/
.page_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin: 2rem auto;
}

.page_link li {}

.page_link li a {
    border-bottom: solid .menu_list li {
        width: calc(100% / 3 - 2rem);
    }

    1px;
}

.page_link li a:after {
    content: "▼";
    padding: 0 0 0 5px;
    font-size: 70%;
}