*,
*: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 #mainVisual {
  background: url("/assets/area/miyakojima/shigira-mirage/img/img_01.webp") no-repeat center bottom;
  background-size: cover;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .outer-wrapper main #mainVisual {
    height: 100vh;
  }
}

@media screen and (max-width: 1024px) {
  .outer-wrapper main #mainVisual {
    background: url("/assets/area/miyakojima/shigira-mirage/img/img_01_x2.webp") no-repeat center bottom;
    background-size: cover;
    height: 100svh;
  }
}

.outer-wrapper main #mainVisual h1 {
  max-width: 475px;
  position: absolute;
  left: 80px;
  top: 160px;
}

@media screen and (max-width: 1024px) {
  .outer-wrapper main #mainVisual h1 {
    left: 50%;
    top: 189px;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 599px) {
  .outer-wrapper main #mainVisual h1 {
    top: 159px;
    width: 295px;
  }
}

.outer-wrapper main #mainVisual h1.device,
.outer-wrapper main #mainVisual h1.cursive {
  max-width: none;
  text-align: center;
  font-size: 3.125em;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
}

@media screen and (max-width: 599px) {

  .outer-wrapper main #mainVisual h1.device,
  .outer-wrapper main #mainVisual h1.cursive {
    width: 100%;
    font-size: 1.9375em;
  }
}

.outer-wrapper main #mainVisual h1.cursive {
  font-family: "Pinyon Script", cursive;
  font-size: 3.5em;
}

@media screen and (max-width: 599px) {
  .outer-wrapper main #mainVisual h1.cursive {
    font-size: 2.5em;
  }
}

.outer-wrapper main section {
  background: url("/assets/area/miyakojima/shigira-mirage/img/bg_02.webp") no-repeat left top;
  background-size: contain;
}

@media screen and (max-width: 599px) {
  .outer-wrapper main section {
    background: url("/assets/area/miyakojima/shigira-mirage/img/bg_02_x2.webp") no-repeat left top;
    background-size: contain;
  }
}

.outer-wrapper main section.first {
  position: relative;
  background: none;
}

.outer-wrapper main section.first #layer {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/assets/area/miyakojima/shigira-mirage/img/bg_01.webp") no-repeat left top;
  background-size: cover;
  z-index: -1;
}

.outer-wrapper main section.first .sectionInner {
  padding: 50px 0 130px;
}

@media screen and (max-width: 599px) {
  .outer-wrapper main section.first .sectionInner {
    padding: 30px 20px 0;
  }
}

.outer-wrapper main section .sectionInner {
  padding: 80px 0 130px;
}

@media screen and (max-width: 599px) {
  .outer-wrapper main section .sectionInner {
    padding: 40px 20px 0;
  }
}

@media screen and (max-width: 599px) {
  .outer-wrapper main section .sectionInner .wrap {
    padding: 0 20px 30px;
  }
}

.outer-wrapper main section .sectionInner .wrap .headingBlock {
  text-align: center;
  margin: 40px 0 30px;
}

@media screen and (max-width: 1024px) {
  .outer-wrapper main section .sectionInner .wrap .headingBlock {
    margin: 35px 0;
  }
}

@media screen and (max-width: 599px) {
  .outer-wrapper main section .sectionInner .wrap .headingBlock {
    margin: 20px 0;
    text-align: left;
  }
}

.outer-wrapper main section .sectionInner .wrap .headingBlock h2 {
  font-weight: bold;
  font-size: 1.3125em;
  line-height: 1.9;
  color: #333;
}

@media screen and (max-width: 1024px) {
  .outer-wrapper main section .sectionInner .wrap .headingBlock h2 {
    font-size: 1.375em;
  }
}

@media screen and (max-width: 599px) {
  .outer-wrapper main section .sectionInner .wrap .headingBlock h2 {
    font-size: 1.125em;
    letter-spacing: 0.05em;
  }
}

.outer-wrapper main section .sectionInner .wrap .txtBlock {
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .outer-wrapper main section .sectionInner .wrap .txtBlock {
    text-align: left;
  }
}

@media screen and (max-width: 599px) {
  .outer-wrapper main section .sectionInner .wrap .txtBlock p {
    font-size: 0.875em;
    line-height: 2;
  }
}

.outer-wrapper main section .sectionInner .wrap .column_01,
.outer-wrapper main section .sectionInner .wrap .column_02 {
  display: grid;
  grid-template-columns: 56% calc(44% - 40px);
  align-items: center;
  gap: 0 40px;
  margin: 80px 0 0;
}

@media screen and (max-width: 1024px) {

  .outer-wrapper main section .sectionInner .wrap .column_01,
  .outer-wrapper main section .sectionInner .wrap .column_02 {
    grid-template-columns: calc(50% - 20px) calc(50% - 20px);
    align-items: flex-start;
  }
}

@media screen and (max-width: 599px) {

  .outer-wrapper main section .sectionInner .wrap .column_01,
  .outer-wrapper main section .sectionInner .wrap .column_02 {
    grid-template-columns: 1fr;
    margin: 30px 0 0;
    gap: 20px 0;
  }
}

@media screen and (max-width: 599px) {

  .outer-wrapper main section .sectionInner .wrap .column_01 p,
  .outer-wrapper main section .sectionInner .wrap .column_02 p {
    font-size: 0.875em;
    line-height: 2;
  }
}

.outer-wrapper main section .sectionInner .wrap .column_02 {
  grid-template-columns: calc(44% - 40px) 56%;
}

