@charset "UTF-8";

/*///////////////////// font-face 読み込み例 ///////////////////////////*/
/*Noto Sans JP 400*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Regular.woff2);
    font-weight: 400;
    font-display: swap;
}
/*Noto Sans JP 500*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Medium.woff2);
    font-weight: 500;
    font-display: swap;
}
/*Noto Sans JP 600*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-SemiBold.woff2);
    font-weight: 600;
    font-display: swap;
}
/*Noto Sans JP 700*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Bold.woff2);
    font-weight: 700;
    font-display: swap;
}
/*Roboto 500*/
@font-face {
    font-family: 'Roboto';
    src: url(/fonts/Roboto-Medium.woff2);
    font-weight: 500;
    font-display: swap;
}
/*Roboto 700*/
@font-face {
    font-family: 'Roboto';
    src: url(/fonts/Roboto-Bold.woff2);
    font-weight: 700;
    font-display: swap;
}
/*Figtree-Medium.ttf 500*/
@font-face {
    font-family: 'Figtree';
    src: url(/fonts/Figtree-Medium.ttf);
    font-weight: 500;
    font-display: swap;
}

body.is-noscroll {
    overflow: hidden;
}

.org-header * {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.org-header .header__inner {
    width: 100%;
}
.org-header .header-menu__trigger {
    padding: 0;
}
.org-header {
    z-index: 7;
}
.header__right {
gap: 0;
}
.header__logo {
    display: flex;
    align-items: center;
    margin-left: 6px;
}
.header__logo:hover {
    opacity: 1;
}
.header__logo img {
    max-width: 330px;
    max-height: 90px;
}
.header__navibox {margin: 10px 30px 0 0;}
.header__navhead {
display: flex;
gap: 13px;
justify-content: end;
}
.header__nav--tel {
color: #70B646;
font-family: "Roboto", sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 500;
line-height: 1.2;
margin-bottom: 5px;
display: flex;
justify-content: center;
align-items: center;
gap: 5px;
}
.header__nav--info {
color: #191919;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 133%;
}
.header__navilist {
    display: flex;
    justify-content: end;
    gap: 30px;
    align-items: end;
}
.header__navi__item {
    position: relative;
}
.header__navi__arrowicon {
    display: inline-block;
    transition: transform 0.3s;
    margin-top: 2px;
}
.header__navi__item:hover .header__navi__arrowicon {
    transform: rotate(180deg);
}
.header__list__submenu {
    display: none;
    position: absolute;
    top: 32px;
    left: -5px;
    width: 118px;
    background-color: #70B646;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    z-index: 100;
}
.header__navi__item:hover .header__list__submenu {
    display: block;
}
.header__item__submenu {
    list-style: none;
}
.header__item__submenu:last-child a {
border-bottom: none;
}
.header__item__submenu a {
    display: block;
    padding: 9px 0;
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    position: relative;
}
.header__item__submenu:not(:last-child) a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
    width: 97px;
    height: 1px;
    background: #B3D69F;
}
.header__item__submenu a {
    display: block;
    padding: 9px 0;
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    position: relative;
}
.header__item__submenu a:hover {
    background: #ffffff;
    color: #70B646;
    opacity: 1;
}
.org-header .header__btn--history {
    gap: 9px;
    padding: 13px 4px 10px;
}
.header__btnbox {
    display: flex;
    }
.header__btn--history,
.header__btn--favorite {
    border-left: 1px solid #70B646;
    }
.org-header .header__btn--history__icon {
    width: 31px;
    height: 36px;
    display: block;
    padding: 0;
}
.header__btn--history__icon,
.header__btn--favorite__icon {
    position: relative;
    }
.header__btn--history__icon::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    width: 31px;
    height: 36px;
    background: url(/images/top/history__icon.svg)center / cover no-repeat;
    }
.header__btn--favorite__icon::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    width: 32px;
    height: 36px;
    background: url(/images/top/favorite__icon.svg)center / cover no-repeat;
    }
