@charset "shift_jis";

/* ==================================================

   基本設定

================================================== */

#zaisu_mtx {
    width: 750px;
    margin: 30px 0;
    padding: 0;
    color: #121212;
    line-height: 1;
}

#zaisu_mtx a {
	color: #121212;
	text-decoration: none;
}
#zaisu_mtx a:hover {
    opacity:0.8;
}

#zaisu_mtx img,
#zaisu_mtx a img {
	width: 100%;
    height: auto;
    vertical-align: bottom;
}

#zaisu_mtx .pc_none{ display: none; }


/* ==================================================

   見出し

================================================== */

#zaisu_mtx h2 {
    width: 100%;
    color: #af9754;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    background-color: #f7f3eb;
    margin-bottom: 30px;
    padding: 0.75em 0;
}

/* ==================================================

   商品群

================================================== */

#zaisu_mtx .list_zaisu_new {
    width: 100%;
    display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#zaisu_mtx .list_zaisu_new li {
    position: relative;
    display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: calc((100% - 12px*2)/3);
    margin: 0 12px 30px 0;
}
#zaisu_mtx .list_zaisu_new li:nth-child(3n) {
    margin-right: 0;
}
#zaisu_mtx .list_zaisu_new li a {
    position: relative;
    display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    border: solid 1px #ccc;
    box-sizing: border-box;
}

/* 商品画像
======================================== */

#zaisu_mtx .list_zaisu_new .item_img {
    position: relative;
    display: block;
    box-sizing: border-box;
}
#zaisu_mtx .list_zaisu_new .item_img img {
    width: 100%;
    height: auto;
}

/* 商品情報
======================================== */
#zaisu_mtx .list_zaisu_new .item_info {
    width: 100%;
    box-sizing: border-box;
}

/* 商品名 */
#zaisu_mtx .list_zaisu_new .item_name {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    padding: 5px 8px;
}
#zaisu_mtx .list_zaisu_new .item_name.pc_h2em { height: 2.2em;}

/* 商品画像ミニ */
#zaisu_mtx .list_zaisu_new .item_img_s {
    width: 100%;
    text-align: center;
    margin-bottom: 5px
}
#zaisu_mtx .list_zaisu_new .item_img_s img {
    width: 75%;
    height: auto;
}

/* 価格プロ */
#zaisu_mtx .list_zaisu_new .wrap_price {
    width: 100%;
    margin-bottom: 10px;
}
#zaisu_mtx .list_zaisu_new .wrap_price ul {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}
#zaisu_mtx .list_zaisu_new .wrap_price ul::after {
    display: inline-block;
    vertical-align: middle;
	content: '';
    width: 4px;
    height: 4px;
    border-top: solid 2px #9c3b3b;
    border-right: solid 2px #9c3b3b;
    transform: rotate(45deg);
    margin-left: 5px;
}
#zaisu_mtx .list_zaisu_new a:hover .wrap_price ul::after {
    margin-left: 10px;
}
#zaisu_mtx .list_zaisu_new .wrap_price ul li {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0;
    color: #9c3b3b;
}
#zaisu_mtx .list_zaisu_new .wrap_price ul li.price { font-size: 24px;/* デフォルトは28px */ }
#zaisu_mtx .list_zaisu_new .wrap_price ul li.intax { font-size: 12px;/* デフォルトは16px */ }
#zaisu_mtx .list_zaisu_new .wrap_price .spesicalprice { display: none; }

/* 表組 */
#zaisu_mtx .list_zaisu_new table {
    width: 100%;
    table-layout: fixed;
    flex: 1 auto;
}
#zaisu_mtx .list_zaisu_new table th,
#zaisu_mtx .list_zaisu_new table td {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    vertical-align: middle;
    border-top: solid 1px #eee;
    text-align: left;
}
#zaisu_mtx .list_zaisu_new table th {
    width: 95px;
    padding: 3px 0 3px 5px;
    background-color: #f3f5f7;
}
#zaisu_mtx .list_zaisu_new table td {
    padding: 3px 5px;
}

/* アニメーション */
#zaisu_mtx a,
#zaisu_mtx a:hover,
#zaisu_mtx .list_zaisu_new .wrap_price ul::after,
#zaisu_mtx .list_zaisu_new a:hover .wrap_price ul::after {
    transition: 0.2s all;
}
