@charset "utf-8";

/* 【SP】ウィンドウ幅が768px以下の場合に適用するCSS*/
@media print,
screen and (max-width:768px) {

    .dog_food {
        margin: auto;
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
        font-weight: 500;
        color: #484343;
    }

    .sec {
        margin: 2%;
    }

    /* mv_area */
    .mv_area {
        text-align: center;
    }

    /* CONCEPT 
    ==========================*/
    .concept_area {
        background: #e4f3f3;
        ;
    }

    /* food_area 
    ==========================*/
    section.sec.about_food2 {
        /* background-color: #e4f3f3; */
        background: url(../../img/usr/genre/lwp/img_footprints.png) repeat center / 90%;
    }

    .food_area p {
        text-align: left;
        line-height: 1.6em;
    }

    /* レシピ説明 
    ==========================*/
    .recipe_variation {
        padding: 5px;
    }

    .recipe_variation li {
        margin: 5px;
        width: 46%;
        text-align: center;
        display: inline-block;
    }

    .recipe_variation img {}

    .recipe_variation p {
        text-align: center;
        font-weight: bold;
    }

    /* 生薬説明 */
    .shouyaku_variation {
        display: flex;
        width: 100%;
    }

    .shouyaku_variation li {
        margin: 5px;
        width: 20%;
    }

    .shouyaku_variation p {
        text-align: center;
        padding: auto;
    }

    .youtube {
        text-align: center;
    }

    .youtube iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
    }


    /* houto_area 使い方 
    ==========================*/
    .howto_point img {
        padding: 15px;
    }

    .howto_point li p {
        padding: 5px 25px;
        font-size: 1.0rem;
    }

    section.sec.point2 {
        background: #F6ECE2;
        padding: 20px;
    }

    ul.howto_point2 li {
        padding-bottom: 20px;
    }

    .howto_point2 li {
        padding: 30px;
    }

    .howto_point2 p {
        padding: 5px 15px;
        font-size: 1.0rem;
    }

    .step {
        font-size: 1.8em;
        font-weight: bold;
        color: #e87822;
        padding: 25px;
    }

    .wasureta {
        background: url(../../img/usr/genre/lwp/img_footprints.png) no-repeat center / 90%;
        border-radius: 30px;
        margin-top: 50px;
    }

    /* day_area2 慣らし方 
    ==========================*/
    section.sec.day_area {
        background: #e4f3f3;
        ;
        margin-top: 50px;
    }

    .day_area li {
        margin: 15px;
        align-items: center;
        background-color: #fff;
        padding: 20px;
    }

    p.day {
        font-size: 2.2em;
        text-align: center;
        font-weight: bold;
        color: #49a9c0;
        margin: 5%;
    }

    p.setumei {
        padding: 10px 10px;
        margin: 0 auto;
    }

    /* item_area 商品 
    ==========================*/
    section.item_area {}

    ul.item_variation {}

    .item_variation img {
        margin: 5px;
    }

    .item_variation p {
        text-align: center;
    }

    .item {
        font-size: 1.8em;
        font-weight: bold;
        text-align: center;
    }

    /* common
    ==========================*/
    .sec {}

    li {
        list-style: none;
    }

    .img {
        vertical-align: bottom;
        object-fit: cover;
    }

    .text {
        font-size: 1.2em;
        text-align: center;
        display: block;
    }

    .price {
        font-size: 1.6em;
        text-align: center;
        font-weight: bold;
        color: #DC000C;
    }

    .tax {
        font-size: 0.6em;
    }

    span.chuui {
        color: red;
    }

    .more {
        border: solid 1px;
        border-radius: 10px;
        width: 60%;
        margin: auto;
        padding: 15px;
        margin-bottom: 50px;
        margin-top: 50px;
    }

    /* 【共通】ボタン 
==========================*/
    section.botan_area {
        width: 80%;
        text-align: center;
        margin: 0 auto;
    }

    .btn_area .btn {
        padding: 20px 0;
        font-size: 1.6em;
        display: block;
        position: relative;
        transition: 0.3s;
        border-radius: 100px;
    }

    .btn_area .btn img {
        position: absolute;
        right: 6.5%;
        top: 50%;
        transform: translateY(-50%);
        width: 25px;
        transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    .btn_area .btn:hover img {
        right: 6%;
    }

    .btn_area .btn:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        transform-origin: right top;
        transform: scale(0, 1);
        transition: transform 0.3s;
        background: #FAD2BC;
    }

    .btn_area .btn:hover:before {
        transform-origin: left top;
        transform: scale(1, 1);
    }

    .btn_area .btn span {
        position: relative;
        z-index: 1;
    }

    .btn_01 .btn {
        background: #e87822;
        color: #ffff;
    }

    .btn_01 .btn:before {
        background: #FAD2BC;
    }

    .btn_02 .btn {
        background: #e87822;
        color: #4d3924;
    }

    .btn_02 .btn:before {
        background: #FF6700;
    }

    .btn_2 {
        background: #F7CD46;
        border: 1px solid #F7CD46;
        margin: 10px;
        padding: 2px;
        font-size: 1.2em;
        color: #000;
    }

    /* fl */
    .fl {}

    .fl img {
        width: 90%;
        margin: 30px 0;
    }

    .fl p {
        padding: 0 10px;
        margin: 0 auto;
    }

    /* h2 */

    .dog_food h2 {
        border-left: 3px solid var(--main-color);
        background: var(--main-color-3);
        padding: 10px 20px;
        margin: 50px 0 30px;
        font-size: 1.8em;
        background: linear-gradient(transparent 80%, #fff100 35%);
        display: inline-block;
    }

    /* h3 */
    .dog_food h3 {
        position: relative;
        padding: 15px 0;
        margin: 0 30px;
        font-size: 1.4em;
    }


    section.sec.point {
        background: #F6ECE2;
        padding: 20px;
        padding: 20px;
    }



}