
.title_wrap{
    width: 100%;
    margin-top: 20px;
    background-image: url(../../img/top_img_guide.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.title{
    position: relative;
    display: flex;
    align-items: center;
    height: 240px;
    background-color: #0000002e;
    margin-bottom: 30px;
}
.title p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-size: 38px;
    font-size: 3rem;
    letter-spacing: 4px;
    font-weight: 600;
}
.pc_only { display:block; }
.sp_only { display:none; }
@media screen and (max-width: 749px){
    .title_wrap {
        height: 150px;
        margin-bottom: 20px;
    }

    .title {
        position: relative;
        display: flex;
        align-items: center;
        height: 150px;
        background-color: #0000002e;
        margin-bottom: 50px;
    }
    .title p {
        font-size: 2.3rem;
    }
    .pc_only { display:none; }
    .sp_only { display:block; }
}
