@charset "UTF-8";
@media screen and (min-width:850px) {

    /* PC版のcss */
    body {
        background-color: #ffffff;
    }

    body {
        font-family: "BIZ UDPゴシック", "BIZ UDPGothic", "メイリオ", "Meiryo", "sans-serif", serif;
    }

    * {
        margin: 0;
        padding: 0;
    }

    ul {
        list-style: none;
    }

    nav {
        list-style: none;
    }

    p {
        margin-top: 25px;
    }

    a {
        color: #AB7474;
        text-decoration: none;
    }

    h2 {
        text-align: center;
        margin-top: 150px;
        margin-bottom: 100px;
        font-weight: bold;
        color: #AB7474;
    }

    .HeaderInner {
        height: 90px;
        background-color: #c5f837;
        display: flex;
        justify-content: space-between;
        margin-top: -20px;
    }

    .HeaderInner-icon {
        height: 70px;
        display: flex;
        justify-content: flex-start;
        margin-top: 10px;
        color: #ab7474;
        font-weight: bold;
        font-size: 20px;
    }

    .HeaderInner-icon p {
        margin-top: 30px;
    }

    .HeaderInner-menu {
        display: flex;
        justify-content: flex-end;
        margin-top: 45px;
        gap: 40px;
        color: #ab7474;
        height: 80px;
        font-weight: bold;
    }

    .cart {
        display: flex;
        justify-content: flex-end;
        margin-top: -15px;
        padding-right: 20px;
    }

    .shopDonut1 {
        display: flex;
        justify-content: center;
        gap: 50px;
        margin-bottom: 30px;
    }

    .shopDonut2 {
        display: flex;
        justify-content: center;
        gap: 50px;
        margin-bottom: 30px;
    }

    .shopDonut3 {
        display: flex;
        justify-content: center;
        gap: 50px;
        margin-bottom: 350px;
    }

    .FooterInner {
        display: flex;
        justify-content: space-between;
        height: 100px;
        background-color: #c5f837;
        margin-bottom: -50px;
    }

    .FooterInner-icon {
        height: 70px;
        display: flex;
        justify-content: flex-start;
        color: #ab7474;
        font-weight: bold;
        font-size: 20px;
    }

    .FooterInner2 {
        float: right;
        margin-right: 250px;
        margin-top: -40px;
    }


    .FooterInner2-list li {
        display: inline-block;
        justify-content: space-around;
    }

    .FooterInner2-list li+li {
        border-left: 1px solid #714545;
        height: 1.5em;
        padding-left: 6px;
        padding-right: 6px;
    }

    .FooterInner2-instw {
        display: flex;
        justify-content: left;
        gap: 40px;
        margin-top: 15px;
    }

    .copy {
        display: flex;
        justify-content: flex-start;
        color: #000000;
        font-size: 10px;
        margin-left: 10px;
    }
}

@media screen and (max-width:849px) and (min-width:751px) {

    /* タブレット版のcss */

    body {
        background-color: #ffffff;
    }

    body {
        font-family: "BIZ UDPゴシック", "BIZ UDPGothic", "メイリオ", "Meiryo", "sans-serif", serif;
    }


    * {
        margin: 0;
        padding: 0;
    }

    ul {
        list-style: none;
    }

    nav {
        list-style: none;
    }

    p {
        margin-top: 25px;
    }

    a {
        color: #AB7474;
        text-decoration: none;
    }

    img {
        max-width: 80%;
    }

    .HeaderInner-icon img,
    .FooterInner-icon img,
    .FooterInner2-instw img,
    .cart img {
        max-width: 70%;
    }

    li {
        font-size: 15px;
    }

    h2 {
        text-align: center;
        margin-top: 150px;
        margin-bottom: 100px;
        font-weight: bold;
        color: #AB7474;
    }

    .HeaderInner {
        height: 80px;
        background-color: #c5f837;
        display: flex;
        justify-content: space-between;
    }

    .HeaderInner-icon {
        height: 70px;
        display: flex;
        justify-content: flex-start;
        color: #ab7474;
        font-weight: bold;
        font-size: 15px;
        margin-top: -10px;
    }

    .HeaderInner-menu {
        display: flex;
        justify-content: flex-end;
        margin-top: 35px;
        gap: 40px;
        color: #ab7474;
        height: 80px;
        font-weight: bold;
    }

    .cart {
        display: flex;
        justify-content: flex-end;
        margin-top: -20px;
        margin-right: 25px;
    }

    .shopDonut1 {
        display: flex;
        justify-content: center;
        gap: 40px;
        margin-bottom: 30px;
    }

    .shopDonut2 {
        display: flex;
        justify-content: center;
        gap: 40px;
        margin-bottom: 30px;
    }

    .shopDonut3 {
        display: flex;
        justify-content: center;
        gap: 40px;
        margin-bottom: 250px;
    }

    .FooterInner {
        display: flex;
        justify-content: space-between;
        height: 90px;
        background-color: #c5f837;
        margin-bottom: -50px;
    }

    .FooterInner-icon {
        height: 70px;
        display: flex;
        justify-content: flex-start;
        color: #ab7474;
        font-weight: bold;
        font-size: 15px;
    }

    .FooterInner2 {
        float: right;
        width: 460px;
        font-size: 8px;
        margin-top: -30px;
    }


    .FooterInner2-list li {
        display: inline-block;
        justify-content: space-around;
    }

    .FooterInner2-list li+li {
        border-left: 1px solid #714545;
        height: 1.5em;
        padding-left: 4px;
        padding-right: 4px;
    }

    .FooterInner2-instw {
        display: flex;
        justify-content: left;
        gap: 40px;
        margin-top: 10px;
    }

    .FooterInner2-instw img {
        width: 40px;
    }

    .copy {
        display: flex;
        justify-content: flex-start;
        color: #000000;
        margin-left: 10px;
        font-size: 10px;
    }
}


