@charset "UTF-8";

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    font-size: 62.5%;
    color: #151313;
    font-family: "Sawarabi Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #FFFBF8;
    letter-spacing: 0.1px;
}

section{
    margin-bottom: 48px;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    color: #201c1c;
}
p{
    font-size: 1.6rem;

}

.midashi{
    display: flex;
    flex-direction: column;
    justify-content: baseline;
    gap:4px;
}

h1{
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing: 1.5px;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.midashi__ue{
    color: #BB7A4A;
    font-size: 1.4rem;
    font-family: "Quicksand", system-ui;

}
@media screen and (max-width:768px){
    .midashi{
        justify-content: center;
        text-align: center;
    }
    section{
        margin-bottom: 40px;
    }
    }

    /* fadeIn */
.mainvisual.fadeIn{
    transform:translate(0, 10px);
}
.fadeIn{
    transform:translate(0, 40px);
    opacity: 0;
    transition: 0.8s;
}

.fadeIn.animated{
    transform:translate(0, 0);
    opacity: 1;
}

.container{
    overflow: hidden;
}

.header{
    position: fixed;   
    width: 100%;
    z-index: 100;
    font-size: 1.4rem;

    background: linear-gradient(#fffbf88a, #ffffff00);
    
}


.header__inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px 4px ;
}
.header__inner img:hover{
    filter: opacity(0.75);
    transition: 0.2s;
}

.header__logo{
    width: auto;
    height: 49px;
}

.header__menu{
    display: flex;
    align-items: center;
    gap: 32px;
}
.contact__btn{
    display: block;
}
.contact__sp,.totopPG-SP{
    display: none;
}
@media screen and (max-width:768px){
    
        .header{
            flex-direction: column;
            height: 100vh;
            transition: 0.6s;
            transform: translate(-100%);
            font-size: 1.6rem;
            background: rgba(255, 247, 243, 0.9);
        }
        .active{
            transform: translate(0);
        }
        .header__inner{
            transform: translate(0 ,50%);
            flex-direction: column;
        }
        .header__menu{
            flex-direction: column;
            gap: 48px;
        }
        .contact__btn{
            display: none;
            width: 0;
            height: 0;
        }
        .contact__sp,.totopPG-SP{
            display: block;
        }

        .header__logo{
            display: none;
        }
}
.header__menu a:visited{
    color: #151313;
}
.header__menu a:hover{
    color: #b8a178;
    transition: 0.2s;
}
.contact__btn{
    width: auto;
    height: 39.5px;
    padding-left: 8px;
}

.menubtn ,.header__logo-sp{
    display: none;
    width: 0;
    height: 0;
}
@media screen and (max-width:768px){
.header__logo-sp{
    display: block;
    position: fixed;
    top: 9px;
    left: 10px;
    width: 110px;
    z-index: 100;
    height: auto;
}
.menubtn{
    display: block;
    position: fixed;
    width: 45px;/*枠の大きさ*/
    height: 45px;/*枠の大きさ*/
    z-index: 100;
    top: 1%;
    right: 2%;
    
    background:#FF783E;
    border-radius: 50px;
    cursor: pointer;
    
}


.menubtn hr{
    display: block;
    margin: 0;
    border: none;
    width: 50%;/*バツ線の長さ*/
    height: 3px;/*バツ線の太さ*/
    background: #ffffff;
    transform-origin:0% 50%;
    position: absolute;
    top: 12px;
    left: 25%;
    transition: .3s;
}

.menubtn hr:nth-of-type(2){
    top: 22px;
}

.menubtn hr:nth-of-type(3){
    top: 32px;
}
    
.close hr{
    left: 30%;        
}
    
.close hr:nth-of-type(1){
    transform: rotate(45deg);
    width: 55%;
}

.close hr:nth-of-type(2){
    opacity: 0;
}

.close hr:nth-of-type(3){
    top: 30px;
        transform: rotate(-45deg);
        width: 55%;
}
}

.mainvisual{
    height: 640px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    background-image: url('../images/haikei.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    z-index: -2;
}
.maincontainer{
    display: flex;
    align-items: center;
    width: 1185px;
    padding: 0 128px;
}
.maincatch{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    padding: 8px 16px;
    border-radius: 10px;
    gap: 8px;
    writing-mode: vertical-rl;
    background-color: rgba(255, 255, 255, 0.8);

}
.maincatch p{
    padding-top: 5px;
    letter-spacing: -3px;
}

 .maincatch__img{ 
     width: 160px; 
 } 
 .mainimages{
    width: 350px;
    height: 350px;
    margin: auto;
    z-index: -1;
    position: absolute;
    top: 134px;
} 
@media screen and (max-width:768px){
    .mainvisual{
        height: 620px;
    }
    .maincatch p{
        letter-spacing: 0px;
    }
    .maincontainer{
        display: flex;
        align-items: baseline;
        justify-content: center;
        padding-top: 66px;
    }
    .maincatch__img{ 
        width: 112px;
        height: 244px; 
    } 
    .mainimages{
        position: absolute;
        width: 180px;
        height: 180px;
        top: 370px;
    } 
  
}
.about{
    display: flex;
    align-items: center;
    justify-content:center;
    gap: 16px;
    padding: 0 0 24px  ;
    max-width: 1185px;
    margin: 0 auto;
    margin-bottom: 40px;

  }
.about__text{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.sameanime1{
    max-width: 400px;
    height: auto;
}
.about p{
    width: 354px;
}
@media screen and (max-width:768px){
    .about{
        flex-direction: column;
        padding: 24px 10px;
    }
    .about__text{
    gap: 32px;
    }
    .sameanime1{
        max-width: 320px;
        height: auto;
    }

}
.product{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 0 ;
    gap: 32px;
    background: linear-gradient(#FFF0DE, #FFFBF8);
}
.product .midashi{
    margin: 0 auto;
}
.product__container{
    margin-top: 8px;
    padding: 0 128px;
    max-width: 1185px;
}
.slick-dots {
    position: relative;
}
.product__item{
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap:8px;
    margin: 0 7px;
    border-radius: 6px;
    box-shadow: 1px 2px 1px #fea53f40;
    background-color: white;
}
.product__item--img{
    display: block;
    max-height: 200px;
    margin-bottom: 8px;
    background-color: rgb(36, 32, 31);
}
.product__item--img img{
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.p01{
    background-image: url(../images/sozai/dou.jpg);
}
.product__item--p{
    padding: 0 12px;
    font-weight: bold;
}
.product__item--text{
    padding: 0 12px 8px;
    color: #6C6A6A;
}

.product__btn{
    margin: 2px auto 0;
    padding: 8px 24px;
    border-radius: 25px;
    
    box-shadow: 3px 4px 1px #c37a3659;
    color: white;
    background-color: #FF783E;
}
.product__btn:hover{
    transition: 0.2s;
    background-color: rgb(243, 163, 66);
}
.product a{
    color: white;
    margin: 0 auto;
}
.product__btn p{
    display: flex;
    align-items: center;
    font-size: 2.4rem;
}
.product__btn p::after{
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-left: 16px;
    background-image: url(../images/arrow-08.svg);
    background-size: contain;
    }

.slick-initialized .slick-slide {
    display: flex;
}
.slick-dotted.slick-slider {
    margin-bottom: 14px;
}
.slick-track{
    margin-bottom: 2px;
}
.slick-dots li button:before{
    font-size: 8px;
}
.slick-arrow{
    z-index:2!important;
    width:25px!important;
    height:25px!important;
}
.slick-arrow:before{
    content:""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
}
.slick-next:before{
    background: url(../images/slider-r.png)!important;
    background-size: contain!important;
}

.slick-prev:before{
    background: url(../images/slider-l.png)!important;
    background-size: contain!important;
}
@media screen and (min-width:1023px){
    .product__container{
        margin: 8px auto 0px;}
}
@media screen and (max-width:768px){
    .product{
        display: flex;
        padding: 16px 10px ;
        gap: 24px;
    }
    .product__container{
        padding: 0;
    }
    .product__container{
        padding: 0 ;
    }
    
}

.accessSP{
    display: none;
}
.access{
    max-width: 1185px;
    padding: 24px 128px;
    margin: 0 auto 48px ;

}
.access__container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.fromkinshicho{
    float: right;
    
    font-size: 1.4rem;
    text-align: center;
    padding: 20px 22px;
    background-color: #FFC784;
    border-radius: 60px;
}
iframe{
    max-width: 511px;
    max-height: 380px;
}
.access__logo{
    max-width: 242px;
    height: auto;
}
.access__right{
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 365px;

}
.access__right p{
    display: flex;
    align-items: center;
    gap: 8px;
}
.address::before,.mail::before,.call::before,.fax::before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-size: contain;
}
.address::before{
    background-image: url(../images/map.svg);
    }
.mail::before{
    background-image: url(../images/mail.svg);
    }
.call::before{
    background-image: url(../images/call.svg);
    }
.fax::before{
    background-image: url(../images/FAX.svg);
}

.mail::after{
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background-size: contain;
    background-image: url(../images/copy.svg);
    }

footer .mail::after{
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background-size: contain;
    background-image: url(../images/copy-w.svg);
    }

    

.address{
    padding-bottom: 16px;
}
.mail, .call,.fax{
    font-size: 2rem;
}
.mail{
    padding-bottom: 8px;
}
.mail:hover{
    opacity: 0.6;
    transition: 0.2s;
    cursor: pointer;
}
.time{
    padding-left: 36px;
    font-size: 1.4rem;
}

@media screen and (max-width:768px){
.access{
    display: none;
}
.accessSP{
    display: flex;
    justify-content: center;
    padding: 16px 10px;
}
.access__container{
    flex-direction: column;
    gap: 8px;
}
iframe{
    max-width: 355px;
    max-height: 245px;
}
.access__right{
    margin-right: auto;
    padding-left: 20px;
}
.fromkinshicho{
    margin-left: auto;
    float: none;
    font-size: 1.6rem;
    text-align: right;
    padding: 0;
    background-color: rgba(255, 255, 255, 0);
    border-radius: none;
}
}


.footer{
    padding: 24px 0 16px;
    background-color: #4A4444;
    color: white;
}
.footer__container{
    max-width: 1185px;
    margin: 0 auto;
    padding: 0 128px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer__rignt{
    display: flex;
    align-items: center;
    gap: 48px;
}
.footer a{
    color: white;
}

.footer a:visited{
    color: white;
}
.footer__logo{
    width: 201px;
    height: auto;
}
.footer__address{
    padding-top: 8px;
    font-size: 1.4rem;
}

.footer__menu{
    font-size: 1.4rem;
}
.footer__menu ul{
    width: 176px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 18px;

}
.footer__menu a:hover{
    opacity: 0.7;
    transition: 0.2s;
}
.copy{
    text-align: center;
    padding-top: 24px;
    font-size: 1.4rem;
}
@media screen and (max-width:768px){
    .footer__container{
        padding: 0 10px;
        gap: 40px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .footer__address{
        padding-top: 8px;
        font-size: 1.6rem;
    }
    .footer__rignt{
        flex-direction: column;
        gap: 40px;
    }
    .footer__menu ul{
        font-size: 1.6rem;
        text-align: center;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 32px;
    
    }
    .footer__left{
        text-align: center;
    }
    .time{
        padding-left: 0;
    }
    .copy{
        padding-top: 40px;
    }
}
.footer__left .mail::before{
    background-image: url(../images/mail_white.svg);
    }
.footer__left  .call::before{
    background-image: url(../images/call_white.svg);
    }

    

.totop{
    position: fixed;
    bottom: 3%;
    right: 2%;
    width: 45px;
    height: auto;
}
.totop:hover{
    transition: 0.2s;
    opacity: 0.6;
}