/* ======================================================
pc
====================================================== */
/* common
---------------------------------------------------------------------- */
#htlSide-A {
  top: 630px;
}

.dotLineTable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 5%;
}
.dotLineTable dt {
  width: 18%;
  padding: 10px 0;
  text-align: center;
  border-top: 1px dashed #898989;
}
.dotLineTable dt > * {
  height: 100%;
}
.dotLineTable dt span {
  border-right: 1px dashed #898989;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-weight: 500;
}
.dotLineTable dt:last-of-type {
  border-bottom: 1px dashed #898989;
}
.dotLineTable dd {
  width: 82%;
  padding: 11px 30px;
  border-top: 1px dashed #898989;
  font-weight: 500;
  line-height: 1.43;
}
.dotLineTable dd:last-of-type {
  border-bottom: 1px dashed #898989;
}

.dotLineTable__note {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.42;
}

/* pickup
---------------------------------------------------------------------- */
.pickup {
  padding: 60px 0;
}

.pickup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
  margin-bottom: 55px;
}
.pickup__list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.pickup .ctitle2 {
  text-align: center;
  margin-bottom: 50px;
}

.pickup__btn {
  width: 600px;
  padding: 10px;
  height: 95px;
  margin: 0 auto;
  font-size: 26px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../images/bg_pickup.jpg);
  color: #fff;
}

/* shisen
---------------------------------------------------------------------- */
.shisen {
  padding: 110px 0;
  background-color: #F3F2EE;
}

.shisen__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  margin-bottom: 73px;
}

.shisen__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 440px;
          flex: 1 0 440px;
}

.shisen__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 626px;
          flex: 0 1 626px;
}
.shisen__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.shisen .ctitle2 {
  margin-bottom: 50px;
  text-align: center;
}

.shisen__txt {
  margin-bottom: 40px;
}

.shisen__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.shisen__dl:last-of-type {
  margin-bottom: 0;
}
.shisen__dl dt {
  border: 1px solid #898989;
  line-height: 1;
  padding: 5px;
  min-width: 98px;
  height: 32px;
  margin-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shisen__dl dt > * {
  font-weight: 500;
}
.shisen__dl dd {
  line-height: 1.43;
  padding-top: 0.2em;
  font-weight: 500;
}

#RthCustomizeW dd a {
  color: #333;
}

.shisen__dataSeat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* instagram
---------------------------------------------------------------------- */
.instagram {
  padding: 60px 0;
}/*# sourceMappingURL=restaurant.css.map */