body{
    margin: 0;
    padding: 0;
    font-family: "Shippori Mincho", serif;
    /* font-family: "Klee One", serif; */
    color: #2A3132;
}

ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex{
    display: flex;
}

a{
    text-decoration: none;
    color: inherit;

}


img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


section{
    padding: 10px 0;
}


.section_title{
    text-align: center;
    font-size: 32px;
    line-height: 28px;
    margin: 100px auto 70px;
}
.section_title span{
    font-size: 13px;
    font-weight:normal;
}
@media screen and (max-width:820px) {

.section_title {
        font-size: 28px;
        line-height: 25px;
        margin: 30px auto;
    }

    .section_title span {
        font-size: 10px;
    }

}

.flex{
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}