@charset "utf-8";
@media screen and (max-width:767px){
/* スマホ用リセットCSS */
*{
  margin: 0;
  padding: 0;
}
li{
  list-style: none;
}
img{
    display: block;
    width: 100%;
    height: auto;
  }
  a{
    text-decoration: none;
    color:#fff;
  }
  body{
    font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    background-color: #000;  
    color: #fff;
    overflow-x: hidden
  }
.sp{
      display: block;
  }
.pc{
      display: none;
  }
.hidden-sp{
    display: none;
  }
header{
  width: 100%;
  height: 245px;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
#back{
  margin: 20px 0 0 20px;
  font-size: 14px;
  color: #454eff;
}
h1{
  position: relative;
  text-align: center;
  margin-top: 50px;
}
h1 span{ 
  font-weight: 700;
  z-index: 2;
  display: inline-block;
  font-size: 50px;
}
h1 small{
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;  
}
#comment{
  font-weight: 600;
    font-size: 11px;
    position: absolute;
    left: 0;
    width: 100%;  
    text-align: center;
    margin-top: 45px;
}
#comment p {
  margin-top: 10px; 
}
main{
  padding: 0 1rem;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
#menu_wrapper{
  margin: auto;
  height: 3900px;
  width: 100%;
}
.menu_tab{
  position: sticky;
  top: 0px;
  padding-top: 15px;
  letter-spacing: 1px;
  background: #000000;
  z-index: 10;
}
.menu_tab-inner{
  display: flex;
  width: 100%;
  margin: auto;
}
.menu_tab-inner .tab, .menu_tab-inner_drink, .menu_tab-inner_food {
  position: relative;
  width: 50%;
  text-align: center;
  font-size: 27px;
  padding: 5px 0;
  padding-top: 9px;
  background-color: #333333;
  transition: background-color 0.3s ease;
}
.menu_tab-inner .tab a, .menu_tab-inner_drink a, .menu_tab-inner_food a {
  display: block;
  text-decoration: none;
  color: #ffffff;
}
/* DRINK タブがアクティブ時のスタイル */
.menu_tab-inner_drink.active {
  background-color: #454eff;
  color: #ffffff;
}
/* FOOD タブがアクティブ時のスタイル */
.menu_tab-inner_food.active {
  background-color: #bdff2f;
  color: #ffffff;
}
#drink_menu_color{
  height: 31px;
  color: #ffffff;
  background-color: #454eff;
  border: none;
  margin-top: 15px;
  font-size: 24px;
  text-align: center;
  padding-top: 8px;
}
.drink_type_title{
  font-size: 20px;
  color: #454eff;
  margin-bottom: 0.5rem;
  border-bottom: 0.2rem solid #454eff;
  margin-top: 1.5rem;
  padding: 3px 0px;
}
.drink_menu{
  width: 100%;
  display: flex;
  justify-content: space-between;
  /* margin: auto; */
}
.drink_menu li{
  width: 47%;
}
.drink_type{
  font-size: 18px;
  /* margin-bottom: 2.6rem; */
  border-bottom: .1rem solid #fff;
  margin-top: 3rem;
  padding: 0 1px;
}
.menu-item{
  display: flex;
  justify-content: space-between;
  padding: 10px 1px;
  border-bottom: 1px solid #a1a1a1;
  /* margin-top: 10px; */
  font-size: 12px;
  /* margin-bottom: 1rem; */
}
/* FOOD */
#food_menu_color{
  height: 31px;
  background-color: #bdff2f;
  border: none;
  margin-top: 15px;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  padding-top: 8px;
}
.food_type_title{
  font-size: 20px;
  color: #bdff2f;
  margin-bottom: 0.5rem;
  border-bottom: 0.2rem solid #bdff2f;
  margin-top: 1.5rem;
  padding: 3px 0px;
}
.food_menu{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.food_menu li{
  width: 47%;
}
.menu-item2{
  margin-top: 13px;
}
.menu-price{
  margin-top: 13px;
}
}