/* カスタマイズ用CSS */
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap");
:root {
    --zen: "Zen Maru Gothic", sans-serif;
}
body {
    font-size: 24px;
}
a {
    color: #333;
}
a:hover {
    text-decoration: none;
    color: #333;
}
body {
    color: #333;
}
ol,
ul {
    padding-left: 0rem;
}
p {
    line-height: 1.7;
}
li {
    list-style: none;
}
.index-item {
    transition: 0.3s;
}
.index-item:hover {
    opacity: 0.7;
}
.pagetop {
    display: none !important;
}
.ec-layoutRole__mainBottom {
    width: 1090px;
    max-width: 95%;
    margin: auto;
    display: grid;
    gap: 60px;
}
.ec-drawerRole .ec-headerLinkArea {
    background: #3f4e25;
}
.front_page .ec-layoutRole__main {
    margin-bottom: 80px;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search,
.ec-itemNav__nav li a,
.ec-categoryNaviRole,
.ec-itemNav__nav > li:hover > a,
.footer {
    background: #3f4e25;
}
.header__btn a,
.footer__tel a {
    transition: 0.3s;
}
.footer__tel a:hover {
    color: #fff;
}
.ec-categoryNaviRole {
    max-width: none;
}
.ec-headerNav .ec-headerNav__itemIcon {
    color: #3f4e25;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search,
.ec-itemNav__nav li a,
.ec-categoryNaviRole,
.ec-itemNav__nav > li:hover > a {
    color: #fff;
}
.ec-cartNavi .ec-cartNavi__badge {
    background-color: #333;
}
.ec-layoutRole .ec-layoutRole__contents {
    max-width: none;
}
.ec-sliderRole {
    padding: 0;
    max-width: none;
}
.ec-layoutRole__header {
    background: #fafef2;
}
/*footer*/
.footer-bottom .footer-bottom__list {
    gap: max(30px, 3vw);
}
.footer ul,
.footer li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-top {
    padding: 40px 0;
    color: #ffffff;
    background-color: #1f1f1f;
}
.footer-top .footer-top__inner {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1130px;
}
.footer-top .footer-top__list {
    display: flex;
    flex-wrap: wrap;
}
.footer-top .footer-top__list > *:first-child {
    padding-left: 0;
}
.footer-top .footer-top__list > *:last-child {
    padding-right: 0;
    border: none;
}
.footer-top .footer-top__list-left {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-top .footer-top__list-right {
    padding-left: 20px;
}
.footer-top .footer-top__list-icon i {
    font-size: 37px;
}
.footer-top .footer-top__list-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-bottom {
    padding: 40px 0 20px;
    color: #ffffff;
}
.footer-bottom .footer-bottom__inner {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1130px;
    gap: 2rem;
    display: grid;
}
.footer__tel {
    margin-top: 30px;
}
.footer-bottom .footer__tel .btn-01 {
    background: #3f4e25;
    border: solid 2px #fff;
}
.footer__tel .btn-01:hover {
    background: #fff;
    color: #3f4e25;
}
.footer__tel > * {
    color: #3f4e25;
}
.footer-bottom .footer-bottom__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.footer-bottom .footer-bottom__list > li {
    min-width: 30%;
}
.footer-bottom .footer-bottom__list > * a {
    border: solid 2px #3f4e25;
    color: #fff;
}
.footer__tel .footer-btn .btn-01 {
    color: #3f4e25;
}
.footer-bottom .footer-bottom__link > * {
    margin-bottom: 10px;
}
.footer-bottom .footer-bottom__link > *:last-child {
    margin-bottom: 0;
}
.footer-bottom .footer-bottom__address > * {
    margin-bottom: 20px;
}
.footer-bottom .footer-bottom__address > *:last-child {
    margin-bottom: 0;
}
.footer-bottom .footer-bottom__address-title {
    font-weight: bold;
}
.footer-bottom .footer-bottom__list-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.footer-bottom .footer-bottom__list-title a {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}
.footer-bottom .footer-bottom__sns-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.footer-bottom .footer-bottom__sns-list > * {
    width: 36px;
    height: 36px;
    margin-right: 20px;
}
.footer-bottom .footer-bottom__sns-list > *:last-child {
    margin-right: 0px;
}
.footer-bottom .footer-bottom__sns-icon {
    display: block;
}
.footer-bottom .footer-bottom__site-name {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.footer-bottom .footer-bottom__site-name * {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}
.footer-bottom .footer-bottom__copy {
    font-size: 24px;
    text-align: center;
}
.footer-bottom__address > li {
    line-height: 1.8;
}
.front_page .ec-layoutRole__contents {
    background: url("../../../user_data/assets/img/common/bg-img.png") center center no-repeat;
    background-size: cover;
}
.product_page .ec-layoutRole__contents {
    margin: 40px 0;
}
.registration_page .ec-layoutRole__contents {
    margin: 40px 0;
}

/*topバナー*/
.index-bnr {
    margin: 0 calc(50% - 50vw);
}
.index-bnr img {
    width: 100vw;
}
/*topアクセス*/
.imdex-top .about__btn {
    text-align: center;
}
.index-title {
    font-family: var(--zen);
    font-size: 46px;
}
.index-text {
    display: grid;
    gap: 15px;
}
.index-top {
    display: grid;
    gap: 60px;
}
.index-bottom {
    display: grid;
    gap: 60px;
}
.index-access {
    display: grid;
    gap: 20px;
}
.index-content {
    display: flex;
    flex-direction: column;
    background: #3f4e25;
    padding: 3px;
    gap: 3px;
}
.index-access__left {
    position: relative;
    padding-bottom: calc(2 / 5 * 100%);
    background: #fff;
}
.index-access__left iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.index-access__right {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    background: #fff;
    padding: 15px;
}
.index-item {
    display: grid;
    gap: 15px;
}
.products-area {
    display: grid;
    gap: 15px;
}

/*お弁当*/
.content-col2 {
    font-family: var(--zen);
    display: grid;
    gap: 30px;
}
.content-col2 > * {
    height: 100%;
}
.content-col2 > * > * {
    display: inline-block;
    height: 100%;
    display: grid;
    grid-template-rows: 1fr auto;
}
.content-col2__img {
    border: solid 3px #3f4e25;
    display: flex;
    background: #fff;
}
.content-col2__img > img {
    object-fit: contain;
}
.content-col2 > *:first-child {
    grid-row: 1 / 3;
}
.content-col2__img > img {
    width: 100%;
}
.content-col2__title {
    font-size: 30px;
}
.content-col2__price {
    font-size: 24px;
}
.ec-secHeading {
    font-size: 46px;
    font-family: var(--zen);
}
.social-icons {
    justify-content: right;
    display: flex;
    gap: 20px;
}
.social-icons .fab {
    color: #fff;
    font-size: 37px;
}
.social-icons a {
    transition: 0.3s;
}
.social-icons a:hover {
    opacity: 0.7;
}

/*アクセス*/
.content-text {
    display: grid;
    gap: 20px;
}
.content-strong {
    font-size: 30px;
}
.btn-01 {
    border: solid 2px #3f4e25;
    border-radius: 50vw;
    color: #3f4e25;
    background: #fff;
    padding: 15px 24px;
    gap: 5px;
    min-width: 260px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.btn-01:hover {
    background: #3f4e25;
    color: #fff;
}

.about__btn {
    min-width: 260px;
}
.about__btn--center {
    min-width: 260px;
    text-align: center;
}
/*お惣菜*/
.content-col4 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 15px;
}
.content-col4__img,
.ec-shelfGrid__item-image,
.slide-item {
    border: solid 3px #3f4e25;
    position: relative;
    padding-bottom: 100%;
}
.content-col4__img img,
.ec-shelfGrid__item-image img,
.slide-item img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
}
.form-control {
    margin-bottom: 0;
}
.ec-productRole .ec-productRole__price {
    border-top: 1px dotted #ccc;
}
.other_page .ec-borderedDefs {
    border-top: none;
}
.other_page .ec-layoutRole__main,
.cart_page .ec-layoutRole__main {
    margin: 40px 0;
}
.ec-headerTitle .ec-headerTitle__title a {
    color: #3f4e25;
}
.product_page .ec-productRole__actions {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.product_page .ec-productRole__actions .ec-select {
    margin-bottom: 0;
}
.product_page .ec-numberInput {
    margin-top: 2rem;
}
.product_page .mycomment {
    grid-column: 1 / 3;
    font-size: 12px;
    color: #999;
}
.other_page .mycomment {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
}
.front_page .content-wrapper {
    font-size: 24px;
}
.ec-headerTitle .ec-headerTitle__title a {
    display: inline-flex;
    gap: 5px;
}
.ec-headerTitle .ec-headerTitle__title a:hover {
    color: #fff;
    opacity: initial;
}
.ec-headerTitle img {
    width: 360px;
}
.ec-itemNav__nav li a {
    font-size: 24px;
}
.footer-bottom .footer-bottom__list-title {
    font-size: 30px;
}
.footer-bottom__address img{
    width: 330px;
    max-width: 100%;
}
.ec-cartNavi {
    align-items: center;
}
.ec-headerNav__itemIcon {
 vertical-align: middle;
}
.ec-totalBox .ec-totalBox__btn .ec-blockBtn--cancel {
    font-size: 24px;
}
#page_contact #contact_contents {
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    .ec-headerTitle .ec-headerTitle__title a {
        color: #3f4e25;
        font-size: 24px;
    }
    .index-content {
        flex-direction: row;
    }
    .index-access__left {
        padding-bottom: calc(253 / 545 * 50%);
        width: 50%;
    }
    .index-access__right {
        width: 50%;
    }
    .products-area {
        gap: 60px;
    }
    .content-col4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 20px 30px;
    }
    .ec-layoutRole__mainBottom {
        max-width: 90%;
    }
    .index-access__right {
        font-size: 24px;
        padding: 30px;
    }
    .index-text {
        gap: 20px;
    }
    .content-col2 {
        grid-template-columns: 650fr 407fr;
    }
    .products-area {
        gap: 30px;
    }
    .btn-01 {
        padding: 15px 30px;
    }
    #page_contact #contact_contents {
        margin-bottom: 16px;
    }
}
