@charset "UTF-8";
/* CSS Document */
.main {
  background-color: #FFFFFF;
}
.access h2{
  margin-top: 130px;
  margin-bottom: 50px;
  font-size: 2.0rem;
}
.access_map{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.access_map__map{
  margin-bottom: 50px;
}
.access_map__address{
  margin-left: 70px;
}
.access_map__address h3{
  margin-bottom: 25px;
  text-align: left;
}
.access_map__address p{
  font-size: 1.3rem;
  text-align: left;
  margin-bottom: 10px;
}
.access_map__address_mail{
  margin-bottom: 30px;
}
.access_map__route_bus{
  margin-top: 50px;
}
.access_map__route_bus h4{
  text-align: left;
  margin-top: 30px;
  margin-bottom: 0px;
}
.access_youtube{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 70px;
}
@media(min-width:960px) { /*今流行っている画面のサイズ*/
  .top-wrapper {
    display: flex;
    max-width: 1160px;
    margin: 0 auto;
  }
}
@media(max-width:960px) { /*今流行っている画面のサイズ*/
  .access h2{
  margin-top: 70px;
}
  .access_map__map{
    width: 100%;
  }
  .access_map__address{
    margin: 0 20px;
  }
  .access_youtube iframe{
    width: 350px;
  }
}
