/* ---- サイト全体に適用 ----*/
html {
	font-size: 62.5%;
}

body {
    font-family: "Noto Sans JP",sans-serif;
    word-break: keep-all;
    text-transform:capitalize;
    background-color: #f8f6f5ff;
    font-size: 1.8rem;
    position: relative;
    overflow-x: hidden;
    margin: 0;
}

ul, ol {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

.container {
    max-width: 1080px;
    margin: 0 auto;
}

.contents {
    margin-top: 40px;
}

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

a {
    text-decoration: none;
}

section {
    padding: 80px 0 ;
    visibility: hidden; 
    transition: all 1s; 
    transform: translateY(100px); 
    opacity: 0; 
}

.SectionIsActive {
    visibility: visible;
    transform: translateY(0); 
    opacity: 1; 
}

section h3 {
    text-align: center;
}

/* フォント */
.header, h2, h3, .contact_text, .menu_link-btn, .pan-menu_list  li p, .menu-page_text {
    font-family: 'Kiwi Maru';
}

/* ---- 見出し ----*/
h1 img {
    width: 20%;
    display: initial;
}

h2 {
    color: #fff;
    font-weight: normal;
}

.main-page_h2 {
    font-size: 4.5rem;
    position: absolute;
    left: 2%;
    bottom: 6%;
}

/* ---- .main-page_h2の動き(JS) ----*/
    /* カスタムアニメーション設定 */
    .animate__animated {
        animation-duration: 1.5s;
        animation-delay: 0.5s;
    }

.menu-page_h2 {
    font-size: 12rem;
    font-family: "Pinyon Script", cursive;
    text-align: center;
    z-index: 1;
    position: relative;
}

h3 {
    color: #502d16ff;
    font-size: 3.5rem;
    font-weight: normal;
}

.h3_small-text {
    font-family: "Caveat", cursive;
    display: block;
    font-size: 3rem;
}

/* 共通 */
.contents_image {
    width: 40%;
}

.contents_image img {
    border-radius: 2%;
}

/* ---- PCでは非表示の要素 ----*/
@media screen and (min-width: 1025px) {
    .sp_br,.hamburger_menu {
        display: none;
    }
}

/* ---- ヘッダー ----*/
.header {
    position: relative;
    background-color: #d3bc5fff;
    padding: 1px 70px 20px;
    text-decoration: none;
}

.pc_menu {
    font-size: 2.9rem;
    display: flex;
    position: absolute;
    top: 0;
    left: 25%;
    color: #fff;
}

.pc_menu li {
    margin-left: 60px;
}

.pc_menu li:hover {
    color: #502d16ff;
} 

.pc_menu li span {
    font-family: "Caveat", cursive;
    display: block;
    text-align: center;
    line-height: 0.9;
}

/* ---- TOP ----*/
#top {
    background-image: url(../images/top-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 310px 0;
    position: relative;
}

.contact {
    background-color: #d3bc5fff;
    opacity: 0.9;
    position: absolute;
    top: 10%;
    left: 65%;
    padding: 0 35px 30px;
}

.contact_text {
    color: #fff;
    text-align: left;
    font-size: 2.8rem;
}

/* ---- お知らせ ----*/
#topics .contents dl {
    margin: 0 auto;
}

#topics .contents div {
    padding-top: 20px;
    border-bottom: 4px solid #d3bc5fff;
    display: flex;
}

/* ---- お店について ----*/
#about .contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.about_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
} 

/* ---- メニュー ----*/
#menu .contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.menu_text {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.menu_text p {
    margin-top: 0px;
}

.menu_link-btn {
    background-color: #dc5a17ff; 
    border: none;
    color: #fff;
    padding: 12px 21px;
    cursor: pointer;
    text-decoration: none;
    position: absolute;
    top: 70%;
    left: 56%;
}

.menu_link-btn:hover {
    opacity: 0.9;
}

/* ---- 店舗案内 ----*/
#access .contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.access_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 20px;
}

.map {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-top: 40px;
}

