@charset "UTF-8";
/*
店舗検索用
*/
/*
============================================== */
*{
  margin: 0;
  padding: 0;
}
a{
  color:#141414;
  text-decoration: none;
}
.w-950{
  width: 95rem;
  margin:auto;
}
@media (max-width: 767px){
  .w-950{
    width: 100%;
  }
}
.menuArea .pageBody{
    padding-bottom: 6rem;
}
.menuArea.categorytop .pageBody{
  padding-top: 7%;
}
.menuSelect_inner{
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
}
.menuSelect .menuSelectContainer {
    width: 520px;
    margin-bottom: 5.5%;
}
@media (max-width: 1100px) {
  .menuSelect .menuSelectContainer {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .menuSelect .menuSelectContainer {
    width: 100%;
    margin: 0 auto 11%;
  }
}

.menuSelect .menuSelectContainer:nth-child(odd){
  margin-right:2%;
}
@media (max-width: 767px) {
  .menuSelect .menuSelectContainer:nth-child(odd){
    margin-right:auto;
  }
}

.menuSelect .menuSelectContainer a:hover{
  opacity: 0.7;
}
.menuSelect .menuSelectContainer .btnContainer a:hover{
  opacity: 1;
}

.menuSelectTtl{
  font-size: 2rem;
  margin: 1.8% 0;
}
@media (max-width: 767px) {
  .menuSelectTtl {
    font-size: 1.8rem;
  }
}
.menuSelectTxt {
    font-size: 1.6rem;
}
@media (max-width: 767px) {
  .menuSelectTxt {
    font-size: 1.5rem;
  }
}

.menuSelect .allergyInfoLink{
  font-size: 1.9rem;
  width: 100%;
  margin-left: auto;
  text-align: right;
}
@media (max-width: 767px) {
  .menuSelect .allergyInfoLink {
    font-size: 1.3rem;
  }
}
.top{
  margin-top:5%;
}
.bottom{
  margin-bottom:10%;
}
.menuSelect .allergyInfoLink a{
  color:#821923;
}
.menuSelect .allergyInfoLink .arrow::before {
    width: 10px;
    height: 10px;
    margin: 0 11px 2px 0;
    border-top: 3px solid #821923;
    border-right: 3px solid #821923;
}
@media (max-width: 767px) {
  .menuSelect .allergyInfoLink .arrow::before {
      width: 7px;
      height: 7px;
      margin: 0 8px 2px 0;
      border-top: 2px solid #821923;
      border-right: 2px solid #821923;
  }
}




/*単品メニュー
----------------------------------*/
.tanpinArea .menuSelect_inner{
  margin-bottom:5%;
}
.menuSelect .menuSelectContainer.tanpinSelect {
    width: 330px;
    margin-bottom: 3%;
    text-align: center;
}
@media (max-width: 1100px) {
  .menuSelect .menuSelectContainer.tanpinSelect {
    width: 33.33333%; /* 非サポートブラウザ用のフォールバック */
    width: -webkit-calc(100% / 3);
    padding: 0 1%;
  }
  @supports (display: flex) {
    .menuSelect .menuSelectContainer.tanpinSelect {
      width: calc(100% / 3);
    }
  }
  .tanpinArea .contentArea{
    margin:0;
  }
}
@media (max-width: 767px) {
  .menuSelect .menuSelectContainer.tanpinSelect {
    width: 49%; /* 非サポートブラウザ用のフォールバック */
    width:  -webkit-calc(98% / 2);
    width: calc(98% / 2);
    padding: 0;
    margin-bottom: 6%;
  }
  .tanpinArea .contentArea{
     margin: 0 2%;
  }
}
.menuSelect .menuSelectContainer.tanpinSelect:nth-child(odd){
  margin:0;
}
@media (max-width: 767px) {
  .menuSelect .menuSelectContainer.tanpinSelect:nth-child(odd){
    margin:0 auto auto 0;
  }
  .menuSelect .menuSelectContainer.tanpinSelect:nth-child(even){
    margin-right:0;
  }
  .menuSelect .menuSelectContainer.tanpinSelect:first-child{
    margin-bottom:10%;
  }
}
@media (max-width: 767px) {
  .menuSelect .menuSelectContainer.tanpinSelect .menuSelectTtl{
    font-size: 1.5rem;
  }
}

/*メニューカテゴリ
----------------------------------*/
/* .menuCategory .menuSelectTxt{
  margin-bottom: 15%;
} */
.menuCategory.btn_none .menuSelectTxt{
  margin-bottom: 5%;
}
@media (max-width: 767px) {
  .menuCategory .contentArea{
    margin: 0 5.5%;
  }
  .menuCategory .sp_contentArea{
    margin: 0 5.5%;
  }
}

.menuCategory .menuSelect_inner{
  margin-bottom: 3%;
}
@media (max-width: 1160px){
  .menuCategory .menuSelect_inner{
    margin:0 3% 3%;
  }
}
.menuCategory .menuSelect_inner.last{
  margin-bottom: 0;
}
.menuCategory .menuSelect .menuSelectContainer{
  border: 1px solid #A5A5A5;
  width: 513px;
  margin-bottom: 10%;
  position: relative;
}
.menuCategory .menuSelect .menuSelectContainer.turn{
   border: none;
}
@media (max-width: 1160px){
  .menuCategory .menuSelect .menuSelectContainer,
  .menuCategory .menuSelect .attentionContainer{
    width: 48%;
  }
  .menuCategory .menuSelect .attentionContainer .menuSelectContainer{
    width: 100%;
  }
}
@media (max-width: 1100px){
  .menuCategory .menuSelect .menuSelectContainer,
  .menuCategory .menuSelect .attentionContainer{
    width: 47%;
  }
}
@media (max-width: 767px){
  .menuCategory .menuSelect .menuSelectContainer,
  .menuCategory .menuSelect .attentionContainer{
    width: 100%;
    margin-bottom: 13.5%;
  }
  .menuCategory .menuSelect .attentionContainer{
    margin-bottom: 8%;
  }
  .menuCategory .menuSelect_inner{
    margin:0 0 3%;
  }
}
.attentionItem{
  margin-top: -4%;
  font-size: 85%;
}
@media (max-width: 767px){
  .attentionItem{
    margin-top: -9%;
  }
}
.itemImg{
  position: relative;
}
.course_labelArea{
  position: absolute;
  bottom: 1.5rem;
  left:1rem;
}

.course_labelArea.babystarSalad {
  top:  1.5rem;
}

.course_label{
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    color: #fff;
    font-size: 1.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    text-align: center;
    line-height: 1.3;
}
.course_label + .course_label{
  margin-left:.7rem;
}

.label{
    width: 10.7rem;
    height: 10.7rem;
    border-radius: 50%;
    color: #fff;
    font-size: 2rem;
    align-items: center;
    position: absolute;
    top: -5.3rem;
    left: -6.7%;
    z-index: 1;
    text-align: center;
    line-height: 2.8rem;
}

.specialty{
  background-color: #B91802;
  padding: 7% 0;
}
.areaOnly {
  padding: 4.4% 0;
}

.label_godai{
  width: calc(10.7rem * 1.25);
  height: calc(10.7rem * 1.25);
  left: -7%;
}

@media (max-width: 1100px){
  .label{
    width: 9.5rem;
    height: 9.5rem;
    top: -4.6rem;
    font-size: 1.8rem;
  }
  .label_godai{
    width: calc(9.5rem * 1.25);
    height: calc(9.5rem * 1.25);
    left: -6.7%;
  }
}
@media (max-width: 880px){
  .label{
      width: 8.5rem;
      height: 8.5rem;
    }
  .areaOnly {
    padding: 3.4% 0;
  }
  .label_godai{
    width: calc(8.5rem * 1.25);
    height: calc(8.5rem * 1.25);
  }
}
@media (max-width: 767px){
  .label{
    top: -4.2rem;
  }
  .course_labelArea {
    bottom: .5rem;
    left: 0;
  }
  .course_labelArea.babystarSalad {
    top: .5rem;
  }
  .course_label{
    width: 5.5rem;
    height: 5.5rem;
    font-size: 1rem;
    transform: scale(0.75);
  }
  .course_label + .course_label {
    margin-left: -.7rem;
  }
  .specialty{
  padding: 25px 0;
}
  .areaOnly {
  padding: 2.4% 0;
}
}
@media (max-width: 500px){
  .label{
    width: 7rem;
    height: 7rem;
    font-size: 1.35rem;
    left: -3.5%;
    top: -3.5rem;
    line-height: 2.0rem;
  }
  .areaOnly {
    padding: 3.6% 0;
  }
  .label_godai{
    width: calc(7rem * 1.25);
    height: calc(7rem * 1.25);
  }
}


.l_blue{
  background-color: #110340;
}
.l_red{
  background-color: #801b23;
}
.l_beige{
  background-color: #fff3dd;
  color: #4f1919;
}

.item_description{
  padding: 0 4%;
  margin: 1% 0 3%;
}

.price span:first-child,
.price .f-28{
  font-size: 2.8rem;
}
.price span:last-child{
  font-size: 1.6rem;
}
@media (max-width: 767px){
  .price span:first-child,
  .price .f-28{
    font-size: 2.2rem;
  }
  .price span:last-child{
    font-size: 1.2rem;
  }
}
.menuSelect .price {
    text-align: right;
    margin-top: 1.8%;
    /* position: absolute;
    bottom: 4%;
    right: 6%; */
}

@media (max-width: 767px) {
  .contentArea .menuSelectTtl {
    font-size: 1.7rem;
  }
}


/*新名物
----------------------------------*/
.bnrArea{
  margin-top: 0.5%;
  text-align: center;
}
@media (max-width: 767px) {
  .bnrArea{
    margin-top: 0;
  }
}

.recommendSelectTtl{
  font-size: 2.6rem;
  margin: 4% 0 2.3%;
  text-align: center;
  width: 100%;
}
.recommendSelectTtl.areaName{
    margin-top:6%;
  }
@media (max-width: 767px) {
  .recommendSelectTtl {
    font-size: 1.8rem;
    margin: 10% 0 6%;
  }
  .recommendSelectTtl.areaName{
    margin-top:10%;
  }
  .recommendSelectTtl.areaName.first{
    margin-top:16%;
  }
}

.recommendSelectTxt {
    font-size: 1.8rem;
    text-align: center;
    width: 100%;
}
@media (max-width: 767px) {
  .recommendSelectTxt {
    font-size: 1.5rem;
    text-align: left;
  }
}
.subject_area {
    width: 100%;
    margin: 1% 0 9.3%;
    text-align: center;
}
@media (max-width: 767px){
  .subject_area{
    text-align: left;
    font-size: 1.25rem;
    margin-bottom: 14%;
  }
}



.menu_attention{
  margin: 0 0 7%;
}
.menu_attention_txt{
  padding-left:1em;
  text-indent:-1em;
  font-size: clamp(1.4rem, 1.309rem + 0.242vw, 1.6rem);
}
.menu_attention p{
  padding-top: 0;
}
@media (max-width: 767px){
  /*.menu_attention{
    border-top: 1px solid #707070;
    padding-top: 7%;
  }*/
}

.pageBtn{
  display: flex;
  justify-content:space-between;
  margin: 9.5% 0;
}
@media (max-width: 767px){
  .pageBtn{
    flex-direction: column;
    margin: 8% 0 5%;
  }
}
.pageBtn .btnContainer{
  width: 48%;
}
@media (max-width: 767px){
  .pageBtn .btnContainer{
    width: 100%;
  }
  .pageBtn .btnContainer:last-child{
    margin-top: 5%;
  }
}
.pageBtn .btn{
  width: 100%;
}

/*各種コース
----------------------------------*/
.course .contentArea{
  margin-top: 10.5%;
}
@media (max-width: 767px){
  .course .contentArea{
    margin-top: 17%;
  }
}
.course .menuSelectTxt{
  margin-bottom: 5%;
}
.menuSelectTxt.menu-type{
  font-size: 1.8rem;
}
@media (max-width: 767px){
  .menuSelectTxt.menu-type{
    font-size: 1.6rem;
  }
}
.course .pageTitle {
  font-size: 5.0rem;
}
@media (max-width: 767px) {
  .course .pageTitle{
    font-size: 3.0rem;
  }
}

.free1{
  background-color: #821923;
  color: #fff;
}
.free2{
  background-color: #0D003C;
  color: #fff;
}
.free3{
  background-color: #FFF3DE;
  color: #53181D;
}
.lunch{
  background-color: #FFD671;
  color: #333333;
}
.drink{
  background-color: #F7F2EA;
  color: #333333;
}
.courseBox{
  text-align: center;
  padding: 1rem 2% 2.5rem;
}
@media (max-width: 767px){
  .courseBox{
    padding: 3% 0 5%;
  }
}
.drinkArea .courseBox{
  padding: 3% 2%;
  text-align: left;
}
@media (max-width: 767px){
  .drinkArea .courseBox{
    padding: 7% 0 9%;
  }
}
.drinkArea .drink_img_inner {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}
.drinkArea .drink_img_item {
  flex-basis: 48.5%;
  display: block;
}
@media (max-width: 767px) {
  .drinkArea .drink_img_inner {
    display: block;
    margin-top: 2.5rem;
  }
  .drinkArea .drink_img_item:first-child {
    margin-bottom: 3rem;
  }
  .drinkArea .mt_20 {
    margin-top: 2rem;
  }
}
.drinkArea .notes {
  list-style: none;
}
.drinkArea .notes li {
  padding-left: 0.75em;
  position: relative;
}
.drinkArea .notes li::before {
  display: block;
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #333;
  content: "";
}
.drinkArea .notes_comment {
  list-style: none;
  margin-top: 2rem;
}
.drinkArea .notes_comment li {
  padding-left: 0.95em;
  position: relative;
}
.drinkArea .notes_comment li::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.course_inner1 {
    letter-spacing: 1.5px;
    line-height: 1.5;
}
.courseBox .course_inner1 span:first-child{
  font-size: 4.5rem;
}
.courseBox .course_inner1 span:nth-of-type(2),
.courseBox .course_inner1 span:nth-of-type(4){
  font-size: 2rem;
}
.courseBox .course_inner1 span:nth-of-type(3){
  font-size:clamp(1.9rem, 1.33vw + 1.4rem, 3rem);
}

@media (max-width: 767px){
  .courseBox .course_inner1 span:first-child{
    font-size: 2.6rem;
  }
  .courseBox .course_inner1 span:nth-of-type(2),
  .courseBox .course_inner1 span:nth-of-type(4){
    font-size: 1.4rem;
  }
  .courseBox .course_inner1 span:nth-of-type(3){
    margin-right:0;
  }
  .courseBox .border{
    border-top:1px solid #fff;
    width:100%;
    margin: 1.5rem 0;
  }
  .courseBox.free3 .border{
    border-top:1px solid #53181D;
  }
  .courseBox.lunch .border{
    border-top:1px solid #333333;
  }
}


.courseOnly_1015{
    display: none;
}
/*@media screen and (min-width:768px) and ( max-width:1015px)*/
@media (max-width: 1015px) {
  .courseOnly_1015{
    display: block;
  }
}

.course_inner2{
  font-size: 2rem;
  max-width: 1080px;
  margin: 1.6rem auto 0;
}
.free3 .course_inner2{
  border-top: 1px solid #53181D;
  border-bottom: 1px solid #53181D;
}
.lunch .course_inner2,
.drink .course_inner2{
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
}

@media (max-width: 767px){
  .course_inner2{
    font-size: 1.5rem;
    margin: 0 2% 1rem;
  }
}

.course_inner3 {
    margin: 2.5rem auto;
    width: 50rem;
    /*image-rendering: crisp-edges;*/
}
.drink .course_inner3{
  width: 24rem;
  margin: auto;
}
@media (max-width: 767px){
  .course_inner3{
    width: 100%;
    min-width: 30rem;
    height: auto;
    margin-top: 5%;
    margin-bottom:5%;
    /*image-rendering: auto;*/
  }
}

.course_note {
  max-width: 750px;
  margin: 2rem auto 0;
  padding: 2%;
  border: 4px solid #cc3333;
  font-weight: 400;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .course_note {
    margin: 3% 2% 0;
    padding: 4% 6%;
    font-size: 1.4rem;
  }
}

.course .menu_attention{
  margin:-5% 0 11%;
}
/*各種コース(きんぐ・プレミアムのみ)
---------------------*/
.courseSpecial{
  background-image: url(../img/menu/course_bg.jpg);
  background-repeat: repeat;
}
.courseSpecial .menuSelectContainer{
  background-color: #fff;
}
.courseSpecial_ttl{
  text-align: center;
  padding-top: 10rem;
  font-size:3rem;
  font-weight: 600;
}
@media (max-width: 767px){
  .courseSpecial_ttl{
    padding-top: 3rem;
    font-size:1.9rem;
  }
}
.courseSpecial_ttl.-king{
  margin-bottom: -3rem;
}
.courseIcon_box{
  margin: 6% 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
}
@media (max-width: 767px){
  .courseIcon_box{
    margin: 8% 2%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.courseIcon_box > .courseIcon_icon{
  position:relative;
  padding-left:5.5rem;
}
@media (max-width: 767px){
  .courseIcon_box > .courseIcon_icon{
    padding-left:4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.courseIcon_box > .courseIcon_icon::before{
  position:absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media (max-width: 360px){
  .courseIcon_box > .courseIcon_icon::before{
    top: 25%;
  }
}
.courseIcon_icon::before{
  content:"";
  display:inline-block;
  width:3rem;
  height:3rem;
  background-size:contain;
  vertical-align: sub;
}
.courseIcon_icon.-premium::before{
	background:url(../img/menu/premium_icon.svg) no-repeat;
}
.courseIcon_icon.-king::before{
	background:url(../img/menu/king_icon.svg) no-repeat;
}
.courseIcon_icon.-chili::before{
	background:url(../img/menu/chili_icon.svg) no-repeat;
  margin-right: -3%;
}
.courseIcon_icon.-large::before{
  width:5rem;
  height:5rem;
}
.courseIcon_icon.-small::before{
  width:2.5rem;
  height:2.5rem;
}
@media (max-width: 767px){
  .courseIcon_icon.-premium::before,
  .courseIcon_icon.-king::before{
    width:2.5rem;
    height:2.5rem;
  }
  .courseIcon_icon.-large::before{
    width:3.5rem;
    height:3.5rem;
  }
  .courseIcon_icon.-small::before{
    width:2rem;
    height:2rem;
  }
}
.courseIcon_icon > .l-space{
  letter-spacing: -.8rem;
  margin: 0 0.7rem 0 -.5rem;
}

.courseIcon_box > .courseIcon_icon:first-child{
  margin-right:4%;
}
@media (max-width: 960px){
  .courseIcon_box > .courseIcon_icon + .courseIcon_icon{
    margin-top:4rem;
  }
  .courseIcon_box > .courseIcon_icon:first-child{
    margin-right:0;
  }
  .courseIcon_box{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767px){
  .courseIcon_box > .courseIcon_icon + .courseIcon_icon{
    margin-top:2rem;
  }
}

/*各種コース(ランチ)
---------------------*/
.dessert{
  background-color: #F5D9E8;
  display: flex;
  padding: 0 1%;
}
@media (max-width: 767px){
  .dessert{
    text-align: center;
    padding: 0;
    margin-bottom: 11%;
  }
}
.dessert_inner{
  width: 1080px;
  margin: 5rem auto;
  display: flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  color: #333333;
  align-items: flex-end;
}
@media (max-width: 767px){
  .dessert_inner{
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 2rem auto;
  }
}

.dessert_inner .left{
  /*image-rendering: -webkit-optimize-contrast;*/
  width: 40%
  }
@media (max-width: 1130px){
  .dessert_inner .left{
    margin-right: 2%;
  }
}
@media (max-width: 970px){
  .dessert_inner .left{
    width: 50%
  }
}
@media (max-width: 767px){
  .dessert_inner .left{
    margin-right: 0;
    width: 100%;
  }
  .dessert_inner .left img{
     margin: 2rem auto;
  }
}

.dessert_inner .right{
  width:624px;
}
@media (max-width: 767px){
  .dessert_inner .right{
    max-width:75%;
  }
}

.dessert_inner .border{
  border-bottom: 1px solid #333333;
  margin: 4% 0 5%;
}
@media (max-width: 767px){
  .dessert_inner .border{
    border:none;
  }
}

.dessertTxtArea{
  display: flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  align-items:flex-end;
}
@media (max-width: 767px){
  .dessertTxtArea{
    -ms-flex-pack:distribute;
    justify-content:center;
    flex-direction: column;
  }
}

@media (max-width: 940px){
  .dessert_service{
    width:60%;
  }
}
@media (max-width: 767px){
  .dessert_service{
    width:100%;
  }
}
.dessertName{
  font-size: 1.8rem;
}
@media (max-width: 1000px){
  .dessertName{
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 840px){
  .dessertName{
    font-size: 1.4rem;
  }
}
@media (max-width: 767px){
    .dessertName{
      font-size: 1.6rem;
      width: 100%;
    }
}
.dessertTxtArea div:last-child{
  text-align: right;
  /*image-rendering: -webkit-optimize-contrast;*/
}
@media (max-width: 767px){
  .dessertTxtArea div:last-child{
      text-align: center;
      /*image-rendering:auto;*/
  }
}
.course .contentArea.last{
  margin-top: 3%;
}

.dessertTtl span{
  font-size: 3.1rem;
}
.dessertTtl span:nth-of-type(2){
  font-weight: 500;
  font-size: 1.6rem;
}
.dessertTtl span:nth-of-type(3){
  font-size: 2.3rem;
}
.dessertTtl span:nth-of-type(5){
  color: #821923;
}

@media (max-width: 1125px){
  .dessertTtl span{
    font-size: 2.7rem;
  }
}
@media (max-width: 970px){
  .dessertTtl span{
    font-size: 2.4rem;
  }
  .dessertTtl span:nth-of-type(3) {
    font-size: 2rem;
  }
}
@media (max-width: 835px){
  .dessertTtl span{
    font-size: 2.2rem;
  }
}
@media (max-width: 767px){
  .dessertTtl span:nth-of-type(2){
    font-size: 1.3rem;
    font-weight: 700;
  }
  .dessertTtl span:nth-of-type(4),
  .dessertTtl span:nth-of-type(5){
    font-size: 2.5rem;
  }
}
.dessert_pcOnly{
  display: block;
}
@media (max-width: 767px) {
  .dessert_pcOnly{
    display: none;
  }
}
.dessert_spOnly{
  display: none;
}
@media (max-width: 767px) {
  .dessert_spOnly{
    display: block;
  }
}

.lunchcouse_drink_mb {
  margin-bottom: 0 !important;
}

.lunchcouse_drink_bg{
  background-color: #f4f2dd;
}

.menuSelectNoTtl{
  margin-top: calc(1.8% * 2);
}

.lunchcouse_price_mb{
  margin-bottom: -1%;
}

/*各種コース(きんぐ・プレミアム・58品・ランチ FVの余白調整)
----------------------------------*/
.course.free > .pageHeader{
  min-height: auto;
}
.course.free > .pageHeader > .pageTitle{
  margin: 3rem 2.4rem 3.5rem;
  padding:0
}
@media (max-width: 767px){
  .course.free > .pageHeader > .pageTitle{
    margin: 3rem 2.4rem 2.5rem;
  }
}
.menuArea.free .pageBody {
  padding-top: 2rem;
}
@media (max-width: 767px){
  .menuArea.free .pageBody {
    padding-top: 0;
  }
}
.menuArea.free .courseBox_inner{
  width: min(500px, 100% - 35px);
    margin-inline: auto;
}
.menuArea.free .course_inner_note{
  font-size: clamp(1.3rem, 0.24vw + 1.21rem, 1.5rem);
  text-align: left;
}

/*飲み放題メニュー
----------------------------------*/
.drink.courseBox .course_inner1{
  display: flex;
  justify-content: center;
  align-items: center;
}
.course.drinkArea .pageTitle {
  font-size: 4rem;
}
.drink.courseBox .course_inner1 span:first-child{
  font-size: 2.8rem;
  margin-right: .5rem;
}
.drink.courseBox .course_inner1 span:nth-of-type(2){
  font-size: 3.6rem;
}
@media (max-width: 767px){
  .drink.courseBox .course_inner1 span:first-child{
    font-size: 2rem;
  }
  .drink.courseBox .course_inner1 span:nth-of-type(2){
    font-size: 3rem;
  }
}
.drinkArea .pageBody .drink_heading {
  font-size: 36px;
  margin: 7rem 0 3rem;
  color: #fff;
  text-align: center;
  padding: 2.6rem 2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .drinkArea .pageBody .drink_heading {
    font-size: 22px;
    margin: 3rem 0 2rem;
    padding: 3.2rem 2rem;
  }
  .course.drinkArea .pageTitle {
    font-size: 2rem;
  }
}
.drinkArea .pageBody .softdrink_heading {
  background: #EF7216;
}
.drinkArea .pageBody .softdrink_alcohol_heading {
  background: #AD181F;
}
@media (max-width: 767px) {
  .drinkArea .pageBody .softdrink_alcohol_heading {
    padding: 1.9rem 2rem;
    line-height: 1.1;
  }
}

.drink-name{
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
}
.tea .drink-name {
  flex-wrap: nowrap;
  white-space: nowrap;
}
.tax{
  font-size: 1.2rem;
}
.drinkArea.menuCategory .menuSelect .menuSelectContainer{
  margin-bottom: 5%;
}
.drinkArea.menuCategory .menuSelect .menuSelectContainer.last{
  margin-bottom: 10%;
}
@media (max-width: 767px){
  .drinkArea.menuCategory .menuSelect .menuSelectContainer{
    margin-bottom: 7%;
  }
  .drinkArea.menuCategory .menuSelect .menuSelectContainer.last{
    margin-bottom: 15%;
  }
}

.course.drinkArea .contentArea{
  margin-top: 1%;
}
.course.drinkArea .contentArea.ttl02{
  margin-top: 5%;
}
.-nocaffeine{
  display: flex;
  align-items: center;
  width: 25rem;
  justify-content: space-between;
  align-items: center;
}
.-nocaffeine::after {
  content: '';
  display: block;
  background-image: url(/wp-content/themes/king_basic/img/menu/nocaffeine_icon.png);
  background-size: contain;
  width: 11.4rem;
  height: 1.6rem;
  }
@media (max-width:420px),(767px <=  width < 900px) {
  .-nocaffeine{
    width: 19.6rem;
  }
  .-nocaffeine::after {
    width: 9rem;
    height: 1.5rem;
  }
}

/*単品詳細ページ
----------------------------------*/
.menuArea.menu-details .pageBody{
  padding-top: 8%;
}
@media (max-width: 1130px){
  .menu-details .contentArea{
    margin: auto 2%;
  }
}
@media (max-width: 767px){
  .menu-details .contentArea{
      margin: auto 5.5%;
  }
}


.menuCategory.menu-details .menuSelect .menuSelectContainer{
  border: none;
  width: 511px;
  margin-bottom: 9%;
}
@media (max-width: 1160px){
  .menuCategory.menu-details .menuSelect .menuSelectContainer{
    width: 48%;
  }
}
@media (max-width: 767px){
  .menuCategory.menu-details .menuSelect .menuSelectContainer{
    width: 100%;
    margin-bottom:0;
  }
}
.menu-details .menuSelectTtl{
  font-size: 2.2rem;
  margin-top: 6%;
}
@media (max-width: 767px){
  .menu-details .menuSelectTtl{
    margin-top: 3%;
    font-size: 1.8rem;
  }
}
.menu-details .item_description{
  padding: 0 4% 0 0;
}
@media (max-width: 767px){
  .menu-details .item_description{
    padding: 0 2%;
  }
}
.menuCategory.menu-details .menuSelectTxt{
  margin-bottom: 15%;
}
.menu-details .menuSelect .price{
  bottom: 7%;
}
.menu-details .pageBtn{
  margin: 3% 0;
}
.menu-details .pageBtn.last{
  margin-bottom:5%;
}
.menu-details-btnBox{
  margin-bottom: 10%;
}

.selectCourse{
  font-size: 1.8rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px){
  .selectCourse{
    font-size: 1.25rem;
    margin-top: 8%;
  }
}

.selectCourse_txt{
  margin-left: 1%;
}




.circleBlack{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.circleBlack::before,
.circleBlack::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.circleArrow::before{
    box-sizing: border-box;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #000;
}
.circleArrow::after{
    display: inline-block;
     box-sizing: border-box;
    width: 11px;
    height: 11px;
    /*margin: 0 14px 3px 0;*/
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(135deg);
    content: "";
    left: 7px;
    top: -5px;
}
@media (max-width: 767px){
  .circleArrow::before{
    width: 1.7rem;
    height: 1.7rem;
  }
  .circleArrow::after {
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    left: 5px;
    top: -4.2px;
  }
}

.arrow-img {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 767px){
  .arrow-img {
    width: 1.7rem;
    height: 1.7rem;
}
}

/*キッズメニュー
----------------------------------*/
.kids .pageTitle,
.kids-bg{
  background-color: #FFF4E0;
  background-image: url(/wp-content/themes/king_basic/img/menu/kids_bg.png);
  background-repeat: repeat;
}
.menuArea.kids .pageBody {
    padding-bottom: 1rem;
}
.kids .recommendSelectTtl{
  margin-top: 7%;
}
.kids.course .contentArea{
  margin-top: 5%;
}
.kids.menuCategory .menuSelect .menuSelectContainer{
  background-color: #fff;
  margin-bottom: 5%;
}
@media (max-width: 767px){
  .kids.menuCategory .menuSelect .menuSelectContainer{
    margin-bottom: 10%;
  }
}
.contentArea.menuSelect.white{
  margin-top: 5%;
  margin-bottom: 5%;
}
@media (max-width: 767px){
  .contentArea.menuSelect.white{
    margin-top: 7%;
    margin-bottom: 10%;
  }
}
@media (max-width: 767px){
  .contentArea.menuSelect.white{
    margin-bottom: calc(5% + 3rem);
  }
}

/*期間限定詳細ページ
----------------------------------*/
.toCourse_heading{
  font-size: clamp(14px, 2.8vw, 25px);
}
.toCourse_title{
  font-size: clamp(1.4rem, 0.73vw + 1.13rem, 2rem);
}
.menuSelect_inner.-season{
  max-width: 750px;
  margin-inline: auto;
}
.menuCategory .menuSelect .menuSelectContainer.-season {
  margin-bottom: 8%;
  width: min(590px, 49%);
  border: none;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px){
  .menuCategory .menuSelect .menuSelectContainer.-season{
    margin-bottom: 13.5%;
    margin-left: inherit;
    margin-right: inherit;
  }
}


/*期間限定
----------------------------------*/

/* コース導線 */
.toCourse_container{
    margin-left: 3rem;
    margin-right: 3rem;
}
.toCourse{
  display: flex;
  justify-content: space-between;
  column-gap: 3rem;
  color:#393939;
}
.toCourse_heading{
  font-size: clamp(14px, 2.8vw, 25px);
}
.toCourse_item .toCourse_title{
  font-size: clamp(1.4rem, 0.73vw + 1.13rem, 2rem);
}
/*btn*/
.contentArea.-season > .btnContainer > .btn{
  max-width: 570px;
  width: 100%;
}
.btn--red{
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #fff;
  border: solid 1px #D51717;
  border-radius: 10px;
  transition: .4s;
  background-color: #D51717;
}
.btn--red:active,
.btn--red:focus,
.btn--red:hover {
  opacity: .7;
  color: #fff;
}

@media (max-width: 767px){
  /* ページ下部ボタン */
  .toCourse_container{
    margin-left: 18.5px;
    margin-right: 18.5px;
  }
  .toCourse{
    column-gap: 15px;
  }
}

/*ページ下部バナーエリア
-----------------------------*/
.menu_btnArea {
    padding-top: 3em!important;
}
.btnArea {
    display: flex;
    justify-content: space-between;
    width: 698px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 767px){
  .btnArea {
    width: 85.4%;
    flex-direction: column;
  }
}
.img100pr {
    width: 100%;
    vertical-align: bottom;
}
.equal {
    box-flex: 1!important;
    width: 100%;
    margin-right: 4px;
}
@media (max-width: 767px){
  .equal {
    margin-bottom: 25px;
  }
}

