@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
    font-family: 'Noto Sans JP', sans-serif;
}



.btn-line-footer_dotitem::before,
.btn-line-footer_dotitem::after {
    color:#fff;
}

#x-header_menu {
    display: none;
}

#footer {
    width: calc(100% - 255px);
    margin-left: 255px;
}

.sp-hide {
    display: none;
}

#side-menu--bar {
    position: fixed;
    top: 1.2rem;
    right: 0;
    z-index: 3;
}

#side-menu--bar {
    width: 40px;
    height: 40px;
    margin: 17px 20px 0px auto;
    cursor: pointer;
}

.menu-bar {
    height: 3px;
    width: 100%;
    background-color: #000;
    display: block;
    border-radius: 5px;
    transition: 0.3s ease;

}

#menu-bar1 {
    transform: translateY(-4px);
}

#menu-bar2 {
    width: 30px;
    margin-left: auto;
}

#menu-bar3 {
    width: 20px;
    margin-left: auto;
    transform: translateY(4px);
}

.side-menu--bar.open {
    display: block;
}

.open .menu-bar {
    background-color: #fff;
}

.open #menu-bar1 {
    transform: translateY(3px) rotateZ(-45deg);
}

.open #menu-bar2 {
    opacity: 0;
}

.open #menu-bar3 {
    width: 40px;
    transform: translateY(-2px) rotateZ(45deg);
}

.menu-nav {
    position: fixed;
    top: 0;
    width: 100%;
    left: -100%;
    height: 100vh;
    background: #86a797;
    transition: left 0.3s ease;
    z-index: 2;
}

.menu-nav.open {
    left: 0;
    /* 表示時に左端にスライド表示 */
}

.side-header {
    padding: 1.4rem 2.8rem;

}

.side-header--logo {
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 1.5rem;
    margin-top: 2rem
}

.side-header--logo img {
    width: 100%;
    height: auto;

}

.side-header--text {
    font-size: clamp(1.6rem, 1.527rem + 0.36vw, 1.8rem);
    color: #fff;
}

.side-menu--content {
    margin-top: 1.8rem;
}

.side-menu--list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    padding: 1rem 0;
}

.side-menu--list--item {
    display: block;
    width: 49%;
    position: relative;
    border-radius: 15px;
}

.side-menu--list--item.active  {
    background-color: #000;
}

.side-menu--list--item a {
    display: flex;
    position: relative;
    color: #fff;
    width: 100%;
    padding: 1rem 0;
}

.side-menu--list--item a:before {
    display: none;
    content: "\f054";
    font: var(--fa-font-solid);
    position: absolute;
    right: 80px;
    top: 20px;
    width: 15px;
    height: 100%;
    transition: all .35s ease-in-out;
    font-size: 1.8rem;
}


.side-menu--list--item a:hover:before {
    display: none;
    content: "\f35a";
    font: var(--fa-font-solid);
    position: absolute;
    font-weight: 700;
    width: 30px;
    height: 50px;
    transform: translateX(150%) translateY(0);
    color: #fff;
    font-size: 1.8rem;
}

.list-icon {
    display: block;
    min-width: 45px;
    text-align: center;
    line-height: 1.2;
}

.ri-bar-chart-horizontal-line:before {
    content: "\ea9d";
    font-size: 2.4rem;
    color: #fff
}

.list-title {
    font-size: clamp(1.6rem, 1.499rem + 0.38vw, 1.8rem);
    font-weight: 700;
    color: #fff;
    line-height: 2.8rem;
}



.cont-btn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1rem;
    text-align: center;
    gap: 1.2rem;
    letter-spacing: .02em;
}

.mail-link,
.line-link {
    position: relative;
    font-size: 1.5rem;
    font-weight: 500;
    width: 100%;
    padding: 5.6rem 0 1.6rem;
    background: #fff;
    color: #000;
    border-radius: 8px;
    box-sizing: border-box;
    border: 2px solid #000;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.2s;

}

.mail-link:before {
    content: "";
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    left: 0;
    right: 0;
    top: 1.5rem;
    margin: auto;
    background: url(https://exterior-exone.com/retest/wp-content/uploads/2025/06/メールアイコン.png);
    background-size: cover;
}

.line-link:before {
    content: "";
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    left: 0;
    right: 0;
    top: 1.5rem;
    margin: auto;
    background: url(https://exterior-exone.com/retest/wp-content/uploads/2025/06/LINE_アイコン.png);
    background-size: cover;
}

.cont-tell {
    grid-column: 1 / 3;
    position: relative;
    border-radius: 8px;
    padding: 2rem 0;
    background: #fff;
    border: 2px solid #000;
    text-align: center;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.2s;
}

.tell-link {
    display: block;
    color: #000;
    text-align: center;
}

.tell-link p {
    font-size: 1.5rem;
    font-weight: 500;
}

.tell-link .num {
    font-size: 2.8rem;
    font-weight: 900;
    margin: 5px 0;
    color: #03aa94;
}

.tell-link span {
    font-size: 1.4rem;
}

.com-btn {
    grid-column: 1 / 3;
    position: relative;
    padding: 1.5rem 0;
    margin-bottom: 1rem;
    background: #cecece;
    border-radius: 5px;
}

.com-link {
    font-size: 1.6rem;
    color: #000;
    font-weight: 500;
}

.com-link:before {
    content: "\f35a";
    font: var(--fa-font-solid);
    position: absolute;
    right: 100px;
    top: 15px;
    width: 15px;
    transition: all .35s ease-in-out;
    font-size: 1.8rem;
    color: #03aa94;
}

.com-link:hover:before {
    position: absolute;
    font-weight: 700;
    width: 30px;
    height: 50px;
    transform: translateX(150%) translateY(0);
}

.mail-link:hover,
.line-link:hover,
.cont-tell:hover {
    transform: translate(3px, 3px);
    box-shadow: none;
}

@keyframes floatMove {
    0% {
        transform: translate(0, 0);
        box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.15);
    }

    50% {
        transform: translate(3px, 3px);
        box-shadow: none;
    }

    100% {
        transform: translate(0, 0);
        box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.15);
    }
}

