@charset "utf-8";

/*------------------------------------------*/

body {
    font-family: 'Klee One', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: #41200d;
    background-color: #fff;
}

.small {
    width: 180px;
    margin: auto;
}

.tate {
    position: fixed;
    top: 120px;
    right: 80px;
}

.tate ul a {
    writing-mode: vertical-rl;
    padding: 10px 0;
    line-height: 40px;
    font-size: 20px;
    text-decoration: none;
}

.tate ul li a:hover {
    color: #41200d;
}

.tate ul li a img {
    width: 40px;
}

.tate .green {
    font-size: 20px;
    color: #fff;
    background-color: #d5e7d5;
    writing-mode: vertical-rl;
    width: 40px;
    text-decoration: none;
    margin-bottom: 20px;

}

.tate .ichi {
    color: #263b34;
    margin-bottom: 20px;
    background-color: #eadbbe;
}

.tate .ni {
    color: #e51529;
    margin-bottom: 20px;
    background-color: #f9ebb1;
}

.tate .san {
    color: #f7e8df;
    margin-bottom: 20px;
    background-color: #3e555b;
}

.tate .yon {
    color: #1b5d93;
    margin-bottom: 20px;
    background-color: #e8ab58;
}

main img {
    width: 1200px;
}

main .sp {
    display: none;
}

div.contents {
    width: 960px;
    margin: auto;
}
div.contents section.flex h2 {
    writing-mode: vertical-rl;
    text-align: initial;
}
section.flex {
    flex-direction: row-reverse;
    border-bottom: solid #41200d 1px;
    margin: 50px 0;
}
section.flex:last-child {
    border-bottom: none;
}
section.flex p {
    writing-mode: vertical-rl;
    text-orientation: upright;
    padding: 30px 0;
}
section.flex .chuushaku {
    color: #666;
    font-weight: 400;
    padding-top: 100px;
}
section.flex span {
    color: #666;
    font-weight: 400;
}
section.flex P br,
section.flex h2 br {
    display: none;
}

#dan05 img {
    width: 500px;
}

@media screen and (max-width: 850px) {
    .tate {
        right: 5px;
    }

    .tate ul a {
        line-height: 20px;
    }

    .tate ul li a img {
        width: 20px;
    }

    .tate .green {
        color: #41200d;
        line-height: 20px;
        width: 20px;
    }

    main .visual {
        display: none;
    }

    main .sp {
        display: initial;
    }
    main .sp img {
        width: 80%;
        display: block;
        margin: auto;
    }
    div.contents {
        width: auto;
        margin: auto;
        padding-right: 35px;
        padding-left: 20px;
    }
    div.contents section.flex h2 {
        writing-mode: initial;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 17px;        
    }
    section.flex {
        margin-bottom: 10px;
        padding: 0;
        line-height: 25px;
    }

    section.flex p {
        flex-direction: initial;
        writing-mode: initial;
        margin-bottom: 17px;
        margin-left: 20px;
    }

    section.flex p:last-child {
        margin-bottom: 30px;
    }

    section.flex .chuushaku {
        color: #666;
        font-weight: 400;
        padding: 10px;
    }

    section.flex p br,
    section.flex h2 br {
        display: initial;
    }

    #dan05 img {
        margin: auto;
        max-width: 93%;
    }

}