@charset "utf-8";

.title {
    height: 310px;
    background-image: url(../images/content/main.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-shadow: 1px 1px 10px #4b2c14;
}


.title h2 {
    font-family: 'Kaisei Tokumin', serif;
    font-size: 32px;
    font-weight: bold;
}

.title p {
    font-size: 14px;
    margin-top: 9px;
}

.reason {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 50px;
    margin-right: 50px;
}

.site-menu li:hover {
    color: #ffffff;
}

.reason h2 {
    margin-top: 100px;
    margin-bottom: 10px;
    font-size: 30px;
}

.reason h2::after {
    content: '';
    display: block;
    width: 36px;
    height: 3px;
    background-color: #4b2c14;
    margin-top: 30px;
}

.reason p {
    line-height: 2;
    margin-bottom: 25px;
    font-size: 20px;
}

.site-introduction ul {
    margin-bottom: 10px;
    line-height: 1.5;
}

.small {
    list-style: none;
    font-size: 15px;
    margin-bottom: 0px;
    line-height: 1.5;
}

.finish {
    margin-top: 100px;
}
