@charset "UTF-8";

/*-----------------------------------------------------*/
/* PC用 */
/*-----------------------------------------------------*/
@media only screen and (min-width: 1181px) {

    .container {
        width: 100%;
        text-align: center;
        /* margin: 0 auto; */
        /* ↑90-95%の時は真ん中に行くようにきいてくれる */
        color: black;
    }

    img {
        pointer-events: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-touch-callout: none;
        -moz-user-select: none;
        user-select: none;
        -webkit-touch-callout: none
    }

    .container h2 {
        font-size: 56px;
        font-weight: normal;
    }

    .container h3 {
        font-size: 53px;
        padding-bottom: 15px;
        font-weight: normal;
    }

    .container p {
        font-size: 35px;
    }

    .navi {
        display: none;
    }

    .header {
        /* background-color: #57a2c7; */
        width: 100%;
        display: flex;
        justify-content: center;
        font-family: "Noto Serif JP", serif;
        align-items: center;
    }

    .header1 {
        /* background-color: blueviolet; */
        /* width: 20%; */
        width: 20%;
        text-align: center;
    }

    .header1 img {
        width: 100%;
    }

    .header2 {
        /* background-color: burlywood; */
        width: 60%;
    }

    .header2 ul {
        display: flex;
        list-style: none;
        font-size: 20px;
        justify-content: space-around;
    }

    .header2 ul a {
        color: black;
        text-decoration: none;
    }

    .about {
        width: 100%;
        height: 700px;
        margin-top: 50px;
        display: flex;
        justify-content: center;
    }

    .about1 {
        width: 55%;
    }

    .about1 img {
        width: 100%;
        height: 700px;
        object-fit: cover;
    }

    .about2 {
        width: 40%;
        text-align: center;
    }

    .about3 {
        padding-top: 90px;
        padding-left: 20px;
    }

    .menu {
        width: 100%;
        height: 700px;
        margin-top: 200px;
        display: flex;
        justify-content: center;
    }

    .menu1 {
        width: 40%;
        text-align: center;
    }

    .menu2 {
        padding-top: 20px;
    }

    .menu3 {
        width: 60%;
        margin: 15px auto 0px;
    }

    .menu3 ul {
        display: flex;
        list-style: none;
    }

    .menu3 img {
        width: 100%;
        height: 120px;
    }

    .menu4 {
        width: 55%;
    }

    .menu4 img {
        width: 100%;
        height: 700px;
        object-fit: cover;
    }

    .deli {
        width: 100%;
        height: 700px;
        margin-top: 200px;
        display: flex;
        justify-content: center;
    }

    .deli1 {
        width: 55%;
    }

    .deli1 img {
        width: 100%;
        height: 700px;
        object-fit: cover;
    }

    .deli2 {
        width: 40%;
        text-align: center;
    }

    .deli3 {
        padding-top: 90px;
        padding-left: 20px;
    }

    .bestselling {
        width: 80%;
        text-align: center;
        margin: 200px auto 0px auto;
        font-family: "Noto Serif JP", serif;
    }

    .bestselling1 {
        padding-top: 15px;
    }

    .bestselling1 img {
        width: 100%;
    }

    .info {
        width: 80%;
        height: 450px;
        display: flex;
        text-align: center;
        margin: 200px auto 0px auto;
        font-family: "Noto Serif JP", serif;
    }

    .info1 {
        width: 40%;
        padding-top: 40px;
    }

    .info2 {
        margin-top: 30px;
    }

    .info2 p {
        font-size: 20px;
    }

    .info3 {
        margin-top: 20px;
    }

    .info3 img {
        width: 150px;
        height: 70px;
    }

    .info4 {
        width: 60%;
    }

    .footer {
        background-color: white;
        text-align: center;
        margin: 0 auto;
        /* width: 500px; */
        width: 100%;
        height: 500px;
        position: relative;
    }

    .footer img {
        /* width: 100%; */
        width: 500px;
    }

    .footer p {
        position: absolute;
        top: 65%;
        left: 47%;
        font-size: 15px;
        color: black;
        padding: 0;
        margin: 0;
    }

}





























