@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 #pet_mtx{
    width: 100%;
    margin: 0 auto;
    background-color: #fcf8ed;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 25px 0;
}
#wrap #pet_mtx > li{
    width: calc(92%/2);
}
#wrap #pet_mtx > li:nth-child(n+3){
    margin-top: 25px;
}
#wrap #pet_mtx > li a{
    display: block;
    background-color: #fff;
    text-align: center;
    padding: 10px;
    box-shadow: 2px 2px 4px #ebe7de;
    position: relative;
}
#wrap #pet_mtx > li a::after{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f35a';
    font-weight: 400;
    bottom: 12px;
    right: 20px;
    font-size: 20px;
}
#wrap #pet_mtx > li a:hover::after{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    right: 15px;
}
#wrap #pet_mtx .item_name{
    display: flex;
    justify-content: center;
    width: 95%;
    margin: 0 auto 1px;
    padding-bottom: 3px;
    border-bottom: 2px dotted;
    color: #3b3132;
    align-items: center;
}
#wrap #pet_mtx .item_name p:nth-of-type(1){
    font-weight: bold;
    font-size: 19px;
}
#wrap #pet_mtx .item_name p:nth-of-type(2){
    font-weight: bold;
    color: #fff;
    background-color: #3b3132;
    padding: 3px 7px;
    margin-left: 10px;
    border-radius: 8px;
}
#wrap #pet_mtx .text{
    font-size: 17px;
    line-height: 20px;
    margin: 7px 0;
}

/*シーン画像設定*/
#wrap .img_box{
    text-align: center;
    height: 397px;
    /* padding: 10px 0; */
}
#wrap .img_box > img{
    max-height: 100%;
}

/*ボタン*/
#wrap .item_btn{
    width: 100%;
    margin: 0 auto;
    background-color: #fcf8ed;
    padding: 5px 0 20px;
}
#wrap .item_btn a{
    display: block;
    width: 75%;
    margin: 0 auto;
    text-align: center;
    background-color: #488cb3;
    color: #fff;
    border-radius: 35px;
    padding: 10px 0;
    position: relative;
}
#wrap .item_btn a::after{
    font-family: "Font Awesome 5 Free";
    content: '\f061';
    font-weight: 900;
    font-size: 25px;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#wrap .item_btn a:hover{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #215574;
}
#wrap .item_btn a:hover::after{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    right: 15px;
}
#wrap .item_btn a p:nth-of-type(1){
    font-size: 15px;
}
#wrap .item_btn a p:nth-of-type(2){
    font-size: 23px;
    font-weight: bold;
}


/*バナー*/
#wrap .bn_box{
    width: 100%;
    margin: 0 auto 0;
    text-align: center;
}
#wrap .bn_box > p{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}
#wrap .bn_box > a{
    display: block;
}
#wrap .bn_box > a img{
    max-width: 100%;
}
#wrap .bn_box > a:nth-of-type(n+2){
    margin-top: 0;
}


/*本店価格csv*/
#wrap li.price{
    font-weight: bold;
    font-size: 27px;
    color: #af1f1e;
}
#wrap span.spesicalprice{
    display: none;
}
#wrap li.intax{
    display: none;
}


