/**
 * PRICE
 */
#contents.static table {
  width: 100%;
}

#contents.static table th {
  color: #fff;
  background-color: #a8cb30;
}

#contents.static table td {
  background-color: #f7ffdc;
}

#contents.static .section-1st .img {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #contents.static .section-1st .img {
    margin-bottom: 20px;
  }
}

#contents.static .section-1st .table-content {
  margin-bottom: 10px;
}

#contents.static .section-1st table td {
  padding: 10px;
  text-align: center;
  font-weight: bold;
}

#contents.static .section-2nd .campain-banner {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #contents.static .section-2nd .campain-banner {
    margin-bottom: 30px;
  }
}

#contents.static .section-2nd .table-content {
  margin-bottom: 10px;
}

#contents.static .section-2nd table th {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  #contents.static .section-2nd table th {
    white-space: normal;
    line-height: 1.3;
  }
}

#contents.static .section-2nd table td {
  text-align: center;
}

#contents.static .section-2nd table td:nth-last-of-type(4) {
  width: 70px;
}

@media screen and (max-width: 767px) {
  #contents.static .section-2nd table td:nth-last-of-type(4) {
    width: 25px;
  }
}

#contents.static .section-2nd table td:nth-last-of-type(3) {
  width: 70px;
}

@media screen and (max-width: 767px) {
  #contents.static .section-2nd table td:nth-last-of-type(3) {
    width: 25px;
  }
}

#contents.static .section-2nd table td:nth-last-of-type(2) .room {
  display: flex;
  align-items: center;
  /*margin: 0 50px 0;*/
  flex-wrap: wrap;
  margin: 0 20px;
}

@media screen and (max-width: 767px) {
  #contents.static .section-2nd table td:nth-last-of-type(2) .room {
    flex-direction: column;
    margin: 0;
  }
}

#contents.static .section-2nd table td:nth-last-of-type(2) .room-type {
  flex: 1;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #contents.static .section-2nd table td:nth-last-of-type(2) .room-type {
    text-align: center;
    line-height: 1.3;
    margin-top: 3px;
  }
}

#contents.static .section-2nd table td:nth-last-of-type(2) .room-img {
  width: 100px;
  margin-left: 16px;
}

@media screen and (max-width: 767px) {
  #contents.static .section-2nd table td:nth-last-of-type(2) .room-img {
    width: 90%;
    margin: 7px 0 10px;
  }
}

#contents.static .section-2nd table td:nth-last-of-type(2) a {
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  #contents.static .section-2nd table td:nth-last-of-type(2) a {
    pointer-events: none;
  }
}

#contents.static .section-2nd table td:nth-last-of-type(2) img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

#contents.static .section-2nd table td:nth-last-of-type(1) {
  width: 100px;
}

@media screen and (max-width: 767px) {
  #contents.static .section-2nd table td:nth-last-of-type(1) {
    width: 45px;
    white-space: nowrap;
  }


}

#contents.static .section-2nd table tr:nth-of-type(2) td:nth-last-of-type(2) {
  padding-left: 91px;
}

@media screen and (max-width: 767px) {
  #contents.static .section-2nd table tr:nth-of-type(2) td:nth-last-of-type(2) {
    padding-left: 41px;
  }
}

#contents.static .section-2nd table sup {
  display: inline-block;
  vertical-align: text-bottom;
}

#contents.static .section-2nd .col {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  #contents.static .section-2nd .col {
    flex-direction: column;
  }
}

#contents.static .section-2nd .col .img {
  margin-top: 5px;
}

#contents.static .section-2nd .col .img img {
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  #contents.static .section-2nd .col-left {
    text-align: center;
    margin: 0 0 20px;
  }
}

#contents.static .section-2nd .col-right {
  flex: 1;
}

@media screen and (max-width: 767px) {
  #contents.static .section-2nd .col-right {
    margin: 0;
  }
}

#contents.static .section-2nd .col-right em {
  font-size: .9em;
  margin-right: .5em;
}

#contents.static .section-2nd .col-right strong {
  color: #7bb01a;
}

#contents.static .section-3rd .table-content {
  margin-bottom: 10px;
}

#contents.static .section-3rd table td {
  text-align: center;
}

#contents.static .section-3rd table tr:last-of-type td {
  text-align: left;
  padding-left: 1em;
}

#contents.static .section-3rd .more {
  text-align: right;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  #contents.static .section-3rd .more {
    text-align: left;
    line-height: 1.4;
  }
}

#contents.static .section-3rd .more a {
  display: inline-block;
  position: relative;
  vertical-align: top;
  line-height: 1.5;
  margin-left: 2em;
}

#contents.static .section-3rd .more a::before {
  position: absolute;
  top: -.3em;
  left: -1.25em;
  font-size: 1.5em;
  vertical-align: -.1em;
  margin-right: .4em;
  opacity: .4;
}

#contents.static .section-3rd .more a:hover::before {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  #contents.static .section-4th .col {
    flex-direction: column;
  }
  #contents.static .section-4th .col-left {
    text-align: center;
    margin: 10px 0 25px;
  }
}

#contents.static .section-4th .col-right {
  flex: 1;
}

@media screen and (max-width: 767px) {
  #contents.static .section-4th .col-right {
    margin: 0;
  }
}

#contents.static .section-5th dl dt {
  float: left;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  #contents.static .section-5th dl dt {
    float: none;
  }
}

#contents.static .section-5th dl dd {
  margin-bottom: 15px;
  margin-left: 170px;
}

@media screen and (max-width: 767px) {
  #contents.static .section-5th dl dd {
    margin-left: 1em;
  }
}

#contents.static .section-5th dl dd:last-of-type {
  margin-bottom: 0;
}

#contents.static .section-6th h4 {
  margin-top: 0;
}

#contents.static .section-6th .table-content {
  margin: 5px 0 0;
}

@media screen and (max-width: 767px) {
  #contents.static .section-6th .table-content {
    margin: 0;
  }
}

#contents.static .section-6th table {
  width: 270px;
}

@media screen and (max-width: 767px) {
  #contents.static .section-6th table {
    width: 100%;
  }
}

#contents.static .section-6th table th {
  font-weight: normal;
  font-weight: 450;
}

#contents.static .section-6th table td {
  text-align: center;
}

@media screen and (max-width: 767px) {
  #contents.static .section-6th .col {
    flex-direction: column-reverse;
  }
  #contents.static .section-6th .col-left {
    margin: 0;
  }
}

#contents.static .section-6th .col-right {
  flex: 1;
}

@media screen and (max-width: 767px) {
  #contents.static .section-6th .col-right {
    margin: 0;
  }
}

/*# sourceMappingURL=../map/css/style-price.css.map */

/*--20251024---*/
.revision{
  width: 100%;
  display: block;
  text-align: left;
  padding: 20px;
  border: 1px solid #a8cb30;
  margin: 10px auto 10px auto;
  box-sizing: border-box;
}
.revision strong{
display: block;
  padding: 0 0 10px 0;
  border-bottom: 1px dashed #a8cb30;
  margin: 0 auto 10px auto;
}

@media (max-width:767px){
.revision{
 padding: 10px;
 margin: 0px auto 0px auto;
}
}