/*-----------------------------------------------------*/
/* タブレット用のCSS */
/*-----------------------------------------------------*/
@media only screen and (min-width:600px) and (max-width:1180px) {

    .container {
        width: 100%;
        text-align: center;
        /* margin: 0 auto; */
        /* ↑90-95%の時は真ん中に行くようにきいてくれる */
        color: black;
    }

    img {
        pointer-events: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-touch-callout: none;
        -moz-user-select: none;
        user-select: none;
        -webkit-touch-callout: none
    }

    .container h2 {
        font-size: 25px;
        font-weight: normal;
    }

    .container h3 {
        font-size: 25px;
        padding-bottom: 10px;
        font-weight: normal;
    }

    .container p {
        font-size: 15px;
    }

    .navi {
        display: none;
    }

    .header {
        width: 80%;
        display: flex;
        text-align: center;
        font-family: "Noto Serif JP", serif;
        margin: 0 auto;
    }

    .header1 {
        width: 20%;
        text-align: center;
        margin-top: 30px;
    }

    .header1 img {
        width: 100%;
    }

    .header2 {
        width: 80%;
    }

    .header2 ul {
        display: flex;
        list-style: none;
        font-size: 13px;
        padding-top: 80px;
        justify-content: space-around;
    }

    .header2 ul a {
        color: black;
        text-decoration: none;
    }

    .about {
        /* background-color: blueviolet; */
        width: 90%;
        margin: 20px auto 0 auto;
        display: flex;
        text-align: center;
    }

    .about1 {
        width: 50%;
    }

    .about1 img {
        width: 100%;
    }

    .about2 {
        width: 50%;
        text-align: center;
        padding-top: 10px;
    }

    .menu {
        /* background-color: blueviolet; */
        width: 90%;
        margin: 100px auto 0 auto;
        text-align: center;
        display: flex;
    }

    .menu1 {
        width: 100%;
    }

    .menu2 {
        padding-top: 10px;
    }

    .menu3 {
        /* background-color: burlywood; */
        width: 45%;
        margin: 10px auto 0 auto;
    }

    .menu3 ul {
        width: 100%;
        display: flex;
        list-style: none;
    }

    .menu3 img {
        width: 100%;
    }

    .menu4 {
        width: 100%;
        padding-top: 25px;
    }

    .menu4 img {
        width: 100%;
    }

    .deli {
        /* background-color: blanchedalmond; */
        width: 90%;
        margin: 150px auto 0 auto;
        text-align: center;
        display: flex;
    }

    .deli1 {
        width: 100%;
    }

    .deli1 img {
        width: 100%;
    }

    .deli2 {
        width: 100%;
        text-align: center;
    }

    .deli3 {
        padding-top: 10px;
    }

    .bestselling {
        /* background-color: blueviolet; */
        width: 90%;
        text-align: center;
        margin: 150px auto 0px auto;
        font-family: "Noto Serif JP", serif;
    }

    .bestselling1 {
        padding-top: 15px;
    }

    .bestselling1 img {
        width: 100%;
    }

    .info {
        /* background-color: cadetblue; */
        width: 90%;
        margin: 100px auto 0px auto;
        font-family: "Noto Serif JP", serif;
        text-align: center;
    }

    .info1 {
        width: 100%;
    }

    .info2 {
        margin-top: 10px;
    }

    .info2 p {
        font-size: 20px;
    }

    .info3 {
        margin-top: 20px;
    }

    .info3 img {
        width: 150px;
        height: 70px;
    }

    .info4 {
        width: 100%;
        margin-top: 30px;
    }

    .footer {
        background-color: white;
        text-align: center;
        margin: 0 auto;
        width: 100%;
        height: 300px;
        position: relative;
    }

    .footer img {
        /* width: 100%; */
        width: 300px;
    }

    .footer p {
        position: absolute;
        top: 65%;
        left: 42%;
        font-size: 15px;
        color: black;
        padding: 0;
        margin: 0;
    }

}






























