.is-pc {
    display: block !important;
}

.is-sp {
    display: none !important;
}

.is-pc-i {
    display: inline !important;
}

.is-sp-i {
    display: none !important;
}

.is-pc-f {
    display: flex !important;
}

.is-sp-f {
    display: none !important;
}

.fr_page-index {
    /*padding-top: 200px !important;*/
}

/*.new-header__mincho {*/
/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif !important;*/
/*}*/

.new-header {
    position: relative;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    top: 0;
    /* overflow-x: hidden; */
}

.new-header__bar {
    width: 100%;
    border-bottom: 1px solid #e9e9d2;
    display: flex;
    padding: 14px 20px;
    /* justify-content: flex-end; */
    align-items: center;
    height: 59px;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .new-header__bar {
        display: flex !important;
    }
}

.new-header__bar-text {
    font-size: 12px;
    margin: 0 auto 0 0;
}

.new-header__bar-text span {
    color: #ff0000;
}

.new-header__navi-wrapper {
    border-bottom: 1px solid #e9e9d2;
}

.new-header__navi-list {
    display: flex;
    /*justify-content: space-between;*/
    /*width: 1050px;*/
    /*height: 140px;*/
    margin: 0 auto !important;
    box-sizing: border-box;
    position: relative;

    justify-content: center;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #e9e9d2;
}

.new-header__navi-item {
    width: 20%;
    height: 100%;
    box-sizing: border-box;
    /*position: relative;*/

    width: 210px;
    height: 140px;

}

.new-header__navi-item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    /*padding: 38px 0;*/
    box-sizing: border-box;
}

.new-header__navi-item a.is-active,
.new-header__navi-item > a:hover {
    background-color: #f5f5ef;
}

.new-header__navi-item.is-logo > a:hover {
    background-color: transparent;
}

.new-header__navi-item.is-logo img {
    width: 117px;
    height: 87px;
}

.new-header__navi-item a .item__img {
    display: flex;
    height: 30px;
    justify-content: center;
    align-items: flex-end;
    margin: 0 0 10px;
}

.new-header__navi-item a .item__img img {
    transform: scale(0.7, 0.7) translate(0, 15px);
}

.new-header__navi-item .item__text {
    display: block;
    font-size: 14px;
    color: #52433d;
    text-align: center;
}

.new-header__navi-item .item__text-en {
    display: block;
    font-size: 12px;
    color: #928464;
}

.new-header__bar-search {
    position: relative;
    margin: 0 30px 0 0;
}

.new-header__bar-search input {
    position: relative;
    z-index: 1;
    padding: 10px;
    border-radius: 26px;
    border: 1px solid #d8cbac;
    width: 200px;
    box-sizing: border-box;
    text-indent: 2.5em;
    font-size: 11px;
    letter-spacing: 0.04em;
}

.new-header__bar-search input:placeholder,
.new-header__bar-search input::-webkit-input-placeholder,
.new-header__bar-search input::-moz-placeholder,
.new-header__bar-search input:-ms-input-placeholder {
    color: #d8cbac;
    font-size: 11px;
}

.new-header__bar-search-icon {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 15px;
    margin-top: -7px;
    display: block;
    width: 14px;
    height: 15px;
    background: url("../img/icon-search.png") 0 0 no-repeat;
    background-size: cover;
}

.new-header__bar-menu {
    width: 480px;
}

.new_header__bar-menu-list {
    display: flex;
    justify-content: space-between;
}

.new_header__bar-menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new_header__bar-menu-item a {
    font-size: 12px;
    color: #5c5c5c;
}

.item__icon {
    display: inline-block;
    background: 0 0 no-repeat;
    background-size: cover;
    margin-right: 5px;
    vertical-align: -3px;
}

.item__cart-count {
    display: inline-block;
    width: 19px;
    height: 19px;
    border-radius: 10px;
    background-color: #928464;
    text-align: center;
    color: #fff;
    vertical-align: 1px;
    margin-left: 2px;
    font-size: 11px;
}

