@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*堀井追加*/
/*ヘッダー*/
@media screen and (min-width: 1000px) {
   .header.header_changed {
        background: rgba(255, 255, 255, 0.85);
        backdrop-filter: blur(10px); 
        -webkit-backdrop-filter: blur(10px);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    }
    
    .header.header_changed .header__inner {
        align-items: center;
    }
    
    .header.header_changed .header-logo {
        width: 250px;
        min-width: 150px;
    }
    
    .header.header_changed .drawer__wrapper {
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        gap: 2rem;
    }
    
    .header.header_changed .header-nav__list {
        flex-direction: row;
        align-items: center;
        gap: 0.2rem;
    }
    
    .header.header_changed .header-nav__item {
        margin: 0;
        writing-mode: horizontal-tb; 
        text-orientation: mixed;
    }
    
    .header.header_changed .header-nav__link {
        padding: 0.6rem 1.2rem;
        writing-mode: horizontal-tb;
        display: inline-block; 
    }
    
    .header.header_changed .header-nav__link::after {
        opacity: 0;
        height: 0;
        margin: 0;
        overflow: hidden;
    }
    
    .header.header_changed .header-contact__item {
        padding: 0.6rem 1.5rem;
    }
    
    .header.header_changed .js-cloned-header-contact {
        display: none;
    }
}


@media screen and (min-width: 1001px) and (max-width: 1300px) {
    .header.header_changed .header-logo {
        width: 200px;
        min-width: 150px;
    }

    .header.header_changed .drawer__wrapper {
        gap: .5rem;
    }

    .header.header_changed .header-contact__item .button-header-shop {      
        padding: 1rem;
    }

    .button-header-mail, .button-header-shop {
        min-width: 1rem;
    }

    .button-header-mail:before, .button-header-shop:before {
        margin-right: 0; 
    }

    .header-contact__item:last-child {
        margin-right: 0;
    }

    .button-header-mail__text,
    .button-header-shop__text {
        display: none;
    }
}


@media screen and (min-width: 769px) and (max-width: 1024px) {
    .header-nav__list {
        gap: 0.5rem;
    }
    
    .header.header_changed .header-nav__list {
        gap: 0;
    }
    
    .header.header_changed .header-nav__link {
        padding: 0.5rem 1rem;
    }
}

@media screen and (min-width: 769px) {
    .header-nav__link {
        position: relative;
    }
    
    .header.header_changed .header-nav__link:hover {
        color: #FF8C00; 
    }
    
    .header.header_changed .header-nav__link::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%) scaleX(0);
        width: 80%;
        height: 2px;
        background: linear-gradient(90deg, #FFA500 0%, #FF8C00 50%, #FFB347 100%); 
        transition: transform 0.3s ease;
    }
    
    .header.header_changed .header-nav__link:hover::before {
        transform: translateX(-50%) scaleX(1);
    }
    
    .header.header_changed .button-header-mail:hover {
        background: linear-gradient(135deg, #FF8C00 0%, #FFA500 100%);
        color: #fff;
        border-color: #FF8C00;
    }
    
    .header.header_changed .button-header-shop:hover {
        background: #fff;
        color: #FF8C00;
        border-color: #FF8C00;
    }
}

