@charset "utf-8";
/* ====================================
common
=====================================*/

:root {
    --primary-white: #F9F5EF;
    --primary-whiteLow: #8D5904; /* 薄さ15％にして活用　主にメニューや悩み、FAQとかの背景 */
    --primary-black: #231815;
    --primary-beige: #9F804D; /* 薄さ70％にして活用　SNSの部分 */
    --primary-red: #A03E22;
    --contentWidth: 80%; /* sp サイドの余白 */
    --contentPadding: 10%; /* sp サイドの余白 */
}

html {
    font-size: 62.5%;
}

body {
    font-family: 
        "Shippori Mincho",
        "Libre Caslon Text",
         serif;
    color: var(--primary-black, #231815);
    line-height: 1;
}

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



/* ====================================
section--about--top
=====================================*/

.section--about--top {
    background-image: url(../images/sp_bl_kuma_1.png);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index:-1;
    background-repeat: no-repeat;
    object-fit: cover;
    object-position: center center;
    background-size: cover;
}

.about__txt__group {
    padding: 220px 6%;
    /* width: 343px; */
}

.about--topic__sub {
    color: var(--primary-white);
    font-family: "Libre Caslon Text";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.064rem;
}

.about--topic__main {
    margin-top: 6px;
    color: var(--primary-white);
    font-family: "Shippori Mincho";
    font-size: 2.0rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.08rem;
}

.about__txt {
    margin-top: 60px;
    color: var(--primary-white);
    font-family: "Shippori Mincho";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 210%; /* 29.4px */
    letter-spacing: 0.112rem;
}


/*=============================================================================
768px 
 =============================================================================*/
 @media screen and (min-width: 768px) and (max-width: 959px){

    .section--about--top {
        background-image: url(../images/sp_bl_kuma_1.png);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index:-1;
        background-repeat: no-repeat;
        object-fit: cover;
        object-position: center center;
        background-size: cover;
    }
    
    .about__txt__group {
        padding: 220px 24%;
        /* width: 343px; */
    }
    
    .about--topic__sub {
        color: var(--primary-white);
        font-family: "Libre Caslon Text";
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.064rem;
    }
    
    .about--topic__main {
        margin-top: 6px;
        color: var(--primary-white);
        font-family: "Shippori Mincho";
        font-size: 2.0rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.08rem;
    }
    
    .about__txt {
        margin-top: 60px;
        color: var(--primary-white);
        font-family: "Shippori Mincho";
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 400;
        line-height: 210%; /* 29.4px */
        letter-spacing: 0.112rem;
    }

 }





/* ==============================================================
section--about--top pc
================================================================*/
@media screen and (min-width: 960px){


    .section--about--top {
        background-image: url(../images/background01.png);
        position: fixed;
        padding: 0 0 0 16.31%;
        width: 100%;
        background-size: cover;

    }
    
    .about__txt__group {
        background-image: url(../images/pc_bl_kuma_1.png);
        background-size: cover;
        padding: 200px 0 156px 11.12%;
    }
    
    .about--topic__sub {
        color: var(--primary-white);
        font-family: "Libre Caslon Text";
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.064rem;
        margin-left: 3px;
    }
    
    .about--topic__main {
        margin-top: 6px;
        color: var(--primary-white);
        font-family: "Shippori Mincho";
        font-size: 3.2rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.128rem;
    }
    
    .about__txt {
        margin-top: 60px;
        color: var(--primary-white);
        font-family: "Shippori Mincho";
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 500;
        line-height: 240%; /* 38.4px */
        letter-spacing: 0.128rem;
        width: 330px;
    }



}



/* ====================================
ごあいさつ
=====================================*/

.section--about--owner {
    padding: 60px 6% 80px;
    background-image: url(../images/background01.png);
    width: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
  }
  
  .section--about--owner::before {
    content: "";
    position: absolute;
    top: -30%;
    left: -10%;
    width: 120%;
    height: 120%;
    background: url(../images/gradation01.png) center/cover no-repeat;
    opacity: 0.5;
    z-index: -1; /* テキストより後ろ、背景より前にしたい場合は要調整 */
    pointer-events: none;
  }

.txt__group__item h3 {
    color: var(--primary-black);
    font-family: "Shippori Mincho";
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.072rem;
}

.txt__group__item p {
    margin-top: 30px;
    color: var(--primary-black);
    font-family: "Shippori Mincho";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 210%; /* 29.4px */
    letter-spacing: 0.112rem;
}

.owner {
    margin-top: 30px;
}

.owner__sub {
    color: var(--primary-black);
    text-align: right;
    font-family: "Shippori Mincho";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
    letter-spacing: 0.048rem;
}

.owner__main {
    color: var(--primary-black);
    text-align: right;
    font-family: "Shippori Mincho";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
    letter-spacing: 0.048rem;
    margin-top: 6px;
    margin-bottom: 60px;
}

.owner__img {
    margin: 0 auto;
    width: 100%;
    max-width: 343px;    
}



/*=============================================================================
768px 
 =============================================================================*/
 @media screen and (min-width: 768px) and (max-width: 959px){

    .section--about--owner {
        padding: 60px 24% 80px;
        background-image: url(../images/background01.png);
        width: 100%;
        position: relative;
        z-index: 0;
        overflow: hidden;
      }
      
      .section--about--owner::before {
        content: "";
        position: absolute;
        top: -60%;
        left: -50%;
        width: 160%;
        height: 160%;
        background: url(../images/gradation01.png) center/cover no-repeat;
        opacity: 0.5;
        z-index: -1; /* テキストより後ろ、背景より前にしたい場合は要調整 */
        pointer-events: none;
      }
    
    .txt__group__item h3 {
        color: var(--primary-black);
        font-family: "Shippori Mincho";
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.072rem;
    }
    
    .txt__group__item p {
        margin-top: 30px;
        color: var(--primary-black);
        font-family: "Shippori Mincho";
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 400;
        line-height: 210%; /* 29.4px */
        letter-spacing: 0.112rem;
    }
    
    .owner {
        margin-top: 30px;
    }
    
    .owner__sub {
        color: var(--primary-black);
        text-align: right;
        font-family: "Shippori Mincho";
        font-size: 1.2rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 18px */
        letter-spacing: 0.048rem;
    }
    
    .owner__main {
        color: var(--primary-black);
        text-align: right;
        font-family: "Shippori Mincho";
        font-size: 1.2rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 18px */
        letter-spacing: 0.048rem;
        margin-top: 6px;
        margin-bottom: 60px;
    }
    
    .owner__img {
        margin: 0 auto;
        width: 100%;
        max-width: 343px;    
    }

 }





/* ==============================================================
ごあいさつ pc
================================================================*/
@media screen and (min-width: 960px){

    .section--about--owner {
        padding: 140px 8.8% 100px 25.69%;
        display: flex;
        background-image: url(../images/background01.png);
        width: 100%;
        position: relative;
        z-index: 0;
        overflow: hidden;
      }
      
      .section--about--owner::before {
        display: none;
      }

    .txt__group__list {
        width: 44%;
    }
    
    .txt__group__item h3 {
        color: var(--primary-black);
        font-family: "Shippori Mincho";
        font-size: 2.4rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.096rem;
    }
    
    .txt__group__item p {
        margin-top: 30px;
        color: var(--primary-black);
        font-family: "Shippori Mincho";
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 500;
        line-height: 210%; /* 33.6px */
        letter-spacing: 0.128rem;
    }
    
    .owner {
        margin-top: 30px;
    }
    
    .owner__sub {
        color: var(--primary-black);
        text-align: right;
        font-family: "Shippori Mincho";
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; /* 21px */
        letter-spacing: 0.112rem;
    }
    
    .owner__main {
        color: var(--primary-black);
        text-align: right;
        font-family: "Shippori Mincho";
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; /* 18px */
        letter-spacing: 0.112rem;
        margin-top: 6px;
        /* margin-bottom: 60px; */
    }
    
    .owner__img {
        margin-top: 70px;
        width: 100%;
        max-width: 343px;    
    }



}




/* ====================================
写真スライダー
=====================================*/

.slider-wrapper {
    background-image: url(../images/background01.png);
    padding: 0 0 60px 0;
    overflow: hidden;
    width: 100%;
}

.slider {
    display: flex;
    width: max-content;
    animation: scroll 80s linear infinite;
}

.slide1 {
    flex: 0 0 auto;
}

.slide2 {
    flex: 0 0 auto;
}

.slide3 {
    flex: 0 0 auto;
}

.slide4 {
    flex: 0 0 auto;
}

.slide5 {
    flex: 0 0 auto;
}

.slide1 img {
    width: 200px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.slide2 img {
    width: 250px;
    margin-right: 30px;
    margin-top: 60px;
}

.slide3 img {
    width: 200px;
    margin-right: 30px;
    margin-top: 30px;
}

.slide4 img {
    width: 220px;
    margin-right: 30px;
    margin-bottom: 40px;
}

.slide5 img {
    width: 250px;
    margin-right: 30px;
    margin-top: 60px;
}

  
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }




/*=============================================================================
768px 
 =============================================================================*/
 @media screen and (min-width: 768px) and (max-width: 959px){

    .slider-wrapper {
        background-image: url(../images/background01.png);
        padding: 0 0 60px 0;
        overflow: hidden;
        width: 100%;
    }
    
    .slider {
        display: flex;
        width: max-content;
        animation: scroll 80s linear infinite;
    }
    
    .slide1 {
        flex: 0 0 auto;
    }
    
    .slide2 {
        flex: 0 0 auto;
    }
    
    .slide3 {
        flex: 0 0 auto;
    }
    
    .slide4 {
        flex: 0 0 auto;
    }
    
    .slide5 {
        flex: 0 0 auto;
    }
    
    .slide1 img {
        width: 220px;
        margin-right: 30px;
        margin-bottom: 30px;
    }
    
    .slide2 img {
        width: 270px;
        margin-right: 30px;
        margin-top: 60px;
    }
    
    .slide3 img {
        width: 220px;
        margin-right: 30px;
        margin-top: 30px;
    }
    
    .slide4 img {
        width: 240px;
        margin-right: 30px;
        margin-bottom: 40px;
    }
    
    .slide5 img {
        width: 270px;
        margin-right: 30px;
        margin-top: 60px;
    }
    
      
      @keyframes scroll {
        0% {
          transform: translateX(0);
        }
        100% {
          transform: translateX(-50%);
        }
      }

 }


 


/* ==============================================================
写真スライダー pc
================================================================*/
@media screen and (min-width: 960px){

    .slider-wrapper {
        background-image: url(../images/background01.png);
        padding: 0 0 100px 0;
        overflow: hidden;
        width: 100%;
    }
    
    .slider {
        display: flex;
        width: max-content;
        animation: scroll 100s linear infinite;
    }
    
    .slide1 {
        flex: 0 0 auto;
    }
    
    .slide2 {
        flex: 0 0 auto;
    }
    
    .slide3 {
        flex: 0 0 auto;
    }
    
    .slide4 {
        flex: 0 0 auto;
    }
    
    .slide5 {
        flex: 0 0 auto;
    }
    
    .slide1 img {
        width: 263px;
        margin-right: 58px;
        margin-bottom: 30px;
    }
    
    .slide2 img {
        width: 330px;
        margin-right: 58px;
        margin-top: 60px;
    }
    
    .slide3 img {
        width: 263px;
        margin-right: 58px;
        margin-top: 30px;
    }
    
    .slide4 img {
        width: 263px;
        margin-right: 58px;
        margin-bottom: 40px;
    }
    
    .slide5 img {
        width: 330px;
        margin-right: 58px;
        margin-top: 60px;
    }
    
      
      @keyframes scroll {
        0% {
          transform: translateX(0);
        }
        100% {
          transform: translateX(-50%);
        }
      }



}









