@charset "UTF-8";


/******************************************************************************
*
* 詳細
*
******************************************************************************/

#about {
    padding: 30px 0 60px;
}

#about h2 {
    font-size: 42px;
    line-height: 1.3;
    font-weight: 900;
    color: #f15a24
}

#about p {
    margin: 15px 0 15px;
}

#about aside {
    font-weight: 400;
}


/******************************************************************************
*
* 場所1
*
******************************************************************************/

#address1 h3 {
    width: 74%;
    margin: 20px auto;
}

#address1 .image {
    padding: 20px;
    background: #a8efae;
    margin: 15px 0 60px
}

#address1 .image aside {
    text-align: center;
    margin-top: 12px;
    font-size: 26px
}


/******************************************************************************
*
* メリット
*
******************************************************************************/

#merit .list {
    padding: 20px;
    background: #ffd182;
    margin-bottom: 60px;
}

#merit .list ul li {
    margin-bottom: 20px;
}

#merit .list ul li:last-child {
    margin-bottom: 0;
}


/******************************************************************************
*
* 料金
*
******************************************************************************/

#price .list {
    padding: 20px;
    background: #85d0e8;
}

#price .list ul li {
    margin-bottom: 20px;
}

#price .list ul li:last-child {
    margin-bottom: 0;
}

/*テキスト*/

#price .attention {
    margin: 15px 0;
}

#price .attention p {
    font-size: 18px;
}

#price .day .c {
    width: 61%;
    margin-bottom: 15px;
}

#price aside p {
    font-size: 18px;
    font-weight: 400;
}


/******************************************************************************
*
* 問い合わせ
*
******************************************************************************/

article.contact {
    padding: 60px 0;
}

article.contact h2 {
    width: 85%;
    margin: auto;
}

article.contact#contact2 {
    padding-bottom: 40px;
}

.last_txt {
    text-align: center;
    font-size: 22px;
    margin-bottom: 10px;
}



/******************************************************************************
*
* 施設
*
******************************************************************************/

#facility {
    margin-bottom: 60px;
}

#facility aside {
    margin: 20px 0 40px;
}

#facility aside p span {
    color: #8c6239;
}

/*リスト*/

#facility .list dl {
    margin-bottom: 20px;
}

#facility .list dl:last-child {
    margin-bottom: 0;
}

#facility .list dl dd {
    text-align: center;
    background: #8c6239;
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    padding: 10px 0;
}


/******************************************************************************
*
* 場所2
*
******************************************************************************/

#address2 .info {
    margin: 30px 0;
}

#address2 .info p {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    margin-top: 20px;
}

/*地図*/

#address2 .map_box {
    padding: 0 20px;
}

#address2 .map {
    width: 100%;
    height: auto;
    position: relative;
}

#address2 .map::before {
    content: "";
    display: block;
    padding-top: 70%;
}

#address2 .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*補足*/

#address2 aside {
    width: 340px;
    margin: auto;
    margin-top: 20px;
}

#address2 aside p span {
    color: #009245
}


/******************************************************************************
*
* レスポンシブ対応
*
******************************************************************************/


/*644px以下*/

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

    /*---------------------
    * 詳細
    ---------------------*/

    #about {
        padding: 20px 0 40px;
    }

    #about h2 {
        font-size: 22px;
        line-height: 1.4;
    }

    #about p {
        margin: 10px 0 10px;
    }

    /*---------------------
    * 場所1
    ---------------------*/

    #address1 .image {
        padding: 14px;
        margin: 10px 0 40px
    }

    #address1 .image aside {
        margin-top: 10px;
        font-size: 20px
    }

    /*---------------------
    * メリット
    ---------------------*/

    #merit .list {
        padding: 14px;
        margin-bottom: 40px;
    }

    #merit .list ul li {
        margin-bottom: 14px;
    }

    /*---------------------
    * 料金
    ---------------------*/

    #price .list {
        padding: 14px;
    }

    #price .list ul li {
        margin-bottom: 14px;
    }

    /*テキスト*/

    #price .attention {
        margin: 15px 0;
    }

    #price .attention p {
        font-size: 13px;
    }

    #price .day .c {
        width: 80%;
        margin-bottom: 10px;
    }

    #price aside {
        margin-top: 15px;
    }

    #price aside p {
        font-size: 10px;
    }

    /*---------------------
    * 問い合わせ
    ---------------------*/

    article.contact {
        padding: 40px 0;
    }

    article.contact#contact2 {
        padding-bottom: 30px;
    }

    .last_txt {
        font-size: 14px;
    }

    /*---------------------
    * 施設
    ---------------------*/

    #facility {
        margin-bottom: 40px;
    }

    #facility aside {
        margin: 20px 0 25px;
    }

    /*リスト*/

    #facility .list dl {
        margin-bottom: 14px;
    }

    #facility .list dl dd {
        font-size: 18px;
        padding: 4px 0 6px;
    }

    /*---------------------
    * 場所2
    ---------------------*/

    #address2 .info {
        margin: 20px 0;
    }

    #address2 .info p {
        font-size: 12px;
        margin-top: 15px;
    }

    /*地図*/

    #address2 .map_box {
        padding: 0 14px;
    }

    /*補足*/

    #address2 aside {
        width: 250px;
    }

    #address2 aside p {
        font-size: 16px;
    }



}
