@charset "shift_jis";
/* CSS Document */

#c_2300 {max-width: 900px; margin: 0 auto;}
#c_2300 img {width: 100%;height: auto;}
#c_2300 .pc_none{display: none;}
#c_2300 .coupon {margin: 10px auto 0; width: 80%; }
#c_2300 > h2.text {
    margin: 20px 0 5px;
    border-left: solid 5px #99c671;
    display: inline-block;
    padding: 0 0 6px 9px;
    line-height: 30px;
}
#c_2300 > h2.text span {font-size: 16px; line-height: 18px;}
#c_2300 h3 {
    text-align: center;
    font-size: 26px;
    margin: 10px 0 5px;
}
#c_2300 p {font-size: 24px; text-align: center;}
#c_2300 p.mi {font-size: 30px; text-align: center; color: #ec7b17; font-weight: 600; margin-top: 10px;}
#c_2300 .next_text{
    text-align: center;
    color: #222;
    margin: 10px 0;
    font-size: 25px;
}
#c_2300 .next_btn{
    width: 70%;
    margin: 0 auto;
    background-color: #222;
    text-align: center;
    border-radius: 5px;
}
#c_2300 .next_btn a{
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
    display: block;
}
/* #c_2300 .s_price{
    font-size: 18px;
    color: #222;
    line-height: 18px;
    display: flex;
    align-items: center;
}
#c_2300 .s_price span{
    margin: 0 10px 0 3px;
}
#c_2300 .s_price span:last-child{
    margin: 0 0 0 3px;
}
#c_2300 .bottom_text{
    font-size: 30px;
    text-align: center;
    margin: 40px auto 10px;
} */

/*-------------------------------------
クーポン
-------------------------------------*/
#c_2300 .coupon_1 {
    width: 80%;
    margin: 10px auto 0;
}
#c_2300 .item-col2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	width: 100%;
    gap: 10px;
    margin-top: 10px;
}

/*-------------------------------------
おすすめ商品
-------------------------------------*/
#c_2300 .scrol {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 2px;
}
#c_2300 .col_4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 15px;
}

#c_2300 .col_5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    width: 130%;
}
#c_2300 .col_4 li,
#c_2300 .col_5 li {
    border: solid 1px #c4c4c4;
    padding-bottom: 20px;
    position: relative;
}
#c_2300 .col_4 li .icon,
#c_2300 .col_5 li .icon {
    position: absolute;
    top: 1%;
    right: 1%;
    width: 80px;
}
#c_2300 .col_4 li .coupon,
#c_2300 .col_5 li .coupon {
    content: "";
    width: 70px;
    height: 55px;
    line-height: 17px;
    position: absolute;
    top: -1%;
    right: 2%;
    background-color: #dc1d22d4;
    color: #fff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    font-size: 22px;
    padding-top: 15px;
}
#c_2300 .col_4 li .coupon span,
#c_2300 .col_5 li .coupon span {
    font-size: 16px;
    padding-top: 3px;
}
#c_2300 .col_4 li .point,
#c_2300 .col_5 li .point {
    content: "";
    width: 70px;
    height: 70px;
    line-height: 5px;
    position: absolute;
    top: 2%;
    right: 2%;
    background-color: #dc1d22d4;
    color: #fff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    font-size: 22px;
}
#c_2300 .col_4 li .point span,
#c_2300 .col_5 li .point span {
    font-size: 14px;
    padding-top: 11px;
}
#c_2300 .col_4 .item-link,
#c_2300 .col_5 .item-link {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 10px 10px 15px 10px;
    height: 100%;
}
#c_2300 .col_4 .item_name,
#c_2300 .col_5 .item_name {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}
#c_2300 .col_4 li:hover .item_name,
#c_2300 .col_5 li:hover .item_name {
    color: #222 !important;
}
#c_2300 .col_4 .tanpin,
#c_2300 .col_5 .tanpin {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #dc1d22;
    padding: 3px 10px;
    border: solid 1px #dc1d22;
    width: 54%;
    margin-top: 7px;
}
#c_2300 .item_price {
    display: flex;
    justify-content: flex-end;
    line-height: 24px;
    flex-direction: column;
    align-items: center;
    font-size: 26px;
    font-weight: bold;
    color: #dc1d22;
    margin: 0 auto 10px;
}
#c_2300 .item_prices {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
    line-height: 17px;
    flex-direction: column;
    align-items: flex-end;
    font-size: 20px;
    font-weight: bold;
    color: #dc1d22;
    margin-top: -12px;
    margin-bottom: 16px;
}
/* #c_2300 li:nth-child(4) .item_price:nth-child(2n),#c_2300 li:nth-child(4) .item_prices:nth-child(2n) {
    border-top: 2px dashed #dc1d22;
    margin-top: 5px;
} */
#c_2300 .item_price p,#c_2300 .item_prices p {
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #222;
    /* margin-bottom: 10px; */
    /* border: solid 1px #dc1d22; */
    padding: 5px 0 0;
}
#c_2300 .item_price p span,#c_2300 .item_prices p span {
    font-size: 18px;
    line-height: 18px;
}
#c_2300 .cp_pt {
    font-size: 26px;
    color: #dc1d22;
    text-align: center;
    font-weight: bold;
    line-height: 24px;
    background-color: #feffcb;
    margin: 8px 0;
    padding-bottom: 7px;
}
#c_2300 .cart_btn {
    width: 90%;
    margin: 0 auto;
    color: #fff;
    border: solid 2px #dc1d22;
    border-radius: 5px;
    background-color: #dc1d22;
    display: flex;
    justify-content: center;
    padding: 5px 0;
}

