@import url("https://use.typekit.net/aob0oor.css");
.page-head {
  display: grid;
  grid-template-columns: 1fr 46.36%;
  column-gap: 3rem;
  padding-bottom: 0 !important; }
  .page-head .en-ttl {
    text-align: left;
    grid-column: span 2; }
  .page-head .copy .komidashi {
    margin-top: 4rem;
    text-align: left; }
  .page-head .copy .lead {
    margin-top: 4rem;
    text-align: left; }
  .page-head .figure {
    margin-top: 3.5rem; }
    .page-head .figure .title {
      font-size: 1.5rem;
      text-align: left; }
    .page-head .figure .img {
      margin-top: 1rem; }
  .page-head .merit-list {
    grid-column: span 2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem 2.4rem;
    margin-top: 8rem; }
  .page-head .merit .title {
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1.4; }
  .page-head .merit .text {
    border-top: 3px solid #006fb8;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    margin-top: 1.8rem;
    padding-top: 2rem; }
  .page-head .merit .img {
    margin-top: 2rem; }
    .page-head .merit .img .note {
      right: inherit;
      left: 1rem; }

.note.bottom {
  width: 100% !important;
  text-align: right;
  margin-top: 3rem;
  padding-top: 0; }

.for-owners {
  background-color: #e8f2f7; }
  .for-owners .inner {
    display: grid;
    grid-template-columns: 1fr 50%;
    column-gap: 3rem;
    align-items: flex-start; }
  .for-owners .copy .en-ttl {
    text-align: left;
    font-size: 6rem; }
  .for-owners .copy .komidashi {
    margin-top: 4rem;
    text-align: left; }
  .for-owners .copy .lead {
    margin-top: 4rem;
    text-align: left; }
  .for-owners .benefits {
    grid-column: span 2;
    margin-top: 6rem;
    display: grid;
    grid-template-columns: 1fr 1px 1fr; }
    .for-owners .benefits .title {
      background: linear-gradient(90deg, #548ba8 0%, #006fb8 50%, #548ba8 100%);
      font-size: 2rem;
      color: #fff;
      letter-spacing: 0.1em;
      text-align: center;
      padding: 1.5rem;
      line-height: 1;
      grid-column: span 3;
      margin-bottom: 3rem; }
    .for-owners .benefits .line {
      display: block;
      content: '';
      background-color: #4c88a9; }
    .for-owners .benefits .list {
      padding-left: 3rem;
      padding-right: 1rem;
      display: flex;
      flex-direction: column;
      gap: 1rem; }
      .for-owners .benefits .list li {
        position: relative;
        line-height: 1.4;
        font-size: 1.7rem;
        padding-left: 1.8rem; }
        .for-owners .benefits .list li::before {
          position: absolute;
          left: 0;
          top: 0.6rem;
          content: '';
          width: 1rem;
          height: 1rem;
          background-color: #1e6f80; }
    .for-owners .benefits .note {
      grid-column: span 3;
      text-align: right; }

.operation {
  background: linear-gradient(90deg, #2a474d 0%, #4a7f89 100%);
  color: #fff; }
  .operation .title {
    max-width: 365px;
    font-size: 2rem;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    column-gap: 1.5rem;
    margin-inline: auto; }
    .operation .title::before, .operation .title::after {
      content: "";
      background-color: #fff;
      flex-grow: 1;
      height: 1px; }
  .operation .catch {
    text-align: center;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin-top: 4rem; }
  .operation .name {
    color: #ede4bd;
    font-size: 4rem;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-align: center;
    margin-top: 1rem; }
  .operation .lead {
    text-align: center;
    margin-top: 4rem; }
  .operation .hotel-list {
    margin-top: 5rem; }
    .operation .hotel-list .sub-title {
      font-size: 1.6rem;
      line-height: 1.2;
      text-align: center;
      letter-spacing: 0.1em; }
    .operation .hotel-list .list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      row-gap: 2rem;
      margin-top: 3rem;
      letter-spacing: 0.1rem; }
    .operation .hotel-list .hotel .name {
      font-size: 11px;
      margin-top: 1rem;
      line-height: 1.2;
      color: #ffffff;
      text-align: left; }
      .operation .hotel-list .hotel .name::before {
        display: inline-block;
        content: '';
        background-color: #ffffff;
        width: 8px;
        height: 8px;
        margin-right: 3px; }
    .operation .hotel-list .hotel:nth-of-type(1),
    .operation .hotel-list .hotel:nth-of-type(2) {
      width: 49.45%; }
    .operation .hotel-list .hotel:nth-of-type(3) {
      width: 24.54%; }
    .operation .hotel-list .hotel:nth-of-type(4),
    .operation .hotel-list .hotel:nth-of-type(5) {
      width: 36.81%; }
  .operation .message {
    font-size: 2.4rem;
    text-align: center;
    color: #1e6f80;
    background-color: #ede4bd;
    padding: 1.5rem;
    line-height: 1.4;
    margin-top: 5rem;
    letter-spacing: 0.1em; }
  .operation .note.center {
    text-align: center;
    margin-top: 2rem; }

@media screen and (max-width: 768px) {
  .lead {
    margin-top: 2.5rem !important; }

  .page-head {
    grid-template-columns: 1fr; }
    .page-head .en-ttl {
      grid-column: span 1; }
    .page-head .copy .komidashi {
      margin-top: 0; }
    .page-head .merit-list {
      grid-column: span 1;
      grid-template-columns: repeat(2, 1fr); }
    .page-head .merit .title {
      font-size: 4vw;
      letter-spacing: 0.1vw; }
    .page-head .merit .text {
      border-top: 2px solid #006fb8;
      font-size: 2.6vw;
      letter-spacing: 0vw; }

  .for-owners .inner {
    grid-template-columns: 1fr; }
  .for-owners .en-ttl {
    font-size: 4rem !important; }
  .for-owners .copy .komidashi {
    margin-top: 2rem; }
  .for-owners .img {
    margin-top: 4rem; }
  .for-owners .benefits {
    grid-column: span 1;
    grid-template-columns: 1fr; }
    .for-owners .benefits .title {
      grid-column: span 1; }
    .for-owners .benefits .line {
      display: none; }
    .for-owners .benefits .list {
      padding-left: 2rem;
      margin-top: 1rem; }
      .for-owners .benefits .list:first-of-type(2) {
        margin-top: 1rem; }
      .for-owners .benefits .list li .note {
        margin-top: 0; }
    .for-owners .benefits .note {
      grid-column: span 1;
      margin-top: 2rem;
      text-align: left; }

  .operation .title {
    max-width: 100%; }
  .operation .hotel-list .list {
    margin-top: 2rem; }
    .operation .hotel-list .list .hotel:nth-of-type(1),
    .operation .hotel-list .list .hotel:nth-of-type(2),
    .operation .hotel-list .list .hotel:nth-of-type(5) {
      width: 100%; }
    .operation .hotel-list .list .hotel:nth-of-type(3) {
      width: 39.41%; }
    .operation .hotel-list .list .hotel:nth-of-type(4) {
      width: 59.12%; } }
