.contact-fv{
    background-image: url(../img/contact-fv-pc.png);
    padding-top: 120px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-content{
    display: flex;
    max-width: 1024px;
    justify-content: space-around;
    margin: 50px auto;
}
.contact-item{
    display: flex;
    /*align-items: center;*/
}
.contact-item:nth-of-type(n + 2){
    margin-top: 30px;
}
.contact-item-text{
    margin-left: 25px;
    font-family: 'Noto Serif JP', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}
.contact-main-btn{
    margin-top: 80px;
    display: block;
    text-align: center;
    width: 200px;
    height: 60px;
    background: linear-gradient(180deg, #B2CEC4 0%, #ABCBC4 0.01%, #ABCBC4 0.02%, #ABCBC4 0.03%, #87C0CA 100%);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    color: white;
    text-decoration: none;
    font-size: 20px;
    line-height: 60px;
    font-weight: bold;
    margin: 0 auto;
}
.contact-fv-sp{
    background-image: url(../img/パンフレット_Bplan.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 20px;
    height: 287px;
    position: relative;
}
.contact-title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.contact-content-sp{
    padding: 115px 0;
    text-align: center;
}
.contact-item-sp img{
    margin-bottom: 25px;
}
.contact-item-sp p{
    font-family: 'Noto Serif JP', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.04em;
    color: #8F9A93;
}
.contact-item-sp:nth-of-type(n + 2){
    margin-top: 50px;
}
/*.contact-btn-sp{
    display: block;
    text-align: center;
    width: 165px;
    height: 38px;
    background: linear-gradient(180deg, #B2CEC4 0%, #ABCBC4 0.01%, #ABCBC4 0.02%, #ABCBC4 0.03%, #87C0CA 100%);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    font-family: 'Noto Serif JP';
    font-style: normal;
    font-weight: 700;
    font-size: 9px;
    line-height: 40px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    margin: 100px auto;
    text-decoration: none;
}*/
.contact-btn-sp{
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 80px;
    display: block;
    text-align: center;
    width: 300px;
    height: 60px;
    background: linear-gradient(180deg, #B2CEC4 0%, #ABCBC4 0.01%, #ABCBC4 0.02%, #ABCBC4 0.03%, #87C0CA 100%);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    color: white;
    text-decoration: none;
    font-size: 20px;
    line-height: 60px;
    font-weight: bold;
}
.g-map-sp{
    width: 350px;
    margin: 0 auto;
}
@media(max-width:769px){
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
}