@charset "UTF-8";

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

    .pc-toggle {
        display: none !important;
    }

    .sp-toggle {
        display: block !important;
    }

    /* sp.css */

    html {
        position: relative;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        overflow: visible;
    }

    body {
        position: relative;
        width: 100%;
        min-width: 100%;
        overflow: visible;
    }

    img {
        width: 100%;
        height: auto;
    }

    /* ハンバーガー
******************************************************************************************** */
    .drawer--navbarTopGutter {
        padding-top: 2rem !important;
    }

    .drawer-navbar-header {
        height: 5rem !important;
        text-align: left !important;
    }

    .drawer-navbar-header .drawer-brand {
        width: 160px;
        margin-top: 10px;
    }

    .drawer-navbar-header .drawer-brand img {
        width: 100%;
    }

    .drawer-navbar .drawer-nav {
        padding-top: 0 !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .drawer-dropdown-menu {
        padding-top: 20px !important;
    }

    .drawer-dropdown-menu>li {
        border-bottom: 0 !important;
    }

    .drawer-dropdown.open::before {
        display: none;
    }

    .drawer-dropdown.open li {
        padding-top: 0;
        padding-bottom: 0;
    }

    .drawer-hamburger {
        width: 4rem !important;
        padding-top: 12px !important;
    }

    .drawer-menu li {
        font-size: 14px;
        font-size: 1.4rem;
        position: relative;
        padding-left: 13px;
    }

    .drawer-menu li::before {
        transform: rotate(45deg);
        transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -webkit-transition: 0.5s ease-in-out;
        content: "";
        width: 6px;
        height: 6px;
        border: 0;
        border-top: solid 3px #a0a0a0;
        border-right: solid 3px #a0a0a0;
        position: absolute;
        top: 50%;
        left: 50%;
        left: 0;
        margin-top: -2px;
    }

    .drawer-menu li:hover::before {
        left: 2px;
    }

    .drawer-menu li {
        text-align: left;
        border-bottom: 1px solid #555659;
        padding: 10px 10px 10px 20px;
    }

    .drawer-menu li.info {
        padding: 0;
        padding-top: 20px;
    }

    .drawer-menu li.info::before {
        display: none;
    }

    .drawer-menu li .drawer-menu-item {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .drawer-menu__addarea {
        width: 100%;
    }

    .drawer-menu__btn {
        float: none;
        border: 1px solid #555659;
        width: 50%;
        margin: 0 auto;
        margin-bottom: 10px;
        display: block;
    }

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

    .drawer-menu__tel {
        text-align: center;
    }

    .drawer-menu__tel img {
        filter: brightness(0);
        width: 60%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .drawer-navbar .drawer-navbar-header {
        border: none;
        background-color: #fff;
        display: flex !important;
        align-items: center !important;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05) !important;
    }

    .drawer-navbar {
        border-bottom: none !important;
        box-shadow: none !important;
    }

    .drawer-hamburger {
        position: fixed;
        z-index: 100;
        width: 60px;
        padding: 15px 10px;
        background: transparent;
    }

    .drawer-navbar .drawer-menu {
        padding-bottom: 7.5rem;
        padding-top: 7.5rem;
    }

    .drawer-hamburger .close {
        display: none;
    }

    .drawer-open .drawer-hamburger .open {
        display: none;
    }

    .drawer-open .drawer-hamburger .close {
        display: block;
    }

    /* レイアウト設定
******************************************************************************************** */
    .main {
        width: 100%;
        order: 2;
    }

    .inner {
        padding: 0 15px;
    }

    .header {
        position: relative;
        padding: 0;
    }

    .header__description {
        text-align: left;
        padding-left: 20px;
    }

    .header__description img {
        width: 75%;
    }

    .header__logo {
        display: none;
    }

    .glnv {
        display: none;
    }


    /* トップページ設定
******************************************************************************************** */
    .home .total {
        padding: 50px 15px;
    }

    .home .total__ttl {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }

    .home .total__icon {
        width: 50px;
    }

    .home .total__img {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }

    .home .total__detail {
        width: 100%;
    }

    .home .top-item {
        position: relative;
        width: 100%;
        max-width: none;
    }

    .home .top-item__ttl {
        width: 100%;
        margin: 0;
        margin-bottom: 35px;
    }

    .home .top-item__ttl span {
        font-size: 2rem;
        text-align: left;
        padding: 0 15px;
    }

    .home .top-item__name {
        font-size: 14px;
        font-weight: normal;
    }

    .home .top-item__slider {
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .home .top-item__slider .slick-track {
        margin-left: 0;
    }

    .home .top-item__slider .slick-slide {
        margin: 0;
        padding: 0;
    }

    .home .top-item__slider .slick-list {
        margin: 0;
        padding-right: 20%;
    }

    .home .top-item__item {
        padding: 0 10px;
    }

    .home .top-item__link {
        display: block;
        color: inherit;
        text-decoration: none;
    }

    .home .top-item__img {
        width: 100%;
        display: block;
        border-radius: 5px;
    }

    .home .top-item__more {
        margin-top: 50px;
    }

    .home .top-item__more a {
        font-size: 14px;
        font-size: 1.4rem;
        display: block;
        background: #00a99d;
        color: #fff;
        padding: 10px;
        border-style: none;
        position: relative;
        font-size: 1.7rem;
        font-weight: bold;
        width: 80%;
        text-align: center;
        border-radius: 5px;
        margin: 30px auto 60px;
    }

    .home .top-item__more a::after {
        content: "";
        position: absolute;
        right: 18px;
        top: 50%;
        width: 10px;
        height: 10px;
        border-top: 3px solid #ffffff;
        border-right: 3px solid #ffffff;
        transform: translateY(-50%) rotate(45deg);
    }

    .home .top-item__more img {
        display: block;
        width: 80%;
        margin: 0 auto;
    }

    .home #slick-mainimg {
        position: relative;
        z-index: 1;
    }

    .home #slick-mainimg .slide-dots {
        position: static;
        bottom: 20px;
        left: 0;
        width: 100%;
        z-index: 5;
    }

    .home #slick-mainimg .slide-dots,
    .home .top-item__slider .slick-dots {
        display: flex !important;
        justify-content: center;
        gap: 10px;
        padding: 0;
        list-style: none;
        height: 25px;
    }

    .home #slick-mainimg .slide-dots li,
    .home .top-item__slider .slick-dots li {
        width: 12px;
        height: 12px;
    }

    .home #slick-mainimg .slide-dots li button,
    .home .top-item__slider .slick-dots li button {
        width: 12px;
        height: 12px;
        padding: 0;
        border: none;
        border-radius: 50%;
        background: #f5c542;
        font-size: 0;
    }

    .home #slick-mainimg .slide-dots li button::before,
    .home .top-item__slider .slick-dots li button::before {
        display: none;
    }

    .home #slick-mainimg .slide-dots li.slick-active button,
    .home .top-item__slider .slick-dots li.slick-active button {
        background: #d9534f;
    }

    .home #slick-mainimg .slide-dots {
        margin-top: 10px;
    }

    .home .top-item__slider .slick-dots {
        margin-top: 20px;
    }

    .home .top-item__link {
        position: relative;
        display: block;
    }

    .home .new-tag {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        background: #e60012;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        padding: 5px 10px;
        line-height: 1;
        text-transform: uppercase;
    }

    .home .slick-dots {
        display: flex !important;
        justify-content: center;
        gap: 10px;
        padding: 0;
        margin-top: 20px;
        list-style: none;
    }

    .home .slick-dots li {
        width: 12px;
        height: 12px;
    }

    .home .slick-dots li button {
        width: 12px;
        height: 12px;
        padding: 0;
        border: none;
        border-radius: 50%;
        background: #f5c542;
        font-size: 0;
    }

    .home .slick-dots li button::before {
        display: none;
    }

    .home .slick-dots li.slick-active button {
        background: #d9534f;
    }

    .home .top-insta__yamaguchi,
    .home .top-insta__kudamatsu {
        width: 100%;
    }

    .home .top-insta__yamaguchi #sb_instagram,
    .home .top-insta__kudamatsu #sb_instagram {
        background: transparent !important;
    }

    .home .top-insta__yamaguchi #sbi_images,
    .home .top-insta__kudamatsu #sbi_images {
        background: transparent;
    }

    .home .top-insta__yamaguchi {
        background-color: #fbf1d9;
        margin-bottom: 50px;
    }

    .home .top-insta__kudamatsu {
        background-color: #f7fec8;
        margin-bottom: 50px;
    }

    .home .top-insta__ttl {
        text-align: center;
        margin-bottom: 20px;
        display: flex;
        justify-content: flex-start;
        padding: 50px 20px 20px;
        gap: 10px;
    }

    .home .top-insta__ttl span {
        display: flex;
        font-size: 2rem;
        font-weight: normal;
        align-items: center;
        gap: 20px;
        font-weight: bold;
    }

    .home .top-insta__ttl img {
        width: 25px;
        max-width: 100%;
        height: auto;
    }

    .home .top-insta__img {
        width: 100%;
        padding: 0 15px 50px;
    }

    .home .top-insta__img #sb_instagram {
        width: 100%;
    }

    .home .top-insta__img #sbi_images {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 5px;
    }

    .home .top-insta__img .sbi_item {
        width: 100%;
    }

    .home .top-insta__img .sbi_photo {
        width: 100%;
        aspect-ratio: 1/1;
        display: block;
        background-size: cover;
        background-position: center;
    }

    .home .info {
        padding: 0;
    }

    .home .info__ttl {
        width: 100%;
        margin: 0;
        margin-bottom: 35px;
    }

    .home .info__ttl span {
        font-size: 2rem;
        text-align: left;
        padding: 0 15px;
    }

    .home .info__block {
        padding: 20px 15px;
        background: #fffde9 !important;
    }

    .home .info__upper {
        margin-bottom: 20px;
    }

    .home .info__name--blue {
        margin-left: 0;
    }

    .home .info__img {
        width: 100%;
        margin-bottom: 10px;
    }

    .home .info__detail {
        width: 100%;
        padding: 0 10px;
    }

    .home .info__add {
        margin-bottom: 10px;
    }

    .home .info__btm {
        margin-bottom: 10px;
        background: none;
    }

    .home .info__item {
        width: 100%;
    }

    .home .info__set-up-img {
        max-height: inherit;
    }

    .home .info__set-up-img span {
        overflow: hidden;
        position: relative;
        padding-top: 75%;
        display: block;
        width: 100%;
    }

    .home .info__set-up-img img {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .home .info__set-ttl {
        margin-bottom: 10px;
    }

    .home .info__set-ttl img {
        width: inherit;
        transform: scale(0.5);
        transform-origin: left top;
    }

    .home .info__set-more {
        margin-top: -45px;
        display: block;
    }

    .home .info__line {
        width: 90%;
    }

    .home .insta {
        padding: 0 15px;
    }

    .home .insta__ttl {
        margin: 0;
        display: block;
    }

    .home .insta__sub {
        border: 0;
        padding: 0;
        margin: 0;
        margin-top: 10px;
        text-align: center;
        display: block;
    }

    .home .insta__more {
        text-align: center;
        float: none;
    }

    .home .insta #sb_instagram.sbi_col_5 #sbi_images .sbi_item {
        width: 50%;
    }

    .home .sns {
        padding: 0 15px;
    }

    .home .sns__fb {
        width: 100%;
        margin-bottom: 20px;
    }

    .home .sns__fb iframe {
        width: 100%;
    }

    .home .sns__youtube {
        width: 100%;
    }

    .home .blog {
        padding: 15px;
    }

    .home .blog__list li {
        width: 100%;
        margin-bottom: 20px;
    }

    .home .blog__img {
        overflow: hidden;
        position: relative;
        padding-top: 75%;
        display: block;
        width: 100%;
    }

    .home .blog__img img {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .color_yamaguchi {
        color: #6a3906;
    }

    .color_kudamatsu {
        color: #638c0b;
    }


    .tool {
        margin-top: 50px;
    }

    .tool__ttl {
        width: 100%;
        margin: 0;
        margin-bottom: 35px;
    }

    .tool__ttl span {
        font-size: 2rem;
        text-align: left;
        padding: 0 15px;
    }

    .tool__link {
        display: flex;
        align-items: center;
        padding: 15px 50px;
        border-bottom: 1px solid #ddd;
        text-decoration: none;
        color: #6a3906;
        position: relative;
    }

    .tool__link img {
        width: 32px;
        height: 32px;
        margin-right: 15px;
        -o-object-fit: contain;
        object-fit: contain;
        flex-shrink: 0;
    }

    .tool__link span {
        flex: 1;
        white-space: nowrap;
    }

    .tool__link a {
        display: block;
        position: relative;
        padding-right: 16px;
        font-size: 20px;
    }

    .tool__link::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 70px;
        width: 10px;
        height: 10px;
        border-top: 3px solid #0068b7;
        border-right: 3px solid #0068b7;
        transform: translateY(-50%) rotate(45deg);
    }

    .tool__link:last-child {
        border-bottom: none;
    }

    /* 2026スマホ改修 */
    /*フローティング*/
    .footer-floating {
        position: fixed;
        left: 0;
        bottom: 25px;
        width: 100%;
        display: flex;
        gap: 10px;
        z-index: 999;
        padding: 0 6px;
    }

    .footer-floating__item {
        width: 50%;
        position: relative;
    }

    .footer-floating__btn {
        width: 100%;
        height: 55px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px;
        border: 0;
        color: #fff;
        cursor: pointer;
        border-radius: 6px 6px 0 0;
        position: relative;
        z-index: 2;
    }

    .footer-floating__item--yamaguchi .footer-floating__btn,
    .footer-floating__item--yamaguchi .footer-floating__icons a {
        background: #6a3906;
    }

    .footer-floating__item--kudamatsu .footer-floating__btn,
    .footer-floating__item--kudamatsu .footer-floating__icons a {
        background: #638c0b;
    }

    .footer-floating__icons {
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translate(-50%, 20px);
        display: flex;
        flex-direction: column;
        gap: 12px;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
    }

    .footer-floating__icons a {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background: #333;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .footer-floating__icons img {
        width: 26px;
        height: auto;
    }

    .footer-floating__item.open .footer-floating__icons {
        opacity: 1;
        visibility: visible;
        transform: translate(-50%, 0);
        margin-bottom: 15px;
    }

    .footer-floating__arrow {
        font-size: 28px;
        transition: transform 0.25s ease;
        pointer-events: none;
    }

    .footer-floating__item.open .footer-floating__arrow {
        transform: rotate(180deg);
    }

    .shop-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 50px;
        height: 20px;
        padding: 0 10px;
        background: #ddd;
        color: #fff;
        font-size: 12px;
        border-radius: 20px;
        font-size: 10px;
        margin: 0 5px;
    }

    .shop-btn.shop_yamaguchi {
        background: #8b5a2b;
    }

    .shop-btn.shop_kudamatsu {
        background: #5b8f29;
    }

    .total__date {
        color: #2196F3;
    }

    /* 20260820修正 */
    .home .info__upper {
        margin-bottom: 0;
        padding: 10px 0;
    }

    .footer-floating {
        position: fixed;
        left: 0;
        bottom: 25px;
        width: 100%;
        display: flex;
        gap: 10px;
        z-index: 3;
        padding: 0 6px;
    }

    /* ===== スマホ背景 ===== */
    .slider-wrap {
        position: relative;
        background: linear-gradient(to bottom, #f9f9f4 0%, #fefbe0 100%);
    }

    .slider-area {
        padding-top: 40px;
    }

    .slider {
        position: relative;
    }

    /* スライダーのリスト */
    .slider__list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    /* スライド画像 */
    .slide-image {
        display: block;
        width: 100%;
        aspect-ratio: 1/1;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 30%;
        padding: 0 10px;
        z-index: 1;
    }

    /* 白い丸 */
    .slider-circle {
        position: absolute;
        left: 50%;
        bottom: -50px;
        transform: translateX(-50%);
        width: 300px;
        height: 300px;
        border-radius: 50%;
        background: #fff;
    }

    /* 季節テキスト画像 */
    .slider-caption {
        position: relative;
        z-index: 1;
        text-align: center;
        margin-top: -40px;
    }

    .slider-caption img {
        display: block;
        width: 80%;
        max-width: 340px;
        height: auto;
        margin: 0 auto;
        transform: translateY(15px);
    }

    .total .slide-square li.slick-active button {
        background: #6a3906;
    }


    .total__ttl,
    .info__ttl {
        margin: 0;
    }


    .total__ttl span,
    .info__ttl span {
        font-size: 2rem;
        text-align: left;
    }

    .total__in {
        border: none;
        box-shadow: none;
        padding: 10px;
        margin-right: 0;
    }

    .total__date {
        color: #2196f3;
        font-size: 15px;
    }

    .total__name {
        font-size: 1.5rem;
        font-weight: normal;
        position: relative;
    }

    .total__name::after {
        content: "";
        position: absolute;
        right: 10px;
        top: 50%;
        width: 10px;
        height: 10px;
        border-top: 3px solid #057ac3;
        border-right: 3px solid #057ac3;
        transform: translateY(-50%) rotate(45deg);
    }

    .total__more {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        margin-top: 50px;
    }

    .total__more a {
        background: #fff;
        color: #00a99d;
        border: 1px solid #00a99d;
        padding: 10px;
        display: inline-block;
        align-items: center;
        position: relative;
        font-size: 1.7rem;
        font-weight: bold;
        width: 80%;
        border-radius: 5px;
    }

    .total__more a::after {
        content: "";
        position: absolute;
        right: 18px;
        top: 50%;
        width: 10px;
        height: 10px;
        border-top: 3px solid #057ac3;
        border-right: 3px solid #057ac3;
        transform: translateY(-50%) rotate(45deg);
    }

    .total__more:hover {
        color: #6a3906;
        background: #fff;
    }

    .wide-btn .btn {
        color: #6a3906;
        background: #fff;
        border: 1px solid #6a3906;
    }

    .info__area {
        background-color: #fffde9;
    }

    .info__block {
        margin-bottom: 0;
    }

    .info__upper {
        width: 100%;
    }

    .info__upper {
        padding: 30px 0;
        border-top: 1px solid #ddd;
    }

    .info__subttl a {
        color: #6a3906;
        background: #fff;
        border: 1px solid #6a3906;
    }


    .info__btm {
        display: none;
    }

    .info__set-ttl a {
        color: #6a3906;
        background: #fff;
        border: 1px solid #6a3906;
    }

    .info__line {
        display: none;
    }

    .insta {
        width: 100%;
    }

    .sns {
        width: 100%;
    }


    .info__tel a.bg-brown {
        border: 1px solid #6a3906;
        color: #6a3906;
    }

    .info__tel a.bg-leaf {
        border: 1px solid #638c0b;
        color: #00693e;
    }

    .info__tel a.bg-blue {
        border: 1px solid #0068b7;
        color: #0068b7;
    }

    .shop__name {
        padding: 5px;
        text-align: center;
        color: #fff;
        padding: 5px 8px;
    }

    .shop__name__brown {
        background: #6a3906;
        padding: 5px;
        border-radius: 20px;
        width: 40%;
        margin: 0 auto 10px;
    }

    .shop__name__leaf {
        background: #638c0b;
        padding: 5px;
        border-radius: 20px;
        width: 40%;
        margin: 0 auto 10px;
    }

    .shop__name__blue {
        background: #0068b7;
        padding: 5px;
        border-radius: 20px;
        width: 40%;
        margin: 0 auto 10px;
    }

    .icon__area {
        padding: 10px 0 0 10px;
    }

    .icon__box {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        display: -moz-flex;
        -moz-flex-wrap: nowrap;
        display: -webkit-flex;
        -webkit-flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
    }

    .icon__link {
        display: flex;
        align-items: center;
        text-decoration: none;
    }

    .icon__link img {
        width: 32px;
        height: 32px;
        -o-object-fit: contain;
        object-fit: contain;
        display: block;
    }

    .icon__link--insta {
        gap: 5px;
    }

    .icon__link--insta span {
        font-size: 13px;
        line-height: 1;
        white-space: nowrap;
    }

    .icon__link--map,
    .icon__link--tel {
        margin-right: 20px;
    }

    .icon__leaf {
        background: #638c0b;
        width: 46%;
        color: #fff;
        padding: 15px;
        text-align: center;
        margin: 5px 5px 15px;
    }

    .icon__leaf a {
        color: #fff;
    }

    .icon__brown {
        background: #6a3906;
        width: 46%;
        color: #fff;
        padding: 15px;
        text-align: center;
        margin: 5px 5px 15px;
    }

    .icon__brown a {
        color: #fff;
    }

    .info__subttl a {
        color: #fff;
        background: #ff9f00;
        border: 1px solid #ff9f00;
    }

}



/*   --------------------- */

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

    .top-item,
    .top-insta,
    .tool {
        display: none;
    }
}