@charset "euc-jp";

/*▽基本CSS*/
html{
	scroll-behavior: smooth; 
	font-family: Futura, 'Century Gothic', sans-serif;
	/* font-family: 'Open Sans', sans-serif; */
}
*{ list-style:none; margin:0; padding:0;}
a{ text-decoration:none; color: #000000;}
a img{ border:none; }

/*andoroidフォント指定*/
.Android{
	font-family: Roboto, sans-serif;
}

/*税込非表示*/
div.prices span.prdisp-taxin span > span{ display: none !important;}

a:hover img{ opacity:0.8;}
.pc_none{ display: none !important;}

/*コンテンツ*/
#wrap{
    width: 750px;
    margin: 50px auto 0;
    padding-bottom: 30px;
}
#wrap img{
    max-width: 100%;
}

/*看板*/
#wrap > img{
    margin-bottom: 20px;
}

#wrap .item_box:nth-of-type(2){
    margin-top: 35px;
}

/*見出し*/
#wrap .item_box > h1{
    text-align: center;
    border-bottom: 1px solid;
    padding-bottom: 3px;
    font-size: 27px;
    font-weight: normal;
    margin: 0 auto 10px;
    letter-spacing: 3px;
    position: relative;
}
#wrap .item_box > h1 span{
    font-size: 30px;
}

/*単位注意文言*/
#wrap .item_box .unit_txt{    
    text-align: right;
    font-size: 11px;
    position: absolute;
    right: 10px;
    bottom: 5px;
    padding: 5px 10px;
    border: 1px solid;
}

/*高さ文言*/
#wrap .item_box .height_txt{
    width: 95%;
    margin: 3px auto 0;
    text-align: right;
    font-size: 13px;
}

/*商品部分*/
#wrap .item_list{
    display: flex;
    justify-content: space-around;
}
#wrap .item_list > li{
    width: calc(95%/3);
}
#wrap .item_list > li a{
    display: block;
    text-align: center;
    border: 1px solid #c4c4c4;
    padding: 10px 0;
    box-shadow: 0px 1px 3px #b7b7b7;
    border-radius: 8px;
    position: relative;
    overflow-x: hidden;
}
#wrap .item_list > li a::after{
    position: absolute;
    font-family: 'Material Icons';
    content: '\e315';
    bottom: 11px;
    right: 10px;
    font-size: 27px;
    color: #bbbbbb; 
}
#wrap .item_list > li a:hover:after{
    right: 2px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

/*hirobiroアイコン*/
#wrap .item_list .hirobiro_icon{
    position: absolute;
    left: 15px;
    top: 50px;
    width: 80px;
    height: auto;
}
#wrap .item_list .left_space{
    margin-left: 15px;
}
#wrap .item_list .left_space2{
    margin-left: 30px;
}

/*商品名*/
#wrap .item_list .item_name{
    width: 90%;
    margin: 0 auto 5px;
    padding: 3px 0;
    background-color: #000;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
}

/*サイズ*/
#wrap .unit{
    font-size: 13px;
    margin: 5px auto 2px;
    color: #505050;
}
#wrap .unit span{
    font-size: 15px;
    font-weight: bold;
}

/*色玉*/
#wrap .color_list{
    display: flex;
    justify-content: flex-start;
    width: 80%;
    margin: 0 auto;
}
#wrap .color_list > li{
    width: calc(95%/8);
    margin-right: 3px;
}


/*本店価格csv*/
#wrap li.price{
    font-weight: bold;
    font-size: 27px;
    color: #af1f1e;
}
#wrap span.spesicalprice{
    display: none;
}
#wrap li.intax{
    display: none;
}


