@charset "UTF-8";
/* 共通 */


.menu_mv{
  width: 100%;
}
.menu_mv div {
  position: fixed;
  bottom: 140px;
  right: 20px;
  box-sizing: border-box;
}
.menu_mv div p{
  font-size: 0.6rem;
  color: #fff;
  background-color: #746800;
  width: 35px;
  font-weight: 700;
  padding: 4px 0;
  border-radius: 5px;
  text-align: center;
}
/** 限定商品 **/
.menu_page {
  margin: 0 auto;
}
.menu_page h2{
  margin-top: 10px;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
}
.menu_page > div:first-of-type{
  width: 30px;
  height: 1.5px;
  margin-top: 3px;
  background-color: #746800;
}

/* グリッド */
.menu_grid{
  margin: 20px 7vw 160px;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 8px;
  row-gap: 1em;
  align-items: center;
}
.menu_grid div{
  padding: 8px;
  border-radius: 5px;
  background: #ffffff;
  border-color: #c8c8c8;
  box-shadow: .1em .1em 5px#bcbbbb ;
}
.menu_grid div img{
  width: 160px;
  padding: 1px 5px;
}
.menu_grid p{
  font-size: 0.8rem;
  color: #000;
  font-weight: 500;
}
/* たこ焼き値段　カード */
.menu_tako_nedan{
  text-align: center;
}
.menu_tako_nedan p{
  padding-left: 10px;
  padding-right: 10px;
}
.menu_tako_nedan p:first-of-type{
  padding-top: 10px;
}
.menu_tako_nedan p:last-of-type{
  padding-bottom: 10px;
}
/**** タブレット ****/
/* 481px以上に適用されるCSS（タブレット用） */
@media screen and (min-width: 481px) {
  .pc {
    display: none;
  }
  .sp_tb {
  /* タブレットで表示しないスマホ画像など */
    display: none !important ;
  }
  .tb{
  /* タブレットで表示しないスマホ画像など */
    display: block !important;
  }
  /* 固定 TOPボタン */
  .menu_mv div {
    position: fixed;
    bottom: 160px;
    right: 50px;
    box-sizing: border-box;
  }
  /* 商品名 */
  .menu_page h2 {
    margin-top: 15px;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 700;
  }
  /* カード　3列 */
  .menu_page {
    margin: 0 auto;
    width: 570px;
  }
  .menu_grid {
    margin: 20px 0;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 8px;
    row-gap: 1em;
    align-items: center;
    padding-bottom: 150px;
  }
  /* 背景画像 */
  main{
    background-image:none
  }
}
