@charset "UTF-8";
/* ウェブフォント（ペン字：花鳥風月PB http://www.geocities.jp/s318shunkasyuto/ (c)TAKAYA）
---------------------------------------------------------*/
@font-face {
  font-family: "katyoufuugetupb";
  src: url("../fonts/katyoufuugetupb.eot?") format("eot"), url("../fonts/katyoufuugetupb.woff") format("woff");
}
/*コンテンツ
-----------------------------------------*/
main {
  margin: 0 auto;
  padding: 10px 0 0 0;
  width: 100%;
}
main img {
  width: 100%;
  height: auto;
}

/* ページタイトル */
.h1Box {
  width: 100%;
  margin: 100px auto 100px;
  color: #000000;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .h1Box {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin-top: 80px;
  }
}
.h1Box .h1BoxInner {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 50px;
  border-top: 4px solid #ffdc36;
  border-bottom: 4px solid #37A7C2;
}
@media screen and (min-width: 1000px) {
  .h1Box .h1BoxInner {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 300px;
  }
}
.h1Box .h1BoxInner .pageTitle {
  display: inline-block;
  font-size: 6rem;
  text-align: center;
  padding-top: 50px;
  margin: 0 auto;
  letter-spacing: 5px;
}
@media screen and (min-width: 1000px) {
  .h1Box .h1BoxInner .pageTitle {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 3.1rem;
  }
}
.h1Box .h1BoxInner .pageTitle span {
  display: block;
  font-size: 2rem;
  color: #333;
}
@media screen and (min-width: 1000px) {
  .h1Box .h1BoxInner .pageTitle span {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 0.8rem;
  }
}

.wrap {
  width: 100%;
  border-bottom: 1px solid #333;
}

