.content-nav__wrap {
    gap: 0;
    display: flex;
    justify-content: center;
}

.content-nav__btn::after {
    background: linear-gradient(to right,
            rgba(75, 101, 80, 1) 0%,
            rgba(75, 101, 80, 1) 53%,
            rgba(75, 101, 80, 0) 100%);
}

.sub__mv {
    margin-bottom: 110px;
}

.shop-information__main--wrap {
    background-color: #fff;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.shop__wrap {
    margin-top: 0;
}

.shop-information__main--wrap .section__title {
    padding-top: 60px;
    padding-bottom: 40px;
}

.main__title.shop__name {
    margin-bottom: 25px;
}

.section__title p {
    line-height: 1.8;
}

.shop__info__item div.shop__info__sub-item {
    flex: 0 0 300px;
}

.shop__info__sub-item p {
    font-size: 12px;
    line-height: 1.8;
}

p.shop__info__sub-title {
    color: #4a4a4a;
    font-size: 16px;
    margin-bottom: 10px;
}

.shop__payment--container {
    color: #9A8A7F;
    border: 1px solid #9A8A7F;
    border-radius: 4px;
    padding: 20px;
}

.shop__info__container {
    margin-bottom: 18px;
}

.shop__payment--container p {
    font-size: 12px;
    line-height: 1.8;
}

.payment--title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 14px;
    border-left: 2px solid #9A8A7F;
    padding-left: 15px;
}



.qrcode-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    margin-top: 4px;
}

.wrapping__wrap {
    margin-top: 15px;
}

.wrapping__title {
    line-height: 1.8;
    color: #9A8A7F;
    font-weight: 600;
}

.wrapping__wrap span::before {
    content: "";
    background: #9A8A7F;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: inline-block;
    margin: 3px 10px 3px;
}

.wrapping__wrap p {
    font-size: 12px;
    line-height: 1.8;
}

.wrapping__text-box {
    display: flex;
}

@media screen and (max-width: 1200px) {
    .shop__payment--container {
        width: 70%;
        margin: 0 auto;
    }

    .wrapping__text-box {
        justify-content: center;
    }

    .wrapping__title {
        text-align: center;
        margin-bottom: 10px;
    }

    .wrapping__wrap {
        margin-top: 30px;
    }

    .shop__info__container {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 768px) {
    .shop-information__main--wrap .inner--medium {
        width: 86%;
    }

    .main__title.shop__name {
        margin-bottom: 10px;
    }

    .shop__payment--container {
        width: 90%;
        text-align: center;
    }

    .payment--title {
        border: none;
        position: relative;
        padding: 0;
    }

    .payment--title::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -3px;
        transform: translateX(-50%);
        width: 100%;
        height: 2px;
        background: #9A8A7F;
        opacity: 0.15;
    }

    .wrapping__wrap {
        text-align: center;
    }

    p.shop__info__sub-title {
        font-size: 12px;
    }
}

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

    .shop__info__item div.shop__info__sub-item {
        flex: 0 0 233px;
    }

    .shop__payment--container {
        padding-top: 26px;
        padding-bottom: 35px;
    }

    .qrcode-wrap {
        grid-template-columns: repeat(2, 1fr);
        justify-content: center;
    }

    .qrcode-wrap img {
        margin: 0 auto;
        max-height: 31px;
        max-width: 83px;
    }
}

@media screen and (max-width: 375px) {
    .wrapping__wrap {
        text-align: left;
    }

    .wrapping__text-box {
        justify-content: flex-start;
        padding-left: 35px;
    }
}

.shop__title h3 {
    font-size: 24px;
    color: #77917B;
}

.shop__gallery--wrap {
    max-width: 1260px;
    margin: 140px auto 0;
    padding-bottom: 70px;
}

.image__wrap {
    display: flex;
    /* gap: 110px; */
    padding-top: 80px;
    justify-content: flex-start;
    margin-bottom: 60px;
}

.image__wrap-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* gap: 90px; */
    position: relative;
    width: 50%;
    flex-shrink: 0;
}

.image {
    flex-shrink: 0;
}

.image-right {
    position: relative;
    padding-right: 50px;
    z-index: 1;
}

.image-right::after {
    background: url(../image/shop-img-bg02.svg) no-repeat;
    position: absolute;
    background-position: center;
    background-size: cover;
    content: "";
    bottom: -16%;
    left: -8%;
    height: 226px;
    width: 300px;
    z-index: -1;
}

.image-left {
    position: relative;
    transform: translateY(43%);
    bottom: 0;
    z-index: 1;
}

.image-left::after {
    background: url(../image/shop-img-bg01.svg) no-repeat;
    position: absolute;
    background-position: center;
    background-size: cover;
    content: "";
    top: -30%;
    left: -80%;
    height: 226px;
    width: 150%;
    z-index: -1;
}

.image img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 300px;
    border-radius: 4px;
    /* 任意 */
}