.map iframe {
    aspect-ratio: 16 / 9;
    vertical-align: bottom;
    width: 100%;
}

/* ---- フッター ----*/
.footer {
    background-color: #d3bc5fff;
    color: #fff;
    margin-top: -80px;
}

.footer_contents {
    padding-top: 10px;
}

.footer_contents img {
    width: 20%;
    margin: 0 auto;
}

.footer_contents p {
    text-align: center;
    word-spacing: 0.5em;
}

.footer_logo {
    display: inline-block;
}

.footer_logo img{
    display: block;
}

.small_text {
    background-color: #dc5a17ff; 
    line-height: 2.5;
}

/* ---- メニューページ ----*/
.cover-image {
    background-image: url(../images/menu-page_logo.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 0;
    position: relative;
}

.cover-image::after {
    background-color: rgba(0, 0, 1, 0.3);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pan-menu_list {
    width: 900px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 100px;
}

.pan-menu_list:nth-child(2) {
    justify-content: center;
}

.pan-menu_list:nth-child(4) {
    align-items: flex-end;
}

.pan-menu_list li p {
    font-size: 3rem;
    color: #502d16ff;
    text-align: center;
}

.pan-menu_list_text {
    font-size: 2.2rem;
    color: #000;
    position: relative;
}

.pan-menu_list_text::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    border: 10px solid transparent;
    border-left: 16px solid #dc5a17ff; 
}

.menu-page_image {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 100px;
}

.menu-page_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 20px;
    font-size: 2.7rem;
}

/* ---- タブレット向けサイト ----*/
@media screen and (min-width: 641px) and (max-width:1024px) {
   /* 見出し */
    h1 img {
        width: 28%;
    }

    /* ---- ヘッダー ----*/
    .header {
        padding-bottom: 10px;
    }

    /* ハンバーガーメニュー */
    .hamburger_menu {
        position: absolute;
        top: 34%;
    }

    .contact {
        left: 65%;
    }

    /* ---- お知らせ ----*/
    #topics .contents dl {
        width: 90%;
    }

    /* ---- お店について ----*/
    .about_text {
        padding: 0 30px;
    }

    .menu-page_image img {
        margin-left: 40px;
    }

    .menu-page_text {
        margin-left: 60px;
    }
} 

/* ---- スマートフォン向けサイト ----*/
@media screen and (max-width: 640px) {
   /* 見出し */
    h1 img {
        width: 45%;
        position: relative;
        z-index: 300;
    }

    /* ハンバーガーメニュー */
    .hamburger_menu {
        position: absolute;
        top: 26%;
    }

    .contact {
        left: 37%;
    }

    /* ---- お知らせ ----*/
    #topics .contents dl {
        width: 95%;
    }

    .about_text {
        padding: 0 10px;
    }

    /* ---- フッター ----*/
    .footer_contents img {
        width: 35%;
    }

    .menu-page_text {
        margin: 30px 0 0 10px;
    }
}

