@charset "UTF-8";

footer {
    padding-top: 1px;
}

main {
    margin-top: 120px;
}

/*メインビジュアル*/
#hero_Wrap {
    position: relative;
    width: 100%;
    background: url(../../common/img/bg.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding: 50px 0;
}
#hero_Wrap h2 {
    font-size: min(6vw,30px);
    text-align: center;
    color: #fff;
    letter-spacing: 0.2em;
}
#hero_Wrap h2 span {
    font-size: 12px;;
}



/*メインコンテンツ*/
.contents {
    width: 1000px;
    max-width: 90%;
    margin: 0 auto;
    color: #552121;
    background: #fff;
    padding: 100px 0 50px;
}
.contents .btn_gmap {
    width: 300px;
    max-width: 80%;
    margin: 30px auto 0;
    text-align: center;
    display: block;
    padding: 15px 0;
    background: #e6e6da;
    transition: 0.3s;
}
.contents .btn_gmap:hover {
    opacity: 0.7;
}


.notes {
    margin-top: 80px;
}
.notes p {
    color: #552121;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 5px;
    text-indent: -1em;
    padding-left: 1em;
}

@media only screen and (max-width: 768px) {
    
    /*メインビジュアル*/
    main {
        margin-top: 60px;
    }
    #hero_Wrap {
        background: url(../../common/img/bg.jpg) no-repeat;
        background-size: cover;
        background-position: center bottom;
    }
    
    
    /*メインコンテンツ*/
    .contents {
        padding: 50px 0 30px;
    }
    
    .notes {
        width: 100%;
        margin: 50px auto 0;
    }
    .notes p {
        text-align: left;
        text-indent: -1em;
        padding-left: 1em;
    }
}