@charset "UTF-8";

@media screen and (max-width:600px) { 
a#sp_ekinoshika+div .content_wrapper, a#sp_sohaya+div .content_wrapper{
        display:block;
}
}

@media screen and (min-width:601px) { 
a#sp_ekinoshika+div .content_wrapper, a#sp_sohaya+div .content_wrapper{
        display:none;
}
}

@media screen and (max-width:600px) { 
a#pc_sohaya+div .content_wrapper{
        display:none;
}
}

@media screen and (min-width:601px) { 
a#pc_sohaya+div .content_wrapper{
        display:block;
}
}

@media screen and (max-width:600px) { 
a#sp_ekinoshika+div .content_wrapper .wrapper_item{
        display: flex;
}
}

/*@media screen and (max-width:600px) { 
a#sp_ekinoshika+div .content_wrapper .wrapper_item .inner_item{
        width: 48% !important;
        margin-left: 5px !important;
}
}
@media screen and (max-width:600px) { 
a#sp_sohaya+div .content_wrapper .wrapper_item .inner_item{
        width: 100% !important;
}
}

@media screen and (max-width:810px) { 
a#sp_ekinoshika+div .contents_btn01 a, a#pc_sohaya+div .contents_btn01 a  {
    min-width: 120px !important;
 font-size: 1.3rem;
}
}*/
@media screen and (max-width:810px) { 
a#pc_sohaya+div .contents_btn01 a  {
    min-width: 150px !important;
}
}

a#pc_sohaya+div .content_wrapper .inner_item_img img{
height: 200px !important;
}