@charset "utf-8";

/* ======================
common
====================== */

:root {
    --primary-white: #fff;
    --primary-winered: #662434;
    --primary-gray: #544C4C;
    --primary-camel: #CE9A5E;
    --primary-green: #2D7C40;
    --primary-black: #3A3A3A;
}

html {
    font-size: 62.5%;
}

 


body {
    font-family: 
        "M PLUS 1p",
        Arial,
        serif;
    font-weight: 400;
    font-style: normal;
    color: var(--primary-white,#FFF);
    background-color:#662434;
    line-height:1.5;

}

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


.section__topic {
    text-align: center;
    padding-top: 60px;
}

@media screen and (max-width:768px) {
    .section__topic {
        padding-top: 30px;
        width: 340px;
        margin: 0 auto;
    }

}





/* =====================
header
======================= */
.header {
    margin: 20px auto;
    max-width: 1320px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 20px;
}


.header__topic,
.nav__header {
        
    text-align: center;
    font-size: 3.2rem;
    font-weight: 700;

}   

.font__change {
    font-family: "Montserrat", serif;
    letter-spacing: 3.2px;

}


.nav__header,
.header__btn,
.sp__topic {
    display: none;
}


.nav__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 42px;

}

.nav__item {
    text-align: center;
    font-family: Montserrat;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 2.8px;
}

.nav__item:hover {
    color: var(--primary-camel);
}



/* sp */

@media screen and (max-width:1024px) {

    .header {
        padding-inline: 30px;
    }

    .nav__item {
        font-size: 2rem;
    }

    .header__topic,
    .nav__header {
        
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    }
}

@media screen and (max-width:768px) {



    .nav__header,
    .header__btn,
    .sp__topic {
        display: block;
}

    .header {
        margin: 10px auto;
        padding-inline: 20px;
}

    .header__topic {
        font-size: 1.5rem;
        line-height: normal;
    }

    .font__change {
        letter-spacing: 1.5px;
    }

    
    /* nav初期表示 */

    .nav {
        background-color: var(--primary-camel);
        width: 100%;
        height: 100vh;
        padding: 10px 5%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100000;
        transform: translateX(-100%);
        transition: transform 0.4s;
    }


    .nav__header {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 10px 0;
    }

    .sp__topic {
        margin-top: 40px;
        text-align: center;
    }

    .sp__logo {
        width: 113px;
        height: 113px;
        border-radius: 90px;
    }

    .nav__topic {
        margin-top: 10px;
        text-align: center;
        font-size: 2.8rem;
        font-weight: 700;
        letter-spacing: 2.8px;

    }

    .nav__list {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 25px;
        margin-top: 40px;
    }

    .nav__item:hover {
        cursor: pointer;
        color: #2D7C40;
        transform: scale(1.1);
    }

    .nav.active {
        transform: translate(0);
    }

    .nav__btn,
    .header__btn {
        cursor: pointer;
       
    }
    .nav__btn:hover,
    .header__btn:hover{
        transform: scale(1.1);
       
    }




}
/* sp 768px */




/* ===================
mainVisual
====================== */

.mainVisual {
    position: relative;
}



.slider__mainImg {

    display: flex;
}



.mainImg__item {
    width: 50%;
    height: 650px;
    object-fit: cover;
}



.slider__logo {
    display: block;
    text-align: center;
    z-index: 1000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}



.txt__small {
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: 4px
}

.txt__en {
    font-family: Montserrat;
    font-size: 2.4rem;
    letter-spacing: 3.6px;
    font-weight: 700;
}

.logo__img {
    width: 400px;
}

.logoTxt__sp,
.logo__imgSp {
    display: none;
}

.slider__mainImg__sp {
    display: none;
}