.item__cart-icon {
    background-image: url("../img/icon-cart.png");
    width: 18px;
    height: 13px;
}

.sub-navi__bar-menu-item .item__cart-icon {
    background-image: url("../img/icon-cart-w.png");
    width: 18px;
    height: 13px;
}

.item__login-icon {
    background-image: url("../img/icon-login.png");
    width: 14px;
    height: 16px;
}

.sub-navi__bar-menu-item .item__login-icon {
    background-image: url("../img/icon-login-w.png");
    width: 14px;
    height: 16px;
}

.item__guide-icon {
    background-image: url("../img/icon-guide.png");
    width: 11px;
    height: 14px;
}

.new_header__icon {
    background: #e50112;
    color: #fff;
    border-radius: 10px;
    font-size: 9px;
    padding: 2px 5px;
    font-weight: bold;
    vertical-align: middle;
    margin-right: 7px;
}

.sub-navi__bar-menu-item .item__guide-icon {
    background-image: url("../img/icon-guide-w.png");
    width: 11px;
    height: 14px;
}

.item__sub-navi {
    opacity: 0;
    position: absolute;
    background: #fff;
    left: 50%;
    transform: translate(-50%, 0);
    width: 1050px;
    max-height: 0;
    overflow: hidden;
    border-top: 1px solid #e9e9d2;
    /* border-bottom: 1px solid #e9e9d2; */
}

.item__sub-navi.is-active {
    opacity: 1;
    max-height: 2000px;
    transition: 1.5s max-height;
}

.sub-navi__content {
    padding: 36px 36px 0;
    /*border-bottom: 1px solid #e9e9d2;*/
    /*border-top: 1px solid #e9e9d2;*/

    width: 1050px;
    margin: 0 auto;
}

.sub-navi__inner {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
}

.sub-navi__inner--contact {
    justify-content: center;
    border-top: 1px solid #e9e9d2;
}

.sub-navi__inner--shop {
    padding: 0 0 36px;
}

.conetnt-online-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content-online-list__item {
    width: 23%;
    margin: 0 0 2% !important;
}

.content-online-list__item a {
    display: block;
    font-size: 14px;
    text-align: center;
}

.content-online-list__item a:hover {
    opacity: 0.6;
}

.content-online-list__item a img {
    width: 100%;
    margin: 0 0 10px;
}

.sub-navi__bar-menu {
    padding: 1.5% 0 3%;
}

.sub-navi__bar-menu-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 36px !important;
}

.sub-navi__bar-menu-item {
    width: 32%;
}

.sub-navi__bar-menu-item a {
    display: block;
    background: #928464;
    padding: 5% 0;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-family: Lato,"こぶりなゴシック W3 JIS2004","Koburina Gothic W3 JIS2004",sans-serif !important;
}

.sub-navi__bar-menu-item a:hover {
    opacity: 0.6;
}

.sub-navi__bar-menu-item .item__cart-count {
    background-color: #fff;
    color: #928464;
    vertical-align: 0;
    margin-left: 5px;
}

.conetnt-about-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content-about-list__item {
    width: 23%;
    margin: 0 0 2% !important;
}

.content-about-list__item a {
    display: block;
    font-size: 14px;
    text-align: center;
}

.content-about-list__item a img {
    width: 100%;
    margin: 0 0 10px;
}

.content-about__contact {
    display: flex;
    justify-content: center;
    padding: 1.5% 0 3%;
}

.content-about__contact-ttl {
    position: relative;
    background: #928464;
    border-radius: 10px;
    padding: 15px 20px;
    margin: 0 30px 0 0;
    font-size: 14px;
    color: #ffffff;
}

.content-about__contact-ttl:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(146, 132, 100, 0);
    border-left-color: #928464;
    border-width: 7px;
    margin-top: -7px;
}

.content-about__contact-tel {
    margin-bottom: 8px;
}

.content-about__contact-tel a {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    color: #333333;
    font-family: 'Lato';
    font-size: 25px;
    line-height: 0;
}

.content-about__contact-tel a img {
    width: 25px;
    margin: 0 12px 0 0;
}

