@charset "utf-8";

/* ーーーーーーーーーーーーーーーーーーーーーーーーー

他ページのアクセス

ーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

.flex-content.other {
    background-color: #f7f6f5;
}

.flex-content.other .inner {
    max-width: 1200px;
    margin: 0 auto;
}

@media(min-width: 1025px) {
    .flex-content.other .inner {
        display: flex;
        justify-content: space-between;
    }

    .flex-content.other .inner .info,
    .flex-content.other .inner .instagram {
        width: 49%;
    }

    .flex-content.other .inner .info {
        margin-bottom: 0;
    }
}


/* ーーーーーーーーーーーーーーーーーーーーーーーーー

#access

ーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

/* ------ 基本 ----- */

.access {
    background-color: #1e1e1e;
}

.access .content-title h2,
.access .content-title p {
    color: #fff;
}

/* ------ 表 ----- */

.access .flex-left h3,
.access .flex-left ul li span {
    color: #fff;
}

.access .flex-left h3 {
    margin-bottom: 35px;
    font-size: 1.125em;
    letter-spacing: .05em;
    line-height: 1.5;
}

.access .flex-left h3 span {
    font-size: .8em;
}

.access .flex-left ul li {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.access .flex-left ul li span {
    margin-bottom: 15px;
    letter-spacing: .1em;
}

.access .flex-left ul li span:last-child {
    margin-bottom: 0;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーー

#footer

ーーーーーーーーーーーーーーーーーーーーーーーーーーー*/


/* ------基本レイアウト----- */

#footer .inner {
    padding: 40px 4%;
}


/* ------ロゴ----- */

.footer-logo {
    width: 100%;
    max-width: 180px;
    margin: 0 auto 40px;
}

/* ------TEL & オンラインショップ----- */

#footer .flex-wrap {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 50px;
}

/* TEL */
.flex-left.tel {
    margin-bottom: 20px;
}

.flex-left.tel a {
    font-size: 1.125em;
    letter-spacing: .05em;
    text-decoration: underline;
    transition: all .4s;
}

.flex-left.tel a:hover {
    opacity: .6;
}

/* オンラインショップ */
.flex-right.shop {
    margin-bottom: 10px;
}

#footer .online-btn a {
    display: block;
    margin: 0 auto;
}

#footer .online-btn a::before {
	width: 166px;
}

#footer .online-btn a::after {
	height: 47px;
}

@media(min-width: 600px) {
    #footer .flex-wrap {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .flex-left.tel {
        margin-right: 20px;
    }

    #footer .online-btn a {
        max-width: 200px;
    }

    #footer .online-btn a::before {
        width: 162px;
    }

    #footer .online-btn a::after {
        height: 47px;
    }
}

@media(min-width: 1025px) {
    #footer .online-btn a::before {
        width: 162px;
    }
}

/* ------フッターナビ----- */

.footer-nav {
    margin-bottom: 40px;
}

.footer-nav li {
    margin-bottom: 15px;
    font-size: .85em;
    letter-spacing: .05em;text-align: center;
}

@media(min-width: 600px) {
    .footer-nav {
        display: flex;
        justify-content: center;
    }

    .footer-nav li {
        margin-bottom: 0;
        padding-right: 15px;
        margin-right: 15px;
        border-right: 1px solid #ddd;
    }

    .footer-nav li:last-child {
        margin-right: 0;
        padding-right: 0;
        border-right: none;
    }

    .footer-nav li a {
        color: #666;
        transition: all .4s;
    }

    .footer-nav li a:hover {
        opacity: .6;
    }
}

/* ------コピーライト----- */

.copy {
    text-align: center;
    letter-spacing: .05em;
    font-size: .85em;
}