/* お食事 */
.foodArea {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 50px;
}
@media screen and (min-width: 1000px) {
  .foodArea {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
  }
}
.foodArea h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 90px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .foodArea h2 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
}
.foodArea .foodTxtBox {
  width: 95%;
  display: block;
  margin: 0 auto 50px;
}
@media screen and (min-width: 1000px) {
  .foodArea .foodTxtBox {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
  }
}
.foodArea .foodTxtBox .foodTxtBoxInner {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .foodArea .foodTxtBox .foodTxtBoxInner {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 50%;
  }
}
.foodArea .foodTxtBox .foodTxtBoxInner p {
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .foodArea .foodTxtBox .foodTxtBoxInner p {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 1rem;
  }
}
.foodArea .foodTxtBox .foodTxtBoxAttention {
  width: 100%;
  background: #fff4ca;
  padding: 10px;
  font-size: 2.4rem;
}
@media screen and (min-width: 1000px) {
  .foodArea .foodTxtBox .foodTxtBoxAttention {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 50%;
    font-size: 1rem;
  }
}
.foodArea .foodTxtBox .foodTxtBoxAttention ul li {
  padding-left: 36px;
  position: relative;
  text-align: left;
}
.foodArea .foodTxtBox .foodTxtBoxAttention ul li::before {
  content: "■";
  position: absolute;
  left: 0;
}
@media screen and (min-width: 1000px) {
  .foodArea .foodTxtBox .foodTxtBoxAttention ul li {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding-left: 16px;
  }
}
.foodArea h3 {
  border-bottom: 5px solid #0481A2;
  font-size: 2.4rem;
  text-align: left;
  margin-bottom: 10px;
  font-weight: bold;
}
.foodArea h3.firstH3 {
  width: 95%;
  margin: 0 auto 10px;
}
@media screen and (min-width: 1000px) {
  .foodArea h3.firstH3 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .foodArea h3 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 1.2rem;
  }
}
.foodArea .foodMenuBox {
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .foodArea .foodMenuBox {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.foodArea .foodMenuBox .foodMenu {
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .foodArea .foodMenuBox .foodMenu {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 100%;
  }
}
.foodArea .foodMenuBox .foodMenu ul.deliveryMenu {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.foodArea .foodMenuBox .foodMenu ul.deliveryMenu li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  border-bottom: 1px dotted #333;
  padding-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .foodArea .foodMenuBox .foodMenu ul.deliveryMenu li {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 47%;
  }
}
.foodArea .foodMenuBox .foodMenu ul.deliveryMenu li .deliveryImg {
  margin-right: 10px;
  width: 60%;
}
.foodArea .foodMenuBox .foodMenu ul.deliveryMenu li .deliveryData {
  width: 40%;
}
.foodArea .foodMenuBox .foodMenu ul.deliveryMenu li .deliveryData .menuName {
  font-weight: bold;
  background: #f7f7f7;
  padding: 8px;
  margin-bottom: 0;
  word-break: auto-phrase;
}
.foodArea .foodMenuBox .foodMenu ul.deliveryMenu li .deliveryData .price {
  text-align: right;
  padding: 5px;
}
.foodArea .foodMenuBox .foodMenu ul.drinkMenu {
  margin-bottom: 50px;
}
.foodArea .foodMenuBox .foodMenu ul.drinkMenu.firstUl {
  margin-bottom: 5px;
}
.foodArea .foodMenuBox .foodMenu ul.drinkMenu li {
  margin-bottom: 5px;
  padding: 15px 5px 15px;
  font-size: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1000px) {
  .foodArea .foodMenuBox .foodMenu ul.drinkMenu li {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 1rem;
  }
}
.foodArea .foodMenuBox .foodMenu ul.drinkMenu li .foodName {
  padding-left: 5px;
}
.foodArea .foodMenuBox .foodMenu ul.drinkMenu li .foodPrice {
  width: 20%;
  text-align: right;
  padding-right: 5px;
}
.foodArea .foodMenuBox .foodMenu ul.drinkMenu li:nth-of-type(odd) {
  background: #f7f7f7;
}
.foodArea .foodMenuBox .foodMenu p {
  font-size: 2.4rem;
  text-align: left;
  margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
  .foodArea .foodMenuBox .foodMenu p {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 1rem;
  }
}

/* BBQエリア */
.bbqArea {
  width: 100%;
  margin: 0 auto 100px;
  text-align: center;
  padding-bottom: 50px;
}
@media screen and (min-width: 1000px) {
  .bbqArea {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
  }
}
.bbqArea h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 90px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .bbqArea h2 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
}
.bbqArea .foodTxtBox {
  width: 95%;
  display: block;
  margin: 0 auto 50px;
}
@media screen and (min-width: 1000px) {
  .bbqArea .foodTxtBox {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
  }
}
.bbqArea .foodTxtBox .foodTxtBoxInner {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .bbqArea .foodTxtBox .foodTxtBoxInner {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 50%;
  }
}
.bbqArea .foodTxtBox .foodTxtBoxInner p {
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .bbqArea .foodTxtBox .foodTxtBoxInner p {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 1rem;
  }
}
.bbqArea .foodTxtBox .foodTxtBoxAttention {
  width: 100%;
  background: #fff4ca;
  padding: 10px;
  font-size: 2.4rem;
}
@media screen and (min-width: 1000px) {
  .bbqArea .foodTxtBox .foodTxtBoxAttention {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 50%;
    font-size: 1rem;
  }
}
.bbqArea .foodTxtBox .foodTxtBoxAttention ul li {
  padding-left: 36px;
  position: relative;
  text-align: left;
}
.bbqArea .foodTxtBox .foodTxtBoxAttention ul li::before {
  content: "■";
  position: absolute;
  left: 0;
}
@media screen and (min-width: 1000px) {
  .bbqArea .foodTxtBox .foodTxtBoxAttention ul li {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding-left: 16px;
  }
}
.bbqArea .foodTxtBox02 {
  width: 95%;
  display: block;
  margin: 0 auto 50px;
  background: #ffe3e3;
  font-weight: bold;
  padding: 10px;
  font-size: 2.4rem;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .bbqArea .foodTxtBox02 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    font-size: 1rem;
  }
}
.bbqArea .courseBox {
  width: 95%;
  margin: 0 auto 100px;
}
@media screen and (min-width: 1000px) {
  .bbqArea .courseBox {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
  }
}
.bbqArea .courseBox .courseTitle {
  width: 100%;
  text-align: left;
  margin-bottom: 11px;
  border-bottom: 1px solid #0481A2;
}
.bbqArea .courseBox .courseTitle span {
  background-color: #0481A2;
  color: #fff;
  padding: 5px 10px 5px;
  font-weight: bold;
}
@media screen and (min-width: 1000px) {
  .bbqArea .courseBox .courseTitle span {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 1.2rem;
  }
}
.bbqArea .courseBox .courseTitle span.osusumeTxt {
  background: none;
  color: #d20d0d;
  font-weight: bold;
}
.bbqArea .courseBox .bbqImg {
  margin-bottom: 20px;
}
.bbqArea .courseBox .bbqPrice {
  text-align: left;
  color: #0481A2;
  font-weight: bold;
  font-size: 2.4rem;
}
@media screen and (min-width: 1000px) {
  .bbqArea .courseBox .bbqPrice {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 1.4rem;
  }
}
.bbqArea .courseBox .bbqPrice span {
  margin-left: 10px;
  font-size: 4rem;
  color: #000000;
  font-weight: bold;
}
@media screen and (min-width: 1000px) {
  .bbqArea .courseBox .bbqPrice span {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 2rem;
  }
}
.bbqArea .courseBox .courseFoodBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.bbqArea .courseBox .courseFoodBox .courseFoodMenu {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .bbqArea .courseBox .courseFoodBox .courseFoodMenu {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 48%;
  }
}
.bbqArea .courseBox .courseFoodBox .courseFoodMenu .courseFoodMenuInner {
  margin-bottom: 40px;
}
.bbqArea .courseBox .courseFoodBox .courseFoodMenu .courseFoodMenuInner h3 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .bbqArea .courseBox .courseFoodBox .courseFoodMenu .courseFoodMenuInner h3 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 1rem;
  }
}
.bbqArea .courseBox .courseFoodBox .courseFoodMenu .courseFoodMenuInner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 5px 15px;
  font-size: 2.4rem;
}
.bbqArea .courseBox .courseFoodBox .courseFoodMenu .courseFoodMenuInner ul li span {
  text-align: left;
}
.bbqArea .courseBox .courseFoodBox .courseFoodMenu .courseFoodMenuInner ul li span:nth-of-type(2) {
  text-align: right;
}
.bbqArea .courseBox .courseFoodBox .courseFoodMenu .courseFoodMenuInner ul li:nth-of-type(odd) {
  background: #f7f7f7;
}
@media screen and (min-width: 1000px) {
  .bbqArea .courseBox .courseFoodBox .courseFoodMenu .courseFoodMenuInner ul li {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 1rem;
  }
}
.bbqArea .courseBox .bbqImg p {
  text-align: right;
}
.bbqArea .bbqOption01 {
  width: 95%;
  margin: 0 auto 50px;
}
.bbqArea .bbqOption01 p {
  text-align: left;
  font-size: 2rem;
  margin-bottom: 5px;
}
@media screen and (min-width: 1000px) {
  .bbqArea .bbqOption01 p {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 1rem;
  }
}
.bbqArea .bbqOption01 h3 {
  color: #fff;
  background: #116d87;
  padding: 10px;
  text-align: left;
  font-weight: bold;
  font-size: 2rem;
}
.bbqArea .bbqOption01 h3.set {
  background: #2c7e42;
}
.bbqArea .bbqOption01 h3.tuika {
  background: #2195b1;
}
@media screen and (min-width: 1000px) {
  .bbqArea .bbqOption01 h3 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 1rem;
  }
}
.bbqArea .bbqOption01 h3 span {
  font-size: 0.9rem;
  margin-left: 10px;
}
.bbqArea .bbqOption01 .bbqOptionListBox {
  padding: 10px;
  border: 1px solid #116d87;
}
.bbqArea .bbqOption01 .bbqOptionListBox ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bbqArea .bbqOption01 .bbqOptionListBox ul li {
  width: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px;
  border-bottom: 1px solid #b0b0b0;
  font-size: 2rem;
  margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
  .bbqArea .bbqOption01 .bbqOptionListBox ul li {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 1rem;
    width: 46%;
  }
}
.bbqArea .bbqOption01 .bbqOptionListBox ul li span {
  text-align: left;
}
.bbqArea .bbqOption01 .bbqOptionListBox ul li span:nth-of-type(2) {
  width: 50%;
  text-align: right;
}
.bbqArea .bbqOption01 .bbqOptionListBox ul li.borderNone {
  border: none;
}

