<style type="text/css">

@charset "UTF-8";

@font-face {
    font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Yomogi&display=swap');

body {
    font-family: 'Yomogi', cursive;
    font-weight: normal;
    letter-spacing: 2px;
    max-width: 100%;
    text-align: justify;
    word-break: break-all;
    font-size: 16px;
    line-height: 180%;
    color: rgb(0, 0, 0);
}
body#top{
    background: #fff;
    overflow:hidden;
    height:100%;
}

@media screen and (max-width:1024px) {
body {
font-size: 13px;
line-height: 200%;
}
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



.box a{
    text-decoration: none;
    text-align: center;
}

/*
.flex{
    justify-content: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    }
*/

/* メインページボックス */
.box{
    height: 100%;
    display:block;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 60%;
    padding: 3em;
    text-align: right;
    background: #fff;
}

sub{
    display: block;
    padding: 1em;
}


daimei {
    font-size: 45px;
    text-orientation: upright;
    writing-mode: vertical-rl;
    text-align-last: justify;
    margin: 0 auto;
    width: 100px;
    text-align: center;
    background: #b36977;
    padding: 3em 1em;
    color: #fff;
    top: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
    line-height:10%;
}

.section{
    overflow-y: scroll;
    display: block;
    color: rgb(103, 103, 103);
    background: #fff;
    padding: 1em;
    height: 320px;
}
.section a, a#top{
    display:inline-block;
    margin: 1em auto;
    color: #b36977;
    font-weight:bold;
}
.section a:hover{
        color: #3c5709;
}
.section::-webkit-scrollbar {
    width: 10px;
    height: 3px;
    border-radius:100px;
}
.section::-webkit-scrollbar-thumb {
    background-color: #fcfcfc;
    border: solid 1px #3c570928;
    border-radius:100px;
}
.section::-webkit-scrollbar-track {
    background-color: #3c570928;
    border-radius:100px;
}


foot {
    text-align: left;
    bottom: 0;
    display: block;
    position: absolute;
}
footer{
    display:block;
    color: #bfbfbf;
}
footer a, a#top:hover{
    color:rgb(134, 132, 128);
}
footer a:hover{
    color:rgb(0, 0, 0);
}


@media screen and (min-width:1024px) {
    .sumaho#sumaho{
        display:none;
    }
}

@media screen and (max-width:1024px) {
    .box{
        width: 100%;
        padding: 0 0 0 1em;
        margin: 0 auto;
    }
    .section{
        margin: 1em 0;
        font-size: 9px;
        height: 38%;
        padding: 0 1em 0 0;
    }
.section#bun a {
    font-size: 14px;
}
.flex{
    display:flex;
}
.sumaho{
    display:block;
    width: 100%;
}
.muri#paso{
    display:none;
}
.sumaho#sumaho{
    font-size: 30px;
    text-orientation: upright;
    writing-mode: vertical-rl;
    text-align-last: justify;
    margin: 0 auto;
    width: auto;
    text-align: center;
    background: #b36977;
    padding: 3em 1em;
    color: #fff;
    height: 100%;
    line-height: 10%;
}
foot{
    width:100%;
}
}







/* Template by Sicknecks for cocobiyo */
</style>



<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script>