@charset "UTF-8";
/*------------------------------------------------------------pagetitle*/
#pagetitle {
  background: url("../img/drink_img/bg_tit;e.jpg") no-repeat center center;
  background-size: 200% auto;
}
@media print, screen and (min-width:768px) {
  #pagetitle {
    background-size: cover;
    height: 300px;
  }
}
/*------------------------------------------------------------content*/
.price_tx {
  background: none;
  color: #e5d2ad;
}
.drinkmenu_tbl {
  width: 100%;
  margin: 0 auto 60px;
}

.drinkmenu_tbl th {
  width: 35%;
  text-align: left;
  padding: 0.5em;
  font-weight: normal;
  border-bottom: 1px dotted rgba(255, 192, 211, 0.3);
  box-sizing: border-box;
  font-size: calc(14px * 0.95);
  line-height: 1.1;
}

.drinkmenu_tbl th span.tx_s {
  font-size: 0.8em;
  display: inline-block;
  margin-left: 1em;
}

.drinkmenu_tbl td {
  padding: 0.5em;
  border-bottom: 1px dotted rgba(255, 192, 211, 0.3);
  font-size: calc(14px * 0.95);
  line-height: 1.1;
}

.drinkmenu_tbl td p {
  clear: both;
}

.drinkmenu_tbl td span.tx_s {
  display: inline-block;
  font-size: 0.8em;
}

@media print,
screen and (min-width:768px) {
  .drinkmenu_tbl th {
    display: table-cell;
    width: 45%;
    font-size: 14px;
    line-height: 1.4;
    padding: 0.5em 1em;
  }
  .drinkmenu_tbl td {
    font-size: 14px;
    line-height: 1.4;
    padding: 0.5em 1em;
  }

}

@media print,
screen and (min-width:992px) {
  .drink_area .menu_flex_container figure {
    width: 458px;
  }

}
@media print,
  screen and (min-width:1200px) {
      .drinkmenu_tbl th {

        width:60%;
    }
}
/* drink_course */

#drink_course .flex_container {}

.nomihoudai_dl {
  width: 100%;

}

.nomihoudai_dl .in_dl {
  width: 100%;
  margin-bottom: 0.3em;
}

.nomihoudai_dl dt {
  padding: 0.5em 2em;
  background: url(../img/common_img/bg_subti_pi.png) repeat 0 0;
  box-sizing: border-box;
  text-align: left;
}

.nomihoudai_dl dt .tx_s {
  font-size: 0.8em;
  display: inline-block;
  margin: 0 0.5em;
}

.nomihoudai_dl dd {
  padding: 0.5em 2em calc(3em * 0.5);
  text-align: left;
  font-size: 14px;
  box-sizing: border-box;
}

#drink_course .flex_container figure {
  width: 100%;
  margin: 0 0 30px;
}

#drink_course .flex_container figure img {
  width: 100%;
}

@media print,
screen and (min-width:768px) {
  #drink_course .flex_container {
    display: flex;
  }
  .nomihoudai_dl {
    width: calc(100% - 458px * 0.7);
    margin-right: 30px;
  }

  #drink_course .flex_container figure {
    width: calc(458px * 0.7);
    margin: 0;
  }
  #drink_course .flex_container figure img {
    width: calc(458px * 0.7);
  }

}

@media print,
screen and (min-width:992px) {
  .nomihoudai_dl dd {
    padding: 0.5em 2em 3em;
  }

}

@media print,
screen and (min-width:1200px) {
  .nomihoudai_dl {
    width: calc(100% - 458px);
  }
  #drink_course .flex_container figure {
    width: 458px;
    margin: 0;
  }
  #drink_course .flex_container figure img {
    width: 458px;
  }
}
