/* CSS Document */
/* ::::::::::::::::::::::::::::::::: FOR STAY_FEE PAGE ::::::::::::::::::::::::::::::::: */
.tabListL li.active a {
  position: relative;
  overflow: visible;
  background-color: #638fa2;
}

.tabListL li.active a:after {
  content: "";
  background: #638fa2;
  width: 8px;
  height: 8px;
  left: 0;
  bottom: -3px;
  right: 0;
  transform: rotate(45deg);
  margin: 0 auto;
  position: absolute;
}

[class^="stayFeeBlock"] {
  text-align: left;
  margin-bottom: 6px;
  font-size: 1.4rem;
}

/* New Parts CSS */
.stay_fee .stayFeeBlock01 {
  text-align: left;
  margin-bottom: 6px;
}

.stay_fee .stayFeeBlock02 {
  margin-bottom: 35px;
}

.stay_fee .stayFeeBlock02 .list li {
  margin-bottom: 40px;
}

.stay_fee .stayFeeBlock02 .list li:last-child {
  margin-bottom: 0;
}

.stay_fee .stayFeeBlock03 table {
  width: 100%;
  white-space: nowrap;
}

.stay_fee .stayFeeBlock03 table th, .stay_fee .stayFeeBlock03 table td {
  padding-top: 7px;
  padding-bottom: 7px;
}

.stay_fee .stayFeeBlock03 table thead th {
  text-align: center;
  box-sizing: border-box;
}

@media screen and (min-width: 990px) {
  .stay_fee .stayFeeBlock03 table thead th:nth-child(1) {
    width: 260px;
  }
  .stay_fee .stayFeeBlock03 table thead th:nth-child(2),
  .stay_fee .stayFeeBlock03 table thead th:nth-child(3) {
    width: 105px;
  }
  .stay_fee .stayFeeBlock03 table thead th:nth-child(4) {
    width: 150px;
  }
  .stay_fee .stayFeeBlock03 table thead th:nth-child(5) {
    width: 290px;
  }
}

.stay_fee .stayFeeBlock03 table tbody th a {
  background: url(../../img/common/vector_yellow_right.svg) no-repeat 0px 8px;
  background-size: 6px 6px;
  padding: 0 0 0 15px;
  text-decoration: underline;
}

.stay_fee .stayFeeBlock03 table tbody th a:hover {
  color: #638fa2;
}

.stay_fee .stayFeeBlock03 table tbody td:nth-child(2) {
  text-align: center;
}

.stay_fee .stayFeeBlock04 {
  margin-top: 30px;
  text-align: left;
}

/* ::::::::::::::::::::::::::::::::: SP ::::::::::::::::::::::::::::::::: */
@media screen and (max-width: 989px) {
  .stay_fee .stayFeeBlock02 {
    margin-bottom: 30px;
  }
  .stay_fee .stayFeeBlock02 .list li {
    margin-bottom: 28px;
  }
  .stay_fee .stayFeeBlock03 .inner {
    overflow-x: auto;
    margin-bottom: 7px;
  }
  .stay_fee .stayFeeBlock03 .text {
    text-align: left;
    font-size: 1.3rem;
  }
  .stay_fee .stayFeeBlock03 table {
    width: 960px;
  }
  .stay_fee .stayFeeBlock03 table th {
    width: 10%;
  }
  .stay_fee .stayFeeBlock03 table th:first-child {
    width: 12%;
    white-space: normal;
  }
}