.content-about__contact-sub {
    font-size: 12px;
    margin: 0;
}

.sub-navi__shop-left,
.sub-navi__shop-right {
    width: 47%;
}

.content-shop-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content-shop-list::before {
    content: "";
    display: block;
    width: 23%;
    order: 1;
}

.content-shop-list::after {
    content: "";
    display: block;
    width: 23%;
}

.content-shop-list__item {
    width: 23%;
    margin: 0 0 10px !important;
}

.content-shop__shops--cafe .content-shop-list__item {
    display: inline-block;
    /*width: 100%;*/
    margin: 0 0 10px !important;
}

.content-shop-list__item a {
    display: block;
    background-color: #928464;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 8px;
    font-size: 11px;
    line-height: 1em;
}

.content-shop-list__item a:hover {
    opacity: 0.6;
}

.content-shop__img {
    position: relative;
    margin: 0 0 10px;
}

.content-shop__img img {
    width: 100%;
    height: auto;
}

.content-shop__img span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto !important;
    color: #fff;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.2em;
    height: 0;
    line-height: 0;
}

.content-shop__catch {
    font-size: 13px;
    margin: 0 0 10px;
    letter-spacing: 0.04em;
    font-feature-settings: "palt";
    line-height: 24px;
}

.new-header__contact--float {
    z-index: 2;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

.new-header__contact--float .new-header__contact-ttl {
    font-size: 12px;
    color: #5c5c5c;
    line-height: 1;
    margin: 0 0 7px;
    letter-spacing: 0.04em;
}

.new-header__contact--float .new-header__contact-tel {
    font-size: 20px;
    line-height: 1;
    margin: 0 0 7px;
    letter-spacing: 0.08em;
}

.new-header__contact--float .new-header__contact-tel img {
    margin-right: 8px;
    vertical-align: -2px;
    width: 18px;
}

.new-header__contact--float .new-header__contact-sub {
    font-size: 11px;
    color: #5c5c5c;
    line-height: 1;
    letter-spacing: 0.04em;
    margin: 0;
}

.new-header__contact--float .new-header__contact-close {
    position: absolute;
    right: -12px;
    top: -12px;
}

.new-header__contact--float .new-header__contact-close a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background-color: #928464;
}

.new-header__contact--float .new-header__contact-close svg {
    transform: rotate(45deg);
    width: 9px;
}

.new-header__contact--float .new-header__contact-close .plus-line {
    fill: #fff;
}

@media (max-height: 800px) {
    /*.sub-navi__inner {*/
    /*width: 100vh;*/
    /*}*/
}

