@charset "UTF-8";
/* フロント用CSSをここに記述してください */
:root {
    /* PC時の各サイズ */
    --num-5: min(calc((5 / 1300) * 100vw), 5px);
    --num-6: min(calc((6 / 1300) * 100vw), 6px);
    --num-8: min(calc((8 / 1300) * 100vw), 8px);
    --num-10: min(calc((10 / 1300) * 100vw), 10px);
    --num-12: min(calc((12 / 1300) * 100vw), 12px);
    --num-13: min(calc((13 / 1300) * 100vw), 13px);
    --num-14: min(calc((14 / 1300) * 100vw), 14px);
    --num-15: min(calc((15 / 1300) * 100vw), 15px);
    --num-16: min(calc((16 / 1300) * 100vw), 16px);
    --num-18: min(calc((18 / 1300) * 100vw), 18px);
    --num-20: min(calc((20 / 1300) * 100vw), 20px);
    --num-22: min(calc((22 / 1300) * 100vw), 22px);
    --num-24: min(calc((24 / 1300) * 100vw), 24px);
    --num-25: min(calc((25 / 1300) * 100vw), 25px);
    --num-26: min(calc((26 / 1300) * 100vw), 26px);
    --num-28: min(calc((28 / 1300) * 100vw), 28px);
    --num-30: min(calc((30 / 1300) * 100vw), 30px);
    --num-32: min(calc((32 / 1300) * 100vw), 32px);
    --num-34: min(calc((34 / 1300) * 100vw), 34px);
    --num-35: min(calc((35 / 1300) * 100vw), 35px);
    --num-36: min(calc((36 / 1300) * 100vw), 36px);
    --num-38: min(calc((38 / 1300) * 100vw), 38px);
    --num-40: min(calc((40 / 1300) * 100vw), 40px);
    --num-45: min(calc((45 / 1300) * 100vw), 45px);
    --num-50: min(calc((50 / 1300) * 100vw), 50px);
    --num-55: min(calc((55 / 1300) * 100vw), 55px);
    --num-60: min(calc((60 / 1300) * 100vw), 60px);
    --num-65: min(calc((65 / 1300) * 100vw), 65px);
    --num-70: min(calc((70 / 1300) * 100vw), 70px);
    --num-80: min(calc((80 / 1300) * 100vw), 80px);
    --num-90: min(calc((90 / 1300) * 100vw), 90px);
    --main-brown: #978d76;
    --emp-green: #00a29a;
    --ff-josefin: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 767px) {
    :root {
        /* SP時の各サイズ */
        --num-5: calc((5 / 375) * 100vw);
        --num-6: calc((6 / 375) * 100vw);
        --num-8: calc((8 / 375) * 100vw);
        --num-10: calc((10 / 375) * 100vw);
        --num-12: calc((12 / 375) * 100vw);
        --num-13: calc((13 / 375) * 100vw);
        --num-14: calc((14 / 375) * 100vw);
        --num-15: calc((15 / 375) * 100vw);
        --num-16: calc((16 / 375) * 100vw);
        --num-18: calc((18 / 375) * 100vw);
        --num-20: calc((20 / 375) * 100vw);
        --num-22: calc((22 / 375) * 100vw);
        --num-24: calc((24 / 375) * 100vw);
        --num-25: calc((25 / 375) * 100vw);
        --num-26: calc((26 / 375) * 100vw);
        --num-28: calc((28 / 375) * 100vw);
        --num-30: calc((30 / 375) * 100vw);
        --num-32: calc((32 / 375) * 100vw);
        --num-34: calc((34 / 375) * 100vw);
        --num-35: calc((35 / 375) * 100vw);
        --num-36: calc((36 / 375) * 100vw);
        --num-38: calc((38 / 375) * 100vw);
        --num-40: calc((40 / 375) * 100vw);
        --num-45: calc((45 / 375) * 100vw);
        --num-50: calc((50 / 375) * 100vw);
        --num-55: calc((55 / 375) * 100vw);
        --num-60: calc((60 / 375) * 100vw);
        --num-65: calc((65 / 375) * 100vw);
        --num-70: calc((70 / 375) * 100vw);
        --num-80: calc((80 / 375) * 100vw);
        --num-90: calc((90 / 375) * 100vw);
    }
}
body {
    font-family: "Noto Serif JP", serif;
    line-height: 1.56;
    font-weight: 500;
    letter-spacing: 0.15em;
    font-size: var(--num-16);
}
@media screen and (max-width: 767px) {
    body {
        font-size: var(--num-14);
    }
}
.ff-josefin {
    font-family: var(--ff-josefin);
}
@media (min-width: 768px) {
    .only-sp {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .only-pc {
        display: none !important;
    }
}
[class*="ark-keep-mt"] > * {
    margin: 0;
}
.c-fixBtn.-pagetop.u-flex--c {
    display: none !important;
}
.l-main {
    max-width: none;
}
.l-container {
    max-width: none;
    padding: 0;
}
.l-content__body {
    margin: 0;
}
.l-container .inner {
    width: min(calc((1080 / 1300) * 100vw), 1080px);
    margin: 0 auto;
}
@media (max-width: 767px) {
    .l-container .inner {
        width: calc((345 / 375) * 100vw);
    }
}
.ark-block-section {
    margin: 0;
}
.wp-block-image img {
    width: 100%;
    height: auto;
}
@media (max-width: 767px) {
    .wp-block-image img {
        aspect-ratio: unset;
    }
}
/* ヘッダー */
.l-header__center {
    padding: 0;
}
.l-header__logo {
    padding: 17px 0 14px min(calc((47 / 1300) * 100vw), 47px);
}
.l-header__logo img {
    width: 74px;
}
.l-header__right {
    gap: min(calc((142 / 1440) * 100vw), 142px);
    padding-right: min(calc((50 / 1440) * 100vw), 50px);
}
.l-header__right .c-gnav {
    gap: min(calc((25 / 1440) * 100vw), 25px);
}
.l-header__right .c-gnav li a {
    padding: 16px;
    font-size: 12px;
}
.l-header__right .c-gnav li a::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--emp-green);
    position: absolute;
    bottom: 32px;
    left: 0;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}

