@charset "UTF-8";

.kurasi_top {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.kurasi_top p {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
}

.breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-top: 20px;
}

.breadcrumb__list li:not(:last-of-type)::after {
    content: "›";
    margin: 0 .6em;
    color: #777;
}

.colum200_l {
display: none;
}

.hidden {
    display: none;
}

.pickup {
    padding: 40px;
}

h2 {
    text-align: center;
    color: rgb(130, 80, 20);
    font-size: 28px;
    font-weight: 600;
}

.pick_list li{
width: 200px;
}

ul.pick_list li {
    font-size: 16px;
    width: calc((100% - 48px) / 4);
    margin-bottom: 10px;
    font-feature-settings: 'palt';
    position: relative;
}

ul.pick_list li a {
    padding: 20px 0px;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-weight: 600;
}

ul.pick_list li a:hover {
    color: #ff6600;
    background: #ffebdd;
}

ul.pick_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 0px;
}

.cate_box {
    background-color: #EDEDED;
    margin: 40px 0;
}

ul.pick_list li:after {
    position: absolute;
    content: "\f078";
    font-family: "FontAwesome";
    margin: 0 .6em;
    color: #a2a2a2;
    width: 15px;
    height: 18px;
    bottom: 10px;
    right: 5px;
    transition: bottom 0.2s;
}
ul.pick_list li:hover::after {
    bottom: 5px;
    }

.colum800_r {
    width: 100%;
    float: none;
}

h3.cont_index {
    font-size: 20px;
    text-align: center;
    padding: 10px 0;
    width: 100%;
    background-color: #c82832;
    color: #fff;
    font-weight: bold;
    margin: 50px 0 20px;
}

p.pagelink_p {
    font-size: 16px;
    margin: 20px 0;
    padding: 0 10px;
}

.shopbox_wrap ul.clearfix {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.shopbox_wrap ul li {
    width: 22%;
    word-break: break-all;
    background-color: #f9f9f9;
    letter-spacing: 0;
    margin: 0 0 10px 0 !important;
    padding: 8px;
}

.shopbox_wrap ul li .imgbox img {
    width: 100%;
    max-height: 100%;
}

div.A10 .imgbox {
    height: auto;
}

p.price.clearfix span.float_r {
    color: #ff0000;
}

.pagelink_btn {
        padding: 10px 0px;
        text-decoration: none;
        color: #333;
        background-color: #ebebeb;
        align-items: center;
        display: flex;
        justify-content: center;
        border-radius: 10px;
        font-size: 16px;
        font-weight: 600; 
        width: 40%;
        margin-bottom: 30px;
}

.pagelink_btn span{
    color: #ff6600;
}


.pagelink_btn:hover {
    background: #ffebdd;
    color: #ff6600;
}

.to_top a span {
    position: relative;
    padding-right: 20px;
}

.to_top a span::before {
    position: absolute;
    content: "\f077";
    font-family: "FontAwesome";
    color: #a2a2a2;
    right: 0;
    transition: top 0.2s;
}

.to_top a span:hover::after {
    top: 5px;
    }

    .shopbox_wrap ul.clearfix::after {
        content: "";
        display: block;
        width: 22%;
        padding: 8px;
    }

    .shopbox_wrap ul.clearfix::before {
        content: "";
        display: block;
        width: 22%;
        padding: 8px;
        order: 1;
    }
    a:hover{
        color: #ff6600;
    }

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

    h2 {
        font-size: 22px;
    }
    ul.pick_list li {
        font-size: 14px;
        width: calc((100% - 10px) / 2);
    }

    .pickup {
        padding: 20px 10px;
    }

    p.price.clearfix span.float_r {
        font-size: 16px;
    }
    h3.cont_index {
        font-size: 18px;
        padding: 5px 0;
    }

    .pagelink_btn {
        font-size: 14px;
        width: 70%;
        margin: 10px auto;
    }
}

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

    breadcrumb__list {
        margin-top: 10px;
    }

    .kurasi_top p {
        margin-top: 10px;
        font-size: 14px;
    }

ul.pick_list {
    display: block;
}

.cate_box {
    margin: 20px 0;
}

.shopbox_wrap ul li {
    width: calc((100% - 10px) / 2);
    padding: 5px;
}

.shopbox_wrap, ul.slider-for {
    padding: 0;
}

ul.pick_list li {
    font-size: 14px;
    width: 90%;
    margin: 10px auto;
}
p.pagelink_p {
    font-size: 14px;
    margin: 10px 0;
    line-height: 1.6;
}
ul.pick_list li a {
    padding: 10px 0px;
}
.pagelink_btn {
    width: 80%;
    padding: 5px 0px;
    text-decoration: none;
    color: #333;
    background-color: #ebebeb;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600; 
}
}