.float-animate {
    animation: floatMove 0.5s ease-in-out forwards;
}

.sdgs-style {
    margin-top: 1.5rem;
}

.sdgs-content {
    background: #fff;
    padding: 2rem 3.4rem;
    border-radius: 8px;
}

.sdgs-logo img {
    width: 100%;
}

.sdgs-logo dd {
    font-size: 1.4rem;
    padding-left: 5px;

}

.store-top--image {
    display: none;
    width: 100%;
    height: 60vh;
}

.play-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 中央を切り抜いて表示 */
    object-position: center;
    /* 表示の位置を中央に */
}

.store-info {
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(226deg, rgb(255, 255, 255) 0%, rgb(134 167 151) 42%);
    line-height: 1.2;
    letter-spacing: .02em;
}

.c-box {
    position: fixed;
    width: 100%;
    top: -17rem;
    right: 0;
    z-index: 2;
}

.c-box.red use {
    fill: #000;
}

.text_circle {
    position: absolute;
    right: -8rem;
    width: 250px;
    animation: rotateIt 45s linear infinite;
    font-weight: 800
}

@keyframes rotateIt {
    to {
        transform: rotate(-360deg);
    }
}

.text_circle {
    font-size: 2.8rem;
    text-transform: uppercase;
}

.text_circle {
    letter-spacing: 7.5px;
}


.store-info--title img {
    width: 80%;
    max-width: 300px;
    min-width: 280px;
    margin: auto;
    display: block;
}

.store-info--title {
    display: flex;
    flex-direction: column;
    text-align: center;
    line-height: 1.5;
    margin: 0 auto;
}

.store-title {
    font-size: clamp(1.8rem, 1.092rem + 2.64vw, 3.2rem);
    font-weight: 700;
    color: #fff;
}

.store-sub--title {
    font-size: clamp(1.4rem, 1.198rem + 0.75vw, 1.8rem);
    color: #fff;
    text-align: center;
}

.store-info--content {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 1.8rem
}

.store-img {
    width: 100%;
    height: 100%;

}

.store-img.store-hirosaki {
    margin-top: 2rem;
}

.store-img.store-hachinohe {
    width: auto;
    height: 100%;
    overflow: hidden;
    padding: 0 3rem;

}

.store-img img {
    width: 100%;
    height: 100%;
    min-height: 600px;
    object-fit: cover;
    margin-top: -10rem;
}

.store-img.store-hachinohe img {
    border-radius: 8px;
    margin-top: 3rem;
    min-height: auto;
    height: auto;
}

.store-info--menber {
    padding: 0 3rem;
}

.menber-list {
    display: flex;
    justify-content: center;
    gap: 1.3rem
}

.menber-list li {
    width: 47%;
    border-radius: 8px;
    overflow: hidden;
}

.menber-list img {
    width: 100%;
    height: 100%;
}

.store-info--text {
    font-size: clamp(1.4rem, 1.299rem + 0.38vw, 1.6rem);
    padding: 0 3rem;
    color: #fff;
}

.store-info--text p {
    color: #fff
}

.store-slide {
    margin: 0 0 3rem;
}

.store_slide--content .store-slide--track {
    overflow: hidden;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.741);

}

.store-list {
    display: flex;
}

.store-item {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 1.2rem;
    line-height: 1;
    background-color: #fff;
    overflow: hidden;
    height: 250px;
}

.store-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(1, 1, 1, 0.219);
    transition: all .5s;
    transform: translateX(0);
}

@media (min-width: 960px) {
    .store-item {
        height: 300px;
    }
}

@media (min-width: 1920px) {
    .store-item {
        height: 350px;
    }
}

.store-item img {
    position: relative;
    object-fit: cover;
    line-height: 1;
    width: 100%;
    height: 100%;
}



.store-contact {
    padding: 3rem;
    letter-spacing: .02em;
}

.store-contact--title {
    font-size: clamp(2rem, 1.798rem + 0.75vw, 2.4rem);
    text-align: center;
    line-height: 1.6;
    color: #3c3c3c;
}

.contact-way {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.6rem;
    margin-top: 2.4rem;
}

.call-btn,
.mail-btn,
.line-btn {
    position: relative;
    background: #eef4f3;
    text-align: center;
    padding: 2rem 1rem;
    border-radius: 8px;
    line-height: 1.3;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.2s;
}

.call-btn:hover,
.mail-btn:hover,
.line-btn:hover {
    transform: translate(3px, 3px);
    box-shadow: none;
}

.call-btn a p,
.mail-btn a span,
.line-btn a span {
    color: #03aa94;
    font-weight: 600;
}


.call-btn .num {
    font-size: clamp(3.2rem, 2.998rem + 0.75vw, 3.6rem);
    font-weight: 900;
}

.call-btn .num:before {
    margin-right: 10px;
    content: "\f095";
    font: var(--fa-font-solid);
    font-size: 2.8rem;
}

.call-btn .time {
    font-size: clamp(1.6rem, 1.499rem + 0.38vw, 1.8rem);
}

.call-btn .message {
    font-size: clamp(1.2rem, 1.099rem + 0.38vw, 1.4rem);
}

.mail-btn a,
.line-btn a {
    font-size: clamp(1.6rem, 1.398rem + 0.75vw, 2rem);
    font-weight: 700;
}

.mail-btn .mail::before {
    margin-right: 10px;
    content: "\f0e0";
    font: var(--fa-font-solid);
    font-size: 2rem;
}

