@charset "utf-8";

body {
    font-family: serif;
    font-size: 24px;
    color: #fff;
    background-color: #4bab3e;
    line-height: 1.2;
    letter-spacing: 0.05em;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

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

.inner {
    max-width: 1366px;
    width: 90.625%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2;

}

/* .post img {
    padding-top: 50px;
} */


.main-back {
    padding: 200px;
    background-image: url(./images/tree-woods_00005.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

header ul {
    display: flex;
    justify-content: flex-end;
}

header li {
    margin-left: 20px;
}

header {
    padding: 43px 0;
    background-color: #26641d;
}

.about {
    text-align: center;
}

h1 {
    background-image: url(./images/ぶろぐ.);
    margin-top: 40px;
    margin-bottom: 40px;
    margin: auto;
    text-align: center;

    display: inline-block;
    padding: 15px 25px;
    border-radius: 30px;
    background-color: #fff;
}

h2 {
    font-family: klee;
    font-size: 70px;
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
    margin: 30px 0px 30px;
}

h3 {
    color: #000;
    font-size: 45px;
    font-weight: normal;
    margin-top: 100px;
    margin-bottom: 20px;
    line-height: 1.2;
}

p {
    justify-content: space-between;
    text-align: left;
    line-height: 1.6;
}

.all-post {
    padding: 100px 0;
    background-color: #ac7533;
}

.post-all ul {
    display: flex;
}

.post img {
    width: 100%;
}

/* article:nth-child(2n+1) {
    margin-left: auto;
    margin-left: auto;
} */


/* article:nth-of-type(2n) {
    margin-right: auto;
    padding-left: 80px;
} */

article {
    padding: 40px 20px 40px;
    text-align: center;
}

article img {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-width: 400px;
}


.single article {
    display: block;
    flex-direction: column;
}

.single .blog-content {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
}

.blog-image {
    margin-left: auto;
    margin-right: auto;
}

.single-image {
    min-width: 0;
}

.footer-menu {
    background-color: #26641d;
}

footer ul {
    display: flex;
    justify-content: center;
}

footer li {
    margin-left: 20px;
    margin-right: 20px;
}

footer p {
    text-align: right;
}

.nav-page ul {
    font-size: 30px;
    padding-top: 20px;
    padding-bottom: 50px;
    text-align: center;
}

.post img {
    width: 400px;
}

a {
    color: #000;
    white-space: nowrap;
}

.post-btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 8px;
    border-radius: 17px;
    width: 200px;
    color: #000;
    background-color: #fff;
}

/* ウィンドウサイズが600px以上の時 */
@media (min-width:900px) {
    article {
        display: flex;
        justify-content: space-between;
        /* margin: 50px 20px 50px; */
        /* padding: 40px 20px 40px; */
    }

    article:nth-child(2n+1) {
        flex-direction: row-reverse;
    }

    .blog-image {
        width: 40%;
    }

    .blog-content {
        width: 46%;
    }

}