@charset "UTF-8";

/* ================================
mv
================================ */
.mv__item img{
    height: 100px;
    min-width: 375px;
    width: 100%;
    object-fit: cover;
}

/* mv pc */
@media screen and (min-width:1260px) {
    .mv__item img{
        height: 200px;
    }
}
/* pc 1260px */

/* ================================
item
================================ */
.item{
    padding: 70px var(--sp_padding, 9.8%) 90px;
    background-color: #FAFAEC;
}

.item__cont{
    margin: 70px auto 0;
}

.item__caption{
    color: var(--brown_topic, #9C774C);
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
}

.item__caption p{
    margin-top: 29px;
}

.item__list{
    margin-top: 70px;
}

.item__item img{
    border-radius: 12px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.item__txtcont{
    margin-top: 15px;
    padding: 0 8px;
}

.item__name{
    color: var(--brown_topic, #9C774C);
    text-align: center;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.3; /* 28.6px */
}

.item__txt{
    color: var(--brack,#333);
    font-size: 1.6rem;
    margin-top: 10px;
}

.item__cost{
    margin-top: 8px;
    color: var(--ora_appeal, #E07000);
    text-align: right;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.3; /* 41.6px */
}

.en{
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
}

.zei{
    color: var(--brack, #333);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
}

.item__item{
    margin-top: 60px;
}

.item__item:first-of-type{
    margin-top: 0;
}

.item__attention{
    margin-top: 70px;
    border: solid 1.3px var(--brack, #333);
    padding: 20px;
}

.item__attention p{
    color: var(--brack, #333);
    font-size: 1.8rem;
    line-height: 1.8; /* 32.4px */
}

/* item tb */
@media screen and (min-width:768px) {
    .item{
        padding: 80px 8.5% 100px;
    }

    .item__cont{
        min-width: 636px;
        margin: 100px auto 0;
    }

    .item__caption{
        font-size: 2rem;
        line-height: 1.8; /* 36px */
    }

    .item__caption p{
        margin-top: 36px;
    }

    .item__caption p:nth-of-type(2){
        margin-top: 0;
    }

    .item__list{
        margin-top: 90px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        gap: 60px 30px;
    }

    .item__item{
        margin-top: 0;
    }

    .item__item img{
        min-width: 300px;
        min-height: 225px;
        aspect-ratio: 4/3;
    }

    .item__name{
        font-size: 2.4rem;
    }

    .item__attention{
        margin-top: 80px;
    }

    .item__attention p{
        font-size: 2rem;
    }
}
/* tb 768px */

/* item pc */
@media screen and (min-width:1260px) {
    .item{
        padding: 90px 0 110px;
    }

    .item__cont{
        margin-top: 120px;
        max-width: 1140px;
    }
    
    .item__list{
        margin-top: 90px;
        display: grid;
        grid-template-columns: 360px 360px 360px;
        grid-template-rows: 480px 480px 480px 480px 480px;
        gap: 70px 30px;
    }

    .item__item img{
        width: 360px;
        height: 270px;
        object-fit: cover;
    }

    .item__attention{
        margin-top: 90px;
        max-width: 1017px;
    }
}
/* pc 1260px */