/* sp */
@media screen and (max-width:768px) {
    
    .slider__mainImg {
        height: 100%;
    }

    .slider__mainImg img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .slick-track {
        height: 100%;
    }


    .slick-vertical .slick-slide {
        border: none;
    }

    
    /* .mainImg__item {
        width: 393px;
        height: 50%;
        object-fit: cover;
    } */


    .slider__logo {
        display: none;
    }

    .logoTxt__group {
        background-color: var(--primary-green);
        padding: 20px 60px;
        text-align: center;
        border-radius: 90px;

}
    .logo__txt {
        font-size: 3.6rem;
        font-weight: 700;
        letter-spacing: 7.2px;
}


    .logoTxt__sp,
    .logo__imgSp {

        display: block;
}

    .logoTxt__sp {
        position: absolute;
    }

    .logo__txt {
        font-size: 1.8rem;
        letter-spacing: 3.6px;


}

    .txt__small {
        font-size: 1.2rem;
        letter-spacing: 2.4px;
}

    .txt__en {
        font-size: 1.1rem;
        letter-spacing: 1.65px;
}

    .logoTxt__sp {
        padding: 10px 20px;
        text-align: center;
        width: 300px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);


}

    .logo__img {
        width: 183px;
        height: 151px;
        position: absolute;
        bottom: 0;
        right: 0;
}

    .slider__mainImg__sp {
        display: flex;
    }


}
/* sp 768px */


/* ===============
.about             
================== */
.section--about {

    position: relative;
    overflow: hidden;
    padding-block: 130px 25%;
}

.aboutImg {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    z-index: -10000;

}


.aboutImg__top {
    
    top: 17px;
}


.top__wine {
   
    width: min(14.1vw, 203px);
    height: min(25vw, 359px);
    object-fit: contain;
    transform: rotate(-25deg) translateY(50px);
    margin-left: min(2.17vw, 60px);
}

.top__torisara {
    
    width: min(34.8vw, 501px);
    height: min(27.1vw, 389px);
    object-fit: contain;
    transform: translateX(27%);
}



.about__title {
    color: var(--primary-camel);
    text-align: center;
    font-family: "Kaisei Decol";
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.9;
    letter-spacing: 5.4px;

    
}


.about__txt {

    text-align: center;
    font-size: 2.2rem;
    line-height: 2.3;
    letter-spacing: 3.3px;
    margin-top: 50px;
}



.aboutImg__middle {
    top: 500px;
}



.middleImg__dish {
    
    width: min(36.8vw, 530px);
    height: min(29.1vw, 420px);
    transform: translateX(-30%);
}

.middleImg__wine {
    width: min(21.2vw, 306px);
    height: min(28.1vw, 405px);
    transform: translateX(50px);
    margin-right: 5vw;
}



.bottom__wine {
   
    width: min(43.0vw, 620px);
    object-fit: cover;
    object-position: top;
}

.bottom__dish {
    width: min(44.4vw, 640px);
    transform: translate(136px, -30px);
}


.spBr {
    display: none;
}

.spTop__wine,
.spTop_pinchosu {
    display: none;
}

/* ==============
fade-in
================= */

.fadeIn {
    /* transform: translate3d(0px, -37.6px, 0px); */
    transform: translate(0, 50px);
    opacity: 0;
    transition: 1.5s ease;
}

.fadeIn.animated {
    transform: translate(0, 0);
    opacity: 1 ;
}

/* ==================
scrollTop
===================== */

/* .topBtn {
    display: inline-block;
    padding: 18px;
    border-radius: 50%;
    background-color: rgba(58, 58, 58, 0.80);
    color: var(--primary-white);
    font-size: 2rem;
    font-family: Montserrat;
    box-shadow: 2px 2px 4px 2px rgba(29, 101, 101, 0.2);

    position: fixed;
    bottom: 1.4%;
    right: 1.4%;
} */





/* sp */

@media screen and (max-width:1024px) {
    .about__title {
        font-size: 2.6rem;
    }

    .about__txt {
        font-size: 1.8rem;
    }

    .top__wine {

        margin-left: min(2vw, 30px);
        width: min(12.1vw, 203px);
        height: min(20vw, 359px);

    }

    .top__torisara {
        width: min(30vw, 400px);
    }

    .middleImg__dish {
    
        width: min(31.8vw, 530px);
        height: min(24.1vw, 420px);
        transform: translateX(-30%);
    }


    .bottom__dish {
        width: min(44.4vw, 640px);
        transform: translate(90px, -20px);
    

}
}


