@charset "UTF-8";

/* =============================================================================

会社概要 CSS

・会社概要ページ用CSS「.company-×××」

上記はここに記述する

============================================================================= */
.company-section {
  margin-block-start: 7.6rem;
}
.company-section .l-heading-B {
  line-height: 1.7;
}
@media (width <= 640px) {
  .company-section {
    padding-block-start: 5rem;
    margin-block-start: 0;
  }
  .company-section .l-heading-B {
    line-height: 1;
    letter-spacing: .12em;
  }
}

/* 当ホテルについて */
.company-hotel-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.company-hotel-table {
  width: 54.6rem;
}
.company-hotel-table tr {
  height: 7rem;
}
.company-hotel-table .l-table-A {
  line-height: 1.5;
  letter-spacing: .04em;
}

@media (width <= 640px) {
  .company-hotel-box {
    flex-direction: column;
    row-gap: 1rem;
  }
  .company-hotel-table {
    width: 100%;
  }
  .company-hotel-table tr {
    height: 8rem;
  }
  .company-hotel-table .l-table-A {
    line-height: 1.7;
  }
}

/* 運営会社 */
.company-profile {
  margin-top: 8rem;
}
.company-profile-table tr {
  height: 7rem;
}
.company-profile-table .l-table-A {
  letter-spacing: .04em;
}
@media (width <= 640px) {
  .company-profile {
    margin-top: 5rem;
  }
  .company-profile-table tr {
    height: 8rem;
  }
  .company-profile-table .l-table-A {
    line-height: 1.7;
  }
}