@media screen and (max-width:750px) {

    /* スマホ版のcss */
    body {
        background-color: #ffffff;
    }

    body {
        font-family: "BIZ UDPゴシック", "BIZ UDPGothic", "メイリオ", "Meiryo", "sans-serif", serif;
    }


    * {
        margin: 0;
        padding: 0;
    }

    ul {
        list-style: none;
    }

    nav {
        list-style: none;
    }
    
    p {
        margin-top: 25px;
    }

    a {
        color: #AB7474;
        text-decoration: none;
    }

    h2 {
        text-align: center;
        margin-top: 80px;
        margin-bottom: 70px;
        font-weight: bold;
        color: #AB7474;
    }

    main img {
        max-width: 70%;
    }

    .HeaderInner-icon img,
    .FooterInner-icon img,
    .FooterInner2-instw img {
        max-width: 70%;
    }

    li {
        font-size: 9px;
    }

    .HeaderInner {
        height: 60px;
        background-color: #c5f837;
        display: flex;
        justify-content: space-between;
    }

    .HeaderInner-icon {
        height: 50px;
        display: flex;
        justify-content: flex-start;
        color: #ab7474;
        font-weight: bold;
        font-size: 15px;
    }

    .HeaderInner-icon p {
        margin-top: 17px;
        margin-left: -20px;
    }

    .HeaderInner-menu {
        display: flex;
        justify-content: flex-end;
        margin-top: 23px;
        gap: 16px;
        color: #ab7474;
        font-weight: bold;
    }

    .cart {
        display: flex;
        justify-content: flex-end;
        margin-top: -10px;
        margin-right: 0px;
    }

    .cart img {
        max-width: 55%;
    }

    .shopDonut1 {
        display: flex;
        text-align: center;
        gap: 15px;
        margin-bottom: 30px;
    }

    .shopDonut2 {
        display: flex;
        text-align: center;
        gap: 15px;
        margin-bottom: 30px;
    }

    .shopDonut3 {
        display: flex;
        text-align: center;
        gap: 15px;
        margin-bottom: 140px;
    }

    .FooterInner {
        display: flex;
        justify-content: space-between;
        height: 77px;
        background-color: #c5f837;
        margin-bottom: -50px;
    }

    .FooterInner-icon {
        height: 70px;
        display: flex;
        justify-content: flex-start;
        color: #ab7474;
        font-weight: bold;
        font-size: 15px;
    }

    .FooterInner-icon p {
        margin-top: 15px;
        margin-left: -20px;
    }

    .FooterInner2 {
        float: right;
        width: 180px;
        margin-top: -25px;
    }


    .FooterInner2-list li {
        display: inline-block;
        justify-content: space-around;
    }

    .FooterInner2-list li+li {
        border-left: 1px solid #714545;
        height: 1.5em;
        padding-left: 4px;
        padding-right: 4px;
    }

    .FooterInner2-instw {
        display: flex;
        justify-content: left;
        gap: 30px;
        margin-top: 7px;
    }

    .FooterInner2-instw img {
        width: 25px;
    }

    .copy {
        display: flex;
        justify-content: flex-start;
        color: #000000;
        margin-left: 10px;
        margin-top: 10px;
        font-size: 8px;
    }
}