.subTitle {
  width: 100%;
  height: 6svh;
  padding-bottom: 50px;
}
.subTitle img {
  width: auto;
  height: 100%;
}
.comTop {
  padding-bottom: 50px;
}
.comTop p {
  width: 100%;
  height: auto;
}

.drinkText {
  text-align: center;
}
.foodText {
  text-align: center;
}

.Menuitem {
  padding-bottom: 100px;
}
.Menuitem li {
  padding:0 10px ;
}
.commoditySpace {
  padding-top: 50px ;
}
.menuNotice {
  margin: auto;
  border: solid 1px #346331;
  margin-bottom: 100px;
}
.menuNotice h4 {
  text-align: center;
  padding-top: 50px;
}
.menuNotice p {
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
}



/*==================================================
Flex 横幅調整
==================================================*/
@media screen and (min-width:750px)and (max-width:959px) {
  .comTop {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 50px;
    padding-bottom: 100px;
  }
  .comTopBlock {
    width: 100%;
    display: block;
  }
  .comTopBlock p {
    width: 70%;
    margin: auto;
  }
  .comTopBlock h3 {
    padding-top: 0px ;
  }
  .comTop div {
    width: 50%;
    height: auto;
  }
}
@media screen and (min-width:960px)and (max-width:1499px) {
  .subTitle {
    width: 100%;
    height: 7svh;
    padding-bottom: 50px;
  }
  .comTop {
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 50px;
    padding-bottom: 100px;
  }
  .comTopBlock {
    width: 100%;
    display: block;
  }
  .comTopBlock p {
    width: 70%;
    margin: auto;
  }
  .comTopBlock h3 {
    padding-top: 0px ;
  }
  .comTop div {
    width: 50%;
    height: auto;
  }
}
@media screen and (min-width:1500px) {
  .comTop {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 50px;
    padding-bottom: 100px;
  }
  .comTopBlock {
    width: 100%;
    display: block;
  }
  .comTopBlock p {
    width: 70%;
    margin: auto;
  }
  .comTopBlock h3 {
    padding-top: 0px ;
  }
  .comTop div {
    width: 50%;
    height: auto;
  }
}

/*==================================================
タブレット画面
==================================================*/
@media screen and (min-width:750px)and (max-width:959px) {
  .subTitle {
    width: 85%;
    margin: auto;
  }
  .drinkText {
    text-align: left;
  }
  .foodText {
    text-align: right;
  }
  .menuNotice {
    width: 50%;
  }
  .menuNotice p {
    padding: 20px 50px 50px 50px ;
  }

  .sliderFlex {
    width: 85%;
    height: auto;
    margin: auto;
    display: flex;
  }
  .sliderFlex img {
    width: auto;
    height: 100%;
  }
}
/*==================================================
パソコン画面
==================================================*/
@media screen and (min-width:960px)and (max-width:1499px) {
  .subTitle {
    width: 85%;
    margin: auto;
  }
  .drinkText {
    text-align: left;
  }
  .foodText {
    text-align: right;
  }
  .menuNotice {
    width: 50%;
  }
  .menuNotice p {
    padding: 20px 50px 50px 50px ;
  }
  .sliderFlex {
    width: 85%;
    height: auto;
    margin: auto;
    display: flex;
  }
  .sliderFlex img {
    width: auto;
    height: 100%;
  }
}

/*==================================================
パソコン大画面
==================================================*/
@media screen and (min-width:1500px) {
  .subTitle {
    width: 50%;
    margin: auto;
  }
  .drinkText {
    text-align: left;
  }
  .foodText {
    text-align: right;
  }
  .menuNotice {
    width: 50%;
  }
  .menuNotice p {
    width: 35%;
    padding: 20px 50px 50px 50px ;
    margin-left: auto;
    margin-right: auto;
    
  }

  .sliderFlex {
    width: 50%;
    height: auto;
    margin: auto;
    display: flex;
  }
  .sliderFlex img {
    width: auto;
    height: 100%;
  }
}














/*==================================================
Flex 横幅調整
==================================================*/
@media screen and (min-width:750px)and (max-width:959px) {
}
@media screen and (min-width:960px)and (max-width:1499px) {

}
@media screen and (min-width:1500px) {

}

/*==================================================
タブレット画面
==================================================*/
@media screen and (min-width:750px)and (max-width:959px) {

}

/*==================================================
パソコン画面
==================================================*/
@media screen and (min-width:960px)and (max-width:1499px) {

}

/*==================================================
パソコン大画面
==================================================*/
@media screen and (min-width:1500px) {

}