@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dynalight&display=swap');

:root{
    --title-font: "Noto Serif SC", serif;
    --italic-font: "Dynalight", cursive;
    --sec-x: 8%;
    --sec-y: 5rem;
    --primary-color: #806c2f;
}

@media(max-width:768px){
    :root{
        --sec-x: 5%;
    }
}

#main_index{
    overflow: hidden;
    padding-bottom: 0 !important;
    min-height: unset;
}

#main_index h1, h2, h3 ,h4, h5, h6, p{
    margin-bottom: 0;
}

#main_index .col-12{
    padding: 0;
}

.page_title {
    margin-top: 4rem;
}

/*Text*/
.title-style {
  font-family: var(--title-font);
  font-size: clamp(2rem, 2.55vw, 2.55vw);
  font-weight: 600;
  color: #000;  
}

.italic-style{
  font-family: var(--italic-font);
  font-size: clamp(2rem, 2.75vw, 2.75vw);
    font-weight: 400;
  color: #806c2f;  
}

.content{
  font-size: clamp(.87rem, 1.05vw, 1.05vw);
    font-weight: 300;
  line-height: 1.75;
    color: #3a2f1c;    
}

.title-box .italic-style{
    font-size: clamp(3rem, 4vw, 4vw);
    margin-right: .65rem;
}

/* Button */
.main-btn{    
    border-radius: 9999px;
    padding: 1.4rem 2.15rem 1.5rem;
    line-height: 0;
    font-family: var(--title-font);
    font-size: clamp(1rem, 1.12vw, 1.12vw);
    font-weight: 500;
    transition: all .3s linear;
}
.main-btn.solid-style{
    background:#806c2f;
    color:#f1f1f1;
    border:none;       
    
    &:hover{        
        background: var(--primary-color);
    }
}

.main-btn.outline-style{
    background:transparent;
    color:#806c2f;
    border: 1px solid #806c2f;
    
    &:hover{
        color: #fff;
        background: var(--primary-color);
        border-color: transparent;
    }
}

.hp_banner .main-btn:hover{
    background: #333;
}

/*Nav Bar*/
.navbar_type11{
    background-color: #fff;
    color: #fff;
    position: fixed;
    min-height:60px;
}

.navbar_type11 .container{
    max-width: 100%;
    padding: 0 4%;
}

.navbar_type11_height {
    min-height: 70PX;
}

.navbar_type11 .bottom_line {
    background-color: #fff;
}

.navbar_type11 .opened{
    position: fixed;
    height: 100% !important;
}

.navbar_type11 .level_1 a{
    font-size: 18px;
    line-height: 46px;
    color: #000;
}

.navbar_type11 .level_1 a:hover{
    color: #999 !important;
}

.navbar_type11 .level_2 .menu_text{
    color: #000;
    line-height: 1.5;
    font-size: 14px;
}

.navbar_type11 .level_2 a{
    color: #000;
    line-height: 1.5;
    font-size: 14px;
}

.navbar_type11 .level_2 .sub_menu .sub_menu_item a {
    color: #000;
}

.navbar_type11 .row{
    align-items: center;    
}

.navbar_type11 #openMenu{    
    position: unset;
    margin: 0;
    transform: unset;
    width: 11.5vw;
}

.mobile_background {
  display: none;
}

.navbar_type11 #shopping{
    top:5%;
    transform: translate(100%,-50%);
    right: 4%;
}

.navbar_type11 #shopping i{
    color:#b39e7d;
}

.navbar_type11 .menu_btn .bar1, .navbar_type11 .menu_btn .bar2, .navbar_type11 .menu_btn .bar3 {
    width: 35px;
    height: 3px;
    transition: .4s;
    background-color: #b39e7d!important;
}

.navbar_type11 .menu_btn.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px,-7px);
    transform: rotate(45deg) translate(-4px,-5px);
}

.navbar_type11 .center_line{
    display:none;
}

.navbar_type11 #logo {
    all: unset;
}

.navbar_type11 .logo_frame {
    /*! position: relative; */
    height: 100%;
    width: 160px;
    margin: 0 auto;
}

