@charset "UTF-8";
#page_access .tit_wrap h1 {
  font-size: 36rem;
}
#page_access .nav_position {
  padding: 100rem 0 150rem;
  text-align: center;
}
#page_access .common_tit {
  display: inline-block;
  margin: 0 0 50rem;
}
#page_access .map_wrap {
  height: 450rem;
}
#page_access .text_wrap {
  text-align: left;
}
#page_access .text_wrap .txt_box {
  border-bottom: 2px solid #c2c2c2;
  padding-left: 50rem;
  padding-bottom: 50rem;
  margin-bottom: 50rem;
}
#page_access .text_wrap .txt_box h3 {
  font-size: 28rem;
  color: #76a870;
  margin-bottom: 25rem;
  position: relative;
}
#page_access .text_wrap .txt_box h3::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: -45rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#page_access .text_wrap .txt_box h3.by_train::before {
  width: 24rem;
  height: 33rem;
  background: url(../../img/icon_train.svg) no-repeat center top/contain;
}
#page_access .text_wrap .txt_box h3.by_bus::before {
  width: 30rem;
  height: 30rem;
  background: url(../../img/icon_bus.svg) no-repeat center top/contain;
}
#page_access .text_wrap .txt_box h3.by_car::before {
  width: 30rem;
  height: 23rem;
  background: url(../../img/icon_car.svg) no-repeat center top/contain;
}
#page_access .text_wrap .txt_box strong {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20rem;
}
#page_access .text_wrap .txt_box strong:before {
  content: "●";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #76a870;
  margin: 0 5rem 0 0;
  font-size: 13rem;
}
#page_access .address_info {
  position: relative;
  padding-top: 150rem;
  background: url(../../img/bg_access.jpg) no-repeat center top/cover;
}
#page_access .address_info .ph_decorate {
  margin-top: 50rem;
  max-width: 1672rem;
  width: 100%;
}
#page_access .address_info .ph_decorate img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 490rem;
  position: relative;
}
#page_access .address_info .ph_decorate img::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #222;
  opacity: 0.1;
}
#page_access .address_info .flex_area {
  max-width: 1772rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70rem;
  padding-right: 70rem;
}
#page_access .address_info .flex_area .flex_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 70rem;
}
#page_access .address_info .flex_area .ph_wrap {
  width: 502rem;
}
#page_access .address_info .flex_area .text_area {
  width: 300rem;
}
#page_access .address_info .flex_area .text_area .text_wrap {
  max-width: 300rem;
  letter-spacing: 0.15em;
}
#page_access .address_info .flex_area .text_area .ico_pin,
#page_access .address_info .flex_area .text_area .ico_tel,
#page_access .address_info .flex_area .text_area .ico_fax,
#page_access .address_info .flex_area .text_area .ico_time {
  padding-left: 20rem;
  position: relative;
}
#page_access .address_info .flex_area .text_area .ico_pin::before,
#page_access .address_info .flex_area .text_area .ico_tel::before,
#page_access .address_info .flex_area .text_area .ico_fax::before,
#page_access .address_info .flex_area .text_area .ico_time::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#page_access .address_info .flex_area .text_area .ico_pin.ico_pin::before,
#page_access .address_info .flex_area .text_area .ico_tel.ico_pin::before,
#page_access .address_info .flex_area .text_area .ico_fax.ico_pin::before,
#page_access .address_info .flex_area .text_area .ico_time.ico_pin::before {
  width: 15rem;
  height: 19rem;
  background: url(../../img/ico_pin.svg) no-repeat center top/contain;
}
#page_access .address_info .flex_area .text_area .ico_pin.ico_tel::before,
#page_access .address_info .flex_area .text_area .ico_tel.ico_tel::before,
#page_access .address_info .flex_area .text_area .ico_fax.ico_tel::before,
#page_access .address_info .flex_area .text_area .ico_time.ico_tel::before {
  width: 15rem;
  height: 16rem;
  background: url(../../img/ico_tel.svg) no-repeat center top/contain;
}
#page_access .address_info .flex_area .text_area .ico_pin.ico_fax::before,
#page_access .address_info .flex_area .text_area .ico_tel.ico_fax::before,
#page_access .address_info .flex_area .text_area .ico_fax.ico_fax::before,
#page_access .address_info .flex_area .text_area .ico_time.ico_fax::before {
  width: 14rem;
  height: 16rem;
  background: url(../../img/ico_fax.svg) no-repeat center top/contain;
}
#page_access .address_info .flex_area .text_area .ico_pin.ico_time::before,
#page_access .address_info .flex_area .text_area .ico_tel.ico_time::before,
#page_access .address_info .flex_area .text_area .ico_fax.ico_time::before,
#page_access .address_info .flex_area .text_area .ico_time.ico_time::before {
  width: 15rem;
  height: 15rem;
  background: url(../../img/ico_time.svg) no-repeat center top/contain;
}
#page_access .address_info .flex_area .text_area .name span {
  font-size: 28rem;
}
#page_access .address_info .flex_area .text_area .on_foot {
  margin-top: 20rem;
}
#page_access .address_info .flex_area .text_area .address {
  margin-top: 25rem;
}
#page_access .address_info .flex_area .text_area .tel {
  margin-top: 25rem;
}
#page_access .address_info .flex_area .text_area .fax {
  margin-top: 10rem;
}
#page_access .address_info .flex_area .text_area .time_wrap {
  margin-top: 25rem;
  padding-top: 25rem;
  border-top: 1px solid #c2c2c2;
}
#page_access .address_info .flex_area .text_area .time_wrap .time {
  font-size: 24rem;
  margin-top: 10rem;
}
#page_access .address_info .flex_area .text_area .btn_more {
  margin-top: 50rem;
}
#page_access .address_info .flex_area .text_area .btn_more a {
  width: 320rem;
  margin-left: 0;
}

@media screen and (max-width: 680px) {
  #page_access .common_lead {
    padding: 100rem 0;
  }
  #page_access .common_tit {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-align: center;
    margin: 0 0 20rem;
    letter-spacing: 2rem;
    display: block;
  }
  #page_access .common_tit:before {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin: auto;
  }
  #page_access .nav_position {
    padding: 70rem 0 80rem;
  }
  #page_access .map_wrap {
    height: 300rem;
  }
  #page_access .text_wrap {
    text-align: left;
  }
  #page_access .text_wrap .txt_box {
    padding-left: 10rem;
    padding-bottom: 30rem;
    margin-bottom: 30rem;
  }
  #page_access .text_wrap .txt_box h3 {
    font-size: 21rem;
    padding-left: 30rem;
  }
  #page_access .text_wrap .txt_box h3::before {
    left: -5rem;
  }
  #page_access .text_wrap .txt_box h3.by_train::before {
    width: 20rem;
    height: 23rem;
  }
  #page_access .text_wrap .txt_box h3.by_bus::before {
    width: 20rem;
    height: 20rem;
  }
  #page_access .text_wrap .txt_box h3.by_car::before {
    width: 22rem;
    height: 17rem;
  }
  #page_access .text_wrap .txt_box strong {
    margin: 1rem 0 20rem;
  }
  #page_access .text_wrap .txt_box strong:before {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #page_access .address_info {
    position: relative;
    padding-top: 70rem;
  }
  #page_access .address_info .flex_area {
    padding: 0;
  }
  #page_access .address_info .flex_area .flex_wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #page_access .address_info .flex_area .flex_wrap .ph_wrap {
    width: 100%;
  }
  #page_access .address_info .flex_area .flex_wrap .text_area {
    width: 240rem;
    margin-top: 30px;
  }
}/*# sourceMappingURL=access.css.map */