@charset "UTF-8";

/* access */
#access {
    padding-bottom: 80px;
    background-image: url("/images/bg.jpg");
    background-repeat: repeat;
    background-size: cover;
}

/* content */
#access .content {
    width: 87.2vw;
    height: auto;
    margin: auto;
    text-align: center;
}

/* kv */
.kv {
    width: 100%;
    height: auto;
}

/* page-title */
#access .page-title {
    margin: 78px auto 20px;
}
#access .page-title h2 {
    font-family: 'Noto Serif JP', serif;
    font-size: 30px;
    font-size: clamp(30px, 1.442rem + 1.85vw, 42px);
    line-height: 1.3em;
    text-align: left;
    color: #5a5179;
}
#access .page-title small {
    font-family: "work-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    font-size: clamp(16px, 0.856rem + 0.62vw, 20px);
    line-height: 1em;
    text-align: left;
    color: #000;
    display: block;
}

/* parking-info */
#access .parking-info {
    margin-bottom: 40px;
}
#access .parking-info h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    font-size: clamp(24px, 1.211rem + 1.23vw, 32px);
    line-height: 2.66em;
    text-align: left;
    color: #000000;
}
#access .parking-info--wrapper {
}
#access .parking-info--1 {
    margin-bottom: 20px;
}
#access .parking-info--1 .current-parking-info img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    display: none;
}
#access .parking-info__detail-btn {
    width: 100%;
    height: auto;
    display: block;
    font-family: 'Noto Serif JP', serif;
    font-size: 14px;
    font-size: clamp(14px, 0.514rem + 1.54vw, 24px);
    line-height: 2.64em;
    text-align: center;
    color: #ffffff;
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 6px;
    text-decoration: none;
}
#access .parking-info--2 {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
#access .parking-info--2 img {
    width: 100%;
    height: auto;
}
#access .parking-info--3 {
}
#access .parking-info__access {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #000000;
}
#access .parking-info__access:nth-last-of-type(1) {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
#access .parking-info__access p {
    display: flex;
    font-family: 'Noto Serif JP', serif;
    font-size: 14px;
    font-size: clamp(14px, 0.514rem + 1.54vw, 24px);
    line-height: 1.92em;
    text-align: left;
    color: #000;
}
#access .parking-info__access p img {
    width: clamp(14px, 0.658rem + 0.92vw, 20px);
    margin-right: 5px;
    aspect-ratio: 1.25 /1;
}

/* other-info */
#access .other-info {
    margin-bottom: 40px;
}
#access .other-info h3 {
    margin-bottom: 10px;
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    font-size: clamp(24px, 1.211rem + 1.23vw, 32px);
    line-height: 1.25em;
    text-align: left;
    color: #000;
}

#access .other-info > p {
    margin-bottom: 28px;
    font-family: 'Noto Serif JP', serif;
    font-size: 14px;
    font-size: clamp(14px, 0.514rem + 1.54vw, 24px);
    letter-spacing: 0.1em;
    line-height: 1.42em;
    text-align: left;
    color: #000;
}

#access .other-info--wrapper {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

#access .other-info--wrapper > div {
    width: 100%;
    text-align: left;
}

#access .other-info__content {
    margin-bottom: 23px;
}

#access .other-info__content h4 {
    margin-bottom: 9px;
    font-family: 'Noto Serif JP', serif;
    font-size: 20px;
    font-size: clamp(20px, 0.961rem + 1.23vw, 28px);
    letter-spacing: 0.1em;
    line-height: 1em;
    text-align: left;
    color: #000;
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr;
    gap: 10px;
}

#access .other-info__content h4::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000000;
}

#access .other-info__content p {
    font-family: 'Noto Serif JP', serif;
    font-size: 14px;
    font-size: clamp(14px, 0.514rem + 1.54vw, 24px);
    letter-spacing: 0.1em;
    line-height: 2.14em;
    text-align: left;
    color: #000;
}

#access .other-info--wrapper > img {
    width: 100%;
    height: auto;
}

/* map */
#access .map {
}
#access .map h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    font-size: clamp(24px, 1.211rem + 1.23vw, 32px);
    line-height: 3.54em;
    text-align: left;
    color: #000;
}
#access .map .map--wrapper {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    position: relative;
}
#access .map .map--wrapper::after {
    display: block;
    content: "";
    width: 100%;
    height: 0;
    padding-top: 56.28%;
}
#access .map iframe {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#access .map > p {
    margin-bottom: 20px;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    font-size: clamp(14px, 0.514rem + 1.54vw, 24px);
    line-height: 1.5em;
    text-align: left;
    color: #000000;
}
#access .map .tel-btn {
    width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 8px;
    font-size: 20px;
    font-size: clamp(20px, 0.961rem + 1.23vw, 28px);
    line-height: 2.3em;
    color: #ffffff;
    background-color: #000000;
    text-decoration: none;
}

.hide{
    display: none;
}

