@charset "UTF-8";
/* CSS Document */
/*============================================================*/ :root {
  --black: #3B2203;
  --top: #FFAF00;
  --bg: #FFFDF8;
  --orange: #FDBA24;
  --green: #8DA256;
  /*==*/
  --morning: #FF6F5C;
  --lunch: #FFAF00;
  --cafe: #74A65D;
  --dinner: #E56343;
  --drink: #FF778C;
  --kids: #FFEB00;
  --party: #5E9594;
  --takeout: #7D482C;
  /*==*/
  --border: 1px solid var(--black);
  --basic: 10px;
  --circle: 100px;
  --right: 0 20px 20px 0;
  --font: "Outfit", "Zen Kaku Gothic New", sans-serif;
}
/*============================================================*/
html {
  scroll-behavior: smooth;
  background-color: var(--bg);
  overflow-x: hidden;
}
/*Google Chrome、Safari*/
body::-webkit-scrollbar {
  display: none;
}
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin: 0 auto;
  padding: 0;
  width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  box-sizing: border-box;
  font-size: 14px;
  font-size-adjust: 100%;
  font-family: var(--font);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.07em;
  position: relative;
  color: var(--black);
  background-color: var(--bg);
  display: flex;
  flex-flow: column nowrap;
  max-width: 500px;
  outline: var(--border);
}
body * {
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  /*  transition: 0.2s;*/
  /*
   SPの長押し禁止 
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
*/
}
*::before, *::after {
  box-sizing: border-box;
  display: inline-block;
}
span {
  display: inline-block;
}
a, img, header * {
  transition: 0.2s;
}
a {
  display: inline-block;
  text-decoration: none;
  color: var(--bk);
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  /*クリック禁止*/
  pointer-events: none;
  /* SPの長押し禁止 */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}
