@charset "UTF-8";

.page-access section{
    display:flex;
    justify-content: space-between;
    height: 300px;
    width: 100%;
}
.page-access p{
    font-size:1.6rem;
}
.access__contents{
    display: flex;
    flex-direction: column;
    gap:20px;
} 
.access__contents a{
    color: #1C3D8F;
}
.access__map{
    height: 100%;
}

@media (width < 835px) {
.page-access section{
    flex-direction: column; 
        height: auto;
        width: 100%;
        gap:20px;
}
.access__map {
        width: 100%;
        height: 300px;
    }

}