/* 共通 ーーーーーーーーーーーーーーーーーーー*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 筑紫A丸ゴシック;
    font-weight: normal;
}
img{
   max-width:100%;
}
a{
    text-decoration: none;
    color: #ba0c03;
    font-size: 16px;
}
p{
    color: #ba0c03;
    letter-spacing: 0.2rem;
    line-height: 2;
    font-size: 15px;
}
h2,h3,h4{
    color: #ba0c03;
}

li{
    list-style: none;
}

.container{
    max-width: 1920px;
}

.title{
    padding:80px 0px 80px 50px;;
    font-size: 20px;
}
.btns{
    text-align: center;
}
.btn {
    margin-top: 80px;
    display: inline-block;
    color: #005CC1;
    border: 1px solid #005CC1;
    border-radius: 30px;
    padding: 10px 30px;
}
.btn:hover{
    color:#fff;
    background-color: #005CC1;
}

/* ーーーーーーーーーーーーーーーーーーーーー*/

/* top------------------------------- */

/* 背景画像切り替わり */
.zoom-fade {
    width: 100%;
    height: 100vh;
  }
  
  .zoom-fade__item {
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  
  .zoom-fade__item:first-child {
    background-image: url(img/top/top1.JPG);
    height:  100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  
  .zoom-fade__item:nth-child(2) {
    background-image: url(img/top/top2.JPG);
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .zoom-fade__item:nth-child(3) {
    background-image: url(img/top/top3.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .zoom-fade__item:nth-child(4) {
    background-image: url(img/top/top4.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
.burger{
    display: none;
}
.b-menu .cancel{
    position: absolute;
    top: 0;
    right: 30px;
    width: 20px;
}
.b-menui li{
margin:0 50px;
}
.b-a{
    font-weight: bold;
}
.b-menu li.b-logo{
    width: 50%;
    margin: 0 auto;
}
.b-menu{
display:none;
}
/* ーーーーーーーーー */


.stock-wrapper{
    position: relative;
}

.top-logo{
    width: 20%;
    margin: 0 auto;
    padding-top: 150px;
    position: absolute;
    top: 20px;
    left: 580px;
}
.top-logo img{
    width: 100%;
}

header {
    padding:30px;
    width: 100%;
    position: fixed;
    z-index: 10;
}

header nav{
    float: inline-end;
}

.menu{
    display: flex;
}

.menu li{
    margin: 0 15px;
}
.list{
    margin: 0 3px;

}
.menu li :hover{
    border-bottom: #ba0c03 1px solid;
}

/* ーーーーーーーーーーーーーーーーーーーーー*/
.picnics{
    width: 100%;
    display: flex;
}
.picnic{
    width: 25%;
}
.picnic img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.arts{
    width: 100%;
    display: flex;
}
.art{
    width: 25%;
}
.art img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.z{
    padding-top: 40px;
}

.online-group{
    width: 100%;
    display: flex;
    padding: 0px 5px;
}
.online{
    width: 34%;
    padding: 0px 3px 0 3px;
    position: relative;
}
.online img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.online-text{
    position: absolute;
    top: 110px;
    left: 150px;
}

.stock-wrapper{
    text-align: center;
}

.stock-title{
    padding: 80px 0;
    margin-top: 80px;
    font-size: 20px;
    color: #fff;
}


.stocks{
    display: flex;
    justify-content: center;
}
.stock{
    padding: 0px 80px 80px 80px;
}

.store-name{
    font-size: 20px;
    color: #fff;
}
.place{
    font-size: 18px ;
    margin: 10px 0;
    color: #fff;
}
.adress{
    color: #fff;
    font-size: 15px;
}

.about-wrapper{
    height: 1000px;
}

.spoon{
    width: calc(50% - 50px);
}
.spoon img{
    width: 100%;
    height: 750px;
    object-fit: cover;
    margin: 0px 80px;
}

.dirty{
    display: flex;
}

.dirty-spoon{
    text-align: center;
    border-bottom: 1px solid #ba0c03;
    padding-bottom: 35px;
}

.about{
    padding: 80px 0 0 180px;
}

.about-t{
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
}

.about-l{
    margin-top: 50px;
}

.bg-color{
    background-color:#ba0c03;
    height: 100vh;
}

footer{
    padding: 30px 0;
    border-top:solid 1px #ba0c03;
    width: 100%;
    text-align: center;
}

.f-text{
    opacity: 0.6;
    padding:0 0 0 260px;
}

.f-menu{
    display: flex;
    justify-content: center;
    align-items: center;
}


.sns{
    width: 10%;
    margin: 8px 80px 0 0;
}

.instagram img{
    width: 15%;
    opacity: 0.5;
}
.instagram img:hover{
    opacity: 1.0;
}


 #prop .member{
        font-size: 20px;
        margin: 0 50px 0 0;
    }

#prop .persons{
        padding: 30px 100px;
        display: flex;
        align-items: center;
    }
   #prop .person{
        margin: 0px 18px;
        font-size: 15px;
        color: #ba0c03;
    }
    #prop .person :hover{
        opacity: 0.5;
    }

    .mgr-10{
        margin-right: 8px;
    }
    #prop .prop-wrapper{
        width: 100%;
    }

    #prop .props{
    width: auto;
    margin: 0 100px;
    max-width: 600px;
    }

    #prop .prop{
        width: 100%;
        margin: 100px 0;
    }

    #prop .prop img{
        width: 100%;
    }

    #prop .top-btn{
        padding: 30px 50px 0 0;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10;
    }
    footer{
    padding: 30px 0;
    border-top:solid 1px #ba0c03;
    width: 100%;
    text-align: center;
}

