h1 {
    font-family: "Noto Serif JP", serif;
}

h2 {
    font-family: "Cormorant Garamond", serif;
}

.my-container {
    padding: 0px 20px;
}

.banner-image img {
    width: 100%;
    margin-top: 30px;
}

.section-01 {
    padding-bottom: 100px;
}

.section-01 .section-text img {
    width: 100%;
    max-width: 320px;
    margin: 20px 0px;
}

.section-01 .section-content p {
    color: #5A5129;
    line-height: 2;
    font-size: 13px;
}

.section-01 .section-text p {
    font-family: "Noto Serif JP", serif !important;
    color: #5C5447;
    font-size: 20px;
    margin-bottom: 30px;
}

/* ================ end section 1 ======================== */


.section-02 {
    background-color: #F1F0E4;
    position: relative;
    padding-bottom: 50px;
}

.banner-image-02 img {
    width: 90%;
    position: absolute;
    top: -10%;
    right: 5%;
    z-index: 2;
}

.image-list-space {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding-top: 120px;
}

.image-list img {
    width: 100%;
}

.image-list p {
    font-family: "Noto Serif JP", serif !important;
    margin-top: 10px;
    font-size: 12px;
}


/* ================ end section 2 ======================== */
.section-03 {
    padding-bottom: 25px;
}

.section-03 .section-text {
    margin-top: 15px;
}

.section-03 .section-content .text-space {
    padding-top: 40px;
}

.text-space .image-text img {
    width: 100%;
    max-width: 185px;
    margin-bottom: 15px;
}

.section-03 .text-space .image-text p {
    font-family: "Noto Serif JP", serif !important;
    color: #5C5447;
    font-size: 20px;
    margin-bottom: 10px;

}


.text-space .section-text p {
    font-size: 13px;
    line-height: 2;
    margin-bottom: 20px;
    color: #5C5447;
    font-weight: lighter;
}

.image-space img {
    width: 100%;
}

.text-space .text-list {
    margin-bottom: 20px;
}

.text-space .text-list p {
    font-size: 13px;
    color: #5C5447;

}

.text-space .text-list ul li {
    font-size: 13px;
    line-height: 2;
    color: #5C5447;

}

.text-space .text-list ul {
    list-style: disc;
    margin-left: 20px;
}


/* ================ end section 3 ======================== */

.section-04 {
    padding: 0px 0px 0px;
}

.custom-slider-fix {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
    touch-action: pan-y; /* 🔥 mobile */
}

/* .slider-track-fix {
    display: flex;
    will-change: transform;
    transform: translateZ(0);
}

.slide-fix {
    flex: 0 0 auto;
    width: 80%;
    max-width: 397px;
    margin: 0 8px;
    box-sizing: border-box; 
} */
.slider-track-fix {
    display: flex;
    transition: transform 0.5s ease;
    will-change: transform; /* 🔥 mượt hơn */
}

.slide-fix {
    flex: 0 0 399px;
    max-width: 90%;
    margin: 0 0px;
    transition: transform 0.4s ease, opacity 0.4s ease;
    transform: scale(0.9);
}


.slide-fix img {
    width: 100%;
    display: block;
    height: auto;
}
.slide-fix p {
    margin-top: 10px;
    color: #5C5447;
    font-size: 13px;
}

.nav-slide {
    position: absolute;
    top: 41%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10;
}

.nav-slide img {
    width: 40px;
}

.nav-slide.prev {
    left: -6px;
}

.nav-slide.next {
    right: -6px;
}

/* ================ end section 4 ======================== */


.section-05 {
    padding-top: 0px;
}

.section-05 .my-container .section-text h1 {
    color: #5C5447;
    font-size: 18px;
    font-weight: 100;
    font-family: "Noto Serif JP", serif;
}

.section-05 .my-container .section-text {
    margin-bottom: 20px;
}

.section-05 .section-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    padding: 0px 20px;
}

.section-05 .section-box {
    background-color: #FFFFFF;
    width: 100%;
    padding: 20px;
}

.section-box .box .box-head {
    width: 100%;
}

.section-05 table {
    width: 100%;
}

.section-box .box .box-head button {
    color: #fff;
    background-color: #C6B396;
    outline: none;
    border: none;
    width: 100%;
    padding: 12px 0px;
    font-size: 16px;
    border-radius: 30px;
    cursor: pointer;
}

.section-box .box .box-body {
    text-align: center;
}

.section-box .box .box-body .box-content {
    padding: 20px 10px 0px;
}

