/* Scss Document */
/* Scss Document */
@media only screen and (max-width: 640px) {
  .directions .container {
    padding-bottom: calc(30 / 760 * 100vw);
  }
}
.directions .directions_list {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 640px) {
  .directions .directions_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.directions .directions_list_item {
  position: relative;
  width: 34.8rem;
  margin: 4.8rem 0 0 4.8rem;
  background: rgba(0, 0, 0, 0.03);
}
@media only screen and (max-width: 640px) {
  .directions .directions_list_item {
    width: 48%;
    margin: calc(30 / 760 * 100vw) 0 0;
  }
}
.directions .directions_list_item:nth-child(3n+1) {
  margin-left: 0;
}
.directions .directions_list_item:nth-child(-n+3) {
  margin-top: 0;
}
@media only screen and (max-width: 640px) {
  .directions .directions_list_item:nth-child(-n+3) {
    margin-top: calc(30 / 760 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .directions .directions_list_item:nth-child(-n+2) {
    margin-top: 0;
  }
}
.directions .directions_list_num {
  position: absolute;
  top: 0;
  left: 1px;
  width: 4rem;
  height: 4rem;
  background: #000;
  color: #FFF;
  font-family: "Josefin Sans", sans-serif;
  font-style: italic;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  line-height: 4rem;
}
@media only screen and (max-width: 640px) {
  .directions .directions_list_num {
    width: calc(50 / 760 * 100vw);
    height: calc(50 / 760 * 100vw);
    font-size: calc(36 / 760 * 100vw);
    line-height: calc(50 / 760 * 100vw);
  }
}
.directions .directions_list_text {
  padding: 1.5em 1em;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  .directions .directions_list_text {
    padding: 1em 0.5em;
    font-size: calc(24 / 760 * 100vw);
  }
}

.address .inner {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .address .inner {
    display: block;
  }
}
.address .lttl {
  margin-bottom: 4rem;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .address .lttl {
    margin-bottom: calc(80 / 760 * 100vw);
  }
}
.address .address_left {
  width: 38rem;
}
@media only screen and (max-width: 640px) {
  .address .address_left {
    width: 100%;
    margin-bottom: calc(40 / 760 * 100vw);
  }
}
.address .address_address {
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2.4;
}
@media only screen and (max-width: 640px) {
  .address .address_address {
    font-size: calc(24 / 760 * 100vw);
  }
}
.address .address_map {
  width: 66.5rem;
}
@media only screen and (max-width: 640px) {
  .address .address_map {
    width: 100%;
    height: calc(700 / 760 * 100vw);
  }
}

.access-img {
  margin-top: 5em;
}
@media only screen and (max-width: 640px) {
  .access-img {
    margin-top: 3em;
  }
}