@charset "utf-8";
.policy__item:not(:last-child) {
  margin-bottom: 243px;
}
.policy__border {
  padding-bottom: 56px;
  margin-bottom: 46px;
  border-bottom: 1px solid rgba(68, 68, 68, 0.3);
}
.policy__itemHeading {
  font-size: 17px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  margin-bottom: 14px;
  line-height: 1.75;
  letter-spacing: 0.18em;
}
.policy__itemText,
.policy__table-th,
.policy__table-td {
  font-size: 14px;
  line-height: 1.82;
  letter-spacing: 0.18em;
}
.policy__listChild {
  padding-top: 25px;
}
.policy__pointItem {
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.policy .section-title {
  padding-bottom: 107px;
}

.policy__numList {
  text-indent: -1.4em;
  padding-left: 1.4em;
}
.policy__numList--child {
  text-indent: -2.2em;
  padding-left: 2.2em;
}
.policy__numItem:not(:last-child) {
  margin-bottom: 26px;
}
.policy__numItem--child:not(:last-child) {
  margin-bottom: 7px;
}
.pdf--1em {
  padding-left: 1em;
}
.policy__numItem--child.mgb--none {
  margin-bottom: 0;
}
.policy__alphabetList {
  padding-left: 2em;
}

.hotel-policy__wrap .policy__numItem:not(:last-child) {
  margin-bottom: 0;
}

.policy__tableWrap {
  padding-top: 51px;
}
.policy__tableCaption {
  margin-bottom: 22px;
}
.policy__table01,
.policy__table02 {
  margin-bottom: 12px;
}
.policy__table {
  width: 100%;
  border-collapse: collapse;
}
.policy__table01 .policy__table {
  min-width: 460px;
}
.policy__table02 .policy__table {
  min-width: 560px;
}
.policy__table-tr {
  border-bottom: 1px solid rgba(68, 68, 68, 0.15);
}
.policy__table-th {
  font-weight: 400;
}
.policy__table-th,
.policy__table-td {
  padding-top: 6px;
  padding-bottom: 6px;
}

.policy__table01 .policy__table-th {
  width: 190px;
  white-space: nowrap;
}
.policy__table01 .policy__table-td {
  width: 71.9%;
  padding-left: 20px;
}
.policy__table02 .policy__table-th {
  width: 210px;
  white-space: nowrap;
}
.policy__table02 .policy__table-td:nth-child(2) {
  width: 27%;
  padding-left: 8%;
}
.policy__table02 .policy__table-td:nth-child(3) {
  width: 20%;
}
.policy__table02 .policy__table-td:nth-child(4) {
  width: 21%;
}
.policy__table02 .policy__table-td:nth-child(5) {
  width: 11%;
}

@media screen and (max-width: 670px) {
  .policy__table02 .policy__table-td:nth-child(2) {
    width: 20%;
    padding-left: 20px;
  }
  .policy__table02 .policy__table-td:nth-child(3) {
    width: 19%;
  }
  .policy__table02 .policy__table-td:nth-child(4) {
    width: 20%;
  }
  .policy__table02 .policy__table-td:nth-child(5) {
    width: 12%;
  }
}

@media screen and (max-width: 800px) {
  .policy__border {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
  .policy .section-title {
    padding-bottom: 60px;
  }
  .policy__item:not(:last-child) {
    margin-bottom: 150px;
  }
  .policy__itemHeading {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .policy__itemText.policy__table-th,
  .policy__table-td {
    font-size: 13px;
  }
  .policy__listChild {
    padding-top: 15px;
  }
  .policy__numItem:not(:last-child) {
    margin-bottom: 15px;
  }
  .policy__numItem--child:not(:last-child) {
    margin-bottom: 4px;
  }
  .policy__tableWrap {
    padding-top: 35px;
  }
  .policy__tableCaption {
    margin-bottom: 12px;
  }
}