.line-btn .line::before {
    margin-right: 10px;
    content: "\f3c0";
    font: var(--fa-font-brands);
    font-size: 2rem;
}

.btn-move:hover {
    background: #ebfcfe;
}

.btn-move:hover a {
    color: #6bb6ff;
}

.btn-move a:before,
.btn-move a:after {
    content: "";
    position: absolute;
    border: 2px solid transparent;
    border-radius: 8px;
    box-sizing: border-box;
    width: 0;
    height: 0;
}

.btn-move a:before {
    top: 0;
    left: 0;
}

.btn-move a:after {
    right: 0;
    bottom: 0;
}

.btn-move a:hover:before,
.btn-move a:hover:after {
    width: 100%;
    height: 100%;
}

.btn-move a:hover:before {
    border-top-color: #6bb6ff;
    border-right-color: #6bb6ff;
    transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}

.btn-move a:hover:after {
    border-bottom-color: #6bb6ff;
    border-left-color: #6bb6ff;
    transition: border-color 0s ease-out 0.2s, width 0.15s ease-out 0.2s, height 0.15s ease-out 0.3s;
}

.store-work--area {
    position: relative;
    margin-top: 2.8rem;
    padding: 3rem 1.2rem;
    border: solid 1px #9e9e9e;
    border-radius: 8px;
    line-height: 1.6;
    text-align: left;
}

.area-title {
    position: absolute;
    top: -15px;
    padding: 5px 10px;
    font-size: clamp(1.4rem, 1.299rem + 0.38vw, 1.6rem);
    color: #03aa94;
    background: #fff;
}

.area-title:before {
    content: "\f06a";
    font: var(--fa-font-solid);
    margin-right: .4rem;
}

.area-name {
    font-size: clamp(1.4rem, 1.299rem + 0.38vw, 1.6rem);
    color: #3c3c3c;
}

.store-menu {
    padding: 5rem 3rem;
}

.store-menu--title {
    text-align: center;
    line-height: 1.4;
    letter-spacing: .02em;
    color: #3c3c3c;
}

.menu-title--item {
    font-size: clamp(3.8rem, 2.927rem + 4.36vw, 6.2rem);
    font-weight: 900;
}

.one-color {
    color: #ed8815;
}

.menu-title--item--bottom {
    font-size: clamp(1.8rem, 1.699rem + 0.38vw, 2rem);
}

.store-menu--content {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 3rem;
    border-radius: 8px;
    overflow: hidden;
}

.menu-link {
    position: relative;
    width: 100%;
    margin: 0 auto;
    transition: all 0.2s;
    overflow: hidden;


}

.menu-link a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
    z-index: 1;
}

.menu-link img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 3s;
}

.menu--title {
    font-size: clamp(1.6rem, 1.309rem + 1.45vw, 2.4rem);
    color: #fff;
}


.menu-link:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(1, 1, 1, 0.219);
    transition: all .5s;
    transform: translateX(0);
}

.menu-link:hover.menu-link:after {
    transform: translateX(100%);
}

.menu-link:hover.menu-link img {
    scale: 1.1;
}



.store-works {
    padding: 5rem 0;
    position: relative;
}

.store-works--title {
    text-align: center;
    line-height: 1.4;
    letter-spacing: .02em;
    position: relative;
    margin-bottom: 2rem;
    color: #3c3c3c;
}

.works-title--item {
    font-size: clamp(3.8rem, 2.927rem + 4.36vw, 6.2rem);
    font-weight: 900;
}

.works-title--item--bottom {
    font-size: clamp(1.8rem, 1.699rem + 0.38vw, 2rem);
}

.store-works--subtitle {
    text-align: center;
}

.bracketed {
    position: relative;
    display: inline-block;
    padding: 1.5rem 1.5rem;
    font-size: clamp(2.4rem, 1.692rem + 2.64vw, 3.8rem);
    font-weight: 900;
    color: #00a99d;
}

.bracketed::before,
.bracketed::after {
    content: '';
    position: absolute;
    width: 1.5rem;
    height: 100%;
    top: 0;
}

.bracketed::before {
    left: 0;
    border-left: 2px solid #00a99d;
    border-top: 2px solid #00a99d;
    border-bottom: 2px solid #00a99d;
}

.bracketed::after {
    right: 0;
    border-right: 2px solid #00a99d;
    border-top: 2px solid #00a99d;
    border-bottom: 2px solid #00a99d;
}

.en-text {
    font-size: clamp(1.4rem, 1.198rem + 0.75vw, 1.8rem);
    color: #00a99d;
}


/* --- Reset & Base Styles --- */

.store-works--slide {
    position: relative;
    margin-top: 5rem;
}

button {
    border: none;
    background: none;
    cursor: pointer;
}

/* --- Utility --- */
.background-absolute {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
}

.container {
    margin: 0 auto;
    padding: 0 2rem 3rem;
}

@media (min-width: 960px) {
    .container {
        padding: 0 6.5rem;
        max-width: 140rem;
    }
}

/* --- Slideshow Layout --- */
.slideshow {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: 55vh;
    min-height: 600px;
    background: #1e1e22;
    color: #fff;
    overflow: hidden;
}

.slideshow__slide {
    position: absolute;
    inset: 0;
    visibility: hidden;
    transition: visibility 0s 1.7s;
}

.slideshow__slide.is-current {
    visibility: visible;
    transition-delay: 0s;
}