.navbar_type11 .logo_frame img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%,-50%);
    height: auto !important;
    width: 100% !important;
}

.navbar_type11 #member_user{
    top: 5%;
    transform: translate(100%,-47%);
    right: 7%;
    display:inherit;
}

.navbar_type11 #member_user i {
    color: #b39e7d;
}

.navbar_type11 #shopping.change i {
    color: #b39e7d;
}

.nav_social ul{
  display: flex;
  gap: 1.5vw;
  margin-bottom: 0;
  width: 11.5vw;
  justify-content: end;
}
.nav_social li a{
  background: transparent !important;
  font-size: clamp(1rem, 1.25vw, 1.25vw);    
    display: grid;
    place-content: center;
    width: 25px;
    height: 25px;
}
.nav_social li a img{
    max-width: 35px;
    max-height: 35px;
    object-fit: contain;
}

.sub_menu .social_media {
  display: flex;
  width: 24%;
  gap: .5rem;
}
.sub_menu .social_media a:hover {
  opacity: .5
}

@media all and (max-width: 998px){
    .navbar_mobile {
        flex-basis: auto;
        background-color: #fff;
    }
    
    .navbar_type11_height {
        display: none;
    }

    .navbar_type11{
        display: none;
    }
    
    .m_nav_type5 .d-flex {
        height: 60px;
    }

    .m_nav_type5 .member {
        font-size: 1.2rem;
        padding-right: 0;
        color:#b39e7d;
    }
    
    .m_nav_type5 .shopping {
        position: relative;
        font-size: 1.2rem;
        padding-right: 0;
        margin-left: .6rem;
        color:#b39e7d;
    }
    
    .m_nav_type5 .company_logo {
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 14px;
    }

    .m_nav_type5 .menu_bar .bar1, .m_nav_type5 .menu_bar .bar2, .m_nav_type5 .menu_bar .bar3 {
        width: 33px;
        height: 2.5px;
        background-color: #b39e7d;
        margin: 6px 0;
        transition: 0.4s;
    }
    
    .m_nav_type5 .change .bar1 {
      -webkit-transform: rotate(45deg) translate(6px,5px);
      transform: rotate(45deg) translate(6px,5px);
    }
}

/*Banner*/
.hp_banner{
    position:relative;

    display:flex;
    align-items:center;

    height:100%;

    padding:
    0 var(--sec-x);

    background-image:url("../images/banner.jpg");
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;

    overflow:hidden;
}

.hp_banner .b-content{
    width:45%;
    max-width:none;
}

.hp_banner h4{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:
    0.25rem 1rem .5rem;

    border:
    1px solid rgba(128,108,47,.6);

    border-radius:999px;

    font-family:var(--title-font);

    font-size:clamp(0.9rem,1.1vw,1.1vw);

    color:#806c2f;

    font-weight:400;

    margin-bottom:1.5rem;
}
.hp_banner h4 span{
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000;
    margin: 0 .75rem;
}

.hp_banner h2{
    font-family:var(--title-font);

    font-weight:600;

    color:#000;

    font-size:
    clamp( 2.45rem, 4.5vw, 4.5vw );

    line-height:1.15;

    margin-bottom:1.7rem;
}

:lang(en) .hp_banner h2{
    font-size:
    clamp( 2rem, 3.5vw, 3.5vw );}

.hp_banner .b-deco{
    width:7.5rem;

    margin-bottom:1.3rem;
}

.hp_banner .b-deco img{
    width:100%;
}

.hp_banner h3{
    display:flex;
    align-items:center;
    gap:.8rem;

    margin-bottom:1rem;

    font-family:'Noto Serif SC',serif;

    font-size:
    clamp( 1.4rem, 1.75vw, 1.75vw );

    color:#222;
    font-weight: 600;
}

:lang(en) .hp_banner h3{
    display:inline;
}

.hp_banner h3 span{
    font-family:var(--italic-font);

    font-size:
    clamp( 2rem, 2vw, 2vw );

    color:#806c2f;

    white-space:nowrap;
    font-weight: 300;
}

