@charset "utf-8";

/* body */
body {
    background-color: #ffffff;
}

li {
    list-style: none;
    padding-left: 0;
}

/* header */

.topPage header {
    height: 1035px;
    background: url(../images/店内イメージ2.png) no-repeat right center/cover;
}

.headerTop {
    /* 後で処理 */
    background-color: rgba(105, 81, 52);
    width: 100%;
    height: 80px;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
}

.headerLogo {
    margin: 15px 0 15px 34px;
    font-size: 38px;
    /* width: 60px; */
}

.headerList {
    display: flex;
    color: #ffffff;
}

.headerNav {
    display: flex;
    margin: 26px 0 22px 0;
    margin-left: 950px;

}

.headerNav li {
    margin-left: 87px;
    height: 30px;
    text-align: center;
    font-size: 24px;

}

header p {
    position: absolute;
    top: 200px;
    left: 120px;
}

/* main */

.innerWrap {
    /* 後で消す */
    /* border: 2px solid red; */
    /* ここまで */
    width: 1240px;
    margin: 0 auto;
    padding: 65px 20px 10px;
}



main h2 {
    text-align: center;
    font-size: 64px;
    margin-top: 100px;
    color: rgba(163, 123, 106, 90%)
}

main h3 {
    text-align: center;
    font-size: 32px;
}

/* consept */
.conseptArea {
    text-align: center;
}

.conseptList {
    margin-top: 110px;
}

.conseptList p {
    margin: 20px 0 37px;
    font-size: 20px;
}

/* gallery */

/* 後で処理 */
/* #imgA {
    width: 563px;
    height: 375px;
}

#imgB {
    width: 400px;
    height: 400px;
} */

/* ////////////////// */
.galleryList {
    margin-top: 160px;
}

.photoGallery {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: 14vw 16vw 16vw 20vw;
    padding: 0;
}

.img01 {
    grid-column: 1/5;
    grid-row: 1/2;
}

.img02 {
    grid-column: 7/9;
    grid-row: 2/3;
}

.img03 {
    grid-column: 1/5;
    grid-row: 3/4;
}

.img04 {
    grid-column: 7/9;
    grid-row: 4/5;
}

/* news */
.dateArea {
    margin-top: 100px;
    margin-bottom: 30px;
}

.dateList {
    width: 830px;
    margin-left: 100px;
}

.dateList li {
    display: flex;
    margin-left: 150px;
    border: 1px solid black;
    padding: 30px 0;
}

.date {
    margin: 0 0 0 50px;
}

.comment {
    margin: 0 20px 0 120px;
    width: 400px;
}

/* access */

.accessArea {
    /* width: 700px; */
    margin: 95px auto 0;
    /* padding-left: 215px; */
}

.accessList {
    display: flex;
    justify-content: center;
    /* 後で調整 */
    /* border: 2px solid black; */
    margin-bottom: 21px;
    padding: 10px 0;
    padding-left: 200px;
    /* width: 300px; */
}

.accessList dt {
    width: 120px;
}

.accessList dd {
    width: 250px;
}



.access p {
    font-size: 20px;
}


.map iframe {
    max-width: 100%;
    height: 350px;
}

.map {
    text-align: center;
    margin: 150px 0 0;
}

/* contact */
#CONTACT {
    margin-top: 100px;
}

.contactArea {
    background-color: #f0e0d9;
    border-radius: 50px;
    padding: 20px 0 10px;
    margin-top: 80px;
}

#CONTACT h2 {
    margin-top: 10px;
}

.contactList {
    text-align: center;
    margin: 90px 0 165px;
    font-size: 28px;
}

.contactList p {
    margin: 25px 0;
}

/* footer */


.iconList img {
    width: 50px;
    height: 50px;
}

.iconList {
    display: flex;
    justify-content: flex-end;
    margin-right: 230px;
    margin-top: 100px;
}

.iconList p {
    margin: 20px 10px 10px;
}

.footerLogo {
    text-align: center;
    margin-top: 195px;
    padding: 18px 0;
    background-color: rgba(105, 81, 52);
    height: 55px;
    color: #ffffff;
}

/* menuページ---------------------------------------------------------------------------------- */

/* menu */
.menuBanner {
    background: url(../images/資料１.jpeg) no-repeat right center/cover;
    height: 600px;
}

.menuLogo h1 {
    text-align: center;
    font-size: 88px;
    margin: 100px 0 200px;
}

.menuPhoto p {
    text-align: center;
}

.menuPhoto img {
    width: 600px;
    height: 982px;
}

