/* ページタイトル */
.main .content-head,
.content-head,
.main .mu.markup .mu__h-large,
.menu .menu__head strong.mu__h-large{
    color:#f3e5c4;
    background:linear-gradient(180deg,#2b2722 0%,#1d1b19 100%);
    border:1px solid #7a623d;
    border-radius:4px;
    padding:10px 18px 10px 22px;
    font-weight:600;
    letter-spacing:.05em;
    text-shadow:
        0 1px 2px #000,
        0 0 8px rgba(0,0,0,.6);
    box-shadow:
        inset 0 1px rgba(255,255,255,.05),
        inset 0 -2px 8px rgba(0,0,0,.6),
        0 2px 8px rgba(0,0,0,.5);
    overflow:hidden;
}
.content-head:before,
.content-head:after,
.main .mu__h-large:before,
.main .mu__h-large:after{
    display:none;
}
/* 中見出し */
.main .mu.markup .mu__h-middle,
.menu .menu__head strong.mu__h-middle{
    background:#24211d;
    color:#efe5cb;
    border:none;
    border-left:10px solid #bf9550;
    padding:6px 10px;
    font-size:14px;
    font-weight:bold;
    text-shadow:0 1px 2px #000;
    box-shadow:
        inset 0 1px rgba(255,255,255,.06),
        inset 0 -1px rgba(0,0,0,.45);
}
/* 小見出し */
.main .mu.markup .mu__h-little,
.menu .menu__head strong.mu__h-little{
    background:transparent;
    border:none;
    border-bottom:1px solid #7d6540;
    padding:3px 3px;
    font-size:13px;
    font-weight:bold;
}
.main .mu.markup .mu__h-little:before,
.menu .menu__head strong.mu__h-little:before{
    content:"◆ ";
    color:#bf9550;
    font-size:12px;
}