@charset "utf-8";

/* =========================================
section--experienceHeader
===========================================*/
.section--experienceHeader {
    padding: 30px 0;
}

.contents__title {
    text-align: center;
    margin-bottom: 30px;
}

.experienceHeader__item-1 {
    margin-bottom: 20px;
    height: fit-content;
}

.experienceHeader__img {
    display: block;
    width: 100%;
}

.experienceHeader__img1 img {
    width: 91.7%;
    height: auto;
    position: relative;
    z-index: -100;
}

.experienceHeader__img2 {
    width: 100%;
}

.experienceHeader__img2 img {
    width: 91.7%;
    margin-left: 8.2%;
    z-index: -100;
    position: relative;
}


.experienceHeader__contents {
    margin-top: -86px;
    margin-left: 11%;
    background: rgba(134, 143, 116, 0.90);
    color: var(--white);
    font-family: "Noto Sans","Noto Sans JP","Noto Sans TC","Noto Sans KR";
    font-size: 1.6rem;
    font-weight: 700;
    width: 89%;
    height: 79px;
    flex-shrink: 0;
    padding: 3% 9%;
    z-index: 100;
    text-align: left;
}



.green {
    color: var(--lightgreen);
}
.whitepre {
    white-space: pre;
}


.experienceHeader__contents2 {
    margin-top: -140px;
    margin-right: 10.4%;
    background-color: rgba(148, 140, 123, 0.90);
    color: var(--white);
    font-family: "Noto Sans","Noto Sans JP","Noto Sans TC","Noto Sans KR";
    font-size: 1.2rem;
    font-weight: 700;
    width: 89.6%;
    height: 184px;                                               
    flex-shrink: 0;
    padding: 5%;
    z-index: 100;
    text-align: left;
}





/* =================================================
slidein
=====================================================*/
.slideIn1 {
    animation: slideIn1 2s forwards;
}

.slideIn2 {
    animation: slideIn 3s forwards;
}





