/* -------------------------------------------- */
/* ▼商品紹介：タブレット
/* -------------------------------------------- */
@media (min-width: 768px) {
    #products h5 {
        font-size: 2em;
    }
    #products .btn-flat-border {
        font-size: 2em;
    }
}
/* -------------------------------------------- */
/* ▼商品紹介：PC
/* -------------------------------------------- */
@media (min-width: 1024px) {
    #products h5 {
        font-size: 2em;
    }
    #products .btn-flat-border {
        font-size: 2em;
    }
}
/* -------------------------------------------- */
/* ▼送料キャンペーン：モバイル
/* -------------------------------------------- */
.shipping_campaign {
    margin: 2em auto 0;
    width: 70%;
}

.shipping_campaign div {
    margin-top: 2em;
}

.shipping_campaign span.text_large {
    font-size: 1.5em;
}

.shipping_campaign div > h4 > span.text_red {
    color: red;
}

.shipping_campaign div > p {
    color: #aaa;
}

.shipping_campaign > h4 {
    border-radius: 8px;
    text-align: center;
    color: white;
    position: relative;
    padding: 0.6em;
    background: #ffe13c;
    width: 100%;
    margin: 0.5em auto;
}

.shipping_campaign > h4:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #ffe13c;
    width: 0;
    height: 0;
}
/* -------------------------------------------- */
/* ▼送料キャンペーン：タブレット
/* -------------------------------------------- */
@media (min-width: 768px) {
    .shipping_campaign {
    margin: 2em auto 0;
    width: 60%;
    }
}
/* -------------------------------------------- */
/* ▼送料キャンペーン：PC
/* -------------------------------------------- */
@media (min-width: 1024px) {
    .shipping_campaign {
        margin: 2em auto 0;
        width: 40%;
    }
}
/* -------------------------------------------- */
/* ▼送料表
/* -------------------------------------------- */
#shipping {
    width: 100%;
    height: 100%;
    position: relative;
    color: #494949;
    margin-top: 50px;
}
#products > div.shipping_campaign > div > p > a {
    color: #ffb23c;
}

#shipping > h3 {
    position: relative;
    margin-bottom: 1em;
}

#shipping > h3:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ffe13c;
    border-radius: 2px;
}

#shipping_list {
    margin-top: 3em;
}

#shipping_list table {
    margin: 1em auto;
    width: 85%;
    border-spacing: 0;
}

#shipping_list th {
    font-size: small;
    width: 15%;
}

#shipping_list table .text_red {
    color: red;
}

#shipping_list thead, tbody {
    text-align: center;
}

#shipping_list table tbody td:first-child {
  border-bottom: solid 2px #fb5144;
  padding: 10px 0;
}

#shipping_list table td{
  border-bottom: solid 2px #ddd;
  text-align: center;
  padding: 10px 0;
  font-size: small;
}
/* -------------------------------------------- */
/* ▼送料表：タブレット
/* -------------------------------------------- */
@media (min-width: 768px) {
    #shipping > h3 {
        position: relative;
        margin-bottom: 1em;
        font-size: 2.5em;
    }
    
    #shipping_list table {
        margin: 1em auto;
        width: 70%;
        border-spacing: 0;
    }
}
/* -------------------------------------------- */
/* ▼送料表：PC
/* -------------------------------------------- */
@media (min-width: 1024px) {
    #shipping > h3 {
        position: relative;
        margin-bottom: 1em;
        font-size: 2.5em;
    }
    
    #shipping_list table {
        margin: 1em auto;
        width: 55%;
        border-spacing: 0;
    }
}



/* -------------------------------------------- */
/* ▼餃子のおいしい焼き方
/* -------------------------------------------- */
#how_to_bake > h3 {
    position: relative;
    width: 100%;
}

#how_to_bake > h3 {
    position: relative;
    margin: 2em auto;
}

#how_to_bake > h3:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ffe13c;
    border-radius: 2px;
}

#how_to_bake .how_to_bake_group {
    position: relative;
    width: 80%;
    margin: 0 auto;
}

#how_to_bake h4.how_to_bake_tag {
    position: relative;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #ffe13c 0%) repeat scroll 0 0;
    margin-top: 1em;
}

#how_to_bake p {
    color: #666666;
}

#how_to_bake img.how_to_bake_img {
    border: none;
    margin: 0 auto;
    width: 100%;
}

#how_to_bake .how_to_bake_video {
    text-align: center;
}

#how_to_bake .how_to_bake_video video {
    width: 70%;
}

/* -------------------------------------------- */
/* ▼餃子のおいしい焼き方：タブレット
/* -------------------------------------------- */
@media (min-width: 768px) {
    #how_to_bake .how_to_bake_group {
        width: 50%;
    }

    #how_to_bake > h3 {
        position: relative;
        margin-bottom: 1em;
        font-size: 2.5em;
    }

    #how_to_bake .how_to_bake_video video {
        width: 100%;
    }
}
/* -------------------------------------------- */
/* ▼餃子のおいしい焼き方：PC
/* -------------------------------------------- */
@media (min-width: 1024px) {
    #how_to_bake .how_to_bake_group {
        width: 30%;
    }

    #how_to_bake > h3 {
        position: relative;
        margin-bottom: 1em;
        font-size: 2.5em;
    }

    #how_to_bake .how_to_bake_video video {
        width: 75%;
    }
}
