<style type="text/css">
/*aタグ*/

a {
    color: #000;
}
a:hover,
a:active,
a:focus {
    color: #fff;
}

/*トップバナー*/

#top-bunner {
    position: relative;
}
#top-bunner_block {
    position: absolute;
    top: 230px;
    margin: 100px 0px;
}

/*エリアMAP*/

#area-map {
    position: relative;
}
#area-map-block {
    position: absolute;
    top: 0;
}

/*問合せボタン*/
.button-wrap {
    margin: 100px 0px;
}

.square_btn {
    display: inline-block;
    padding: 0.2em 4em;
    text-decoration: none;
    background: #6c3;
    /*ボタン色*/
    color: #fff;
    border-bottom: solid 4px #693;
    border-radius: 10px;
}
.square_btn:hover {
    /*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    /*下に動く*/
    border-bottom: none;
    /*線を消す*/
}
.square_btn:hover,
.square_btn:visit {
    color: #fff;
}
.content-wrap {
    width: 100%;
}
#header-image {}
#price {
    background-image: url("http://firmament-niigata.com/wp-content/uploads/2017/12/top-images_b01.jpg");
    background-size: contain;
}

/* ■■ 共通要素 ■■ */


/* □□ フロートのクリア □□ */

.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    content: ".";
}

.float-left {
    float: left;
    width: 48%;
}
.float-right {
    float: right;
    width: 48%;
}
@media screen and (max-width: 480px) {
    div.main-body {
        margin-top: 0px;
    }
    #top-bunner {
        position: static;
    }
    #top-bunner_block {
        position: static;
        top: 0px;
        margin: 0px 0px 50px;
    }
    #top-bunner_block p {
        text-align: center;
        font-size: 1em;
    }
    #price-info p.f20em {
        font-size :1.4em;
    }
    #price-info p.f12em {
        font-size :0.8em;
    }
    .button-wrap p.f20em {
        text-align: center;
        font-size: 1em;
        margin: 0px 0px 50px;
    }
    #area-map-block {
        position: absolute;
        top: 0px;
    }
    #area-map-block img {
        margin-top:100px;
    }
    #area-map-block p span.f20em {
        font-size:1.5em;
    }
    #area-map-block p.f15em {
        font-size:1em;
    }
    #area-map-block p.f15em {
        text-shadow: 1px 1px 1px rgba(255,255,255,1);
        -webkit-text-shadow: 1px 1px 1px rgba(255,255,255,1);
    }
    #area-map img {
        margin-top: 150px;
    }
    .button-wrap {
    margin: 0px 0px 50px;
    }
    #faq-wrap p {
        margin-bottom: 30px;
    }
    .float-left, .float-right{
        width: 100%;
        float: none;
    }
}
</style>