/**********************************************************
* min-width: 600px
/**********************************************************/
@media screen and (min-width: 600px) {
}

/**********************************************************
* min-width: 1025px
/**********************************************************/
@media screen and (min-width: 1025px) {
    /* access */
    #access {
        padding-bottom: 200px;
    }

    /* content */
    #access .content {
        width: 82.08vw;
    }

    /* kv */
    .kv {
    }

    /* page-title */
    #access .page-title {
        margin: 120px auto 48px;
    }
    #access .page-title h2 {
        font-family: 'Noto Serif JP', serif;
        font-size: 50px;
        font-size: clamp(40px, 1.784rem + 1.12vw, 50px);
        line-height: 1.3em;
        text-align: left;
        color: #5a5179;
    }
    #access .page-title small {
        font-family: "work-sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        font-size: clamp(18px, 0.982rem + 0.22vw, 20px);
        line-height: 1em;
        text-align: left;
        color: #000;
        display: block;
    }

    /* parking-info */
    #access .parking-info {
        margin-bottom: 182px;
    }
    #access .parking-info h3 {
        font-size: 32px;
        font-size: clamp(28px, 1.464rem + 0.45vw, 32px);
        line-height: 2.65em;
    }
    #access .parking-info--wrapper {
        display: grid;
        grid-template-rows: auto 1fr;
        grid-template-columns: 1fr 1fr;
        column-gap: 2.08vw;
    }
    #access .parking-info--1 {
        grid-row: 1/2;
        grid-column: 1/2;
    }
    #access .parking-info--2 {
        grid-row: 1/3;
        grid-column: 2/3;
    }
    #access .parking-info--3 {
        grid-row: 2/3;
        grid-column: 1/2;
    }
    #access .parking-info--1 {
        margin-bottom: 81px;
    }
    #access .parking-info--1 .current-parking-info {
        margin-bottom: 33px;
    }
    #access .parking-info__detail-btn {
        font-size: 28px;
        font-size: clamp(18px, 0.409rem + 1.12vw, 28px);
        line-height: 2.32em;
        transition: 0.3s;
    }
    #access .parking-info__detail-btn:hover {
        background-color: #ffffff;
        color: #000000;
    }
    #access .parking-info--2 {
        margin-bottom: 0;
    }
    #access .parking-info--2 img {
    }
    #access .parking-info--3 {
    }
    #access .parking-info__access {
        margin-bottom: 37px;
        padding-bottom: 36px;
    }
    #access .parking-info__access:nth-last-of-type(1) {
    }
    #access .parking-info__access p {
        font-size: 24px;
        font-size: clamp(18px, 0.696rem + 0.67vw, 24px);
        line-height: 1.8em;
    }
    #access .parking-info__access p img {
        width: clamp(18px, 0.696rem + 0.67vw, 24px);
    }

    /* other-info */
    #access .other-info {
        margin-bottom: 206px;
    }
    #access .other-info h3 {
        font-size: 32px;
        font-size: clamp(28px, 1.464rem + 0.45vw, 32px);
        line-height: 2.65em;
    }
    #access .other-info > p {
        margin-bottom: 43px;
        font-size: 24px;
        font-size: clamp(20px, 0.964rem + 0.45vw, 24px);
        letter-spacing: 0.1em;
        line-height: 1.2em;
    }
    #access .other-info--wrapper {
        flex-direction: row;
        align-items: flex-start;
        gap: 2.23vw;
    }
    #access .other-info--wrapper > div {
        width: 100%;
    }
    #access .other-info__content {
        margin-bottom: 37px;
    }
    #access .other-info__content h4 {
        margin-bottom: 19px;
        font-size: 24px;
        font-size: clamp(22px, 1.232rem + 0.22vw, 24px);
        letter-spacing: 0.1em;
        line-height: 1em;
    }
    #access .other-info__content h4::after {
    }
    #access .other-info__content p {
        font-size: 24px;
        font-size: clamp(20px, 0.964rem + 0.45vw, 24px);
        letter-spacing: 0.1em;
        line-height: 1.3em;
    }
    #access .other-info--wrapper > img {
        width: 38.8vw;
        flex-shrink: 0;
    }

    /* map */
    #access .map {
    }
    #access .map h3 {
        font-size: 32px;
        font-size: clamp(28px, 1.464rem + 0.45vw, 32px);
        line-height: 2.65em;
    }
    #access .map .map--wrapper {
        margin-bottom: 16px;
    }
    #access .map .map--wrapper::after {
    }
    #access .map iframe {
    }
    #access .map > p {
        margin-bottom: 101px;
        font-size: 24px;
        font-size: clamp(20px, 0.964rem + 0.45vw, 24px);
        line-height: 65px;
    }
    #access .map .tel-btn {
        width: 43.17vw;
        font-size: 50px;
        font-size: clamp(30px, 0.443rem + 2.23vw, 50px);
        line-height: 2em;
        pointer-events: none;
    }
}
