@charset "UTF-8";

/*******************************

#hero01 Css

*******************************/

.main-img {
    background: url(../img/main-img.jpg) center center no-repeat;
    background-size: cover;
    padding: 90px 0 50px 0;
    overflow: hidden;
    color: #fff;
}

.page #hero01 {
    max-width: 500px;
    margin: 0 auto;
}

.page #hero01 h2 {
    border-color: #fff;
}

.page .hero-sub01 {
    max-width: 500px;
    margin-bottom: 60px;
}

.main-img h3 {
    width: 90%;
    max-width: 670px;
    margin: 0 auto;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 50px;
}

.main-img p.txt {
    width: 90%;
    max-width: 670px;
    margin: 0 auto;
    text-align: left;
}

/*==== mobile スマフォ縦用css ===*/

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

    .main-img {
        padding: 50px 0 30px 0;
    }

    .page #hero01 {
        margin-top: 0;
    }

    .page .hero-sub01 {
        margin-bottom: 30px;
    }

    .main-img h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

/*******************************

section

*******************************/

.back-img img {
    width: 100%;
}

.sec01 {
    background: url(../img/back02.jpg) left center no-repeat;
    background-size: cover;
}

.sec02 {
    color: #fff;
    background: url(../img/back04.jpg) center center no-repeat;
    background-size: cover;
}

section {
    margin: 0;
}

section .inner {
    width: 90%;
    max-width: 670px;
    margin: 0 auto;
    padding: 60px 0;
}

section h3 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 50px;
}

section p {
    text-align: left;
}

/*==== mobile スマフォ縦用css ===*/

@media screen and (max-width: 480px) {
    section h3 {
        margin-bottom: 20px;
    }
}

/*******************************

stay

*******************************/

.stay {
    overflow: hidden;
}

.stay dl {
    width: 170px;
    margin: 40px auto;
    color: #979797;
}

.stay dt {
    font-weight: bold;
    font-size: 30px;
    border-bottom: 1px solid #979797;
    margin-bottom: 10px;
}

.stay dd {
    font-size: 16px;
}

.stay a {
    display: block;
    font-size: 19px;
    font-weight: bold;
    width: 90%;
    max-width: 565px;
    margin: 0 auto;
    background: #e7e7e7;
    padding: 5px 0;
}


/*******************************

.contents Css

*******************************/

.contact {
    margin-top: 100px;
}
