@charset "UTF-8";
/* CSS Document */
@import url('style.css');
#access{
    padding: 4em 0;
}
#access .box{
    text-align: justify;
}
#access .read{
    width: 70%;
}
#access .images{
    display: flex;
    justify-content: space-between;
    margin: 4em 0 6em 0;
}
#access .images h3{
    font-size: 2.2rem;
    font-weight: 600;
    padding-bottom: 0.8em;
}
#access .images .area{
    width: 42%;
}
#access .images .rosen{
    width: 50%;
}
#access .mapbox{
    overflow: hidden;
    height: 45em;
}
#access iframe{
    width: 100%;
    height: calc(45em + 150px);
    margin-top: -150px;
}
#access .google{
    text-align: right;
    padding: 1em 0;
}
#access .google img{
    width: 10em;
}
#access .txt{}
#access .btn{
    padding: 0.6em 0 2em 0;
}
#access .btn a{
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 0.3em 2em;
}
#access .btn a:hover{
    background-color: #41b2b8;
}
#access .title{
    font-size: 2rem;
    padding: 3em 0 0.3em 0;
}


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

#access{
    padding: 3em 0;
}
#access .read{
    width: 100%;
}
#access .images{
    display: block;
    margin: 2em 0 5em 0;
}
#access .images h3{
    font-size: 2rem;
    font-weight: 600;
    padding-bottom: 0.8em;
}
#access .images .area{
    width: 100%;
    padding-top: 3em;
}
#access .images .rosen{
    width: 100%;
}
#access .mapbox{
    height: 20em;
}
#access iframe{
    height: 20em;
    margin-top: 0;
}
#access .google{
    padding: 1em 0 2em 0;
}
#access .google img{
    width: 6em;
}
#access .txt{}
#access .btn{
    padding: 0.6em 0 2em 0;
}
#access .btn a{
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 0.3em 2em;
}
#access .btn a:hover{
    background-color: #41b2b8;
}
#access .title{
    font-size: 2rem;
    padding: 3em 0 0.3em 0;
}
}