@charset "UTF-8";

/* イベントマップ */
.p-map {
  /* max-width: 820px;
  margin: 0 auto;
  padding: 100px 20px;
  margin: 0 auto; */

 /* max-width: 1100px; */
    max-width: 1700px;
    background-color: #fff;
    width: 100%;
    /* padding: 0 20px; */
    margin: 0 auto;

}

@media only screen and (max-width: 640px) {
  .p-map {
    padding: 150px 20px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-map {
    padding: 50px 50px 0;
  }
}

.p-map__titlewarp {
  text-align: center;
}

.p-map__title {
  font-size: 24px;
  font-weight: bold;
  color: #232323;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.025em;
}

.p-map__titleSub {
  font-size: 20px;
  font-weight: bold;
  color: #232323;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.025em;

  position: relative;
  display: inline-block;
  padding: 0 30px;
}

@media only screen and (max-width: 640px) {
  .p-map__titleSub {
    font-size: 16px;
  }
}

.p-map__titleSub:before,
.p-map__titleSub:after {
  content: "";
  position: absolute;
  top: 45%;
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #ef7c1c;
}

.p-map__titleSub:before {
  left: 0;
}

.p-map__titleSub:after {
  right: 0;
}

.p-map__warp {
  margin: 50px auto;
}

.p-map__all {
  padding: 0 0 50px;
}

@media only screen and (max-width: 640px) {
  .p-map__all {
    padding: 0 0 20px;
  }
}

/* アクセス */
.p-access {
  /* background-color: #f6f6f6; */
  /* max-width: 820px; */
  margin: 0 auto;
  padding: 200px 20px;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .p-access {
    padding: 150px 20px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-access {
    padding: 50px 50px 0;
  }
}

.p-access__inner {
  max-width: 820px;
  margin: 0 auto;
}

.p-access__titlewarp {
  text-align: center;
  padding: 0 0 100px;
  border-bottom: 1px solid #ef7c1c;
}

.p-access__title {
  font-size: 24px;
  font-weight: bold;
  color: #232323;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.025em;
}

.p-access__titleSub {
  font-size: 20px;
  font-weight: bold;
  color: #232323;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.025em;

  position: relative;
  display: inline-block;
  padding: 0 30px;
}

@media only screen and (max-width: 640px) {
  .p-access__titleSub {
    font-size: 16px;
  }
}

.p-access__titleSub:before,
.p-access__titleSub:after {
  content: "";
  position: absolute;
  top: 45%;
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #ef7c1c;
}

.p-access__titleSub:before {
  left: 0;
}

.p-access__titleSub:after {
  right: 0;
}

.p-access__warp {
  margin: 50px auto 0;
}

.p-access__all {
  padding: 0 0 50px;
}

@media only screen and (max-width: 640px) {
  .p-access__all {
    padding: 0;
  }
}

.p-access__all-car {
  padding: 0 0 50px;
  border-bottom: 1px solid #ef7c1c;
}

@media only screen and (max-width: 640px) {
  .p-access__all-car {
    padding: 0 0 40px;
  }
}

.p-access__waytitleSub {
  font-weight: 600;
  margin: 0 0 1em;
  font-family: var(--font-regular);
}

.p-access__waytext {
  font-weight: 600;
  margin: 0 0 50px;
  font-family: var(--font-regular);
  font-size: 16px;
}

.p-access__waytext:last-child {
  margin: 0;
}

@media only screen and (max-width: 640px) {
  .p-access__waytext {
    font-size: 14px;
  }
}

.p-access__waytext li {
  margin: 50px 0 1em;
}

.p-access__waytext li:last-child {
  margin: 50px 0 0;
}

.p-access__waytext dt {
  margin: 50px 0 1em;
}

.p-access__waytext dd {
  font-weight: 500;
  margin: 1em 0;
}

.p-access__waytext h4 {
  font-weight: 600;
  margin: 0 0 50px;
  font-family: var(--font-regular);
  font-size: 16px;
}

@media only screen and (max-width: 640px) {
  .p-access__waytext h4 {
    font-size: 14px;
  }
}

.p-text-access img {
  width: 25px;
  margin-right: 10px;
  vertical-align: middle;
  margin-bottom: 2px;
}

.p-access__link {
  margin: 2.5em 0 0 0;
}

.p-access__link a {
  display: inline-block;
  color: #fff;
  border: 1px solid #969693;
  border-radius: 50px;
  background: #232323;
  padding: 1em 4em;
  text-decoration: none;
  text-align: center;
  transition: 0.3s ease-in-out;
  font-size: 16px;
}

@media only screen and (max-width: 640px) {
  .p-access__link a {
    font-size: 14px;
    padding: 1em 0.5em;
    display: block;
    margin: 1.5em auto;
  }
}

.p-access__link a:hover {
  color: #232323;
  border: 1px solid #969693;
  border-radius: 50px;
  background: #f6f6f6;
}

.p-access__parking {
  font-weight: 600;
  margin: 0 0 50px;
  font-family: var(--font-regular);
  font-size: 16px;

  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {
  .p-access__parking {
    font-size: 14px;
  }
}
.p-access__parkingname {
  width: 100%;
  font-weight: 600;
  font-family: var(--font-regular);
  font-size: 16px;
}

@media only screen and (max-width: 640px) {
  .p-access__parkingname {
    font-size: 14px;
  }
}
.p-access__parking dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.p-access__parking dt {
  margin: 0.5em 0 0;
  width: 7em;
  font-weight: 500;
}

.p-access__parking dd {
  margin: 0.5em 0 0;
  width: calc(100% - 7em);
}

.p-access__parking dd a {
  margin: 0 0 0 1em;
}

@media only screen and (max-width: 640px) {
  .p-access__parking dd a {
    display: block;
    margin: 0;
  }
}
