*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.outer-wrapper main {
  background: url("/assets/area/miyakojima/shigira-mirage/img/bg_03.webp") no-repeat left top;
  background-size: cover;
}

@media screen and (max-width: 599px) {
  .outer-wrapper main section:nth-of-type(2) .sectionInner {
    padding: 0 20px 40px;
  }
}

.outer-wrapper main section:nth-of-type(2) .sectionInner .headingBlock {
  padding: 125px 0 45px;
}

@media screen and (max-width: 599px) {
  .outer-wrapper main section:nth-of-type(2) .sectionInner .headingBlock {
    padding: 95px 0 25px;
  }
}

.outer-wrapper main section .sectionInner {
  padding: 0 0 100px;
}

@media screen and (min-width: 1025px) {
  .outer-wrapper main section .sectionInner {
    max-width: 75%;
  }
}

@media screen and (max-width: 599px) {
  .outer-wrapper main section .sectionInner {
    padding: 0 20px 80px;
  }
}

.outer-wrapper main section .sectionInner p {
  font-style: normal;
  line-height: 2;
}

.outer-wrapper main section .sectionInner .headingBlock {
  text-align: center;
  padding: 0 0 45px;
}

@media screen and (max-width: 599px) {
  .outer-wrapper main section .sectionInner .headingBlock {
    padding: 0 0 20px;
  }
}

.outer-wrapper main section .sectionInner .headingBlock h1 {
  font-size: 2em;
  font-weight: bold;
  color: #9a833b;
}

@media screen and (max-width: 599px) {
  .outer-wrapper main section .sectionInner .headingBlock h1 {
    font-size: 1.5em;
  }
}

.outer-wrapper main section .sectionInner table {
  width: 100%;
  border-collapse: collapse;
}

.outer-wrapper main section .sectionInner table tr {
  border-top: solid 1px #BCB175;
  border-bottom: solid 1px #BCB175;
}

.outer-wrapper main section .sectionInner table tr th,
.outer-wrapper main section .sectionInner table tr td {
  padding: 20px 30px;
  font-style: normal;
  text-align: left;
  color: #000000;
}

@media screen and (max-width: 599px) {

  .outer-wrapper main section .sectionInner table tr th,
  .outer-wrapper main section .sectionInner table tr td {
    padding: 15px 0;
  }
}

.outer-wrapper main section .sectionInner table tr th {
  width: 30%;
  font-weight: bold;
}

@media screen and (max-width: 599px) {
  .outer-wrapper main section .sectionInner table tr th {
    display: block;
    width: 100%;
    border-bottom: dashed 1px #BCB175;
  }
}

.outer-wrapper main section .sectionInner table tr td {
  width: 70%;
}

@media screen and (max-width: 599px) {
  .outer-wrapper main section .sectionInner table tr td {
    display: block;
    width: 100%;
  }
}

.outer-wrapper main section .sectionInner table tr td .caution li {
  text-indent: -1.1em;
  padding-left: 1.1em;
}

.outer-wrapper main #fixBtn .inquiry {
  display: none;
}

.outer-wrapper main #fixBtn .outline {
  display: none;
}