@charset "utf-8";

/* CSS Document */


/*
Theme Name: オーガニックeyan2025
Theme URI:
Description:
Version: 1.0
Author:
Author URI:　
*/

*{
    margin:0;
    padding:0;
}

a:visited{
    color: inherit;
}

html{
    width:100%;
    overflow-x: hidden;
}
body{
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    background-color: #FFF4E5;
    color:#502200;
    width:100%;
    overflow-x: hidden;
}

a{
    text-decoration: none;
}
li{
    list-style: none;
}

svg{
    width:100vw;
    height:auto;
    display: block;
    position: absolute;
}

/*改行*/
.sp_br{
    display: none;
}
.br_1200{
    display: none;
}
.br_600{
    display: none;
}
.br_425{
    display: none;
}

/*moreボタン*/
.more_btn a{
    color:#502200;
    display: inline-block;
}
.more_btn a p{
    position: relative;
    font-size: 1.125rem;
    margin-left:1.875rem;
    z-index: 2;
}
.more_btn a p::after{
    content:"";
    display: block;
    width:4.375rem;
    height:4.375rem;
    border-radius: 99999px;
    background-color: #F0B760;
    position: absolute;
    top:50%;
    left:-1.875rem;
    transform: translateY(-50%);
    z-index: -1;
}


/*ヘッダー*/
header{
    position: relative;
}
.header_container{
    width:100vw;
    height:112px;
    background-color: #FAE9D2;
    position: relative;
}
.header_container svg{
    top:99px;
    left:0;
    z-index: -1;
}
.header_content{
    width:1200px;
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    z-index: 3;
    margin-top:1.875rem;
}

.header_container .pc_nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index:3;
}
.header_container .sp_header,
.sp_nav{
    display: none;
}
.header_container nav ul{
    display: flex;
    width: 36.53vw;
}
.header_container nav ul li{
    border-right:solid 1px #F0B760;
    width: calc(100% / 3);
    text-align: center;
}
.header_container nav ul li:first-of-type{
    border-left:solid 1px #F0B760;
}
.header_container nav ul li a{
    display: inline-block;
    color:#502200;
}

.header_container nav h1{
    width: 12.15vw;
    height: 9.52vw;
    max-height:137.088px;
    text-align: center;
}
.header_container nav h1 img{
    max-width:137.088px;
    width:9.52vw;
    height:100%;
    text-align: center;
}
.header_container .sp_header h1 img{
    width:100%;
    height:100%;
}

.header_container .header_line_btn{
    position: absolute;
    top:0;
    right:0;
}
.header_line_btn a{
    transition: .3s;
}
.header_line_btn a:hover{
    opacity: .8;
}



/*あしらい*/
.treat {
    width: 100%;
    position: relative;
}
header .leaf_1{
    width:188.24px;
    height:auto;
    transform: rotate(-72deg);
    position: absolute;
    left:7.5%;
    top:-100px;
}
.treat .leaf_2{
    width: 17.67vw;
    max-width: 241.37px;
    height:auto;
    transform: rotate(4deg);
    position: absolute;
    right: -45px;
    top: 11.3vw;
}
.treat .leaf_3{
    width:32.88vw;
    max-width:449.08px;
    height:auto;
    transform: rotate(0);
    position: absolute;
    left: -70px;
    top: 34vw;
}




/*アクセス*/
/*----------accessのセクションタイトル----------*/
.section_ttl h3{
    font-family: "Train One", system-ui;
    font-size: 5.25rem;
    color:#F0B760;
    font-weight: 400;
    font-style: normal;
}
.section_ja{
    font-size: 1.875rem;
    font-weight: 700;
}
#access .section_ttl{
    text-align: center;
}

#access{
    margin-top:10rem;
}
.access_container{
    width:1200px;
    margin:1.875rem auto;
    display: flex;
    justify-content:flex-start;
}
.map{
    width:555px;
    height:336px;
    margin-right:5.625rem;
}
.map iframe{
    width:100%;
    height:100%;
}
.access_info{
   font-size: 1.125rem;
   line-height:2rem;
}