/* --- Pagination --- */
.pagination {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.pagination__item {
    cursor: pointer;
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 5px;
    padding: 3px;
    border: 1px solid #fff;
    background: transparent;
    transition: 0.2s ease-in-out;
}

.pagination__item.is-current,
.pagination__item:hover {
    background: #fff;
}

/* --- Slide Elements Positioning --- */
.slideshow__slide-background-load-wrap,
.slideshow__slide-background-load,
.slideshow__slide-background-wrap,
.slideshow__slide-background,
.slideshow__slide-image-wrap,
.slideshow__slide-image,
.slideshow__slide-caption-text,
.slideshow__slide-caption {
    position: absolute;
    inset: 0;
}

/* --- Y-direction Slide Transitions --- */
.slideshow__slide-background-load-wrap {
    overflow: hidden;
    transform: translate3d(0, 100%, 0);
    transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}

.is-loaded .slideshow__slide-background-load-wrap {
    transform: translate3d(0, 0, 0);
    transition-delay: 0s;
}

.slideshow__slide-background-load {
    transform: translate3d(0, -50%, 0);
    transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}

.is-loaded .slideshow__slide-background-load {
    transform: translate3d(0, 0, 0);
}

.slideshow__slide-background-wrap {
    transform: translate3d(0, 0, 0);
    transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}

.slideshow__slide.is-prev .slideshow__slide-background-wrap,
.slideshow__slide.is-prev-section .slideshow__slide-background-wrap {
    transform: translate3d(0, -100%, 0);
}

.slideshow__slide.is-next .slideshow__slide-background-wrap,
.slideshow__slide.is-next-section .slideshow__slide-background-wrap {
    transform: translate3d(0, 100%, 0);
    transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}

.slideshow__slide-background {
    overflow: hidden;
    transform: scale(1);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
}

.slideshow__slide.is-prev .slideshow__slide-background,
.slideshow__slide.is-next .slideshow__slide-background {
    transform: scale(0.7);
    transition-delay: 0s;
}

.slideshow__slide.is-prev-section .slideshow__slide-background,
.slideshow__slide.is-next-section .slideshow__slide-background {
    transform: scale(0.7);
    transition: none;
}

.slideshow__slide-image-wrap {
    transform: translate3d(0, 0, 0);
    transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
}

.slideshow__slide.is-prev .slideshow__slide-image-wrap {
    transform: translate3d(0, 50%, 0);

}

.slideshow__slide-image {
    transform: scale(1);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
}

.slideshow__slide.is-prev .slideshow__slide-image,
.slideshow__slide.is-next .slideshow__slide-image,
.slideshow__slide.is-prev-section .slideshow__slide-image,
.slideshow__slide.is-next-section .slideshow__slide-image {
    transform: scale(1.25);
    transition: none;
}

.slideshow__slide-image::before,
.slideshow__slide-image::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.2;
}

.slideshow__slide-image::before {
    background: #1e1e22;
}