@media (max-width: 768px) {
    .is-pc {
        display: none !important;
    }

    .is-sp {
        display: block !important;
    }

    .is-pc-i {
        display: none !important;
    }

    .is-sp-i {
        display: inline !important;
    }

    .is-pc-f {
        display: none !important;
    }

    .is-sp-f {
        display: flex !important;
    }

    .fr_page-index {
        /*padding-top: 59px !important;*/
    }

    .new-header {
        margin: 0;
        /*position: fixed;*/
    }

    .new-header__navi-wrapper {
        border: 0;
    }

    .new-header__toggle {
        position: relative;
        width: 25px;
        height: 16px;
        top: -4px;
        z-index: 50;
    }

    .new-header__toggle-wrap a {
        display: block;
        padding: 10px;
    }

    .new-header__toggle span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #928464;
        border-radius: 2px;
        transition: all 0.5s ease-out;
    }

    .new-header__toggle span:nth-of-type(1) {
        top: 0;
    }

    .new-header__toggle span:nth-of-type(2) {
        top: 7px;
    }

    .new-header__toggle span:nth-of-type(3) {
        bottom: 0;
    }

    .new-header__toggle::after {
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
        content: "MENU";
        position: absolute;
        top: 18px;
        left: -5px;
        color: #928464;
        font-size: 10px;
        text-align: center;
        letter-spacing: 0.22em;
    }

    .new-header__toggle.is-active::after {
        content: "CLOSE";
        left: -9px;
    }

    .new-header__toggle.is-active span:nth-of-type(1) {
        transform: rotate(45deg) translate3d(5px, 5px, 0);
    }

    .new-header__toggle.is-active span:nth-of-type(2) {
        opacity: 0;
    }

    .new-header__toggle.is-active span:nth-of-type(3) {
        transform: rotate(-45deg) translate3d(5px, -5px, 0);
    }

    .new-header__bar {
        position: relative;
        z-index: 10;
        top: 0;
        justify-content: space-between;
        align-items: center;
        background-color: #fffffb;
        padding-left: 20px;
        padding-right: 20px;
    }

    .new-header__logo img {
        width: 58px;
    }

    .new-header__cart {
        font-size: 10px;
    }

    .new-header__cart a {
        position: relative;
        display: block;
        padding: 6px 0 0;
    }

    .item__cart-icon {
        display: block;
        width: 29px;
        height: 21px;
        margin-right: 0;
    }

    .new-header__cart em {
        display: block;
        text-align: center;
        color: #928464;
        letter-spacing: 0.22em;
        font-family: 'Montserrat';
    }

    .item__cart-count {
        position: absolute;
        top: -6px;
        right: -6px;
    }

    .new-header__area {
        display: none;
        position: absolute;
        width: 100vw;
        height: calc(100vh - 59px);
        top: 59px;
        overflow-y: scroll;
        z-index: 10;
        background-color: #fff;
        -webkit-overflow-scrolling: touch;
        padding: 0 0 50px;
    }

    .new-header__area.is-active {
        display: block;
    }

    .new-header__menu-text {
        text-align: center;
        font-size: 14px;
        padding: 15px 0;
    }

    .new-header__menu-text span {
        color: #ff0000;
    }

    .new-header__menu-actions {
        display: flex;
        background-color: #fffffb;
        border-top: 1px solid #e9e9d2;
        /* border-bottom: 1px solid #e9e9d2; */
    }

    .menu-actions__login {
        width: 50%;
        text-align: center;
        padding: 20px 0;
        border-right: 1px solid #e9e9d2;
    }

    .menu-actions__login a {
        display: block;
        font-size: 15px;
        color: #52433d;
        letter-spacing: 0.04em;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif !important;
    }

    .item__login-icon {
        width: 22px;
        height: 25px;
        margin-right: 15px;
        vertical-align: -5px;
    }

    .menu-actions__guide {
        width: 50%;
        padding: 20px 0;
        text-align: center;
    }

    .menu-actions__guide a {
        display: block;
        font-size: 15px;
        color: #52433d;
        letter-spacing: 0.04em;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif !important;
    }

    .item__guide-icon {
        width: 15px;
        height: 20px;
        margin-right: 15px;
        vertical-align: -5px;
    }

    .new-header__search {
        text-align: center;
        margin: 0 auto;
        width: 90%;
        padding: 15px 0;
    }

    .new-header__search input {
        width: 100%;
        margin: 0 auto;
    }

    .new-header__contact {
        background-color: #fffffb;
        padding: 40px 20px;
    }

    .new-header__contact-ttl {
        display: inline-block;
        background-color: #928464;
        border-radius: 2px;
        color: #ffffff;
        padding: 6px 10px;
        font-size: 12px;
        letter-spacing: 0.04em;
        margin: 0;
    }

    .new-header__contact-tel {
        font-size: 25px;
        font-family: 'Lato';
        margin: 0;
    }

    .new-header__contact-tel img {
        width: 19px;
        vertical-align: -1px;
        margin: 0 9px 0 0;
        letter-spacing: 0.08em;
    }

    .new-header__contact-sub {
        font-size: 12px;
        color: #5c5c5c;
        letter-spacing: 0.04em;
        margin: 0;
    }

    .new-header__navi-list {
        display: block;
        width: 100%;
        border-top: 1px solid #e9e9d2 !important;
        height: auto;
    }

    .new-header__navi-item {
        width: 100%;
        border-bottom: 1px solid #e9e9d2 !important;
        height: auto;
        /*min-height: 65px;*/
    }

    .new-header__navi-item .new-header__navi-item-link {
        display: flex;
        padding: 15px 20px;
        align-items: center;
        height: auto;
        flex-direction: row;
        justify-content: flex-start;
        position: relative;
    }

    .new-header__navi-item .new-header__navi-item-link::after {
        content: "";
        display: block;
        position: absolute;
        right: 20px;
        background: url("../img/icon-arrow.png") 0 0 no-repeat;
        background-size: cover;
        width: 16px;
        height: 9px;
        transition: 0.2s all;
    }

    .new-header__navi-item .new-header__navi-item-link.is-active::after {
        transform: rotate(180deg);
    }

    .new-header__navi-item:nth-child(1) .new-header__navi-item-link::after,
    .new-header__navi-item:nth-child(3) .new-header__navi-item-link::after {
        /* background-image: none; */
        width: 9px;
        height: 16px;
        right: 23px;
        background: url("../img/icon-arrow-r.png") 0 0 no-repeat;
        background-size: cover;
    }

    .new-header__navi-item #hd-corporation.new-header__navi-item-link {
        padding: 20px 20px;
        background: #fffffb;
    }

    .new-header__navi-item #hd-corporation.new-header__navi-item-link .item__icon {
        background: #e50112;
        color: #fff;
        border-radius: 10px;
        font-size: 10px;
        padding: 1px 5px 2px 5px;
        font-weight: bold;
        vertical-align: middle;
        margin-right: 10px;
        margin-left: 15px;
    }

    .new-header__navi-item .item__text {
        text-align: left;
    }

    .item__img {
        display: block;
    }

    .item__img img {
        width: 36px;
        margin-right: 15px;
    }

    .new-header__navi-item em {
        display: block;
        font-size: 15px;
        letter-spacing: 0.04em;
    }

    .new-header__navi-item > span {
        font-size: 11px;
        font-family: 'Lato';
        color: #928464;
        letter-spacing: 0.08em;
    }

    .item__sub-navi {
        position: relative;
        top: 0;
        width: 100%;
    }

    .new-header__navi-item a.is-active, .new-header__navi-item > a:hover {
        background-color: #fff;
        text-decoration: none;
    }

    .sub-navi__inner {
        width: 100%;
    }

    .sub-navi__content {
        padding: 0;
        border-bottom: 0;
    }

    .conetnt-about-list {
        display: block;
    }

    .content-online-list__item {
        width: 100%;
        margin: 0 !important;
        border-bottom: 1px solid #f5f5ef !important;
    }

    .content-online-list__item:last-child {
        border-bottom: 0 !important;
    }

    .content-online-list__item a {
        font-size: 14px;
        text-align: left;
    }

    .content-online-list__item a img {
        width: 155px;
        margin: 0 20px 0 0;
    }

    .content-about-list__item {
        width: 100%;
        margin: 0 !important;
        border-bottom: 1px solid #f5f5ef !important;
    }

    .content-about-list__item:last-child {
        border-bottom: 0 !important;
    }

    .content-about-list__item a {
        font-size: 14px;
        text-align: left;
        position: relative;
    }
    .content-about-list__item a::after {
        content: "";
        display: block;
        position: absolute;
        transition: 0.2s all;
        width: 9px;
        height: 16px;
        right: 23px;
        background: url(../img/icon-arrow-r.png) 0 0 no-repeat;
        background-size: cover;
        top: 50%;
        transform: translate(0, -50%);
    }
    .content-about-list__item a img {
        width: 30%;
        margin: 0 20px 0 0;
    }

    .sub-navi__inner {
        display: block;
    }

    .sub-navi__shop-left, .sub-navi__shop-right {
        width: 100%;
    }

    .sub-navi__shop-left {
        margin: 0 0 30px;
    }

    .sub-navi__shop-inner {
        margin: 0 20px;
    }

    .content-shop__catch {
        font-size: 12px;
        line-height: 20px;
    }
    .content-shop__catch br {
        display: none;
    }

    .content-shop-list__item {
        width: 48.5%;
    }

    .sub-navi__inner--shop {
        padding: 0 0 26px;
    }

    .new-header__contact--float {
        left: 50%;
        transform: translate(-50%, 0);
        right: auto;
        width: 100%;
        max-width: 260px;
    }

    .new-header__contact--float .new-header__contact-ttl {
        background: none;
        margin: 0;
    }

    .content-shop__shops--cafe .content-shop-list__item {
        display: block;
        width: 100%;
        margin: 0;
    }
    .content-shop-list__item a {
        font-size: 14px;
        padding: 12px;
        font-family: Lato,"こぶりなゴシック W3 JIS2004","Koburina Gothic W3 JIS2004",sans-serif !important;
    }
}