.l-header__right .c-gnav li a:hover {
    background: none;
}
.l-header__right .c-gnav li a:hover::after {
    transform: scale(1, 1);
}
@media screen and (max-width: 999px) {
    .l-header {
        height: 51px;
        display: flex;
        align-items: center;
    }
    .l-header__right {
        display: flex;
        padding-right: min(calc((15 / 375) * 100vw), 15px);
    }
    nav.c-gnavWrap {
        display: none;
    }
    [data-btns="rr-rl"] .l-header__body {
        grid-template-columns: 0 134px auto var(--ark-searchW) var(--ark-drawerW);
    }
    .c-iconBtn__icon svg:not([fill]) {
        fill: var(--main-brown);
    }
    .l-header {
        border-bottom: 1px solid rgb(151 141 118 / 30%);
    }
    .l-header__logo img {
        display: none !important;
    }
    .l-header__logo .c-headLogo {
        width: 112px;
        height: 18px;
        background: url("https://mintleaf.co.jp/wp-content/uploads/2025/07/logo02.png") no-repeat center / contain;
    }
    .l-header__logo {
        padding: calc((9 / 375) * 100vw) 0 calc((8 / 375) * 100vw) calc((21 / 375) * 100vw);
    }
    .p-drawer {
        background: #fff;
        color: #000;
    }
    .c-drawerNav {
        border-top: 1px solid rgb(151 141 118 / 30%);
        border-bottom: none;
    }
    .c-drawerNav .menu-item {
        border-bottom: 1px solid rgb(151 141 118 / 30%);
    }
}