.slideshow__slide-image::after {
    background: linear-gradient(to bottom, transparent 0%, #1e1e22 100%);
}

/* --- Caption Animation --- */
.slideshow__slide-caption-text {
    position: relative;
    height: 100%;
    transform: translate3d(0, 0, 0);
    transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.slideshow__slide.is-prev .slideshow__slide-caption-text {
    transform: translate3d(0, -100%, 0);
}

.slideshow__slide.is-next .slideshow__slide-caption-text {
    transform: translate3d(0, 100%, 0);
}

.slideshow__slide.is-prev-section .slideshow__slide-caption-text,
.slideshow__slide.is-next-section .slideshow__slide-caption-text {
    transform: translate3d(0, 0, 0);
    transition: none;
}

.slideshow__slide-caption-title {
    line-height: 1;
    padding-top: 8rem;
    margin-bottom: 1.2rem;
    font-size: clamp(2.8rem, 2.092rem + 2.64vw, 4.2rem);
    color: #fff;
}

.slideshow__slide-caption-subtitle {
    display: inline-block;
    transform: translate3d(0, 3.75rem, 0);
    transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.o-hsub {
    padding: 1.25rem 0;
    letter-spacing: 0.12em;
    font-weight: 500;
}



.o-hsub::before {
    content: "";
    position: relative;
    border-top: 1px solid #fff;
    top: -5px;
    display: inline-block;
    width: 1.5rem;
    background: #fff;
    margin-right: 1.125rem;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center left;
}

.o-hsub.-link:hover .slideshow__slide-caption-subtitle-label,
.o-hsub-wrap:hover .slideshow__slide-caption-subtitle-label {
    transform: translateX(20px);

}

.o-hsub.-link:hover::before,
.o-hsub-wrap:hover .o-hsub.-link::before {
    transform: scaleX(1.5);
}

.slideshow__slide-caption-subtitle.-load,
.is-loaded .slideshow__slide-caption-subtitle.-load,
body[data-route-option="prev-section"] .slideshow__slide-caption-subtitle.-load,
body[data-route-option="next-section"] .slideshow__slide-caption-subtitle.-load {
    transform: translate3d(0, 0, 0);
}

.slideshow__slide-caption-subtitle-label {
    display: inline-block;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateZ(0);
    font-size: clamp(1.4rem, 1.096rem + 1.13vw, 2rem);
    color: #fff;
}

/* --- Controls --- */
.c-header-home_controls {
    position: relative;
    top: 45rem;
    padding: 0 3rem;
}




.o-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #fff;
    width: 5.25rem;
    height: 5.25rem;
    color: #fff;
    background: none;
    transition: color 0.3s ease;

}

.border-left {
    border-left: none;
}

.o-button_label {
    position: relative;
    z-index: 1;
    font-size: clamp(1.15rem, 0.821rem + 1.22vw, 1.8rem);
    display: inline-block;
    color: #fff;
}

.o-button_background__right {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    width: 100%;
    background-color: #fff;
    z-index: 1;
    transition: transform 0.4s ease;
    transform: translateX(0);
}

.o-button_background__left {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 1;
    transition: transform 0.4s ease;
    transform: translateX(200%);
}

.o-button:hover .o-button_background__left {
    transform: translateX(100%);
}

.o-button:hover .o-button_background__right {
    transform: translateX(100%);
}

.o-button:hover i {
    color: #000;
}


.suppliers {
    padding: 5rem 0;
    overflow: hidden;

}

.suppliers_title {
    text-align: center;
    line-height: 1.4;
    letter-spacing: .02em;
    color: #3c3c3c;
}

.suppliers_title-item {
    font-size: clamp(3.8rem, 2.927rem + 4.36vw, 6.2rem);
    font-weight: 900;
}

.suppliers_title-item-bottom {
    font-size: clamp(1.8rem, 1.699rem + 0.38vw, 2rem);
}

.loop-slide {
    margin-top: 1rem;
    width: 100%;
    overflow: hidden;
}

.loop-slider {
    display: flex;
}

.loop-slider img {
    padding: 5rem 2.5rem 0 2.5rem;
    max-width: 150px;
}

.loop-slider.wrap-bottom {
    margin-top: 1rem;
    justify-content: flex-end;
}

.loop-slider ul {
    display: flex;


}

.loop-slider.wrap-top ul:first-child {
    animation: slideTop 80s -40s linear infinite;
}

.loop-slider.wrap-top ul:last-child {
    animation: slideTop2 80s linear infinite;
}

.loop-slider.wrap-bottom ul:first-child {
    animation: slideBottom 50s linear infinite;
}

.loop-slider.wrap-bottom ul:last-child {
    animation: slideBottom2 50s -25s linear infinite;
}

.loop-slider li {
    width: 200%;
}

.loop-slider.wrap-top li {
    margin-right: 2px;
}

.loop-slider.wrap-bottom li {
    margin-left: 2px;
}

@keyframes slideTop {
    0% {
        transform: translateX(100%);
    }

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

@keyframes slideTop2 {
    0% {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-200%);
    }
}

@keyframes slideBottom {
    0% {
        transform: translateX(0%);
    }

    to {
        transform: translateX(200%);
    }
}

@keyframes slideBottom2 {
    0% {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(100%);
    }
}


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

    .loop-slider img {
        padding: 1rem 2rem 0 2rem;
        max-width: 100px;
    }

    .loop-slider {
        margin-top: 8vw;
    }

    .loop-slider.wrap-bottom {
        margin-top: 2rem;
    }
}

.store-feature {
    padding: 4rem 3rem;
}

.store-feature--title {
    text-align: center;
    line-height: 1.4;
    letter-spacing: .02em;
    color: #3c3c3c;
}

.feature-title--item {
    font-size: clamp(4.8rem, 4.092rem + 2.64vw, 6.2rem);
    font-weight: 900;
}

.feature-title--item--bottom {
    font-size: clamp(1.8rem, 1.699rem + 0.38vw, 2rem);
}

.store-feature--content {
    margin: 3rem auto;
    text-align: center;
    line-height: 1.4;
    letter-spacing: .02em;
}

.feature-subtitle {
    font-size: clamp(1.7rem, 1.346rem + 1.32vw, 2.4rem);
    color: #3c3c3c;
}

.store-feature--content p {
    font-size: clamp(1.3rem, 1.148rem + 0.56vw, 1.6rem);
    margin: 1.4rem 0;
    color: #3c3c3c;
}

.feature-content--inner {
    padding-top: 4rem;
}

.feature-content-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4rem;
}

.feature-content--list--item .item-image {
    width: 160px;
    height: auto;
    margin: 0 auto 1.4rem;
}

.item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-image--caption {
    font-size: clamp(1.5rem, 1.348rem + 0.56vw, 1.8rem);
    color: #00a99d;
}

.item-image--caption p {
    color: #3c3c3c;
}

.content-child--list {
    font-size: 1.4rem;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    color: #3c3c3c;
}

.child-list--item {
    line-height: 1.8;
}

.child-list--item:before {
    content: "\f058";
    font: var(--fa-font-solid);
    color: #00a99d;
    font-size: 1.6rem;
}

.contact-rink_btn {
    display: block;
    width: 280px;
    margin: 4rem auto 0;
    text-align: center;
    color: #fff;
    position: relative;
}

.contact-btn-flat span {
    position: relative;
    color: #fff;
    font-size: 1.5rem
}

.contact-btn:hover span {
    color: #000;
}

.contact-btn-flat {
    display: block;
    position: relative;
    overflow: hidden;
    color: #fff;
    font-weight: 700;
    border-radius: 45px;
    background: #86a797;
    text-decoration: none;
    box-shadow: 0 0 5px 0 black;
    padding: 2.8rem 0;

}

.contact-btn-flat:before {
    position: absolute;
    top: -8px;
    left: 0;
    width: 150px;
    height: 150px;
    content: '';
    transition: all .5s ease-in-out;
    transform: translateX(-80%) translateY(-28px);
    border-radius: 50%;
    background: #fff;
}

a.contact-btn-flat:hover:before {
    width: 500px;
    height: 500px;
    transform: translateX(-10px) translateY(-200px);
}


.contact-btn-border {
    position: relative;
    top: 0;
    left: 0;
    transform-style: preserve-3d;

}

.contact-btn-border::after {
    content: "\f061";
    font: var(--fa-font-solid);
    position: absolute;
    top: 30px;
    left: 220px;
    width: 15px;
    height: 100%;
    transition: all .5s ease-in-out;
    font-size: 1.8rem;
    color: #fff
}

.contact-btn-border:hover::after {
    content: "\f35a";
    font: var(--fa-font-solid);
    position: absolute;
    font-weight: 700;
    width: 30px;
    height: 50px;
    transform: translateX(25%) translateY(0);
    color: #000;
    font-size: 1.8rem;
}

