.info_wrap {
  margin-top: 38rem;
}
.info_wrap .contents .desc_wrap {
  display: flex;
  gap: 73rem;
  justify-content: center;
  margin-top: 0;
}
.info_wrap .txt_wrap {
  width: calc(100% - 450rem - 73rem);
}
.info_wrap .txt_wrap .name {
  position: relative;
  padding-bottom: 20rem;
}
.info_wrap .txt_wrap .name::after {
  content: "";
  width: 490rem;
  height: 1px;
  background-color: #CCCCCC;
  display: block;
  position: absolute;
  bottom: 0;
  left: -10rem;
}
.info_wrap .txt_wrap .name img {
  display: block;
}
.info_wrap .txt_wrap .name img + img {
  margin-top: 15rem;
}
.info_wrap .txt_wrap dl {
  display: flex;
  margin-top: 30rem;
  gap: 16rem 20rem;
  flex-wrap: wrap;
}
.info_wrap .txt_wrap dl dt {
  width: 90rem;
  border-radius: 8rem;
  background-color: #FFE9DF;
  height: 35rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info_wrap .txt_wrap dl dd {
  width: calc(100% - 90rem - 20rem);
}
.info_wrap .txt_wrap dl dd.tel, .info_wrap .txt_wrap dl dd.fax {
  position: relative;
}
.info_wrap .txt_wrap dl dd.tel::before, .info_wrap .txt_wrap dl dd.fax::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}
.info_wrap .txt_wrap dl dd.tel::before {
  margin-right: 7rem;
  width: 10rem;
  height: 10rem;
  background-image: url("../../img/ico_tel_single.svg");
}
.info_wrap .txt_wrap dl dd.fax::before {
  margin-right: 5rem;
  width: 11rem;
  height: 11rem;
  background-image: url("../../img/ico_fax.svg");
}
.info_wrap .map_wrap {
  width: 450rem;
  height: 340rem;
}
.info_wrap .map_wrap iframe {
  width: 100%;
  height: 100%;
}

.anc_nav {
  margin-top: 100rem;
  padding-top: 90rem;
}

.contents .common_ttl {
  width: 100%;
}
.contents .common_ttl span.m_ttl {
  border-bottom: 2rem solid #F0813B;
  padding-left: 60rem;
  color: #6E513E;
}
.contents .common_ttl span.m_ttl::before {
  position: absolute;
  top: calc(50% - 23rem);
}
.contents .dot_ttl {
  color: #333;
  font-size: 16rem;
}
.contents .dot_ttl::before {
  top: 10rem;
}
.contents .desc_wrap {
  margin-top: 40rem;
}
.contents .desc_wrap + .desc_wrap {
  margin-top: 35rem;
}
.contents .btn_more a {
  background-color: #FFD4C1;
  border: none;
  color: #333;
  font-size: 14rem;
  margin-top: 34rem;
  margin-left: 35rem;
  width: 380rem;
  height: 54rem;
  font-weight: 500;
}
.contents .btn_more a::after {
  width: 10rem;
  height: 10rem;
  background-size: 10rem;
  background-image: url(../../img/ico_tab_arrow.svg);
  right: 40rem;
}
.contents .btn_more a:hover {
  background-color: #fff;
  border: 1px solid #CB8F74;
  color: #CB8F74;
}
.contents .btn_more a:hover::after {
  background-image: url(../../img/ico_tab_arrow_p.svg);
}
.contents.train {
  margin-top: 90rem;
}
.contents.train .common_ttl.ta_left span.m_ttl::before {
  background-image: url(../../img/ico_bus.svg);
  width: 46rem;
  height: 46rem;
}
.contents.car {
  margin-top: 100rem;
}
.contents.car .common_ttl.ta_left span.m_ttl::before {
  background-image: url(../../img/ico_car.svg);
  width: 46rem;
  height: 46rem;
}
.contents.map {
  margin-top: 130rem;
  padding-bottom: 165rem;
}
.contents.map .common_ttl span.m_ttl {
  padding-left: 40rem;
}
.contents.map .common_ttl.ta_left span.m_ttl::before {
  background-image: url(../../img/ico_flag.svg);
  width: 30rem;
  height: 35rem;
  top: calc(50% - 17.5rem);
}
.contents.map .img_map {
  width: 610rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 680px) {
  .info_wrap {
    margin-top: 30rem;
  }
  .info_wrap .contents .desc_wrap {
    display: block;
  }
  .info_wrap .txt_wrap {
    width: 100%;
  }
  .info_wrap .txt_wrap .name {
    padding-bottom: 15rem;
  }
  .info_wrap .txt_wrap .name::after {
    width: 100%;
    left: 0;
  }
  .info_wrap .txt_wrap .name img {
    width: 101rem;
  }
  .info_wrap .txt_wrap .name img + img {
    width: 158.5rem;
    margin-top: 9rem;
  }
  .info_wrap .map_wrap {
    margin-top: 25rem;
    width: 100%;
    height: 150rem;
  }
  .anc_nav {
    margin-top: 50rem;
    padding-top: 40rem;
    gap: 17.5rem;
  }
  .anc_nav li a {
    width: 323.5rem;
  }
  .contents .common_ttl span.m_ttl {
    padding-left: 40rem;
  }
  .contents .common_ttl span.m_ttl::before {
    top: calc(50% - 15rem);
  }
  .contents .dot_ttl {
    font-size: 14rem;
  }
  .contents .dot_ttl::before {
    top: 5rem;
  }
  .contents .desc_wrap {
    margin-top: 20rem;
  }
  .contents .desc_wrap + .desc_wrap {
    margin-top: 25rem;
  }
  .contents .btn_more a {
    font-size: 12.5rem;
    margin-top: 15rem;
    margin-left: auto;
    width: 100%;
    height: 50rem;
    padding-right: 10rem;
  }
  .contents .btn_more a::after {
    right: 20rem;
  }
  .contents.train {
    margin-top: 45rem;
  }
  .contents.train .common_ttl.ta_left span.m_ttl::before {
    width: 30rem;
    height: 30rem;
  }
  .contents.car {
    margin-top: 50rem;
  }
  .contents.car .common_ttl.ta_left span.m_ttl::before {
    width: 30rem;
    height: 30rem;
  }
  .contents.map {
    margin-top: 65rem;
    padding-bottom: 80rem;
  }
  .contents.map .common_ttl span.m_ttl {
    padding-left: 40rem;
  }
  .contents.map .common_ttl.ta_left span.m_ttl::before {
    width: 27rem;
    height: 32rem;
    top: calc(50% - 16rem);
  }
  .contents.map .img_map {
    width: 100%;
  }
}/*# sourceMappingURL=access.css.map */