.access__menu {
    width: 759px;
    margin: 0 auto;
}
.access__section {
    margin-top: 40px;
    box-shadow: 0px 0px 20px #00000019;
    border-radius: 5px;
}
.access__ttl {
    background: transparent linear-gradient(98deg, #72B6A9 0%, #BDE0D3 50%, #ECECC7 100%) 0% 0% no-repeat padding-box;
    border-radius: 5px 5px 0px 0px;
    padding: 17px 30px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.access__body {
    padding: 30px;
    display: flex;
    justify-content: space-between;
}
.access__body-left {
    width: 502px;
}
.access__body-dl{
}
.access__body-dt:nth-child(n + 2) {
    margin-top: 40px;
}
.access__body-dd {
    padding-top: 20px;
    line-height: 1.8;
}
.access__body-right{
    width: 396px;
}
.access__body .access__map {
    width: 100%;
    height: 256px;
    border-radius: 10px;
}
.access__body .btn-wrap {
    margin: 25px 0 0;
    text-align: center;
}
.access__body .btn--white {
    width: 260px;
    height: 50px;
    
}
.access__map-img {
    margin-top: 35px;
    border-radius: 10px;
}

@media screen and (max-width:560px) {
.access__menu {
    width: 100%;
    gap: 1.79vw;
}
.access__section {
    margin-top: 7.14vw;
    box-shadow: 0vw 0vw 3.57vw #00000019;
    border-radius: 0.89vw;
}
.access__ttl {
    border-radius: 0.89vw 0.89vw 0vw 0vw;
    padding: 3.04vw 5.36vw;
    font-size: 5vw;
}
.access__body {
    padding: 5.36vw;
    flex-direction: column-reverse;
    gap: 5.36vw 0;
}
.access__body-left {
    width: 100%;
}
.access__body-dl .ttl14 {
    margin-top: 5.36vw;
}
.access__body-dd {
    padding-top: 3.57vw;
    font-weight: 500;
}
.access__body-right {
    width: 100%;
}
.access__body .access__map {
    width: 100%;
    height: 50.71vw;
    border-radius: 1.79vw;
}
.access__body .btn-wrap {
    margin: 5.36vw 0 0;
}
.access__body .btn--white {
    width: 66.07vw;
    height: 15.36vw;
    border-radius: 12.5vw;
    font-size: 4.46vw;
    letter-spacing: 2.0.89vw;
}
.access__map-img {
    margin-top: 5.36vw;
    border-radius: 1.79vw;
    width: 100%;
}
.access__section:nth-of-type(n + 2) {
    margin-top: 10.71vw;
}
}