/* TOP */
@media (min-width: 768px) {
  .h1-text {
    writing-mode: horizontal-tb;
    right: 0;
    left: 5%;
  }
}


/* BANQUET */
@media (min-width: 768px) {
  .meeting-room-pricing {
    flex-direction: column;
  }
  .pricing-title-wrap {
    border-right: none;
    border-bottom: 1px solid #333;
    padding-right: 0;
    padding-bottom: 20px;
    width: 100%;
  }
  .pricing-title-vertical {
    writing-mode: horizontal-tb;
  }
}


/* CUISINE */
.onsen-gayu-section {
  flex-direction: column;
}
.onsen-gayu-header {
  display: block;
}
.onsen-gayu-title {
  writing-mode: horizontal-tb;
}
.recommend-label {
  writing-mode: horizontal-tb;
}

.restaurant-info-container {
  flex-direction: column;
}
.restaurant-info-left {
  width: 100%;
}
.restaurant-info-title {
  writing-mode: horizontal-tb;
}
.restaurant-info-right {
  width: 100%;
}