@charset "utf-8";
/*
Theme Name: kanagawa879
Author: itaushiro
Description: original theme
Version： 1.0.0
*/


html {
    scroll-behavior: smooth;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    color: #155C47;
    overflow-x: hidden;
}

section {
    width: 1100px;
    margin: 100px auto;
    padding: 100px 0 0 0;
}

img {
    width: 100%;
}

header {
    height: 80px;
    background-color: #155C47;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, 0.463);
}

.header__inner {
    display: flex;
    justify-content: space-between;
}

.header__logo {
    background-color: #fff;
    width: 266px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
}

.g-nav__wrap {
    display: flex;
    align-items: center;
    margin: 0 50px 0 0;
}

.g-nav__list {
    color: #fff;
}

.g-nav__list a {
    color: #fff;
    text-decoration: none;
    padding: 5px 30px;
    border-left: 1px solid #8CA289;

}

.g-nav__list:last-child a {
    border-right: 1px solid #8CA289;
}

.g-nav__list a:hover {
    color: #155C47;
    text-decoration: none;
    background-color: #E8F1D9;
    color: #155C47;
}

.mainvisual {
    width: 100%;
    position: relative;
    margin: 80px 0 100px 0;
    padding: 0;
}

.mainvisual__title {
    opacity: 1;
    font-size: 3.47222vw;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    line-height: 1.8;
    position: absolute;
    top: 15%;
    left: 7%;
}

.mainvisual__title span {
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
}

.mainvisual__title span::before {
    content: "";
    width: 0.694444vw;
    height: 0.694444vw;
    background-color: #155C47;
    position: absolute;
    margin: 0;
    padding: 0;
    display: inline-block;
    border-radius: 50px;
    left: 50%;
    transform: translate(-50%, 0);
}

.mainvisual__caption {
    font-size: 1.2222vw;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    line-height: 2.0;
    position: absolute;
    top: 45%;
    left: 7%;
}

.mainvisual__caption .sp {
    display: none;
}

.contact_btn {
    width: 16.10416vw;
    height: 3.61111vw;
    background-color: #155C47;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2222vw;
    text-decoration: none;
    color: white;
    position: absolute;
    top: 60%;
    left: 7%;
    border: 1px solid #155C47;
    transition: 0.3s;
}

.contact_btn svg {
    width: 1.80555vw;
    margin: 0 0 0 5px;
    transition: 0.3s;
}

.contact_btn:hover {
    background-color: transparent;
    border: 1px solid #155C47;
    color: #155C47;
}

.contact_btn:hover svg {
    width: 1.80555vw;
    margin: 0 0 0 5px;
    fill: #155C47;
}

.scroll_line {
    height: 10.4166vw;
    width: 2px;
    background-color: #8CA289;
    position: absolute;
    bottom: 0;
    left: 5%;
}

.scroll_icon {
    position: absolute;
    width: calc(1.527777777777777vw);
    transform: translate(calc(-50% + 1px), -50%);
    animation: circlemove 2.5s ease-in-out infinite,
        cirlemovehide 2.5s ease-out infinite;

}

.scroll_text {
    color: #8CA289;
    rotate: 90deg;
    position: absolute;
    letter-spacing: 3px;
    padding: 0 0 0;
    font-size: 14px;
    top: 0%;
    left: 35px;
    transform-origin: 0 0;
}



@keyframes circlemove {
    0% {
        transform: translate(calc(-50% + 1px), -50%);
    }

    100% {
        transform: translate(calc(-50% + 1px), 8vw);
    }
}

@keyframes cirlemovehide {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1;
    }

    80% {
        opacity: 0.9;
    }

    100% {
        opacity: 0;
    }
}

.scroll_down:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 160px;
    background: #000;
}


/*  */

.section__title__info {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 3.5px;
    position: relative;
    padding: 0 0 0 30px;
}

.section__title__info::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background-image: url("images/title-info-icon.svg");
    background-position: center center;
    background-repeat: no-repeat;
    left: 0;
}

.section__title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.5;
    margin: 10px 0 20px 0;
}

.section__caption {
    font-size: 19px;
    font-weight: 400;
    line-height: 2.5;
}

.about__info1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 0 180px 0;
}

.about__info1 .about__img {
    width: 450px;
    position: relative;
    margin: 0 0 0 100px;
}

