@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.access .access-vsl {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: calc(8px * 4);
}

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

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

.access .access-logounit {
  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;
  margin-bottom: calc(8px * 6);
}

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

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

@media screen and (max-width: 959px) {
  .access .access-logounit {
    display: block;
  }
}

.access .access-logounit__img {
  width: 100%;
  max-width: 480px;
}

@media screen and (max-width: 959px) {
  .access .access-logounit__img {
    padding-bottom: calc(8px * 3);
    border-bottom: 1px dashed #313741;
    margin: 0 auto;
    margin-bottom: calc(8px * 3);
  }
}

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

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

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

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

.access .access-logounit__add {
  padding-left: 24px;
  margin-left: 24px;
  border-left: 1px dashed #313741;
}

@media screen and (max-width: 959px) {
  .access .access-logounit__add {
    padding-left: 0;
    margin: 0 auto;
    border: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.access .access-logounit__add dl {
  margin-bottom: 8px;
}

.access .access-logounit__add dl dt {
  position: relative;
  padding: 0 0 0 22px;
}

.access .access-logounit__add dl dt::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 18px;
  aspect-ratio: 18/21;
  background: #9B821E;
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/address.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/address.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.access .access-link a {
  position: relative;
  display: block;
  padding-right: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #294CA4;
  text-decoration: underline;
}

@media screen and (max-width: 959px) {
  .access .access-link a {
    margin: 0 auto;
  }
}

.access .access-link a:hover {
  text-decoration: none;
}

.access .access-link a::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  translate: 0 -50%;
  right: 18px;
  width: 16px;
  background: #294CA4;
  aspect-ratio: 16/17;
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/tab.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/tab.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media screen and (max-width: 519px) {
  .access .access-link a::before {
    right: 12px;
  }
}

.access .access-addframe {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: calc(8px * 6);
  padding: calc(8px * 3);
}

.access .access-addframe::after, .access .access-addframe::before {
  content: '';
  display: block;
}

.access .access-addframe::before {
  position: absolute;
  z-index: 1;
  width: 1px;
  height: 64px;
  background: #9B821E;
  rotate: 45deg;
}

.access .access-addframe::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-rec.svg"), url("/end/wp-content/themes/itreat_base/dist/img/common/mask-tri.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-rec.svg"), url("/end/wp-content/themes/itreat_base/dist/img/common/mask-tri.svg");
  -webkit-mask-size: cover, 17px 17px;
  mask-size: cover, 17px 17px;
  -webkit-mask-position: 0 0,top -1px left -1px;
  mask-position: 0 0,top -1px left -1px;
  -webkit-mask-repeat: no-repeat, no-repeat;
  mask-repeat: no-repeat, no-repeat;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

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

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

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

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

.access .access-addframe::before {
  left: 6px;
  top: -22px;
}

.access .access-addframe dt {
  position: relative;
  padding: 0 0 8px 0;
  margin: 0 0 8px 0;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2rem;
  text-align: center;
}

.access .access-addframe dt::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: rgba(155, 130, 30, 0.8);
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-line.png");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/common/mask-line.png");
  -webkit-mask-size: 100% 1px;
  mask-size: 100% 1px;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media screen and (max-width: 959px) {
  .access .access-addframe dt {
    font-size: 1.6rem;
  }
}

.access .access-addframe dt::before {
  background: #9B821E;
}

.access .access-addframe dd {
  text-align: center;
}

.access .access-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: calc(8px * 7);
}

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

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

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

@media screen and (max-width: 767px) {
  .access .access-unit__hotline {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 519px) {
  .access .access-unit__hotline {
    width: 90%;
  }
}

.access .access-unit__hour {
  width: calc(100% - 380px);
}

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

@media screen and (max-width: 767px) {
  .access .access-unit__hour {
    width: 100%;
  }
}

.access .access-hotline__contact, .access .access-hotline__tel {
  position: relative;
  overflow: clip;
  position: relative;
  display: grid;
  grid-template-columns: 75px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 16px 18px;
  width: 340px;
  overflow: clip;
  color: #ffffff;
}

.access .access-hotline__contact::after, .access .access-hotline__tel::after {
  content: '';
  display: block;
  translate: 0 -50%;
  position: absolute;
  top: 50%;
  left: -200%;
  width: 200%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.2) 0%, transparent 100%);
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.access .access-hotline__contact:hover::after, .access .access-hotline__tel:hover::after {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@media screen and (max-width: 959px) {
  .access .access-hotline__contact, .access .access-hotline__tel {
    width: 280px;
  }
}

@media screen and (max-width: 767px) {
  .access .access-hotline__contact, .access .access-hotline__tel {
    width: 100%;
  }
}

@media screen and (max-width: 519px) {
  .access .access-hotline__contact, .access .access-hotline__tel {
    grid-template-columns: 60px 1fr;
    padding: 16px 12px;
  }
}

.access .access-hotline__contact::before, .access .access-hotline__tel::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  translate: 0 -50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #ffffff;
}

@media screen and (max-width: 519px) {
  .access .access-hotline__contact::before, .access .access-hotline__tel::before {
    right: 12px;
  }
}

.access .access-hotline__contact .hotline-en, .access .access-hotline__tel .hotline-en {
  font-family: "Montserrat", sans-serif;
}

.access .access-hotline__contact {
  margin-bottom: calc(8px * 2);
  background: -webkit-gradient(linear, left top, right top, from(#BBA759), to(#9B821E));
  background: linear-gradient(to right, #BBA759, #9B821E);
}

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

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

.access .access-hotline__contact::before {
  width: 20px;
  aspect-ratio: 16/13;
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/mail.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/mail.svg");
}

.access .access-hotline__tel {
  background: -webkit-gradient(linear, left top, right top, from(#4765B1), to(#294CA4));
  background: linear-gradient(to right, #4765B1, #294CA4);
  letter-spacing: 0;
}

.access .access-hotline__tel::before {
  right: 18px;
  width: 16px;
  aspect-ratio: 1;
  -webkit-mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/tel.svg");
  mask-image: url("/end/wp-content/themes/itreat_base/dist/img/icon/tel.svg");
}

@media screen and (max-width: 519px) {
  .access .access-hotline__tel::before {
    right: 12px;
  }
}

.access .access-hotline .hotline-en {
  position: relative;
  font-style: "Montserrat", sans-serif;
  font-size: 1.4rem;
}

@media screen and (max-width: 519px) {
  .access .access-hotline .hotline-en {
    font-size: 1.2rem;
  }
}

.access .access-hotline .hotline-en::before, .access .access-hotline .hotline-en::after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 24px;
  background: rgba(255, 255, 255, 0.3);
  rotate: 45deg;
}

.access .access-hotline .hotline-en::before {
  bottom: calc(100% - 3px);
  left: 27px;
}

.access .access-hotline .hotline-en::after {
  top: calc(100% - 2px);
  left: -12px;
}

.access .access-hotline .hotline-num {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
}

@media screen and (max-width: 519px) {
  .access .access-hotline .hotline-num {
    font-size: 1.6rem;
  }
}

.access .gmap {
  width: 100%;
  height: 400px;
}

.access .gmap iframe {
  width: 100%;
  height: 100%;
}

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