ul {
  list-style: none;
}
ol {
  counter-reset: listnum;
}
table, tr, td, th {
  border-collapse: collapse;
  border: none;
  text-align: left;
  font-weight: 400;
}
h1, h2, h3, h4 {
  display: block;
  font-weight: 400;
}
h1 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  color: var(--orange);
  /*トップセクションタイトル*/
}
h2 {
  font-size: 18px;
  text-align: right;
  margin: 0 24px 24px 0;
  margin: 0 40px 24px 0;
  font-weight: 500;
  /*各ページタイトル*/
}
h3 {
  font-size: 18px;
  margin: 0 0 8px 24px;
  font-weight: 500;
  color: var(--menu_color);
  /*タイトル*/
}
h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 1em;
  /*商品名*/
}
h5 {
  font-size: 14px;
  font-weight: 500;
  color: var(--menu_color);
  /*サブカテゴリ*/
}
h6 {
  font-size: 40px;
  font-weight: 500;
}
h7 {
  font-size: 20px;
  font-weight: 500;
}
iframe {
  margin-top: 8px;
  border: var(--border);
  border-radius: var(--basic);
}
hr {
  margin-top: 80px;
  border: none;
  border-top: 1px dashed var(--black);
}
.comment {
  font-size: 12px;
}
.btn {
  border: 1px solid var(--black);
  border-radius: 100px;
  background-color: #fff;
  color: var(--black);
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  padding: 8px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 40px;
  margin: 24px 24px 80px 24px;
}
.btn img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
li a img {
  width: 24px;
  margin-right: 10px;
}
.menu li p {
  font-weight: 500;
}
/*============================================================
page-top
============================================================*/
#page_top {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 24px;
  bottom: 44px;
  background: var(--orange);
  border-radius: 50%;
  z-index: 9;
  pointer-events: auto;
}
#page_top::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 40%;
  left: 55%;
  transform: rotate(-45deg)translate(-50%, -50%);
}
/*============================================================
header
============================================================*/
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
header #logo {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0px;
  left: 8px;
  background-color: var(--bg);
  border-radius: 100px;
  padding: 2px;
}
.header_inner {
  width: 100%;
  background-color: var(--bg);
  display: flex;
  justify-content: flex-end;
  padding: 24px;
}
#header_btn {
  width: 30px;
  height: 24px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  z-index: 10;
}
#header_btn span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: var(--black);
}
#nav {
  /*  display: none;*/
  width: 100vw;
  height: 100vh;
  max-width: 500px;
  overflow-y: scroll;
  background-color: var(--orange);
  padding: 24px;
  position: fixed;
  top: 0;
  right: -110%;
  transition: right 0.3s ease;
}
#nav .nav_inner {
  background-color: var(--bg);
  border-radius: var(--basic);
  padding: 24px;
}
#nav .btn {
  background-color: var(--green);
  color: #fff;
  margin: 40px 0;
}
#nav li {
  border-bottom: 1px dashed var(--green);
  padding: 1em 8px;
}
#nav .menu li {
  border-color: var(--orange);
}
#nav .nav_inner > ul > li:first-of-type {
  border: none;
}
#nav li a {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
#nav .nav_inner > ul > li:not(:first-of-type)::after, #nav .menu li::after {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  content: "〉";
  color: var(--green);
  font-weight: bold;
}
#nav .menu li::after {
  color: var(--orange);
}
p:has(+.sns) {
  text-align: center;
  margin: 24px 0 8px;
}
.sns {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.sns a {
  width: 40px;
}
/*active==========*/
#nav.active {
  right: 0;
}
#header_btn.active span:first-of-type {
  transform: rotate(45deg)translate(5px, 5px);
}
#header_btn.active span:nth-of-type(2) {
  opacity: 0;
}
#header_btn.active span:last-of-type {
  transform: rotate(-45deg)translate(10px, -10px);
}
/*pc==========*/
@media screen and (min-width: 500px) {
  body {
    max-width: 500px;
    margin: 0 auto;
  }
  header {
    max-width: 500px;
    left: calc((100% - 500px)/2);
  }
  #nav.active {
    right: calc((100% - 500px)/2);
  }
}
@media screen and (min-width: 1000px) {
  body {
    /*
    width: 50%;
    max-width: 500px;
*/
    margin: 0;
    left: calc(100%/2);
  }
  header {
    /*
    width: 50%;
    max-width: calc(100% - 400px);
*/
    left: calc(100%/2);
  }
  #nav {
    width: 50%;
    max-width: 400px;
    height: 80%;
    left: 0;
    right: 0;
    /*    border-left: var(--border);*/
    outline: var(--border);
    border-radius: var(--basic);
    margin: 100px;
  }
  #header_btn {
    display: none;
  }
}
/*============================================================
main
============================================================*/
main {
  width: 100%;
  margin: 72px auto 0 auto;
  padding: 24px;
}
main h1 + p {
  text-align: center;
  margin-bottom: 50px;
}
section > a {
  display: block;
  color: var(--green);
  text-align: right;
  margin: 1em 0;
}
/*============================================================
footer
============================================================*/
footer {
  width: 100%;
  margin-top: auto;
  padding: 24px;
  background-color: var(--green);
  color: #ffffff;
  z-index: 7;
  letter-spacing: 0.02em;
}
footer h2 {
  text-align: left;
}
footer h4 {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
footer h4 img {
  width: 24px;
  margin-right: 8px;
}
footer table td:first-of-type {
  border-right: 1px solid #fff;
  padding-right: 1em;
}
footer table td:last-of-type {
  padding-left: 1em;
}
footer > p {
  font-size: 12px;
  text-align: center;
  margin-top: 40px;
}
/*============================================================
fadein
============================================================*/
.fade {
  opacity: 0;
  transform: translateY(8px);
  transition: all 0.8s;
}
/*================*/
.fade-in {
  opacity: 1 !important;
  transform: translateY(0) !important;
}