@charset "UTF-8";

body {
    background-color: #efe9e6;
    color: #2d2a29;
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
}

a:hover {
    opacity: .6;
}

header {
    width: 100%;
    background-color: rgb(239, 233, 230);
    position: fixed;
    top: 0;
    z-index: 999;
}

.header-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 32px 40px 28px;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    height: inherit;
    position: static;
    transform: initial;
    /* background-color: inherit; */
    height: inherit;
}

.nav-items {
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0, 0);
}

.nav-items__item a {
    margin-bottom: 0;
}

.hamburger {
    display: none;
}

h1 img {
    width: 229px;
    height: 29px;
}

header ul {
    display: flex;
    list-style: none;
    gap: 40px;
    align-items: center;
}

header ul li a {
    color: #2d2a29;
    text-decoration: none;
    font-size: 18px;
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

header ul li a .insta {
    font-size: 22px;
}

.main-visual {
    background-image: url(./images/mainvisual.jpg);
    background-image: image-set(url(./images/mainvisual.jpg) 1x, url(./images/mainvisual@2x.jpg) 2x);
    background-image: -webkit-image-set(url(./images/mainvisual.jpg) 1x, url(./images/mainvisual@2x.jpg) 2x);
    background-size: cover;
    background-position: center;
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
}

main {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.news {
    padding-top: 100px;
}

.news ul {
    list-style: none;
}

.news ul li {
    padding: 30px 0;
    border-top: #2d2a29 solid 1px;
}

.news ul li a {
    display: flex;
    color: #2d2a29;
}

.news-date {
    margin-right: 40px;
    color: #867f7d;
}

.news-end {
    border-bottom: #2d2a29 solid 1px;
}

.news ul li a {
    text-decoration: none;
}

h2 {
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 20px;
}

h3 {
    margin-bottom: 60px;
    font-weight: 400;
}

.concept {
    padding-top: 160px;
}

.concept-img {
    width: 1000px;
    height: 667px;
}

.br-sp {
    display: none;
}

h4 {
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 400;
    font-size: 26px;
    margin: 60px auto 45px;
}

.marking {
    background: linear-gradient(transparent 90%, #dbc3b4 90%);
}

.concept p {
    line-height: 2;
}

.menu {
    padding-top: 160px;
}

.menu-wrapper img {
    width: 320px;
    height: 214px;
}

.menu-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px 0;
    text-align: left;
}

.menu-wrapper p {
    font-size: 18px;
}

.menu-name {
    margin: 20px 0 15px;
}

.menu-price {
    font-weight: 700;
}

.shopinfo {
    padding-top: 160px;
}

.shopinfo ul {
    list-style: none;
    width: 460px;
}

.shopinfo ul li {
    padding: 30px 0;
    border-top: #2d2a29 solid 1px;
    display: flex;
}

.shopinfo-item {
    width: 140px;
    color: #867f7d;
    text-align: left;
}

.shopinfo-end {
    border-bottom: #2d2a29 solid 1px;
}

.shopinfo-wrapper {
    display: flex;
    justify-content: space-between;
}

footer {
    background-color: #58514e;
    margin-top: 160px;
    color: #fff;
}

.footer-wrapper {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
}

.footer-logo img {
    width: 229px;
    height: 29px;
}

footer ul {
    display: flex;
    list-style: none;
    gap: 40px;
    align-items: center;
}

footer ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

footer ul li a .insta {
    font-size: 22px;
}

footer p {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 40px;
    font-size: 12px;
    color: #9d9794;
}

/*タブレットサイズ（画面の横幅が560px〜959px）の時のメインビジュアル内のロゴのサイズ調整*/
@media screen and (max-width: 959px) {
    .main-visual img {
        width: 200px;
    }
}

/*SPサイズ（画面の横幅が559pxまで）の時のメインビジュアル内のロゴのサイズ調整*/
@media screen and (max-width: 559px) {
    .main-visual img {
        width: 160px;
    }
}

/* ここからSPサイズ（画面の横幅が959pxまで） */
@media screen and (max-width: 959px) {
    body {
        font-size: 14px;
    }

    .header-wrapper {
        padding: 24px 10px 16px 16px;
        display: flex;
        justify-content: space-between;
        height: inherit;
        position: static;
        transform: initial;
        /* background-color: inherit; */
        height: inherit;
    }

    h1 img {
        width: 183px;
        height: 22.5px;
    }

    /* ヘッダーのナビ部分 */
    .header__nav {
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        transform: translateX(100%);
        /*ハンバーガーメニュークリック時のナビゲーションメニュー背景色*/
        background-color: rgba(239, 233, 230, 0.9);
        /*ハンバーガーメニュークリック時のナビゲーションメニュー出現を遅延*/
        /* transition: ease .4s; */
    }

    .nav-items {
        padding: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
    }

    /* ナビのリンク */
    .nav-items__item a {
        color: black;
        width: 100%;
        display: block;
        text-align: center;
        font-size: 20px;
        margin-bottom: 24px;
    }

    .nav-items__item:last-child a {
        margin-bottom: 0;
    }

    /* ハンバーガーメニュー */
    .header__hamburger {
        width: 48px;
        height: 100%;
    }

    .hamburger {
        display: block;
        /*buttonタグデフォルトスタイルを打ち消し*/
        background-color: transparent;
        /*buttonタグデフォルトスタイルを打ち消し*/
        border-color: transparent;
        z-index: 9999;
    }

    /* ハンバーガーメニューの線 */
    .hamburger span {
        width: 100%;
        height: 1px;
        background-color: #000;
        position: relative;
        /*ハンバーガーメニュークリック時の三本線の動きを遅延*/
        transition: ease .4s;
        display: block;
    }

    .hamburger span:nth-child(1) {
        top: 0;
    }

    .hamburger span:nth-child(2) {
        margin: 6px 0;
    }

    .hamburger span:nth-child(3) {
        top: 0;
    }

    /* ハンバーガーメニュークリック後のスタイル */
    .header__nav.active {
        transform: translateX(0);
    }

    .hamburger.active span:nth-child(1) {
        top: 5px;
        transform: rotate(45deg);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        top: -9px;
        transform: rotate(-45deg);
    }

    .main-visual {
        height: 450px;
    }

    main {
        width: 90%;
    }

    h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    h3 {
        font-size: 13px;
        margin-bottom: 40px;
    }

    .news {
        padding-top: 64px;
    }

    .news ul li a {
        display: block;
        text-align: left;
    }

    .news-date {
        margin: 0 0 10px 0;
    }

    .concept {
        padding-top: 80px;
    }

    .concept img {
        width: 100%;
        height: 100%;
    }

    .br-sp {
        display: block;
    }

    h4 {
        font-size: 18px;
        line-height: 1.7;
        margin: 35px auto 25px;
    }

    .concept p {
        line-height: 1.8;
    }

    .menu {
        padding-top: 80px;
    }

    .menu-wrapper {
        display: block;
        text-align: center;
    }

    .menu-wrapper p {
        font-size: 16px;
    }

    .menu-name {
        margin: 20px 0 10px;
    }

    .menu-price {
        margin-bottom: 35px;
    }

    .shopinfo {
        padding-top: 80px;
    }

    .shopinfo-wrapper {
        flex-direction: column-reverse
    }

    .shopinfo ul {
        width: 100%;
    }

    .shopinfo ul li {
        text-align: left;
    }

    .shopinfo-item {
        width: 100px;
    }

    .googlemap-area {
        width: 100%;
    }

    .googlemap {
        width: 100%;
        height: 350px;
        margin-bottom: 40px;
    }

    footer {
        margin-top: 80px;
        width: 100%;
    }

    .footer-wrapper {
        width: 90%;
        display: block;
        padding-bottom: 20px;
    }

    footer ul {
        display: block;
        margin-top: 30px;
    }

    footer ul li {
        padding-bottom: 20px;
    }

    footer ul li a {
        font-size: 16px;
    }

    footer ul li a .insta {
        font-size: 20px;
    }

    .footer-logo img {
        width: 183px;
        height: 22.5px;
    }

    footer p {
        width: 90%;
        padding-bottom: 30px;
        font-size: 11px;
    }
}