@media screen and (max-width:768px) {


    .section--about {

        padding-block: 200px 34%;
    }
    
    .spTop__wine,
    .spTop_pinchosu {
        display: block;
    }

    .spTop_pinchosu {
        width: 274px;
        height: min(44.1vw, 181px);
        object-fit: contain;
        transform: translateX(23%);
    }

    .top__wine {
        width: min(14.1vw, 75px);
        height: min(46vw, 170px);
        object-fit: contain;
        transform: rotate(25deg) translate(28px, -20px);
    }

    .top__torisara {
        display: none;
    }

    .about__wrap {

        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 auto;
        width: 330px;
    }


    .about__title {
        font-size: 2.4rem;
        line-height: 1.7;
        letter-spacing: 3.6px;
        text-align: left;
        width: 330px;
    }

    .pcBr {
        display: none;
    }

    .spBr {
        display: block;
    }

    .about__txt {
        font-size: 1.4rem;
        line-height: 2.1;
        letter-spacing: 2.1px;
        text-align: left;
        width: 330px;
    }

    .spTop__wine {
        width: 100px;
        height: 160px;
        object-fit: cover;
        transform: translate(-8px, 26px) rotate(-49deg);
    }

    .aboutImg__middle {
        display: none;
    }

    .bottom__wine {
        width: 50%;
        object-fit: contain;
        transform: rotate(13deg) translate(10px, 30px);
    }

    .bottom__dish {
        width: 50%;
        object-fit: contain;
        transform: rotate(4deg) translate(4px, -29px);
    }

}
/* sp 768px */



/* ===============
menu
================== */

.section--menu {

    background-color: var(--primary-camel);
    padding-bottom: 127px;
}

.menu_txt {

    margin-top: 60px;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 2.3;
    letter-spacing: 3.3px;
    padding: 0 6%;

}

.menu_food,
.wine_menu {

    text-align: center;
    position: relative;
}

.menu__group {
    margin-top: 78px;
    padding: 0 4%;
}




.menuImg {
    width: 100%;
    height: 432px;
    object-fit: cover;
    object-position: top;
    position: relative;
}



.menuImg__wine {
    object-position: center;

}

.menu_title {
    display: block;
    text-align: center;
    color: var(--primary-white);
    font-family: Montserrat;
    font-size: 6.4rem;
    font-weight: 700;
    letter-spacing: 6.4px;
    position: absolute;
    top: 2vh;
    right: 5vw;
} 


.recommended {

    background-color: rgba(84, 76, 76, 0.90);
    width: 550px;
    height: 230px;
    text-align: left;
    padding-left: 50px;
    position: absolute;
    top: 39%;
}


.recommended__title {
    font-family: Montserrat;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 3.6px;
    padding-top: 35px;
}


.recommended__txt {
    margin-top: 20px;
}


.txt__brown {
    color: #CE9A5E;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 4.2px;
}


.txt__large {
    font-size: 4.8rem;
    font-weight: 700;
    letter-spacing: 7.2px;
}





.menuBtn {
    display: block;
    background-color: var(--primary-winered);
    width: 520px;
    height: 106px;
    margin: 82px auto 0;

}

.menuBtn:hover {
    background-color: var(--primary-green);
    transition: 0.2s;
    
}

.menuBtn__food {
    padding: 18px 40px;
    
}