/* ヘッダーモーダル */
.modal__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 215px;
    background-color: var(--emp-green);
    border-radius: 50px;
    border: none;
    color: #fff;
    font-size: 20px;
}
.modal {
    width: fit-content;
    position: fixed;
    top: 105px;
    right: min(calc((10 / 1300) * 100vw), 10px);
    z-index: 1000;
    pointer-events: none; /* 非表示時クリック無効 */
    opacity: 0;
    transition: opacity 0.8s ease;
}
.modal__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(255 255 255 / 80%);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.8s ease;
}
.modal__content {
    position: relative;
    z-index: 2;
    /* transform: scale(0.95); */
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.modal.is-active {
    pointer-events: auto;
    opacity: 1;
}
.modal.is-active .modal__overlay {
    opacity: 1;
}
.modal.is-active .modal__content {
    /* transform: scale(1); */
    opacity: 1;
}
@media (min-width: 1000px) {
    .modal__overlay {
        display: none;
        pointer-events: none;
    }
}
.modal__content {
    .modal__shop-list {
        width: 280px;
        display: flex;
        flex-direction: column;
        gap: 24px;
        background: #fff;
        filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.2));
        border-radius: 18px;
        padding: 46px 35px;
        color: #5d412f;
    }
    .modal__shop {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 13px;
    }
    .modal__shop-name {
        font-weight: 500;
        font-size: 16px;
    }
    .modal__shop-tel a {
        text-decoration: none;
        font-size: 30px;
        color: #5d412f;
        line-height: 1;
        letter-spacing: 0.05em;
    }
    .btn-style a {
        width: 100%;
        font-size: 16px;
        padding: 10px 42px 10px 10px;
        letter-spacing: 0.1em;
    }
    .btn-style a::after {
        width: 29px;
        height: 4px;
        top: calc(50% + 1px);
        right: 28px;
    }
}
@media screen and (max-width: 999px) {
    /* ヘッダーモーダル */
    .modal__btn {
        width: min(calc((142 / 375) * 100vw), 142px);
        position: relative;
        padding-right: 32px;
        font-size: min(calc((11 / 375) * 100vw), 11px);
    }
    .modal__btn::after {
        content: "";
        width: min(calc((20 / 375) * 100vw), 20px);
        height: min(calc((3 / 375) * 100vw), 3px);
        border-bottom: solid 1px #fff;
        border-right: solid 1px #fff;
        position: absolute;
        top: calc(50% + 1px);
        right: min(calc((20 / 375) * 100vw), 20px);
        transform: translateY(-50%) scaleX(0.8) skew(45deg);
        transform-origin: left;
        transition: transform 0.3s;
    }
    .modal__btn:hover::after {
        transform: translateY(-50%) scaleX(1) skew(45deg);
    }
    .modal {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        position: fixed;
        inset: 0;
    }
    .modal__content {
        .modal__shop {
            width: 100%;
            display: flex;
            flex-direction: column;
            gap: 8px;
        }
        .btn-style a {
            font-size: 16px;
            width: 100%;
        }
    }
}
/* バナー */
.banner__wrap {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10;
	opacity: 0;
  visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}
.banner__wrap.is-visible {
  opacity: 1;
  visibility: visible;
}
.banner__close {
    display: grid;
    place-content: center;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-size: 20px;
    cursor: pointer;
    line-height: 1;
    position: absolute;
    top: -8px;
    right: -6px;
    z-index: 10;
}
.banner {
    width: 250px;
    filter: drop-shadow(8px 8px 5px rgba(0, 0, 0, 0.15));
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .banner {
        width: 253px;
    }
}
.banner-modal {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    pointer-events: none; /* 非表示時クリック無効 */
    opacity: 0;
    transition: opacity 0.8s ease;
}
.banner-modal .bnr-modal__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(255 255 255 / 80%);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.8s ease;
}
.banner-modal .modal__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.banner-modal.is-active {
    pointer-events: auto;
    opacity: 1;
}
.banner-modal.is-active .bnr-modal__overlay {
    display: block;
    opacity: 1;
}
.banner-modal.is-active .modal__content {
    /* transform: scale(1); */
    opacity: 1;
}
.banner-modal .modal__shop-list {
    padding: 46px 32px;
}
.banner-modal .modal__shop-list .btn-style a {
    padding: 10px 40px 10px 10px;
    font-size: 15px;
}
.banner-modal .modal__shop-list .btn-style a::after {
    right: 12px;
}

/* 固定ページアイキャッチ */
.page-template-default .l-content__top,
.page-template-default .p-breadcrumb {
    display: none !important;
}
.page__ttl-box {
    position: relative;
    width: min(calc((1440 / 1440) * 100vw), 2160px);
    height: min(calc((312 / 1440) * 100vw), 468px);
}
.page__ttl-box img {
    width: min(calc((1440 / 1440) * 100vw), 2160px);
    height: min(calc((312 / 1440) * 100vw), 468px);
    object-fit: cover;
}
.page__ttl {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: min(calc((120 / 1440) * 100vw), 180px);
    line-height: 1;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #ffffff;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
    font-family: var(--ff-josefin);
}
@media screen and (max-width: 767px) {
    .page__ttl-box {
        position: relative;
        width: 100%;
        height: calc((137 / 375) * 100vw);
    }
    .page__ttl-box img {
        width: 100%;
        height: calc((137 / 375) * 100vw);
        object-fit: cover;
    }
    .page__ttl {
        font-size: var(--num-60);
    }
}
/* 見出し */
h2 {
    letter-spacing: 0.15em;
    font-weight: 600;
}
h3 {
    font-weight: 700;
}
.sec_ttl .ark-block-heading__main {
    font-size: var(--num-40);
    font-weight: 600;
    position: relative;
    z-index: 1;
}
.sec_ttl .ark-block-heading__sub {
    margin-top: min(calc((20 / 1300) * -100vw), -20px);
    font-size: min(calc((100 / 1300) * 100vw), 100px);
    font-family: var(--ff-josefin);
    line-height: 1;
    font-weight: 200;
    opacity: 1;
    letter-spacing: 0.05em;
    position: relative;
}
.sec_ttl.color01 .ark-block-heading__sub {
    color: rgb(255 255 255 / 50%);
}
.sec_ttl.color02 .ark-block-heading__sub {
    color: rgb(151 141 118 / 30%);
    margin-top: max(calc((20 / 1300) * -100vw), -20px);
}
@media (max-width: 767px) {
    .sec_ttl .ark-block-heading__main {
        font-size: var(--num-24);
        line-height: 1.25;
    }
    .sec_ttl .ark-block-heading__sub {
        font-size: var(--num-60);
        margin-top: calc((10 / 375) * -100vw);
    }
}
/* ボタン */
.btn-style a,
.btn-style .ark-block-button__link {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 2px var(--num-50) 4px var(--num-10);
    border: none;
    border-radius: 50px;
    background-color: var(--main-brown);
    color: #fff;
    text-decoration: none;
}
.btn-style.color02 a,
.btn-style.color02 .ark-block-button__link {
    background-color: var(--emp-green);
}

