.reservation_wrap {
    overflow: hidden;
    padding-bottom: 5%;
}

.h1 {
    padding-top: 10%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10%;
}

.h1 h1 {
    width: 40vw;
    margin: 0 auto;
}

.h1 h1 img {
    width: 100%;
}

.h1 p {
    font-size: 12px;
}

.please- {
    animation: loop-slide 40s infinite linear 1s both;
    display: flex;
    flex-direction: row;
    margin-bottom: -25vw;
    margin-top: 12%;
}

.img-box {
    position: relative;
}

.please- img {
    width: 100vw;
    padding-right: 40px;
    box-sizing: border-box;
}

.please- img {
    width: 100vw;
    padding-right: 40px;
    box-sizing: border-box;
}

.img-box {
    position: relative;
}

.img-box .active {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.5s;
}

.img-box:hover .active {
    opacity: 1;
}

@keyframes loop-slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.reservation__bg {
    width: 45%;
    margin: 5% auto;
    position: relative;
}

.reservation__bg img {
    width: 100%;
}

.to-hotpepper {
    text-align: center;
}

.to-hotpepper p {
    font-size: 13px;
    line-height: 4;
    margin: 5% 0;

}

.to-hotpepper a {
    color: #141414;
    border: solid 1px #141414;
    padding: 0.5% 2%;
    border-radius: 60px;
}

.to-hotpepper a:hover {
    color: #D07474;
    border: solid 1px #D07474;
}

.requests_wrap {
    margin: 150px 0;
}

.requests {
    display: flex;
    padding-left: 10%;
    align-items: center;
}

.requests h2 {
    width: 18vw;
    padding-right: 3%;
}

.requests h2 img {
    width: 100%;

}

.requests p {
    font-size: 12px;
}


.requests-content {
    border: 1px solid #141414;
    border-radius: 30px;
    margin: 5%;
    padding: 0% 5% 5%;
}

.requests-content ul {}

.requests-content ul li {
    list-style: none;
    font-size: 12px;
    line-height: 2;
    padding-bottom: 3%;
}

.title {
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    padding-top: 10%;
    padding-bottom: 5%;
}

@media(max-width:767px){
    .h1 h1 {
        width: 50vw;
        margin: 0 auto;
    }
    .reservation__bg {
        width: 70%;
        margin: 10% auto;
        position: relative;
    }
    
    .please- {
        animation: loop-slide 40s infinite linear 1s both;
        display: flex;
        flex-direction: row;
        margin-bottom: -40vw;
        margin-top: 30%;
        /* width: 40%; */
    }
    .please- img {
        width: 150vw;
        padding-right: 40px;
        box-sizing: border-box;
    }
    .to-hotpepper {
        text-align: center;
        padding: 8%;
    }
    .to-hotpepper p {
        font-size: 13px;
        line-height: 2;
        margin-bottom: 15%;
    }
    .to-hotpepper a {
        color: #141414;
        border: solid 1px #141414;
        padding: 1% 5%;
        border-radius: 60px;
        margin-top: 5%;
    }
    .requests h2 {
        width: 32vw;
        padding-right: 3%;
    }
}