@charset "UTF-8";
/* Scss Document */
/* 基本テキスト */
/* ヘッダメニュー分だけマージンを取る */
/* @media screen and (max-width: 1330px) */
/* @media screen and (max-width: 768px) */
/* text line shadow-----color */
/* back shadow-----color */
/* Scss Document */
main .lead {
  background-color: white;
  background-image: none;
  border-bottom: 1px solid var(--color-base);
}
main .lead .access-wrap {
  padding: 40px 0;
  height: auto;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
}
main .lead .access-wrap iframe {
  width: 500px;
  height: 300px;
}
main .lead .access-wrap .sub-wrap {
  padding: 10px;
  height: auto;
  display: flex;
  flex-direction: column;
}
main .lead .access-wrap .sub-wrap img {
  padding: 10px;
  width: 340px;
  height: auto;
  object-fit: cover;
  vertical-align: top;
}
main .lead .access-wrap .sub-wrap .text {
  padding: 10px;
  text-align: left;
}
main .lead .access-wrap .sub-wrap .map-wrap {
  width: 100%;
  margin: 0 auto;
}
main .lead .access-wrap .sub-wrap .map-wrap iframe {
  width: 500px;
  height: 600px;
}
main .lead .access-wrap .sub-wrap .movie-wrap {
  width: 100%;
  margin: 10px auto;
}
main .lead .access-wrap .sub-wrap .movie-wrap .movie {
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
main .lead .access-wrap .sub-wrap .movie-wrap .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main .lead .space {
  height: 80px;
}
@media screen and (max-width: 768px) {
  main .lead .access-wrap {
    padding: 20px 0;
  }
  main .lead .access-wrap iframe {
    width: 100%;
    max-width: 500px;
    height: 250px;
  }
  main .lead .access-wrap .sub-wrap img {
    padding: 10px;
    width: 100%;
    height: auto;
    object-fit: cover;
    vertical-align: top;
  }
  main .lead .access-wrap .sub-wrap .map-wrap iframe {
    width: 100%;
    height: 400px;
  }
  main .lead .space {
    height: 20px;
  }
}

/*# sourceMappingURL=access.css.map */
