.restaurant-content {
  font-size: 1.4rem;
}

.restaurant-content h2,
.restaurant-content h3 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.restaurant-content h3 {
  font-size: 2rem;
  margin-bottom: 4px;
}

.restaurant-content img {
  width: 100%;
}

.restaurant-content .pct {
  line-height: 0;
}

.restaurant-01 .txt {
  padding: 32px;
  text-align: center;
  background: url(assets/img/theme/restaurant_pattern_01.png) left top repeat;
}

.restaurant-01 .txt p {
  line-height: 2;
}

.restaurant-title {
  margin-bottom: 14px;
}

.restaurant-title img {
  width: 65%;
}

.restaurant-02 {
  background: url(assets/img/theme/restaurant_pattern_02.png) left top repeat;
  color: #fff;
}

.restaurant-02 p {
  line-height: 2;
}

.restaurant-02 .txt {
  padding: 48px 32px;
}

.restaurant-02 h2 {
  font-size: 2.4rem;
  margin-bottom: 10px;
  text-align: center;
}

.restaurant-menu {
  margin: -26px 20px 26px;
  padding: 22px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.restaurant-menu .list-items li {
  margin-bottom: 1.3em;
  padding-bottom: .7em;
  border-bottom: 1px solid rgba(132, 132, 132, 0.3);
}

.restaurant-menu h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1em;
}

.restaurant-menu h2 span {
  display: inline-block;
  border-bottom: 1px solid #a2a18c;
  padding-bottom: 6px;
}

.restaurant-menu .list-items {
  margin-bottom: 0;
}

.restaurant-menu dl {
  margin: 0 0 50px 0;
}

.restaurant-menu dl:last-of-type {
  margin-bottom: 18px;
}

.restaurant-menu dl dt {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 1.8rem;
  margin-bottom: 4px;
}

.restaurant-menu dl dt::before {
  content: "";
  display: inline-block;
  background-color: #b7b598;
  width: .5em;
  height: .5em;
  border-radius: 50%;
  margin-right: 0.2em;
}

.restaurant-menu p {
  font-size: 1.5rem;
}

.restaurant-menu .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.restaurant-menu .item span {
  display: block;
}

.restaurant-menu p.note {
  font-size: .9em;
  margin-top: .3em;
  padding-left: 1em;
  text-indent: -1em;
}

.restaurant-04,
.restaurant-05-a,
.restaurant-05-b {
  position: relative;
}

.restaurant-04::before,
.restaurant-05-a::before,
.restaurant-05-b::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  width: 100%;
  height: 45%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.restaurant-04 .txt,
.restaurant-05 .txt {
  width: calc(100% - 32px);
  position: absolute;
  left: 16px;
  bottom: 16px;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, .8);
  z-index: 3;
}

.restaurant-05 {
  margin-bottom: 32px;
}

.restaurant-04 .txt p {
  margin-bottom: 0;
}

.restaurant-05 .txt p {
  margin-bottom: 0;
}

.restaurant-06 {
  margin: 0 16px 40px;
}

.restaurant-06 h3 {
  margin-bottom: .5em;
}

.restaurant-06 .txt {
  margin-bottom: 24px;
}

.restaurant-06 .txt div {
  margin-bottom: 1.5em;
}

.restaurant-06 .txt div p {
  font-size: 1.4rem;
  margin-bottom: .4em;
}

.restaurant-06 .txt div p.exp {
  font-size: .9em;
}

.restaurant-06 .map p {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: .7em;
  font-weight: bold;
  padding-left: .4em;
  border-left: .3em solid #84b3cc;
}

.restaurant-06 .map iframe {
  width: 100%;
  height: 350px;
  margin-bottom: 16px;
}


@media print,
screen and (min-width: 768px) {

  .restaurant-content {
    max-width: 1100px;
    margin: 76px auto 0;
  }

  .restaurant-content p {
    font-size: 1.6rem;
  }

  .restaurant-flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .restaurant-flex .txt {
    width: 50%;
  }

  .restaurant-01 .txt,
  .restaurant-02 .txt {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .restaurant-02 p {
    text-align: center;
  }

  .restaurant-flex .pct {
    width: 50%;
  }

  .restaurant-02 .txt {
    order: 1;
  }

  .restaurant-02 .pct {
    order: 2;
  }

  .restaurant-01 .txt,
  .restaurant-02 .txt {
    padding: 48px 48px 36px;
  }

  .restaurant-02 h2 {
    font-size: 2.8rem;
    margin-bottom: 14px;
  }

  .restaurant-menu {
    margin: -64px 60px 40px;
    padding: 48px;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.2);
  }

  .restaurant-menu .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 24px;
  }

  .restaurant-menu .inner .block {
    width: 46%;
  }

  .restaurant-menu dl dt {
    font-size: 2rem;
    margin-bottom: .7em;
  }

  .restaurant-menu h2 {
    font-size: 3rem;
  }

  .restaurant-menu .list-items li {
    font-size: 1.5rem;
  }

  .restaurant-05-a,
  .restaurant-05-b {
    width: 50%;
  }

  .restaurant-05-a .pct,
  .restaurant-05-b .pct {
    width: 100%;
  }

  .restaurant-04 .txt,
  .restaurant-05 .txt {
    width: calc(100% - 48px);
    left: 24px;
    bottom: 16px;
  }

  .restaurant-content h3 {
    font-size: 3rem;
    margin-bottom: 6px;
  }

  .restaurant-05 {
    margin-bottom: 64px;
  }

  .restaurant-06 {
    margin: 0 0 64px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .restaurant-06 h3 {
    width: 100%;
    margin-bottom: .6em;
  }

  .restaurant-06 .txt {
    width: 40%;
  }

  .restaurant-06 .txt div p {
    font-size: 1.6rem;
  }

  .restaurant-06 .map {
    width: 56%;
  }

  .restaurant-06 .map p {
    font-size: 1.7rem;
  }

  .restaurant-06 .map .list-items li {
    display: inline-block;
    margin-right: 1em;
  }

}