@media (max-width: 320px) {
    .content-about-list__item a {
        font-size: 12px;
    }
}

/*////////////////////////////////////////*/

.new-header__navi * {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif !important;
}

.new-header__list-wrap {
    width: 100%;
    /*border-top: 1px solid #928464;*/
    /*border-bottom: 1px solid #928464;*/
}

.sub-navi__content--online {
    padding: 25px 30px;
}

.sub-navi-list {
    width: 100%;
}

.sub-navi-list + .sub-navi-list {
    margin-left: 35px;
}

/*.sub-navi-list .sub-navi-list__list {*/
/*border-top: 1px solid #c8c1af;*/
/*padding-top: 18px;*/
/*}*/

.sub-navi-list .sub-navi-list__title {
    font-size: 14px;
}

.sub-navi-list .sub-navi-list__item {
    width: 100%;
    margin: 0 0 18px;
}

/*.sub-navi-list .sub-navi-list__item > a {*/
/*display: block;*/
/*}*/
/*.sub-navi-list .sub-navi-list__item + .sub-navi-list__item {*/
/*margin-top: 18px;*/
/*}*/

/*.sub-navi-list .sub-navi-list__link {*/
/*position: relative;*/
/*display: table;*/
/*width: 100%;*/
/*}*/

/*.sub-navi-list .sub-navi-list__link:after {*/
/*content: '';*/
/*display: block;*/
/*width: 6px;*/
/*height: 12px;*/
/*position: absolute;*/
/*right: 14px;*/
/*top: 0;*/
/*bottom: 0;*/
/*margin: auto 0;*/
/*background: url(../img/icon-arrow-r.png) 0 0 no-repeat;*/
/*background-size: cover;*/
/*}*/

