@charset "utf-8";

/* アクセス
----------------------------------------------------------------------------- */
.access-box{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 50px;
    width:100%;
}

.access-box-txt{
    width: calc(100% - 650px);
}
.access-box-txt table{
    width: 100%;
    margin-top: 30px;
}
.access-box-txt table tbody th{
    width: 40%;
    font-weight: bold;
    text-align: left;
}
.access-box-txt table tbody th,
.access-box-txt table tbody td{
    padding: 5px 0;
}

.access-box-map iframe{
    width: 600px;
    height: 300px;
}

@media screen and (max-width:768px){
    .access-box {
        flex-direction: column;
    }
    .access-box-txt {
        width: 100%;
    }
    .access-box-map iframe {
        width: 90vw;
        height: 70vw;
    }
    
}
