/* �s�b�N�A�b�v CSS*/
@media print, screen and (max-width: 768px) {
    .pickup__edge {        
        width: 100%;
        text-align: center;
        padding-top: 5px;
    }
}

@media print, screen and (min-width: 768px)
 {
    .pickup__edge {
        width: 100%;
        text-align: center;
        padding-top: 5px;
    }
}

.pickup-container { 
    width: 100%;    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.pickup__title{
    font-weight: normal;    
}

.pickup__items{

}

.pickup__item { 
    width: 280px;
    border-bottom-color: lightgray;
    border-bottom-style: solid;
    border-bottom-width: 0px;
    padding: 0px 0px 20px 0px;
    margin: 0;    
}

.pickup__item a {}


.pickup__btn {
    font-size: 1.2rem;
    position: relative;
    display: inline-block;
    min-width: 185px;
    padding: 11px 40px 11px 20px;
    transition: back-ground .5s;
    text-decoration: none!important;
    color: #fff;
    background-color: #009be5;
}

.pickup__btn__a:hover {
background-color: #4c4c4c;    
}

@media print, screen and (max-width: 768px) {
    .pickup__edge {
        max-width: 100%;
    }
    
    .pickup__image {                
        margin-bottom: 0px;
        text-align: center;
    }

    .pickup__comment {
        width: 100%;
        line-height: 160%;
        padding-top: 5px;
        /* padding-left: 20px;
        padding-right: 20px;   */
        text-align: center;
    }

    .pickup__item:not(:last-of-type) { 
        width: 100%;
        border-bottom-color: lightgray;
        border-bottom-style: solid;
        border-bottom-width: 0px;
        padding: 10px 20px 10px 0px;
        margin: 0 ;    
    }
    
    .pickup__item a {}
    
    .pickup__item:last-of-type  {
        width: 100%;
        border-bottom-color: lightgray;
        border-bottom-style: solid;
        border-bottom-width: 0px;    
        padding: 10px 0px 0px 0px;
        /* margin: 0 auto; */
        margin: 0;          
        display: block;
        justify-content: flex-end;    
    }
}

.pickup__image {
    width: 240px;     
    height: 160px;    
    overflow: hidden; 
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #4c4c4c;
}

.pickup__image img {
    object-fit: cover;
    max-width: fit-content;
    opacity: 1;
}

.pickup__comment {
    width: 100%;
    line-height: 140%;
    padding-top: 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;   
    white-space: nowrap;     
    padding: 10px 10px 7px 10px; 
    

}

.pickup__info {
    width:100%;
}

.pickup__divname{
    display: none;
}

 .pickup__update {
    display: none;
}

 .pickup-container .box-container__main{
     display:flex;
     flex-wrap:wrap;
     justify-content:center;
 }