/********** タイトル文字 **********/
.decoration-title {
    padding: 0em 0.5em;
    color: #494949;
    background: transparent;
}

/********** メニュー文字 **********/
.decoration-line {
    overflow: hidden;
    text-align: center;
}
.decoration-line span {
    position: relative;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em;
    text-align: left;
}
.decoration-line span::before,
.decoration-line span::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 400%;
    height: 1px;
    background-color: #ccc;
}
.decoration-line span::before {
    right: 100%;
}
.decoration-line span::after {
    left: 100%;
}

/********** メニュー文字 **********/
.decoration-stroke {
    text-shadow: 1px 1px 0 #000,
                 -1px 1px 0 #000,
                 1px -1px 0 #000,
                 -1px -1px 0 #000;
    text-shadow: 1px 1px 1px #000,
                 -1px 1px 1px #000,
                 1px -1px 1px #000,
                 -1px -1px 1px #000;
}
