/* CSS Document */
/* ::::::::::::::::::::::::::::::::: FOR STAY_GUIDE PAGE ::::::::::::::::::::::::::::::::: */
[class^="stayGuideBlock"] {
  margin-bottom: 40px;
  text-align: left;
  line-height: 1.79;
  font-size: 1.4rem;
}

@media screen and (max-width: 989px) {
  [class^="stayGuideBlock"] {
    margin-bottom: 30px;
  }
}

[class^="stayGuideBlock"]:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 989px) {
  [class^="stayGuideBlock"] h3.withBar {
    margin-bottom: 20px;
  }
}

[class^="stayGuideBlock"] .table01 {
  margin-bottom: 30px;
}

@media screen and (max-width: 989px) {
  [class^="stayGuideBlock"] .table01 {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 990px) {
  [class^="stayGuideBlock"] .table01 th {
    width: 242px;
  }
  [class^="stayGuideBlock"] .table01 td {
    width: 715px;
  }
}

[class^="stayGuideBlock"] .list {
  margin-bottom: 30px;
}

@media screen and (max-width: 989px) {
  [class^="stayGuideBlock"] .list {
    margin-bottom: 10px;
  }
}

[class^="stayGuideBlock"] .box {
  width: 382px;
}

@media screen and (max-width: 989px) {
  [class^="stayGuideBlock"] .box {
    width: auto;
  }
}
