#start-contents .contents-section {
    margin: 100px auto 0 !important;
}

.contents-section {
    padding: 0 !important;
    max-width: 1296px !important;
}

.main-visual {
    margin-top: 0 !important;
}

.main-visual img {
    padding: 0 !important;
}

.bx-wrapper .bx-pager {
    position: absolute;
    right: 20px !important;
    width: fit-content !important;
}

.product-wrap {
    border-bottom: none !important;
}

.header-inner:first-child {
    border-bottom: none;
}

.information-list-wrap {
    margin-top: 30px;
}

header {
    color: #574337;
    background-color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    height: 100px;
}


.logo {
    width: 150px;
}

.icon {
    width: 30px;
}

/*サイドメニュー*/

.side-bar {
    width: 296px;
    background-color: #fff;
}

.barwrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.side-title {}

.side-title img {
    display: block;
    width: 200px;
    margin: auto;
    margin-bottom: 50px;
}

.sidemenu {
    border-radius: 148px;
    padding: 10px 0;
}

.sidemenu a {
    font-weight: 500;
}

.sidemenu .search {
    width: 83px;
    margin-bottom: 30px;
}

.search {
    float: none;
}

.menuwrap {
    width: 230px;
    margin: auto;
}

.sepabar {
    background-color: #574337;
    height: 2px;
    margin: 50px 0;
}

.menu_btn {
    font-size: 17px;
    color: #fff;
    display: block;
    width: 230px;
    padding: 10px 0 13px;
    padding-left: 30px;
    border-radius: 20px;
    background-color: #574337;
    margin: 30px 0;
    font-weight: 500;
}

.left-nav {
    width: 230px;
    margin-right: 0;
}

.left-nav-title a::before {
    content: "▶";
}


.left-nav-category:nth-child(11) .left-nav-title,
.left-nav-category:last-child .left-nav-title {
    display: block;
    width: 230px;
    padding: 10px 0 13px;
    padding-left: 30px;
    border-radius: 30px;
    border: none;
    background-color: #574337;
    font-weight: 500;
    margin-top: 30px;
}

.left-nav-category:nth-child(11) .left-nav-title a,
.left-nav-category:last-child .left-nav-title {
    color: #fff;
}


.left-nav-category:nth-child(11) .left-nav-title a::before,
.left-nav-category:last-child .left-nav-title {
    content: "";
}

.left-nav-help {
    border-top: 2px solid #574337 !important;
}

.spacer {
    height: 100vh;
}

.menu_link {
    border-top: 2px solid #574337 !important;
    padding: 30px 0;
}

.menu_link img {
    width: 100%;
    margin-bottom: 0;
}

.menu_link>div {
    margin: 20px 0;
}

.sns img {
    display: inline-block;
    width: 45px;
    margin-right: 15px;
}

.bottomnemu {
    padding-bottom: 50px;
}

.bottomnemu menu {
    margin: 0;
    padding: 0;
    width: 296px;
    margin-bottom: 50px;
}

.bottomnemu menu a {
    display: block;
    font-size: 21px;
    font-family: "Noto Sans JP", sans-serif;
    margin: 20px;
    color: #574337;
}

.calender-area {
    margin-top: 20px;
}




/*sp用サイドメニュー*/

header .sidemenu {
    background-color: #f7f3ec;
    border-radius: 0;
    padding: 100px 0;
}

header .sidemenu .search {
    width: 100px;
    margin: auto;
    display: block;
    margin-bottom: 30px;
}

header nav {
    padding-top: 0;
}

header nav.open {
    background-color: #f7f3ec;
    font-family: "Noto Sans JP", sans-serif;
    padding-top: 0;
}

header .side-bar {
    width: 296px;
    background-color: transparent;
}

header .search-link-sp {
    width: 70%;
    margin: auto;
    margin-bottom: 16px;
}

header .nav li {
    padding: 0 !important;
}


footer {
    background-color: #fff;
    font-family: "Noto Serif JP", serif;
    padding: 30px 0 50px;
}


.foot {
    text-align: center;
}

.foot img {
    width: 482px;
}

.foot p {
    font-size: 21px;
    margin: 1em 0;
    line-height: 1.5;
}

.foot .thanks {
    font-size: 24px;
}


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


    .header {
        height: 60px;
    }

    .shop-logo img {
        max-height: 50px;
        transform: translateY(-10px);
        width: auto;
    }

    .menu-trigger span {
        height: 3px;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 3px;
    }

    .menu-trigger.active span:nth-of-type(1) {
        transform: translateY(13px) rotate(-45deg);
    }

    .menu-trigger.active span:nth-of-type(3) {
        transform: translateY(-5px) rotate(45deg);
    }

    .cart-link img {
        width: 40px;
        transform: translateY(-5px);
    }



    .menuwrap {
        width: 80%;
    }

    .menu_btn {
        width: 100%;
    }

    nav li {
        color: #574337;
        padding: 0;
    }

    nav li a {
        color: #574337;
    }

    .left-nav {
        width: 100%;
    }

    .left-nav-title {
        border-bottom: 1px solid #574337;
        font-size: 17px;
        margin-bottom: 20px;
    }

    .left-nav-item {
        font-size: 16px;
        margin: 10px 0;
    }

    .left-nav-item a:before {
        content: "";
        padding-right: 20px;
    }

    .left-nav-category:nth-child(11) .left-nav-title,
    .left-nav-category:last-child .left-nav-title {
        width: 100%;
    }

    .nav-help-list {
        margin: 10px 0;
        font-size: 16px;
    }

    .foot img {
        width: 80%;
    }

    .foot .thanks {
        font-size: 21px;
    }

    .foot p {
        font-size: 18px;
    }

}