
.main__list {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0 50px;
}

.main__title {
    font-size: 6.0rem;
    font-weight: 700;
    padding-right: 15px;
}

.maintitle__img {
    width: 70px;
    height: 70px;
}

.reserve__img {
    width: auto;
    height: 500px;
    margin: 0 auto;
}

.reserve__txt {
    font-size: 3.0rem;
    font-weight: 700;
    margin: 120px 0 50px;
    text-align: center;
}

.rsv__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 100px;
    gap: 50px;
}

.rsv__tel {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.tel__img {
    width: 40px;
    height: 40px;
}

.tel__txt {
    font-size: 3.0rem;
    font-weight: 500;
}

.line__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 70px;
    gap: 20px;
    background-color: #FFF;
    border: 4px solid rgba(77, 58, 47, 0.90);
}

.line__btn:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.insta__item {
    display: flex;
    padding: 50px;
    gap: 50px;
    width: 900px;
    max-width: calc(100% - 55px);
    justify-content: center;
    align-items: center;
    margin: 100px auto;
    background-color: #FFF;
    border-radius: 30px;
}

.insta__img {
    width: 300px;
    height: 300px;
    object-fit: cover;
}

.insta__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.insta__txt {
    font-size: 2.2rem;
    font-weight: 400;
}

.insta__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 70px;
    gap: 20px;
    background-color: #FEF8EC;
    border: 4px solid rgba(77, 58, 47, 0.90);
}

.insta__btn:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}


.sns__logo {
    width: 35px;
    height: 35px;
}

.sns__txt {
    font-size: 2.5rem;
    font-weight: 500;
}

.rsv__sale1 {
    display: flex;
    width: 800px;
    max-width: calc(100% - 25px);
    padding: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 35px;
    background: #EBE3D5;
}

.rsv__sale2 {
    display: flex;
    width: 800px;
    max-width: calc(100% - 25px);
    padding: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background: #EBE3D5;
}

.rsv__item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 30px;
}

.sale__stanp {
    width: 30px;
    height: 30px;
}

.sale__title {
    font-size: 3.0rem;
    font-weight: 700;
}

.sale__txt {
    font-size: 2.2rem;
    font-weight: 400;
    margin-bottom: 30px;
}

.sale__content {
    font-size: 2.2rem;
    font-weight: 700;
    border-radius: 10px;
    color: #FFF;
    background: #4D3A2F;
    padding: 20px 40px;
}

@media screen and (max-width: 768px) {
    .main__list {
        padding-top: 10px;
        margin-top: 145px;
    }

    .main__title {
        font-size: 3rem;
        line-height: 1.2;
        padding-right: 5px;
    }

    .maintitle__img {
        width: 35px;
        height: 35px;
    }

    .sub__title {
        font-size: 2.5rem;
        margin-bottom: 50px;
    }

    .sub__title span::before {
        width: 30px;
        left: -50px;
    }

    .sub__title span::after {
        width: 30px;
        right: -50px;
    }

    .reserve__img {
        height: 300px;
    }

    .reserve__txt {
        font-size: 2rem;
        margin: 100px 0 50px;
    }

    .rsv__btn {
        flex-direction: column;
        gap: 30px;
    }

    .tel__img {
        width: 25px;
        height: 25px;
    }

    .tel__txt {
        font-size: 2.5rem;
        font-weight: 400;
    }

    .line__btn {
        width: 200px;
        height: 56px;
        border: 3px solid rgba(77, 58, 47, 0.90);
    }

    .insta__item {
        flex-direction: column;
        gap: 30px;
    }

    .insta__img {
        width: 200px;
        height: 200px;
    }

    .insta__list {
        gap: 30px;
    }

    .insta__txt {
        font-size: 1.6rem;
    }

    .insta__btn {
        width: 220px;
        height: 56px;
        border: 3px solid rgba(77, 58, 47, 0.90);
    }

    .sns__txt {
        font-size: 2.2rem;
    }

    .rsv__sale1 {
        padding: 40px 25px;
        margin-bottom: 50px;
    }

    .rsv__sale2 {
        padding: 40px 25px;
        margin-bottom: 100px;
    }

    .rsv__item {
        line-height: 1.22;
        border-bottom: 2px solid #4D3A2F;
    }

    .sale__stanp {
        width: 22px;
        height: 22px;
    }

    .sale__title {
        font-size: 2.3rem;
    }

    .sale__txt {
        font-size: 1.8rem;
    }

    .sale__content {
        font-size: 2rem;
        border-radius: 20px;
        padding: 20px 40px;
    }
}