.about__info1 .img-main {
    position: relative;
    z-index: 3;
}

.about__info1 .img-shadow {
    position: absolute;
    z-index: 2;
    left: 0px;
    bottom: 0px;
    transition: 0.5s;

}

.about__info1 .img-border {
    position: absolute;
    z-index: 1;
    left: 0px;
    bottom: 0px;
    transition: 0.5s;
}

.about__info1 .img-shadow.inview {
    position: absolute;
    z-index: 2;
    left: -20px;
    bottom: -20px;
}

.about__info1 .img-border.inview {
    position: absolute;
    z-index: 1;
    left: -40px;
    bottom: -40px;
}

.about__text {
    position: relative;
}

.about__info1 .about__text__icon {
    width: 350px;
    position: absolute;
    bottom: -80px;
    left: calc(50% + 100PX);
    transform: translate(-50%, 0);
    z-index: -1;
}

.about__info2 .about__text__icon {
    width: 350px;
    position: absolute;
    bottom: -100px;
    left: calc(50% + 100PX);
    transform: translate(-50%, 0);
    z-index: -1;

}


.about__info2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    margin: 180px 0;
}

.about__info2 .about__img {
    width: 450px;
    position: relative;
    margin: 0 100px 0 0;
}

.about__info2 .img-main {
    position: relative;
    z-index: 3;
}

.about__info2 .img-shadow {
    position: absolute;
    z-index: 2;
    right: 0px;
    bottom: 0px;
    transition: 0.5s;
}

.about__info2 .img-border {
    position: absolute;
    z-index: 1;
    right: 0px;
    bottom: 0px;
    transition: 0.5s;

}

.about__info2 .img-shadow.inview {
    position: absolute;
    z-index: 2;
    right: -20px;
    bottom: -20px;
}

.about__info2 .img-border.inview {
    position: absolute;
    z-index: 1;
    right: -40px;
    bottom: -40px;
}

.about__info2 .section__title {
    font-size: 35px;
}

.about__info2 .section__title span {
    position: relative;
}

.about__info2 .section__title span::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #155C47;
    border-radius: 10px;
    top: -10px;
    left: 50%;
    transform: translate(-50%, 0);


}

.about__info2 .section__caption {
    width: 550px;

}

.about__info2 .section__caption span {
    color: #383838;
    font-weight: 900;
}

.about__margin {
    width: 324px;
    margin: 100px auto;
}

.section__title--shop-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.section__title--shop-info img {
    width: 63px;
    margin: 0 0 0 20px;
}

.my-map {
    width: 1100px;
    margin: 30px 0 0 0;
}

.instagram {
    border-radius: 120px;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 1;
    background-color: white;
}

.instagram__inner {
    width: 1100px;
    margin: 0 auto;
    padding: 0 0 150px;
}

.contact {
    margin: -110px 0 0 00;
    width: 100%;
    background-color: #155C47;
    padding: 200px 0;
    z-index: -1;

}

.contact__inner {
    width: 750px;
    margin: 0 auto;
}

.contact .section__title,
.contact .section__title__info,
.contact .section__caption {
    color: white;
}

.contact .section__caption {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 300;
}

.contact .section__title__info::before {
    background-image: url(images/title-info-icon-white.svg);
}

/* form */

.Form {
    margin: 30px 0;
}

.Form-Item-Label {
    color: white;
    margin: 20px 0 15px 0;
    letter-spacing: 2px;
    width: fit-content;
    position: relative;
}

.Form-Item-Input {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 10px;
    font-size: 15px;
    border: none;
}

.Form-Item-Textarea {
    width: 100%;
    height: 300px;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 10px;
    font-size: 15px;
    border: none;
}

.Form-Item-Label-Required {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(images/required-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -25px;
}



.Form-Btn {
    width: 290px;
    height: 60px;
    margin: 30px auto;
    background-color: #155C47;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    text-decoration: none;
    color: white;
    border: 1px solid white;
    transition: 0.3s;
}

.Form-Btn svg {
    width: 1.80555vw;
    margin: 0 0 0 5px;
    transition: 0.3s;
}

.Form-Btn:hover {
    background-color: white;
    border: 1px solid white;
    color: #155C47;
}

.Form-Btn:hover svg {
    width: 1.80555vw;
    margin: 0 0 0 5px;
    fill: #155C47;
}

/* footer */
.totop {
    width: 50px;
    display: flex;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 10;
    opacity: 0;
    transition: 0.3s;
}

.other {
    margin: 50px auto;
    padding: 0;
}

.banner__list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 80px 0;
}

