* {
  box-sizing: border-box;
}

.br-switch_on_access {
  display: block;
}
@media screen and (min-width: 600px) {
  .br-switch_on_access {
    display: none;
  }
}

.br-switch_off_access {
  display: none;
}
@media screen and (min-width: 600px) {
  .br-switch_off_access {
    display: block;
  }
}

.access__map, .access__guidance {
  text-align: center;
  padding: 0 15px;
}
.access__map h2, .access__guidance h2 {
  font-weight: 500;
}
.access__map h2::before, .access__guidance h2::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 16px;
  background-image: url("../img/deco-l.png");
  background-size: contain;
  margin: 0px 10px 0px 0px;
}
.access__map h2::after, .access__guidance h2::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 16px;
  background-image: url("../img/deco-r.png");
  background-size: contain;
  margin: 0px 0px 0px 10px;
}
.access__map h3, .access__guidance h3 {
  font-weight: 500;
}
.access__map h3::before, .access__guidance h3::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 10px;
  background-image: url("../img/deco-l.png");
  background-size: contain;
  margin: 0px 10px 0px 0px;
}
.access__map h3::after, .access__guidance h3::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 10px;
  background-image: url("../img/deco-r.png");
  background-size: contain;
  margin: 0px 0px 0px 10px;
}
@media screen and (min-width: 1120px) {
  .access__map, .access__guidance {
    padding: 0 30px;
  }
  .access__map h2, .access__guidance h2 {
    font-weight: 500;
  }
  .access__map h2::before, .access__guidance h2::before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 23px;
    background-image: url("../img/deco-l.png");
    background-size: contain;
    margin: 0px 10px 0px 0px;
  }
  .access__map h2::after, .access__guidance h2::after {
    content: "";
    display: inline-block;
    width: 35px;
    height: 23px;
    background-image: url("../img/deco-r.png");
    background-size: contain;
    margin: 0px 0px 0px 10px;
  }
  .access__map h3, .access__guidance h3 {
    font-weight: 500;
  }
  .access__map h3::before, .access__guidance h3::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 20px;
    background-image: url("../img/deco-l.png");
    background-size: contain;
    margin: 0px 10px 0px 0px;
  }
  .access__map h3::after, .access__guidance h3::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 20px;
    background-image: url("../img/deco-r.png");
    background-size: contain;
    margin: 0px 0px 0px 10px;
  }
}

.access__top__map {
  margin-top: 10px;
}
.access__top__map iframe {
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 500px) {
  .access__top__map {
    margin-top: 40px;
  }
  .access__top__map iframe {
    height: 400px;
  }
}

.access__top__address h3 {
  margin: 20px 0px 15px 0px;
  font-size: 1.8rem;
  font-weight: 600;
}
.access__top__address address {
  font-size: 1.5rem;
  line-height: 130%;
}
@media screen and (min-width: 1120px) {
  .access__top__address h3 {
    margin: 40px 0px 30px 0px;
    font-size: 3rem;
  }
  .access__top__address address {
    font-size: 2rem;
    line-height: 100%;
  }
}

.access__guidance {
  background-color: #FDF4E9;
  padding-bottom: 5px;
  text-align: center;
}
.access__guidance img {
  width: 100%;
}
.access__guidance h2 {
  font-size: 2.4rem;
  font-weight: 500;
  padding: 25px 0px;
}
@media screen and (min-width: 500px) {
  .access__guidance h2 {
    font-size: 3rem;
    font-weight: 500;
    padding: 25px 0px;
  }
}
@media screen and (min-width: 1200px) {
  .access__guidance h2 {
    font-size: 4rem;
    padding: 40px 0px;
  }
  .access__guidance img {
    margin-bottom: 5px;
  }
  .access__guidance li {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1400px) {
  .access__guidance p {
    line-height: 150%;
  }
  .access__guidance img {
    width: 500px;
  }
  .access__guidance ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .access__guidance li {
    margin-bottom: 30px;
  }
}

.access__guidance__photo {
  position: relative;
}
.access__guidance__photo p {
  line-height: 100%;
  color: #FFF;
  font-size: 10rem;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media screen and (min-width: 700px) {
  .access__guidance__photo p {
    line-height: 100%;
    color: #FFF;
    font-size: 15rem;
    position: absolute;
    bottom: 30px;
    right: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .access__guidance__photo p {
    line-height: 100%;
    color: #FFF;
    font-size: 10rem;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
}

.access__guidance__txt {
  margin: 16px 0px 30px 0px;
}

.access__tel {
  margin: 20px 0px 0px 0px;
  padding-bottom: 154px;
  text-align: center;
}
.access__tel h4 {
  font-weight: 500;
}
.access__tel a {
  font-weight: 600;
  font-size: 3rem;
}
@media screen and (min-width: 800px) {
  .access__tel {
    margin: 20px 0px 154px 0px;
    padding-bottom: 0;
  }
  .access__tel h4 {
    font-size: 2rem;
  }
  .access__tel a {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1120px) {
  .access__tel {
    margin: -20px 0px 50px 0px;
  }
}/*# sourceMappingURL=access.css.map */