@charset "UTF-8";


/*最上部画像
-------------------------------------*/
.top-img {
    position: relative;
    width: 100%;
    padding: 0 0 27px;
    background: #f5f4ed;
    color: #FFF;
}

.top-img img {
    width: 100%;
}

/*お知らせ
-------------------------------------*/
.top-img h2 {
    position: absolute;
    top: 45%;
    right: 20%;
    margin: 0;
    font-size: 2.0rem;
    letter-spacing: 0.1rem;
}

@media screen and (max-width: 900px) {
    .top-img h2 {
        text-align: center;
        top: 25%;
        right: 0;
        left: 0;
        margin: auto;
        font-size: 1.6rem;
    }
}

main p.title {
    font-size: 2.0rem;
    font-weight: 600;
    padding: 7rem 0 1rem;
}

main p.date {
    font-size: 1.4rem;
    padding: 0 0 5rem;
}

.txt {
    font-size: 1.6rem;
}

@media screen and (max-width: 900px) {
    main p.title {
        font-size: 1.7rem;
        padding: 5rem 0 1rem;
    }

    main p.date {
        padding: 0 0 3rem;
    }
}


/*パンくずリスト
-----------------------------------*/
.breadcrumb {
    margin-top: 100px;
}
