.shop_list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding-inline-start: 0px;


}

@media screen and (max-width:640px){
    .shop_list {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;

    }
}


.shop_list li {
    list-style: none;
    margin: 20px;
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    color: #29262B;
    width: 200px;
    padding-bottom: 20px;
}

.shop_list li img {
    border-radius: 20px 20px 0 0;
    width: 200px;
}

.shop_list li a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    color: #29262B;
}


.shop_list .card-title{
    display: block;
    padding: 10px;
    height: 50px;
}


.shop_list .owner{
    display: block;
    padding: 10px;
    font-weight:200;
}

.shop_list .category{
    display: block;
    border-radius: 20px;
    background: #FFF;
    width: 150px;
    text-align: center;
    margin: 0 auto;
    padding: 5px;
    font-weight: 400;
}

.shop_list .place{
    display: block;
    background: #FFF;
    text-align: center;
    margin: 5px auto;
    padding: 5px;
    font-weight:200;
}


.shop_list li a:hover{
    text-decoration: none;
    color: #DC4B8A;
}

.shop_list li a:before{
    padding: 6px 2px 0px 4px;
}


.catarog-nav,
.category-nav{
    display: flex;
    justify-content:center ;
    border-radius: 50px;
    margin-bottom: 10px;
    margin: 10px auto;
    width: 70%;

}

.category-nav{
    flex-wrap: wrap;

}

@media screen and (max-width:640px){
    .category-nav{
        display: flex;
        justify-content:center ;
        border-radius: 50px;
        margin-bottom: 10px;
        margin: 0 auro;
    }
}

.catarog-nav a{
    background: #FFF 0% 0% no-repeat padding-box;
    opacity: 1;
    color: #383D53;
    padding: 10px;
    border: 4px solid #383D53;
    width: 50%;
    font-size: 12px;
    font-weight: 800;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}


.catarog-nav .off{
    background: #383D53 0% 0% no-repeat padding-box;
    opacity: 1;
    color: #FFF;
    display: block;
    padding: 10px;
    border: 4px solid #383D53;
    width: 50%;
    font-size: 12px;
    font-weight: 800;
}


.category-nav a{
    background: #FFF 0% 0% no-repeat padding-box;
    border-radius: 50px;
    opacity: 1;
    color: #383D53;
    margin: 5px;
    padding: 10px;
    border: 4px solid #383D53;
    width: 100px;
    font-size: 12px;
    font-weight: 800;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.category-nav .off{
    background: #383D53 0% 0% no-repeat padding-box;
    border-radius: 50px;
    opacity: 1;
    color: #FFF;
    display: block;
    margin: 5px;
    padding: 10px;
    border: 4px solid #383D53;
    width: 100px;
    font-size: 12px;
    font-weight: 800;
}

.catarog-nav a:hover,
.category-nav a:hover{
    background: #FCF25A 0% 0% no-repeat padding-box;
    color: #383D53;
}

.sort-nav{
    width: 90%;
    margin: 0 auto;
    color: #383D53;
}

.sort-nav a{
    width: 90%;
    margin: 0px auto;
    padding: 5px 30px;
    color: #383D53;
    font-weight: 800;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    font-size: 12px;
}

.sort-nav a:hover,
.sort-nav .selected{
    background: #383D53 0% 0% no-repeat padding-box;
    color: #fff;
}


.item-list {
    margin: 0;
    padding: 0;

}

.item_list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding-inline-start: 0px;

}

.item_list li {
    list-style: none;
    margin: 20px;
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    color: #29262B;
    width: 300px;
    padding-bottom: 20px;
}



.item_list li img {
    border-radius: 20px 20px 0 0;
    width: 300px;
    margin: 0px 0px 20px 0px ;
}


.item_list li a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    color: #29262B;
}

@media screen and (max-width:640px){
    .item_list {
        justify-content: center;

    }
    .item_list li {
        width: 300px;
    }

    .item_list li img {
        width: 300px;
}
}




.item_list .item-title{
    display: block;
    font-size: 16px;
    padding: 0px 10px;
    height: 45px;
}


.item_list .arrival_name{
    display: block;
    padding: 20px 10px 20px 10px;
    font-weight:200;
    font-size: 14px;
}

.item_list .shop_name{
    display: block;
    padding: 5px 20px 20px 20px;
    font-weight:200;
    font-size: 14px;
}

.item_list .item_discrption{
    display: block;
    padding: 20px;
    font-weight:200;
    line-height: 1.5em;
    font-size: 14px;
    text-align: left;
}

.item_list .tag_none{
    border-radius: 20px;
    background: #F2F2F2;
    text-align: center;
    margin: 5px;
    padding: 5px 20px;
    font-weight: 400;
    color: #fff;
}

.item_list .tag_other{
    border-radius: 20px;
    background: #fff;
    text-align: center;
    margin: 5px;
    padding: 5px 20px;
    font-weight: 400;
    color: #DC4B8A;
}

