@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Shippori+Mincho:wght@400;700&family=Source+Sans+3:wght@400;700&display=swap");
.loadingContent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
}
.loadingContent span {
  display: block;
}
.loadingContent__img {
  width: 300px;
  text-align: center;
}
.loadingContent__img.loading .loadingContent__head,
.loadingContent__img.loading .loadingContent__bottom {
  opacity: 1;
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.loadingContent__head {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
     -moz-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: all 2s ease 0.1s;
  -moz-transition: all 2s ease 0.1s;
  transition: all 2s ease 0.1s;
}
.loadingContent__bottom {
  opacity: 0;
  margin-top: 20px;
  -webkit-transform: translate(-40px, 0);
     -moz-transform: translate(-40px, 0);
      -ms-transform: translate(-40px, 0);
          transform: translate(-40px, 0);
  -webkit-transition: all 2s ease 0.5s;
  -moz-transition: all 2s ease 0.5s;
  transition: all 2s ease 0.5s;
}

.sectionTitle {
  font-weight: normal;
  text-align: center;
}
.sectionTitle span {
  display: block;
}

.btn__conversion a {
  display: inline-block;
}

.google-map {
  position: relative;
  overflow: hidden;
  background-color: #eee;
}
.google-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media screen and (min-width: 1025px), print {
  .sectionLogo {
    width: 160px;
    margin: auto;
  }
  .sectionTitle {
    margin-top: 40px;
    font-size: 4rem;
    letter-spacing: 0.2rem;
  }
  .sectionTitle span {
    font-size: 1.6rem;
  }

  .btn__conversion {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 800px;
    margin: 80px auto 0;
  }
  .btn__conversion a {
    width: 380px;
  }

  .leadPoint__elm.access {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
  }
  .leadPoint__elm.access::before, .leadPoint__elm.access::after {
    opacity: 0;
    -webkit-transform: translate(-20px, 0);
       -moz-transform: translate(-20px, 0);
        -ms-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
    -webkit-transition: all 1s ease 1s;
    -moz-transition: all 1s ease 1s;
    transition: all 1s ease 1s;
  }
  .leadPoint__elm.access .arrow01,
.leadPoint__elm.access .arrow02 {
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all 1s ease 1.5s;
    -moz-transition: all 1s ease 1.5s;
    transition: all 1s ease 1.5s;
  }
  .leadPoint__elm.access.is-show::before, .leadPoint__elm.access.is-show::after {
    opacity: 1;
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .leadPoint__elm.access.is-show .arrow01,
.leadPoint__elm.access.is-show .arrow02 {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .leadPoint__elm.flat {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all 1s ease 2s;
    -moz-transition: all 1s ease 2s;
    transition: all 1s ease 2s;
  }
  .leadPoint__elm.flat::before {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
       -moz-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  .leadPoint__elm.flat.is-show::before {
    opacity: 1;
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all 1s ease 3s;
    -moz-transition: all 1s ease 3s;
    transition: all 1s ease 3s;
  }
  .leadPoint__elm.using {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all 1s ease 4s;
    -moz-transition: all 1s ease 4s;
    transition: all 1s ease 4s;
  }
  .leadPoint__elm.using::before {
    -webkit-transform: translate(-30px, 0);
       -moz-transform: translate(-30px, 0);
        -ms-transform: translate(-30px, 0);
            transform: translate(-30px, 0);
  }
  .leadPoint__elm.using.is-show::before {
    opacity: 1;
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all 1s ease 4s;
    -moz-transition: all 1s ease 4s;
    transition: all 1s ease 4s;
  }

  .cptLocation {
    opacity: 1;
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .cptLocation::before {
    opacity: 0;
    -webkit-transform: translate(0, 40px);
       -moz-transform: translate(0, 40px);
        -ms-transform: translate(0, 40px);
            transform: translate(0, 40px);
    -webkit-transition: all 2s ease 2s;
    -moz-transition: all 2s ease 2s;
    transition: all 2s ease 2s;
  }
  .cptLocation::after {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
       -moz-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
            transform: translate(0, 10px);
    -webkit-transition: all 1.5s ease 1s;
    -moz-transition: all 1.5s ease 1s;
    transition: all 1.5s ease 1s;
  }
  .cptLocation.is-show::before {
    opacity: 1;
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .cptLocation.is-show::after {
    opacity: 1;
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .locationInfo__elm:nth-child(2), .locationInfo__elm:nth-child(5), .locationInfo__elm:nth-child(8) {
    -webkit-transition: all 0.6s ease 0.5s;
    -moz-transition: all 0.6s ease 0.5s;
    transition: all 0.6s ease 0.5s;
  }
  .locationInfo__elm:nth-child(3n) {
    -webkit-transition: all 0.6s ease 1s;
    -moz-transition: all 0.6s ease 1s;
    transition: all 0.6s ease 1s;
  }

  .photo__elm:nth-child(2), .photo__elm:nth-child(5) {
    -webkit-transition: all 0.6s ease 0.5s;
    -moz-transition: all 0.6s ease 0.5s;
    transition: all 0.6s ease 0.5s;
  }
  .photo__elm:nth-child(3n) {
    -webkit-transition: all 0.6s ease 1s;
    -moz-transition: all 0.6s ease 1s;
    transition: all 0.6s ease 1s;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1024px) and (max-width: 1366px) {
  .loadingContent__img {
    width: 150px;
  }

  .leadPoint__elm {
    width: 294.661px;
  }
  .leadPoint__elm.access::before {
    top: 8px;
  }
  .leadPoint__elm.access::after {
    top: 10px;
  }
  .leadPoint__elm.access .arrow01,
.leadPoint__elm.access .arrow02 {
    top: 18px;
    width: 33.6px;
    height: 21px;
  }
  .leadPoint__elm.access .arrow01 {
    left: 96px;
  }
  .leadPoint__elm.flat::before {
    top: 0px;
    left: 138px;
    width: 56px;
    height: 21px;
  }
  .leadPoint__elm.using::before {
    width: 38.4px;
    height: 48px;
  }
  .leadPoint__cap {
    font-size: 2.2rem;
  }

  .cptPoint__elm.using {
    -webkit-transform: translate(180px, 0);
       -moz-transform: translate(180px, 0);
        -ms-transform: translate(180px, 0);
            transform: translate(180px, 0);
  }
  .cptPoint__pict, .cptPoint__txt {
    width: 582.25px;
  }

  .cptLocation::before {
    top: 220px;
    left: 525px;
    width: 160px;
    height: 224px;
  }
  .cptLocation::after {
    width: 319.8px;
    height: 320px;
    bottom: 102px;
    left: 430px;
  }

  .planningPrice__table {
    width: 374px;
  }

  .locationInfo__elm {
    width: 313.12px;
  }

  .h-dayTypes__elm {
    width: 476px;
  }
  .h-dayTypes__elm + .h-dayTypes__elm::before {
    left: -24px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .loadingContent__img {
    width: 180px;
  }

  .leadPoint__elm {
    opacity: 1;
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .sectionLogo {
    width: 96px;
    margin: auto;
  }
  .sectionTitle {
    margin-top: 20px;
    font-size: 3.2rem;
    letter-spacing: 0.2rem;
  }
  .sectionTitle span {
    font-size: 1.4rem;
  }

  .btn__conversion {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 78%;
    margin: 30px auto 0;
  }
  .btn__conversion a {
    display: block;
    width: 45%;
  }

  .leadPoint__elm {
    opacity: 1;
  }
  .leadPoint__elm.access {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
  }
  .leadPoint__elm.access::before, .leadPoint__elm.access::after {
    opacity: 0;
    -webkit-transform: translate(-20px, 0);
       -moz-transform: translate(-20px, 0);
        -ms-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
    -webkit-transition: all 1s ease 1s;
    -moz-transition: all 1s ease 1s;
    transition: all 1s ease 1s;
  }
  .leadPoint__elm.access .arrow01,
.leadPoint__elm.access .arrow02 {
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all 1s ease 1.5s;
    -moz-transition: all 1s ease 1.5s;
    transition: all 1s ease 1.5s;
  }
  .leadPoint__elm.access.is-show::before, .leadPoint__elm.access.is-show::after {
    opacity: 1;
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .leadPoint__elm.access.is-show .arrow01,
.leadPoint__elm.access.is-show .arrow02 {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .leadPoint__elm.flat {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all 1s ease 2s;
    -moz-transition: all 1s ease 2s;
    transition: all 1s ease 2s;
  }
  .leadPoint__elm.flat::before {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
       -moz-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  .leadPoint__elm.flat.is-show::before {
    opacity: 1;
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all 1s ease 3s;
    -moz-transition: all 1s ease 3s;
    transition: all 1s ease 3s;
  }
  .leadPoint__elm.using {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all 1s ease 4s;
    -moz-transition: all 1s ease 4s;
    transition: all 1s ease 4s;
  }
  .leadPoint__elm.using::before {
    -webkit-transform: translate(-30px, 0);
       -moz-transform: translate(-30px, 0);
        -ms-transform: translate(-30px, 0);
            transform: translate(-30px, 0);
  }
  .leadPoint__elm.using.is-show::before {
    opacity: 1;
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all 1s ease 4s;
    -moz-transition: all 1s ease 4s;
    transition: all 1s ease 4s;
  }

  .locationInfo__elm:nth-child(2), .locationInfo__elm:nth-child(5), .locationInfo__elm:nth-child(8) {
    -webkit-transition: all 0.6s ease 0.5s;
    -moz-transition: all 0.6s ease 0.5s;
    transition: all 0.6s ease 0.5s;
  }
  .locationInfo__elm:nth-child(3n) {
    -webkit-transition: all 0.6s ease 1s;
    -moz-transition: all 0.6s ease 1s;
    transition: all 0.6s ease 1s;
  }

  .photo__elm:nth-child(2), .photo__elm:nth-child(5) {
    -webkit-transition: all 0.6s ease 0.5s;
    -moz-transition: all 0.6s ease 0.5s;
    transition: all 0.6s ease 0.5s;
  }
  .photo__elm:nth-child(3n) {
    -webkit-transition: all 0.6s ease 1s;
    -moz-transition: all 0.6s ease 1s;
    transition: all 0.6s ease 1s;
  }
}
@media screen and (max-width: 599px) {
  .loadingContent__img {
    width: 120px;
  }

  .sectionLogo {
    width: 80px;
    margin: auto;
  }
  .sectionTitle {
    margin-top: 10px;
    font-size: 2.4rem;
  }
  .sectionTitle span {
    font-size: 1.2rem;
  }

  .btn__conversion {
    width: 78%;
    margin: 30px auto 0;
  }
  .btn__conversion a {
    display: block;
  }
  .btn__conversion a:nth-child(2) {
    margin-top: 10px;
  }

  .leadPoint__elm {
    opacity: 1;
  }
  .leadPoint__elm.access {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
  }
  .leadPoint__elm.access::before, .leadPoint__elm.access::after {
    opacity: 0;
    -webkit-transform: translate(-20px, 0);
       -moz-transform: translate(-20px, 0);
        -ms-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
    -webkit-transition: all 1s ease 1s;
    -moz-transition: all 1s ease 1s;
    transition: all 1s ease 1s;
  }
  .leadPoint__elm.access .arrow01,
.leadPoint__elm.access .arrow02 {
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all 1s ease 1.5s;
    -moz-transition: all 1s ease 1.5s;
    transition: all 1s ease 1.5s;
  }
  .leadPoint__elm.access.is-show::before, .leadPoint__elm.access.is-show::after {
    opacity: 1;
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .leadPoint__elm.access.is-show .arrow01,
.leadPoint__elm.access.is-show .arrow02 {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .leadPoint__elm.flat {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all 1s ease 2s;
    -moz-transition: all 1s ease 2s;
    transition: all 1s ease 2s;
  }
  .leadPoint__elm.flat::before {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
       -moz-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  .leadPoint__elm.flat.is-show::before {
    opacity: 1;
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all 1s ease 3s;
    -moz-transition: all 1s ease 3s;
    transition: all 1s ease 3s;
  }
  .leadPoint__elm.using {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all 1s ease 4s;
    -moz-transition: all 1s ease 4s;
    transition: all 1s ease 4s;
  }
  .leadPoint__elm.using::before {
    -webkit-transform: translate(-30px, 0);
       -moz-transform: translate(-30px, 0);
        -ms-transform: translate(-30px, 0);
            transform: translate(-30px, 0);
  }
  .leadPoint__elm.using.is-show::before {
    opacity: 1;
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all 1s ease 4s;
    -moz-transition: all 1s ease 4s;
    transition: all 1s ease 4s;
  }

  .locationInfo__elm:nth-child(2n) {
    -webkit-transition: all 0.6s ease 0.5s;
    -moz-transition: all 0.6s ease 0.5s;
    transition: all 0.6s ease 0.5s;
  }
}