@media screen and (max-width: 1024px) {
  .outer-wrapper main section .sectionInner .wrap .column_02 {
    grid-template-columns: calc(50% - 20px) calc(50% - 20px);
  }
}

@media screen and (max-width: 599px) {
  .outer-wrapper main section .sectionInner .wrap .column_02 {
    grid-template-columns: 1fr;
    margin: 30px 0 0;
    gap: 20px 0;
  }
}

@media screen and (max-width: 599px) {
  .outer-wrapper main section .sectionInner .wrap .column_02 div:first-of-type {
    order: 1;
  }
}

@media screen and (max-width: 599px) {
  .outer-wrapper main section .sectionInner .wrap .column_02 div:last-of-type {
    order: 0;
  }
}

.outer-wrapper main section#plan {
  background: url("/assets/area/miyakojima/shigira-mirage/img/bg_03.webp") no-repeat left top;
  background-size: cover;
  padding: 80px 0 120px;
}

@media screen and (max-width: 1024px) {
  .outer-wrapper main section#plan {
    padding: 20px 0 30px;
  }
}

.outer-wrapper main section#plan .sectionInner {
  padding: 0;
}

@media screen and (max-width: 599px) {
  .outer-wrapper main section#plan .sectionInner {
    padding: 0 20px;
  }
}

.outer-wrapper main section#plan #planBlock {
  display: grid;
  grid-template-columns: calc(50% - 10px) calc(50% - 10px);
  justify-content: center;
  gap: 20px;
}

@media screen and (max-width: 599px) {
  .outer-wrapper main section#plan #planBlock {
    grid-template-columns: 1fr;
  }
}

.outer-wrapper main section#plan #planBlock a {
  display: block;
  border: solid 8px #E8E6E2;
  background-color: #fff;
  padding: 30px 0;
}

@media screen and (max-width: 599px) {
  .outer-wrapper main section#plan #planBlock a {
    padding: 15px;
  }
}

.outer-wrapper main section#plan #planBlock a dl {
  text-align: center;
}

.outer-wrapper main section#plan #planBlock a dl dt {
  font-size: 2em;
  font-weight: 600;
  color: #669EB8;
}

@media screen and (max-width: 1024px) {
  .outer-wrapper main section#plan #planBlock a dl dt {
    font-size: 1.5em;
  }
}

.outer-wrapper main section#plan #planBlock a dl dt span {
  font-size: 0.6em;
}

.outer-wrapper main section#plan #planBlock a dl dd {
  font-size: 1.125em;
  margin: 15px 0 0;
}

@media screen and (max-width: 599px) {
  .outer-wrapper main section#plan #planBlock a dl dd {
    font-size: 1em;
  }
}

.outer-wrapper main section#plan #planBlock a dl dd span {
  display: block;
  /*font-size: 1.285em;
              font-weight: 500;*/
}

.outer-wrapper main section#plan #planBlock a dl dd span .small {
  display: inline;
  font-size: 0.76em;
  font-weight: 400;
}

.outer-wrapper main section#plan #planBlock a dl dd.etc {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  font-size: 14px;
  /*@include sp {
               font-size: 0.75em;
              }*/
}

.outer-wrapper main section#plan #planBlock a .btn {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  background-color: #669EB8;
  border: solid 1px #669EB8;
  font-size: 1em;
  line-height: 40px;
  color: #fff;
  margin: 20px auto 0;
  text-align: center;
  width: 100%;
  max-width: 320px;
  transition: all 0.5s;
}

@media screen and (max-width: 1024px) {
  .outer-wrapper main section#plan #planBlock a .btn {
    max-width: 90%;
  }
}

.outer-wrapper main section#plan #planBlock a .btn::after {
  display: inline-block;
  content: '';
  height: calc(12px / 2);
  width: 12px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform-origin: 50% 66.6%;
  transform: rotate(90deg);
  background-color: #fff;
  transition: all 0.5s;
}

@media screen and (min-width: 1025px) {
  .outer-wrapper main section#plan #planBlock a:hover .btn {
    background-color: transparent;
    color: #669EB8;
  }
}

@media screen and (min-width: 1025px) {
  .outer-wrapper main section#plan #planBlock a:hover .btn::after {
    background-color: #669EB8;
  }
}

.outer-wrapper main section#gallery {
  padding: 140px 0;
}

@media screen and (max-width: 1024px) {
  .outer-wrapper main section#gallery {
    padding: 40px 0;
  }
}

.outer-wrapper main section#gallery .headingBlock {
  text-align: center;
  margin: 0 0 45px;
}

@media screen and (max-width: 1024px) {
  .outer-wrapper main section#gallery .headingBlock {
    margin: 0 0 35px;
  }
}

.outer-wrapper main section#gallery .headingBlock h2 {
  letter-spacing: 0.2em;
}

.outer-wrapper main section#gallery p.lead {
  text-align: center;
  margin: 0 0 45px;
}

.outer-wrapper main section#gallery ul li .text {
  font-weight: 400;
  font-style: normal;
  line-height: 2;
}

.outer-wrapper main section#gallery .slider {
  max-width: 1085px;
  margin: 0 auto;
}

.outer-wrapper main section#gallery .slider .slide-arrow {
  width: 25px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .outer-wrapper main section#gallery .slider .slide-arrow {
    display: none !important;
  }
}

.outer-wrapper main section#gallery .slider .prev-arrow {
  left: -7%;
}

.outer-wrapper main section#gallery .slider .next-arrow {
  right: -7%;
}

.outer-wrapper main section#gallery .slick-dots li.slick-active button:before {
  opacity: .75;
  color: #4d8c94;
}