@charset "UTF-8";
/* コンテンツ */


#title_img1 {
    background-image:url("../img/title_bg.webp");
}
#title_img1 span {
    /*background-color: transparent;*/
}

.copy {
    color: #003477;
}
.copy h2 {
    width: 40%;
    max-width: 250px;
    margin: 0 auto 3em;
}
.copy h3 {
    text-align: center;
    font-size: 2em;
    line-height: 1.7;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    margin-bottom: 1em;
}
.copy p {
    text-align: center;
    font-size: 1.16em;
    line-height: 2;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
}

.gmap_tx {
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 1em;
}
.gmap_btn {
    width: 250px;
    line-height: 0;
    margin: 2em auto 0;
}


@media screen and (max-width: 960px) {
.copy h3 {
    font-size: 1.8em;
}
.copy p {
    font-size: 1.08em;
}

.gmap_btn {
    width: 250px;
}    

}


@media screen and (max-width: 560px) {

.gmap_btn {
    width: 200px;
}
.copy h3 {
    font-size: 5.5vw;
}
.copy p {
    font-size: 3.2vw;
}

}
