body{
    overflow-x: hidden;
}
.shop_name{
    display:none;
}
br.sp{
    display: none;
}
#list {
    margin: 0 calc(50% - 50vw);
    background: #fffdf5;
    padding: 20px;
}

#item_list .page_nav{
    width: 100%;
    max-width: 940px;
    margin: 0 auto;

}
#item_list .shop_introduce_area {
    margin-bottom: 80px;
    margin: 0 -50px;
}

#item_list #list ul {
    gap: 20px;
    width: 100%;
    max-width: 940px;
    margin: 30px auto;
}
#item_list #list ul li {
    width: calc((100% - 40px) / 3);
    margin: 0;
}
#item_list #items li .item_name {
    font-size: 16px;
    line-height: 24px;
    height: auto;
}
#item_list #items li .item_price {
    font-size: 20px;
}
.koyo_about{
    display: flex;
    background: #98143A;
    padding: 10px;
}
#item_list .shop_introduce_area .koyo_about img{
    width: 50%;
}
.koyo_about dl{
    background: #fff;
    margin: 0;
    padding: 30px;
}
.koyo_about dt{
    font-weight: bold;
    color: #98143A;
    margin-bottom: 15px;
}
.koyo_about dd{
    margin: 0;
}
.koyo_head{
margin-bottom: 30px;
}
.koyo_headimg{
    display: flex;
    gap: 20px;
    align-items:flex-start;
    margin-bottom: 15px;
}
.koyo_ttl{
    font-weight: bold;
    background: #98143A;
    color: #fff;
    font-size: 24px;
    padding: 10px;
    border: 1px solid #cf5275;
    border-width: 4px 0 1px;
    text-align:center;
    margin:0 calc(50% - 50vw) 15px;

}
.koyo_desc{
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 15px;
}
.koyo_tokusyo{
    text-align: center;
    margin-top: 40px;
}
.koyo_btn a{
    display: inline-block;
    background: #98143A;
    color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size:18px ;
}
.koyo_btn a:hover{
    opacity: 0.6;
}
/**/
@media screen and (max-width: 768px) {
    br.sp{
        display: inline-block;
    }
    #list {
        margin: 0 calc(50% - 50vw);
        background: #fffdf5;
        padding: 20px;
    }

    #item_list .page_nav{
        width: 100%;
        max-width: 100%;

    }
    #item_list .shop_introduce_area {
        margin-bottom: 80px;
        margin: 0;
    }

    #item_list #list ul {
        gap: 15px;
        width: 100%;
        max-width:  100%;
        margin: 15px auto;
        padding:0;
        justify-content: space-between;
    }
    #item_list #list ul li {
        width: calc((100% - 15px) / 2);
        margin: 0;
        padding:0 !important;
    }
    #item_list #items li .item_name {
        font-size: 14px;
        line-height: 20px;
        height: auto;
        margin-bottom:10px;
    }
    #item_list #items li .item_price {
        font-size: 18px;
    }
    .koyo_about{
        flex-direction: column;
    }
    #item_list .shop_introduce_area .koyo_about img{
        width: 100%;
    }
    .koyo_about dl{
        padding: 15px;
    }
    .koyo_about dt{
        margin-bottom: 15px;
    }
    .koyo_about dd{
        margin: 0;
    }
    .koyo_head{
        margin-bottom: 30px;
    }
    .koyo_headimg{
        display: flex;
        gap: 10px;
        align-items:flex-start;
        margin-bottom: 5px;
    }
    .koyo_ttl{
        font-size: 20px;

    }
    .koyo_desc{
        font-size: 15px;
    }
    .koyo_tokusyo{
        text-align: center;
        margin-top: 30px;
    }
    .koyo_btn a{
        padding: 10px 0;
        font-size:14px ;
        width: 100%;
    }

}