.f-text{
    opacity: 0.6;
    padding:0 0 0 260px;
}

.f-menu{
    display: flex;
    justify-content: center;
    align-items: center;
}


#prop .sns{
    width: 10%;
    margin: 8px 80px 0 0;
}

.instagram img{
    width: 15%;
    opacity: 0.5;
}
.instagram img:hover{
    opacity: 1.0;
}


@media screen and (max-width: 767px){
        /* バーガー */
        .burger{
            width: 40px;
            height: 40px;
            background-image:url(img/sns/buger-removebg-preview\ \(1\).png);
            background-size: 34px 34px;
            background-repeat: no-repeat;
            background-position: center;
            margin: 20px 0 0 80px;
            display: block;
        }

        .b-menu{
            width: 100vw;
            height: 100vh;
            position: fixed;
            background-color: #fff;
            top: 0;
            left: 0;
            z-index: 1;
            text-align: center;
            padding: 120px 0;
            display: none;
        }
        .b-menu.is-active{
            display: block;
        }
        .burger.is-active{
            background-image: url(img/sns/cancel.jpg);
        }

        .b-menu li{
            margin: 60px 0;
        }

        .b-text{
            color: #ba0c03;
        }
        /* ーーーーー */
        .top-logo{
            width: 250px;
            margin: 0 auto;
            padding-top: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -125px;
            margin-top: -166px;
        }
        header nav{
            display: flex;
            align-items: center;

        }
        .menu{
            display: none;
        }
    .art-wrapper{
        text-align: center;
    }
    .title{
        padding: 80px 0;
        font-size: 15px;
    }
    .online-wrapper{
        text-align: center;
    }

    .stock-title{
        font-size: 15px;
    }
    .stocks{
        display: block;
    }
    .store-name{
        font-size: 15px;
    }
    .place{
        font-size: 15px;
    }
    .adress{
        font-size: 12px;
    }
    .bg-color{
        height: 1120px;
    }
    .about-wrapper{
        text-align: center;
    }
    .dirty{
        display: block;
    }
    .spoon{
        width: 100%;
        padding:0 40px;
    }
    .spoon img{
        margin: 0;
    }
    .about-wrapper{
        height: 1560px;
    }
    .about{
        padding:80px 0 0 0;
        width: 100%;
    }
    .dirty-spoon{
        width: 80%;
        margin: 0 auto;
    }

    .about-t{
        font-size: 15px;
    }
    .about-p{
        font-size: 12px;
    }

    .f-text{
        margin: 0;
        padding:0 30px 0 60px;
    }

    .f-menu{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sns{
        width: 5%;
        margin: 8px 0 0 0;
    }
    .instagram img{
        width: 100%;
    }

    #prop{
        .prop-wrapper{
            width: 100%;
        }

        .persons{
            display: block;
            padding: 50px 0 0 45px;
        }
        .person{
            margin: 0;
        }
        .member{
            margin: 0 0 10px 0;
        }
        .props{
            width: 80%;
            margin: 0 auto;
            padding: 0;
        }

        .props img{
            width: 100%
        };


.f-text{
    margin: 0;
    padding:0 30px 0 60px;
}

.f-menu{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sns{
    width: 5%;
    margin: 8px 0 0 0;
}
.instagram img{
    width: 100%;
}
    }
.btn{
padding: 8px 15px;
font-size:12px;
}
}
