main {
    margin: 0 auto;
    text-align: center;
}

.section-title {
    color: #0E62A9;
    margin: 0 auto;
    margin-bottom: 3rem;
}

.section-title-middle {
    color: #0E62A9;
}

.pc-only {
    display: block;
}

/* アクセスタイトルアイコン */
.main>.section-title::before {
    content: '';
    background-image: url(../.././images/title-icon/map-pin-access.png);
    display: block;
    margin: 0 auto;
    width: 33px;
    height: 50px;
    background-size: contain;
}

.access-section {
    /*margin-bottom: 20px;*/
    overflow: hidden;
}

.map-img-container {
    width: 100%;
    overflow: hidden;
}

.map, 
.map-img
{
    width: 100%;
}

.access-note {
    text-align: center;
    margin: 2rem 0;
}

.facility-map {
    width: 100%;
    height: auto;
    margin: 0;
}

.contact-section {
    background-color: #ECF5FC;
    margin: 0 auto;
    padding: 5% 0;
}

/* コンタクトタイトルアイコン */ 
.contact-section .section-title::before {
    display: inline-block;
    content: "";
    background-image: url('../.././images/title-icon/mail.png');
    margin-right: 1rem;
    width: 50px;
    height: 34.27px;
    background-size: contain;
}

.contact-form {
    text-align: center;
    margin: 0 auto;
    width: 57vw;
    background-color: #fff;
    padding: 4rem 1rem;
}

.contact-form p {
    margin-bottom: 0;
}

.link-button {
    margin: 5% auto 0;
    display: block;
    min-width: 180px;
    max-width: 300px;
    width: 100%;
}

.link-button:hover {
    background-color: #0052a3;
}

.contact-details {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px 30px 20px;
}

.contact-details .mail {
    margin: 2rem auto 0;
}

.contact-details .mail a {
    color: #000;
}

.contact-details p:not(.warning-note) {
    margin: 1rem 0 0;
}

.required-items {
    list-style: none;
    padding: 0;
    width: 80%;
    margin: 1.5rem auto 2rem;
    text-align: left;
}

.required-items li {
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 24.52px;
}

.warning-note {
    margin-top: 0.5rem;
}

.privacy {
    display: inline-block;
    color: #0E62A9;
    border-bottom: 1px solid #0E62A9;
    font-family: 'Zen Kaku Gothic Antique';
    font-size: 1rem;
    font-weight: 400;
    line-height: 23.17px;
    text-align: center;
}

.email::before {
    content: url(../.././images/tour-guide/email.png);
    margin-right: 0.5rem;
    }

@media screen and (max-width: 768px) {
    .main {
        padding: 0;
    }

    .pc-only {
        display: none;
    }

    .main>.section-title::before {
        background-size: contain;
        width: 26.4px;
        height: 40px;
        margin: 0 auto 1rem;
    }

    .content-section {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .access-note {
        margin: 1.2rem auto;
        width: 86%;
        text-align: left;
    }

    .contact-section .section-title::before {
        display: block;
        width: 40px;
        height: 27.42px;
        background-size: contain;
        margin: 0 auto 1rem;
    }

    .contact-form {
        width: 86%;
    }

    .contact-details p{
        text-align: left;
    }

    .required-items li {
        font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;;
        font-size: 1rem;
        font-weight: 500;
        line-height: 21.79px;
    }

    .map
    {
        height: 200px;
        width: 100%;
    }

    .map-img {
        width: 100%;
        overflow: hidden;
        object-fit: cover;

    }

    .map-img img
    {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        transform-origin: 50% 40%;
    }

    .privacy {
        font-size: 14px;
    }

    .contact-section {
        margin: 30px auto 0;
        padding: 50px 0;
    }
}

@media screen and (max-width: 480px) {
	#contact .section-title {
    margin-bottom: 0;
}
    .required-items {
        width: 100%;
    }
}