@charset "UTF-8";

/* ----------------------------------------
  Breadcrumb
---------------------------------------- */
@media screen and (max-width: 834px) {
  .fv_content-head .text {
    width: 99px;
    height: 25px;
  }
}
.fv_content-head .text .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/about/txt_about_bar.png");
  background-size: cover;
  z-index: 5;
}
.fv_content-image .image::before {
  background-image: url("../img/about/bg_firstview.jpg");
}
@media screen and (max-width: 834px) {
  .fv_content-image .image::before {
    background-image: url("../img/about/bg_firstview_sp.jpg");
  }
}

.access {
  position: relative;
  padding: 200px 0 197px;
  background-color: #fff;
  z-index: 35;
}
@media screen and (max-width: 834px) {
  .access {
    padding: 114px 0 110px;
  }
}
.access_content-head .en {
  position: relative;
  width: 310px;
  height: 75px;
  margin: 0 auto;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
@media screen and (max-width: 834px) {
  .access_content-head .en {
    width: 210px;
    height: 51px;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}
.access_content-head .en::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: url("../img/top/txt_head_access_bar.svg");
  background-size: 310px 75px;
  -webkit-transition: 0.8s ease-out;
  transition: 0.8s ease-out;
}
@media screen and (max-width: 834px) {
  .access_content-head .en::after {
    background-size: 210px 51px;
  }
}
.access_content-head .en.is-show::after {
  width: 100%;
}
.access_content-head .ja .tophead {
  margin-top: 22px;
  text-align: center;
}
.access_content-head .ja .lead {
  margin-top: 74px;
  text-align: center;
  line-height: 36px;
}
.access_content-map {
  width: calc(100% - 80px);
  margin: 80px auto 0;
  border-radius: 50px;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .access_content-map {
    width: calc(100% - 40px);
    margin-top: 32px;
    border-radius: 22px;
  }
}
.access_content-map .maparea {
  width: 100%;
  height: 464px;
}
@media screen and (max-width: 834px) {
  .access_content-map .maparea {
    height: 210px;
  }
}
.access_content-map .maparea iframe {
  width: 100%;
  height: 100%;
}
.access_content-information {
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 75px auto 0;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .access_content-information {
    margin-top: 36px;
  }
}
.access_content-information h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 42px;
}
@media screen and (max-width: 834px) {
  .access_content-information h3 {
    font-size: 17px;
    line-height: 32px;
  }
}
.access_content-information .address {
  margin-top: 8px;
  font-size: 17px;
  line-height: 38px;
}
@media screen and (max-width: 834px) {
  .access_content-information .address {
    margin-top: 11px;
    font-size: 15px;
    line-height: 28px;
  }
}
.access_content-information .accessdata {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  .access_content-information .accessdata {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 335px;
    margin: 0 auto;
  }
}
.access_content-information .accessdata dt {
  width: 100%;
  margin: 38px 0 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
}
@media screen and (max-width: 834px) {
  .access_content-information .accessdata dt {
    margin: 33px 0 11px;
    font-size: 15px;
    line-height: 30px;
  }
}
.access_content-information .accessdata dt span {
  font-weight: 400;
}
.access_content-information .accessdata dd {
  position: relative;
  line-height: 30px;
}
@media screen and (max-width: 834px) {
  .access_content-information .accessdata dd {
    padding-left: 1rem;
    font-size: 14px;
    text-align: left;
    text-indent: -1rem;
    line-height: 28px;
  }
}
@media screen and (max-width: 834px) {
  .access_content-information .accessdata dd:not(:first-child) {
    margin-top: 5px;
  }
}
@media screen and (min-width: 843px) {
  .access_content-information .accessdata dd:not(:last-child) {
    margin-right: 28px;
  }
}
@media screen and (min-width: 843px) {
  .access_content-information .accessdata dd:not(:last-child)::after {
    position: absolute;
    content: "／";
    top: 0;
    left: calc(100% + 6px);
  }
}