.hp_banner p{
    width:95%;


    font-size:
    clamp( 0.87rem, 1.08vw, 1.08vw );

    line-height:1.75;

    color:#000;

    margin-bottom:2.5rem;
    font-weight: 300;
}

.hp_banner .btn-group{
    display:flex;
    gap:1.5rem;
}

@media(max-width:1200px){
    .slider_banner .item > img{
        min-height: 50vw;
        object-fit: cover;
    }
    .hp_banner .b-content{
        width: 60%;
    }
}

@media(max-width:991.98px){
    
    .banner_content{
        background: rgba(255, 255, 255, .7)
    }
    
    .slider_banner .item > img{
        min-height: 80vw;
        object-position: right;
    }

    .hp_banner{
        min-height:auto;

        padding: 5rem 8vw;

        background-position:72% center;
    }

    .hp_banner p{
        width:100%;
    }
    
    .hp_banner .b-content {
        width: 80%;
    }   
}

@media(max-width:768px){
    .hp_banner .b-content{
        width: 100%;
    }    
}

@media(max-width:576px){
    .slider_banner .item > img{
        min-height: 150vw;
        object-position: 93%;
    }
    .hp_banner .b-content{
        text-align: center;
    }
    .hp_banner .btn-group{
        flex-wrap: wrap;
        justify-content: center;
        gap: .5rem;
    }          
    .hp_banner .b-deco{
        margin-left: auto;
        margin-right: auto;
    }
    
    :lang(en) .hp_banner h2 {
      font-size: clamp( 1.8rem, 2.5vw, 2.5vw );
    }
    
    :lang(en) .hp_banner h4{
        font-size:clamp(0.725rem,0.9vw,0.9vw);
    }
}

/*About*/
.hp_about {
  background: url("https://cdn1.npcdn.net/img/1781749274B-Background.jpg") center/cover no-repeat;
    padding: var(--sec-y) var(--sec-x);
}

.about-wrapper {
    display: flex;
    gap: 4rem;
    align-items: center;
}

.about_left {

}

.about-deco {
  width: 165px;
  margin: 20px 0;
}

.about-content .content{
    margin-top: 1.15rem;
}

.about-frame {
    min-width: 55%;  
}

.about-frame img {
  width: 100%;  
  object-fit: cover;
}

@media(max-width:991px){
    .about-frame{
        min-width: 50%;
    }
}

@media(max-width:768px){
    .about-wrapper{
        flex-wrap: wrap;
    }
}

