@charset "UTF-8";
.sp_br {
  display: none;
}
.pc_br {
  display: block; /* PCを改行して */
}
/* 画面幅が1140px以上の時は */
@media screen and (max-width: 768px) {
  .pc_br {
    display: none; /* PCを改行して */
  }
  .sp_br {
    display: block;
  }
}
/*アコーディオン全体*/
.menu_list_title {
  list-style: none;
  margin: 0 auto;
}
.menu_list_title li {
  margin: 10px 0;
}
.menu_list_title section {
  border: 1px solid #ccc;
}
/*　closeというクラスがついたら形状変化　*/
.menu_background.close::before {
  transform: rotate(45deg);
}
.menu_background.close::after {
  transform: rotate(-45deg);
}
/* お品書き↓ */
.menu_background {
  position: relative;
  background-color: #FDE2BC;
  border-radius: 40px;
}
.menu_list_title, inner {
  text-align: center;
  margin-top: 115px;
  padding: 20px 0;
  background-color: #FDBB64;
  border-radius: 20px;
  cursor: pointer;
}
@media(max-width:768px) {
  .menu_list_title, inner {
    margin-top: 45px;
  }
}
.menu_list_title h1 {
  font-size: 2.6rem;
  font-weight: 500;
}
.menu_list_title p {
  line-height: 2.0rem;
}
.menu_list_title span {
  font-size: 1.2rem;
}
.menu_list_group, inner {
  padding: 110px 0 40px;
  margin-top: -50px;
  margin-bottom: 115px;
  justify-content: center;
  border-radius: 0 0 40px 40px;
}
.all_you_can_menu, inner {
  max-width: 990px;
}
.all_you_can_menu_title, flex, inner {
  align-items: center;
  justify-content: flex-start;
  color: #FFF;
  background-color: #DB000B;
  border-radius: 15px;
  padding: 12px 0 12px 28px;
}
.all_you_can_menu_title p {
  padding-left: 20px;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.menu_list_group_1, flex {
  justify-content: center;
}
@media(max-width:768px) {
  .menu_list_group_1, flex {
    display: block;
  }
}
.menu_list_group_2, flex {
  justify-content: center;
  margin-top: 55px;
}
@media(max-width:768px) {
  .menu_list_group_2, flex {
    display: block;
  }
}
.menu_list_group_3, flex {
  justify-content: center;
  margin-top: 55px;
}
@media(max-width:768px) {
  .menu_list_group_3, flex {
    display: block;
  }
}
.menu_list_group_4, flex {
  justify-content: center;
  margin-top: 55px;
}
@media(max-width:768px) {
  .menu_list_group_4, flex {
    display: block;
  }
}
.menu_list_group_5, flex {
  justify-content: center;
  margin-top: 55px;
}
/* お造り・刺身↓ */
.otsukuri_group {
  width: 458px;
  margin-right: 75px;
}
@media(max-width:768px) {
  .otsukuri_group {
    width: 280px;
    margin: 0 auto;
  }
}
.otsukuri {
  padding: 10px 0;
  font-size: 2.6rem;
  color: #FFF;
  background-color: #DB000B;
  border-radius: 20px;
  padding-left: 28px;
}
@media(max-width:768px) {
  .otsukuri {
    padding: 5px 0;
    font-size: 2.0rem;
    color: #FFF;
    background-color: #DB000B;
    border-radius: 20px;
    text-align: center;
  }
}
.otsukuri_list {
  line-height: 4.0rem;
  padding-top: 35px;
  list-style: none;
}
.otsukuri_list dl {
  width: 458px;
}
@media(max-width:768px) {
  .otsukuri_list dl {
    width: 280px;
  }
}
.otsukuri_list dl dd {
  vertical-align: bottom;
  text-align: right;
}
/* 中華↓ */
.chinese_food_group {
  width: 458px;
}
@media(max-width:768px) {
  .chinese_food_group {
    width: 280px;
    margin: 0 auto;
  }
}
.chinese_food {
  padding: 10px 0;
  font-size: 2.6rem;
  color: #FFF;
  background-color: #DB000B;
  border-radius: 20px;
  padding-left: 28px;
}
@media(max-width:768px) {
  .chinese_food {
    padding: 5px 0;
    font-size: 2.0rem;
    color: #FFF;
    background-color: #DB000B;
    border-radius: 20px;
    text-align: center;
  }
}
.chinese_food_list {
  line-height: 4.0rem;
  padding-top: 35px;
  list-style: none;
}
.chinese_food_list dl {
  width: 458px;
}
@media(max-width:768px) {
  .chinese_food_list dl {
    width: 280px;
  }
}
.chinese_food_list dl dd {
  vertical-align: bottom;
  text-align: right;
}
/* 串焼き・鉄板焼き↓ */
.grilled_food_group {
  width: 458px;
  margin-right: 75px;
}
@media(max-width:768px) {
  .grilled_food_group {
    width: 280px;
    margin: 0 auto;
  }
}
.grilled_food {
  padding: 10px 0;
  font-size: 2.6rem;
  color: #FFF;
  background-color: #DB000B;
  border-radius: 20px;
  padding-left: 28px;
}
@media(max-width:768px) {
  .grilled_food {
    padding: 10px 0;
    font-size: 2.0rem;
    color: #FFF;
    background-color: #DB000B;
    border-radius: 20px;
    text-align: center;
  }
}
.grilled_food_list {
  line-height: 4.0rem;
  padding-top: 35px;
  list-style: none;
}
.grilled_food_list dl {
  width: 458px;
}
@media(max-width:768px) {
  .grilled_food_list dl {
    width: 280px;
  }
}
.grilled_food_list dl dt { /*これに幅合わせる*/
  letter-spacing: 0.1rem;
}
.grilled_food_list dl dd {
  width: 80px;
  letter-spacing: 0.1rem;
  vertical-align: bottom;
  text-align: right;
}
/* 揚げ物↓ */
@media(max-width:768px) {
  .fried_group {
    width: 280px;
    margin: 55px auto;
  }
}
.fried {
  padding: 10px 0;
  font-size: 2.6rem;
  color: #FFF;
  background-color: #DB000B;
  border-radius: 20px;
  padding-left: 28px;
}
@media(max-width:768px) {
  .fried {
    padding: 5px 0;
    font-size: 2.0rem;
    color: #FFF;
    background-color: #DB000B;
    border-radius: 20px;
    text-align: center;
  }
}
.fried_list {
  padding-top: 35px;
  list-style: none;
}
.fried_list dl {
  width: 458px;
}
@media(max-width:768px) {
  .fried_list dl {
    width: 280px;
  }
}
.fried_list span {
  line-height: 1.0rem;
}
.fried_list dl dd {
  vertical-align: bottom;
  text-align: right;
}
/* ごはん↓ */
.rises_group {
  width: 458px;
  margin-right: 75px;
}
@media(max-width:768px) {
  .rises_group {
    width: 280px;
    margin: 0 auto;
  }
}
.rises {
  padding: 10px 0;
  font-size: 2.6rem;
  color: #FFF;
  background-color: #DB000B;
  border-radius: 20px;
  padding-left: 28px;
}
@media(max-width:768px) {
  .rises {
    font-size: 2.0rem;
    text-align: center;
    padding: 5px 0;
  }
}
.rises_list {
  line-height: 4.0rem;
  padding-top: 35px;
  list-style: none;
}
.rises_list dl {
  width: 458px;
}
@media(max-width:768px) {
  .rises_list dl {
    width: 280px;
    letter-spacing: 0;
  }
}
.rises_list dl dd {
  vertical-align: bottom;
  text-align: right;
}
/* グラタン↓ */
.gratin_group {
  width: 458px;
}
@media(max-width:768px) {
  .gratin_group {
    width: 280px;
    margin: 55px auto;
  }
}
.gratin {
  padding: 10px 0;
  font-size: 2.6rem;
  color: #FFF;
  background-color: #DB000B;
  border-radius: 20px;
  padding-left: 28px;
}
@media(max-width:768px) {
  .gratin {
    padding: 5px 0;
    font-size: 2.0rem;
    color: #FFF;
    background-color: #DB000B;
    border-radius: 20px;
    text-align: center;
  }
}
.gratin_list {
  line-height: 4.0rem;
  padding-top: 35px;
  list-style: none;
}
.gratin_list dl {
  width: 458px;
}
@media(max-width:768px) {
  .gratin_list dl {
    width: 280px;
  }
}
.gratin_list dl dd {
  vertical-align: bottom;
  text-align: right;
}
/* オムレツ↓ */
.omelette_group {
  width: 458px;
  margin-top: 55px;
}
@media(max-width:768px) {
  .omelette_group {
    width: 280px;
    margin: 0 auto;
  }
}
.omelette {
  padding: 10px 0;
  font-size: 2.6rem;
  color: #FFF;
  background-color: #DB000B;
  border-radius: 20px;
  padding-left: 28px;
}
@media(max-width:768px) {
  .omelette {
    padding: 5px 0;
    font-size: 2.0rem;
    color: #FFF;
    background-color: #DB000B;
    border-radius: 20px;
    text-align: center;
  }
}
.omelette_list {
  line-height: 4.0rem;
  padding-top: 35px;
  list-style: none;
}
.omelette_list dl {
  width: 458px;
}
@media(max-width:768px) {
  .omelette_list dl {
    width: 280px;
  }
}
.omelette_list dl dd {
  vertical-align: bottom;
  text-align: right;
}
/* スープ↓ */
.soup_group {
  width: 458px;
  margin-top: 55px;
}
@media(max-width:768px) {
  .soup_group {
    width: 280px;
    margin: 55px auto;
  }
}
.soup {
  padding: 10px 0;
  font-size: 2.6rem;
  color: #FFF;
  background-color: #DB000B;
  border-radius: 20px;
  padding-left: 28px;
}
@media(max-width:768px) {
  .soup {
    padding: 5px 0;
    font-size: 2.0rem;
    color: #FFF;
    background-color: #DB000B;
    border-radius: 20px;
    text-align: center;
  }
}
.soup_list {
  line-height: 4.0rem;
  padding-top: 35px;
  list-style: none;
}
.soup_list dl {
  width: 458px;
}
@media(max-width:768px) {
  .soup_list dl {
    width: 280px;
  }
}
.soup_list dl dd {
  vertical-align: bottom;
  text-align: right;
}
/* 煮込み↓ */
.stew_group {
  width: 458px;
  margin-right: 75px;
}
@media(max-width:768px) {
  .stew_group {
    width: 280px;
    margin: 0 auto;
  }
}
.stew {
  padding: 10px 0;
  font-size: 2.6rem;
  color: #FFF;
  background-color: #DB000B;
  border-radius: 20px;
  padding-left: 28px;
}
@media(max-width:768px) {
  .stew {
    padding: 5px 0;
    font-size: 2.0rem;
    color: #FFF;
    background-color: #DB000B;
    border-radius: 20px;
    text-align: center;
  }
}
.stew_list {
  line-height: 4.0rem;
  padding-top: 35px;
  list-style: none;
}
.stew_list dl {
  width: 458px;
}
@media(max-width:768px) {
  .stew_list dl {
    width: 280px;
  }
}
.stew_list dl dd {
  vertical-align: bottom;
  text-align: right;
}
/* ミニ鍋↓ */
.hot_pot_group {
  width: 458px;
}
@media(max-width:768px) {
  .hot_pot_group {
    width: 280px;
    margin: 55px auto;
  }
}
.hot_pot {
  padding: 10px 0;
  font-size: 2.6rem;
  color: #FFF;
  background-color: #DB000B;
  border-radius: 20px;
  padding-left: 28px;
}
@media(max-width:768px) {
  .hot_pot {
    padding: 5px 0;
    font-size: 2.0rem;
    color: #FFF;
    background-color: #DB000B;
    border-radius: 20px;
    text-align: center;
  }
}
.hot_pot_list {
  line-height: 4.0rem;
  padding-top: 35px;
  list-style: none;
}
.hot_pot_list dl {
  width: 458px;
}
@media(max-width:768px) {
  .hot_pot_list dl {
    width: 280px;
  }
}
.hot_pot_list dl dd {
  vertical-align: bottom;
  text-align: right;
}
/* 小鉢・一品↓ */
.small_bowl_group {
  width: 458px;
  margin-right: 75px;
}
@media(max-width:768px) {
  .small_bowl_group {
    width: 280px;
    margin: 0 auto;
  }
}
.small_bowl {
  padding: 10px 0;
  font-size: 2.6rem;
  color: #FFF;
  background-color: #DB000B;
  border-radius: 20px;
  padding-left: 28px;
}
@media(max-width:768px) {
  .small_bowl {
    padding: 5px 0;
    font-size: 2.0rem;
    color: #FFF;
    background-color: #DB000B;
    border-radius: 20px;
    text-align: center;
  }
}
.small_bowl_list {
  line-height: 4.0rem;
  padding-top: 35px;
  list-style: none;
}
.small_bowl_list dl {
  width: 458px;
}
@media(max-width:768px) {
  .small_bowl_list dl {
    width: 280px;
  }
}
.small_bowl_list dl dd {
  vertical-align: bottom;
  text-align: right;
}
/* サラダ↓ */
.salad_group {
  width: 458px;
}
@media(max-width:768px) {
  .salad_group {
    width: 280px;
    margin: 55px auto;
  }
}
.salad {
  padding: 10px 0;
  font-size: 2.6rem;
  color: #FFF;
  background-color: #DB000B;
  border-radius: 20px;
  padding-left: 28px;
}
@media(max-width:768px) {
  .salad {
    padding: 5px 0;
    font-size: 2.0rem;
    color: #FFF;
    background-color: #DB000B;
    border-radius: 20px;
    text-align: center;
  }
}
.salad_list {
  line-height: 4.0rem;
  padding-top: 35px;
  list-style: none;
}
.salad_list dl {
  width: 458px;
}
@media(max-width:768px) {
  .salad_list dl {
    width: 280px;
  }
}
.salad_list dl dd {
  vertical-align: bottom;
  text-align: right;
}
/* デザート↓ */
.desert_group {
  width: 458px;
  margin-top: 55px;
}
@media(max-width:768px) {
  .desert_group {
    width: 280px;
    margin: 0 auto;
  }
}
.desert {
  padding: 10px 0;
  font-size: 2.6rem;
  color: #FFF;
  background-color: #DB000B;
  border-radius: 20px;
  padding-left: 28px;
}
@media(max-width:768px) {
  .desert {
    padding: 5px 0;
    font-size: 2.0rem;
    color: #FFF;
    background-color: #DB000B;
    border-radius: 20px;
    text-align: center;
  }
}
.desert_list {
  line-height: 4.0rem;
  padding-top: 35px;
  list-style: none;
}
.desert_list dl {
  width: 458px;
}
@media(max-width:768px) {
  .desert_list dl {
    width: 280px;
  }
}
.desert_list dl dd {
  vertical-align: bottom;
  text-align: right;
}
/* お飲み物リスト↓ */
.drinkmenu_background, inner {
  position: relative;
  background-color: #FDE2BC;
  border-radius: 40px;
}
.drink_list_title, inner {
  text-align: center;
  margin-top: 45px;
  padding: 20px 0;
  background-color: #FDBB64;
  border-radius: 20px;
  cursor: pointer;
}
.drink_list_title h1 {
  font-size: 2.6rem;
  font-weight: 500;
}
.drink_list_title p {
  line-height: 2.0rem;
}
.drink_list_title span {
  font-size: 1.2rem;
}
.drink_list_group, inner {
  background-color: #FDE2BC;
  padding: 55px 0;
  margin-bottom: 115px;
  justify-content: center;
  border-radius: 0 0 40px 40px;
}
@media(max-width:768px) {
  .drink_list_group, inner {
    padding: 55px 0 0;
    margin-bottom: 20px;
  }
}
.alcohol_image {
  width: 45%;
}
@media(max-width:768px) {
  .alcohol_image {
    width: 100%;
  }
}
.alcohol_image p {
  text-align: center;
  margin-top: 20px;
}
.alcohol_image span {
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 3.0rem;
}
.drink_group, inner, flex {
  margin-top: 70px;
}
@media(max-width:768px) {
  .drink_group, inner, flex {
    display: none;
  }
}
.drink_various_group_1 {
  width: 50%;
}
@media(max-width:768px) {
  .drink_various_group_1 {
    width: 100%;
  }
}
.drink_various_group_2, flex {
  gap: 30px 3%;
  padding-top: 50px;
  justify-content: center;
}
.all_you_can_drink, inner {
  max-width: 990px;
}
@media(max-width:768px) {
  .all_you_can_drink, inner {
    width: 280px;
    margin: 0 auto;
  }
}
@media(max-width:768px) {
  .all_you_can_drink, inner {
    width: 280px;
    margin: 0 auto;
  }
}
.all_you_can_drink_title, flex, inner {
  align-items: center;
  justify-content: flex-start;
  color: #FFF;
  background-color: #DB000B;
  border-radius: 20px;
  padding: 10px 0 10px 28px;
}
@media(max-width:768px) {
  .all_you_can_drink_title, flex, inner {
    display: block;
    text-align: center;
    padding: 5px 0 10px;
  }
}
.all_you_can_drink_title p {
  padding-left: 20px;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
@media(max-width:768px) {
  .all_you_can_drink_title p {
    padding-left: 0px;
  }
}
/* 男性価格↓ */
.man_woman_group, flex, inner {
  max-width: 990px;
  margin-top: 45px;
  justify-content: center;
}
@media(max-width:768px) {
  .man_woman_group, flex, inner {
    display: block;
    width: 280px;
    margin: 35px auto;
  }
}
.man_text_group, flex {
  align-items: center;
  justify-content: flex-start;
}
@media(max-width:768px) {
  .man_text_group, flex {
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
}
.man_icon {
  border-radius: 50%;
  width: 137px;
  padding: 45px 0;
  background-color: #0F67BF;
}
@media(max-width:768px) {
  .man_icon {
    border-radius: 50%;
    width: 70px;
    height: 52px;
    padding: 10px 0;
    padding: auto 0;
    background-color: #0F67BF;
  }
}
.man_text_group h2 {
  text-align: center;
  color: #FFF;
  font-size: 3.0rem;
}
@media(max-width:768px) {
  .man_text_group h2 {
    text-align: center;
    color: #FFF;
    font-size: 2.0rem;
  }
}
.man_text_group h3 {
  font-size: 2.6rem;
  padding: 0 105px 0 15px;
  line-height: 4.5rem;
}
@media(max-width:768px) {
  .man_text_group h3 {
    font-size: 1.6rem;
    padding: 0 0 0 15px;
    line-height: 2.5rem;
  }
}
/* 女性価格↓ */
.woman_text_group h2 {
  text-align: center;
  color: #FFF;
  font-size: 3.0rem;
}
@media(max-width:768px) {
  .woman_text_group h2 {
    text-align: center;
    color: #FFF;
    font-size: 2.0rem;
  }
}
.woman_text_group h3 {
  font-size: 2.6rem;
  padding-left: 15px;
  line-height: 4.5rem;
}
@media(max-width:768px) {
  .woman_text_group h3 {
    font-size: 1.6rem;
    padding: 0 0 0 15px;
    line-height: 2.5rem;
  }
}
.woman_text_group, flex {
  align-items: center;
  justify-content: flex-start;
}
@media(max-width:768px) {
  .woman_text_group, flex {
    align-items: center;
    justify-content: center;
  }
}
.woman_icon {
  border-radius: 50%;
  width: 137px;
  padding: 45px 0;
  background-color: #DB000B;
}
@media(max-width:768px) {
  .woman_icon {
    border-radius: 50%;
    width: 70px;
    height: 52px;
    padding: 10px 0;
    padding: auto 0;
    background-color: #DB000B;
  }
}
.drink_list_group_1, flex {
  justify-content: center;
}
.drink_list_group_2, flex {
  justify-content: center;
}
.drink_list_group_3, flex {
  justify-content: center;
}
.drink_list_group_4, flex {
  justify-content: center;
}
.drink_list_group_5, flex {
  justify-content: center;
}
.drink_list_group_6, flex {
  justify-content: center;
}
.drink_list_group_7, flex {
  justify-content: center;
}
.drink_list_group_8, flex {
  justify-content: center;
}
/* チューハイ↓ */
.chuhai_group {
  width: 458px;
  margin-right: 75px;
  margin-top: 55px;
}
@media(max-width:768px) {
  .chuhai_group {
    width: 280px;
    margin: 0 auto;
  }
}
.chuhai {
  padding: 10px 0;
  font-size: 3.0rem;
  color: #FFF;
  background-color: #DB000B;
  border-radius: 20px;
  padding-left: 28px;
}
@media(max-width:768px) {
  .chuhai {
    padding: 10px 0;
    font-size: 2.6rem;
    color: #FFF;
    background-color: #DB000B;
    border-radius: 20px;
    text-align: center;
  }
}
.chuhai_list {
  line-height: 4.0rem;
  padding-top: 35px;
  list-style: none;
}
.chuhai_list dl {
  width: 458px;
}
@media(max-width:768px) {
  .chuhai_list dl {
    width: 280px;
  }
}
.chuhai_list dl dd {
  vertical-align: bottom;
  text-align: right;
}
/* ビール↓ */
.beer_group {
  width: 458px;
  margin-top: 55px;
}
@media(max-width:768px) {
  .beer_group {
    width: 280px;
    margin: 0 auto;
  }
}
.beer {
  padding: 10px 0;
  font-size: 3.0rem;
  color: #FFF;
  background-color: #DB000B;
  border-radius: 20px;
  padding-left: 28px;
}
@media(max-width:768px) {
  .beer {
    padding: 10px 0;
    font-size: 2.6rem;
    color: #FFF;
    background-color: #DB000B;
    border-radius: 20px;
    text-align: center;
  }
}
.beer_list {
  line-height: 4.0rem;
  padding-top: 35px;
  list-style: none;
}
@media(max-width:768px) {
  .beer_list {
    padding-bottom: 35px;
  }
}
.beer_list dl {
  width: 458px;
}
@media(max-width:768px) {
  .beer_list dl {
    width: 280px;
  }
}
.beer_list dl dd {
  vertical-align: bottom;
  text-align: right;
}
/* 果実の酒↓ */
.fruits_liquor_group {
  width: 458px;
  margin-right: 75px;
  margin-top: 55px;
}
@media(max-width:768px) {
  .fruits_liquor_group {
    width: 280px;
    margin: 0 auto;
  }
}
.all_you_can_drink_title2, flex, inner {
  align-items: center;
  justify-content: flex-start;
  color: #FFF;
  background-color: #DB000B;
  border-radius: 20px;
  padding: 10px 0 10px 28px;
}
@media(max-width:768px) {
  .all_you_can_drink_title2, flex, inner {
    display: block;
    text-align: center;
  }
}
.all_you_can_drink_title2 p {
  padding-left: 20px;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
@media(max-width:768px) {
  .all_you_can_drink_title2 p {
    padding-left: 0;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
.fruits_liquor_list {
  line-height: 4.0rem;
  padding-top: 35px;
  list-style: none;
}
.fruits_liquor_list dl {
  width: 458px;
}
@media(max-width:768px) {
  .fruits_liquor_list dl {
    width: 280px;
  }
}
.fruits_liquor_list dl dd {
  vertical-align: bottom;
  text-align: right;
}
/* ワイン↓ */
.wine_group {
  width: 458px;
  margin-top: 55px;
}
@media(max-width:768px) {
  .wine_group {
    width: 280px;
    margin: 0 auto;
  }
}
.wine {
  padding: 10px 0;
  font-size: 3.0rem;
  color: #FFF;
  background-color: #DB000B;
  border-radius: 20px;
  padding-left: 28px;
}
@media(max-width:768px) {
  .wine {
    padding: 10px 0;
    font-size: 2.6rem;
    color: #FFF;
    background-color: #DB000B;
    border-radius: 20px;
    text-align: center;
  }
}
.wine_list {
  line-height: 4.0rem;
  padding-top: 35px;
  list-style: none;
}
@media(max-width:768px) {
  .wine_list {
    padding: 35px 0;
  }
}
.wine_list p {
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-top: -5px;
}
.wine_list dl {
  width: 458px;
}
@media(max-width:768px) {
  .wine_list dl {
    width: 280px;
  }
}
.wine_list dl dd {
  vertical-align: bottom;
  text-align: right;
}
/* おすすめの梅酒↓ */
.plum_wine_group {
  width: 458px;
  margin-top: 55px;
}
@media(max-width:768px) {
  .plum_wine_group {
    width: 280px;
    margin: 0 auto;
  }
}
.all_you_can_drink_title3, flex, inner {
  align-items: center;
  justify-content: flex-start;
  color: #FFF;
  background-color: #DB000B;
  border-radius: 20px;
  padding: 10px 0 10px 28px;
}
@media(max-width:768px) {
  .all_you_can_drink_title3 {
    display: block;
    padding: 5px 0 10px;
    font-size: 2.6rem;
    text-align: center;
  }
}
.all_you_can_drink_title3 br {
  display: none;
}
.all_you_can_drink_title3 p {
  padding-left: 20px;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
@media(max-width:768px) {
  .all_you_can_drink_title3 p {
    padding-left: 0px;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
.plum_wine_list {
  line-height: 4.0rem;
  padding-top: 35px;
  list-style: none;
}
@media(max-width:768px) {
  .plum_wine_list {
    padding: 35px 0;
  }
}
.plum_wine_list dl {
  width: 458px;
}
@media(max-width:768px) {
  .plum_wine_list dl {
    width: 280px;
  }
}
.plum_wine_list dl dd {
  vertical-align: bottom;
  text-align: right;
}
/* 中国酒↓ */
.chinese_liquor_group {
  width: 458px;
  margin-right: 75px;
  margin-top: 55px;
}
@media(max-width:768px) {
  .chinese_liquor_group {
    width: 280px;
    margin: 0 auto;
  }
}
.all_you_can_drink_title4, flex, inner {
  align-items: center;
  justify-content: flex-start;
  color: #FFF;
  background-color: #DB000B;
  border-radius: 20px;
  padding: 10px 0 10px 28px;
}
@media(max-width:768px) {
  .all_you_can_drink_title4, flex, inner {
    display: block;
    padding: 5px 0 10px;
    font-size: 2.6rem;
    text-align: center;
  }
}
.all_you_can_drink_title4 p {
  padding-left: 20px;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
@media(max-width:768px) {
  .all_you_can_drink_title4 p {
    padding-left: 0px;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
.chinese_liquor_list {
  line-height: 4.0rem;
  padding-top: 35px;
  list-style: none;
}
@media(max-width:768px) {
  .chinese_liquor_list {
    padding: 35px 0;
  }
}
.chinese_liquor_list dl {
  width: 458px;
}
@media(max-width:768px) {
  .chinese_liquor_list dl {
    width: 280px;
  }
}
.chinese_liquor_list dl dd {
  vertical-align: bottom;
  text-align: right;
}
/* 清酒↓ */
.sake_group {
  width: 458px;
  margin-top: 55px;
}
@media(max-width:768px) {
  .sake_group {
    width: 280px;
    margin: 0 auto;
  }
}
.sake {
  padding: 10px 0;
  font-size: 3.0rem;
  color: #FFF;
  background-color: #DB000B;
  border-radius: 20px;
  padding-left: 28px;
}
@media(max-width:768px) {
  .sake {
    padding: 10px 0;
    font-size: 2.6rem;
    color: #FFF;
    background-color: #DB000B;
    border-radius: 20px;
    text-align: center;
  }
}
.sake_list {
  line-height: 4.0rem;
  padding-top: 35px;
  list-style: none;
}
@media(max-width:768px) {
  .sake_list {
    padding: 35px 0;
  }
}
.sake_list dl {
  width: 458px;
}
@media(max-width:768px) {
  .sake_list dl {
    width: 280px;
  }
}
.sake_list dl dd {
  vertical-align: bottom;
  text-align: right;
}
/* トン吉おすすめワイン↓ */
.recommendation_wine_group {
  width: 458px;
  margin-right: 75px;
  margin-top: 55px;
}
@media(max-width:768px) {
  .recommendation_wine_group {
    width: 280px;
    margin: 0 auto;
  }
}
.recommendation_wine {
  padding: 10px 0;
  font-size: 3.0rem;
  color: #FFF;
  background-color: #DB000B;
  border-radius: 20px;
  padding-left: 28px;
}
@media(max-width:768px) {
  .recommendation_wine {
    padding: 10px 0;
    font-size: 2.6rem;
    color: #FFF;
    background-color: #DB000B;
    border-radius: 20px;
    text-align: center;
  }
}
.recommendation_wine_list {
  line-height: 4.0rem;
  padding-top: 20px;
  list-style: none;
}
.recommendation_wine_p {
  font-size: 1.2rem;
}
@media(max-width:768px) {
  .recommendation_wine_list {
        padding: 0 0 35px;
  }
}
.recommendation_wine_list p {
  line-height: 2.0rem;
  letter-spacing: 0.1rem;
  padding-top: 5px;
}
.recommendation_wine_list dl {
  width: 458px;
  line-height: 2.5rem;
  margin-top: 25px;
}
@media(max-width:768px) {
  .recommendation_wine_list dl {
    width: 280px;
  }
  .recommendation_wine_list span {
    font-size: 1.2rem;
  }
  .recommendation_wine_p {
    font-size: 1.2rem;
  }
}
.recommendation_wine_list dl dd {
  vertical-align: bottom;
  text-align: right;
}
/* 焼酎↓ */
.shochu_group {
  width: 458px;
  margin-top: 55px;
}
.shochu_p {
  font-size: 1.2rem;
}
@media(max-width:768px) {
  .shochu_group {
    width: 280px;
    margin: 0 auto;
  }
  .shochu_p {
    font-size: 1.2rem;
  }
}
.all_you_can_drink_title5, flex, inner {
  align-items: center;
  justify-content: flex-start;
  color: #FFF;
  background-color: #DB000B;
  border-radius: 20px;
  padding: 10px 0 10px 28px;
}
@media(max-width:768px) {
  .all_you_can_drink_title5 {
    display: block;
    padding: 5px 0 10px;
    font-size: 2.6rem;
    text-align: center;
  }
}
.all_you_can_drink_title5 p {
  padding-left: 20px;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
@media(max-width:768px) {
  .all_you_can_drink_title5 p {
    padding-left: 0px;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
.glass {
  margin-top: 45px;
  font-weight: 600;
  font-size: 2.0rem;
}
.shochu_list_1 {
  line-height: 4.0rem;
  padding-top: 10px;
  list-style: none;
}
.shochu_list_1 dl {
  width: 458px;
}
.shochu_list_1 p {
  font-size: 1.2rem;
  margin-bottom: 10px;
  line-height: 2.0rem;
  letter-spacing: 0.1rem;
}
@media(max-width:768px) {
  .shochu_list_1 dl {
    width: 280px;
  }
}
.shochu_list_1 dl dd {
  vertical-align: bottom;
  text-align: right;
}
.bottle {
  font-weight: 600;
  margin-top: 45px;
  font-size: 2.0rem;
  align-items: center;
}
.bottle span {
  font-size: 1.2rem;
  font-weight: 400;
}
.shochu_list_2 {
  line-height: 4.0rem;
  padding-top: 10px;
  list-style: none;
}
@media(max-width:768px) {
  .shochu_list_2 {
    padding: 10px 0 35px;
  }
}
.shochu_list_2 p {
  margin-bottom: 10px;
  line-height: 2.0rem;
  letter-spacing: 0.1rem;
}
.shochu_list_2 dl {
  width: 458px;
}
@media(max-width:768px) {
  .shochu_list_2 dl {
    width: 280px;
  }
}
.shochu_list_2 dl dd {
  vertical-align: bottom;
  text-align: right;
}
/* ウイスキー/ウイスキーハイボール↓ */
.whisky_group {
  width: 458px;
  margin-right: 75px;
  margin-top: 55px;
}
@media(max-width:768px) {
  .whisky_group {
    width: 280px;
    margin: 0 auto;
  }
}
.whisky {
  padding: 10px 0;
  font-size: 2.6rem;
  color: #FFF;
  background-color: #DB000B;
  border-radius: 20px;
  padding-left: 28px;
}
@media(max-width:768px) {
  .whisky {
    text-align: center;
    line-height: 2.5rem;
    padding-left: 0px;
  }
}
.whisky_list {
  line-height: 4.0rem;
  padding-top: 35px;
  list-style: none;
}
@media(max-width:768px) {
 .whisky_list {
  padding-bottom: 30px;
} 
}
.whisky_list p {
  font-size: 1.2rem;
  margin-bottom: 15px;
  line-height: 2.0rem;
}
.whisky_list dl {
  width: 458px;
}
@media(max-width:768px) {
  .whisky_list dl {
    width: 280px;
  }
}
.whisky_list dt {
  line-height: 2.5rem;
}
.whisky_list dl dd {
  vertical-align: bottom;
  text-align: right;
}
/* カクテル */
.cocktail_group {
  width: 458px;
  margin-top: 55px;
}
@media(max-width:768px) {
  .cocktail_group {
    width: 280px;
    margin: 0 auto;
  }
}
.cocktail {
  padding: 10px 0;
  font-size: 2.6rem;
  color: #FFF;
  background-color: #DB000B;
  border-radius: 20px;
  padding-left: 28px;
}
@media(max-width:768px) {
  .cocktail {
    padding: 10px 0;
    font-size: 2.6rem;
    color: #FFF;
    background-color: #DB000B;
    border-radius: 20px;
    text-align: center;
  }
}
.cocktail_list {
  line-height: 4.0rem;
  padding-top: 35px;
  list-style: none;
}
.cocktail_list dl {
  width: 458px;
}
@media(max-width:768px) {
  .cocktail_list dl {
    width: 280px;
  }
}
.cocktail_list dl dd {
  vertical-align: bottom;
  text-align: right;
}
/* 本格リキュールカクテル↓ */
.liqueur_group {
  width: 458px;
  margin-right: 75px;
  margin-top: 55px;
}
@media(max-width:768px) {
  .liqueur_group {
    width: 280px;
    margin: 0 auto;
  }
}
.liqueur {
  padding: 10px 0;
  font-size: 3.0rem;
  color: #FFF;
  background-color: #DB000B;
  border-radius: 20px;
  padding-left: 28px;
}
@media(max-width:768px) {
  .liqueur {
    padding: 10px 0;
    font-size: 2.6rem;
    line-height: 4.0rem;
    color: #FFF;
    background-color: #DB000B;
    border-radius: 20px;
    text-align: center;
  }
}
.liqueur_list {
  line-height: 4.0rem;
  padding-top: 35px;
  list-style: none;
}
.liqueur_list dl {
  width: 458px;
}
@media(max-width:768px) {
  .liqueur_list dl {
    width: 280px;
  }
}
.liqueur_list dl dd {
  vertical-align: bottom;
  text-align: right;
}
/* ノンアルコールカクテル↓ */
.non-alcoholic_group {
  width: 458px;
  margin-top: 55px;
}
@media(max-width:768px) {
  .non-alcoholic_group {
    width: 280px;
    margin: 0 auto;
  }
}
.non-alcoholic {
  padding: 10px 0;
  font-size: 3.0rem;
  color: #FFF;
  background-color: #DB000B;
  border-radius: 20px;
  padding-left: 28px;
}
@media(max-width:768px) {
  .non-alcoholic {
    font-size: 2.6rem;
    text-align: center;
    line-height: 4.0rem;
    padding-left: 0px;
  }
}
.non-alcoholic_list {
  line-height: 4.0rem;
  padding-top: 35px;
  list-style: none;
}
.non-alcoholic_list dl {
  width: 458px;
}
@media(max-width:768px) {
  .non-alcoholic_list dl {
    width: 280px;
  }
}
.non-alcoholic_list dl dd {
  vertical-align: bottom;
  text-align: right;
}
/* ソフトドリンク↓ */
.soft_drink_group {
  width: 458px;
  margin-right: 75px;
  margin-top: 55px;
}
@media(max-width:768px) {
  .soft_drink_group {
    width: 280px;
    margin: 0 auto;
  }
}
.all_you_can_drink_title6, flex, inner {
  align-items: center;
  justify-content: flex-start;
  color: #FFF;
  background-color: #DB000B;
  border-radius: 20px;
  padding: 10px 0 10px 28px;
}
@media(max-width:768px) {
  .all_you_can_drink_title6 {
    display: block;
    padding: 10px 0;
    font-size: 2.6rem;
    color: #FFF;
    background-color: #DB000B;
    border-radius: 20px;
    text-align: center;
  }
}
.all_you_can_drink_title6 p {
  padding-left: 20px;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
@media(max-width:768px) {
  .all_you_can_drink_title6 p {
    padding-left: 0px;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
.soft_drink_list {
  line-height: 4.0rem;
  padding-top: 35px;
  list-style: none;
}
.soft_drink_list p {
  font-size: 1.2rem;
  margin-bottom: 10px;
  line-height: 2.0rem;
}
.soft_drink_list {
  line-height: 4.0rem;
  padding-top: 35px;
  list-style: none;
}
@media(max-width:768px) {
  .soft_drink_list {
    padding: 35px 0;
  }
}
.soft_drink_list dl {
  width: 458px;
}
@media(max-width:768px) {
  .soft_drink_list dl {
    width: 280px;
  }
}
.soft_drink_list dl dd {
  vertical-align: bottom;
  text-align: right;
}
/* マッコリ↓ */
.makkori_group {
  width: 458px;
  margin-top: 55px;
}
@media(max-width:768px) {
  .makkori_group {
    width: 280px;
    margin: 0 auto;
  }
}
.makkori {
  padding: 10px 0;
  font-size: 3.0rem;
  color: #FFF;
  background-color: #DB000B;
  border-radius: 20px;
  padding-left: 28px;
}
@media(max-width:768px) {
  .makkori {
    padding: 10px 0;
    font-size: 2.6rem;
    color: #FFF;
    background-color: #DB000B;
    border-radius: 20px;
    text-align: center;
  }
}
.makkori_list {
  line-height: 4.0rem;
  padding-top: 35px;
  list-style: none;
}
.makkori_list dl {
  width: 458px;
}
@media(max-width:768px) {
  .makkori_list dl {
    width: 280px;
  }
}
.makkori_list dl dd {
  vertical-align: bottom;
  text-align: right;
}
.howto_menu h3 {
  font-size: 4.0rem;
  font-weight: 500;
  line-height: 6.0rem;
  letter-spacing: 2px;
  padding: 35px 0;
}
.section_howto_menu_image_1 {
  position: absolute;
  left: -22%;
  bottom: -10%;
}
.section_howto_menu_image_2 {
  position: absolute;
  left: 13%;
  top: 60%;
}
/* sp_ドリンク種類文字↓ */
@media(max-width:768px) {
  .chuhai, .beer, .chuhai, .wine, .recommendation_wine, .cocktail, .makkori,.sake {
    font-size: 2.0rem;
    padding: 5px 0;
  }
  .whisky, .liqueur, .non-alcoholic {
    font-size: 2.0rem;
    padding: 10px 0;
    line-height: 2.5rem;
  }
  .all_you_can_drink_title, .all_you_can_drink_title2, .all_you_can_drink_title3, .all_you_can_drink_title4, .all_you_can_drink_title5, .all_you_can_drink_title6 {
    padding: 0 0 10px 0;
  }
  .all_you_can_drink_title h2, .all_you_can_drink_title2 h2, .all_you_can_drink_title3 h2, .all_you_can_drink_title4 h2, .all_you_can_drink_title5 h2, .all_you_can_drink_title6 h2 {
    font-size: 2.0rem;
  }
  .all_you_can_drink_title p, .all_you_can_drink_title2 p, .all_you_can_drink_title3 p, .all_you_can_drink_title4 p, .all_you_can_drink_title5 p, .all_you_can_drink_title6 p {
    margin-top: -10px;
  }
}
li {
  list-style: none;
}
dl {
  display: flex;
  letter-spacing: 0;
  justify-content: space-between;
}
@media(max-width:768px) {
  dt {
    width: 190px;
    letter-spacing: 0;
  }
}
@media(max-width:768px) {
  .menu_list_group_2 span {
    margin-bottom: 20px;
  }
}
dd {
  width: 80px;
  letter-spacing: 0.1rem;
}
/* メニュー改行時バランス調整 */
/* 料理名 */
.p_dt {
  width: 300px;
  line-height: 25px;
  margin-top: 13px;
}
@media(max-width:768px) {
  .p_dt {
    width: 190px;
  }
}
/* 価格 */
.p_dd {
  width: 158px;
  line-height: 25px;
  letter-spacing: 0.1rem;
  padding-top: 13px;
  text-align: right;
  margin-top: auto;
}
@media(max-width:768px) {
  .p_dd {
    width: 80px;
    text-align: right;
  }
}
/*アコーディオンで現れるエリア*/
.box_2 {
  display: none; /*はじめは非表示*/
  margin: 0 3% 3% 3%;
  padding: 3%;
}