/* #option-jcomlinkmini .text-upper::before {
  left: 0;
  transform: rotate(-38deg);
}
#option-jcomlinkmini .text-upper.text-upper-red::before,
#option-jcomlinkmini .text-upper.text-upper-red::after {
  height: 26px;
  border-left: 2px solid #E83316;
} */

.un_modal_txt {
  max-width: 480px;
  margin: 8px auto 0;
}
/* 高さ合わせ */
.un-dis-boxttl {
  min-height: 48px;
}
@media screen and (max-width: 1119px) {
  .un-dis-boxttl {
  min-height: 72px;
  }
}
@media screen and (max-width: 767px) {
  .un-dis-boxttl {
    min-height: auto;
    }
}
.un-room {
  min-height: 179px;
}
@media screen and (max-width: 767px) {
  .un-room {
    min-height: 116px;
  }
}
/* ieでflexwrapが効かないため */
.table-plan .un-pricetable-forie {
  max-width: 351px;
}
/* ieでモーダルが中央寄せしないため */
/* .modal-content {
  margin: 0 !important;
} */

.add-max-750 {
  max-width: 750px;
  margin: 0 auto;
}

/* telボタン制御 */
.section-cv .container [class*="btn-"][href^="tel"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .section-cv .container [class*="btn-"][href^="tel"] {
    pointer-events: inherit;
  }
}