/*-------------------------------------
こちらもおすすめ
-------------------------------------*/
#c_2300 .col_1 {
    width: 100%;
}

#c_2300 .col_2 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
}

#c_2300 .col_3 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 15px;
}

/*-------------------------------------
その他ボタン
-------------------------------------*/
#c_2300 .col_2 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
}
#c_2300 .col_3 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 15px;
}
#c_2300 .col_1 .btn,
#c_2300 .col_2 .btn,
#c_2300 .col_3 .btn {
    text-align: center;
    border: solid 1px;
    border-radius: 5px;
    margin-bottom: 15px;
}
#c_2300 .col_1 .btn a,
#c_2300 .col_2 .btn a,
#c_2300 .col_3 .btn a {
    font-size: 18px;
    padding: 10px 0;
    display: block;
}

/*-------------------------------------
2個以上でクーポン対象
-------------------------------------*/
/* #c_2300 .col_5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}
#c_2300 .col_5 > li {
    border: solid 1px #c4c4c4;
    position: relative;
    text-align: center;
    padding-bottom: 8px;
}
#c_2300 .col_5 > li img {
    width: 90%;
    padding-top: 10px;
}
#c_2300 .col_5 .item_price {
    font-size: 26px;
    font-weight: bold;
    color: #dc1d22;
    margin-bottom: 16px;
    margin-top: 10px;
    display: block;
} */

/*------------------------------------------
■カテゴリ　#c_iconcategory　※アイコン並べる収納インテスタイル
------------------------------------------*/
#c_2300 #c_iconcategory {margin-top: 20px; width: 111%;}
#c_2300 #c_iconcategory ul {
    display: inline-block;
}
#c_2300 #c_iconcategory li {
    float: left;
    width: calc((100% - 48px) / 11);
    margin-bottom: 20px;
    text-align: center;
    margin: 0 2px 20px;
}  
#c_2300 #c_iconcategory li p {
    font-size: 0.6rem;
    text-align: center;
    background-color: #efefef;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}  
#c_2300 #c_iconcategory li:nth-of-type(12n + 1) {
    clear: both;
}
#c_2300 #c_iconcategory li img {
    width: 85%;
}
#c_2300 #c_iconcategory ul.dog_icon,
#c_2300 #c_iconcategory ul.cat_icon{
    width: 100%;
    text-align: center;
}
#c_2300 #c_iconcategory ul.dog_icon li,
#c_2300 #c_iconcategory ul.cat_icon li {
    background-size: auto 43px;
    padding-left: 43px;
    margin-bottom: 0 !important;
    font-size: 25px;
    color: #3f2a1b;
    background-color: #cdeab1;
}

#c_2300 ul.dog_icon li {
  background: url(../IMAGE/store-pet/dogicon.jpg) no-repeat 0 0;
  background-size: auto 43px;
}
#c_2300 ul.cat_icon li {
  background: url(../IMAGE/store-pet/caticon.jpg) no-repeat 0 0;
  background-size: auto 43px;
}