@charset "utf-8";
/* ===============================
price
================================== */
.article--price{
    padding: 70px 5.3% 100px;
}
.price__list{
    padding: 40px 0;
    margin-top: 90px;
}
.price__img .image-wrap{
    display: flex;
    gap:  5px 12px;
    justify-content: space-between;
    max-width: 354px;
}
.image-wrap img{
    width: 159px;
    height: auto;
    outline: #fdfdfd solid 5px;
}
.price__title{
    color: #D8B55A;
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 15px;
}
.price__tax,.price__txt{
    font-size: 1.4rem;
    margin-top: 10px;
}
.image-wrap img[src*="IMG_7837.jpg"] {
    width: 310px;
    height: 212px;
    margin: 0 auto;
    object-fit: cover;
}
.inquiry__btn{
    display: flex;
    width: 225px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 15px;
    background-color:#D8B55A;
    font-family: "Kiwi Maru";
    font-size: 2rem;
    font-weight: 700;
    color: #fdfdfd;
    margin: 20px auto 0;
}
.inquiry__btn:hover{
    background-color: #fdfdfd;
    color: #D8B55A;
    transition: 0.4s;
}
.inquiry__btn::after{
    content: "▶︎";
    transition: 0.4s;
}
    
/* tb */
@media screen and (min-width: 768px){
    .price{
        display: flex;
        flex-wrap: wrap;
        gap: 15px 22px;
        justify-content: center;
    }
    .image-wrap img{
        width: 155px;
        height: 155px;
    }
    .price__list{
        margin-top: 0;
    }
    .price__img .image-wrap{
        justify-content: center;
    }
}/* tb */
/* pc */
@media screen and (min-width: 961px){
    .price{
        gap: 15px 70px;
    }
    .article--price{
        padding: 70px 16.3% 100px;
    }
    .price__tax, .price__txt {
        font-size: 1.6rem;
    }
}/* pc */
/* ===============================
about
================================== */
.about{
    padding: 40px 5.3% 200px;
    background-color: #fdfdfd;
}
.about__title{
    color: rgba(56, 78, 54, 1);
    position: relative;
}
.about__topic{
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 45px;
}
.about__topic::before{
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background-color: #D8B55A;
    position: absolute;
    top: 9px;
    left: -14px;
}
.about__txt{
    font-size: 1.4rem;
    margin-top: 22px;
    line-height: 1.8;
}
.about__topic--care{
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 40px;
}
/* tb */
@media screen and (min-width: 768px){
    .about{
        padding: 50px 5.3% 200px;
    }
    .about__txt{
        line-height: 2;
    }
}/* tb */

/* pc */
@media screen and (min-width: 961px){
    .about__topic{
        font-size: 1.8rem;
    }
    .about__txt{
        font-size: 1.6rem;
    }
    .about{
        padding: 100px 5.3% 300px;
    }
}