.store-visitor {
    padding: 4rem 3rem;
}

.store-visitor--title {
    text-align: center;
    line-height: 1.4;
    letter-spacing: .02em;
    color: #3c3c3c;
}

.visitor-title--item {
    font-size: clamp(3.8rem, 2.927rem + 4.36vw, 6.2rem);
    font-weight: 900;
}

.visitor-title--item--bottom {
    font-size: clamp(1.8rem, 1.699rem + 0.38vw, 2rem);

}

.store-visitor--content {
    margin: 3rem auto;
    text-align: center;
    line-height: 1.4;
    letter-spacing: .02em;
}

.visitor-subtitle {
    font-size: clamp(1.7rem, 1.346rem + 1.32vw, 2.4rem);
    color: #3c3c3c;
}

.store-visitor--content p {
    font-size: clamp(1.3rem, 1.148rem + 0.56vw, 1.6rem);
    margin: 1.4rem 0;
}

.visitor-content--inner {
    padding-top: 4rem;
}

.visitor-content-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4rem;
}

.visitor-content--list--item .item-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .5);
    display: flex;
    margin-bottom: 1.4rem;

}

.store-area {
    padding: 4rem 3rem;
}

.store-area--title {
    text-align: center;
    line-height: 1.4;
    letter-spacing: .02em;
    color: #3c3c3c;
}

.area-title--item {
    font-size: clamp(3.8rem, 2.927rem + 4.36vw, 6.2rem);
    font-weight: 900;
}

.area-title--item--bottom {
    font-size: clamp(1.8rem, 1.699rem + 0.38vw, 2rem);
}

.store-area--content {
    margin: 4rem auto 3rem;
    letter-spacing: .02em;
}

.area-subtitle {
    font-size: 1.8rem;
}

.store-area--content {
    margin: 2.4rem 0;
    color: #3c3c3c;
}

.area-accordion {
    max-width: 600px;
    margin: auto;
    overflow: hidden;
}

.accordion-item:not(:last-child) {
    margin-bottom: 2rem;
}

.accordion-header {
    position: relative;
    background: #eef4f3;
    padding: 1em 3em 1em 1.2em;
    border: 1px solid #ccc;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 500;
    transition: 0.4s ease;
}

.accordion-item:first-child .accordion-header {
    color: #00a99d;
    border: 2px solid #ccc;
}

.accordion-header::after {
    content: '\f358';
    font: var(--fa-font-solid);
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s ease;
    font-size: 1.2em;
}