/*body
.section_kodawari_cont1 > div > h2 {
    writing-mode: vertical-rl;
    margin-right: 1rem;
    position: relative;
    padding-top: 2.5rem;
}

.section_kodawari_cont1 > div > h2::before {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    width: 6px;
    height: 30px;
    border-left: 1px solid #FF8C00;
    border-right: 1px solid #FF8C00;
}

.section_kodawari_cont1 > a > img {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.section_kodawari_cont1 > div > h2 {
    margin-right: 1rem;
}

.pop_memo {
    position: relative;
    background-color: #fffcf4;
    padding: 2.5em 2em;
    margin: 30px auto;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); 
    text-align: center; 
    font-family: "Zen Maru Gothic", "Hiragino Maru Gothic Pro", "Meiryo UI", sans-serif;
}

.pop_memo::before {
    content: '';
    position: absolute;
    top: -15px; 
    left: 50%;
    transform: translateX(-50%) rotate(-2deg);
    width: 140px;
    height: 35px;
    background-color: rgba(240, 200, 100, 0.6);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.pop_memo .heading_normal {
    font-size: 1.2rem;
    color: #5d4037
    margin-bottom: 1.5em;
    border-bottom: 1px dashed #d7ccc8;
    display: inline-block;
    padding-bottom: 5px;
}

.pop_memo .text_cont {
    font-size: 0.95rem;
    line-height: 2;
    color: #555;
}

.section_point_cont1.leaf-accent > img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 
        0 10px 30px rgba(255, 165, 0, 0.2);
}

.section_point_cont1.leaf-accent > img::before {
    content: "";
    position: absolute;
    top: -15px;
    right: -15px;
    font-size: 2rem;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.2));
    animation: leaf-bounce 2s ease-in-out infinite;
}

@keyframes leaf-bounce {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-5px) rotate(10deg);
    }
}

.section_point_cont2 > img {
    aspect-ratio: 4 / 2.5;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(255, 165, 0, 0.2);
}

.section_point_cont2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 60px; 
}

@media (max-width: 768px) {
    .section_point_cont2 {
        flex-direction: column;
        text-align: center;
    }
}

.section_point_cont2 > div {
    flex: 1; 
    background-color: rgba(255, 255, 255, 0.9); 
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05); 
}

@media (max-width: calc(833.98px)) {
    .section_point_cont2 > div {
        margin-top: 10px;
    }
}

.heading_normal {
    font-size: 1.4rem;
    color: #e6a23c;
    margin-bottom: 20px;
    border-bottom: 2px dashed #fce4ec;
    display: inline-block;
    padding-bottom: 5px;
}

.text_cont {
    font-size: 1rem;
    line-height: 2.2;
    color: #555;
    letter-spacing: 0.05em; 
}

.section_point_cont2:nth-child(even) {
    flex-direction: row-reverse;
}

@media (max-width: 768px) {
    .section_point_cont2:nth-child(even) {
        flex-direction: column;
    }
}

.section_point_cont2.point2.js-fadein {
    translate: 2% 0;
}

.section_point_cont2.point3.js-fadein {
    translate: -4% 0;
}

@media (max-width: 1050px) {
    .section_point_cont2.point2.js-fadein, .section_point_cont2.point3.js-fadein {
        translate: none;
    }
}

.section_machiokoshi_cont1 .box > img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100% !important;
    height: auto !important;
    -o-object-fit: cover;
    border: 12px solid #a1887f;
    border-radius: 4px;
    box-shadow: 
        inset 0 0 10px rgba(0,0,0,0.4), 
        2px 2px 8px rgba(0,0,0,0.15); 
}

.section_machiokoshi_title {
    writing-mode: vertical-rl;
    font-size: 2rem;
    font-weight: 600;
    position: relative;
    padding-top: 2em; 
}

.mv-copy > div > h1 {
    filter: drop-shadow(2px 2px 3px rgba(139, 69, 0, 0.3));
}

.section_machiokoshi_title {
    writing-mode: vertical-rl;
    font-size: 2rem;
    font-weight: 600;
    position: relative;
    padding-top: 2em; 
}

.section_machiokoshi_title::before {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    width: 1px; 
    height: 40px;
    background-color: #ff8c00; 
    border-radius: 2px;
}

@media screen and (max-width: 767px) {
    .section_machiokoshi_cont1 .box > img {
        display: none;
    }
}

@media screen and (max-width: 1050px) {
    .section_point_cont2:nth-child(even) {
        flex-direction: column;
    }

    .section_point_cont2.point2.js-fadein, .section_point_cont2.point3.js-fadein {
        flex-direction: column;
    }

    .section_point_cont2.point4 > img, .section_point_cont2.point3 > img, .section_point_cont2.point2 > img{
        width: 80% !important;
    }
}

@media screen and (min-width: 667px) {
    .section_machiokoshi_cont3 > img {
        display: none;
    }
}*/

/*===========================PC====================================== */



/*===========================tab====================================== */
@media screen and (min-width: 641px) and (max-width: 834px){




}
/*===========================tab END====================================== */
/*===========================sp====================================== */
@media only screen and (max-width: 640px){






}
/*===========================sp END====================================== */