@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
/* ---------------------------------------------------------page--------------------------------------------------------- */
main {
  width: 100%;
  padding: 0px;
  margin: 0px;
  position: relative;
}
main:not(:last-child) {
  margin-bottom: 100px;
}
main .sec {
  position: relative;
}
main .sec h3 {
  color: #9C7B4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
main #visual {
  width: 100%;
  padding: 120px 0 0 0;
  position: relative;
}
main #visual:not(:last-child) {
  margin-bottom: 85px;
}
main #visual .invisual {
  width: 100%;
}
main #access {
  width: 100%;
  padding: 0px;
  margin: 0 auto;
}
main #access:not(:last-child) {
  margin-bottom: 100px;
}
main #access h3 {
  color: #9C7B4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
main #access .photos {
  width: calc(100% - 80px);
  max-width: 1280px;
  margin: 0 auto;
  border-radius: 10px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  overflow: hidden;
}
main #access .photos:not(:last-child) {
  margin-bottom: 40px;
}
main #access .photos > div {
  width: calc(50% - 5px);
}
main #access .address {
  width: 100%;
}
main #access .address dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main #access .address dl dt {
  color: #9C7B4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
}
main #access .address dl dd {
  color: #9C7B4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0em;
}
main #map {
  width: 100%;
}
main #map iframe {
  width: 100%;
  height: 37.5vw;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  br.brsp {
    display: block;
  }

  main:not(:last-child) {
    margin-bottom: 50px;
  }
  main .sec h3 {
    color: #9C7B4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  main #visual {
    padding: 60px 0 0 0;
  }
  main #visual:not(:last-child) {
    margin-bottom: 40px;
  }
  main #access:not(:last-child) {
    margin-bottom: 50px;
  }
  main #access h3 {
    color: #9C7B4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  main #access .photos {
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
    border-radius: 5px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main #access .photos:not(:last-child) {
    margin-bottom: 20px;
  }
  main #access .photos > div {
    width: 100%;
  }
  main #access .address {
    width: 100%;
  }
  main #access .address dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main #access .address dl dt {
    color: #9C7B4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
  }
  main #access .address dl dd {
    color: #9C7B4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0em;
  }
  main #map {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  main #map iframe {
    width: 100%;
    height: 50vh;
    border-radius: 5px;
  }
}

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