/*===============================
	Mixin
================================*/
#access .boxItemsData {
  font-weight: bold;
}

#access .img {
  width: 100%;
  height: auto;
}

#access .img--m {
  display: block;
  width: 630px;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  #access .img--m {
    width: 90%;
  }
}

#access strong {
  font-weight: bold;
}

#access .mainTitle {
  margin: 40px 0 40px;
}

#access .mainTitleMain {
  display: block;
}

#access .mainTitleAccess {
  display: block;
  margin-top: 0.6em;
}

#access .accessmap img {
  border-radius: 4px;
  border: none;
  display: block;
  margin: 0 auto;
  width: 680px;
  height: auto;
}

@media screen and (max-width: 959px) {
  #access .accessmap img {
    width: 100%;
  }
}

#access .seatingInfo {
  padding-top: 20px;
}

@media screen and (max-width: 959px) {
  #access .seatingInfo {
    padding-top: 0;
    margin-top: 0;
    font-size: 2.66667vw;
  }
}

#access .seatingInfoTitle {
  margin: 80px 0 40px;
}

@media screen and (max-width: 959px) {
  #access .seatingInfoTitle {
    font-size: 4.53333vw;
    margin: 8vw 0 5.33333vw;
    line-height: 1.8;
  }
}

#access .anchor_list {
  margin: 40px 0 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 959px) {
  #access .anchor_list {
    margin: 5.33333vw auto 6.66667vw;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#access .anchor_list li {
  width: 32%;
  min-height: 116px;
  line-height: 1.3;
}

@media screen and (max-width: 959px) {
  #access .anchor_list li {
    margin: 1vw 0;
  }
}

#access .anchor_list li a {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding: 14px 0 24px;
  border-radius: 4px;
  height: 100%;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

#access .anchor_list li a:hover {
  text-decoration: none;
}

#access .anchor_list li a:hover:before {
  background-position: left bottom;
}

@media screen and (max-width: 959px) {
  #access .anchor_list li a {
    display: block;
    height: 100%;
    font-size: 3.46667vw;
    padding: 2.5vw 0 6.5vw;
  }
}

#access .anchor_list li a svg,
#access .anchor_list li a img {
  vertical-align: middle;
  margin-right: 10px;
  fill: #fff;
}

#access .anchor_list li a:before {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 5px);
  bottom: 6px;
  background: url(/element_2017/images/arrow_middle_btn_2.png) no-repeat left top;
  width: 10px;
  height: 20px;
  overflow: hidden;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (max-width: 959px) {
  #access .anchor_list li a:before {
    bottom: .6vw;
  }
}

#access .anchor_list li a.anchor_list_item--jingumae {
  background-color: #b43d41;
  border: 1px solid #b43d41;
}

#access .anchor_list li a.anchor_list_item--jingumae:hover {
  color: #b43d41;
  background-color: #fff;
}

#access .anchor_list li a.anchor_list_item--jingumae:hover svg {
  fill: #b43d41;
}

@media screen and (max-width: 959px) {
  #access .anchor_list li a.anchor_list_item--jingumae:hover {
    color: #fff;
    background-color: #b43d41;
  }
  #access .anchor_list li a.anchor_list_item--jingumae:hover svg {
    fill: #fff;
  }
}

#access .anchor_list li a.anchor_list_item--atsuta {
  background-color: #f0862b;
  border: 1px solid #f0862b;
}

#access .anchor_list li a.anchor_list_item--atsuta:hover {
  color: #f0862b;
  background-color: #fff;
}

#access .anchor_list li a.anchor_list_item--atsuta:hover svg {
  fill: #f0862b;
}

@media screen and (max-width: 959px) {
  #access .anchor_list li a.anchor_list_item--atsuta:hover {
    color: #fff;
    background-color: #f0862b;
  }
  #access .anchor_list li a.anchor_list_item--atsuta:hover svg {
    fill: #fff;
  }
}

#access .anchor_list li a.anchor_list_item--atsutajingunishi {
  background-color: #92539d;
  border: 1px solid #92539d;
}

#access .anchor_list li a.anchor_list_item--atsutajingunishi:hover {
  color: #92539d;
  background-color: #fff;
}

#access .anchor_list li a.anchor_list_item--atsutajingunishi:hover svg {
  fill: #92539d;
}

@media screen and (max-width: 959px) {
  #access .anchor_list li a.anchor_list_item--atsutajingunishi:hover {
    color: #fff;
    background-color: #92539d;
  }
  #access .anchor_list li a.anchor_list_item--atsutajingunishi:hover svg {
    fill: #fff;
  }
}

#access .sectionSubTitle {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 6px;
}

@media screen and (max-width: 959px) {
  #access .sectionSubTitle {
    font-size: 4vw;
    margin: 8vw 0 2vw;
  }
}

#access .sectionSubTitle + .route_note {
  text-align: center;
  margin-bottom: 1.4em;
}

@media screen and (max-width: 959px) {
  #access .sectionSubTitle + .route_note {
    text-align: left;
    margin-bottom: 5.2vw;
  }
}

#access .route_list {
  counter-reset: item;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px 0;
  margin: 40px 0 0;
}

@media screen and (max-width: 959px) {
  #access .route_list {
    gap: 2.66667vw 0;
    width: 90%;
    margin: 2.66667vw auto 0;
  }
}

@media screen and (min-width: 960px) {
  #access .route_list li {
    width: 32%;
    margin: 0 2% 2% 0;
    line-height: 1.5;
  }
  #access .route_list li:nth-child(3n) {
    margin-right: 0;
  }
}

#access .route_list li:before {
  position: relative;
  counter-increment: item;
  content: counter(item);
  top: 15px;
  padding: 12px 14px;
  font-weight: bold;
  color: #fff;
  background-color: #083b67;
}

#access .route_list li figcaption {
  margin-top: 0.8em;
}

.videoWrap {
  width: 588px;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .videoWrap {
    width: 100%;
  }
}

.video {
  position: relative;
  padding-bottom: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access-routes #jingumae, .access-routes #atsuta, .access-routes #atsutajingunishi {
  padding-top: 20px;
}

@media screen and (max-width: 959px) {
  .access-routes #jingumae, .access-routes #atsuta, .access-routes #atsutajingunishi {
    padding-top: 3.2vw;
  }
}

.access-routes .access-route:not(:first-child) {
  margin-top: 40px;
}

@media screen and (max-width: 959px) {
  .access-routes .access-route:not(:first-child) {
    margin-top: 16vw;
  }
}