[class*="header__btn--"] {
    color: #70B646;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90px;
    height: 90px;
    gap: 5px;
    }
.header__btn--favorite__icon {
    width: 31px;
    height: 36px;
    display: block;
    padding: 0;
    }
.header__navibtn {
    color: #383838;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
    padding-bottom: 10px;
}
.header__navibtn:hover {
    color: #70B646;
    opacity: 1;
}
.org-header .menu {
    left: inherit;
    right: 0;
    width: 283px;
    top: 0!important;
    background: rgba(255, 255, 255, 0.90);
    }
.org-header .menu__inner {
    overflow-y: scroll;
    height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 107px 40px 40px 43px;
    gap: 32px 30px;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE, Edge */
}
.org-header .menu__inner::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}
.org-header .menu__close {
    width: 90px;
    height: 90px;
    }
.menu__anchor {
    padding-left: 15px;
    position: relative;
    }
    .menu__anchor:hover {
        color: #70B646;
        opacity: 1;
    }

.menu__submenu {
    max-height: 0;
    overflow: hidden;
    padding-left: 15px;
    transition: max-height 0.4s ease-out, opacity 0.4s ease-out;
    opacity: 0;
}
.menu__item.is-open .menu__submenu {
    max-height: 500px; /* Adjust if content is larger */
    opacity: 1;
}
.menu__submenu-item {
    margin-top: 5px;
}
.menu__submenu-anchor {
    font-size: 14px;
    color: #70B646;
    text-decoration: none;
}
.menu__submenu-anchor {
    position: relative;
    font-size: 14px;
    color: #70B646;
    text-decoration: none;
}
.menu__submenu-anchor::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background-color: #70B646;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}
.menu__submenu-anchor:hover::after {
    transform: scaleX(1);
}
.menu__anchor--accordion::before {
    transform: rotate(90deg);
    transition: transform 0.4s ease;
}
.menu__item.is-open .menu__anchor::before {
    transform: rotate(0deg);
}
.menu__anchor::before {
    content: "";
    position: absolute;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 9px;
    height: 1px;
    background: #70B646;
    transition: transform 0.4s ease;
    }
    .menu__anchor--accordion::after {
    content: "";
    position: absolute;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 9px;
    height: 1px;
    background: #70B646;
    }
.menu__list 
{
    display: flex;
    flex-direction: column;
    gap: 17px;
}
.menu__btnbox {
display: flex;
flex-direction: column;
gap: 10px;
}
.menu__btn--line {
    background: #37BF3C;
}
.menu__btn--line:hover {
    background: #fff;
    border: 1px solid #37BF3C;
    color: #37BF3C;
    opacity: 1;
}
.menu__btn--contact {
background: #2DA9EB;
}
.menu__btn--contact:hover {
    background: #fff;
    border: 1px solid #2DA9EB;
    color: #2DA9EB;
    opacity: 1;
}
.menu__btn--reservation {background: #F1AB40;}
.menu__btn--reservation:hover {
    background: #fff;
    border: 1px solid #F1AB40;
    color: #F1AB40;
    opacity: 1;
}
[class*="menu__btn--"] {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 13px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    position: relative;
    border-radius: 999pc;
    }
    [class*="menu__btn--"]::before {
    content: "";
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 4px;
    background: url(/images/top/menu__btnarrow.svg)center / cover no-repeat;
    position: absolute;
    }
    .menu__btn--line:hover::before {
        background: url(/images/top/menu__btnarrow01.svg)center / cover no-repeat;
    }
    .menu__btn--contact:hover::before {
        background: url(/images/top/menu__btnarrow02.svg)center / cover no-repeat;
    }
    .menu__btn--reservation:hover::before {
        background: url(/images/top/menu__btnarrow03.svg)center / cover no-repeat;
    }
    /* Chrome / Safari */
.element {
  overflow: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE, Edge(旧) */
}

.element::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}