/* BBQ食材持ち込み */
.bbqShokuzaiArea {
  width: 95%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 50px;
}
@media screen and (min-width: 1000px) {
  .bbqShokuzaiArea {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
  }
}
.bbqShokuzaiArea h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 90px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .bbqShokuzaiArea h2 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
}
.bbqShokuzaiArea .foodTxtBox {
  width: 95%;
  display: block;
  margin: 0 auto 50px;
}
@media screen and (min-width: 1000px) {
  .bbqShokuzaiArea .foodTxtBox {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
  }
}
.bbqShokuzaiArea .foodTxtBox .foodTxtBoxInner {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .bbqShokuzaiArea .foodTxtBox .foodTxtBoxInner {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 50%;
  }
}
.bbqShokuzaiArea .foodTxtBox .foodTxtBoxInner p {
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .bbqShokuzaiArea .foodTxtBox .foodTxtBoxInner p {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 1rem;
  }
}
.bbqShokuzaiArea .foodTxtBox .foodTxtBoxAttention {
  width: 100%;
  background: #fff4ca;
  padding: 10px;
  font-size: 2.4rem;
}
@media screen and (min-width: 1000px) {
  .bbqShokuzaiArea .foodTxtBox .foodTxtBoxAttention {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 50%;
    font-size: 1rem;
  }
}
.bbqShokuzaiArea .foodTxtBox .foodTxtBoxAttention ul li {
  padding-left: 36px;
  position: relative;
  text-align: left;
}
.bbqShokuzaiArea .foodTxtBox .foodTxtBoxAttention ul li::before {
  content: "■";
  position: absolute;
  left: 0;
}
@media screen and (min-width: 1000px) {
  .bbqShokuzaiArea .foodTxtBox .foodTxtBoxAttention ul li {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding-left: 16px;
  }
}
.bbqShokuzaiArea .foodTxtBox02 {
  width: 95%;
  display: block;
  margin: 0 auto 50px;
  background: #ffe3e3;
  font-weight: bold;
  padding: 10px;
  font-size: 2.4rem;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .bbqShokuzaiArea .foodTxtBox02 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    font-size: 1rem;
  }
}
.bbqShokuzaiArea .bbqShokuzai {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.bbqShokuzaiArea .bbqShokuzai .bbqShokuzaiCourse {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .bbqShokuzaiArea .bbqShokuzai .bbqShokuzaiCourse {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 50%;
  }
}
.bbqShokuzaiArea .bbqShokuzai .bbqShokuzaiCourse .bbqPrice {
  text-align: left;
  color: #0481A2;
  font-weight: bold;
  font-size: 2.4rem;
}
@media screen and (min-width: 1000px) {
  .bbqShokuzaiArea .bbqShokuzai .bbqShokuzaiCourse .bbqPrice {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 1.4rem;
  }
}
.bbqShokuzaiArea .bbqShokuzai .bbqShokuzaiCourse .bbqPrice span {
  margin-left: 10px;
  font-size: 3rem;
  color: #000000;
  font-weight: bold;
}
@media screen and (min-width: 1000px) {
  .bbqShokuzaiArea .bbqShokuzai .bbqShokuzaiCourse .bbqPrice span {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 2rem;
  }
}
.bbqShokuzaiArea .bbqOption01 {
  width: 100%;
  margin: 0 auto 50px;
}
.bbqShokuzaiArea .bbqOption01 p {
  text-align: left;
}
.bbqShokuzaiArea .bbqOption01 h3 {
  color: #fff;
  background: #116d87;
  padding: 10px;
  text-align: left;
  font-weight: bold;
  font-size: 2rem;
}
.bbqShokuzaiArea .bbqOption01 h3.set {
  background: #2c7e42;
}
.bbqShokuzaiArea .bbqOption01 h3.tuika {
  background: #2195b1;
}
@media screen and (min-width: 1000px) {
  .bbqShokuzaiArea .bbqOption01 h3 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 1rem;
  }
}
.bbqShokuzaiArea .bbqOption01 .bbqOptionListBox {
  padding: 10px;
  border: 1px solid #116d87;
}
.bbqShokuzaiArea .bbqOption01 .bbqOptionListBox ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bbqShokuzaiArea .bbqOption01 .bbqOptionListBox ul li {
  width: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px;
  border-bottom: 1px solid #b0b0b0;
  font-size: 2rem;
  margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
  .bbqShokuzaiArea .bbqOption01 .bbqOptionListBox ul li {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 46%;
    font-size: 1rem;
  }
}
.bbqShokuzaiArea .bbqOption01 .bbqOptionListBox ul li span {
  text-align: left;
}
.bbqShokuzaiArea .bbqOption01 .bbqOptionListBox ul li span:nth-of-type(2) {
  width: 50%;
  text-align: right;
}
.bbqShokuzaiArea .bbqOption01 .bbqOptionListBox ul li.borderNone {
  border: none;
}
.bbqShokuzaiArea .bbqOption01 > p {
  margin-top: 20px;
  text-align: right;
  font-size: 2rem;
}
@media screen and (min-width: 1000px) {
  .bbqShokuzaiArea .bbqOption01 > p {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 1rem;
  }
}