.top {
    height: 200px;
}

@media screen and (max-width: 780px) {
    .main_access > .top {
        background-size: cover;
        margin-top: 15%;
        height: 200px;
    }
}

.top > .access_top {
    font-size: 30px;
    z-index: 2;
    position: relative;
    color: white;
    margin-bottom: 5%;
}

.top > .access_top {
    display: flex;
    justify-content: center;
    align-items: center;
}

.access_top {
    margin-top: 60px;
}

@media screen and (max-width: 780px) {
    .access_top {
        margin: 0;
    }
}


.map_map {
    margin-top: 3%;
    text-align: center;
}

@media screen and (max-width: 780px) {
    .map_map > iframe {
        width: 95%;
        margin-top: 10px;
    }
}

.access_detail {
    margin-top: 3%;
}

.access_name {
    margin-left: 20%;
    font-size: 20px;
    display: flex;
} 

.access_name::before,
.access_name::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #e85a5a;
}

.access_name::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.access_name::after {
	margin-left: 30px;
	transform: rotate(35deg)
}

@media screen and (max-width: 780px) {
    .access_name {
        margin-top: 30px;
        justify-content: center;
        margin-left: 0;
    }
}

.main_table {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    margin-bottom: 5%;
}

tbody {
    font-weight: bold;
    color: #333;
    text-align: center;
    /* text-decoration: underline green; */
}

table > .access_table {
    width: 200%;
    height: 200px;
    line-height: 400%;
}

@media screen and (max-width: 780px) {
    table > .access_table {
        line-height: 300%;
        font-size: 15px;
    }
}

@media screen and (max-width: 780px) {
    .access_table > tr > th {
        text-decoration:underline double #f18c8c;
    }
}

.main_table > table {
    width: 100%;
    max-width: 800px;
}

.access_address {
    border-bottom: solid red;
}

@media screen and (max-width: 780px) {
    .access_address {
        display: flex;
        flex-direction: column;
    }
}

.access_access {
    border-bottom: solid red;
}

@media screen and (max-width: 780px) {
    .access_access {
        display: flex;
        flex-direction: column;
    }
}

.access_access > td > .hidebr {
    display: none;
}

@media screen and (max-width: 780px) {
    .access_access > td > .hidebr {
        display: block;
    }
}

.access_tel {
    border-bottom: solid red;
}

@media screen and (max-width: 780px) {
    .access_tel {
        display: flex;
        flex-direction: column;
    }
}

.access_time {
    border-bottom: solid red;
}

@media screen and (max-width: 780px) {
    .access_time {
        display: flex;
        flex-direction: column;
    }
}

.access_dayoff {
    border-bottom: solid red;

}

@media screen and (max-width: 780px) {
    .access_dayoff {
        display: flex;
        flex-direction: column;
    }
}
