/* common-mv
-----------------------*/
.common-mv {
  background: url(../images/common/common_mv.jpg) no-repeat center/cover;
}

.common-ank-area__list li {
  grid-column: span 4;
}
@media screen and (max-width: 768px) {
  .common-ank-area__list li {
    grid-column: span 6;
  }
}

/* access
-----------------------*/
.access.bg-blue {
  background: #fafafd;
}
.access__note li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
}
.access__note li.point {
  color: #f00000;
}
.access__text {
  font-size: 14px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .access__text {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
.access__text .point {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .access__text .point {
    font-size: 14px;
  }
}
.access__text .line {
  background: linear-gradient(transparent 60%, #ffff00 40%);
}
.access__btn {
  max-width: 300px;
  margin: 0 auto;
}
.access__btn a {
  display: block;
  background: #000000;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  transition: 0.5s;
  text-decoration: none;
  color: #FFFFFF;
  letter-spacing: 1px;
}
.access__btn a:hover {
  opacity: 0.7;
  color: #FFFFFF;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .access__btn a {
    font-size: 12px;
  }
}
.access__ank-list {
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .access__ank-list {
    gap: 20px;
  }
}
.access__ank-list li {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .access__ank-list li {
    width: 100px;
  }
}
.access__ank-list li a {
  display: block;
  transition: 0.5s;
  text-decoration: none;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 1px solid #000000;
  text-align: center;
}
.access__ank-list li a:hover {
  opacity: 0.7;
  color: #000000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .access__ank-list li a {
    font-size: 12px;
  }
}
.access .sub-ttl {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .access .sub-ttl {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.access .sub-ttl span {
  color: #f00000;
}
.access__info-box {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .access__info-box {
    max-width: 400px;
    display: block;
  }
}
.access__info-box .box-item {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .access__info-box .box-item {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .access__info-box .box-item + .box-item {
    margin-top: 30px;
  }
}
.access__info-box .box-list {
  margin-bottom: 10px;
}
.access__info-box.type-01 .box-list {
  border-top: 1px solid #000000;
}
.access__info-box.type-01 .box-list li {
  border-bottom: 1px solid #000000;
  padding: 8px 10px;
}
.access__info-box.type-01 dt,
.access__info-box.type-01 dd,
.access__info-box.type-01 p {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .access__info-box.type-01 dt,
  .access__info-box.type-01 dd,
  .access__info-box.type-01 p {
    font-size: 14px;
  }
}
.access__info-box.type-01 dl {
  display: flex;
  justify-content: center;
}
.access__info-box.type-01 dl dt {
  width: 205px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .access__info-box.type-01 dl dt {
    width: 180px;
    margin-right: 20px;
  }
}
.access__info-box.type-01 dl dd {
  width: 70px;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .access__info-box.type-01 dl dd {
    width: 60px;
  }
}
.access__info-box.type-02 .box-list {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.access__info-box.type-02 .box-list li:nth-of-type(even) {
  background: #f5f5fa;
}
.access__info-box.type-02 .box-list li + li dt,
.access__info-box.type-02 .box-list li + li dd {
  border-top: 1px solid #dcdcdc;
}
.access__info-box.type-02 .box-list dl {
  display: flex;
}
.access__info-box.type-02 .box-list dt,
.access__info-box.type-02 .box-list dd {
  padding: 5px;
  font-size: 14px;
  text-align: center;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .access__info-box.type-02 .box-list dt,
  .access__info-box.type-02 .box-list dd {
    font-size: 12px;
  }
}
.access__info-box.type-02 .box-list a {
  font-size: 14px;
  transition: 0.5s;
  text-decoration: none;
  color: #000000;
}
.access__info-box.type-02 .box-list a:hover {
  opacity: 0.7;
  color: #000000;
  text-decoration: none;
}
.access__info-box.type-02 .box-list dt {
  border-right: 1px solid #000000;
}
.access__info-box .access__note li {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .access__info-box .access__note li {
    font-size: 12px;
  }
}

/* map
-----------------------*/
.map {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .map {
    margin-bottom: 50px;
  }
}
.map .map-ttl {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.0;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .map .map-ttl {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.map .map-ttl span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .map .map-ttl span {
    font-size: 12px;
  }
}
.map__area {
  height: 490px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .map__area {
    height: 215px;
    margin-bottom: 40px;
  }
}
.map__area iframe {
  width: 100%;
  height: 100%;
}
.map__img {
  max-width: 960px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .map__img {
    margin-bottom: 5px;
  }
}
.map .access__note {
  max-width: 960px;
  margin: 0 auto;
}

/* car
-----------------------*/
.car {
  margin-bottom: 130px;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .car {
    margin-bottom: 60px;
    padding: 50px 0;
  }
}
.car .section-ttl {
  padding: 60px 0 30px;
}
@media screen and (max-width: 768px) {
  .car .section-ttl {
    padding: 40px 0 30px;
  }
}
.car .section-ttl::before {
  content: "";
  display: block;
  width: 58px;
  height: 40px;
  background: url(../images/access/icn_cer.png) no-repeat center/100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .car .section-ttl::before {
    width: 40px;
    height: 28px;
  }
}
.car__img {
  max-width: 840px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .car__img {
    margin-bottom: 40px;
  }
}
.car__parking-list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 25px;
  max-width: 960px;
  margin: 0 auto 45px;
}
@media screen and (max-width: 768px) {
  .car__parking-list {
    display: block;
  }
}
.car__parking-list li {
  grid-column: span 6;
}
@media screen and (max-width: 768px) {
  .car__parking-list li + li {
    margin-top: 40px;
  }
}
.car__parking-list li > p {
  font-size: 12px;
  margin-bottom: 10px;
}
.car__parking-list li .parking-ttl {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.car__parking-list li .parking-ttl .main {
  margin-right: 10px;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .car__parking-list li .parking-ttl .main {
    font-size: 14px;
  }
}
.car__parking-list li .parking-ttl .badge {
  background: #0292fd;
  line-height: 1.0;
  padding: 8px 10px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .car__parking-list li .parking-ttl .badge {
    font-size: 12px;
  }
}
.car__parking-list li .car-map {
  height: 300px;
}
@media screen and (max-width: 768px) {
  .car__parking-list li .car-map {
    height: 215px;
  }
}
.car__parking-list li .car-map iframe {
  width: 100%;
  height: 100%;
}
.car .access__btn {
  max-width: 300px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .car .access__btn {
    max-width: 240px;
  }
}

/* bus
-----------------------*/
.bus {
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .bus {
    margin-bottom: 60px;
  }
}
.bus .section-ttl {
  padding: 60px 0 30px;
}
@media screen and (max-width: 768px) {
  .bus .section-ttl {
    padding: 40px 0 30px;
  }
}
.bus .section-ttl::before {
  content: "";
  display: block;
  width: 71px;
  height: 39px;
  background: url(../images/access/icn_bus.png) no-repeat center/100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .bus .section-ttl::before {
    width: 48px;
    height: 27px;
  }
}
.bus__img {
  max-width: 800px;
  margin: 0 auto 10px;
}
.bus .access__note {
  max-width: 800px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .bus .access__note {
    margin-bottom: 50px;
  }
}
.bus .access__note .text-right {
  text-align: right;
}
.bus .bus__btn-list {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .bus .bus__btn-list {
    display: block;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .bus .bus__btn-list li + li {
    margin-top: 20px;
  }
}
.bus .access__btn {
  width: 205px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .bus .access__btn {
    width: 100%;
    margin: 0 auto;
  }
}

/* train
-----------------------*/
.train {
  margin-bottom: 80px;
  padding: 80px 0 75px;
}
@media screen and (max-width: 768px) {
  .train {
    margin-bottom: 60px;
    padding: 60px 0;
  }
}
.train .section-ttl {
  padding: 70px 0 30px;
}
@media screen and (max-width: 768px) {
  .train .section-ttl {
    padding: 45px 0 30px;
  }
}
.train .section-ttl::before {
  content: "";
  display: block;
  width: 71px;
  height: 48px;
  background: url(../images/access/icn_train.png) no-repeat center/100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .train .section-ttl::before {
    width: 39px;
    height: 27px;
  }
}
.train__img {
  max-width: 840px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .train__img {
    margin-bottom: 25px;
  }
}

/* shuttle-bus
-----------------------*/
.shuttle-bus {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .shuttle-bus {
    margin-bottom: 55px;
  }
}
.shuttle-bus .section-ttl {
  padding: 75px 0 30px;
}
@media screen and (max-width: 768px) {
  .shuttle-bus .section-ttl {
    padding: 50px 0 30px;
  }
}
.shuttle-bus .section-ttl::before {
  content: "";
  display: block;
  width: 71px;
  height: 55px;
  background: url(../images/access/icn_shuttle_bus.png) no-repeat center/100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .shuttle-bus .section-ttl::before {
    width: 40px;
    height: 31px;
  }
}
.shuttle-bus__img {
  max-width: 800px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .shuttle-bus__img {
    margin-bottom: 50px;
  }
}
.shuttle-bus__route-img {
  max-width: 600px;
  margin: 0 auto 65px;
}
@media screen and (max-width: 768px) {
  .shuttle-bus__route-img {
    margin-bottom: 45px;
  }
}
.shuttle-bus .access__info-box {
  margin-bottom: 20px;
}
.shuttle-bus .ticket-btn-area {
  text-align: center;
}
.shuttle-bus .ticket-btn-area > p {
  font-size: 18px;
  font-weight: 600;
  color: #f00000;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .shuttle-bus .ticket-btn-area > p {
    font-size: 14px;
  }
}
.shuttle-bus .ticket-btn-area a {
  display: inline-block;
  padding: 15px 20px;
  transition: 0.5s;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  background: #000000;
  border-radius: 50px;
}
.shuttle-bus .ticket-btn-area a:hover {
  opacity: 0.7;
  color: #FFFFFF;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .shuttle-bus .ticket-btn-area a {
    font-size: 14px;
  }
}
.shuttle-bus .ticket-btn-area a > span {
  display: inline-block;
  padding-right: 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .shuttle-bus .ticket-btn-area a > span {
    padding-right: 15px;
  }
}
.shuttle-bus .ticket-btn-area a > span::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
  transform: rotate(45deg);
}
.shuttle-bus .ticket-btn-area a .note {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .shuttle-bus .ticket-btn-area a .note {
    display: block;
    font-size: 12px;
  }
}

/* taxi
-----------------------*/
.taxi {
  margin-bottom: 80px;
  padding: 75px 0;
}
@media screen and (max-width: 768px) {
  .taxi {
    margin-bottom: 55px;
    padding: 60px 0;
  }
}
.taxi .section-ttl {
  padding: 65px 0 30px;
}
@media screen and (max-width: 768px) {
  .taxi .section-ttl {
    padding: 45px 0 30px;
  }
}
.taxi .section-ttl::before {
  content: "";
  display: block;
  width: 62px;
  height: 44px;
  background: url(../images/access/icn_taxi.png) no-repeat center/100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .taxi .section-ttl::before {
    width: 40px;
    height: 28px;
  }
}
.taxi__route-img {
  max-width: 600px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .taxi__route-img {
    margin-bottom: 35px;
  }
}

/* bnr-area
-----------------------*/
.bnr-area {
  margin-bottom: 120px;
}
.bnr-area__list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 50px;
  max-width: 550px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .bnr-area__list {
    gap: 30px 4%;
  }
}
.bnr-area__list li {
  grid-column: span 6;
}
.bnr-area__list li a {
  display: block;
  transition: 0.5s;
  text-decoration: none;
  color: #000000;
}
.bnr-area__list li a:hover {
  opacity: 0.7;
  color: #000000;
  text-decoration: none;
}

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