.access .access-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  margin-bottom: calc(8px * 4);
}

@media screen and (max-width: 959px) {
  .access .access-unit {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .access .access-unit {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .access .access-unit {
    gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .access .access-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}

.access .access-unit__dtl {
  width: calc(100% - 487px);
}

@media screen and (max-width: 959px) {
  .access .access-unit__dtl {
    width: calc(100% - 384px);
  }
}

@media screen and (max-width: 767px) {
  .access .access-unit__dtl {
    max-width: 480px;
    width: 100%;
    margin-inline: auto;
  }
}

.access .access-unit__dtl .access-logo {
  max-width: 300px;
  width: 100%;
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 959px) {
  .access .access-unit__dtl .access-logo {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .access .access-unit__dtl .access-logo {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .access .access-unit__dtl .access-logo {
    max-width: 240px;
  }
}

@media screen and (max-width: 767px) {
  .access .access-unit__dtl .access-logo {
    margin-inline: auto;
  }
}

.access .access-unit__dtl .access-add {
  margin-bottom: 24px;
  font-size: 1.8rem;
}

@media screen and (max-width: 959px) {
  .access .access-unit__dtl .access-add {
    margin-bottom: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .access .access-unit__dtl .access-add {
    margin-bottom: 12px;
    font-size: 1.4rem;
    text-align: center;
  }
}

.access .access-unit__map {
  width: 455px;
}

@media screen and (max-width: 959px) {
  .access .access-unit__map {
    width: 360px;
  }
}

@media screen and (max-width: 767px) {
  .access .access-unit__map {
    margin-inline: auto;
    max-width: 400px;
    width: 100%;
  }
}

.access .access-unit__map .acc-tel {
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 959px) {
  .access .access-unit__map .acc-tel {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .access .access-unit__map .acc-tel {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .access .access-unit__map .acc-tel {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-top: 14px;
    margin-bottom: 14px;
  }
}

.access .access-unit__map .acc-tel a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 3.2rem;
  font-family: "Lora", serif;
  padding-left: 68px;
  color: #776358;
  line-height: 1.2;
}

.access .access-unit__map .acc-tel a span {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .access .access-unit__map .acc-tel a span {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 959px) {
  .access .access-unit__map .acc-tel a {
    padding: 14px 14px 14px 44px;
    border: 1px solid rgba(119, 99, 88, 0.3);
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 959px) and (max-width: 767px) {
  .access .access-unit__map .acc-tel a {
    font-size: 2.4rem;
  }
}

.access .access-unit__map .acc-tel a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  background: #776358;
}

@media screen and (max-width: 959px) {
  .access .access-unit__map .acc-tel a::before {
    display: none;
  }
}

.access .access-unit__map .acc-tel a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 19px;
  translate: 0 -50%;
  width: 12px;
  height: 36px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/tel.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/tel.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #ffffff;
}

@media screen and (max-width: 959px) {
  .access .access-unit__map .acc-tel a::after {
    background-color: #776358;
  }
}

.access .access-unit__map .acc-tel a:hover {
  background: #776358;
  color: #ffffff;
}

.access .access-unit__map .acc-tel a:hover::after {
  background-color: #ffffff;
}

.access .access-unit__map img {
  border: 1px solid rgba(119, 99, 88, 0.3);
}

.access .gamp {
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 959px) {
  .access .gamp {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .access .gamp {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.access .gamp iframe {
  width: 100%;
}

.access .directions-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}

@media screen and (max-width: 1023px) {
  .access .directions-unit {
    gap: 20px;
  }
}

@media screen and (max-width: 959px) {
  .access .directions-unit {
    gap: 16px;
  }
}

.access .directions-unit__item {
  position: relative;
  text-align: center;
  background: #ffffff;
  padding: 32px 16px 16px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1023px) {
  .access .directions-unit__item {
    padding: 28px 16px 16px;
  }
}

@media screen and (max-width: 959px) {
  .access .directions-unit__item {
    padding: 24px 12px 12px;
  }
}

@media screen and (max-width: 767px) {
  .access .directions-unit__item {
    text-align: left;
  }
}

.access .directions-unit__item::before, .access .directions-unit__item::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.access .directions-unit__item::before {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid #B7A280;
}

.access .directions-unit__item::after {
  width: calc(100% - 24px);
  height: 100%;
  background: #ffffff;
}

.access .directions-unit__item:nth-child(1), .access .directions-unit__item:nth-child(2) {
  width: calc(50% - 12px);
}

@media screen and (max-width: 1023px) {
  .access .directions-unit__item:nth-child(1), .access .directions-unit__item:nth-child(2) {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 959px) {
  .access .directions-unit__item:nth-child(1), .access .directions-unit__item:nth-child(2) {
    width: 100%;
  }
}

.access .directions-unit__item:nth-child(3) {
  width: 100%;
}

.access .directions-unit__item dt {
  position: absolute;
  top: -12px;
  width: 100%;
  font-size: 2rem;
  color: #776358;
  font-weight: bold;
  z-index: 1;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .access .directions-unit__item dt {
    font-size: 1.8rem;
  }
}

.access .directions-unit__item dd .directions-txt {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 959px) {
  .access .directions-unit__item dd .directions-txt {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .access .directions-unit__item dd .directions-txt {
    font-size: 1.4rem;
  }
}

.access .directions-unit__item dd .directions-txt:not(:last-child) {
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .access .directions-unit__item dd .directions-txt:not(:last-child) {
    margin-bottom: 10px;
  }
}

.access .directions-unit__item dd .directions-txt em {
  font-size: 2.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .access .directions-unit__item dd .directions-txt em {
    font-size: 2.2rem;
    line-height: 1.2;
  }
}

/*# sourceMappingURL=../../maps/pages/access.css.map */