/* ---- スマートフォン用、タブレット用双方の表示 ----*/
@media screen and (max-width: 1024px) {
    /* 全体 */
    html {
        scroll-padding-top: 50px;
    }

    body {
        width: 100%;
        font-size: 1.4rem;
    }

    .container {
        width: 100%;
    }

    /* ---- スマートフォン、タブレットでは非表示の要素 ----*/
    .pc_menu, .pc_br {
        display: none;
    }

    /* 見出し */
    h1 img {
        pointer-events: auto;
    }

    .main-page_h2 {
        font-size: 2rem;
        left: 5%;
        bottom: 3%;
    }

    .menu-page_h2 {
        font-size: 8rem;
    }

    h3 {
        font-size: 3rem;
    }

    .h3_small-text {
        font-size: 2.5rem;
    }

    /* ---- ヘッダー ----*/
    .header {
        position: sticky;
        top: 0;
        padding-left: 20px;
        z-index: 100;
        pointer-events: none;
    }

    
      /* ハンバーガーメニュー */
    .hamburger_menu {
        position: absolute;
        left: 85%;
    }
    .hamburger_menu__inner {
        display: flex;
        justify-content: right;
        align-items: center;
        padding: 0.5rem 1rem;
    }
    /* ハンバーガーボタンのデザイン */
    .drawer__button {
        position: relative;
        width: 3rem;
        height: 3rem;
        background-color: transparent;
        border: none;
        cursor: pointer;
        z-index: 300;
        pointer-events: auto;
    }
  /* ハンバーガーボタン内の線 */
    .drawer__button > span {
        display: block;
        position: absolute;
        left: 50%;
        width: 4rem;
        height: 2px;
        background-color: #fff;
        transform: translateX(-50%);
    }
    .drawer__button > span:first-child {
        transform: translate(-50%, calc(-50% - 1rem));
        transition: transform 0.3s ease;
    }
    .drawer__button > span:nth-child(2) {
        transform: translate(-50%, -50%);
        transition: opacity 0.3s ease;
    }
    .drawer__button > span:last-child {
        transform: translate(-50%, calc(-50% + 1rem));
        transition: transform 0.3s ease;
    }
  /* 展開時のデザイン */
    .drawer__button.active > span:first-child {
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    .drawer__button.active > span:nth-child(2) {
        opacity: 0;
    }
    .drawer__button.active > span:last-child {
        transform: translate(-50%, -50%) rotate(45deg);
    }
  /* メニューのデザイン */
    .drawer__nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        transition: opacity 0.3s ease;
    }
    .drawer__nav.active {
        opacity: 1;
        visibility: visible;
    }
    .drawer__nav__inner {
        position: relative;
        height: 100%;
        background-color: #d3bc5fff;
        padding: 4rem 1.5rem 1rem;
        margin: 0 0 0 auto;
        overflow: scroll;
        transform: translateX(100%);
        transition: transform 0.3s ease;
    }
    .drawer__nav.active .drawer__nav__inner {
        transform: translateX(0);
    }
    .drawer__nav__menu {
        margin-top: 50px;
    }
    .drawer__nav__item {
        position: relative;
        z-index: 300;
        pointer-events: auto;
    }
    .drawer__nav__link {
        position: relative;
        display: block;
        padding: 1.5rem 1.5rem;
        font-size: 2.5rem;
        color: #fff;
    }
  /* ハンバーガーメニュー展開時、背景を固定 */
    body.active {
        height: 100%;
        overflow: hidden;
    }

    .drawer__nav__link:hover {
        color: #502d16ff;
    } 

    .drawer__nav__link span {
        font-family: "Caveat", cursive;
        display: block;
        line-height: 0.9;
    }
    
    /* ---- TOP ----*/
    #top {
        padding: 220px 0;
    }

    .contact {
        padding: 0 20px 15px;
    }

    .contact_text {
        font-size: 1.45rem;
    }

    /* ---- お店について ----*/
    #about .contents_image {
        width: 60%;
        margin-top: 30px;
    }

    /* ---- メニュー ----*/
    #menu .contents_image {
        width: 70%;
    }

    .menu_text p {
        margin-top: 20px;
    }

    .menu_link-btn {
        transform: translateX(-50%);
        top: 100%;
        left: 50%;
        margin-top: 20px;
    }

    /* ---- 店舗案内 ----*/
    #access .contents_image {
        width: 50%;
        margin-top: 20px;
    }

    .map iframe {
        height: auto;
    }

    /* ---- メニューページ ----*/
    .cover-image {
        padding: 10px 0;
    }

    .pan-menu_list {
        width: initial;
        justify-content: center;
        margin: 0 auto;
    }

    .pan-menu_list li {
        margin-bottom: 60px;
    }

    .pan-menu_list li img {
        width: 50%;
        margin: 0 auto;
    }

    .pan-menu_list li p {
        font-size: 2rem;
    }

    .pan-menu_list_text {
        font-size: 1.6rem;
        margin-left: 30px;
    }

    .menu-page_text {
        font-size: 1.6rem;
    }
}