@charset "UTF-8";

.pagettl {
    margin: 30px 50px 0 50px;
    background-image: url(../img/pagettl_img_pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 31%;
    border-radius: 20px;
    position: relative;
}

.pagettl img {
    position: absolute;
    width: 334px;
    top: calc(50% - 100px);
    left: calc(50% - 167px);
}

.pagettl h1 {
    position: absolute;
    width: 200px;
    height: 76px;
    top: calc(50% - 38px);
    left: calc(50% - 100px);
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 40px;
    color: #3a510b;
    letter-spacing: 4px;

}

.pagettl h1 span {
    display: block;
    margin-top: 4px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
}


@media screen and (max-width: 767px) {
    .pagettl {
        margin: 14vw 0 0 0;
        background-image: url(../img/pagettl_img_sp.jpg);
        padding-top: 58%;
        border-radius: 0;
    }

    .pagettl img {
        width: 60vw;
        top: 35vw;
        left: calc(50% - 30vw);
    }

    .pagettl h1 {
        width: 40vw;
        height: auto;
        top: 45vw;
        left: calc(50% - 20vw);
        font-size: 8vw;

    }

    .pagettl h1 span {
        margin-top: 1vw;
        font-size: 4vw;
        font-weight: bold;
        letter-spacing: 2px;
    }
}


#sec01 {
    padding-top: 100px;
    position: relative;
}

#sec01 p {
    margin-top: 30px;
    font-size: 20px;
    line-height: 2em;
}

#sec01 .bird {
    position: absolute;
    top: 150px;
    left: calc(50vw + 400px);
}

#sec01 .illust {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    #sec01 {
        padding-top: 22vw;
    }

    #sec01 h2 img {
        width: 76vw;
    }

    #sec01 p {
        margin-top: 4vw;
        font-size: 3vw;
    }

    #sec01 .bird {
        width: 6vw;
        top: 10vw;
        left: 90vw;
    }

    #sec01 .illust {
        margin-top: 3vw;
        width: 95vw;
    }
}


#sec02 {
    padding-top: 50px;
    padding-bottom: 160px;
    text-align: left;
}

#sec02 .box {
    width: 1000px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
}

#sec02 .box:nth-child(2n) {
    flex-direction: row-reverse;
}

#sec02 .box .item {
    width: 445px;
    padding-top: 40px;
}

#sec02 .box .item h3 {
    font-size: 22px;
    color: #4c352f;
    letter-spacing: 1px;
}

#sec02 .box .item p {
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 2em;
}

#sec02 .box img {
    width: 465px;
}

@media screen and (max-width: 767px) {
    #sec02 {
        padding-top: 0vw;
        padding-bottom: 17vw;
    }

    #sec02 .box {
        width: 81vw;
        margin: 9vw auto 0;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column-reverse;
    }

    #sec02 .box:nth-child(2n) {
        flex-direction: column-reverse;
    }

    #sec02 .box .item {
        width: 81vw;
        padding-top: 4vw;
    }

    #sec02 .box .item h3 {
        font-size: 4vw;
    }

    #sec02 .box .item p {
        margin-top: 2vw;
        font-size: 3vw;
        line-height: 1.5em;
    }

    #sec02 .box img {
        width: 80vw;
    }
}


.gardenworks {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .gardenworks {
        width: 86vw;
        padding-bottom: 5vw;
    }
}