.btn-style a::after,
.btn-style .ark-block-button__link::after {
    content: "";
    width: min(calc((44 / 1300) * 100vw), 44px);
    height: min(calc((6 / 1300) * 100vw), 6px);
    border-bottom: solid 1px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: calc(50% + 1px);
    right: min(calc((26 / 1300) * 100vw), 26px);
    transform: translateY(-50%) scaleX(0.8) skew(45deg);
    transform-origin: left;
    transition: transform 0.3s;
}

.btn-style a:hover::after,
.btn-style .ark-block-button__link:hover::after {
    transform: translateY(-50%) scaleX(1) skew(45deg);
}
@media screen and (max-width: 767px) {
    .btn-style a {
        padding: var(--num-10);
    }
    .btn-style a::after {
        width: calc((44 / 375) * 100vw);
        height: calc((6 / 375) * 100vw);
        right: calc((26 / 375) * 100vw);
    }
}
/* スライダー */
@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
.scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
    height: min(calc((259 / 1300) * 100vw), 259px);
}
.scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0;
}
.scroll-infinity__list--left {
    animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
    width: min(calc((259 / 1300) * 100vw), 259px);
    margin-right: min(calc((36 / 1300) * 100vw), 36px);
}
.scroll-infinity__item > img {
    width: 100%;
}
@media screen and (max-width: 767px) {
    .scroll-infinity__wrap {
        height: calc((120 / 375) * 100vw);
    }
    .scroll-infinity__item {
        width: calc((120 / 375) * 100vw);
        margin-right: calc((13 / 375) * 100vw);
    }
}

/* フッター */
.l-footer__widgets {
    padding: var(--num-45);
}
.w-footer .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--num-25);
    border: none;
    font-size: var(--num-12);
}

.w-footer .menu li {
    border: none;
}
.w-footer .menu li a {
    padding: 10px;
}
.w-footer .menu li a::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--emp-green);
    position: absolute;
    bottom: 4px;
    left: 0;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}

.w-footer .menu li a:hover {
    background: none;
    opacity: 0.8;
}
.w-footer .footer__logo {
    width: 222px;
    margin: 26px auto;
}
.w-footer .c-widget + .c-widget {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .l-footer__widgets {
        padding: var(--num-20);
    }
    .w-footer .menu {
        flex-direction: column;
        gap: 0;
    }
    .w-footer .menu li {
        border: none;
    }
    .w-footer .menu li a {
        padding: 5px 10px;
    }
    .w-footer .menu li a:hover {
        background: none;
    }
    .w-footer .footer__logo {
        width: 143px;
        margin: 25px auto 0;
    }
}
/*==================================================
アニメーション
===================================*/

/* fadeUp */
.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* その場で */

.fadeIn {
    animation-name: fadeInAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadeInAnime {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* 右から */

.fadeRight {
    animation-name: fadeRightAnime;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadeRightAnime {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
/* 左から */

.fadeLeft {
    animation-name: fadeLeftAnime;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadeLeftAnime {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
/* 下から */

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* 上から */

.fadeDown {
    animation-name: fadeDownAnime;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadeDownAnime {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeUpTrigger {
    opacity: 0;
}
.fadeDownTrigger {
    opacity: 0;
}
.fadeInTrigger {
    opacity: 0;
}
.fadeRightTrigger {
    opacity: 0;
}
.fadeLeftTrigger {
    opacity: 0;
}
/*==================================================
アニメーション end
===================================*/