.topMenuArea {
    padding: 100px 0;
}

.topMenu h2 {
    margin: 120px 0;
}

.topMenuList {
    display: flex;
    justify-content: space-around;
    margin: 150px 0;
}







/* レスポンシブWEBデザイン(640px)--------------------------------------------------------------------- */
@media screen and (width <=640px) {

    .innerWrap,
    .headerList,
    .headerNav,
    .galleryList,
    .dateList,
    .date,
    .comment,
    .access,
    footer {
        width: 100%;
    }

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

    /* header */

    header p {
        top: 200px;
        left: 5px;
    }

    .headerLogo {
        margin-left: 16px;
        margin-top: 22px;
        font-size: 30px;
    }

    .headerList {
        display: block;
    }

    .headerNav {
        margin-left: 15px;
        padding-left: 0;
        display: block;
    }

    .headerNav li {
        margin-left: 0px;
        margin-bottom: 64px;
        padding: 0 0 0 15px;
        width: 220px;
        text-align: left;
        /* border-bottom: 2px solid #fff; */
    }

 

    /* main */
    .mainTop h1 {
        font-size: 50px;
    }

    main h2 {
        font-size: 34px;
    }

    /* consept */
    .conseptArea {
        text-align: left;
    }

    /* gallery ------------------------------------------------------*/



    /* #imgA {
        width: 200px;
        height: 100px;
    }

    #imgB {
        width: 125px;
        height: 125px;
    } */

    .galleryList {
        margin-top: 85px;
    }

    /* .photoGallery {
        grid-template-rows: 34vw 42vw 34vw 46vw;
    } */

    .photoGallery {
        display: inline-block;
        text-align: center;
        padding: 0;
    }

    .photoGallery li {
        padding: 30px 0;
    }

    /* news */
    .dateList {
        padding-left: 0;
        margin-left: 0;
    }

    .dateList li {
        margin-left: 0;
    }

    .date {
        margin: 0 0 0 16px;
    }

    .comment {
        margin-left: 16px;
    }

    .dateList .comment p {
        padding-left: 0;
    }

    /* access */
    .accessArea {
        padding-left: 0;
    }

    .accessList {
        padding-left: 64px;
    }

    .accessList dd {
        width: 140px;
    }

    .map iframe {
        width: 300px;
        height: 350px;
    }

    .map {
        max-width: 100%;
        height: auto;
        margin: 100px auto 0;
    }

    /* footer */
    .iconList {
        display: block;
        margin: 0 0 0 25px;
        width: 85px;
    }

    /* menuのページ ----------------------------------------------------------------------*/



    /* ハンバーガー　アイコン　作成ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

    /* ここから下がハンバーガーメニューに関するCSS */

    /* チェックボックスを非表示にする */
    .drawer_hidden {
        display: none;
    }

    /* ハンバーガーアイコンの設置スペース */
    .drawer_open {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 20px;
        z-index: 100;
        /* 重なり順を一番上にする */
        cursor: pointer;
    }

    /* ハンバーガーメニューのアイコン */
    .drawer_open span,
    .drawer_open span:before,
    .drawer_open span:after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background: #fff;
        transition: 0.5s;
        position: absolute;
    }

    .drawer_open span {
        bottom: 32px;
        right: 2px;
    }

    /* 三本線の一番上の棒の位置調整 */
    .drawer_open span:before {
        bottom: 8px;
    }

    /* 三本線の一番下の棒の位置調整 */
    .drawer_open span:after {
        top: 8px;
    }

    /* アイコンがクリックされたら真ん中の線を透明にする */
    #drawer_input:checked~.drawer_open span {
        background: rgba(255, 255, 255, 0);
    }

    /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
    #drawer_input:checked~.drawer_open span::before {
        bottom: 0;
        transform: rotate(45deg);
    }

    #drawer_input:checked~.drawer_open span::after {
        top: 0;
        transform: rotate(-45deg);
    }



    /* メニュー黒ポチを消す */
    .headerNav {
        list-style: none;
    }

    .nav_item a {
        color: #fff;
        text-decoration: none;
    }



    /* メニューのデザイン*/
    .headerNav_content {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0%;
        left: 100%;
        /* メニューを画面の外に飛ばす */
        z-index: 99;
        background: rgba(151, 118, 74, 0.747);
        transition: .5s;
        text-align: center;
        padding-top: 20px;
    }

    /* アイコンがクリックされたらメニューを表示 */
    #drawer_input:checked~.headerNav_content {
        left: 180px;
    }

  

}
