*,
*: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 section {
  background: url("/assets/area/miyakojima/shigira-mirage/img/bg_03.webp") no-repeat left top;
  background-size: cover;
}

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

.outer-wrapper main section:last-of-type .sectionInner .headingBlock {
  padding: 45px 0;
}

@media screen and (max-width: 600px) {
  .outer-wrapper main section:last-of-type .sectionInner .headingBlock {
    padding: 45px 0 25px;
  }
}

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

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

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

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

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

.outer-wrapper main section .sectionInner .headingBlock h1 span {
  display: block;
  font-size: 0.5185em;
}

.outer-wrapper main section .sectionInner .detail p {
  font-size: 0.875em;
}

.outer-wrapper main section .sectionInner .detail p.area {
  font-size: 1.125em;
}

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

@media screen and (max-width: 600px) {
  .outer-wrapper main section .sectionInner .madoriBlock {
    padding: 25px 0 0;
  }
}

.outer-wrapper main section .sectionInner .madoriBlock img {
  max-width: 1200px;
}

.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: 600px) {

  .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: 600px) {
  .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: 600px) {
  .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 .outline {
  position: fixed;
  top: 50%;
  right: -70px;
  transform: translateY(-50%);
}

@media screen and (max-width: 600px) {
  .outer-wrapper main #fixBtn .outline {
    top: auto;
    right: auto;
    bottom: -60px;
    left: 0;
    transform: translateY(0);
  }
}

.outer-wrapper main #fixBtn .outline.fixed {
  right: 0;
}

@media screen and (max-width: 600px) {
  .outer-wrapper main #fixBtn .outline.fixed {
    bottom: 0;
  }
}

@media screen and (max-width: 600px) {
  .outer-wrapper footer .footerSection .footerContents {
    padding-bottom: 90px;
  }
}

html[lang="en"] {
  .outer-wrapper main section .sectionInner table tr th {
    width: 40%;
  }
  @media screen and (max-width: 600px) {
    .outer-wrapper main section .sectionInner table tr th {
      width: 100%;
    }
  }
  .outer-wrapper main section .sectionInner table tr td {
    width: 60%;
  }
  @media screen and (max-width: 600px) {
    .outer-wrapper main section .sectionInner table tr td {
      width: 100%;
    }
  }
}