.contact_btn{
    margin-top:1.875rem;
}
.contact_btn a{
    display: inline-block;
    width:277px;
    padding:1.375rem 0;
    background-color: #F0B760;
    border-radius: 9999px;
    text-align: center;
    color:#502200;
}
.contact_btn a p{
    font-size: 1.125rem;
}

.line_contact{
    margin-top:1.5rem;
}




/*フッター*/
footer{
    margin-top:21.625rem;
    background-color: #502200;
    position: relative;
    padding-bottom:4.688rem;
}
footer svg{
    transform: scale(-1,-1);
    top:-62%;
}


/*ページトップ-------------------------------*/
.page_top{
    position: absolute;
    top:-73%;
    left:50%;
    transform: translateX(-50%);
}
.page_top a{
    display: inline-block;
    width:8rem;
    height:8rem;
    background-color: white;
    border-radius: 99999px;
    border:solid 0.188rem #502200;
    color:#502200;
}
.page_top a div{
    width:8rem;
    height:8rem;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.page_top .triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    border-bottom: 12px solid #502200;
    border-top: 0;
}
.page_top p{
    text-align: center;
    font-size: 1.313rem;
    font-weight: 700;
    line-height:1.563rem;
}
/*---------------------------------------------*/


.footer_container{
    width:1200px;
    position: relative;
    top: 0;
    margin:0 auto;
}
.footer_container nav ul{
    display: flex;
    justify-content: center;
}
.footer_container nav ul li a{
    width:144px;
    display: inline-block;
    padding:0.188rem 0;
    border-left:solid 1px white;
    color:white;
    text-align: center;
}
.footer_container nav ul li:last-of-type a{
    border-right:solid 1px white;
}

.footer_bottom{
    display: flex;
    justify-content:space-between;
    align-items: flex-end;
    margin-top:4.688rem;
}
.footer_info{
    display: flex;
    justify-content: flex-start;
}
.footer_info img{
    width:120px;
    height:120px;
}
footer .store_info{
    color:white;
    margin-left:2.813rem;
    position: relative;
}
footer .store_info h6{
    font-size: 1.25rem;
    font-weight: 400;
}
footer .store_info p{
    font-weight: 400;
    line-height:1.75rem;
    margin-top:0.688rem;
}




