@charset "utf-8";

/*=================================

sp_access

=================================*/
@media screen and (max-width: 768px) {

#address {
 justify-content: center;
 align-items: center;
 row-gap: 25px;
}

.address {
 align-content: center;
 justify-content: center;
 row-gap: 10px;
 position: relative;
 display: flex;
 flex-wrap: wrap;
 padding: 0 20px 20px;
 width: 100%;
}

}