@charset "UTF-8";

.front-title,
.section-title {
  padding-top: 10rem;
}
.access img {
  aspect-ratio: 3 / 2;
}
.iframe-wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  margin-top: 4rem;
}
.iframe-wrapper:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: var(--main-color);
  mix-blend-mode: hue;
  pointer-events: none;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.access-info {
  text-align: right;
  padding-top: 1.5rem;
}
@media (min-width: 600px) {
  .shop-name {
    border-top: dotted 2px var(--main-color);
  }
  .iframe-wrapper {
    margin-top: 6rem;
  }
}
