@media screen and (max-width: 768px) {
    .sub__title {
        font-size: 2.2rem;
    }
    .sub__title span::before {
        width: 30px;
    }

    .sub__title span::after {
        width: 30px;
    }
}
.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;
}

.aboutus__img {
    width: 1000px;
    height: 600px;
    object-fit: cover;
    margin-bottom: 100px;
}

.about__item {
    display: flex;
    padding: 30px 320px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    align-self: stretch;
    background: #EBE3D5;
    margin-bottom: 150px;
}

.about__txt {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 40px;
    padding: 80px;
    border-radius: 30px 30px 0px 30px;
    background: #FEF8EC;
}

.about__refa {
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 1050px;
    padding-bottom: 150px;
}

.point__item {
    flex-direction: column;
    margin: 0 auto;
}

.point__title {
    text-align: center;
    font-size: 2.6rem;
    font-weight: 700;
    padding-bottom: 50px;
}

.point__txt {
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 40px;
    text-align: start;
    padding-left: 30px;

}

.point__img {
    width: 500px;
    max-width: 100%;
    height: 500px;
    object-fit: cover;
}

.about__warm {
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 1050px;
    padding-bottom: 80px;
}

@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;
    }

    .aboutus__img {
        width: 375px;
        height: 375px;
    }

    .about__item {
        padding: 0 25px 20px;
        margin-bottom: 100px;
    }

    .about__txt {
        font-size: 1.8rem;
        line-height: 28px;
        letter-spacing: -0.01em;
        padding: 50px 20px;
    }

    .about__refa {
        flex-direction: column;
        padding-bottom: 100px;
    }

    .point__item {
        order: 2;
    }

    .point__title {
        font-size: 2rem;
        line-height: 1.2;
        padding-bottom: 30px;
    }

    .point__txt {
        font-size: 1.8rem;
        line-height: 28px;
        text-align: center;
        padding-left: 0;

    }

    .point__img {
        width: 375px;
        height: 375px;
        margin-bottom: 50px;
    }

    .about__warm {
        flex-direction: column;
        padding-bottom: 50px;
    }
}

/* header sp */
@media screen and (max-width: 768px) {
    .header {
        margin: 0 auto;
    }

    .header__item {
        font-size: 2.0rem;
        text-align: start;
    }

    .nav__sns {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-right: 10px;
    }

    .nav__rsv__tel {
        display: flex;
        justify-content: end;
        gap: 15px;
    }

    .nav__tel__img {
        width: 20px;
        height: 20px;
    }

    .nav__tel__txt {
        font-size: 2.0rem;
        font-weight: 400;
    }

    .nav__rsv__sns {
        display: flex;
        align-items: center;
        justify-content: end;
        gap: 20px;
    }

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