@charset "utf-8";

/* 共通 */
img {
    max-width: 100%;
}

body {
    margin: 0;
    font-family: 'Kaisei Decol', serif;
    font-size: 18px;
    /* font-family: 'Noto Sans JP', sans-serif; */
    color: #54371C;

    overflow-x: hidden;

    background-image: url(../image/bgimg_l.png);
    /* max-width: 100%; */
}

/* セクション間のタイトル */

.section_tittle {
    display: flex;
    flex-direction: column;
    align-items: center;

    padding-top: 130px;
}

.tittle_text1 {
    font-size: 46px;
    font-weight: bold;

    border-top: solid 4px #54371C;
    border-bottom: solid 4px #54371C;
}

.tittle_text2 {
    font-size: 24px;
    margin-top: 2px;
}


.donie_link {
    display: flex;
    justify-content: center;
}



/* 下層ページのヘッダー */

.header2 {
    background-color: rgba(155, 128, 103, 0.6);
    padding-top: 16px;
}

.header2_logo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header2_logo1 {
    width: 66px;
    height: 67px;
}

.header2_logo2 {
    margin-top: 6px;
    margin-bottom: 40px;
    width: 96px;
    height: 19px;
}


/* 下層ページのmv */

.pg_mv {
    width: 100%;
    height: 515px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #eee;
    display: flex;
    align-items: center;
}

.pg_tittle {
    display: flex;
    flex-direction: column;

    position: absolute;
    top: 70%;
    left: 70%;
}

.pg_tittle_img1 {
    width: 91px;
    height: 15px;
}

.pg_tittle_img2 {
    width: 273px;
    height: 38px;

    margin-top: 23px;
}



/* パンくずリスト */
.breadcrumb {
    padding-top: 20px;
    background-color: rgba(155, 128, 103, 0.6);
}

.breadcrumb ul {
    display: flex;
    margin-left: 240px;
}

.breadcrumb li {
    margin-right: 20px;
    display: flex;
    align-items: center;

    transition: .3s;
}

.breadcrumb li:hover {
    opacity: 0.6;
}


.breadcrumb li+li::before {
    content: '';
    display: block;

    width: .4em;
    height: .4em;
    border: 1px solid;
    border-bottom: none;
    border-left: none;
    transform: rotate(45deg);
    margin-right: 20px;
}



/* 店舗情報 */

.storeinformation {
    background-color: rgba(116, 94, 74, 0.65);
}

table {
    display: flex;
    justify-content: center;

    border-spacing: 0em 2em;
}

.store_table {
    width: 100%;
    margin-top: 75px;
}

.store_table {
    border-collapse: separate;
    border-spacing: 25px px;
    color: #54371C
}

.store_table td {
    padding-left: 80px;
    line-height: 170%;
}

.store_button {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 58px;
    padding-left: 42px;

    display: inline-block;

    color: #54371C;
    background-color: #f5f5f5;
    border: 1px solid #54371C;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5), inset 0px -1px 5px -4px;
    margin-top: 0px;

    width: 12.7em;
    position: relative;

    display: inline-block;
    text-decoration: none;
    transition: color .3s;

}

.store_button:hover {
    color: rgba(84, 55, 28, 0.6);
}


.store_button::after {
    /* くの字の表示設定 */
    position: absolute;
    top: 0;
    bottom: 0;
    right: 38px;
    margin: auto;
    content: "";
    vertical-align: middle;

    /* くの字を山なりに見た時、左側の長さ */
    width: 0.4em;
    /* くの字を山なりに見た時、右側の長さ */
    height: 0.4em;
    /* くの字を山なりに見た時、左側の太さと色 */
    border-top: 1px solid #54371C;
    /* くの字を山なりに見た時、右側の太さと色 */
    border-right: 1px solid #54371C;
    /* くの字の向き */
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

}


