body {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.6;
  background-color: #fffcf9;
  color: #333;
}
.heading {
  font-family: 'Times New Roman', Times, serif;
  margin: 0 auto;
  text-align: center;
  color: #5C4A3F;
}
.heading h2 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.1;
  padding-top: 0px;
}
.heading span {
  font-size: 16px;
}
/* ヘッダー */
/* ==============================================================
  HEADER SECTION - Base Style
============================================================== */
#masthead {
  background-color: #FFF;
}
.header-container {
  display: flex;
  height: 72px;
  align-items: center;
  padding: 0 50px;
  border-bottom: 1px solid rgb(204, 204, 204);
}
.area_logo_header a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.logo img {
  height: 40px;
  vertical-align: bottom;
  margin-right: 10px;
}
.logo h2 {
  font-size: 24px;
  color: #5C4A3F;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

/* ------------ Navigation ------------ */
.area_nav_header {
  margin-left: auto;
}
.list_nav_header {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}
.list_nav_header a {
  text-decoration: none;
}
.list_nav_header .nav_menu {
  color: #5C4A3F;
  margin-right: 24px;
}
.list_nav_header li .nav_menu:hover {
  color: #DF982A;
}
.list_nav_header img {
  display: none;
  margin-right: 8px;
  vertical-align: middle;
}

.header_btn {
  padding: 12px 20px;
  transition: background-color 0.3s, color 0.3s;
  min-width: 106px;
  height: 48px;
  line-height: 24px;
  /* 中央に寄せる */
  text-align: center;
  border-radius: 50px;
  /* ボタンっぽく */
  background-color: #5C4A3F;
  color: #FFF;
}

.burger {
  display: none;
  cursor: pointer;
}
.burger div {
  width: 25px;
  height: 3px;
  background-color: #5c4a3f;
  margin: 5px;
  transition: all 0.5s ease-in-out;
}
.nav-active {
  transform: translateX(0%) !important;
}
/* レスポンシブデザイン - Header */
/* ==============================================================
  RESPONSIVE DESIGN - Base Style
============================================================== */
@media screen and (max-width: 1024px) {
  .area_nav_header {
    position: fixed;
    top: 72px;
    right: 0;
    width: 100%;
    height: calc(100vh - 72px);
    background-color: #FFFCF9;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 30px;
    transform: translateX(100%);
    transition: transform 0.5s ease-in-out;
    z-index: 1000;
  }
  .area_nav_header.nav-active {
    transform: translateX(0%);
  }
  .list_nav_header {
    flex-direction: column;
    align-items: center;
    gap: 60px;
    margin-left: 0px;
    font-size: 32px;/* メニューの文字サイズ */
  }
  .list_nav_header a {
    justify-content: flex-start;/* アイコンとテキストを左寄せ */
  }
  .list_nav_header .nav_menu img {
    display: inline-block;/* 表示する */
    width: auto;
    height: 42px;
    margin-right: 16px;
    vertical-align: middle;
  }
  .list_nav_header .drink-icon {
    padding-left: 10px;
  }
  .list_nav_header .drink-icon li {
    padding-left: 10px;
  }
  
  .burger {
    display: block;
    position: absolute;
    top: 7%;
    right: 20px;
    z-index: 1100;
  }
  .burger div {
    width: 25px;
    height: 3px;
    background-color: #5c4a3f;
    margin: 5px;
    transition: all 0.5s ease-in-out;
  }
  .area_nav_header li {
    opacity: 0;
  }
  .area_nav_header.nav-active li {
    opacity: 1;
    animation: navLinksFade 0.5s ease forwards;
  }
}
@media screen and (max-width: 768px) {
	.burger {
    display: block;
    position: absolute;
    top: 8%;
    right: 20px;
    z-index: 1100;
  }
}

@media screen and (max-width: 393px) {
	.header-container {
		padding: 0 20px;
	}
.burger {
    display: block;
    position: absolute;
    top: 8%;
    right: 20px;
    z-index: 1100;
  }
  .area_logo_header h2 {
    font-size: 16px;
  }
  .list_nav_header {
    font-size: 14px;
  }
  .list_nav_header img {
    width: 32px;
    height: 32px;
    margin-right: 8px;
  }
}
/* menu-board */
/* ==============================================================
  menu-board SECTION - Base Style
============================================================== */
.menu-board {
  text-align: center;
  background-color: #fffaf5;
}
.board-heading {
  padding: 48px 0 25px 0;
}
.board-img {
  width: 417px;
  height: 560px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/menu_waku.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
} 
.board-img img {
  width: 343px;
  height: 485px;
  padding: 10% 14%;
  object-fit: cover;
}

/* menu */
/* ==============================================================
  menu SECTION - Base Style
============================================================== */
.menu {
  background-color: #FFFCF9;
	padding-top: 105px;
}

.menu-inner {
  background-image: url(../images/menu_backcolor.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  
  padding-bottom: 88px;
}

.menu-wrapper {
  font-size: 32px;
  font-weight: semibold;
  line-height: 1.0;
}

.menu-content h3 {
  margin-bottom: 32px;
  font-weight: bold;
}

.menu-content span {
  font-size: 14px;
  letter-spacing: -2%;
  opacity: 0.8;
}

.menu-heading {
  padding: 95px 0 40px 0;
}

.menu-content {
  text-align: center;
}

.menu-img-link {
  display: flex;
  justify-content: space-around;
  max-width: 1200px;
  margin: 0 auto;
}

.menu-img a {
  background-color: #FFFCF9;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  /* 横中央 */
  align-items: center;
  /* 縦中央 */
  border-radius: 30px;
}

.menu-hotdog {
  width: 80%;
  height: auto;
}

.menu-sandwich {
  width: 80%;
  height: auto;
}

.menu-drink {
  width: 70%;
  height: auto;
}

.menu-sweets {
  width: 80%;
  height: auto;
}
/* レスポンシブデザイン - MENU */
/* ==============================================================
  RESPONSIVE DESIGN - MENU
============================================================== */
/*------------- responsive 1024px -----------*/
@media screen and (max-width: 1024px) {
  .menu-content {
    display: flex;
    flex-direction: row;/* 横並び */
    align-items: center;/* 縦方向中央寄せ */
    justify-content: center; /* 横方向中央寄せ */
    gap: 32px;/* h3と画像の間隔 */
    flex-wrap: wrap;/* 折り返し対応 */
    text-align: center;
  }

  .menu-content h3 {
    margin: 0;
    font-size: 24px;
  }

  .menu-img-link {
    max-width: 853px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 16px;
  }

  .menu-img a {
    width: 150px;
    height: 150px;
  }
	.menu-img img {
     width: 140px;
     height: 140px;
  }
	.drink-img img {
	 width: 100px;
     height: 140px;
	}
  .menu-content span {
    font-size: 12px;
  }
}

/*------------- responsive 768px -----------*/
@media screen and (max-width: 768px) {
  .menu {
		padding-top: 50px;
	}
  .menu-content {
    gap: 15px;/* h3と画像の間隔 */
    margin-bottom: 40px;
  }
  .menu-inner {
    background-image: url(../images/menu_movile_backcolor.png);
    margin-top: 25px;
    padding-bottom: 0px;
  }
  .menu-img-link {
    flex-direction: column;
  }

  .menu-content {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    text-align: center;
  }

  .menu-img a {
    margin: 0 auto;
    width: 300px;
    height: 300px;
  }
	.menu-img img {
     width: 220px;
     height: 220px;
  }
	.drink-img img {
	 width: 150px;
     height: 220px;
	}
  .menu-heading {
    padding: 50px 0 25px 0;
  }

  .menu-content h3 {
    margin-bottom: 0px;
  }
}

/*------------- responsive 393px -----------*/
@media (max-width: 393px) {
  .menu-img a {
    width: 200px;
    height: 200px;
  }
	.menu-img img {
     width: 180px;
     height: 180px;
  }
	.drink-img img {
	 width: 140px;
     height: 180px;
	}
}

/* フッター */
/* ==============================================================
  footer SECTION - Base Style
============================================================== */
.site-footer {
  text-align: center;
  padding: 1rem;
  background-color: #FAFAFA;
  color: #000000;
  
}
.footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-instagram-icon {
  width: 42px;
  height: 42px;
  padding-left: 20px;
}
.footer-line {
  height: 0.5px;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 25px auto 16px auto;
  width: 98%;
}
/* レスポンシブデザイン - Footer */
/* ==============================================================
  RESPONSIVE DESIGN - Footer
============================================================== */
@media screen and (max-width: 768px) {
  .footer-line {
    height: 0.5px;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 8px auto 16px auto;
    width: 90%;
  }
  .footer-content p {
    font-size: 12px;
  }
  .footer-instagram-icon {
    width: 32px;
    height: 32px;
  }
}



@keyframes navLinksFade {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.toggle .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
  opacity: 0;
}

.toggle .line3 {
  transform: rotate(405deg) translate(-5px, -6px);
}
/* CTAボタン ホバー時 */
.cta-button:hover,
.cta-button2:hover,
.contact-form-button:hover,
.header_btn:hover {
  background-color: #DF982A !important;
  text-decoration: none;
  transition: background-color 0.3s ease;
}