@charset "utf-8";

.content__ttl {
    margin-left: 70px;
}
.gnav__contents {
    margin-top: 40px!important;
}
.content__ttl img {
    width: 400px;
    padding-right: 30px;
}


.events-eco__text {
    width: 650px;
    padding-left: 100px;
}
.ttl {
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 40px;
}
.events-eco__text p {
    line-height: 1.5rem;
    margin-bottom: 100px;
}
.events-eco__photo-wrapper {
    display: flex;
    column-gap: 20px;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}
.square {
    width: 440px;
    height: 440px;
}
.rec {
    width: 240px;
}
.flex {
    width: 340px;
}
.one {
    width: 700px;
    margin: 0 0 20px 0;
}


@media screen and (max-width: 768px) {

    .content__ttl img {
        width: 250px!important;
        margin: 0;
        padding: 0;
    }
    .content__ttl  {
        margin: 0;
        padding: 30px 40px 120px 230px!important;
        
    }
    
    .gnavi {
        display: flex;
        column-gap: 10px!important;
        justify-content: center;
        margin-bottom: 60px;
    }
    .gnavi li a{
        display: block;
        padding:10px 20px!important;
        text-decoration: none;
        color: #333;
    }
}




@media screen and (max-width: 390px) {

    .content__ttl img {
        width: 200px!important;
        margin: 0;
        padding: 0;
    }
    .content__ttl  {
        margin: 0;
        padding: 30px 40px 60px 70px!important;
        
    }
    .events-eco__text {
        width: 330px;
        margin-top: 20px;
        padding-left: 10px;
    }
    .ttl {
        font-size: 19px;
        font-weight: 500;
        margin-bottom: 40px;
    }
    .events-eco__text p {
        font-size: 15px;
        line-height: 1.5rem;
        margin-bottom: 100px;
    }

    .square {
        width: 200px;
        height: 200px;
    }
    .rec {
        width: 115px;
    }
    .flex {
        width: 157px;
    }
    .events-eco__photo-wrapper {
        display: flex;
        column-gap: 10px;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .one {
        display: block;
        width: 320px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}