.accordion-header.active::after {
    transform: translateY(-50%) rotate(180deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    padding: 0 1.4rem;
    font-size: 1.4rem;
    line-height: 1.4;
}

.accordion-content.show {
    padding: 1.6rem 1.4rem;
}

.store-flow {
    padding: 4rem 3rem;
}

.store-flow--title {
    text-align: center;
    line-height: 1.4;
    letter-spacing: .02em;
    color: #3c3c3c;
}

.flow-title--item {
    font-size: clamp(3.8rem, 2.927rem + 4.36vw, 6.2rem);
    font-weight: 900;
}

.flow-title--item--bottom {
    font-size: clamp(1.8rem, 1.699rem + 0.38vw, 2rem);

}

.store-flow--content {
    margin: 4rem auto 3rem;
    text-align: center;
    line-height: 1.4;
    letter-spacing: .02em;
    color: #3c3c3c;
}

.flow-list {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    max-width: 600px;
    margin: 0 auto;
}

.flow-list--item {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 8px;
    text-align: left;
    padding: 1.5rem 1rem;
    box-shadow: 0px 1px 5px #6b6b6bc7;
}

.item-header {
    display: grid;
    grid-template-columns: 85px 1fr;
    grid-column-gap: 1.6rem;
}

.item-header--num {
    font-size: 2rem;
    font-weight: 900;
    margin: auto 0;
    color: #00a99d;
}

.item-header--title {
    font-size: 1.6rem;
    font-weight: 700;

}

.item-header--image {
    width: 100%;
    height: 100%;
    grid-row: 1 / 3;
    grid-column: 1 / 2;

}

.item-header--image img {
    width: 100%;
    height: 100%;
}

.item-discription {
    font-size: 1.4rem;
    margin-top: 1.2rem;
}

.flow-list--item:not(:last-child):before {
    content: "";
    position: absolute;
    bottom: -3.5rem;
    right: 50%;
    transform: translateX(50%);
    width: 30px;
    height: 15px;
    background: #00a99d;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}


.store-voice {
    padding: 4rem 3rem;
    background-color: #3c3c3c;
}

.store-voice--title {
    text-align: center;
    line-height: 1.4;
    letter-spacing: .02em;
}

.voice-title--item {
    font-size: clamp(3.8rem, 2.927rem + 4.36vw, 6.2rem);
    font-weight: 900;
    color: #fff;
}

.voice-title--item--bottom {
    font-size: clamp(1.8rem, 1.699rem + 0.38vw, 2rem);
    color: #fff;
}

.revew-content {
    margin: 0 auto;
    margin-top: 3rem;
}


.store-faq {
    padding: 4rem 3rem;
    position: relative;
}

.store-faq--title {
    text-align: center;
    line-height: 1.4;
    letter-spacing: .02em;
    position: relative;
    margin-bottom: 2rem;
    color: #3c3c3c;
}

.faq-title--item {
    font-size: clamp(3.8rem, 2.927rem + 4.36vw, 6.2rem);
    font-weight: 900;
}

.faq-title--item--bottom {
    font-size: clamp(1.8rem, 1.699rem + 0.38vw, 2rem);
}

.faq-works--subtitle {
    text-align: center;
}

.faq-accordion {
    max-width: 600px;
    margin: auto;
    overflow: hidden;
}

.faq-accordion .accordion-header {
    position: relative;
    padding: 1em 1rem 1em 3rem;
    cursor: pointer;
    color: #3c3c3c !important;
}

.faq-accordion .accordion-header:before {
    content: "Q";
    position: absolute;
    left: 1rem;
    font-weight: bold;
    color: #333;
}

.store-access {
    padding: 4rem 3rem 0;
}

.store-access--title {
    text-align: center;
    line-height: 1.4;
    letter-spacing: .02em;
    color: #3c3c3c;
}

.access-title--item {
    font-size: clamp(3.8rem, 2.927rem + 4.36vw, 6.2rem);
    font-weight: 900;
}

.access-title--item--bottom {
    font-size: clamp(1.8rem, 1.699rem + 0.38vw, 2rem);

}

.access-map--content {
    max-width: 1400px;
    margin: 4rem auto 3rem; 
}

.access-map--content iframe {
    width: 100%;
    aspect-ratio: 16 /  9;
}

.store-contact:last-child {
    padding-top: 0;
    padding-bottom: 8rem;
}


@media only screen and (min-width: 960px) {

    .sp-hide {
        display: block;
    }

    .pc-hide {
        display: none;
    }

    #side-menu--bar {
        display: none;
    }

    .menu-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 240px;
        box-shadow: 1.5rem 0 0;
        z-index: 3;
    }

    .side-header {
        padding: 1.6rem 0 2rem 1rem;
    }

    .side-header--logo {
        width: 80%;
        margin-top: 1rem;
    }

    .side-menu--content {
        margin-top: 1rem;
    }

    .side-menu--list {
        gap: 4px;
        flex-direction: column;
    }

    .side-menu--list--item {
        width: 100%;
    }

    .side-menu--list--item a {
        padding: 1.2rem 0;
    }

    .side-menu--list--item.active:before {
        content: "";
        position: absolute;
        /*background-color: red;*/
        width: 30px;
        height: 30px;
        top: -30px;
        right: 0;
        border-radius: 50%;
        box-shadow: 15px 15px 0 black
    }


    .side-menu--list--item.active:after {
        content: "";
        position: absolute;
        /*background-color: red;*/
        width: 30px;
        height: 30px;
        top: 45px;
        right: 0;
        border-radius: 50%;
        box-shadow: 15px -15px 0 black
    }


    .side-menu--list--item:hover:not(.active) {
        background-color: #7373739c;
        transition-duration: 0s;
    }

    .side-menu--list--item a:before {
        display: block;
        right: 20px;
        top: 15px;
        width: 10px;
        font-size: 1.4rem;
    }

    .side-menu--list--item a:hover:before {
        display: block;
        transform: translateX(2.4rem) translateY(0);
        font-size: 1.4rem;
    }

    

    .list-icon {
        display: block;
        min-width: 3.2rem;
        text-align: center;
        line-height: 1;
    }

    .ri-bar-chart-horizontal-line:before {
        font-size: 2rem;
    }

    .list-title {
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 2rem;
    }

    .cont-btn {
        gap: 1rem;
        padding-right: 1rem;
        margin-top: 1rem;
    }

    .mail-link,
    .line-link {
        font-size: 1.4rem;
        font-weight: 500;
        width: 100%;
        padding: 5.6rem 0 1.8rem;
        border-radius: 8px;

    }

    .mail-link:before {
        width: 35px;
        height: 35px;
        left: 0;
        right: 0;
        top: 1.4rem;
    }
    
    .line-link:before {
        width: 35px;
        height: 35px;
        left: 0;
        right: 0;
        top: 1.4rem;
    }

    .cont-tell {
        padding: 1.8rem 0;
    }

    .tell-link p {
        font-size: 1.4rem;
    }
    
    .tell-link .num {
        font-size: 2.4rem;
    }
    
    .tell-link span {
        font-size: 1.2rem;
    }

    .com-btn {
        padding: 1.4rem 0;
        margin-bottom: 4px;
    }
    
    .com-link {
        font-size: 1.6rem;
    }

    .com-link:before {
        right: 3.5rem;
        top: 1.35rem;
        font-size: 1.6rem;
    }

    .com-link:hover:before {
        width: 30px;
        height: 50px;
        transform: translateX(2.4rem) translateY(0);
    }

    .sdgs-style {
        padding-right: 1rem;
        margin-top: 1rem;
    }

    .sdgs-content {
        padding: 1.6rem 1rem;
        
    }

    #store {
        width: calc(100% - 255px);
        margin-left: 255px;
        box-sizing: border-box;
    }

    .store-info {
        max-width: 1400px;
        margin: 10rem auto 0;
        padding-bottom: 0;
        border-radius: 16px;
        overflow: hidden;
    }

    .c-box {
        max-width: 1400px;
        margin: 0 auto;
        position: relative;
        width: 100%;
        top: -10rem;
        left: 0;
        z-index: 2;
    }

    .text_circle {
        left: -15rem;
        width: 380px;
        animation: rotateIt 45s linear infinite;
        font-weight: 800
    }


    .store-info--title {
        gap: 2rem;
        flex-direction: row;
        justify-content: center;
        align-items: flex-end;
        line-height: 1;
        margin: 0 auto;
    }

    .store-title {
        font-weight: 700;
        color: #fff;
    }

    .store-sub--title {
        margin-top: 1rem;
        line-height: 1.4;
    }

    .store-info--title img {
        max-width: 280px;
        min-width: 180px;
        margin: 0;
        display: initial;
    }

    .store-info--content {
        grid-template-columns: 1fr 1fr;
        gap: 0;
        overflow: hidden;
    }

    .store-top--image {
        display: block;
        width: 100%;
        height: 100vh;
    }

    .store-img {
        width: 100%;
        height: 100%;
        grid-row: 1 / 3; 
    }

    .store-img.store-hirosaki {
        scale: 1.15;
        margin-top: 0;
    }

    .store-img.store-hachinohe {
        width: auto;
        height: 500px;
        overflow: hidden;
        padding: 0;
    }

    .store-img img {
        margin-top: 0;
        object-position: 70%;
    }

    .store-img.store-hachinohe img {
        border-radius: 0;
        border-top-right-radius: 8px;
        margin-top: 3rem;
        height: 100%;
    }

    .menber-list {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 1.3rem;
        align-items: center;
        height: 100%;
    }

    .menber-list li {
        width: 160px;
    }

    .store-info--text {
        line-height: 1.4;
    }

    .store-info--text p:not(:last-child) {
        margin-bottom: 1.4rem;
    }

    .store-slide {
        margin: 8rem 0 5rem;
    }

    .store-contact {
        max-width: 1400px;
        margin: 0 auto;
    }

    .contact-way {
        grid-template-columns: 1fr 1fr;
        margin-top: 2.8rem;
    }

    .call-btn {
        grid-row: 1 / 3;
    }

    .call-btn,
    .mail-btn,
    .line-btn {
        padding: 2.8rem 1rem;
        line-height: 1.4;
    }

    .store-work--area {
        text-align: center;
    }

    .store-menu {
        max-width: 1400px;
        margin: 0 auto;
        padding: 5rem 3rem
    }

    .store-menu--content {
        flex-direction: row;
        margin-top: 5rem;
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.741);

    }

    .store-works {
        padding: 8rem 0;
    }

    .bracketed {
        margin: 1.4rem 0;
        padding: 2rem 1.5rem;

    }

    .bracketed::before {
        border-left: 3px solid #00a99d;
        border-top: 3px solid #00a99d;
        border-bottom: 3px solid #00a99d;
    }
    
    .bracketed::after {
        border-right: 3px solid #00a99d;
        border-top: 3px solid #00a99d;
        border-bottom: 3px solid #00a99d;
    }

    .slideshow {
        height: 60vh;
        min-height: 580px;
    }
  
    .slideshow__slide-caption-title {
        line-height: 1.4;
        padding-top: 8rem;
        margin-bottom: 1.2rem;
    }

    .o-hsub::before {
        width: 2.5rem;

    }
    
    .o-hsub.-link:hover .slideshow__slide-caption-subtitle-label,
    .o-hsub-wrap:hover .slideshow__slide-caption-subtitle-label {
        transform: translateX(30px);
    
    }

    .o-hsub.-link:hover::before,
    .o-hsub-wrap:hover .o-hsub.-link::before {
        transform: scaleX(2);
    }    

    .c-header-home_controls {
        position: relative;
        top: 60rem;
        max-width: 1400px;
        width: 100%;
        margin: 0 auto;
        padding: 0 6.5rem;
    }

    .o-button {
        border: 1.5px solid #fff;
        width: 7.25rem;
        height: 7.25rem;    
    }

    .pagination {
        bottom: 3rem;
    }

    .suppliers {
        padding: 8rem 0;
    
    }

    .store-feature {
        max-width: 1400px;
        margin: 0 auto;
        padding: 8rem 3rem;
    }

    .store-feature--content {
        margin-top: 5rem;
    }

    .feature-content-list {
        flex-direction: row;
    }

    .feature-content--list--item {
        width: 100%;
    }

    .contact-rink_btn {
        margin-top: 8rem;
    }

    .store-visitor {
        max-width: 1400px;
        margin: 0 auto;
        padding: 8rem 3rem;
    }

    .store-visitor--content {
        margin-top: 5rem;
    }

    .visitor-content-list {
        flex-direction: row;
    }

  
    .visitor-content--list--item .item-image {
        height: auto;
    
    }

    .store-area {
        max-width: 1400px;
        margin: 0 auto;
        padding: 8rem 3rem;
    }

    .store-area--content {
        margin-top: 5rem;
    }

    .accordion-header {
        padding: 1.2em 3em 1.2em 1.2em;
        font-size: 1.8rem;
    }

    .accordion-content {
        padding: 0 1.4rem;
        font-size: 1.6rem;
        line-height: 1.4;
    }

    .accordion-item:not(:last-child) {
        margin-bottom: 2.4rem;
    }

    .store-flow {
        max-width: 1400px;
        margin: 0 auto;
        padding: 8rem 3rem;
    }
    
    .store-flow--content {
        margin-top: 5rem;
    }

    .flow-list {
        flex-direction: row;
        flex-wrap: wrap;
        max-width: none;
        gap: 3rem;
        justify-content: center;
    }

    .flow-list--item {
        width: 25%;
        text-align: center;
    }

    .item-header {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 1.6rem;
        justify-content: center;
    }

    .item-header--num {
        text-align: center;
    }
    
    .item-header--image {
        width: 140px;
        height: auto;
        grid-row: auto;
        grid-column: auto;
        margin: 0 auto;
    
    }

    .flow-list--item:not(:last-child):before {
        content: none;
    }

    .flow-list--item:not(:nth-child(3n)):before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateX(-50%);
        right: -3.2rem;
        width: 15px;
        height: 30px;
        background: #00a99d;
        clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    }

    .item-header--title {
        margin-top: 1rem;
    
    }

    .store-voice {
        padding: 8rem 3rem;
        margin: 5rem 0;
    }

    .revew-content {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 5rem;
    }

    .store-faq {
        max-width: 1400px;
        margin: 0 auto;
        padding: 8rem 3rem;
        
    }

    .faq-accordion .accordion-header {
        padding: 1.2em 3em 1.2em 2em;
    }

    .store-contact:last-child {
        padding-top: 0;
        padding-bottom: 16rem;
    }

}