@charset "UTF-8";

/*==========================
slick
==========================*/
.slick-slider { 
    overflow: hidden;
    /* slickを開いた際の.slider */
    margin: 0 auto 64px;
}

/* .slick-slider pc 769px */
@media screen and (min-width:769px) {
    .slick-slider {
        padding: 0 40px;
        
    }

    .slider__item {
        margin: 0 10px;
    }
}
/* pc 769px end */

/* =========================
main
==========================*/

.container {
    overflow: hidden;
}

.mainImage__pc {
    display: none;
}

.about {
    padding: 12px var(--contentPadding) 0;
}

.section__topic {
    padding: 32px ;
    color: var(--primary-black, #2E2E2E);
    font-family: "Zen Old Mincho";
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0.3px;
    text-align: center;
}

.about__subTitle {
    color: var(--primary-black, #2E2E2E);
    font-family: "Zen Old Mincho";
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.2px;
    margin-top: 32px;
}

.section__txt {
    margin-top: 12px;
}

.btn {
    margin-top: 20px;
    display: grid;
    justify-content: flex-end;
    cursor: pointer;
}

.btn:hover .btn_txt{
    color: #927E3D;
}

.btn:hover .line01,
.btn:hover .line02{
    background-color: #927E3D;
}

.btn_txt {
    margin: 0px 0 8px 12px;
    color:var(--primary-yellow,#C1A650);
    font-family: "Zen Old Mincho";
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.5;
}

/* 矢印 */
.yazirusi {
    position: relative;
    width: 192px;
    /* margin: 30px; */
}

.line01 {
    height: 1px;
    background-color:var(--primary-yellow,#C1A650);
}

.line02 {
    position: absolute;
    top: 0;
    right: 0;
    transform-origin: right bottom;
    width: 14px;
    height: 1px;
    background-color:var(--primary-yellow,#C1A650);
    transform: rotate(48deg);
}


/* ====  main 769px ===== */
@media screen and (min-width:769px) {
.main{
        max-width: 1540px;
        margin: auto;
    }

.mainImage__pc {
    display: block;
}

.mainImage__sp {
    display: none;
}

.about {
    padding: 110px var(--contentPaddingPc) 96px var(--contentPaddingPc);
}


.section__topic {
    writing-mode: vertical-rl;
    font-size: 3.2rem;
    padding: 0;
    align-self: self-start;
    letter-spacing: 8px;
}

.section__txt {
    margin-top: 24px;
}


.about {
    display:flex ;
    vertical-align: top;
}

.about .about__box:first-of-type {
    margin: 0 auto;
}

.about__box {
    margin-left: 4.4%;
}

.about__subTitle {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.2px;
    margin-top: 0;
}

.about .about__subTitle:first-of-type{
    margin-top: 36px;
}

.btn {
    margin-top: 32px;
}

.btn_txt {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 8px 16px;
}

.yazirusi {
    position: relative;
    width: 250px;
    /* margin: 30px; */
}

.img__pcSize{
    max-width: 610px;
    max-height: 400px;
    width: 60%;
    height: auto;
    object-fit: cover;
}
}
/* ====  main 769px end ===== */

/* -----  main tab ----- */
@media screen and (min-width:769px) and ( max-width:1200px) {
    .section__topic {
        font-size: 2.8rem;
    }

    .about__subTitle {
        font-size: 2.4rem;
    }

    .about .about__box:first-of-type {
        padding: 0 40px;
    }
}

/* -----  main tab ----- */


/* =========================
お料理
==========================*/
.cuisine {
    margin-top: 24px;
    padding: 22px var(--contentPadding);
    /* max-width: 1280px; */
    /* overflow: hidden; */
}

/* ====  cuisine 769px ===== */
@media screen and (min-width:769px) {
.cuisine {
    /* display: flex; */
    padding: 64px 0 64px var(--contentPaddingPc);
    /* 矢印要調整 */
    margin-top: 0;
    max-width: 1440px;
}

.cuisine__img{
    display: flex;
    gap: 16px;
}

div .btn:nth-of-type(2) {
    margin-right: 12%;
}

.section__topicoryori {
    margin-bottom:-120px
}

}

/* ====  cuisine 769px end ===== */

/* -----  main tab ----- */

/* =========================
コース
==========================*/
.course{
    vertical-align: top;
    /* margin-top: 24px; */
    padding: 22px var(--contentPadding);
}

/* ====  course 769px pc===== */
@media screen and (min-width:769px) {
    .course {
        display:flex ;
        padding: 64px var(--contentPaddingPc);
        margin-top: 0;
        /* max-width: 1280px; */
    }

    .course .about__box {
        display: flex;
    }

    .course__container {
        padding: 40px 0 0 50px;
        /* position: relative; */
    }

    .course .btn {
        /* position: absolute; right: 0; bottom: 0; */
    }
}

@media screen and (min-width:1200px) {
    .course{
        max-width: 1440px;
    }

    .course__container {
        padding: 28px 0 0 50px;
        position: relative;
    }
    
    .course .btn {
        position: absolute; right: 0; bottom: 0;
    }
}

/* ====  course 769px end ===== */

/* -----  main tab ----- */
@media screen and (min-width:769px) and (max-width:1200px) {
.course__container {
    padding: 0px 0 0 50px;
}

.about__subTitle {
    font-size: 2.2rem;
}

.about__box .img__pcSize {
    width: 50%;
    height: auto;
}
}
/* -----  main tab ----- */

/* =========================
テイクアウト
==========================*/
.takeOut{
    vertical-align: top;
    /* margin-top: 24px; */
    padding: 22px var(--contentPadding);
    /* max-width: 1280px; */
}

/* ====  takeout 769px pc===== */
@media screen and (min-width:769px) {
.takeOut {
    display:flex ;
    padding: 80px var(--contentPaddingPc);
}

.takeOut .about__box {
    display: flex;
}

.takeOut__container {
    padding: 40px 0 0 50px;
    /* position: relative; */
}

@media screen and (min-width:1200px) {
    .takeOut{
        max-width: 1440px;
    }

    .takeOut__container {
        position: relative;
    }
    
    .takeOut .btn {
        position: absolute; right: 0; bottom: 0;
    }
}

}
/* ====  takeOut 769px pc===== */

/* -----  main tab ----- */
@media screen and (min-width:769px) and (max-width:1200px) {
    .takeOut__container {
        padding: 0px 0 0 50px;
    }
    /* -----  main tab ----- */
}

/* =========================
アクセス
==========================*/
.access{
    vertical-align: top;
    /* margin-top: 24px; */
    padding: 22px var(--contentPadding);
    /* max-width: 1280px; */
}

.access__item {
    margin-top: 16px;
}

.access__item:first-of-type {
    margin-top: 0;
}

.access__container{
    padding: 0 10px;
}

.access__category {
    color: var(--primary-yellow, #C1A650);
    font-family: "Zen Old Mincho";
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.8;

} 
.access__txt{
    color: var(--primary-black, #2E2E2E);
    font-family: "Noto Sans JP";
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 4px 0 0 24px;
    align-self: center;
}

.map {
    margin-top: 40px;
    width: 100%;
    height: 260px;
}

/* ====  access 769px pc===== */
@media screen and (min-width:769px) {
.access .about__box {
    display: flex;
    gap: 32px;
    align-self: stretch;
    width: 100%;
}
.access{
    display:flex ;
    padding: 80px var(--contentPaddingPc);
}

.access__container {
    width: 50%;
    padding: 0;
}

.access__item {
    /* display: flex; */
    gap: 8%;
    margin-top: 44px;
}

.access__category {
    width: 130px;
    font-size: 2rem;
}

.access__txt {
    padding: 0;
    flex: 1;
    font-size: 1.6rem;
}

.map {
    width:370px ;
    height: auto;
    margin-top: 0;
}
}

@media screen and (min-width:1020px) {
    .access__item{
        display: flex;
    }

    .map {
        width:50% ;
        height: auto;
    }
}    

/* ====  access 769px pc end ===== */