.item_list .tag_new{
    border-radius: 20px;
    background: #DC4B8A;
    text-align: center;
    margin: 5px;
    padding: 5px 20px;
    font-weight: 400;
    color: #fff;
}

.item_list .shop-icon{
    border-radius: 50px;
    width: 50px;
    top: 100px;
}


.item_list li a:hover{
    text-decoration: none;
    color: #449ED4;
}

.item_list li a:before{
    padding: 6px 2px 0px 4px;
}

.contents-box{
    background: #F2F2F2 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #00000080;
    border-radius: 30px;
    opacity: 1;
    display: block;
    color: #29262b;
}



/****** Shops ******/

#shops
{
    margin-top:20px;
    padding-bottom: 100px;
    text-align: center;
}

#shops h2{
    margin: 50px auto;
    display: block;
    font-size: 32px;
    font-weight: 800;
}



/****** Shop_detail{ ******/

#shop_detail{
    margin-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

#shop_detail .detail{
    width: 80%;
    margin: 150px auto 0 auto;
    padding: 20px 20px 50px 20px;
    text-align: center;
    background-size: 100%;
    display: block;
}

#shop_detail .hashtug{
    width: 30%;
    margin: 10px auto 0 auto;
    padding: 20px 20px 50px 20px;
    text-align: center;
    background-size: 100%;
    display: block;
}


#shop_detail h2{
    margin: 50px auto 10px auto;
    display: block;
    font-size: 32px;
}

#shop_detail .shop_discription{
    text-align: left;
    padding: 20px;
    display: block;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.8em;
}

#shop_detail .shop_icon{
    width: 200px;
    height: 200px;
    border-radius: 100px;
    margin-top: -125px;
    box-shadow: 0px 0px 10px #00000080;   
}

#shop_detail .shop-nav{
    display: flex;
    flex-wrap: wrap;
    justify-content:center ;
    border-radius: 50px;
    margin-bottom: 10px;
    margin: 50px; auro;
}


#shop_detail .shop-nav a{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #DC4B8A;
    border-radius: 50px;
    width: 280px;
    color: #DC4B8A;
    display: block;
    margin: 5px;
    padding: 10px 30px;
    font-size: 12px;
    font-weight: 800;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

#shop_detail .shop-nav a:hover{
    background: #FCF25A 0% 0% no-repeat padding-box;
    color: #383D53;
}


.shop_item_list li {
    list-style: none;
    margin: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    color: #29262B;
    padding-bottom: 0px;
    text-align: left;


}

.shop_item_list .item-image{
    margin: 20px;
    width: 40%;
    float: right;
}

.shop_item_list .text_box{
    margin: 20px;
    float: left;
}

/*画面幅が480pxまでの時*/
@media screen and (min-width:480px){
.shop_item_list li {
       float: none;
        width: 320px;
        margin: 0 auto;

}
    .shop_item_list .item-image{
        margin: 10px;
        width: 300px;
    }

    .shop_item_list .text_box{
        width: 300px;
        margin: 10px;
    }

}

@media screen and (min-width:1100px){

    .shop_item_list li {
        list-style: none;
        margin: 20px;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 800;
        color: #29262B;
        padding-bottom: 0px;
        text-align: left;
        width: 900px;

    }

    .shop_item_list .item-image{
        margin: 20px 20px 20px 10px;
        width: 450px;
        float: right;
    }

    .shop_item_list .text_box{
        width: 41%;
        margin: 20px 10px 20px 20px;
        float: left;
    }


}



.shop_item_list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding-inline-start: 0px;

}

.shop_item_list li {
    list-style: none;
    margin: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    color: #29262B;
    text-align: left;

}


.shop_item_list li a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    color: #29262B;
}



.shop_item_list .tag_none{
    border-radius: 20px;
    background: #fff;
    text-align: center;
    margin: 5px;
    padding: 5px 20px;
    font-weight: 400;
    color: #F2F2F2;
    width: 100px;
}

.shop_item_list .tag_other{
    border-radius: 20px;
    background: #F2F2F2;
    text-align: center;
    margin: 5px;
    padding: 5px 20px;
    font-weight: 400;
    color: #DC4B8A;
    width: 100px;
}

.shop_item_list .tag_new{
    border-radius: 20px;
    background: #DC4B8A;
    text-align: center;
    margin: 5px;
    padding: 5px 20px;
    font-weight: 400;
    color: #fff;
    width: 100px;
}


.shop_item_list .contents-white{
    background: #fff;
}

.shop_item_list .item-title{
    display: block;
    font-size: 23px;
    padding: 0px 10px;
}

.shop_item_list .item_discrption{
    display: block;
    font-size: 14px;
    padding: 0px 10px;
    line-height: 1.8em;
    font-weight: 400;
}





