@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

/* Set core html defaults */
/* 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,
ol {
  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 {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

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

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.access-map {
  margin-top: -6.25rem;
}
@media screen and (max-width: 767px) {
  .access-map {
    margin-top: initial;
  }
}

.access-map__inner.inner {
  max-width: 66rem;
  display: grid;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .access-map__inner.inner {
    max-width: 37.5rem;
    gap: 1.25rem;
  }
}

.access-map__map {
  aspect-ratio: 1006/510;
}
.access-map__map iframe {
  width: 100%;
  height: 31.875rem;
}
@media screen and (max-width: 767px) {
  .access-map__map {
    aspect-ratio: 4/3;
  }
  .access-map__map iframe {
    height: 100%;
  }
}

.access-map__name,
.access-map__subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  color: #005bac;
}
@media screen and (max-width: 767px) {
  .access-map__name,
  .access-map__subtitle {
    font-size: 1.125rem;
  }
}

.access-map__address {
  font-style: normal;
  font-weight: 500;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .access-map__address {
    font-size: 1rem;
  }
}

/* 駐車場について */
.parking-info {
  margin-top: 6.25rem;
}

.parking-info__inner.inner {
  max-width: 55rem;
}
@media screen and (max-width: 767px) {
  .parking-info__inner.inner {
    max-width: 37.5rem;
  }
}

.parking-info__title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #005bac;
}
@media screen and (max-width: 767px) {
  .parking-info__title {
    font-size: 1.5rem;
  }
}

.parking-info__map {
  margin-top: 1.875rem;
  aspect-ratio: 829/585;
}
.parking-info__map img {
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .parking-info__map {
    margin-top: 1.25rem;
  }
}

.parking-info__details {
  display: grid;
  gap: 1.125rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .parking-info__details {
    gap: 2.125rem;
    margin-top: 1.25rem;
  }
}

.parking-info__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .parking-info__item {
    flex-direction: column;
  }
}

.parking-info__image {
  width: 28.1061519903%;
  max-width: 14.5625rem;
  aspect-ratio: 237/178;
}
.parking-info__image img {
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .parking-info__image {
    width: 100%;
    max-width: initial;
  }
}

.parking-info__text {
  display: grid;
  gap: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .parking-info__text {
    gap: 0;
  }
}

.parking-info__name {
  font-size: 1.25rem;
  font-weight: bold;
  color: #005bac;
}
@media screen and (max-width: 767px) {
  .parking-info__name {
    font-size: 1.125rem;
  }
}

.parking-info__description {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .parking-info__description {
    font-size: 1rem;
  }
}

.access-directions {
  margin-top: 5rem;
}

.access-directions__inner.inner {
  max-width: 68.75rem;
}
@media screen and (max-width: 767px) {
  .access-directions__inner.inner {
    max-width: 37.5rem;
  }
}

.access-directions__title {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  color: #005bac;
}
@media screen and (max-width: 767px) {
  .access-directions__title {
    font-size: 1.5rem;
  }
}

.access-directions__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2.5rem;
  row-gap: 1.875rem;
  margin-top: 3.375rem;
}
@media screen and (max-width: 767px) {
  .access-directions__list {
    grid-template-columns: 1fr;
    margin-top: 1.875rem;
    row-gap: 2.5rem;
  }
}

.access-directions__image {
  position: relative;
  aspect-ratio: 323/240;
}
.access-directions__image img {
  height: 100%;
  object-fit: cover;
  border-radius: 1.25rem;
}

.access-directions__number {
  position: absolute;
  top: -0.5rem;
  left: 0.5rem;
  background-color: #005bac;
  color: #ffffff;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .access-directions__number {
    font-size: 1.25rem;
    width: 2rem;
    height: 2rem;
  }
}

.access-directions__text {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .access-directions__text {
    margin-top: 0.625rem;
  }
}

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