/* Point */
.hp_point{
    background: url(https://cdn1.npcdn.net/images/C_Background_s6wv0m_1781756081.jpg?md5id=4825f2b20fb569c346c060a2f8c31c18&new_width=3600&new_height=1327&type=4);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: var(--sec-y) var(--sec-x);
    overflow: hidden;
}

.title-box .title-style{
    width: fit-content;
    margin: auto;    
    margin-bottom: 2.3rem;
    
    &:after{
        display: block;
        content: "";
        width: 100%;
        height: 25px;
        background: url(https://cdn1.npcdn.net/images/C_Element_5g6xs4_1781756081.png?md5id=4825f2b20fb569c346c060a2f8c31c18&new_width=890&new_height=58&type=4);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: 0.5rem;
    }
}
.point-deco{
    width: 100%;
}

.point-grid{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
}
.point-box{
    background: #fff;
    text-align: center;
    padding: 1rem;
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
    border: 1px solid #aa9d74;
}
.point-icon{
    width: 100px;
    margin: auto;
    
    &:after{
        display: block;
        content: "";
        width: 17px;
        height: 17px;
        background: url(https://cdn1.npcdn.net/images/C_Star_28fn3v_1781756081.png?md5id=4825f2b20fb569c346c060a2f8c31c18&new_width=200&new_height=200&type=4);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin: 1rem auto;
    }
}
.point-title{
    color: var(--primary-color);
    font-family: var(--title-font);
    font-weight: 600;
}

@media(max-width:1200px){
    .point-grid{        
        grid-template-columns: repeat(3, 1fr);        
        gap: 2rem;
    }
    .point-box{
        width: 75%;
        margin: auto;
    }
    .point-title{
        font-size: clamp(1rem, 1.05vw, 1.05vw);
    }
}

@media(max-width:991px){
    .point-box{
        width: 100%;
        height:100%;
    }
}

@media(max-width:768px){
    .point-grid{
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}

/* product */
.index_wrapper_5{
    padding: var(--sec-y) var(--sec-x);
}

.productSlider-1 .slick-track .slick-slide{
    box-shadow: unset;
    margin: 0 12px;
}
.productSlider-1 .product_img .product_box{
    border: unset;
    margin: 0;        
    transition: all .3s linear;
    
    &:hover{
        transform: translateY(15px);
    }
}
.productSlider-1 .slick-list{
    overflow: visible;
    overflow-x: clip;
}
.product_box .text-left{
    text-align: center !important;
}
.product_box .content p,
.product_box .content h6.align-top{
    display: none;
}
.product_box .content a{
    text-decoration: unset;
}
.productSlider-1 .slick-arrow{
    display: none !important;
}
.productSlider-1 .product_img .product_box .product_img_frame{
    padding-top: 125%;
}
.product_box .content h6{
    font-family: var(--title-font);
    font-size: clamp(1rem, 1.5vw, 1.5vw);
    
    &:after{
        display: block;
        content: "";
        width: 60%;
        height: 30px;
        background: url(https://cdn1.npcdn.net/images/D_Element_2_wd84ng_1781762779.png?md5id=4825f2b20fb569c346c060a2f8c31c18&new_width=378&new_height=58&type=4);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin: auto;
        margin-top: 0.5rem;
    }
}

@media(max-width:991px){
    .product_box .content h6:after{
        width: 80%;
    }
    .productSlider-1 .slick-list{
        padding: 0 !important;
    }
}

/* Gallery */
.index_wrapper_6{
    padding: var(--sec-y) var(--sec-x);
    background: url(https://cdn1.npcdn.net/images/E_Background_13jdz2_1781764664.jpg?md5id=4825f2b20fb569c346c060a2f8c31c18&new_width=3600&new_height=1529&type=4);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#main_index .gallerycategory .col-lg-3{
    padding: 0 12px !important;
    transition: all .3s linear;
    
    &:hover{
        transform: translatey(15px);
    }
}
#main_index .gallerycategory .img_frame{
    padding-top: 100%;
    border-radius: 10px;
    height: unset;
    
    &:hover img{
        transform: translate(-50%, -50%);
    }
}
#main_index .gallerycategory .img_frame .more p{
    display: none;
}
#main_index .gallerycategory .col-lg-3 p{
    color: var(--primary-color);
    font-family: var(--title-font);
    font-size: clamp(1rem, 1.5vw, 1.5vw);
    font-weight: 600;
    padding: 0 !important;
    width: 100%;
    
     &:after{
        display: block;
        content: "";
        width: 60%;
        height: 30px;
        background: url(https://cdn1.npcdn.net/images/D_Element_2_wd84ng_1781762779.png?md5id=4825f2b20fb569c346c060a2f8c31c18&new_width=378&new_height=58&type=4);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin: auto;
        margin-top: 0.5rem;
    }
}
#main_index .gallerycategory .img_frame:hover .more{
    background: unset;
}

@media(max-width:991px){
    .index_wrapper_6{
        padding-bottom: calc(var(--sec-y) - 12px);
    }
    #main_index .gallerycategory .col-lg-3{
        padding: 12px !important;
    }
}

/* Google Review */
.index_wrapper_7{
    padding: var(--sec-y) var(--sec-x) ;  
    background: url(https://cdn1.npcdn.net/images/F_Background_1_6e4yol_1782265662.jpg?md5id=4825f2b20fb569c346c060a2f8c31c18&new_width=3600&new_height=2811&type=4);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#index_7_2{
    padding-bottom: var(--sec-y) !important;
}

/* News */
.hp_latest_new_8 .col-12{
    padding: 0 12px !important;
}
.hp_latest_new_8 .news_box{
    padding: 20px;
    box-shadow: 0px 0px 8px #ccc;
    background: #fff;
}
.hp_latest_new_8 .news_box .title{
    color: var(--primary-color);
    font-family: var(--title-font); 
    margin-top: .5rem;
}
.hp_latest_new_8 .news_box .title span{
    display: none;
}
.hp_latest_new_8 .news_box .date{
    opacity: 1;
}
.hp_latest_new_8 .news_box .read_more{
    width: fit-content;
    text-decoration: underline;
    text-underline-offset: 5px;
}

/* Contact */
.hp_contact{
    padding: var(--sec-y) var(--sec-x);
    background: url(https://cdn1.npcdn.net/images/G_Background_r659sv_1781766765.jpg?md5id=4825f2b20fb569c346c060a2f8c31c18&new_width=3600&new_height=1109&type=4);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.hp_contact .title-wrapper{
    margin-bottom: 3.5rem;
}
.hp_contact .title-box-sp .title-style{
    line-height: 1.4;
}
.hp_contact .title-box-sp .italic-style{
    font-size: clamp(3rem, 3.75vw, 3.75vw);
}
.main-btn.btn-large{
    padding: 30px 45px 32px;
    font-size: clamp(1rem, 1.55vw, 1.55vw);
    
    &:hover{
        transform: scale(.95);
        background: #333;
    }
}

.contact-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3.5rem;
}
.grid-title{
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: clamp(.95rem, 1.35vw, 1.35vw);
    gap: .75rem;
}
.grid-title .content{
    color: var(--primary-color);
    font-size: clamp(1.05rem, 1.25vw, 1.25vw);
    font-family: var(--title-font);
    font-weight: 500;
}
.grid-box p{
    font-family: var(--title-font);
    text-align: center;
}
.grid-box li{
    text-align: center;   
}
.grid-box li a{
    font-family: var(--title-font);
    color: #000;
    
    &:hover{
        color: var(--primary-color);
        text-decoration: unset;
    }
}
.grid-box:last-child ul{
    display: flex;
    justify-content: center;
    gap: .9rem;
} 
.grid-box .social_btn img{
    width: 25px;
}
.grid-box .deco-line{
    margin: 1rem 0;
}

@media(max-width:991px){
    .contact-grid{
        grid-template-columns: repeat(2, 1fr);
        gap: 4rem;
    }
    
    .hp_contact .title-wrapper{
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100%;
        text-align: center;
        gap: 1.2rem;
    }
}

@media(max-width:576px){
    .title-box-sp br{
        display: none;
    }
    .contact-grid{
        grid-template-columns: repeat(1, 1fr);
        width: 85%;
        margin: auto;
    }
}

/* Footer */
.footer_type6{
    font-family: var(--title-font);
    color: var(--primary-color);
    background: #f2ebe3;
    padding: 4rem 0;
    border-top: 10px solid  var(--primary-color);
}

.footer_type6 .logo{
    padding-top: 70px;
    
    min-height: 0;
    img{
        max-height: 70px;
    }    
}
.footer_type6 .title h5{
    font-weight: 700;
}

.footer_type6 a{
    color: var(--primary-color);
}
.footer_type6 .input-container input{
    color: var(--primary-color);
    border-color: var(--primary-color);
    caret-color: var(--primary-color);
}
.footer_type6 .input-container .moveUp,
.footer_type6 .input-container .submit,
.footer_type6 .input-container label{
    color: var(--primary-color);
}

.footer_type6 .line{
    background-color: var(--primary-color);
    margin-top: 1rem;
}


.footer_type6 .social_media {
  display: flex;
  width: 22%;
  margin-left: auto;
  margin-top: -1rem;
}
.footer_type6 .social_media a{
  margin-left: .5rem;
}

@media(max-width:991px){
  .footer_type6 .social_media{
    width: 40%;
  }
}

@media(max-width:768px){
  .footer_type6 .social_media{
    width: 22%;
    margin: unset;
  }
}

@media(max-width:576px){
  .footer_type6{
    padding-left: var(--sec-x);
    padding-right: var(--sec-x);
  }
  .footer_type6 .social_media{
    width: 30%;
    margin: unset;
  }
}