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

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

/* p {} */
.my-container {
    width: 980px;
    margin: 0px auto;
    box-sizing: border-box;
}

/* .wrap {
    width: 100% !important;
    margin: 0 auto;
} */
.banner-image img {
    width: 100%;
}

.page-text {
    width: 900px;
    margin: 0px auto;
    padding: 100px 0px 400px;
}

.page-text .image-text-one img {
    width: 460px;
    margin-bottom: 40px;
}

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

.page-text .text p {
    line-height: 2;
}

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


.section-02 {
    background-color: #F1F0E4;
    position: relative;
}

.banner-image-02 img {
max-width: 1746px;
    width: 100%;
    position: absolute;
    top: -33%;
    z-index: 2;
    top: -33%;
    left: 50%;
    transform: translate(-50%, -0%);}

.image-list-space {
    padding: 22% 0px 100px;
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-right: 24px;
    width: 100%;
}

.image-list img {
    width: 400px;
}

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

/* ================ end section 2 ======================== */



.section-03 .section-content {
    display: flex;
    justify-content: space-between;
    padding: 100px 0px;
    gap: 80px;
}

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

.text-space .image-text img {
    width: 274px;
    margin-bottom: 20px;
}

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

}

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

.image-space img {
    width: 430px;
}

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

}

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

}

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

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

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

.section-04 .owl-theme .item p {
    color: #5C5447;
    padding-top: 10px;
}




.custom-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 60px;
}

.slider-track {
    display: flex;
    transition: transform 0.6s ease;
}

.slide {
    flex: 0 0 977px;
    margin: 0 35px;
}

.slide img {
    width: 100%;
    display: block;
}

.slide p {
    margin-top: 10px;
    color: #5C5447;
    font-size: 13px;
}

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

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

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

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


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


.section-05 .my-container .section-text h1 {
    color: #5C5447;
    font-size: 25px;
    font-weight: 100;
}

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

.section-05 .section-content {
    display: flex;
    gap: 20px;
}

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

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

.section-box .box .box-head {
    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: 65%;
    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: 20px;
    color: #5C5447;
    margin-bottom: 10px;
    font-weight: 100;

}

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

.section-06 .section-content {
    background-color: #fff;
    padding: 35px 30px;
    display: flex;
    gap: 50px;
    margin-top: 25px;
}

.section-06 .section-content .content {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.section-06 .section-content .content .content-left {
    width: 89%;
}

.section-06 .section-content .content .content-right {
    width: 11%;
}

.section-06 .section-content ul li {
    color: #5C5447;

}

.section-06 .section-content .content-left ul .content-list {
    display: flex;
    line-height: 3.5;
    flex-wrap: nowrap;
}

.section-06 .section-content .content-right ul {
    position: relative;
}

.section-06 .section-content .content-right ul li::before {
    content: "";
    background-color: #C6B396;
    position: absolute;
    width: 30px;
    height: 1px;
    right: 70px;
    margin-top: 20px;
}

.section-06 .section-content .content .content-right {
    line-height: 3.5;
}


.section-06 .section-content .content-left ul img {
    width: 9px;
    margin-right: 10px;
    margin-top: 17px;
}

.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: 50px;
}

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

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

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

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

.section-08 .section-content {
    display: flex;
    justify-content: center;
    padding: 100px 0px;
}

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

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

.section-08 .image-text img {
    width: 230px;
    margin-bottom: 20px;
}

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

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




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

.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: 500px;
}

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

}

/* .section-09 .section-btn button {
    width: 100%;
    background-color: #DAD3B8;
    border: none;
    outline: none;
    font-family: "Noto Serif JP", serif;
    padding: 25px 0px;
    cursor: pointer;

} */
.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;
    text-align: center;
}
.section-09 .section-btn .angle-img img {
    width: 6px;
}

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

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






@media screen and (max-width: 1799px) {
    .section-02 {
        padding: 0px 6%;
    }

    .banner-image-02 img {
        width: 78%;
        position: absolute;
        top: -18%;
        right: 11%;
        z-index: 2;
    }

    .image-list {
        width: 100%;
        text-align: center;
        margin-bottom: 75px;
    }

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

    .image-list-space {
        padding: 20% 0% 100px;
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 0px !important;
    }



}