@charset "utf-8";
@media screen and (min-width:768px) {
/* リセットCSS　*/
*{
  margin: 0;
  padding: 0;
}
li{
  list-style: none;
}
img{
  display: block;
}
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: none;
}
.pc{
  display: block; 
}
header{
  width: 100%;
  height: 470px;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
#back{
  margin-left: 50px;
  margin-top: 50px;
  font-size: 20px;
  color: #35dfe5;
}
h1{
  position: relative;
  text-align: center;
}
h1 span{
  font-weight: 700;
  z-index: 2;
  display: inline-block;
  font-size: 90px;
  margin-top: 150px;
}
h1 small{
  font-weight: 600;
  font-size: 20px;
  position: absolute;
  bottom: -36px;
  left: 0;
  width: 100%;  
}
#comment{
  font-weight: 600;
  font-size: 16px;
  position: absolute;
  left: 0;
  width: 100%;  
  text-align: center;
  margin-top: 75px;
}
#comment p {
  margin-top: 23px;
}
main{
  padding: 0 6.2rem;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#menu_wrapper{
  margin: auto;
  height: 11700px;
  width: 100%;
}
.menu_tab{
  position: sticky;
  top: 0px;
  padding-top: 25px;
  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: 38px;
  padding: 12px 0;
  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;
  width: 100%;
  height: 100%;
}
.menu_tab-inner_drink:hover {
  background-color: #35dfe5;
}
.menu_tab-inner_food:hover {
  background-color: #c927ff;
}
.menu_tab-inner_drink.active {
  background-color: #35dfe5;
  color: #ffffff;
}
.menu_tab-inner_food.active {
  background-color: #c927ff;
  color: #ffffff;
}
#drink_menu_color{
  height: 50px;
  color: #ffffff;
  background-color: #35dfe5;
  border: none;
  margin-top: 60px;
  font-size: 33px;
  text-align: center;
  padding-top: 20px;
}
.drink_type_title{
  font-size: 30px;
  color: #35dfe5;
  margin-bottom: 1rem;
  border-bottom: 0.3rem solid #35dfe5;
  margin-top: 2rem;
  padding: 10px 0px;
}
.drink_menu{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.drink_menu li{
  width: 47%;
}
.drink_menu2 li{
  width: 100%;
}
.drink_type{
  font-size: 30px;
  margin-bottom: 1.6rem;
  border-bottom: .1rem solid #fff;
  margin-top: 3rem;
  padding: 10px 0px;
}
.menu-item{
  display: flex;
  justify-content: space-between;
  padding: 22px 0;
  border-bottom: 1px solid #a1a1a1;
  margin-top: 10px;
  font-size: 20px;
  margin-bottom: 1rem;
}
.menu-item2{
  margin-top: 30px;
  font-size: 20px;
  margin-bottom: 1rem;
}
/* FOOD */
#food_menu_color{
  height: 50px;
  color: #ffffff;
  background-color: #c927ff;
  border: none;
  margin-top: 60px;
  font-size: 33px;
  text-align: center;
  padding-top: 20px;
}
.food_type_title{
  font-size: 30px;
  color: #c927ff;
  margin-bottom: 1rem;
  border-bottom: 0.3rem solid #c927ff;
  margin-top: 2rem;
  padding: 10px 0px;
}
.food_menu{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.food_menu li{
  width: 47%;
}
}