.banner__list a {
    display: block;
    height: 118px;
    margin: 50px 15px;
}

.banner__list a img {
    height: 100%;
    width: 100%;
}

.site-logo {
    width: 459px;
    margin: 0 auto;
}

footer {
    background-color: #155C47;
    position: relative;
}

.footer__flower {
    position: absolute;
    top: -65px;
    right: calc(50% - 500px);
    z-index: 10;
    transform: translate(50%, 0);
}

.footer__nav {
    padding: 50px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer__nav .g-nav__wrap {
    margin: 0;
}

.footer__sns-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
}

.footer__sns-link a {
    width: 32px;
    height: 32px;
    margin: 15px;
}

.footer__copy {
    background-color: #E8F1D9;
    color: #155C47;
    font-size: 14px;
    text-align: center;
    padding: 28px 0;
}

@media screen and (max-width:1100px) {
    html {
        scroll-behavior: smooth;
    }

    body {
        font-family: "Noto Sans JP", sans-serif;
        color: #155C47;
        overflow-x: hidden;

    }

    section {
        width: 90%;
        margin: 50px auto;
        padding: 50px 0 0 0;
    }

    img {
        width: 100%;
    }

    header {
        height: 80px;
        background-color: #155C47;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        width: 100%;
        box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, 0.463);
    }

    .header__inner {
        display: flex;
        justify-content: space-between;
    }

    .header__logo {
        background-color: #fff;
        width: 266px;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 30px;
    }

    .g-nav__wrap {
        display: flex;
        align-items: center;
        margin: 0 50px 0 0;
    }

    .g-nav__list {
        color: #fff;
    }

    .g-nav__list a {
        color: #fff;
        text-decoration: none;
        padding: 5px 30px;
        border-left: 1px solid #8CA289;

    }

    .g-nav__list:last-child a {
        border-right: 1px solid #8CA289;
    }

    .g-nav__list a:hover {
        color: #155C47;
        text-decoration: none;
        background-color: #E8F1D9;
        color: #155C47;
    }

    .mainvisual {
        width: 100%;
        position: relative;
        margin: 80px 0 100px 0;
        padding: 0;
    }

    .mainvisual__title {
        font-size: 3.47222vw;
        font-family: "Noto Serif JP", serif;
        font-weight: 700;
        line-height: 1.8;
        position: absolute;
        top: 15%;
        left: 7%;
    }

    .mainvisual__title span {
        margin: 0;
        padding: 0;
        display: inline-block;
        position: relative;
    }

    .mainvisual__title span::before {
        content: "";
        width: 0.694444vw;
        height: 0.694444vw;
        background-color: #155C47;
        position: absolute;
        margin: 0;
        padding: 0;
        display: inline-block;
        border-radius: 50px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .mainvisual__caption {
        font-size: 1.2222vw;
        font-family: "Noto Serif JP", serif;
        font-weight: 700;
        line-height: 2.0;
        position: absolute;
        top: 45%;
        left: 7%;
    }


    .contact_btn {
        width: 16.10416vw;
        height: 3.61111vw;
        background-color: #155C47;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.2222vw;
        text-decoration: none;
        color: white;
        position: absolute;
        top: 60%;
        left: 7%;
        border: 1px solid #155C47;
        transition: 0.3s;
    }

    .contact_btn svg {
        width: 1.80555vw;
        margin: 0 0 0 5px;
        transition: 0.3s;
    }

    .contact_btn:hover {
        background-color: transparent;
        border: 1px solid #155C47;
        color: #155C47;
    }

    .contact_btn:hover svg {
        width: 1.80555vw;
        margin: 0 0 0 5px;
        fill: #155C47;
    }

    .scroll_line {
        height: 10.4166vw;
        width: 2px;
        background-color: #8CA289;
        position: absolute;
        bottom: 0;
        left: 5%;
    }

    .scroll_icon {
        position: absolute;
        width: calc(1.527777777777777vw);
        transform: translate(calc(-50% + 1px), -50%);
        animation: circlemove 2.5s ease-in-out infinite,
            cirlemovehide 2.5s ease-out infinite;

    }

    .scroll_text {
        color: #8CA289;
        rotate: 90deg;
        position: absolute;
        letter-spacing: 3px;
        padding: 0 0 0;
        font-size: 14px;
        top: 0%;
        left: 35px;
        transform-origin: 0 0;
    }



    @keyframes circlemove {
        0% {
            transform: translate(calc(-50% + 1px), -50%);
        }

        100% {
            transform: translate(calc(-50% + 1px), 8vw);
        }
    }

    @keyframes cirlemovehide {
        0% {
            opacity: 0
        }

        50% {
            opacity: 1;
        }

        80% {
            opacity: 0.9;
        }

        100% {
            opacity: 0;
        }
    }

    .scroll_down:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 2px;
        height: 160px;
        background: #000;
    }


    /*  */

    .section__title__info {
        font-weight: 700;
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: 3.5px;
        position: relative;
        padding: 0 0 0 30px;
    }

    .section__title__info::before {
        content: "";
        position: absolute;
        width: 25px;
        height: 25px;
        background-image: url("images/title-info-icon.svg");
        background-position: center center;
        background-repeat: no-repeat;
        left: 0;
    }

    .section__title {
        font-size: 36px;
        font-weight: 800;
        line-height: 1.5;
        margin: 10px 0 20px 0;
    }

    .section__caption {
        font-size: 17px;
        font-weight: 400;
        line-height: 2.2;
    }

    .about__info1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        margin: 0px 0 180px 0;
    }

    .about__info1 .about__img {
        width: 450px;
        position: relative;
        margin: 120px 0 0 0px;
    }

    .about__info1 .img-main {
        position: relative;
        z-index: 3;
    }

    .about__info1 .img-shadow {
        position: absolute;
        z-index: 2;
        left: 0px;
        bottom: 0px;
        transition: 0.5s;

    }

    .about__info1 .img-border {
        position: absolute;
        z-index: 1;
        left: 0px;
        bottom: 0px;
        transition: 0.5s;
    }

    .about__info1 .img-shadow.inview {
        position: absolute;
        z-index: 2;
        left: -20px;
        bottom: -20px;
    }

    .about__info1 .img-border.inview {
        position: absolute;
        z-index: 1;
        left: -40px;
        bottom: -40px;
    }


    .about__text {
        position: relative;
    }

    .about__info1 .about__text__icon {
        width: 350px;
        position: absolute;
        bottom: -80px;
        left: calc(50% + 100PX);
        transform: translate(-50%, 0);
    }

    .about__info2 .about__text__icon {
        width: 350px;
        position: absolute;
        bottom: -100px;
        left: calc(50% + 100PX);
        transform: translate(-50%, 0);
    }

    .about__info2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        margin: 180px 0;
    }

    .about__info2 .about__img {
        width: 450px;
        position: relative;
        margin: 120px 0 0 0px;
    }

    .about__info2 .img-main {
        position: relative;
        z-index: 3;
    }

    .about__info2 .img-shadow {
        position: absolute;
        z-index: 2;
        right: 0px;
        bottom: 0px;
        transition: 0.5s;
    }

    .about__info2 .img-border {
        position: absolute;
        z-index: 1;
        right: 0px;
        bottom: 0px;
        transition: 0.5s;

    }

    .about__info2 .img-shadow.inview {
        position: absolute;
        z-index: 2;
        right: -20px;
        bottom: -20px;
    }

    .about__info2 .img-border.inview {
        position: absolute;
        z-index: 1;
        right: -40px;
        bottom: -40px;
    }

    .about__info2 .section__title {
        font-size: 35px;
    }

    .about__info2 .section__title span {
        position: relative;
    }

    .about__info2 .section__title span::after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        background-color: #155C47;
        border-radius: 10px;
        top: -10px;
        left: 50%;
        transform: translate(-50%, 0);


    }

    .about__info2 .section__caption {
        width: 550px;

    }

    .about__info2 .section__caption span {
        color: #383838;
        font-weight: 900;
    }

    .about__margin {
        width: 324px;
        margin: 100px auto;
    }

    .section__title--shop-info {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .section__title--shop-info img {
        width: 63px;
        margin: 0 0 0 20px;
    }

    .my-map {
        width: 100%;
        margin: 30px 0 0 0;
    }

    .instagram {
        border-radius: 70px;
        width: 100%;
        margin: 0 auto;
        position: relative;
        z-index: 1;
        background-color: white;
    }

    .instagram__inner {
        width: 90%;
        margin: 0 auto;
        padding: 0 0 150px;

    }

    .contact {
        margin: -110px 0 0 00;
        width: 100%;
        background-color: #155C47;
        padding: 200px 0 60px;
        z-index: -1;

    }

    .contact__inner {
        width: 90%;
        margin: 0 auto;
    }

    .contact .section__title,
    .contact .section__title__info,
    .contact .section__caption {
        color: white;
    }

    .contact .section__caption {
        font-size: 16px;
        line-height: 1.8;
        font-weight: 300;

    }

    .contact .section__title__info::before {
        background-image: url(images/title-info-icon-white.svg);
    }

    /* footer */
    .totop {
        width: 50px;
        display: flex;
        position: fixed;
        bottom: 40px;
        right: 40px;
        z-index: 10;
        opacity: 0;
        transition: 0.3s;
    }

    .other {
        margin: 50px auto;
        padding: 0;
    }

    .banner__list {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 80px 0;
    }

    .banner__list a {
        display: block;
        height: 118px;
        margin: 15px;
    }

    .banner__list a img {
        height: 100%;
        width: 100%;
    }

    .site-logo {
        width: 459px;
        margin: 0 auto;
    }

    footer {
        background-color: #155C47;
        position: relative;
    }

    .footer__flower {
        position: absolute;
        top: -65px;
        right: calc(50% - 250px);
        z-index: 10;
        transform: translate(50%, 0);
    }

    .footer__nav {
        padding: 50px 0 0 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer__nav .g-nav__wrap {
        margin: 0;
    }

    .footer__sns-link {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 50px;
    }

    .footer__sns-link a {
        width: 32px;
        height: 32px;
        margin: 15px;
    }

    .footer__copy {
        background-color: #E8F1D9;
        color: #155C47;
        font-size: 14px;
        text-align: center;
        padding: 28px 0;
    }
}

@media screen and (max-width:768px) {
    html {
        scroll-behavior: smooth;
        overflow-x: hidden;
        width: 100vw;

    }

    body {
        font-family: "Noto Sans JP", sans-serif;
        color: #155C47;
        overflow-x: hidden;
    }

    section {
        width: 90%;
        margin: 50px auto;
        padding: 50px 0 0 0;
    }

    img {
        width: 100%;
    }

    header {
        height: 70px;
        background-color: #155C47;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        width: 100%;
        box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, 0.463);
    }

    .header__inner {
        display: flex;
        justify-content: space-between;
    }

    .header__logo {
        background-color: #fff;
        width: 240px;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 30px;
    }

    .g-nav__wrap {
        display: flex;
        align-items: center;
        margin: 0 50px 0 0;
    }

    .g-nav__list {
        color: #fff;
        margin: 20px 0;
    }

    .g-nav__list a {
        color: #fff;
        text-decoration: none;
        padding: 5px 30px;
        border-left: 1px solid #8CA289;
        border: none;

    }

    .g-nav__list:last-child a {
        border-right: 1px solid #8CA289;
        border: none;

    }

    .g-nav__list a:hover {
        color: #155C47;
        text-decoration: none;
        background-color: #155C47;
        color: #fff;
    }


    .mainvisual {
        width: 100%;
        position: relative;
        margin: 70px 0 0px 0;
        padding: 0;
    }

    .mainvisual__title {
        font-size: 5.8vw;
        font-family: "Noto Serif JP", serif;
        font-weight: 700;
        line-height: 1.8;
        position: absolute;
        top: 10%;
        left: 7%;
    }

    .mainvisual__title span {
        margin: 0;
        padding: 0;
        display: inline-block;
        position: relative;
    }

    .mainvisual__title span::before {
        content: "";
        width: 1.5vw;
        height: 1.5vw;
        background-color: #155C47;
        position: absolute;
        margin: 0;
        padding: 0;
        display: inline-block;
        border-radius: 50px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .mainvisual__caption {
        font-size: 3.6vw;
        font-family: "Noto Serif JP", serif;
        font-weight: 700;
        line-height: 2.0;
        position: absolute;
        top: 29%;
        left: 7%;
    }

    .mainvisual__caption .sp {
        display: inline-block;
    }

    .contact_btn {
        width: 16.10416vw;
        height: 3.61111vw;
        background-color: #155C47;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.2222vw;
        text-decoration: none;
        color: white;
        position: absolute;
        top: 60%;
        left: 7%;
        border: 1px solid #155C47;
        transition: 0.3s;
        display: none;
    }

    .contact_btn svg {
        width: 1.80555vw;
        margin: 0 0 0 5px;
        transition: 0.3s;
    }

    .contact_btn:hover {
        background-color: transparent;
        border: 1px solid #155C47;
        color: #155C47;
    }

    .contact_btn:hover svg {
        width: 1.80555vw;
        margin: 0 0 0 5px;
        fill: #155C47;
    }

    .scroll_line {
        height: 10.4166vw;
        width: 2px;
        background-color: #8CA289;
        position: absolute;
        bottom: 0;
        left: 5%;
        display: none;
    }

    .scroll_icon {
        position: absolute;
        width: calc(1.527777777777777vw);
        transform: translate(calc(-50% + 1px), -50%);
        animation: circlemove 2.5s ease-in-out infinite,
            cirlemovehide 2.5s ease-out infinite;

    }

    .scroll_text {
        color: #8CA289;
        rotate: 90deg;
        position: absolute;
        letter-spacing: 3px;
        padding: 0 0 0;
        font-size: 14px;
        top: 0%;
        left: 35px;
        transform-origin: 0 0;
    }



    @keyframes circlemove {
        0% {
            transform: translate(calc(-50% + 1px), -50%);
        }

        100% {
            transform: translate(calc(-50% + 1px), 8vw);
        }
    }

    @keyframes cirlemovehide {
        0% {
            opacity: 0
        }

        50% {
            opacity: 1;
        }

        80% {
            opacity: 0.9;
        }

        100% {
            opacity: 0;
        }
    }

    .scroll_down:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 2px;
        height: 160px;
        background: #000;
    }


    /*  */

    .section__title__info {
        font-weight: 700;
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: 3.5px;
        position: relative;
        padding: 0 0 0 30px;
    }

    .section__title__info::before {
        content: "";
        position: absolute;
        width: 25px;
        height: 25px;
        background-image: url("images/title-info-icon.svg");
        background-position: center center;
        background-repeat: no-repeat;
        left: 0;
    }

    .section__title {
        font-size: 25px;
        font-weight: 800;
        line-height: 1.5;
        margin: 10px 0 20px 0;
    }

    .section__caption {
        font-size: 15px;
        font-weight: 400;
        line-height: 2.2;
    }

    .about__info1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        margin: 0px 0 150px 0;
    }

    .about__info1 .about__img {
        width: 85%;
        position: relative;
        margin: 120px 0 0 0px;
        max-width: 450px;

    }

    .about__info1 .img-main {
        position: relative;
        z-index: 3;
    }

    .about__info1 .img-shadow {
        position: absolute;
        z-index: 2;
        left: 0px;
        bottom: 0px;
        transition: 0.5s;

    }

    .about__info1 .img-border {
        position: absolute;
        z-index: 1;
        left: 0px;
        bottom: 0px;
        transition: 0.5s;
    }

    .about__info1 .img-shadow.inview {
        position: absolute;
        z-index: 2;
        left: -15px;
        bottom: -15px;
    }

    .about__info1 .img-border.inview {
        position: absolute;
        z-index: 1;
        left: -30px;
        bottom: -30px;
    }


    .about__text {
        position: relative;
    }

    .about__info1 .about__text__icon {
        width: 350px;
        position: absolute;
        bottom: -80px;
        left: calc(50% + 100PX);
        transform: translate(-50%, 0);
    }

    .about__info2 .about__text__icon {
        width: 350px;
        position: absolute;
        bottom: -100px;
        left: calc(50% + 100PX);
        transform: translate(-50%, 0);
    }


    .about__info2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        margin: 50px 0;
    }

    .about__info2 .about__img {
        width: 85%;
        position: relative;
        margin: 120px 0 0 0px;
        max-width: 450px;
    }

    .about__info2 .img-main {
        position: relative;
        z-index: 3;
    }

    .about__info2 .img-shadow {
        position: absolute;
        z-index: 2;
        right: 0px;
        bottom: 0px;
        transition: 0.5s;
    }

    .about__info2 .img-border {
        position: absolute;
        z-index: 1;
        right: 0px;
        bottom: 0px;
        transition: 0.5s;

    }

    .about__info2 .img-shadow.inview {
        position: absolute;
        z-index: 2;
        right: -15px;
        bottom: -15px;
    }

    .about__info2 .img-border.inview {
        position: absolute;
        z-index: 1;
        right: -30px;
        bottom: -30px;
    }

    .about__info2 .section__title {
        font-size: 24px;
    }

    .about__info2 .section__title span {
        position: relative;
    }

    .about__info2 .section__title span::after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        background-color: #155C47;
        border-radius: 10px;
        top: -10px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .about__info2 .section__caption {
        width: 100%;
        max-width: 450px;

    }

    .about__info2 .section__caption span {
        color: #383838;
        font-weight: 900;
    }

    .about__margin {
        width: 324px;
        margin: 50px auto;
    }

    .section__title--shop-info {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .section__title--shop-info img {
        width: 35px;
        margin: 0 0 0 20px;
    }

    .my-map {
        width: 100%;
        margin: 0px 0 0 0;
    }

    .instagram {
        border-radius: 50px;
        width: 100%;
        margin: 0 auto;
        z-index: 1;
        background-color: white;
    }

    .instagram__inner {
        width: 90%;
        margin: 0 auto;
        padding: 0 0 70px;

    }

    .contact {
        margin: -110px 0 0 0;
        width: 100%;
        background-color: #155C47;
        padding: 200px 0 50px;
        z-index: -1;
    }

    .contact__inner {
        width: 90%;
        margin: 0 auto;
    }

    .contact .section__title,
    .contact .section__title__info,
    .contact .section__caption {
        color: white;
    }

    .contact .section__caption {
        font-size: 14px;
        line-height: 1.8;
        font-weight: 300;
    }

    .contact .section__title__info::before {
        background-image: url(images/title-info-icon-white.svg);
    }

    /* footer */
    .totop {
        width: 50px;
        display: flex;
        position: fixed;
        bottom: 40px;
        right: 40px;
        z-index: 10;
        opacity: 0;
        transition: 0.3s;
        display: none;
    }

    .other {
        margin: 50px auto;
        padding: 0;
    }

    .banner__list {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 80px 0;
    }

    .banner__list a {
        display: inline-block;
        height: 100%;
        margin: 15px;
        width: 100%;
    }

    .banner__list a img {
        max-height: 100%;
        max-height: 100%;

    }

    .site-logo {
        width: 90%;
        margin: 0 auto;
        max-width: 350px;
    }

    footer {
        background-color: #155C47;
        position: relative;
    }

    .footer__flower {
        width: 45px;
        position: absolute;
        top: -56px;
        right: calc(50% - 0px);
        z-index: 10;
        transform: translate(50%, 0);
    }

    .footer__nav {
        padding: 50px 0 0 0;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 100px 0 0 0;
    }

    .footer__nav .g-nav__wrap {
        margin: 0;
        flex-direction: column;
    }

    .footer__sns-link {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 50px;
    }

    .footer__sns-link a {
        width: 32px;
        height: 32px;
        margin: 15px;
    }

    .footer__copy {
        background-color: #E8F1D9;
        color: #155C47;
        font-size: 11px;
        text-align: center;
        padding: 28px 0;
    }
}

.hamburger {
    display: none;
}

@media screen and (max-width:1000px) {
    .header__inner {
        background-color: #fff;
    }

    .hamburger {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        z-index: 11;
        cursor: pointer;
        width: 30px;
        height: 100%;
        background: #155C47;
        padding: 0 25px;
    }

    .hamburger span {
        display: block;
        height: 3px;
        background: #fff;
        border-radius: 2px;
        transition: 0.3s;
    }

    header .g-nav__wrap {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #155C47;
        z-index: 10;
        transform: translateY(-100%);
        opacity: 0;
        transition: transform 0.4s ease, opacity 0.4s ease;
        pointer-events: none;
    }

    header .g-nav__wrap.active {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }

    .g-nav__list {
        margin: 20px 0;
    }

    .g-nav__list a {
        border: none;
    }

    .g-nav__list:last-child a {
        border: none;
    }

    /* ハンバーガー開閉アニメーション（×に変形） */
    .hamburger.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }
}