.menuBtn__txt {

    position: relative;

}
.menuBtn__txt::after {
    content: '';
    display:inline-block;
    width: 24px;
    height: 24px;
    
    background-image: url(../images/tab.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 16.5px;
    top:50%;
    transform: translateY(-50%);    

}


.btnTxt__top {
    text-align: center;
    font-family: Montserrat;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 3.2px;
}

.btnTxt__bottom {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

.menuBtn__wine {
    padding: 18px 74px 18px 36px;
    position: relative;
    
}

.wineBtn__txt::after {
    content: '';
    display:inline-block;
    width: 24px;
    height: 24px;
    
    background-image: url(../images/tab.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 36px;
    top:50%;
    transform: translateY(-50%);
}

.btnTxt__topWine {
    font-size: 3rem;
}

/* sp */

@media screen and (max-width:768px) {

    .section--menu {
        padding-bottom: 71px;

    }

    .menu_txt {
        font-size: 1.3rem;
        line-height: 2.3;
        letter-spacing: 1.3px;
        margin: 35px auto 0;
        padding: 0 30px;
       
    }
    .menu__group {
        margin-top: 35px;
    }

    .menuImg {
        width: 100%;
        height: 180px;
        object-fit: cover;
        object-position: top;
        position: relative;
        padding: 0 3%;
        margin: 0 auto;
    }

    .menu_title {

        font-size: 2.4rem;
        letter-spacing: 2.4px;
        top: 1vh;
        right: 8vw;
    } 

    .recommended {

        width: 225px;
        height: 90px;
        text-align: left;
        padding-left: 20px;
        position: absolute;
        top: 48%;
    }

    .recommended__title {
        font-size: 1rem;
        letter-spacing: 1.5px;
        padding-top: 12px;
    }

    .recommended__txt {
        margin-top: 5px;
    }
    
    
    .txt__brown {
        color: #CE9A5E;
        font-size: 1.2rem;
        letter-spacing: 1.9px;
    }
    
    
    .txt__large {
        font-size: 2rem;
        font-weight: 700;
        letter-spacing: 2px;
    }

    .menuBtn {
        width: 300px;
        height: 60px;
        margin: 72px auto 0;
    
    }

    .menuBtn__food {
        padding: 13px 80px;
        
    }

    .btnTxt__top {
        font-size: 1.6rem;
        letter-spacing: 1.6px;
    }

    .btnTxt__bottom {
        font-size: 1rem;

    }

    .menuBtn__txt::after {
        width: 17px;
        height: 30px;
        right: -50px;

}

.menuBtn__wine {
    padding: 13px 52px 13px 37px;
    position: relative;
    
}

.wineBtn__txt::after {
    width: 17px;
    height: 66px;
    right: 20px;
}

}
/* sp 768px */



/* =================
floor
====================*/


.loop__wrap {
    display: flex;
    width: 100%;
    overflow: hidden;

}


.loop__txt {
    flex: 0 0 auto;
    color: #CE9A5E;
    text-align: center;
    font-family: Montserrat;
    font-size: 4.8rem;
    font-weight: 700;
    margin-top: 30px;

}

/* 流れるテキスト設定 */

.loop__txt:nth-child(odd) {
    animation: loop 50s -25s linear infinite;
}

.loop__txt:nth-child(even){
    animation: loop2 50s linear infinite;

}

@keyframes loop {
    0% {
        transform: translateX(100%);

    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes loop2 {
    0% {

        transform:  translateX(0);
    }

    to {
        transform: translateX(-200%);
    }
}
    


.floor_txt {
    font-size: 2.8rem;
    line-height: 1.8; 
    letter-spacing: 2.8px;
}


.floor_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-top: 60px;
    flex-wrap: wrap;
}

.floorImg {
    width: 530px;
    height: 303px;
   
}

.slider__list {
    display: flex;
    margin-top: 60px;
    gap: 30px;
 
}

.slider__listSp {
    display: none;
}


/* sp */

@media screen and (max-width:768px) {

   .loop__txt {
        font-size: 3rem;
   } 


   .floor_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 30px;
   }

   .floor_txt {
        font-size: 1.4rem;
        line-height: 2.1;
        letter-spacing: 1.4px;
    }

    .floorImg {
        width: 100%;
        height: auto;
        padding:  0 8%;
    }

    .slider__list {
        display: none;
     
    }
    
    .slider__listSp {
        display: flex;
        margin-top: 60px;
        padding: 0 8%;
    }

}
/* sp 768px */




/*============================
shop info 
=============================*/

.section--shopinfo {
    background-color: var(--primary-gray);
    margin-top: 30px;
    padding-bottom: 50px;
}


.shop__info {
    display: flex;
    justify-content: center;
    margin: 50px auto 0;
    gap: 70px;
    flex-wrap: wrap;
}


.info__img {
    
    width: 534px;
    height: 746px;
    object-fit: cover;
}

.info__list {
    display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

.info__item {
    display: flex;
    width: 630px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CE9A5E;

}

dt {
    width: 192px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 3.6px;
    margin-right: 60px;
}

dd {
    font-size: 2.4rem;
    letter-spacing: 3.6px;
}

.map {
    width: 355px;
    height: 80px;
    border-radius: 90px;
    border: 1px solid #FFF;
    padding: 20px;
    text-align: center;
    margin-top: 20px;
}

.map:hover {
    background-color: var(--primary-green);
    

}

.small__txt {
    font-size: 1.6rem;
    letter-spacing: 2.4px;
}

.bold__txt {
    font-weight: 700;
}

.bold__txt:hover {
    color: var(--primary-camel);

}


.banner {
    display: flex;
    justify-content: center;
    background-color: var(--primary-camel);
    max-width: 640px;
    height: 102px;
    margin: 50px auto 0;
    align-items: center;
    
}

.banner__txt {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 3.6px;

}

.banner__txt:hover {
    color: var(--primary-gray);
}

.instaIcon {
    width: 62px;
    height: 62px;
}

/* sp */
@media screen and (max-width:768px) {

    .shop__info {

        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;

    } 


    .info__img {
        width: 343px;
        height: 229px;
    }

    .info__list {
        width: 343px;
        padding: 30px 0px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;

    }

    .info__item {
        width: 343px;
        flex-direction: column;
        gap: 10px;

    }

    dt {

        font-size: 1.6rem;
        letter-spacing: 2.4px;

    }

    dd {
        font-size: 1.4rem;
        letter-spacing: 2.1px;
    }

    .banner {
        max-width: 343px;
        height: 86px;
        margin: 30px auto 0;
    
    }

    .banner__txt {
        font-size: 1.6rem;
        letter-spacing: 2.4px;
    }
    
    .instaIcon {
        width: 46px;
        height: 46px;

    }

    .map {
        width: 215px;
        height: 40px;
        border-radius: 90px;
        border: 1px solid #FFF;
        padding: 10px;
        text-align: center;
        margin-top: 10px;
    }

    .tel__icon {
        width: 24px;
        height: 24px;
    }
}
/* sp 768px */


 /*======================
 footer
 ======================= */

.footer {
    display: flex;
    justify-content: center;
    padding: 20px 20px 0 20px;
}

.footer__group {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 15px;

    
}

.menu__list {
    display: flex;
    gap: 42px;
}

.menu {
    display: flex;
    gap: 80px;
}

.menu__item {
    text-align: center;
    font-family: Montserrat;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 2.4px;
}

.menu__item:hover {
    color: var(--primary-camel);
    cursor: pointer;
}

.sns {
    display: flex;
    gap: 31px;
}

.copy {
    margin-top: 20px;
    font-size: 1.6rem;

}

.sns__item {
    width: 50px;
    height: 50px;
}



.topPage_btn {
    width: 163px;
    height: 151px;
    margin-left: 180px;
}


/* sp */
@media screen and (max-width:1180px) {

    .footer {

        display: flex;
        justify-content: center;
        padding-top: 20px;
        gap: 64px;
        align-items: flex-end;
    }

    .menu__list {
        display: block;


    }

    .menu {
        flex-direction: column;
        gap: 20px;
    }

    .menu__item {
        font-size: 2rem;
        text-align: left;
        margin-top: 20px;
    }

}


@media screen and (max-width:768px) {
 

    .footer {

        display: flex;
        justify-content: center;
        padding-top: 20px;
        gap: 64px;
        align-items: flex-end;


    }
    .menu__list {
        display: block;


    }

    .menu {
        flex-direction: column;
        gap: 20px;
    }

    .menu__item {
        font-size: 1.6rem;
        text-align: left;
        margin-top: 20px;
    }
   

    .sns {
        gap: 20px;
    }

    .sns__item {
        width: 32px;
        height: 32px;
    }

    .copy {

        margin-top: 33px;
        font-size: 1.2rem;

    }

    .topPage_btn {
        max-width: 128px;
        max-height: 120px;
        object-fit: cover;
        margin-left: 0;
    } 

}