.sns_icon{
    width:147px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sns_icon div {
    width:36px;
    height:36px;
}
.sns_icon div a img{
    width:100%;
    height:100%;
}
.sns_copyright p{
    color:white;
    font-weight: 400;
    margin-top:1.563rem;
}

/*あしらい*/
footer .leaf_1{
    width:264.5px;
    height:auto;
    transform: scale(-1,1);
    position: absolute;
    top:-135%;
    right:10%;
    z-index: -1;
}





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

1440px以下

---------------------------------------------------------------------------------------------*/
@media(max-width:1440px){

    .header_content,
    .access_container,
    .footer_container{
        width: clamp(1130px, 83.33vw, 1200px);
    }
}

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

1200px以下

---------------------------------------------------------------------------------------------*/
@media(max-width:1200px){
    .br_1200{
        display: block;
    }

    .header_content,
    .footer_container{
        width: clamp(900px, 83.33vw, 1000px);
    }

    /*ヘッダー*/
    .header_container svg{
        top: 7.25vw;
    }


    /*あしらい*/
    .treat .leaf_2{
        right: -3%;
        top: 10vw;
    }
    .treat .leaf_3{
        left: -70px;
        top: 360px;
    }



    /*アクセス*/
    .map{
        width:clamp(450px,46.25vw,555px);
        margin-right: 2.5rem;
    }

    /*フッター*/
    .footer_container nav ul li a{
        width: clamp(130px, 12vw, 144px);
    }
    footer svg{
        top: -15vw;
    }
    .footer_container {
        padding-top: 1.438rem;
    }
    footer .leaf_1{
        width: 230px;
        top: -31vw;
    }
}




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

1024px以下

---------------------------------------------------------------------------------------------*/
@media(max-width:1024px){

    /*ヘッダー*/
    .header_content {
        width: clamp(856px, 87.89vw, 900px);
        margin-top: 2.875rem;
    }
    .header_container .header_line_btn{
        top:-15px;
    }



    /*メインビュー*/
    .access_container,
    .footer_container{
        width: clamp(856px, 87.89vw, 900px);
    }



    /*フッター*/
    .footer_container nav {
        width: 80%;
        margin: 0 auto;
    }
    .footer_container nav ul{
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .footer_container nav ul li{
        width: calc((100% - 2%) / 3);
    }
    .footer_container nav ul li:nth-of-type(n+4){
        margin-top: 1.75rem;
    }
    .footer_container nav ul li:last-of-type{
        display: none;
    }
    .footer_container nav ul li:nth-of-type(n+3) a{
        border-right: solid 1px white;
    }
    .footer_container nav ul li a{
        width: 100%;
    }
    .footer_bottom{
        width: 80%;
        margin: 4.688rem auto 0 auto;
    }
    .footer_info{
        flex-flow: column;
    }
    footer .store_info{
        margin-left: 0;
        margin-top:1.25rem;
    }
    .page_top {
        top: -20vw;
    }
    footer .leaf_1 {
        width: 200px;
        top: -31vw;
    }


}


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

890px以下

---------------------------------------------------------------------------------------------*/
@media(max-width:890px){
    .sp_br{
        display: block;
    }

    .access_container,
    .footer_container{
        width: clamp(750px, 92.13vw, 820px);
    }



    /*ヘッダー*/
    header{
        position: relative;
        z-index: 9999;
    }
    .header_container{
        height: 33px;
    }
    .header_container svg {
        top: 16px;
    }
    .header_container .pc_nav ul{
        display: none;
    }
    .header_container .pc_nav .header_line_btn{
        display: none;
    }

    .header_container .sp_header{
        width: clamp(750px, 92.13vw, 820px);
        display:flex;
        justify-content: flex-end;
        position: absolute;
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
    }
    .header_container .pc_nav h1{
        width: 150px;
        height: 150px;
        max-height:150px;
        position: absolute;
        left:50%;
        transform: translateX(-50%);
        top:0;
    }
    .header_container nav h1 img{
        width:100%;
        height:100%;
        max-width:100%;
    }

    /*ハンバーガーメニュー------------------*/
    .hamburger{
        width: 48px;
        height: 24px;
        border: none;
        background-color: transparent;
        cursor: pointer;
        position: relative;
        top:15px;
    }
    .hamburger span{
        display: block;
        width:100%;
        height:4px;
        background-color: #502200;
        border-radius: 9999px;
        position: absolute;
        transition: .5s;
    }
    .hamburger span:first-of-type{
        top:0;
    }
    .hamburger span:last-of-type{
        bottom:0;
    }



    .sp_nav{
        display: block;
        position: fixed;
        overflow-y: scroll;
        height: 100vh;
        top:-100vh;
        left:0;
        width:100%;
        background-color: #FFF4E5;
        padding:15rem 0 3.75rem 0;
        z-index: -2;
        opacity: 0;
        transition: 1s;
    }
    .sp_nav_container{
        width:450px;
        margin:0 auto;
        height: 140%;
        overflow-y: auto;
    }
    .sp_nav_container ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

    }
    .sp_nav_container ul li:nth-of-type(n+3){
        margin-top:1.313rem;
    }
    .sp_nav_container ul li a{
        color:#502200;
        display: inline-block;
        width:223px;
        text-align: center;
        border-left:solid 1px #502200;
    }
    .sp_nav_container ul li:nth-of-type(even) a{
        border-right:solid 1px #502200;
    }

    .sp_nav_container .site_ttl{
        font-size: 1.25rem;
        margin: 3rem 0 0.625rem 0;
    }
    .sp_nav_container .store_info{
        font-weight: 400;
        margin-bottom:0.625rem;
    }
    .sp_nav .header_line_btn{
        margin-top:1.75rem;
    }
    .sp_nav .header_line_btn a{
        display: inline-block;
        width: 277px;
        height:auto;
    }
    .sp_nav .header_line_btn a img{
        width:100%;
    }

    /*open*/
    .sp_nav.open{
        top:0;
        opacity: 1;
    }
    .hamburger.open :first-of-type{
        transform: rotate(45deg);
        top:45%;
    }
    .hamburger.open :last-of-type{
        transform: rotate(-45deg);
        bottom:40%;
    }
    body.open {
        height: 80vh;
        overflow-y: hidden !important;
    }
    /*----------------------------------*/

    /*あしらい*/
    .treat .leaf_2 {
        right: -40px;
        top: 300px;
    }
    .treat .leaf_3 {
        left: -10%;
        top: 520px;
    }



    /*アクセス*/
    .access_container {
        flex-flow: column;
        align-items: flex-start;
    }
    .map {
        width: 80%;
        margin: 0 auto;
    }
    .access_info{
        width: 80%;
        margin: 1.875rem auto 0 auto;
    }


    /*フッター*/
    footer{
        margin-top: 33.74vw;
    }
    footer .leaf_1 {
        width: 180px;
        top: -24.5vw;
        right: 27vw;
    }

}

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

768px以下

---------------------------------------------------------------------------------------------*/
@media(max-width:768px){

    .header_container .sp_header,
    .access_container,
    .footer_container{
        width: 95%;
    }
    .bg_txt h2{
        font-size: 4.5vw;
        display: none !important;
    }

    .bg_txt_p{
        display: none;
    }

    /*ヘッダー*/
    .sp_nav{
        padding: 18rem 0 3.75rem 0;
    }

    /*あしらい*/
    .treat .leaf_3 {
        width: 250px;
        left: -10%;
        top: 64vw;
    }


    /*アクセス*/
    .map,
    .access_info{
        width: 90%;
    }


    /*フッター*/
    footer{
        padding-bottom: 2.156rem;
    }
    .footer_container nav ul li {
        width: calc((100% - 1px) / 2);
    }
    .footer_container nav ul li:nth-of-type(2) a{
        border-right: solid 1px white;
    }
    .footer_container nav ul li:nth-of-type(n+3){
        margin-top: 1.75rem;
    }
    .footer_container nav ul li:nth-of-type(3) a,
    .footer_container nav ul li:nth-of-type(5) a{
        border-right: none;
    }
    .footer_bottom {
        flex-flow: column;
        align-items: flex-start;
        margin: 3rem auto 0 auto;
    }
    .footer_info{
        width:100%;
    }
    .footer_info img{
        /* display: inline-block; */
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    footer .store_info{
        margin-top: 1.875rem;
    }
    footer .store_info h6{
        font-weight: 500;
    }
    .sns_copyright {
        width: 100%;
        margin-top: 2.813rem;
    }
    .sns_icon{
        margin: 0 auto;
    }
    .sns_copyright p {
        text-align: center;
    }
    .page_top {
        top: -22%;
    }
    footer .leaf_1 {
        width: 150px;
        top: -24vw;
        right: 26vw;
    }
}

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

600px以下

---------------------------------------------------------------------------------------------*/
@media(max-width:600px){
    .br_600{
        display: block;
    }

    .header_container .sp_header,
    .access_container,
    .footer_container{
        width: 90%;
    }


    /*ヘッダー*/
    .header_content{
        margin-top: 0.938rem;
    }
    .header_container .sp_header{
        top: 30px;
    }
    .hamburger span{
        height: 2px;
    }
    .hamburger{
        width: 28px;
        height: 12px;
    }
    .sp_nav_container{
        height: 125%;
    }
    .header_container .pc_nav h1 {
        width: clamp(100px, 25vw, 150px);
        height: clamp(100px, 25vw, 150px);
    }
    .header_container .tel_number a{
        pointer-events:all;
    }
    .sp_nav{
        padding: 38.33vw 0 3.75rem 0;
    }
    .sp_nav_container{
        width: 335px;
    }
    .sp_nav_container ul li a{
        width: 166px;
    }
    header .leaf_1{
        width: 139.06px;
        top: -67px;
    }


    /*あしらい*/
    .treat .leaf_2 {
        width: 33.26vw;
        right: -12vw;
        top: 80vw;
    }
    .treat .leaf_3 {
        width: 61.88vw;
        left: -26vw;
        top: 132vw;
    }



    /*共通パーツ-----------------------*/
    /*セクションタイトル*/
    .section_ttl h3{
        font-size: 50px;
    }
    .section_ja{
        margin-top: 0.625rem;
        font-size: 26px;
    }
    /*-------------------------------*/

    /*アクセス*/
    #access {
        margin-top: 5rem;
    }


    /*フッター*/
    footer {
        margin-top: 42.74vw;
    }
    .footer_container nav{
        width: 90%;
    }
    .footer_info img{
        width:120px;
        height:120px;
    }
    .page_top {
        top: -18%;
    }
    .footer_container{
        padding-top: 8.8vw;
    }
    footer .leaf_1{
        top: -27vw;
        right: 20vw;
    }
}


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

425px以下

---------------------------------------------------------------------------------------------*/
@media(max-width:425px){
    body{
        font-size: 16px;
    }
    .br_425{
        display: block;
    }


    .header_container .sp_header,
    .access_container,
    .footer_container{
        width: 89.33%;
    }

    /*ヘッダー*/
    .header_container .pc_nav h1{
        width: clamp(90px, 23.53vw, 100px);
        height: clamp(90px, 23.53vw, 100px);
    }
    .header_container .sp_header {
        top: 15px;
    }

    .sp_nav{
        padding: 10.375rem 0 3.75rem 0;
    }
    .sp_nav .header_line_btn{
        text-align: center;
    }

    header .leaf_1{
        top: -65px;
    }

    /*あしらい*/
    .treat .leaf_2{
        right: -11%;
    }
    .treat .leaf_3{
        left: -22%;
        top: 133vw;
    }



    /*アクセス*/
    .map{
        height: 54.13vw;
    }
    .map, .access_info {
        width: 100%;
    }
    .line_contact{
        text-align: center;
    }


    /*フッター*/
    footer {
        margin-top: 48.74vw;
    }
    .footer_container nav ,
    .footer_bottom{
        width: 100%;
    }
    .contact_btn{
        text-align: center;
    }
    .page_top {
        top: -14%;
    }
    .footer_container {
        padding-top: 14.8vw;
    }
    footer .leaf_1{
        width: 113.26px;
        top: -29vw;
        right: 14.5vw;
    }

}


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

375px以下

---------------------------------------------------------------------------------------------*/
@media(max-width:375px){

    /*ヘッダー*/
    .header_container .pc_nav h1{
        width: 90px;
        height: 90px;
    }

    .sp_nav_container {
        width: 280px;
    }
    .sp_nav_container ul li a {
        width: 138px;
    }

    .header_container .sp_header,
    .access_container,
    .footer_container{
        width: clamp(280px,89.33vw,335px);
    }


    .treat .leaf_3 {
        width: 230px;
        left: -95px;
        top: 132vw;
    }


    /*フッター*/
    .page_top {
        top: -13%;
    }
    .footer_container {
        padding-top: 17.8vw;
    }
    footer .leaf_1 {
        top: -32vw;
        right: 9.5vw;
    }
}



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

320px以下

---------------------------------------------------------------------------------------------*/
@media(max-width:320px){

    /*フッター*/
    footer .leaf_1{
        top: -35vw;
        right: 1.5vw;
    }
}


.online_banner {
    position: fixed;
    z-index: 999;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}



@media(max-width:768px){

    .online_banner {
        position: fixed;
        z-index: 999;
        right: 0px;
        top: auto;
        bottom: 0;
        transform: translateY(0%);
    }

    footer {
        padding-bottom: 100px;
    }
}


img {
    border: 0px;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
}