/*-----------------------------------------------------*/
/* スマホ用のCSS */
/*-----------------------------------------------------*/
@media only screen and (max-width: 599px) {

    .container {
        width: 100%;
        text-align: center;
        /* margin: 0 auto; */
        /* ↑90-95%の時は真ん中に行くようにきいてくれる */
        color: black;
    }

    img {
        pointer-events: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-touch-callout: none;
        -moz-user-select: none;
        user-select: none;
        -webkit-touch-callout: none
    }

    /* ↓5-1-16ナビゲーションコピペ----------------------------- */

    /*========= ナビゲーションのためのCSS ===============*/

    /*アクティブになったエリア*/
    #g-nav.panelactive {
        /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
        position: fixed;
        z-index: 999;
        top: 0;
        width: 100%;
        height: 100vh;
    }

    /*丸の拡大*/
    .circle-bg {
        position: fixed;
        z-index: 3;
        /*丸の形*/
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: #999;
        /*丸のスタート位置と形状*/
        transform: scale(0);
        /*scaleをはじめは0に*/
        top: -50px;
        left: calc(50% - 50px);
        /*50%から円の半径を引いた値*/
        transition: all .6s;
        /*0.6秒かけてアニメーション*/
    }

    .circle-bg.circleactive {
        transform: scale(50);
        /*クラスが付与されたらscaleを拡大*/
    }

    /*ナビゲーションの縦スクロール*/
    #g-nav-list {
        display: none;
        /*はじめは表示なし*/
        /*ナビの数が増えた場合縦スクロール*/
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100vh;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    #g-nav.panelactive #g-nav-list {
        display: block;
        /*クラスが付与されたら出現*/
    }

    /*ナビゲーション*/
    #g-nav ul {
        opacity: 0;
        /*はじめは透過0*/
        /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
        position: absolute;
        z-index: 999;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    /*背景が出現後にナビゲーションを表示*/
    #g-nav.panelactive ul {
        opacity: 1;
    }

    /* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
    #g-nav.panelactive ul li {
        animation-name: gnaviAnime;
        animation-duration: 1s;
        animation-delay: .2s;
        /*0.2 秒遅らせて出現*/
        animation-fill-mode: forwards;
        opacity: 0;
    }

    @keyframes gnaviAnime {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }


    /*リストのレイアウト設定*/
    #g-nav li {
        text-align: center;
        list-style: none;
    }

    #g-nav li a {
        color: #333;
        text-decoration: none;
        padding: 10px;
        display: block;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-weight: bold;
    }


    /*========= ボタンのためのCSS ===============*/
    .openbtn {
        position: fixed;
        z-index: 9999;
        /*ボタンを最前面に*/
        top: 10px;
        right: 10px;
        cursor: pointer;
        width: 50px;
        height: 50px;
    }

    /*×に変化*/
    .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background-color: #666;
        width: 45%;
    }

    .openbtn span:nth-of-type(1) {
        top: 15px;
    }

    .openbtn span:nth-of-type(2) {
        top: 23px;
    }

    .openbtn span:nth-of-type(3) {
        top: 31px;
    }

    .openbtn.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }

    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }

    .openbtn.active span:nth-of-type(3) {
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }

    /* ↑5-1-16ナビゲーションコピペ----------------------------- */

    .container h2 {
        font-size: 20px;
        font-weight: normal;
    }

    .container h3 {
        font-size: 15px;
        padding-bottom: 10px;
        font-weight: normal;
    }

    .container p {
        font-size: 14px;
    }

    .header {
        width: 80%;
        display: flex;
        text-align: center;
        font-family: "Noto Serif JP", serif;
        margin: 0 auto;
    }

    .header1 {
        /* background-color: cadetblue; */
        width: 40%;
        text-align: center;
        margin: 10px auto 0 auto;
    }

    .header1 img {
        width: 100%;
    }

    .header2 {
        width: 80%;
        display: none; 
    }

    .header2 ul {
        display: flex;
        list-style: none;
        font-size: 13px;
        padding-top: 80px;
        justify-content: space-around;
        display: none; 
    }

    .header2 ul a {
        color: black;
        text-decoration: none;
        display: none; 
    }

    .about {
        /* background-color: blueviolet; */
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }

    .about1 {
        width: 100%;
    }

    .about1 img {
        width: 100%;
    }

    .about2 {
        width: 100%;
        text-align: center;
        padding-top: 10px;
    }

    .menu {
        /* background-color: blueviolet; */
        width: 90%;
        margin: 50px auto 0 auto;
        text-align: center;
        display: flex;
        flex-direction: column;  /* 子要素を縦に並べる */
    }

    .menu1 {
        width: 100%;
        order: 2;  /* menu2を2番目に表示 */
    }

    .menu2 {
        padding-top: 10px;
    }

    .menu3 {
        /* background-color: burlywood; */
        width: 45%;
        margin: 10px auto 0 auto;
    }

    .menu3 ul {
        width: 100%;
        display: flex;
        list-style: none;
    }

    .menu3 img {
        width: 100%;
    }

    .menu4 {
        width: 100%;
        padding-top: 25px;
        order: 1;  /* menu4を最初に表示 */
    }

    .menu4 img {
        width: 100%;
    }

    .deli {
        /* background-color: blanchedalmond; */
        width: 80%;
        margin: 50px auto 0 auto;
        text-align: center;
    }

    .deli1 {
        width: 100%;
    }

    .deli1 img {
        width: 100%;
    }

    .deli2 {
        width: 100%;
        text-align: center;
    }

    .deli3 {
        padding-top: 10px;
    }

    .bestselling {
        /* background-color: blueviolet; */
        width: 90%;
        text-align: center;
        margin: 80px auto 0 auto;
        font-family: "Noto Serif JP", serif;
    }

    .bestselling1 {
        padding-top: 15px;
    }

    .bestselling1 img {
        width: 100%;
    }

    .info {
        /* background-color: cadetblue; */
        width: 80%;
        margin: 50px auto 0 auto;
        font-family: "Noto Serif JP", serif;
        text-align: center;
    }

    .info1 {
        width: 100%;
    }

    .info2 {
        margin-top: 10px;
    }

    .info2 p {
        font-size: 14px;
    }

    .info3 {
        margin-top: 20px;
    }

    .info3 img {
        width: 80px;
        height: 45px;
    }

    .info4 {
        width: 100%;
        margin-top: 30px;
    }

    .info iframe {
        width: 100%;  /* 幅を100%に設定 */
        height: 250px; /* 高さを調整（必要に応じて変更） */
        border: none;
    }

    .footer {
        background-color: white;
        text-align: center;
        margin: 0 auto;
        width: 100%;
        height: 200px;
        position: relative;
    }

    .footer img {
        width: 200px;
    }

    .footer p {
        position: absolute;
        top: 62%;
        left: 40%;
        font-size: 10px;
        color: black;
        padding: 0;
        margin: 0;
    }

}