/*===============================
	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 .topBlockWraper {
  max-width: 1600px;
  margin: 40px auto 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 959px) {
  #access .topBlockWraper {
    display: block;
    width: 80%;
    margin: 0 auto 10vw;
  }
}

@media screen and (min-width: 960px) {
  #access .topBlockWraper > div {
    position: relative;
    width: 50%;
  }
}

@media screen and (min-width: 960px) {
  #access .topBlockWraper .mainTitle {
    position: absolute;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    right: 30px;
    bottom: 0;
  }
}

@media screen and (max-width: 959px) {
  #access .emergency {
    padding: 5vw 10vw;
  }
}

#access .emergency_title {
  color: #b43d41;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 959px) {
  #access .emergency_title {
    font-size: 3.46667vw;
  }
}

#access .emergency p {
  color: #b43d41;
  font-size: 18px;
  text-decoration: underline;
  margin: 0;
  text-align: center;
}

@media screen and (max-width: 959px) {
  #access .emergency p {
    font-size: 3.46667vw;
  }
}

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

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

#access .caption_list {
  margin: 10px 0 40px;
}

#access .btn_list {
  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;
  width: 100%;
  margin: 60px 0 0;
}

@media screen and (max-width: 959px) {
  #access .btn_list {
    width: 90%;
    margin: 10.66667vw auto;
  }
}

#access .btn_list li {
  width: 400px;
}

@media screen and (max-width: 959px) {
  #access .btn_list li {
    width: 49%;
  }
}

#access .btn_list li a {
  display: block;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 0;
  border-radius: 4px;
  background-color: #b43d41;
  border: 1px solid #c3303c;
}

@media screen and (max-width: 959px) {
  #access .btn_list li a {
    font-size: 3.46667vw;
  }
}

#access .btn_list li a:hover {
  color: #b43d41;
  text-decoration: none;
  background-color: #fff;
}

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

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

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

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

#access .busInfoTitle {
  margin: 60px 0 0;
}

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

.busInfoTitle + .seatingInfoTitle {
	margin-top: 0!important;
}

#access .anchor_list {
  margin: 80px 0;
  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: 6.66667vw auto;
    width: 90%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#access .anchor_list li {
  width: 23%;
}

@media screen and (max-width: 959px) {
  #access .anchor_list li {
    width: 49%;
    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 30px;
  border-radius: 4px;
  background-color: #c3303c;
  border: 1px solid #c3303c;
}

#access .anchor_list li a:hover {
  color: #c3303c;
  text-decoration: none;
  background-color: #fff;
}

#access .anchor_list li a:hover svg {
  fill: #c3303c;
}

#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: 10px;
  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 .icon_train {
  width: 21px;
  height: 26px;
}

#access .icon_train2 {
  width: 40px;
}

@media screen and (max-width: 959px) {
  #access .icon_train2 {
    width: 5.33333vw;
  }
}

#access .icon_bus {
  width: 21px;
  height: 23px;
}

#access .icon_bus2 {
  width: 35px;
}

@media screen and (max-width: 959px) {
  #access .icon_bus2 {
    width: 5.33333vw;
  }
}

#access .icon_car {
  width: 34px;
  height: 15px;
}

#access .icon_car2 {
  width: 66px;
}

@media screen and (max-width: 959px) {
  #access .icon_car2 {
    width: 8.8vw;
  }
}

#access .icon_bicycle {
  width: 31px;
  height: 22px;
}

#access .icon_bicycle2 {
  width: 55px;
}

@media screen and (max-width: 959px) {
  #access .icon_bicycle2 {
    width: 7.33333vw;
  }
}

#access .link-external {
  text-decoration: underline;
}

#access .link-external:after {
  content: '';
  width: 14px;
  height: 14px;
  background-image: url(/element_2017/images/ico_external_1.png);
  background-position-y: top;
  vertical-align: initial;
  display: inline-block;
  margin-left: 5px;
  padding-right: 20px;
  background-repeat: no-repeat;
}

#access .bg-gray {
  background-color: #eeeeee;
}

#access .vehicle_section {
  padding: 50px 0;
}

@media screen and (max-width: 959px) {
  #access .vehicle_section {
    padding: 12vw 0;
  }
}

@media screen and (min-width: 960px) {
  #access .vehicle_section_howto {
    padding-top: 40px;
  }
}

#access .vehicle_title {
  font-size: 52px;
  font-family: 'Hannari';
  text-align: center;
}

@media screen and (max-width: 959px) {
  #access .vehicle_title {
    font-size: 6.4vw;
  }
}

#access .vehicle_title img {
  vertical-align: middle;
  margin: 0 20px 0 0;
}

#access .map {
  width: 100%;
}

#access .tabContentsInner {
  padding-bottom: 0;
}

@media screen and (max-width: 959px) {
  #access .tabsPanel {
    font-size: 3.2vw;
  }
}

#access ul.btn2 li .linkExternal {
  background-color: #fff;
}

@media screen and (max-width: 959px) {
  #access ul.btn2 li .linkExternal {
    background-image: url("/theatres/4026/access/images/ico_link_external_t.png");
  }
}

#access .tabs li {
  line-height: 1.5;
}

@media screen and (max-width: 959px) {
  #access .tabs li {
    line-height: 1.2;
    padding: 3vw 0;
  }
}

#access .tabBlock--gray .tabsPanel {
  background-color: #fff;
}

#access .tabBlock--gray .tabsPanel.current {
  background-color: #eee;
}

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

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

#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;
  margin: 40px 0 0;
}

@media screen and (max-width: 959px) {
  #access .route_list {
    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;
}

@media screen and (min-width: 960px) {
  #access .bicycle_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #access .bicycle_box div:nth-child(1) {
    width: 440px;
  }
  #access .bicycle_box div:nth-child(2) {
    text-align: left;
    padding-left: 40px;
  }
  #access .bicycle_box div:nth-child(2) ul.btn2 {
    text-align: left;
  }
  #access .bicycle_box div:nth-child(2) ul.btn2 li {
    margin-left: 0;
  }
}

@media screen and (max-width: 959px) {
  #access .bicycle_box div:nth-child(2) {
    margin-top: 4vw;
  }
}

.topBlock--s {
  width: 840px;
  padding: 0;
}

@media screen and (max-width: 959px) {
  .topBlock--s {
    width: 100%;
  }
}
.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%;
}