#access01 {
    background-color: rgba(248,244,235,0.5);
    padding: 80px 0 110px;
}

#access01 .access_map {
    width: 92%;
    height: 0;
    max-width: 1000px;
    position: relative;
    padding-top: 32.9%;
    margin: 0 auto;
}

#access01 .access_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#access02 {
    padding: 85px 0 230px;
}

#access02 dl {
    width: 92%;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 60px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #666666;
}

#access02 dl .box {
    width: 33%;
}

#access02 dl dt {
    margin-bottom: 10px;
    font-family: 'Noto Sans JP', 'sans-serif';
    font-size: 20px;
    font-weight: 500;
    color: #00b1c7;
}

#access02 dl dd {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: #4d4d4d;
}

#access02 dl .box:nth-child(2) {
    padding-left: 10px;
}

#access02 dl .map_link {
    display: block;
    margin-left: auto;
    max-width: 236px;
}

#access02 dl .map_link img {
    display: block;
    width: 100%;
}



#access02 dl:nth-child(n+2) {
    padding-top: 45px;
}

#access02 dl:nth-child(2) .box {
    width: 49%;
}

#access02 .access_title {
    margin-bottom: 5px;
    font-family: 'Noto Sans JP', 'sans-serif';
    font-size: 16px;
    font-weight: 500;
    color: #00b1c7;
}
#access02 dl:nth-child(3) .box {
    width: 100%;
}
