@charset "UTF-8";
/* CSS Document */
/* ::::::::::::::::::::::::::::::::: 宿泊約款 ::::::::::::::::::::::::::::::::: */
.stayStipulationBlock01 {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.79;
}

.stayStipulationBlock01 .title {
  font-size: 1.8rem;
  line-height: 2.44;
  font-weight: bold;
  margin-bottom: 7px;
}

.stayStipulationBlock01 .list01 {
  list-style: none;
  margin-bottom: 22px;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 40px 0;
}

.tableWrap {
  margin-bottom: .5em;
}

.tableWrap + .text + .list01 {
  margin-top: -20px;
}

.tableWrap table {
  width: 960px;
}

table {
  background: #fff;
}

table th,
table td {
  text-align: center;
  text-indent: 0;
  white-space: nowrap;
}

.table_01 .vertical {
  display: inline-block;
  transform: rotate(180deg);
}

.vertical {
  padding: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
}

.table_02 td {
  width: 12%;
}

.table_02 th {
  font-size: .9em;
}

.table_02 th:first-child {
  width: 35%;
}

.table_02 .midashi {
  position: relative;
  font-size: .85em;
}

.table_02 .midashi::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -3%;
  background: #ddd;
  width: 105%;
  height: 1px;
  transform: rotate(13deg);
}

.table_02 .midashi span {
  z-index: 1;
  line-height: 1.6;
}

.table_02 .midashi span:first-child {
  position: absolute;
  top: 3px;
  right: 5px;
}

.table_02 .midashi span:last-child {
  position: absolute;
  bottom: 3px;
  left: 5px;
}

.stayStipulationBlock01 .list01 > li {
  text-indent: -1em;
  padding-left: 1em;
}

.stayStipulationBlock01 .list01 > li p {
  text-indent: 0;
}

.stayStipulationBlock01 .list01 > li .tableWrap {
  margin: -15px 0 10px;
}

.stayStipulationBlock01 .list01 > li .tableWrap + p + p {
  margin-bottom: 20px;
}

.stayStipulationBlock01 .list01 > li .note + .text {
  margin-top: 20px;
}

.stayStipulationBlock01 .list01:last-child {
  margin-bottom: 0;
}

.stayStipulationBlock01 .text {
  margin-bottom: 22px;
}

.stayStipulationBlock01 .text:last-child {
  margin-bottom: 0;
}

.stayStipulationBlock01 .list02 {
  list-style: none;
  padding-left: 1em;
}

/* ::::::::::::::::::::::::::::::::: SP ::::::::::::::::::::::::::::::::: */
@media screen and (max-width: 989px) {
  .stayStipulationBlock01 .title {
    font-size: 1.6rem;
    line-height: 1.43;
    margin-bottom: 22px;
  }
  .stayStipulationBlock01 .list01 {
    margin-bottom: 22px;
  }
  .stayStipulationBlock01 .list01 > li {
    text-indent: 0;
    padding-left: 0;
  }
  .stayStipulationBlock01 .text {
    margin-bottom: 22px;
  }
}
