@charset "shift_jis";

/* ==================================================

   基本設定

================================================== */

#alcoholchecker_mtx {
    width: 750px;
    margin: 30px auto 0;
    padding: 0;
    color: #121212;
    line-height: 1;
}

#alcoholchecker_mtx a {
	color: #121212;
	text-decoration: none;
}


#alcoholchecker_mtx img,
#alcoholchecker_mtx a img {
	width: 100%;
    height: auto;
    vertical-align: bottom;
}
#alcoholchecker_mtx .pc_none{ display: none; }




/* ==================================================

　レイアウト

================================================== */

#alcoholchecker_mtx .item_box {
    width: 100%;
    padding-bottom: 30px;
    background-color: #eff3f6;
}

#alcoholchecker_mtx .col_3{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


/* 3カラム */
#alcoholchecker_mtx .col_3 > li {
    width: calc(100%/3);
}


/* ボタン
================================ */

#alcoholchecker_mtx .btn {
    position: relative;
    display: block;
    border-bottom: solid 2px #121212;
    text-align: center;
    padding: 0.5em ;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 700;
}

#alcoholchecker_mtx .btn::after {
    display: inline-block;
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    top: 50%;
    right: 20px;
    border-top: solid 3px #121212;
    border-right: solid 3px #121212;
    transform: rotate(45deg);
    margin-top: -2px;
}


#alcoholchecker_mtx .col_3 > li:hover .btn{background-color: #fff;}
#alcoholchecker_mtx .col_3 > li:hover .btn::after {right: 12px;border-top: solid 3px #E50012;border-right: solid 3px #E50012;}
#alcoholchecker_mtx .col_3 > li:hover .wrap_price .buy_price ul li.intax{color: #E50012;}


/* 価格プロ
================================ */
#alcoholchecker_mtx .wrap_price {
    display: block;
    width: 95%;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
}
#alcoholchecker_mtx .wrap_price .buy_price {
    display: inline-block;
    text-align: center;
}
#alcoholchecker_mtx .wrap_price .buy_price ul {
    display: inline-block;
}
#alcoholchecker_mtx .wrap_price .buy_price ul li {
    display: inline-block;
}
#alcoholchecker_mtx .wrap_price .buy_price ul li.price { font-size: 28px; }
#alcoholchecker_mtx .wrap_price .buy_price ul li.intax { font-size: 14px; }
#alcoholchecker_mtx .wrap_price .buy_price .spesicalprice { display: none; }


/* アニメーション
================================ */
#alcoholchecker_mtx a,
#alcoholchecker_mtx a:hover,
#alcoholchecker_mtx .col_3 > li:hover,
#alcoholchecker_mtx .btn::after,
#alcoholchecker_mtx .btn:hover::after,
#alcoholchecker_mtx .col_3 > li > a > dl > dt > img,
#alcoholchecker_mtx .wrap_price .buy_price ul li.intax,
#alcoholchecker_mtx .col_3 > li:hover .wrap_price .buy_price ul li.intax{
    transition: 0.5s all;
}

