@charset "utf-8";

/*================
main
============================*/
main {
    max-width: 90%;
    margin: 0 auto;
    padding: 0 20px;
}

/*================
title
============================*/
.title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2D607C;
    font-family: "Zen Kaku Gothic Antique";
    font-size: 32px;
    font-weight: 700;
    margin: 0 auto;
}

.title::before,
.title::after {
    content: '';
    display: block;
    width: calc((100% - 158px) / 2);
    height: 1px;
    background: #2D607C;
}

.title::before {
    margin-right: 1em;
}

.title::after {
    margin-left: 1em;
}

.title__topic {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2D607C;
    font-family: "Zen Kaku Gothic Antique";
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;

}

/*================
gallery
============================*/
.Gallery__img {
    text-align: center;
    display: flow-root;
}

.Gallery__imgp {
    margin-bottom: 60px;
}

.Gallery__imgvertical {
    margin-bottom: 60px;
    margin: 0 auto;
    margin-top: 60px;

}



/*gallery pc*/
@media screen and (min-width: 769px) {


    .mobile-only-br {
        display: none;
    }


    .Gallery__imgverticalbox {
        display: flex;
        flex-wrap: wrap;





    }


}

.inquiry {
    margin-top: 50px;
}