@charset "UTF-8";

/*=========================
access
=========================*/
.main{
    background-color: #FFFEF5;
    background-size: cover;
    align-items: center;
    background-position: center top;
}

.article{
    padding: 39px 7.2% 90px;

    color: var(--primary-black);
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 2.94px;
}

.address{
    margin: 15px auto 0;
    text-align: center;
}

.directions{
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.directions__item:first-of-type{
    margin-top: 42px;
}

.directions__topic{
    color: #FFA200;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: 1.87px;
}

.map{
    margin-top: 22px;
    width: 100%;
    height: 200px;
}

@media screen and (min-width: 769px){
    .main{
        background-color: #FFFEF5;
    }
    .article{
        padding: 78px 5% 81px;
        font-size: 1.6rem;
        margin: 0 auto;
        max-width: 1280px;
        text-align: center;
    }
    .directions{
        max-width: 869px;
        margin: 0 auto;
        display: block;
    }

    .directions__item:first-of-type{
        margin-bottom: 22px;
    }

    .directions__item{
        display: flex;
        gap: 4.5%;
        margin: 0 auto;
    }    

    .directions__topic{
        text-align: right;
        width: 116px;
    }

    .directions__txt{
        text-align: left;
    }




    .map{
        height: 385px;
        max-width: 869px;
    }
}
