/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
.p_access01__tbl_head, .p_access01__tbl_body {
  font-size: 0.875rem;
}

.p_access03__btn {
  font-size: 0.875rem;
}

.p_access01__noti_txt {
  font-size: 1rem;
}

.p_access02__ttl, .p_access03__ttl {
  font-size: 1.1875rem;
}

.p_access01 {
  padding: 50px 0;
}
.p_access01__map {
  height: 300px;
  margin-bottom: 30px;
}
.p_access01__map iframe {
  width: 100%;
  height: 100%;
}
.p_access01__head {
  width: 100%;
  margin-bottom: 30px;
}
.p_access01__logo {
  width: 80%;
  margin: 0 auto 30px;
  text-align: center;
}
.p_access01__noti {
  padding: 15px 10px;
  border: 1px solid #801e34;
  border-radius: 10px;
}
.p_access01__noti_txt {
  margin-bottom: 1px;
  color: #801e34;
  font-weight: 700;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.p_access01__noti_txt:last-child {
  margin-bottom: 0;
}
.p_access01__tbl_row {
  display: flex;
  align-items: center;
  padding: 8px 0;
}
.p_access01__tbl_row:nth-child(odd) {
  background-color: rgba(219, 216, 206, 0.25);
}
.p_access01__tbl_head, .p_access01__tbl_body {
  letter-spacing: 0.05em;
}
.p_access01__tbl_head {
  flex-shrink: 0;
  width: 96px;
  text-align: right;
}
.p_access01__tbl_body {
  padding: 0 20px 0 30px;
}
.p_access02__sec {
  margin-bottom: 40px;
}
.p_access02__sec:last-child {
  margin-bottom: 0;
}
.p_access02__ttl {
  margin-bottom: 17px;
  color: #271a1b;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p_access02__guide {
  overflow-x: auto;
}
.p_access02__guide_img {
  max-width: 1035px;
  margin: 0 auto;
}
.p_access02__guide_img img {
  min-width: 640px;
}
.p_access02__guide .scroll-hint-icon {
  top: calc(50% - 45px);
}
.p_access03 {
  padding: 50px 0 0;
}
.p_access03__main {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 738px;
  height: 200px;
  margin: 0 auto;
}
.p_access03__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p_access03__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #707070;
  opacity: 0.73;
}
.p_access03__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p_access03__box {
  position: relative;
}
.p_access03__ttl {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.5217391304;
  letter-spacing: 0.05em;
}
.p_access03__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 256px;
  height: 62px;
  margin: 0 auto;
  padding: 10px 40px 10px 20px;
  background-color: #801e34;
  border-radius: 100px;
  color: #fff;
  font-weight: 500;
  line-height: 1.1875;
  letter-spacing: 0.1em;
}
.p_access03__btn_icon {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p_access01__tbl_head, .p_access01__tbl_body {
    font-size: 0.9375rem;
  }
  .p_access03__btn {
    font-size: 1rem;
  }
  .p_access01__noti_txt {
    font-size: 1.25rem;
  }
  .p_access02__ttl, .p_access03__ttl {
    font-size: 1.4375rem;
  }
  .p_access01 {
    padding: 120px 0 156px;
  }
  .p_access01__map {
    height: 475px;
    margin-bottom: 50px;
  }
  .p_access01__main {
    display: flex;
    justify-content: space-between;
  }
  .p_access01__head {
    margin-bottom: 0;
    padding: 0 35px 0 clamp(0rem, 5.787037037vw + -2.7777777778rem, 1.5625rem);
  }
  .p_access01__logo {
    max-width: 384px;
    margin-bottom: 34px;
  }
  .p_access01__noti {
    padding: 15px 10px 14px 10px;
  }
  .p_access01__noti_txt {
    font-size: clamp(1.125rem, 0.462962963vw + 0.9027777778rem, 1.25rem);
  }
  .p_access01__tbl {
    flex-shrink: 0;
    width: 49.5495495495%;
  }
  .p_access01__tbl_row {
    padding: 8px 0;
  }
  .p_access02__sec {
    margin-bottom: 63px;
    padding-left: 15px;
  }
  .p_access03 {
    padding: 120px 0 30px;
  }
  .p_access03__main {
    height: 255px;
    padding-top: 32px;
  }
  .p_access03__ttl {
    position: relative;
    left: 8px;
    margin-bottom: 30px;
  }
  .p_access03__btn {
    left: 9px;
    width: 296px;
    height: 78px;
    transition: all 0.5s;
  }
  .p_access03__btn:hover {
    opacity: 1;
    background-color: #95233c;
  }
  .p_access03__btn_icon {
    right: 50px;
  }
}
/*# sourceMappingURL=maps/access.css.map */
