@charset "utf-8";
/* CSS Document */
.access_route {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}
.access_route .access_item {
  margin-bottom: 42px;
}
.access_route .access_text {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
  color: #222;
}
.access_route .imgbox {
  margin-top: 6px;
}
.access_route .imgbox img {
  display: block;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
}
.cate1 .topbox .toptxt {
  padding: 30px;
  background-color: #fff;
}
.cate1 .topbox .toptxt .txtitem:not(:last-of-type) {
  margin-bottom: 30px;
}
.cate1 .topbox .toptxt .txtitem h3 {
  border-bottom: 1px solid rgba(173, 170, 170, 0.40);
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.cate1 .boxwrap .box .itemwrap .item:not(:last-of-type) {
  margin-bottom: 50px;
}
.shopinfo_wrap {
  display: none;
}
.cate2 .logo {
  width: 50%;
  max-width: 200px;
  margin: 0 auto 50px;
}
.cate2 .company-wrap .item {
  padding: 40px 0;
  border-bottom: 1px solid #E2DCE0;
}
.cate2 .company-wrap .item h2 {
  width: 30%;
}
.cate2 .company-wrap .item > div {
  width: 70%;
}
.cate2 .map {
  position: relative;
  height: 500px;
}
.cate2 .map iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  filter: grayscale(100%);
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
  .cate2 .map {
    height: 450px;
  }
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
  .cate1 .topbox .toptxt {
    padding: 20px;
  }
  .cate1 .topbox .toptxt .txtitem:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .cate1 .boxwrap .box .itemwrap .item:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .cate2 .map {
    height: 400px;
  }
  .cate2 .company-wrap .item {
    padding: 20px 0;
    border-bottom: 1px solid #E2DCE0;
  }
  .cate2 .company-wrap .item h2 {
    width: 100%;
    margin-bottom: 10px;
  }
  .cate2 .company-wrap .item > div {
    width: 100%;
  }
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}