.sub-navi-list .sub-navi-list__img,
.sub-navi-list .sub-navi-list__text {
    display: table-cell;
    vertical-align: middle;
}

.sub-navi-list .sub-navi-list__img + .sub-navi-list__text {
    padding-left: 15px;
}

.sub-navi-list .sub-navi-list__text {
    font-size: 13px;
}

/*共通*/

.sub-navi-list.sub-navi-list--type .sub-navi-list__list,
.sub-navi-list.sub-navi-list--usage .sub-navi-list__list,
.sub-navi-list.sub-navi-list--price .sub-navi-list__list {
    border-top: 1px solid #c8c1af;
    padding-top: 18px;
}

.sub-navi-list.sub-navi-list__item + .sub-navi-list__item,
.sub-navi-list.sub-navi-list--usage + .sub-navi-list__item,
.sub-navi-list.sub-navi-list--price + .sub-navi-list__item {
    margin-top: 18px;
}

.sub-navi-list.sub-navi-list--type .sub-navi-list__link,
.sub-navi-list.sub-navi-list--usage .sub-navi-list__link,
.sub-navi-list.sub-navi-list--price .sub-navi-list__link {
    position: relative;
    display: table;
    width: 100%;
}

.sub-navi-list.sub-navi-list--type .sub-navi-list__link:after,
.sub-navi-list.sub-navi-list--usage .sub-navi-list__link:after,
.sub-navi-list.sub-navi-list--price .sub-navi-list__link:after {
    content: '';
    display: block;
    width: 6px;
    height: 12px;
    position: absolute;
    right: 14px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: url(../img/icon-arrow-r.png) 0 0 no-repeat;
    background-size: cover;
}

