p {
    font-family: sans-serif;
}
.junbi {
    color: indianred;

}
/*
.shop {
    font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 25px;
    font-size: 1.5625rem;
    text-align: center;
    margin-top: 130px;
    font-weight: 800;
    color: #2d3d77;
    margin-bottom: 80px;
}
*/
/*
.medama {
    background-color: white;
    /*    padding: 50px;
    padding: 3.70919%;
    /*    width: 1015px;
    width: 75.29673%;
    margin: 0 auto;

}
*/
/*

.card {
    background-color: white;
    padding: 3.70919%;
    width: 74.18397%;
    margin: 0 auto;
    margin-top: 80px;
    height: 336px;
    margin-bottom: 100px;
}
*/

article {   /* style.cssと異なる内容のみ記述 */
    width: 81.32530120481928%;  /* 1080/1328 */
    padding: 50px 50px;
    box-sizing: border-box;
    margin-bottom: 60px;
}

.book {
    float: left;
    text-align: center;
    vertical-align: top;
    width: 38.77551020408163%; /* 380/980 */
    height: auto;
    margin-right: 5.102040816326531%;  /* 50/980 */
}

.sent {
    float: left;
    width: 55.61224489795918%;  /* 550/980 */
}

/* 商品タイトル */
article h1 {
    font-weight: 600;
    font-size: 19px;
    font-size: 1.1875rem;
    text-align: center;
    margin-bottom: 10px;
}

.chumon {
    margin-top: 30px;
    box-shadow: 0 0 5px rgba(0,0,0,0.8);
    float: right;
}
.chumon:hover {
    opacity: 0.5;
}

/*　アートプリント*/

a:hover{
    opacity: 0.8;
}
.shop-box{
    display: flex;
    flex-direction: column;
    /* gap:20px; */

    & .chumon{
        margin-top: 10px;
    }
    
}


.shop-box__picture{
    display: flex;
    flex-direction: column;
    gap:50px;
    margin-top:10px;
}

.mt{
   margin-top:30px;
} 

.shop-box__img1{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    place-items: center;
    gap:50px;
    /* margin: 50px 0;  */
}
.shop-box__img2{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    place-items: center;
    gap:50px;
    padding: 0 15%;
    /* margin: 50px 0;  */
}

.shop-box__img3{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    place-items: center;
    gap:50px;
}
.shop-box__img4{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    place-items: center;
    gap:50px;
    padding: 0 15%;
}

/*resuponsive*/

@media screen and (max-width:900px) {
    .book, .sent, .chumon {
        float: none;
        width: auto;
    }
    .sent {
        margin-top: 10px;
    }
    article, article h1 {
        width: auto;
        text-align: center;
    }

/*　アートプリント 布絵*/
    .shop-box__picture{
        margin-top: 0;
    }

    .shop-box__img1, .shop-box__img2,.shop-box__img3, .shop-box__img4{
        grid-template-columns: 1fr;

    }

    .shop-box__img2,.shop-box__img4{
        padding: 0;
    }
    .shop-box__img1,.shop-box__img3{
        margin-top:50px;
    }
    .shop-box{ 
        & .chumon{
        margin-top: 30px;
        }   
    }

    .mt{
        margin-top:0px;
     } 
}

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

@media screen and (max-width:480px) {
    article {
        padding: 30px 20px;
    }
    .shop-box__img1,.shop-box__img3{
        margin-top:30px;
    }
    

}