@charset "UTF-8";

/* googlefont:font-family: 'Noto Sans JP', sans-serif;
font-family: 'Nunito Sans', sans-serif; */
h3 {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 4.0rem;
    letter-spacing: 3px;
}

@media(min-width:1100px) {
    h3 {
        font-size: 2.6rem;
        font-weight: 700;
        line-height: 5.0rem;
        letter-spacing: 2px;
    }
}

h4 {
    font-family: 'Nunito Sans', sans-serif;
    font-style: italic;
    font-size: 3.0rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #CCAC40;
    padding-bottom: 8px;
    background-image: repeating-linear-gradient(-45deg, #fafafa 0px, #fafafa 5px, rgba(0 0 0 / 0)0%, rgba(0 0 0 / 0)38%);
    background-size: 30px 10px;
    background-repeat: repeat-x;
    background-position: center bottom;
    padding: 0 20px;
    max-width: 500px;
    margin: 0 auto;
}

h5 {
    font-size: 1.8rem;
    line-height: 3.0rem;
}


.concept {
    max-width: 600px;
    margin: 60px auto;
    padding: 0 20px;

}

.concept__top-wrapper {
    margin: 60px auto;
    max-width: 600px;
}

.concept h3 {
    letter-spacing: 0.1rem;
}

.menu-letter {
    width: 80vw;
    max-width: 400px;
    margin: 0 auto;
}

.concept__title {
    margin-top: 40px;
}

@media(min-width:1100px) {
    .concept {
        padding: 0px;
        margin: 0 auto 120px auto;
        max-width: 1366px;
    }

    .menu-letter {
        width: 80vw;
        max-width: 550px;
    }
}

.owner {
    box-sizing: border-box;
    display: block;
    border-top: #333 solid 4px;
    border-bottom: #333 solid 4px;
    padding: 10px 0px;
    /* width: 100%; */
    max-width: 600px;
    margin: 100px auto 60px auto;
}

.owner__wrapper {
    padding: 50px;
    border-top: #333 solid 2px;
    border-bottom: #333 solid 2px;
    margin: 0px auto;
    /* width: 100%; */
    max-width: 600px;
}

.owner img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

figcaption {
    margin-top: -5px;
    font-size: 14px;
    text-align: left;
    margin-bottom: 10px;
    font-weight: 400;
}

.owner__lead {
    margin-top: 40px;
    text-align: left;
}

@media(min-width:1100px) {

    .owner {
        max-width: 1100px;
        max-height: 650px;
        margin: 0 auto 150px auto;
    }

    .owner__wrapper {
        padding: 50px;
        border-top: #333 solid 2px;
        border-bottom: #333 solid 2px;
        margin: 0px auto;
        /* width: 100%; */
        max-width: 1366px;
    }
.owner__wrapper02{
  display: flex;
}
    .owner img {
        width: 285px;
       object-fit: cover;
    }
    .owner__lead {
        margin-top: 0px;
        margin-left: 45px;
    }
}

.shop__concept {
    margin: 0 auto 60px auto;
    background-color: #fafafa;
    padding: 60px 0px;
    max-width: 1366px;
}

.shop__concept01,
.shop__concept02,
.shop__concept03 {
    justify-content: center;
    max-width: 600px;
    margin: 0 auto;
}

.shop__concept01,
.shop__concept02 {
    margin-bottom: 60px;
}

.shop__concept-img {
    padding: 0 30px;
}

.shop__concept img {
    width: 100%;
    max-width: 600px;
    object-fit: cover;
    height: 280px;
    vertical-align: bottom;
    /* padding: 0 30px; */
}

.shop__concept-lead {
    background-color: #FFFFFF;
    margin: 0 30px 0 30px;
    padding: 0 30px 40px 0px;

}

.shop__concept-number {
    background-color: #FAF7EA;
    width: 85px;
    height: 80px;
    z-index: 1;
    position: relative;
    margin-bottom: 20px;
}

.shop__concept-number p {
    font-family: 'Nunito Sans', sans-serif;
    font-style: italic;
    font-weight: 200;
    font-size: 8.0rem;
    color: #6CEBF0;
    z-index: 10;
    position: absolute;
    top: 20px;
    left: -10px;
}

.shop__concept-lead {
    text-align: left;
}

.lead-top {
    padding-left: 20px;
}

.shop__concept-lead p {
    margin-top: 15px;
    padding-left: 20px;
    width: 90%;
}
@media(min-width:1100px){
    .shop__concept {
        margin: 0 auto 100px auto;
        background-color: #fafafa;
        padding:80px 0px 40px;
        max-width: 1366px;
    }
    
    .shop__concept01,
    .shop__concept02,
    .shop__concept03 {
        /* justify-content: center; */
        max-width: 1366px;
        margin: 0 auto;
        display: flex;
    }
    .shop__concept01,.shop__concept03{
        flex-flow: row-reverse;
        margin: 0 auto;
    }
.shop__concept02 {
    margin-bottom: 40px;
    margin-top: 40px;

}
.shop__concept-img{
    max-width: 600px;
    position: relative;
    z-index: 100;
    padding: 0;

}
.shop__concept-img img {
    /* padding: 0 30px; */
    width:600px ;
    height: 450px;
    max-width: none;
    padding: 0;
}
.shop__concept-lead {
    background-color: #FFFFFF;
    margin: 0 0 0 30px;
    position: relative;
    z-index: 1;
    width: 150vw;
    height: 35vh;
    min-height: 400px;
    left: 3vw;
    text-align: left;
    margin-bottom: 60px;
    /* padding-bottom: 100px; */

}
.shop__concept02 > .shop__concept-lead {
  
    right: 6vw;
    left: unset;
    padding-left: 10%;
    padding-right: 8%;
   

}

.shop__concept02 >.shop__concept-number {
    background-color: #FAF7EA;
    width: 85px;
    height: 80px;
    z-index: 1;
    position: relative;
    margin-bottom: 20px;
}

.shop__concept-number p {
    font-family: 'Nunito Sans', sans-serif;
    font-style: italic;
    font-weight: 200;
    font-size: 8.0rem;
    color: #6CEBF0;
    z-index: 10;
    position: absolute;
    top: 20px;
    left: -10px;
}

.shop__concept02 >.shop__concept-number p {
    font-family: 'Nunito Sans', sans-serif;
    font-style: italic;
    font-weight: 200;
    font-size: 8.0rem;
    color: #6CEBF0;
    z-index: 10;
    position: absolute;
    top: 20px;
    left: -10px;
}


.lead-top {
    padding-left: 50px;
}

.shop__concept-lead p {
    margin-top: 15px;
    padding-left: 50px;
    max-width: 380px;
}

}
.box {
    box-sizing: border-box;
    position: relative;
    padding: 20px 10px 10px;
    background-color: #FFFFFF;
    color: #333;
    font-size: 1.7rem;
    line-height: 2.3rem;
    letter-spacing: 2px;
    font-weight: 600;
    width: 170px;
    height: 120px;
    margin-bottom: 25px;
    margin-top: 25px;
    text-align: left;
}

.box::before {
    position: absolute;
    bottom: 10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
    transition: .3s;
    content: '';
}

.box:nth-child(even) {
    margin: 0 0 0 auto;
}

.concept__slick-slider img {
    width: 235px;
    height: 235px;
    margin: 0 auto;
    margin-left: 30px;
    /* position: relative;
    top: -50px; */
    object-fit: cover;

}
.concept__slick-bg {
    position: relative;
    background-color: #FAF7EA;
    height: 125px;
    margin: 250px auto 0 auto;
    max-width: 1366px;
}
/*========= スリックスライダー ===============*/
/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.concept__slick-slider{
   margin:0 auto;
  }
  .slick-slide {
    margin:0 20px;
    height: 235px;
    margin-bottom: 50px;
  }
  .slick-slider{
    position: relative;
    top: -150px;
  }

  
  .slick-prev {/*戻る矢印の位置と形状*/
    left: -10%;
    transform: rotate(-135deg);
  }
  
  .slick-next {/*次へ矢印の位置と形状*/
    right: -10%;
    transform: rotate(45deg);
  }
  
  /*ドットナビゲーションの設定*/
  
  .slick-dots {
    text-align:center;
  margin:20px 0 0 0;
  }
  
  .slick-dots li {
    display:none;
  margin:0 5px;
  }
  
  .slick-dots button {
    color: transparent;
    outline: none;
    width:5px;/*ドットボタンのサイズ*/
    height:5px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
  }
  
  .slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
  }