@keyframes slideIn {
    from {
      transform: translateX(-100%);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
}

@keyframes slideIn1 {
    from {
      transform: translateX(180px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
}


/* ================================================== */

/* experience Header pc */
@media screen and (min-width:769px) {
    .section--experienceHeader {
        padding: 60px 0 30px;
    }

    .contents__title {
        display: block;
       font-size: 3.6rem;
       margin:0 auto 60px;
    }

    .experienceHeader__img2 {
        width: 100%;
    }


    .experienceHeader__img2 img {
        width: 50%;
        position: absolute;
        top: 0;
        right: 0;
    }

    .experienceHeader__img1 {
        width: 100%;
    }

    .experienceHeader__img1 img {
        position: absolute;
        top: 17%;
        left: 0;
        width: 50%;
        z-index: 100;
    }


    .experienceHeader__contents {
        width: 79%;
        height: 100%;
        position: absolute;
        bottom: 0;
        right: 0;
        margin-left:0;
        padding: 0;
        text-align: left;
        display: flex;
        z-index: -100;
    }



    .experienceHeader__contents h3 {
        display: inline-block;
        font-size: 2.5vw;
        margin: 15% 7.1% 15% 42%;
        /* white-space: pre; */
    }

   
    .experienceHeader__item-1{
        margin-bottom: 0;
        padding-top: 36.6%;
        display: flex;
        position: relative;
    }

    .experienceHeader__item-2 {
        margin-bottom: 0;
        display: flex;
        position: relative;
        padding-top: 36.6%;
    }

    .experienceHeader__contents2 {
        width: 79%;
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        /* margin-left: 21%;
        margin-top: -538px; */
        font-size: 1.4vw;
        padding: 0;
        z-index: -200;
    }

    .experienceHeader__contents2 p {
        display: inline-block;
        width: 44.8%;
        font-size: 1.6vw;
        margin: 8% 44.9% 8% 10.1%;
        text-align: left;
    }

    .main__item {
        max-width: 2000px;
        margin: 0 auto;
    }
    
}


@media screen and (min-width:1440px)  {
    .experienceHeader__contents2 p {
        font-size: 2.4rem;
    }

    .experienceHeader__contents h3 {
        font-size: 3.6rem;
    }

    .main__item {
        max-width: 2000px;
        margin: 0 auto;
    }
    
}

/* =========================================
section--bbq
===========================================*/
.section--bbq {
    margin: 30px 5.2%;
}

.bbq_title {
    width: 252px;
    font-family: "Noto Sans","Noto Sans JP","Noto Sans TC","Noto Sans KR";
    font-size: 1.6rem;
    font-weight: 700;
    border-bottom: 1px solid var(--green);
    padding: 0px 10px 5px 10px;
    margin: 0 auto 10px; 
}

.bbq_contents {
    text-align: center;
    font-family: "Noto Sans","Noto Sans JP","Noto Sans TC","Noto Sans KR";
    font-size: 1.4rem;
}

.bbq_facilities {
    margin: 30px auto;
}

.facilities_title {
    font-family: "Noto Sans","Noto Sans JP","Noto Sans TC","Noto Sans KR";
    font-size: 1.4rem;
    font-weight: 700;
}

.facilities_txt {
    text-align: center;
    font-family: "Noto Sans","Noto Sans JP","Noto Sans TC","Noto Sans KR";
    font-size: 1.4rem;
}

.bbq__photo {
    display: none;
}

.bbq__photo-sp {
    display: flex;
    position: relative;
    max-width: 355px;
    width: 100%;
    height: 100%;
    max-height: 305px;
    margin: 0 auto;
}



@keyframes slideIn {
    from {
      transform: translateX(-100%);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

 @media screen and (min-width:769px) {
    .section--bbq {
        margin: 60px 12.8%;  
    }
    
    .bbq_title {
        width: 367px;
        font-size: 2.4rem; 
    }
    
    .bbq_contents {
        font-size: 1.6rem;
    }
    
    .bbq_facilities {
        margin: 60px auto;
    }
    
    .facilities_title {
        font-size: 1.6rem;
    }
    
    .facilities_txt {
        font-size: 1.6rem;
    }
    
    .bbq__photo-sp {
        display: none;
    }
    
    .bbq__photo {
        display: block;
        display: flex;
        position: relative;
        max-width: 994px;
        width: 100%;
        gap: 5.4%;
        margin: 0 auto;
    }

    .bbq_photo2 {
        width: 65.4%;
    }

    .bbq_photo1 {
        width: 29.2%;
    }
 }




/* =========================================
section--reccomend
===========================================*/
.reccomend__intro {
    font-family: "Noto Sans","Noto Sans JP","Noto Sans TC","Noto Sans KR";
    font-size: 1.6rem;
    font-weight: 400;
    margin: 0 8% 30px;
    text-align: left;
}



.shop__list {
    display: flex;
    gap: 10px;
}



.shop__item {
    width: 80%;
    margin: 10px;
}


.shop__img {
    width: 100%;
    object-fit: cover;
    z-index: -100;
    position: relative;
}

.shop__contents {
    width: 86%;
    height: 30%;
    background-color: var(--lightgreen);
    padding:6%;
    margin: -50px auto 0;
    z-index: 100;
}


.shop__name {
    font-family: "Noto Sans","Noto Sans JP","Noto Sans TC","Noto Sans KR";
    font-size: 1.6rem;
    font-weight: 700;
}

.shop__txt {
    font-family: "Noto Sans","Noto Sans JP","Noto Sans TC","Noto Sans KR";
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5;
}

.pcBr {
    display: none;
}


@media screen and (min-width:769px) {
.section--reccomend {
    padding: 60px 0;
}

.contents__title--reccomend {
    margin-bottom: 30px;
}

.reccomend__intro {
    text-align: center;
    padding:0 8.4%;
    font-size: 1.6rem;
    margin: 0 auto 30px;
    max-width: 1190px;
}

.shop__list {
    gap: 2.5%;
    justify-content: center;
    margin: 0 auto;
    max-width: 1200px;
}

.shop__item {
    width: 100%;
    margin: 10px;
}

.shop__contents {
    padding:3% 2.5%;
    height: 32%;
    margin: -42px auto 0;
}

.pcBr {
    display: block;
}

   
}

/* ==================================
slider
=================================== */

.slick-slider {
    margin: 0 auto;
  
}

.slick-prev:before,.slick-next:before{
   display: none;
}


.slick-dots {
    bottom: -51px;
}

.slick-prev,.slick-next {
    display: none;

}


.slick-prev {
    left: 13px;
}

.slick-next {
    right: 17px;
    
}

.sliderContent {
    margin: 0 auto;
}




/* =========================================
section--KobeBeef
===========================================*/
.section--KobeBeef {
    margin: 100px 5.3% 60px;
}


.contents__title--KobeBeef {
    text-align: left;
    margin-bottom: 10px;
}

.contents__left {
    padding: 0 8%;
}

.contents__right {
    text-align: center;
    margin-top: 10px;
}

.contents__txt {
    display: block;
    font-family: "Noto Sans","Noto Sans JP","Noto Sans TC","Noto Sans KR";
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: left;
}

/* KobeBeef pc */
@media screen and (min-width:769px) {
    .section--KobeBeef {
        margin: 0 auto;
        padding: 60px 0;
    }

    .KobeBeef__contents {
        display: flex;
        max-width: 1200px;
        padding: 0 5%;
        margin: 0 auto;
        justify-content: space-between;
        gap: 5%;
    }

    .contents__left {
        /* width: 44.9%; */
        flex: 1;
        padding: 0;
    }

    .contents__right {
        flex: 1;
    }


    .contents__txt {
        font-size: 1.6rem;
        margin-bottom: 0;
    }
}



