/* Template by BGA */
/* https://nanos.jp/109271/ */

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap');

body {
    margin: 0;
    margin-bottom: 40px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    background-color: #fff;
    color: #333;
}

a {
    text-decoration: none;
    color: #333;
}

.wrapper {
    max-width: 800px;
    margin: 40px auto;
    padding: 0 16px;
}

.sub-title {
    max-width: 600px;
    margin: 10px auto 20px;
    font-size: 12px;
    letter-spacing: 6px;
}

.text {
    max-width: 600px;
    margin: 10px auto; padding: 0 9px 0;
    line-height: 1.6; text-align:justify;
    font-size: 10px; letter-spacing: 0.03em;
}

.sub-title {
    max-width: 600px;
    margin: 10px auto 20px;
    padding: 20px 20px;
    background-image: url("http://pray.sakura.ne.jp/mellow/01.png");
    background-size: cover;
    background-position: center;
    color: #222;
    letter-spacing: 2px;
    text-align: center;
}

.sub-title {
    position: relative;
    overflow: hidden;
}

.sub-title::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.35);
}

.sub-title {
    position: relative;
    z-index: 1;
}

b    { font-weight:bold; }
span { color: #a13a55; }

