/*breakpoint*/
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes blur {
  0% {
    -ms-filter: blur(12px);
    filter: blur(12px);
  }
  100% {
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
.sub__visual {
  width: 555px;
  height: auto;
  border-radius: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sub__visual {
    width: calc(100% - 6rem);
  }
}
.sub__visual img {
  width: 100%;
  height: 100%;
}

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

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

main {
  padding: 0 0 10rem;
}
@media screen and (max-width: 767px) {
  main {
    padding: 0 0 8rem;
  }
}

main section {
  padding: 10rem 0 0 0;
}
main section:first-child {
  padding: 0 0 0 0;
}
@media screen and (max-width: 767px) {
  main section {
    width: calc(100% - 6rem);
    margin: 0 auto;
    padding: 8.5rem 0 0 0;
  }
  main section:first-of-type {
    padding: 0;
  }
}

.access__heading-3 .access__icon--area {
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
.access__heading-3 .access__icon--area .access__icon {
  width: 100%;
  height: auto;
}
.access__heading-3 .access__text--area {
  font-size: 2.2rem;
  font-family: "Kosugi Maru", sans-serif;
  letter-spacing: 0.7rem;
  color: #A35CEB;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .access__heading-3 .access__text--area {
    font-size: 2rem;
    letter-spacing: 0.6rem;
    font-weight: 100;
  }
}

.hedding__text {
  font-size: 2.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  text-align: center;
  margin: 3rem 0 2.45rem;
}
@media screen and (max-width: 767px) {
  .hedding__text {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 3rem 0 2rem;
  }
}

.toc__text {
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 1rem;
  text-indent: -1rem;
}

.red {
  color: #ED0000;
}

tr {
  border-bottom: 1px solid #707070;
}
tr:last-of-type {
  border-bottom: none;
}
tr th {
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #707070;
  padding: 1.2rem 3rem;
}
tr td {
  text-align: left;
  vertical-align: middle;
  padding: 0 3rem;
}

.heading__text {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .heading__text {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  #mv__lower .mv__snow {
    left: 1rem;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  #access #mv__lower .mainvisual__icon img {
    width: 44px;
  }
  #mv__lower .mainvisual__heading-2 {
    letter-spacing: 0.5rem;
  }
}
.detail__btn .detail__btn--text .detail__btn--anker {
  display: block;
  width: 219px;
  height: 41px;
  line-height: 41px;
  border: 1px solid #707070;
  border-radius: 10px;
  color: #707070;
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
  transition: 0.3s;
}
.detail__btn .detail__btn--text .detail__btn--anker .right__arrow::before {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  border-radius: 50px;
  background-color: #707070;
  position: absolute;
  top: 11px;
  right: 16px;
  transform: rotate(-45deg);
}
.detail__btn .detail__btn--text .detail__btn--anker .right__arrow::after {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  border-radius: 50px;
  background-color: #707070;
  position: absolute;
  top: 18px;
  right: 16px;
  transform: rotate(45deg);
}
@media (hover: hover) {
  .detail__btn .detail__btn--text .detail__btn--anker:hover {
    background-color: #707070;
    color: #fff;
  }
  .detail__btn .detail__btn--text .detail__btn--anker:hover .right__arrow::before {
    background-color: #fff;
  }
  .detail__btn .detail__btn--text .detail__btn--anker:hover .right__arrow::after {
    background-color: #fff;
  }
}

.google-map .map__area {
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .google-map .map__area {
    width: 100%;
  }
  .google-map .map__area iframe {
    width: 100%;
  }
}
.google-map .detail__btn {
  width: 1080px;
  margin: 3rem auto 0;
}
@media screen and (max-width: 767px) {
  .google-map .detail__btn {
    width: 100%;
  }
}
.google-map .detail__btn .detail__btn--anker {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .google-map .detail__btn .detail__btn--anker {
    font-size: 1.4rem;
  }
}
.google-map .map__table {
  width: 648px;
  margin: 3rem auto 0;
}
@media screen and (max-width: 767px) {
  .google-map .map__table {
    width: 100%;
  }
}
.google-map .map__table tr {
  border-bottom: 1px solid #707070;
}
.google-map .map__table tr:last-of-type {
  border-bottom: none;
}
.google-map .map__table tr th {
  width: 216px;
}
@media screen and (max-width: 767px) {
  .google-map .map__table tr th {
    width: 27%;
    padding: 2rem 0;
    font-size: 1.4rem;
  }
}
.google-map .map__table tr td {
  width: 432px;
}
@media screen and (max-width: 767px) {
  .google-map .map__table tr td {
    font-size: 1.4rem;
    padding: 0 1.7rem;
  }
}

.access-train .way-to__list,
.access-car .way-to__list {
  width: -moz-fit-content;
  width: fit-content;
  margin: 4rem auto 0;
}
.access-train .way-to__list .way-to__text,
.access-car .way-to__list .way-to__text {
  list-style: none;
}
@media screen and (max-width: 767px) {
  .access-train .way-to__list .way-to__text,
  .access-car .way-to__list .way-to__text {
    font-size: 1.4rem;
  }
}
.access-train .way-to__list .indent,
.access-car .way-to__list .indent {
  padding-left: 1rem;
  text-indent: -1rem;
}

.access-parking .parking__list {
  width: 948px;
  display: flex;
  justify-content: space-between;
  margin: 4rem auto 0;
}
@media screen and (max-width: 767px) {
  .access-parking .parking__list {
    width: 100%;
    display: block;
    margin: 3rem auto 0;
  }
}
.access-parking .parking__list .parking__item {
  list-style: none;
}
@media screen and (max-width: 767px) {
  .access-parking .parking__list .parking__item:first-of-type {
    margin: 0 auto 6rem;
  }
}
.access-parking .parking__list .parking__item .parking__text {
  font-size: 1.6rem;
  text-align: center;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .access-parking .parking__list .parking__item .parking__text {
    font-size: 1.4rem;
  }
}
.access-parking .parking__list .parking__item .parking__img {
  width: 450px;
  height: 312px;
  margin: 1.7rem auto 2rem;
}
@media screen and (max-width: 767px) {
  .access-parking .parking__list .parking__item .parking__img {
    width: 100%;
    height: auto;
  }
}
.access-parking .parking__list .parking__item .parking__img img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.access-parking .parking__list .parking__table {
  width: 445px;
  margin: 1.9rem auto 1rem;
}
@media screen and (max-width: 767px) {
  .access-parking .parking__list .parking__table {
    width: 100%;
    margin: 1rem auto 3rem;
  }
}
.access-parking .parking__list .parking__table tr th {
  width: 131px;
}
@media screen and (max-width: 767px) {
  .access-parking .parking__list .parking__table tr th {
    width: 27%;
    padding: 2rem 0;
    font-size: 1.4rem;
  }
}
.access-parking .parking__list .parking__table tr td {
  width: 311px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .access-parking .parking__list .parking__table tr td {
    font-size: 1.4rem;
    padding: 0 2rem;
  }
}
.access-parking .access__text {
  width: 1000px;
  margin: 2.6rem auto 0;
}
@media screen and (max-width: 767px) {
  .access-parking .access__text {
    width: 100%;
    font-size: 1.4rem;
  }
}
.access-parking .cons__list {
  width: 1000px;
  margin: 3rem auto 0;
}
@media screen and (max-width: 767px) {
  .access-parking .cons__list {
    width: 100%;
    margin: 2rem auto 0;
  }
}
.access-parking .cons__list .toc__text {
  list-style: none;
}/*# sourceMappingURL=access.css.map */