#point {
    background-color: #FEF2E2;
    padding: 95px 0 100px 0;
}
#point .block {
    width: 70%;
    max-width: 900px;
    margin: auto;
}
#point .information {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 70px;
}
#point .information .txt {
    width: 45%;
}
#point .information .txt h3 {
    font-size: 24px;
    margin-bottom: 40px;
}
#point .information .txt p {
    font-weight: bold;
    font-size: 14px;
}
#point .information .reserve {
    position: relative;
    background-color: #fff;
    width: 50%;
    border-radius: 30px;
    padding: 0 10px 30px 28px;
}
#point .information .reserve h3 {
    position: relative;
    z-index: 10;
    text-align: center;
    font-size: 40px;
    margin-bottom: 25px;
    transform: translateY(-7px);
}
#point .information .reserve p {
    position: relative;
    z-index: 10;
    font-weight: bold;
    margin-bottom: 75px;
    font-size: 14px;
}
#point .information .reserve .nav-btn {
    text-align: center;
}
#point .information .reserve .nav-btn img {
    right: 3px;
}
#point .information .reserve .humans {
    position: absolute;
    z-index: 1;
    width: 27.2%;
    max-width: 120px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
#point .information .reserve .bird {
    position: absolute;
    z-index: 1;
    max-width: 70px;
    width: 15%;
    left: 0;
    top: -15px;
}
#point .point h2 {
    width: 22%;
    margin: 0 auto 25px;
}
#point .point .content .item {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
#point .point .content .item:last-child {
    margin-bottom: 0;
}
#point .point .content .item img {
    width: 25%;
    margin-right: 40px;
}
#point .point .content .item h3 {
    font-size: 24px;
    margin-bottom: 15px;
}
#point .point .content .item p {
    line-height: 2;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
    #point {
        padding: 37px 0 50px 0;
    }
    #point .block {
        width: calc(100% - 40px);
    }
    #point .information {
        flex-direction: column;
        margin-bottom: 70px;
    }
    #point .information .txt {
        width: 100%;
        margin-bottom: 50px;
    }
    #point .information .txt h3 {
        text-align: center;
        font-size: 18px;
    }
    #point .information .txt p {
        font-weight: bold;
        font-size: 15px;
    }
    #point .information .reserve {
        position: relative;
        background-color: #fff;
        width: 100%;
        border-radius: 30px;
        padding: 23px 25px 25px 25px;
    }
    #point .information .reserve h3 {
        display: none;
    }
    #point .information .reserve p {
        margin-bottom: 25px;
        font-size: 15px;
        line-height: 1.5;
    }
    #point .information .reserve .nav-btn {
        font-size: 17px;
    }
    #point .point h2 {
        width: 122px;
        margin: 0 auto 55px;
    }
    #point .point .content .item {
        display: flex;
        flex-direction: column;
        margin-bottom: 55px;
    }
    #point .point .content .item:last-child {
        margin-bottom: 0;
    }
    #point .point .content .item img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
        aspect-ratio: 67 / 40;
        object-fit: cover;
        border-radius: 20px;
    }
    #point .point .content .item h3 {
        font-size: 18px;
        margin-bottom: 50px;
        text-align: center;
    }
    #point .point .content .item p {
        line-height: 1.5;
        font-weight: bold;
        font-size: 15px;
    }
}

#access {
    padding: 100px 0 70px 0;
}
#access h2 {
    font-weight: 600;
    text-align: center;
    font-size: 40px;
    letter-spacing: 3.2px;
    margin-bottom: 40px;
}
#access iframe {
    width: 100%;
    aspect-ratio: 64 / 17;
    margin-bottom: 20px;
}
#access p {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    #access {
        padding: 50px 0 55px 0;
    }
    #access h2 {
        font-size: 25px;
        margin-bottom: 50px;
    }
    #access iframe {
        width: 100%;
        aspect-ratio: 25 / 14;
        margin-bottom: 20px;
    }
    #access p {
        font-size: 15px;
        line-height: 1.5;
        text-align: center;
        font-weight: bold;
    }
}