html body{
    background-position: center 55.784574468085106vw;
    background-repeat: repeat-y;
}


a.btn{
 background-color: #562E00;
}
/* a:link{
    color: #562E00;
} */

/* a:visited{
    color: #562E00;
} */

.post-share li a{
    background-color: #562E00;
}
.copyright {
    background-color: #FFF331;
}

#contents {
    max-width: 800px;
    margin: auto;
}

.header h1 img {
    vertical-align: top;
}

.footer {
    max-width: 800px;
    margin: auto;
}

.header__lead {
    font-family: "Shuei NijimiMGo B", sans-serif;
    color: #562E00;
}

.header__lead img {
    width: 100%;
    max-width: 500px;
}
.header__logo {
  /* 最上部のほぼ日ロゴを非表示 */
  display: none;
}

.footer-contact li a{
    color: #fff;
}

.post-header__title {
    min-height: 84px;
    margin-right: 60px;
    margin-bottom: 0;
    border: 0 none transparent;
    background-color: #FFF331;
}

.post-header__title:before {
    background-image: url(/textlive/images/jimbocho_bookfes2023/balloon.svg);
}

@media only screen and (min-width: 601px) {
    .header__lead > div{
        text-align: center;
    }
    .footer-contact li a{
        color: #562E00;
    }
}



