@import url('https://fonts.googleapis.com/css2?family=Comfortaa&family=Dela+Gothic+One&family=Kiwi+Maru&display=swap');
/* 基本設定 */
html {
    background: transparent;
    font-size: 62.5%;
}
body {
    min-height: 100vh;
    background: #F2E7D8;
    color: #5c5450;
    font-size: 1.4rem;
    font-family: "Kiwi Maru", sans-serif;
}


a {
    text-decoration: none;
}
h3 {
    font-family: 'Comfortaa',"Dela Gothic One", cursive;
    font-size: 2rem;
    font-weight: lighter;
}

h2 {
    display: flex;
     align-items: center;
    margin: 2em 0;
}
h2 > span {
    margin: 0 2em;
}
h2::before, h2::after {
    content: '';
    display: block;
    height: 2px;
    background: #c89e62;
}
h2::before {
    flex-basis: 3em;
}
h2::after {
    flex-grow: 1;
}
h3 {
    display: flex;
     align-items: center;
    margin: 1em 0;
}
h3::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 2em;
    margin-right: 1.5em;
    background: #c89e62;
    border-radius: 3px;
}
ul {
    list-style: none;
}

em {
    background: #E4CFB1;
}
/* 段落設定 */
p {
    padding: 0 1em;
}

/* 全体の余白、リンク色など */
.pageWrap {
    width: 0%;
    max-width: 1000px;
    min-width: 700px;
    min-height: 100vh;
    padding: 1em 0;
    margin: 0 auto;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 15px #E4CFB1;
}
.pageWrap a {
    color: #5c5450;
}

/* 小説本文 */
.textWrap {
    width: 90%;
    max-width: 700px;
    margin: 10vh auto;
    font-size: 1.1em;
    line-height: 200%;
}
.textNav ul {
    display: flex;
     justify-content: center;
     align-items: center;
    margin: 10vh 0;
    font-family: 'Comfortaa', cursive;
    font-size: .9em;
}
.textNav li {
    margin: 0 1em;
}
.textNav li a {
    display: inline-block;
    padding: 3px .5em;
    color: #5c5650;
}

.atogaki{
font-size:1.1rem;
line-height:150%;
color:#c89e62;
background:#FAF5EF;
margin:20px 10px;
padding:10px;
border:solid 1px #E4CFB1;
}


/* フッター（削除OK）※デフォルト非表示 */
.mainFooter {
    display: none;
    margin: 5vh 0;
    color: #d1cac8;
    font-size: 1rem;
    text-align: center;
}
.mainFooter a {
    color: #acdadb;
}

/* 画面幅７５０ｐｘ以下用 */
@media (max-width:750px) {
    body {
        font-size: 1.2rem;
    }
    p {
        padding: 0 1em;
    }
    .pageWrap {
        width: 100%;
        max-width: 600px;
        min-width: 200px;
        margin: 0 0 0 auto;
    }
    .textWrap {
        width: 95%;
        max-width: 500px;
        margin:  auto;
    }
    
h3::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 2em;
    margin-left: 1em;
    margin-right: 1.5em;
    background: #c89e62;
    border-radius: 3px;
}
}