.store_button_area {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.store_map {
    padding-bottom: 180px;
}

.store_map iframe {
    display: block;
    text-align: center;
    margin: auto;
    width: 67%;
    height: 385px;

    margin-top: 70px;
}

/* フッター */

.footer {
    background-color: rgba(102, 78, 55, 0.9);
}

.footer_inner_wrapper {
    max-width: 960px;
    width: 100%;
    margin: auto;

    padding-top: 43px;

    display: flex;
    justify-content: space-between;
}

.footer_logo_image {
    display: flex;
    flex-direction: column;
}

.footer_logo1 {
    width: 93px;
    height: 91px;

    margin-left: 10px;
}

.footer_logo2 {
    width: 109px;
    height: 22px;

    margin-left: 5px;
    margin-top: 14px;
}

.footer_map_button a {
    margin-top: 21px;
    color: #F5F5F5;

    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 10px;
    padding-right: 18px;
    padding-left: 18px;

    display: inline-block;
    border-radius: 19px 19px 19px 19px;
    background-color: #A18163;

    transition: .3s;
}

.footer_map_button:hover {
    opacity: 0.6;

}

.footer_container_list {
    width: 50%;
    margin-top: -37px;
    position: relative;
}

.footer_list {
    list-style: none;

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_list li {
    padding-top: 37px;
    color: #F5F5F5;
    font-size: 16px;
    padding-left: 40px;

    display: inline-block;
    text-decoration: none;
    transition: color .3s;

}

.footer_list li:hover {
    color: rgba(245, 245, 245, 0.6);
}


.footer_list li a {
    display: block;
    height: 100%;
    width: 100%;

}

.footer_instagram_icon {
    width: 20px;
    height: 20px;
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(3420%) hue-rotate(307deg) brightness(119%) contrast(92%);
    position: absolute;
    top: 200px;
    left: 40px;
}

.footer_instagram_icon {
    transition: color .3s;
}

.footer_instagram_icon:hover {
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(7370%) hue-rotate(289deg) brightness(120%) contrast(73%);
}



.copyright {
    display: flex;
    justify-content: center;

    margin-top: 40px;
    padding-bottom: 37px;

    color: #f5f5f5;
}





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

    /* SPセクション間のタイトル */

    .section_tittle {
        display: flex;
        flex-direction: column;
        align-items: center;

        padding-top: 60px;
    }

    .tittle_text1 {
        font-size: 22px;
        font-weight: bold;

        border-top: solid 2px #54371C;
        border-bottom: solid 2px #54371C;
    }

    .tittle_text2 {
        font-size: 16px;
        margin-top: 2px;
    }

    /* SP下層ページのヘッダー */

    .header2 {
        background-color: rgba(155, 128, 103, 0.6);
        padding-top: 20px;
    }

    .header2_logo {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .header2_logo1 {
        width: 59px;
        height: 59px;
    }

    .header2_logo2 {
        margin-top: 5px;
        margin-bottom: 40px;
        width: 85px;
        height: 17px;
    }

    /* SP下層ページのmv */

    .pg_mv {
        width: 100%;
        height: 198px;
    }

    .pg_tittle {
        display: flex;
        flex-direction: column;

        position: absolute;
        top: 70%;
        left: 70%;
    }

    .pg_tittle_img1 {
        width: 38px;
        height: 6px;
    }

    .pg_tittle_img2 {
        width: 112px;
        height: 16px;

        margin-top: 10px;
    }



    /* SPパンくずリスト */
    .breadcrumb {
        display: none;
    }


    /* SP店舗紹介 */
    table {
        display: flex;
        justify-content: center;
        margin: 0 auto;
        border-spacing: 2em 1em;
    }

    .store_table {
        width: 100%;
        margin-top: 40px;
    }

    .store_table {
        border-collapse: separate;
        border-spacing: 25px px;
        color: #54371C;
    }

    .store_table th {
        font-size: 12px;
    }

    .store_table td {
        padding-left: 0px;
        font-size: 12px;
        line-height: 170%;
    }

    .store_button {
        font-size: 12px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 22px;
        padding-right: 22px;
        display: inline-block;
        color: #54371C;
        background-color: #F5F5F5;
        box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5), inset 0px -1px 5px -4px;
        margin-top: 60px;
        width: 11.7em;
        position: relative;

    }


    .store_button::after {
        /* くの字の表示設定 */
        position: absolute;
        top: 0;
        bottom: 0;
        right: 22px;
        margin: auto;
        content: "";
        vertical-align: middle;

        /* くの字を山なりに見た時、左側の長さ */
        width: 0.4em;
        /* くの字を山なりに見た時、右側の長さ */
        height: 0.4em;
        /* くの字を山なりに見た時、左側の太さと色 */
        border-top: 1px solid #54371C;
        /* くの字を山なりに見た時、右側の太さと色 */
        border-right: 1px solid #54371C;
        /* くの字の向き */
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);

    }


    .store_button_area {
        display: flex;
        justify-content: center;
        margin-top: -40px;
    }

    .store_map {
        padding-bottom: 60px;
    }

    .store_map iframe {
        display: block;
        text-align: center;
        margin: auto;
        width: 67%;
        height: 216px;

        margin-top: 50px;
    }



    /* SPフッター */
    .footer_inner_wrapper {
        max-width: 210px;

        padding-top: 20px;

        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer_logo_image {
        align-items: center;
    }


    .footer_logo1 {
        width: 42px;
        height: 41px;
    }

    .footer_logo2 {
        width: 50px;
        height: 10px;

        margin-top: 7px;
    }

    .footer_map_button {
        margin-top: 10px;
        color: #F5F5F5;

        font-size: 7px;
        padding-top: 4px;
        padding-bottom: 6px;
        padding-right: 14px;
        padding-left: 14px;
    }

    .footer_container_list {
        width: 100%;
        /* margin-top: -37px; */
    }


    .footer_list {
        list-style: none;

        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;

        margin-top: 30px;


    }

    .footer_list li {
        padding-top: 37px;
        color: #F5F5F5;
        font-size: 12px;
        padding-left: 0px;
    }

    .footer_instagram_icon {
        width: 15px;
        height: 15px;
        top: 265px;
        left: 89px;

    }

    .footer_copyright {
        margin-top: 48px;
        font-size: 12px;
    }

}