@charset "utf-8";
header{
  z-index: 9999;
}
.spBTN{
  z-index: 9999;
}
.inner{
  max-width: 1200px;
  margin: 0 auto;
}
.center{
  text-align: center;
}
.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* access */
main{
  background: #0a0a2d;
  z-index: -100;
}
h3{
  font-size: 35px;
  line-height: 1.8;
  margin-bottom: 20px;
}
h3 span{
  font-size: 12px;
  vertical-align: top;
}
.small{
  font-size: 12px !important;
}
/* .mv{
  position: relative;
  margin-bottom: 60px;
}
.mv h2{
  position: absolute;
  font-size: 35px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
} */
.mv{
  margin-bottom: 120px;
}
.mvArea {
  width: 100%;
  height: 240px;
  background: url("../../img/access/mv.jpg") top center / cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mvArea img{
	max-width: 90px;
}
.access_info {
  margin-bottom: 60px;
}
.access_info .access_info_att{
  font-size: 12px;
  margin-bottom: 60px;
}
.access_info .map_img{
  width: 60%;
  margin: 0 auto;
}
.access_contents h3{
  margin-bottom: 80px;
}
.access_list {
  margin-bottom: 100px;
}
.access_list ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
  position: relative;
}
.access_list ul:nth-of-type(even){
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.access_list ul:nth-of-type(even) li:last-child{
  text-align: right;
}
.access_list ul li{
  width: 48%;
}
.access_list ul li:first-child{
  position: relative;
}
.access_list ul:nth-of-type(odd)::after{
  content: "";
  position: absolute;
  background: url("../../img/access/tokyo.png") no-repeat center center / contain;
  width: 270px;
  height: 78px;
  bottom: 30px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.access_list ul:nth-of-type(even)::after{
  content: "";
  position: absolute;
  background: url("../../img/access/ueno.png") no-repeat center center / contain;
  width: 270px;
  height: 78px;
  bottom: 30px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.access_list ul:nth-of-type(3)::after{
  content: "";
  position: absolute;
  background: url("../../img/access/akihabara.png") no-repeat center center / contain;
  width: 470px;
  height: 60px;
}
.access_list ul:nth-of-type(4)::after{
  content: "";
  position: absolute;
  background: url("../../img/access/shimbashi.png") no-repeat center center / contain;
  width: 490px;
  height: 60px;
}
.access_list ul:nth-of-type(5)::after{
  content: "";
  position: absolute;
  background: url("../../img/access/shinagawa.png") no-repeat center center / contain;
  width: 478px;
  height: 78px;
}
.access_list ul:nth-of-type(6)::after{
  content: "";
  position: absolute;
  background: url("../../img/access/otemachi.png") no-repeat center center / contain;
  width: 437px;
  height: 58px;
}
.access_list ul:nth-of-type(7)::after{
  content: "";
  position: absolute;
  background: url("../../img/access/kasumigaseki.png") no-repeat center center / contain;
  width: 650px;
  height: 80px;
}
.access_list ul:nth-of-type(8)::after{
  content: "";
  position: absolute;
  background: url("../../img/access/omotesando.png") no-repeat center center / contain;
  width: 589px;
  height: 61px;
}
.access_list ul li h4{
  font-size: 35px;
}
.access_list ul li p{
  font-size: 24px;
}
.access_list ul li p span{
  font-size: 35px;
  padding-left: 10px;
}
.access_list ul li .small{
  margin-top: 10px;
}
.access_list ul li p .arrow{
  font-size: 18px;
}
.access_business .txt01{
  font-size: 16px;
  line-height: 2;
  margin-bottom: 30px;
}
.business_img{
  width: 50%;
  margin: 0 auto;
}
.access_business{
  position: relative;
  z-index: 1;
}
.access_business::before{
  content: "";
  position: absolute;
  background: url("../../img/access/img09.jpg") no-repeat center center / contain;
  width: 750px;
  height: 470px;
  bottom: -342px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.business_txt{
  margin-bottom: 80px;
}
.access_bus{
  background: #dadce0;
  color: #000;
  padding: 400px 0 20px;
}
.access_bus h3{
  margin-bottom: 60px;
}
.access_bus ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 140px;
}
.access_bus ul li{
  width: 30%;
}
.access_bus ul li .time{
  display: block;
  width: 45%;
  margin: 0 auto;
}
.access_bus ul li .txt01{
  font-size: 24px;
  line-height: 1.8;
  color: #fff;
  background: #7b7b53;
  padding: 0 10px 10px;
  text-align: center;
}
.access_bus ul li .txt01 span{
  display: block;
  width: 70%;
  margin: 0 auto;
  font-size: 18px;
  color: #7b7b53;
  background: #fff;
}
.access_bus ul li .txt01.stop{
  padding: 0;
}


/* 
@media screen and (max-width:1024px) {
	.map{
		background: #0a0a2d;
		color: #000;
		padding: 120px 5%;
	}
} */
@media screen and (max-width:750px) {
  .inner{
    width: 90%;
    margin: 0 auto;
  }
  .mv{
    margin-bottom: 60px;
  }
  .mvArea {
    height: 130px;
  }
  .mvArea img {
    max-width: 80px;
  }
  h3 {
    font-size: 25px;
  }
  .access_info .access_info_att {
    margin-bottom: 40px;
  }
  .access_info .map_img {
    width: 100%;
    margin-bottom: 40px;
  }
  .access_contents h3{
    margin-bottom: 40px;
  }
  .access_list {
    margin-bottom: 60px;
  }
  .access_list ul{
    display: block;
    margin-bottom: 40px;
  }
  .access_list ul li{
    width: 100%;
  }
  .access_list ul li:first-child{
    position: relative;
    margin-bottom: 25px;
  }
  .access_list ul:nth-of-type(odd)::after{
    display: none;
  }
  .access_list ul:nth-of-type(even)::after{
    display: none;
  }
  .access_list ul li:first-child::after{
    content: "";
    position: absolute;
    background: url("../../img/access/tokyo.png") no-repeat left center / contain;
    width: 52%;
    height: 58px;
    bottom: -32px;
    right: 0;
  }
  .access_list ul:nth-of-type(2) li:first-child::after{
    background: url("../../img/access/ueno.png") no-repeat left center / contain;
    width: 50%;
    height: 46px;
    bottom: -20px;
  }
  .access_list ul:nth-of-type(3) li:first-child::after{
    background: url("../../img/access/akihabara.png") no-repeat left center / contain;
    width: 84%;
    height: 45px;
    bottom: -18px;
  }
  .access_list ul:nth-of-type(4) li:first-child::after{
    background: url("../../img/access/shimbashi.png") no-repeat left center / contain;
    width: 90%;
    height: 42px;
    bottom: -18px;
  }
  .access_list ul:nth-of-type(5) li:first-child::after{
    background: url("../../img/access/shinagawa.png") no-repeat left center / contain;
    width: 90%;
    height: 56px;
  }
  .access_list ul:nth-of-type(6) li:first-child::after{
    background: url("../../img/access/otemachi.png") no-repeat left center / contain;
    width: 75%;
    height: 45px;
    bottom: -18px;
  }
  .access_list ul:nth-of-type(7) li:first-child::after{
    background: url("../../img/access/kasumigaseki.png") no-repeat left center / contain;
    width: 100%;
    height: 47px;
    bottom: -25px;
  }
  .access_list ul:nth-of-type(8) li:first-child::after{
    background: url("../../img/access/omotesando.png") no-repeat left center / contain;
    width: 95%;
    height: 38px;
    bottom: -15px;
  }
  .access_list ul:nth-of-type(even) li:last-child{
    text-align: left;
  }
  .access_list ul li h4 {
    font-size: 28px;
  }
  .access_list ul li p {
    font-size: 20px;
  }
  .access_list ul li p span {
    font-size: 28px;
  }
  .access_business::before {
    width: 100%;
    height: 100%;
    bottom: -58%;
  }
  .access_bus {
    padding: 60% 0 20px;
  }
  .access_bus h3 {
    margin-bottom: 40px;
  }
  .access_bus ul{
    display: block;
    margin-bottom: 50px;
  }
  .access_bus ul li{
    width: 100%;
    margin-bottom: 40px;
  }
  .access_bus ul li .time {
    width: 42%;
  }










}