@charset "UTF-8";
/* CSS Document */

/* Mobile */
/* =============================================
share
================================================ */

.pc{
	display:none;
}
.mb{
	display:block;
}
body {
	min-width:100%;
}
#toTop {
position:static;
}




section{
    width: 100%;
    padding: 0;
}

section article#main h1{
    width: 100%;
}
section article#main h1 img{
    width: 45%;
    height: auto;
}
section article#main p,
section article#main h2{
    width: 90%;
}
section aside{
    width: 90%;
    padding: 30px 5%;
    position:static;
    margin:30px auto 50px;
}

article#shop_info{
    width: 90%;
    margin:0 auto 50px;
}
article#shop_info .cont div{
    float: none;
    width: 100%;
}
article#shop_info .cont #blog{
    border-top: 1px dashed white;
    padding-top: 20px;
    margin-top: 20px;
    padding-left: 0;
    border-left: 0;
}
article#shop_info .cont #blog span:before{
    top: 10px;
    right: 0;
}

article#shop_info .cont #blog a:hover span img{
    opacity: 1;
    filter: alpha(100);
}