@charset "UTF-8";
/* CSS Document */
/* --------------------------------------------------

初期設定

-------------------------------------------------- */
/* --------------------------------------------------

hover

-------------------------------------------------- */
/* --------------------------------------------------

スマホサイズのフォント指定

-------------------------------------------------- */
/* --------------------------------------------------

breakpoint

-------------------------------------------------- */
/* --------------------------------------------------

access

-------------------------------------------------- */
.p-access {
  background: url(../../img/access/bg_title01.webp) no-repeat top center/contain;
  padding: 0 1.6rem 1.6rem;
}
@media only screen and (max-width: 768px) {
  .p-access {
    background: url(../../img/access/bg_title01.webp) no-repeat top center/240%;
  }
}

.p-access-hero {
  padding: 16rem 0;
}
@media only screen and (max-width: 768px) {
  .p-access-hero {
    padding: 16rem 0 8rem;
  }
}
.p-access-hero__container {
  max-width: 108rem;
  margin: auto;
}
.p-access-hero__title {
  font-size: 9.6rem;
  font-family: "Oranienbaum", serif;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .p-access-hero__title {
    font-size: 6.4rem;
  }
}

.p-access-content {
  background: rgba(255, 255, 255, 0.8);
  padding: 12rem 0;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .p-access-content {
    padding: 1.6rem 1.6rem 8rem;
  }
}
.p-access-content__container {
  max-width: 108rem;
  margin: auto;
}

.p-access-content-map {
  margin: 0 0 8rem;
}
@media only screen and (max-width: 768px) {
  .p-access-content-map {
    margin: 0 0 4rem;
  }
}

.p-access-content-type {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
.p-access-content-type__heading {
  font-size: 3.6rem;
  font-family: "Oranienbaum", serif;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 3.2rem;
}
.p-access-content-type__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 768px) {
  .p-access-content-type__list {
    display: flex;
    flex-direction: column;
  }
}
.p-access-content-type__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.4rem;
}
.p-access-content-type__item.-double {
  grid-column: span 2;
}
.p-access-content-type__name {
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "Oranienbaum", serif;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background: #9795A3;
  padding: 0.8rem;
}
.p-access-content-type__name:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.2rem 0.8rem 0 0.8rem;
  border-color: #9C9AA8 transparent transparent transparent;
  translate: -50% 100%;
}
.p-access-content-type__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  gap: 1.6rem;
}
.p-access-content-type__place {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-access-content-type__place {
    font-size: 1.4rem;
  }
}
.p-access-content-type__row {
  display: flex;
  flex: 1;
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  .p-access-content-type__row {
    gap: 0.8rem;
  }
}
.p-access-content-type__column {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 1.6rem;
}
.p-access-content-type__root {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 1.6rem;
}
.p-access-content-type__root li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  gap: 1.6rem;
}
.p-access-content-type__root li:after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../../img/access/icon_arrow01.webp) center/cover;
}
.p-access-content-type__root li div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.p-access-content-type__root li div img {
  width: auto;
  height: 4.8rem;
}
.p-access-content-type__root li div span {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  white-space: nowrap;
  color: #9795A3;
}
@media only screen and (max-width: 768px) {
  .p-access-content-type__root li div span {
    font-size: 1.2rem;
  }
}
.p-access-content-type__root li div span.is-black {
  color: #332123;
}
.p-access-content-type__root li div span.is-red {
  color: #332123;
  text-decoration: underline;
}
.p-access-content-type__time {
  display: flex;
  align-items: center;
  min-height: 6.5rem;
  font-size: 1.6rem;
  line-height: 1.4;
  background: #BED3D4;
  padding: 1rem 1.6rem;
}
@media only screen and (max-width: 768px) {
  .p-access-content-type__time {
    min-height: auto;
    font-size: 1.2rem;
    padding: 1.6rem;
  }
}