@charset "UTF-8";
/*================================================
このCSSファイルはSassから生成されています。
編集しないようにご注意ください。
================================================*/
html {
  font-size: 62.5%;
  /* 10px */
  height: 100%;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  display: block;
}

.map_wrap {
  padding-top: 4.2rem;
}

.location_access iframe {
  width: 100%;
  height: 30em;
}

.btn_access {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding-top: 3.2rem;
}

.btn_access a {
  display: inline-block;
  color: #333;
  font-size: 1.2rem;
  border: solid 1px #333;
  width: 14rem;
  padding: 0.6rem 0;
  text-align: center;
}

.info {
  text-align: center;
  color: #333;
  font-size: 1.2rem;
  padding-top: 4.2rem;
}

.info dt {
  padding-bottom: 1.4rem;
}

.info dd {
  line-height: 1.8;
}

.info .train {
  text-align: left;
  padding-top: 1.8rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.root_btn {
  margin-top: 1.6rem;
}

.root_btn a {
  color: #333;
  display: block;
  position: relative;
  display: inline-block;
  padding-left: 2rem;
  text-align: center;
}

.root_btn a::before {
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: url(../../common/img/icon_filled_point.svg) center no-repeat;
  background-size: contain;
  width: 12px;
  height: 100%;
}

.tel {
  padding-top: 2.8rem;
}

.store_time {
  padding-top: 1rem;
}

.store_img {
  padding-top: 3rem;
}

@media screen and (min-width: 1024px) {
  .map_wrap {
    padding-top: 52px;
  }
  .location_access iframe {
    height: 397px;
  }
  .btn_access {
    width: 365px;
    margin: 0 auto;
    padding-top: 52px;
  }
  .btn_access a {
    font-size: 13px;
    width: 168px;
    padding: 8px 0;
  }
  .info {
    font-size: 15px;
    padding-top: 55px;
  }
  .store_img {
    padding-top: 43px;
  }
}

@media screen and (min-width: 768px) {
  .cont_wrap.access_wrap {
    width: 70%;
    max-width: 768px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .btn_access {
    width: 33rem;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=../css/access.css.map */
