@charset "utf-8";

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* スマートフォン用CSS */
@media screen and (max-width: 414px) {
    #oe_body_main h2 {
        border-bottom: solid;
        border-color: #20b2aa;
        border-width: 5px;
        /*5ピクセルの太さにする*/
        margin-left: 1%;
/*        width: 35%;*/
        margin-top: -85px;
        padding-top: 85px;
    }

    .product_msg {
        border: 0px;
/*        float: left;*/
        margin-left: 5px;
/*        width: 55%;*/
    }


    .product_img {
        border: 0px;
/*        float: right;*/
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10%;
        object-fit: cover;
        width: 200px;
    }

    .product_float_clear {
        clear: both;
        /*画像の回り込み解除*/
    }

    .price_table {
        border-collapse: collapse;
        margin-bottom: 5px;
    }

    .price_table tr th {
        border: solid 1px;
        /* 枠線指定 */
        padding: 1vw;
        /* 余白指定 */
        text-align: left;
    }

    .price_table tr:nth-child(odd) {
        background-color: #ddd;
        /* 背景色指定 */
    }

    .howToDrinkDetail {
        margin-left: 5px;
        margin-top: 10px;
        display: none;
        clear: both;
    }

    .small {
        font-size: 70%;
    }

    /*▼リンクボタン*/
    .btn-space {
        margin-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;

    }

    .btn {
        color: #ffffff;
        background-color: #20b2aa;
        border: medium solid #ffffff;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        font-weight: 700;
        font-size: 14pt;
        padding: 10px;
        margin-bottom: 10px;
        position: relative;
        overflow: hidden;
        text-decoration: none;
        text-align: center;
        transition-duration: 0.4s;
        -webkit-transition-duration: 0.4s;
        /* Safari */
        width: 60%;

    }

    .btn:hover {
        background: #fff;
        box-shadow: 0px 2px 10px 5px #97B1BF;
        color: #000;
    }

    .btn:after {
        content: "";
        background: #20b2aa;
        display: block;
        position: absolute;
        padding-top: 300%;
        padding-left: 350%;
        margin-left: -1.6vw !important;
        margin-top: -120%;
        opacity: 0;
        transition: all 0.8s
    }

    .btn:active:after {
        padding: 0;
        margin: 0;
        opacity: 1;
        transition: 0s
    }

    /*▲リンクボタン*/

    ul.paper {
        position: relative;
        padding: 0.8em;
        background: #F2EFE7;
        list-style: none;
        -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2) inset, 0 0 4px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2) inset, 0 0 4px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.2) inset, 0 0 4px rgba(0, 0, 0, 0.2);
    }

    /* ▼紙風のリスト*/
    ul.paper li {
        position: relative;
        color: #333;
        padding: 8px -1vw;
        4px 2em;
    }

    ul.paper li:nth-child(2n+1) {
        border-bottom: dashed 1px #ccc;
        font-weight: bold;
    }

    ul.paper li:nth-child(2n) {
        font-size: 90%;
    }

    ul.paper li:last-child {
        margin-bottom: 15px;
    }

    /* ▲紙風のリスト*/

    /* ▼タグ付のリスト*/
    ul.tag_list {
        position: relative;
        padding: 0 0.5em;
        margin-top: 2em;
        list-style-type: none;
        border: solid 2px #00796B;
    }

    ul.tag_list::after {
        position: absolute;
        content: attr(title);
        padding: 1px 7px;
        letter-spacing: 0.05em;
        font-weight: bold;
        font-size: 12pt;
        background: #00796B;
        color: #fff;
        bottom: 100%;
        left: -2px;
        border-radius: 4px 4px 0px 0px;
    }

    ul.tag_list li {
        line-height: 1.5;
        padding: 0.5em 0 0.5em 1.4em;
        border-bottom: 1px dashed #4DB6AC;
    }

    ul.tag_list li::before {
        position: absolute;
        color: #00796B;
        font-weight: bold;
        left: 0.5em;
    }

    ul.cp_list li:last-of-type {
        border-bottom: none;
    }
}
