.s-contact {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    overflow-x: hidden;
}

.s-contact .overlay,
.s-contact .contact__line {
    display: none;
}

.s-contact .contact-content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.s-contact .contact-content[data-aos="fade-up"] {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.s-contact .contact-content .col-full {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.reas-access-block {
    width: 100%;
    max-width: none;
    margin: 0;
    display: flex;
    align-items: stretch;
    background: #050505;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
    overflow: hidden;
}

.reas-access-map {
    position: relative;
    flex: 1 1 auto;
    min-height: 520px;
    background: #0a0a0a;
}

.reas-access-map__iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 520px;
    border: 0;
    filter: grayscale(1) invert(0.92) contrast(1.18) brightness(0.76) saturate(0.2);
    transform: scale(1.01);
    transform-origin: center center;
}

.reas-access-map::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.24) 100%);
    pointer-events: none;
}

.reas-map-link {
    position: absolute;
    left: 2.4rem;
    top: 2.4rem;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    padding: 1.1rem 1.8rem;
    background: rgba(5, 5, 5, 0.88);
    border: 1px solid rgba(255,255,255,0.36);
    color: #fff;
    font-size: 1.35rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-decoration: none;
    transition: opacity .2s ease, transform .2s ease;
}

.reas-map-link:hover,
.reas-map-link:focus {
    color: #fff;
    opacity: 0.92;
    transform: translateY(-1px);
}

.reas-access-panel {
    flex: 0 0 500px;
    padding: 6.8rem 6.8rem;
    background: #050505;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.reas-access-line {
    width: 72px;
    height: 3px;
    margin-bottom: 2.8rem;
    background: #d6c36f;
}

.reas-access-title {
    margin: 0 0 3.2rem;
    font-size: 4.0rem;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #fff;
}

.reas-access-text {
    margin: 0;
    font-size: 1.6rem;
    line-height: 2;
    font-weight: 600;
    color: rgba(255,255,255,0.84);
}

.reas-access-text strong {
    display: inline;
    color: rgba(255,255,255,0.84);
    font-weight: 400;
    letter-spacing: 0;
}

.reas-access-text--tel {
    margin-top: 2.4rem;
}

.reas-access-button {
    margin-top: 4rem;
}

.reas-access-button .btn {
    min-width: 200px;
    background-color: #FFD700;
    border: none;
}

.reas-contact-btn {
    color: #2b2b2b !important;
    font-size: 1.65rem;
    font-weight: 600;
}

.reas-line-pc {
    margin-top: 2.2rem;
}

.reas-line-pc a {
    display: inline-block;
}

.reas-line-pc img {
    display: block;
    width: 168px;
    max-width: 100%;
    height: auto;
}

.reas-line-sp {
    display: none;
    margin-top: 1.6rem;
}

/*.reas-line-btn {
    width: 100%;
    min-width: 0;
}*/
.reas-line-sp .reas-line-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 315px;      /* 横幅 */
  height: 5.5rem;        /* 高さ */
  padding: 0 2.8rem;     /* 内側余白 */
  font-size: 1.6rem;     /* 文字サイズ */
  line-height: 1;
  font-weight: 600;
  text-align: center;

  background: #05b34c !important;
  border: none !important;
  color: #111 !important;
  box-shadow: none !important;
}

.reas-line-sp .reas-line-btn:hover,
.reas-line-sp .reas-line-btn:focus {
  background: #06C755 !important;
  color: #000 !important;
  border: none !important;
}

footer {
    background: #EFEFEF;
    color: #000;
}

footer a,
footer .copyright span {
    color: #000;
}

.footer-main {
    align-items: center;
}

.footer-site-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem 2rem;
    width: 100%;
    max-width: 520px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-site-links li {
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 1000px) {
    .reas-access-block {
        flex-direction: column;
    }

    .reas-access-map,
    .reas-access-map__iframe {
        min-height: 360px;
    }

    .reas-access-panel {
    flex: 0 0 500px;
    padding: 6.8rem 5.8rem;
    background: #050505;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media only screen and (max-width: 600px) {
    .reas-access-map,
    .reas-access-map__iframe {
        min-height: 300px;
    }

    .reas-map-link {
    position: absolute;
    left: 2.4rem;
    top: 2.4rem;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    padding: 1.1rem 1.8rem;
    background: rgba(5, 5, 5, 0.88);
    border: 1px solid rgba(255,255,255,0.36);
    color: #fff;
    font-size: 1.35rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-decoration: none;
    transition: opacity .2s ease, transform .2s ease;
}

@media (max-width: 767px) {
  .reas-line-pc {
    display: none !important;
  }

  .reas-line-sp {
    display: block !important;
    margin-top: 1.6rem;
  }
}