@charset "UTF-8";
/* ======================
top
====================== */

.top-access {
    background-image: url(../images/topimage03.jpg);
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
    width: 100%;
}

/* ======================
info
====================== */
.section-info,
.section-access {
    padding-bottom: 72px;
}

.info-title,
.access-title {
    display: flex;
    flex-direction: column;
    writing-mode: vertical-rl;
    row-gap: 6px;
    padding-top: 89px;
    margin: 0 auto;
}
.info {
    padding-bottom: 72px;
    margin-top: 64px;
    border-top: 1px solid rgba(51, 51, 51, 0.50);
    border-bottom: 1px solid rgba(51, 51, 51, 0.50);
}

.info-contents {
    text-align: center;
}

.contents {
    margin-top: 24px;
}

.contents:first-of-type {
    margin-top: 48px;
}

.contents-title,
.contents-locationTitle {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1; 
    letter-spacing: 0.36rem;
}

.contents-detail,
.contents-location {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.42rem;
    padding-top: 8px;
}

.wrap-img-info {
    width: 100%;
    margin-top: 80px;
    position: relative;
    z-index: 2;
}

.info-img {
    width: 76%;
    margin-left: auto;
    position: relative;
}

.info-img img {
    aspect-ratio: 4/3;
}

.info-img::after {
    content: "";
    position: absolute;
    top: 25px;
    left: 26%;
    transform: translateX(-50%);
    width: 115.5%;
    height: 94.5%;
    background-color: rgba(244, 244, 244, 0.55);
    z-index: -99;
}

.info-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 26%;
    transform: translateX(-50%);
    width: 83%;
    height: 115.5%;
    background-color: rgba(143, 156, 136, 0.4);
    z-index: -1;
}

/* info pc */
@media screen and (min-width: 769px){
    .section-info{
        padding-bottom: 117px;
        position: relative;
    }

    .section-info::before {
        content: "";
        position: absolute;
        top: 19%;
        right: 34%;
        transform: translateX(50%);
        width: 69.5%;
        height: 1px;
        background-color: rgba(51, 51, 51, 0.50);
    }

    .section-info::after {
        content: "";
        position: absolute;
        bottom: 3%;
        right: 34%;
        transform: translateX(50%);
        width: 69.5%;
        height: 1px;
        background-color: rgba(51, 51, 51, 0.50);
    }

    .section-access {
        padding-bottom: 100px;
    }
    
    .info-title {
        row-gap: 9px;
        padding-top: 81px;
        margin: 0;
        margin-right: auto;
        margin-left: 27px;
    }

    .access-title {
        row-gap: 9px;
        padding-top: 117px;
        margin: 0;
        margin-left: auto;
        margin-right: 27px;
    }

    .info {
        padding-bottom: 53px;
        margin-top: 16px;
        border-top: none;
        border-bottom: none;
    }

    .info-contents {
        text-align: left;
        width: 70%;
        margin: 0 auto;
    }

    .contents {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .contents:first-of-type {
        margin: 0;
    }

    .contents:last-of-type {
        align-items: start;
    }

    .contents-title {
        font-size: 1.6rem;
        letter-spacing: 0.48rem;
        line-height: 1.5;
    }
    
    .contents-locationTitle {
        font-size: 1.6rem;
        letter-spacing: 0.85rem;
    }

    .contents-detail {
        font-size: 1.6rem;
        letter-spacing: 0.48rem;
        padding: 0;
        margin-left: 62px;
    }

    .contents-location {
        font-size: 1.6rem;
        letter-spacing: 0.48rem;
        padding: 0;
        margin-left: 81px;
    }

    .location {
        margin-left: 23px;
    }

    .wrap-img-info {
        margin-top: 88px;
    }

    .info-img {
        width: 50%;
    }

    .info-img::before {
        left: 18%;
        width: 72.4%;
        height: 114.2%;
    }

    .info-img::after {
        left: 20%;
        width: 137.6%;
        height: 100.8%;
    }
}

/* ======================
access
====================== */
.map-wrap {
  position: relative;
  padding-bottom: 100%; 
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-top: 64px;
}

.map-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.google-link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 24px;
}

.link-name {
    font-family: "Jost", sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-right: 24px;
}

.link-arrow {
    margin-right: 12px;
    cursor: pointer;
    color: var(--primary-black); 
    transition: color 0.3s ease; 
}

.link-arrow:hover {
    color: var(--primary-yellow); 
}

.access-car {
    margin-top: 64px;
    text-align: center;
}

.access-train {
    margin-top: 40px;
    text-align: center;
}

.title-car,
.title-train {
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-car h3,
.title-train h3 {
    font-size: 1.4rem;
    margin-left: 16px;
}

.car-contents,
.train-contents {
    font-size: 1.6rem;
    margin-top: 8px;
}

.contents-sp {
    font-size: 1.4rem;
    margin-top: 16px;
    text-align: left;
}

.contents-pc {
    display: none;
}

.access-parking {
    margin-top: 64px;
}

.title-parking {
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-parking h3 {
    font-size: 1.6rem;
    font-weight: 500;
    margin-left: 16px;
}

.parking-map {
    margin-top: 24px;
}

/* access pc */
@media screen and (min-width: 769px){
    .map-wrap {
        margin-top: 71px;
        padding-bottom: 40%;
    }

    .google-link {
        margin-top: 36px;
    }

    .link-name {
        font-size: 1.6rem;
    }

    .access-way {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-top: 100px;
    }

    .access-car,
    .access-train {
        margin: 0;
        flex: 1;
    }

    .title-car h3,
    .title-train h3 {
        font-size: 1.6rem;
    }

    .car {
        margin-top: 12px;
    }

    .car-contents {
        font-size: 1.8rem;
    }

    .train-contents {
        font-size: 1.8rem;
        margin-top: 12px;
    }

    .contents-sp {
        display: none;
    }

    .contents-pc {
        display: block;
        font-size: 1.6rem;
        text-align: center;
        margin-top: 40px;
    }

    .access-parking {
        margin-top: 72px;
    }

    .title-parking {
        align-items: end;
    }

    .title-parking h3  {
        font-size: 2.0rem;
    }
}

