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

.hotel__img {
    width: 1000px;
    height: 500px;
    object-fit: cover;
    margin: 0 auto;
    margin-bottom: 150px;
}

.hotel__txt {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 80px;
}

.hotel__sel {
    margin: 0 auto;
}

.htl__sel {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.htl__sel2 {
    display: flex;
}

.htl__txt {
    color: #FFF;
    font-size: 2.3rem;
    font-weight: 500;
    width: 250px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.htl__size {
    font-size: 2.3rem;
    font-weight: 400;
    display: flex;
    width: 250px;
    height: 80px;
    justify-content: center;
    align-items: center;
    background-color: #EBE3D5;
}

.htl__price {
    font-size: 2.3rem;
    font-weight: 400;
    display: flex;
    width: 250px;
    height: 80px;
    justify-content: center;
    align-items: center;
}

.htl__note {
    max-width: 700px;
    margin: 0 auto;
    padding: 80px 0 50px;
}

.htl__note__txt {
    font-size: 2.0rem;
    font-weight: 400;
    text-align: start;
    padding-bottom: 30px;
}

.htl__menu {
    display: flex;
    width: 800px;
    max-width: calc(100% - 15px);
    padding: 50px 50px 30px 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    border-radius: 20px;
    background: #EBE3D5;
    margin: 0 auto;
    margin-bottom: 150px;
}

.htl__item {
    display: flex;
    padding: 30px 50px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background-color: #FFF;
}

.htl__time {
    font-size: 2.5rem;
    font-weight: 700;
}
.htl__time.pcnone {
    display: none;
}

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

.htl__menutxt {
    font-size: 2.0rem;
    font-weight: 400;
    text-align: start;
    padding-bottom: 15px;
}

.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.0rem;
    font-weight: 400;
    line-height: 35px;
    text-align: start;
    padding-left: 30px;

}

.point__img {
    width: 400px;
    height: 400px;
    object-fit: cover;
}

.about__warm {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 900px;
    margin-bottom: 150px;
}

.note__item {
    display: flex;
    width: 1200px;
    max-width: calc(100% - 24px);
    padding: 50px 100px 70px 100px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    gap: 70px;
    border: 5px solid #9B9486;
    background: #FFF;
}

.note__title {
    font-size: 3.0rem;
    font-weight: 600;
    padding-top: 30px;
    text-align: center;
}

.note__txt {
    font-size: 1.8rem;
    font-weight: 400;
    text-align: start;
    padding-bottom: 30px;
}

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

    .hotel__img {
        width: 375px;
        height: 300px;
        margin-bottom: 100px;
    }

    .hotel__txt {
        font-size: 1.8rem;
        margin-bottom: 60px;
    }

    .hotel__sel {
        width: calc(100% - 8px);
    }

    .htl__txt {
        padding-top: 2px;
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 1.22;
        text-align: center;
        width: calc(100% / 3);
        height: 60px;
    }

    .htl__size {
        padding-top: 2px;
        font-size: 1.8rem;
        width: calc(100% / 3);
        height: 60px;
    }

    .htl__price {
        padding-top: 2px;
        font-size: 1.8rem;
        width: calc(100% / 3);
        height: 60px;
    }

    .htl__note {
        padding: 60px 12px 30px;
    }

    .htl__note__txt {
        font-size: 1.6rem;
        padding-bottom: 15px;
    }

    .htl__menu {
        padding: 40px 25px 30px;
        gap: 30px;
        margin-bottom: 100px;
    }

    .htl__item {
        padding: 20px 44px;
    }

    .htl__time {
        font-size: 2rem;
    }
    .htl__time.pcnone {
        display: block;
    }
    .htl__time.spnone {
        display: none;
    }

    .htl__close {
        font-size: 1.8rem;
    }

    .htl__menutxt {
        font-size: 1.8rem;
        padding-bottom: 10px;
        white-space: nowrap;
    }

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

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

    }

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

    .about__warm {
        flex-direction: column;
        margin-bottom: 100px;
    }

    .note__item {
        padding: 30px 25px 5px;
        margin-bottom: 100px;
        gap: 50px;
        border: 3px solid #4D3A2F;
    }

    .note__title {
        font-size: 2.2rem;
        font-weight: 400;
        padding-top: 0;
    }

    .note__txt {
        font-size: 1.5rem;
        padding-bottom: 25px;
    }
}