/* お問い合わせジュアル */
/*
.Contact_Section {
    background-image: url(../images/%E5%95%8F%E3%81%84%E5%90%88%E3%82%8F%E3%81%9B.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
*/

.Contact_Section {
    background-image: url(../images/%E3%83%9B%E3%83%BC%E3%83%A03.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* スマートフォン表示時のフォントサイズ */
@media screen and (max-width: 768px) {
    #main-heading {
        font-size: 2rem; /* スマホ表示時のフォントサイズ */
    }
    #sub-heading {
        font-size: 1.4rem; /* スマホ表示時のフォントサイズ */
    }
}

.Contact_Section h3 {
    font-size: 50px;
    font-weight: 700;
}
.Contact_Section p {
    font-size: 30px;
    font-weight: 700;
}

.bg-light-transparent {
    background-color: rgba(0, 0, 0, 0.5);
}
