@charset "UTF-8";

/*====================================

    ----------------------------------
        Color
    ----------------------------------

    Main     : #1E2525;
    Sub      : #8c9696;


    ----------------------------------
        Font
    ----------------------------------


    ----------------------------------
        Structure
    ----------------------------------

      0. 共通（ページ内）
      1. メインビジュアル
      2. コンセプト
      3. ラインナップ
      4. ランキング
      5. 定期便
      6. インスタグラム
      7. ドッグサロンAURA
      8. フッター

====================================*/



/*===============================

お問い合わせ

================================*/

#contact {
    position: relative;
    width: 100%;
    padding-top: 100px;
}

#contact :after {
    content: "";
    clear: both;
    display: block;
}

#contact h2 {
    text-align: center;
    margin-bottom: 50px;
}


#contact .form {
    position: relative;
    width: 100%;
    margin-bottom: -120px;
}


/*===============================

フッター

================================*/


#footer-section {
    position: relative;
    background-color: #1E2525;
    width: 100%;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 50px;
}

@media screen and (max-width: 960px) {
    #footer-section {
        padding-bottom: 40px;
    }

}

#footer-section a {
    color: #8c9696;
}

.footer {
    width: 90%;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.footer .container img {
    width: 15%;
}

@media screen and (max-width: 960px) {
    .footer .container img {
        width: 200px;
        margin: 0 auto 40px;
    }
}

.footer .container .address {
    width: 80%;
}

@media screen and (max-width: 960px) {
    .footer .container .address {
        width: 100%;
    }
}

.footer .border {
    padding-top: 50px;
    border-bottom: 1px solid #8c9696;
    margin-bottom: 30px;
}

/* リスト */

.footer ul.list {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

.footer ul.list li {
    padding: 10px;
    margin: 10px 20px;
    font-size: 1.3rem;
    color: #b7ff0f;
}

@media screen and (max-width: 960px) {
    .footer ul.list li {
        display: block;
        width: 100%;
        padding: 3px;
        margin: 5px 10px;
    }
}
