@charset "utf-8";

/*メニュー*/
/*.menu-set {
    padding: 0 20px 20px 0;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    width: 50%;
    max-width: 468px;
    margin: 15px;
}
*/
.menu_only {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.inner.grid {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 80px 0 0;
}

.menu-set {
    width: 100%;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 7%);
    background-color: #fff;
    border: solid 1px #eee;
    padding: 20px 2em;
    margin: 0 1% 2em;
}

h2,
.sub_page h2 {
    border-bottom: none;
}

.menu-ttl {
    border-bottom: solid 1px #ccc;
    margin: 0 0 1em;
    font-size: 1.2em;
    background-color: unset;
    padding-left: 1em;
    text-indent: -1em;
}

.menu-ttl:before {
    content: "■";
}

.menu-price {
    color: #333;
}

.menu-set dl {
    margin: 0 0 1em;
}

p {
    margin: 0 0 2em 0;
}

/*900px以上（pc使用）*/
@media screen and (min-width: 900px) {
    .menu-set {
        width: 48%;
    }
}

@media (max-width: 899px) {
    /*
    .menu-set {
        width: 100%;
        max-width: 100%;
    }
    */
}

/*
h2 {
    font-weight: normal;
    font-size: 150%;
}

.menu-set h2:first-letter {
    color: #71a16e;
    font-size: 160%;
    letter-spacing: 0.05em;
}

dt.menu-ttl {
    font-size: 110%;
    font-weight: bold;
    background: #71a16e;
    color: #FFF;
    text-indent: 0.5em;
}

dd {
    margin: 1em 0 0.2em 0;
}

.menu-time,
.menu-price {
    width: 45%;
}

.menu-time {
    font-size: 90%;
}

.menu-price {
    text-align: right;
    font-size: 120%;
    color: #71a16e;
    font-weight: bold;
}

p {
    font-size: 90%;
}
*/