/*お菓子の種類から探す*/
.sub-navi-list.sub-navi-list--type .sub-navi-list__img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    overflow: hidden;
}

.sub-navi-list.sub-navi-list--type .sub-navi-list__img > img {
    width: 100%;
    height: auto;
}

.sub-navi__bar-menu.is-pc {
    border-top: 1px solid #e9e9d2;
}

/*用途から探す*/
.sub-navi-list.sub-navi-list--usage .sub-navi-list__img {
    width: 30px;
    height: 30px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.sub-navi-list.sub-navi-list--usage .sub-navi-list__img > img {
    /*width: auto;*/
    /*height: auto;*/
}

/*価格で探す*/
.sub-navi-list.sub-navi-list--price .sub-navi-list__list {
    padding-top: 22px;
}

.sub-navi-list.sub-navi-list--price .sub-navi-list__item + .sub-navi-list__item {
    margin-top: 28px;

}

.sub-navi-list.sub-navi-list--price .sub-navi-list__img > img {
    width: 100%;
    height: auto;
}


@media (max-width: 768px) {
    .sub-navi-list.sub-navi-list--type .sub-navi-list__link:after,
    .sub-navi-list.sub-navi-list--usage .sub-navi-list__link:after,
    .sub-navi-list.sub-navi-list--price .sub-navi-list__link:after {
        content: '';
        width: 9px;
        height: 16px;
        right: 23px;
    }

    .sub-navi-list .sub-navi-list__title {
        font-size: 17px;
        color: #52433d;
        margin: 0;
        padding: 20px;
        background-color: #fffffb;
    }

    .sub-navi__content {
        width: 100%;
    }

    .sub-navi__content--online {
        padding: 0;
        width: 100%;
    }

    .sub-navi-list.sub-navi-list--usage,
    .sub-navi-list.sub-navi-list--price {
        margin: 0;
    }

    .sub-navi-list.sub-navi-list--type .sub-navi-list__list,
    .sub-navi-list.sub-navi-list--usage .sub-navi-list__list,
    .sub-navi-list.sub-navi-list--price .sub-navi-list__list {
        border: 0;
        padding: 0;
        border-top: 1px solid #e9e9d2;

    }

    .sub-navi-list .sub-navi-list + .sub-navi-list {
        margin: 0;
    }

    .sub-navi-list .sub-navi-list__item {
        border-bottom: 1px solid #e9e9d2;
        margin: 0;
    }
    .sub-navi-list:last-child .sub-navi-list__item:last-child {
        border: 0;
    }

    .sub-navi-list .sub-navi-list__link {
        display: flex;
        text-decoration: none;
        min-height: 65px;
    }

    .sub-navi-list .sub-navi-list__img {
    }

    .sub-navi-list .sub-navi-list__img > img {

    }

    .sub-navi-list .sub-navi-list__text {
        font-size: 15px;
        color: #52433d;

    }

    /*お菓子の種類から探す*/
    .sub-navi-list.sub-navi-list--type .sub-navi-list__img {
        width: 67px;
        height: 67px;
        border-radius: 0;
        overflow: auto;
    }

    /*用途から探す*/
    .sub-navi-list.sub-navi-list--usage .sub-navi-list__img {
        width: 65px;
        height: 65px;
        border-left: 1px solid #e9e9d2;
        border-right: 1px solid #e9e9d2;
    }

    .sub-navi-list.sub-navi-list--usage .sub-navi-list__img > img {
        width: 50%;
        height: 50%;
    }

    .new-header__area {
        height: auto;

    }

    /*価格で探す*/
    .sub-navi-list.sub-navi-list--price .sub-navi-list__item + .sub-navi-list__item {
        margin-top: 0;
    }

    .sub-navi-list.sub-navi-list--price .sub-navi-list__text {
        padding: 20px;
    }


}