.section-box .box .box-body .box-content table tr {
    border-top: 1px solid #E7E7E7;
    width: 100%;
    border-bottom: 1px solid #E7E7E7;

}

.section-box .box .box-body .box-content table tr th {
    width: 35%;
    padding: 11px 0px 11px 7px;
    color: #5C5447;
    font-size: 12px;

}

.section-box .box .box-body .box-content table tr td {
    width: 60%;
    color: #5C5447;
    font-size: 12px;

}






.section-box .box .box-body .price {
    font-size: 18px;
    margin: 20px 0px 20px;
    color: #5C5447;

}

.section-05 .box-body p {
    line-height: 2;
    color: #5C5447;

}

/* ================ end section 5 ======================== */


.section-06 {
    padding-top: 50px;
}

.section-06 .section-text h1 {
    font-size: 16px;
    color: #5C5447;
    font-weight: 100;
    margin-bottom: 10px;
    font-family: "Noto Serif JP", serif;

}

.section-06 .section-text p {
    color: #5C5447;
    font-size: 13px;
}

.section-06 .section-content {
    background-color: #fff;
    padding: 25px 30px;
    margin-top: 25px;
}


.section-06 .section-content p {
    color: #5C5447;
    font-size: 12px;
    margin-top: -5px;
}

.section-06 .section-content .content .content-price {
    color: #5C5447;
    font-size: 12px;
    text-align: right;
    margin-bottom: 20px;
    position: relative;
}

.section-06 .section-content .content .content-price::before {
    content: "";
    background-color: #C6B396;
    position: absolute;
    width: 30px;
    height: 1px;
    right: 54px;
    margin-top: 9px;
}

.no-margin {
    margin-bottom: 0px !important;
}

.section-06 .section-content .content-list {
    display: flex;
    margin-bottom: 7px;
}


.section-06 .section-content .content .content-list .maru img {
    width: 9px;
    margin-right: 7px;
}

.attention-text {
    display: flex;
    justify-content: right;
    margin-top: 13px;
}

.attention-text p {
    font-size: 13px;
    color: #5C5447;


}

/* ================ end section 6 ======================== */


.section-07 {
    margin-top: 30px;
}

.section-07 .section-box {
    border: 1px solid #C6B396;
    padding: 25px 20px;
}

.section-07 .section-box .section-text {
    color: #5C5447;
    margin-bottom: 15px;
    font-size: 13px;
}

.section-07 .section-box .section-content {
    color: #5C5447;
    line-height: 2;
    font-size: 13px;
}

/* ================ end section 7 ======================== */


.section-08 .section-content {
    display: flex;
    flex-direction: column-reverse;
}

.section-08 .image-space {
    flex: 1;
    min-width: 0;
}

.section-08 .text-space {
    flex: 1;
    min-width: 0;
    padding-top: 50px;
}

.section-08 .image-text img {
    width: 100%;
    max-width: 150px;
}

.section-08 .text-space .image-text {
    margin-bottom: 15px;
}

.section-08 .text-space .image-text p {
    font-family: "Noto Serif JP", serif !important;
    color: #5C5447;
    font-size: 25px;
}




/* ================ end section 8 ======================== */

.section-09 {
    margin-top: 50px;
    margin-bottom: 80px;
}

.section-09 .section-content {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #C6B396;
    text-align: center;
}

.section-09 .section-text h1 {
    font-size: 16px;
    margin-bottom: 10px;
}

.section-09 .section-image img {
    width: 65%;
    margin-bottom: 20px;
}

.section-09 .section-btn {
    position: relative;

}

.section-09 .section-btn a {
    display: block;
    width: 100%;
    background-color: #DAD3B8;
    border: none;
    outline: none;
    font-family: "Noto Serif JP", serif;
    padding: 25px 0px;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    font-size: 95%;

}

.section-09 .section-btn .angle-img img {
    width: 6px;
}

.section-09 .section-btn .angle-img {
    position: absolute;
    right: 10px;
    top: 29px;
}

/* ================ end section 9 ======================== */




/* smartphone */
@media (max-width:767px) {
    .banner-image-02 img {
        top: -7%;
    }

    .image-list-space {
        padding-top: 34%;
    }

    /* .slide {
        width: 85%;
        margin: 0 6px;
    } */

}

/* ipad */
@media (min-width:768px) {
    .banner-image-02 img {
        top: -3%;
    }

    .image-list-space {
        padding-top: 37%;
    }
}

@media screen and (max-width: 450px) {}