/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  color: #333;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  letter-spacing: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #333;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

ul {
  padding-left: 0;
  list-style: none;
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

body {
  background-color: #90d3ed;
}

.section-wrapper {
  margin-bottom: 40px;
}

.content-inner {
  width: 340px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .content-inner {
    width: 100%;
    max-width: 1040px;
  }
}

.title-wrapper {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .title-wrapper {
    margin-bottom: 32px;
  }
}

.top-banner {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .top-banner {
    padding-top: 60px;
  }
}

.title .title__image {
  max-width: 500px;
  margin: 0 auto;
}

.map-cap {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 20px;
  max-width: 1040px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.map-cap .map-cap__pin {
  width: 14px;
  margin-right: 4px;
}
@media screen and (min-width: 768px) {
  .map-cap .map-cap__pin {
    width: 24px;
  }
}
.map-cap .map-cap__slide-text {
  font-size: 13px;
  margin-bottom: 5px;
}
.map-cap .map-cap__tap-text {
  font-size: 13px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .map-cap .map-cap__tap-text {
    font-size: 26px;
    justify-content: center;
  }
}

.map-area {
  overflow-x: auto;
}
.map-area .map-area__map {
  width: 1040px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .map-area .map-area__map {
    width: 1040px;
  }
}
.map-area .slide-icon {
  width: 60px;
  position: absolute;
  top: 2%;
  left: 640px;
}
.map-area .map-area__icon {
  position: absolute;
  width: 70px;
  cursor: pointer;
  transition: opacity 0.2s;
}
@media screen and (min-width: 768px) {
  .map-area .map-area__icon {
    width: 70px;
  }
}
.map-area .map-area__icon.pin1 {
  left: 17%;
  top: 12%;
}
.map-area .map-area__icon.pin2 {
  left: 65%;
  top: 77%;
}
.map-area .map-area__icon.pin3 {
  left: 47%;
  top: 33%;
}
.map-area .map-area__icon.pin4 {
  left: 28%;
  top: 20%;
}
.map-area .map-area__icon.pin5 {
  left: 27%;
  top: 76%;
}
.map-area .map-area__icon.pin6 {
  left: 83%;
  top: 46%;
}

.movie .content-inner {
  aspect-ratio: 16/9;
}
.movie iframe {
  width: 100%;
  height: 100%;
}

.env-list .env-list__gallery {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 90%;
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  .env-list .env-list__gallery {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .env-list .env-list__gallery li {
    width: calc(33.3333333333% - 24px);
  }
}

.footer {
  padding: 8px 0 0;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 40px 0 0;
  }
}
.footer .footer__inner {
  width: 340px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer .footer__inner {
    width: 100%;
    max-width: 1040px;
  }
}
.footer .footer__link {
  max-width: 700px;
  margin: 0 auto;
}

.back-map {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 70px;
  cursor: pointer;
  display: none;
}

/* ------area_modal css------ */
.scroll-hint-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}/*# sourceMappingURL=style.css.map */