.image__wrap-right {
    flex-shrink: 1;
    width: calc(50% - 40px);
    margin-left: auto;
    max-width: 630px;
    position: relative;
    z-index: 1;
}

.image__wrap-right::after {
    background: url(../image/shop-img-bg03.svg) no-repeat;
    position: absolute;
    background-position: center;
    background-size: cover;
    content: "";
    top: -9%;
    left: -7%;
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: 4px;
}

.image__wrap-right img {
    border-radius: 4px;
}

.image__wrap-left::before {
    background: url(../image/shop-sub01.png) no-repeat;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.image__wrap-left::after {
    background: url(../image/shop-sub02.svg) no-repeat;
    position: absolute;
    content: "";
    bottom: -93%;
    right: -52%;
    height: 100%;
    width: 100%;
}

.gallery__btn--warp {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

@media screen and (min-width: 1310px) {
    .gallery--wrap__pc {
        display: block;
    }

    .gallery--wrap__sp {
        display: none;
    }
}

@media screen and (max-width: 1310px) {
    .gallery--wrap__pc {
        display: none;
    }

    .gallery--wrap__sp {
        display: block;
        background: url(../image/shop-sp-bg.svg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 4px;
    }

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


.gallery__slide {
    overflow: hidden;
    width: 100%;
    max-width: 486px;
}

.slide-wrapper {
    display: flex;
    width: max-content;
    animation: scroll 80s linear infinite;
}

.slide {
    flex-shrink: 0;
    width: 486px;
}

.slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

/* 無限ループのアニメーション */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

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

    .shop__title-sp h3 {
        color: #4B6550;
        font-size: 20px;
        margin-top: 33px;
    }

    .gallery--wrap__sp {
        width: 100%;
    }

    .gallery--container {
        position: relative;
        overflow: visible;
    }

    .gallery__slide {
        left: 50%;
        width: 100vw;
        transform: translateX(-50%);
        position: relative;
        max-width: 100vw;
        margin: 20px auto;
    }

    .slide-wrapper {
        overflow: hidden;
        width: max-content;
        animation: scroll 80s linear infinite;
        gap: 14px;
    }

    .slide {
        width: 100vw;
        max-width: 486px;
        flex-shrink: 0;
    }

    .gallery__text {
        display: flex;
        justify-content: center;
        width: 80%;
        margin-bottom: 40px;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .slide {
        max-width: 300px;
    }

    .shop__gallery--wrap {
        margin: 70px auto 0;
    }
}

@media screen and (max-width: 480px) {
    .slide {
        max-width: 259px;
    }
}


/* アクセス */

.access__main--wrap {
    margin: 100px auto 130px;
}

.access__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 67px;
    margin-top: 60px;
}

.address__wrap {
    margin-top: 0;
}

.access__left {
    width: 46%;
}

.access__right h3 {
    color: #9A8A7F;
}

.access__right {
    width: 50%;
}

.google-map__text {
    margin-top: 11px;
}

.circle {
    display: block;
    border-radius: 50%;
    background-color: #9A8A7F;
    width: 10px;
    height: 10px;
    margin-right: 8px;
    aspect-ratio: 1 / 1;
}

.access__info--container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 47px;
}

.access__info--title {
    display: flex;
    align-items: center;
}

.access__info--box {
    background-color: #fff;
    padding: 12px 20px;
    margin-top: 20px;
}

.access__info--wrap {
    margin-bottom: 60px;
}

.bus__text {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 26px;
}

.bold {
    font-weight: 800;
}

.bus .access__info--box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.google-map__title {
    color: #9A8A7F;
}


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

    .access__left {
        width: 80%;
        position: relative;
        z-index: 1;
    }

    .access__left::after {
        position: absolute;
        content: "";
        background-color: #fff;
        width: 120%;
        height: 120%;
        top: -10%;
        left: -10%;
        z-index: -1;
        border-radius: 4px;
    }

    .access__wrap {
        flex-direction: column;
        align-items: center;
        gap: 110px;
    }

    .access__left {
        width: 80%;
    }


    .access__right {
        width: 80%;
    }

    .address__subtext {
        margin-top: 7px;
    }

    .access__info--container {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
}

@media screen and (max-width: 768px) {
    .access__main--wrap {
        margin: 100px auto 55px;
    }

    .access__info--title {
        justify-content: center;
    }

    .access__info--box p {
        font-size: 13px;
    }

    p.bus__text {
        font-size: 22px;
    }

    .access__info--wrap {
        margin-bottom: 45px;
        text-align: center;
    }
}


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

    .access__wrap {
        margin-top: 80px;
    }

    .access__left {
        width: 100%;
    }

    .access__left::after {
        width: 112%;
        height: 140%;
        top: -20%;
        left: -20px;
    }

    .access__right {
        width: 97%;
    }

    .access__info--wrap {
        margin-bottom: 45px;
    }

    .bus .access__info--box {
        width: 70%;
        margin: 0 auto;
    }

    .bus .access__info--container {
        margin-top: 27px;
    }
}


.bus__pick {
    position: relative;
}

.bus__pick::after {
    position: absolute;
    content: "";
    background-image: url(../image/bus_sub.svg);
    width: 73px;
    height: 20px;
    top: -7px;
    right: -10px;
}

/* 配送について */

.shipping-info__wrap {
    margin-left: 30px;
}

.shipping__main--container {
    margin-top: 46px;
}

.shipping-info__main--container .title__box .en {
    color: #fff;
}

.shipping-info__main--container .section__title {
    padding-top: 60px;
}

.shipping-info__main--wrap {
    background: url(../image/shipping-bg.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.shipping__main--container .circle {
    background-color: #fff;
}

.main-contents-title--wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    background-color: #4B6550;
}

.main-contents-title--container {
    display: flex;
    align-items: center;
    padding: 22px 30px;
}

.main-contents-title--container h3,
.main-contents-title--container p {
    font-size: 22px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
}

.main-contents-title--wrap .accordion-btn {
    display: none;
}

@media screen and (max-width: 768px) {
    .main-contents-title--wrap {
        position: relative;
        border-radius: 4px;
    }

    .main-contents-title--wrap .accordion-btn {
        display: block;
        position: absolute;
        content: "";
        top: 50%;
        right: 30px;
        transform: translateY(-50%);
        transition: all 0.3s ease-in-out;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background-color: #77917B;
    }

    .main-contents-title--wrap .accordion-btn::before,
    .main-contents-title--wrap .accordion-btn::after {
        background: #fff;
        width: 10px;
        height: 1px;
        border-radius: 1px;
    }

    .main-contents-title--wrap .accordion-btn::before {
        transform: translate(-50%, -50%) rotate(90deg);
        /* 縦線 */
    }

    .main-contents-title--wrap .accordion-btn::after {
        transform: translate(-50%, -50%) rotate(0deg);
        /* 横線 */
    }


    .main-contents-title--wrap.active .accordion-btn::before {
        transform: translate(-50%, -50%) rotate(180deg);
    }

    .shipping-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height .4s ease, opacity .25s ease;
        background-color: #4B6550;
        border-radius: 0 0 4px 4px;
    }

    .shipping-content.active {
        display: block;
        opacity: 1;
        max-height: 2000px;
    }

    .main-contents-title--wrap.active {
        border-radius: 4px 4px 0 0;
    }
}

.shipping-info__maintext {
    margin: 26px 0;
}

.shipping-info__box {
    display: flex;
    align-items: flex-start;
    width: 160px;
}

.shipping-info__text {
    display: flex;
    align-items: start;
    margin-bottom: 12px;
    line-height: 1.8;
}

.shipping-info__box p {
    font-weight: 700;
}

.subtext-box {
    flex: 1;
}

.yu-pack .subtext-box {
    display: flex;
    align-items: flex-start;
}

.shipping-info__subtext {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 22px;
}

.yu-pack .shipping-info__wrap,
.delivery-date .shipping-info__wrap {
    margin-top: 30px;
}

.delivery-date {
    padding-bottom: 130px;
}

.shipping-info__main--container .circle {
    margin-top: 6px;
}

@media screen and (max-width: 1200px) {
    .shipping-info__wrap {
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .main-contents-title--container {
        flex-direction: column;
    }

    .main-contents-title--wrap {
        justify-content: center;
        align-items: center;
    }

    .main-contents-title--container h3 {
        font-size: 20px;
    }

    .main-contents-title--container p {
        font-size: 12px;
    }

    .shipping-content {
        position: relative;
        z-index: 0;
    }

    .shipping-content::before {
        position: absolute;
        content: "";
        width: 80%;
        height: 1px;
        background-color: #fff;
        top: 0;
        left: 10%;
        z-index: 1;
    }

    .shipping-info__wrap {
        padding: 0 20px 30px;
    }

    .shipping-info__text {
        flex-direction: column;
    }

    .shipping .subtext-box,
    .delivery-date .subtext-box {
        margin-left: 18px;
    }

    .delivery-date {
        padding-bottom: 90px;
    }

    .shipping-info__subtext {
        font-size: 12px;
    }

    .shipping-info__box p {
        margin-bottom: 12px;
    }

    .shipping-info__main--container .circle {
        margin-top: 4px;
    }
}

/* 美木多上店・大美野共通 */
.section__title--info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 670px;
    margin: 90px auto 0;
}

.shop__info--title {
    font-size: 16px;
    font-family: "Shippori Mincho", serif;
    font-weight: 800;
    margin-bottom: 12px;
}

.section__title--info p {
    font-size: 12px;
    margin-bottom: 12px;
}

.shop__info--text {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.shop__info--text .circle {
    margin-top: 4px;
}

@media screen and (max-width: 768px) {
    .section__title--info p {
        text-align-last: left;
    }

    .section__title--info {
        width: 100%;
        margin-top: 50px;
        padding: 18px 10px 10px;
    }

    .shop__info--text {
        text-align: left;
    }
}