@charset "UTF-8";
/* @reset */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) inset;
}
::-webkit-scrollbar-thumb {
  background-color: #ffbc01;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) inset;
}
::-webkit-scrollbar-track-piece:start {
  background-color: #aaa;
  border-radius: 10px;
}
::-webkit-scrollbar-track-piece:end {
  background-color: #ddd;
  border-radius: 10px;
}
* {
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: black;
}
a:hover {
  opacity: 0.5;
}
/* /reset */

html {
  scroll-behavior: smooth;
}

body,
h4 {
  font-family: "Kiwi Maru", serif;
  font-weight: 300;
}
.nav {
  background-color: #fff;
  box-shadow: 0.2px 2px 2px #aaa;
  position: sticky;
  top: -40px;
  height: 80px;

  z-index: 9999;
}
nav {
  font-family: "Slackside One", cursive;
  padding: 1rem 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 40px;
  height: 60px;
  
}
nav h1 {
  font-size: 4rem;
  
}
ul.gNav {
  font-size: 2rem;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: sticky;
  top: 100px;
  
}
header {
  min-height: 100vh;
  background-color: #ffbc01;
  background-image: url(../img/background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30vw;
}

.header-title {
  
  font-family: "Slackside One", cursive;
  font-size: 7vw;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff,
    0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
.title-date {
  padding-top: 10rem;
  padding-left: 3rem;
  
}
.title-open {
  padding-left: 35rem;
}

.eyecatch img {
  height: 20vh;
  position: relative;
  left: 85%;
  bottom: 110px;
  
}

@media screen and (max-width: 640px) {

  body {
    max-width: 100%;
  }
  .nav {
    text-shadow: 0 0 5px #fff, 0 0 5px #fff;
    height: 0;
  }
  nav h1 {
    font-size: 2.5em;
    margin-top: 0.6em;
    margin-left: -1.8em;
  }
  ul.gNav {
    width: 30em;
    font-size: 1em;
    justify-content: space-between;
  }
  ul li a {
    margin-left: 1em;
  }
  header {
    background-size: 60%;
  }

  .header-title {
    width: 100%;
    font-size: 3em;
    
  }
  .title-open {
    padding-left: 2em;
    padding-top: 1em;
    
  }

  .eyecatch img {
    /* background-color: #f16845; */
    position: absolute;
    left: 30%;
    top: 70%;
    height: 10vh;
  }
  .policy-text p {
    font-size: 0.7em !important;

  }
}

/* @about */

.logo {
  font-family: "Slackside One", cursive;
  font-size: 4vw;
  padding: 2rem 5rem;
}
.policy-text h3 {
  font-family: "Slackside One", cursive;
  font-size: 3vw;
  line-height: 1;
}
.policy {
  display: flex;
  align-items: center;
  width: 65%;
  margin: 0 auto;
}
.policy-text {
  padding-left: 5rem;
}
.policy-text p {
  margin-top: 2rem;
  font-size: 1vw;
}
.spice img {
  border-radius: 50%;
  width: 500px;
}
#section-1 .logo {
  margin: 0 20%;
}

@media screen and (max-width: 640px) {
  .logo {
    width: 30%;
    font-size: 3em;
    /* text-align: center; */
    
  }
  .policy-text h3 {
    font-size: 2em;
    text-align: center;
    
  }
  .policy {
    display: block;
    width: 70%;
    
  }
  .policy-text {
    padding-left: 0;
  }
  .policy-text p {
    font-size: 1em;
  }
  #section-1 .logo {
    margin-left: 10%;
  }
}
/* @menu */

#section-2 {
  max-width: 100%;
  margin: 0 20%;
}

.menu-right-1 {
  width: 45vw;
  height: 90vh;
  border-radius: 50%;
  background-color: #f16845;
  overflow: hidden !important;
}

#menu-box {
  display: flex;
  flex-direction: column;
}
#menu-box p {
  font-size: 0.8vw;
}
.menu-right {
  width: 70%;
  position: relative;
  left: 50%;
}
.menu-left {
  width: 70%;
  position: relative;
  right: 20%;
}
.menu-title {
  font-family: "Slackside One", cursive;
  font-size: 3vw;
  margin-top: 3rem;
}
.menu-container img {
  position: relative;
  top: 2rem;
  left: 30%;
  width: 40%;
}
.menu-container p,
.menu-title {
  text-align: center;
}
.price {
  font-size: 1.5vw;
  margin-left: 60%;
}
.yen {
  font-size: 1vw;
}
@media screen and (max-width: 640px) {
  #section-2 {
    width: 60%;
    margin-left: 0;

  }
  #section-2 .logo {
    margin-left: 25%;
    
  }
  .menu-text {
    width: 70vw;
    margin-left: 20vw;
    font-size: 3vw
  }
  .menu-right-1 {
    width: 100vw;
    height: 50vh;
  }

  .menu-right {
    position: relative;
    left: 0%;
    top: 1em;
  }
  .menu-left {
    position: relative;
    right: 0%;
    top: 1em;
  }
  .price {
    font-size: 1em;
  }
  .yen {
    font-size: 0.5em;
  }
  .menu-title {
    font-family: "Slackside One", cursive;
    font-size: 2.5em;
    margin-top: 1rem;
  }
  .menu-right p,
  .menu-left p {
    font-size: 0.7em !important;
    width: 50%;
    margin-left: 25%;
  }
}

/* news */

#section-3 .logo {
  margin: 0 20%;
}
div.news {
  width: 900px;
  margin: 0 auto;
}
dl {
  width: 70%;
  margin: auto;
}
dl dt {
  float: left;
  clear: both;
  padding: 30px 0;
}
dl dd {
  border-bottom: solid 1px #000;
  margin: 0 auto;
  padding: 30px 0px 30px 30%;
}
dt,
dd {
  font-size: 1vw;
}

.view {
  font-family: "Slackside One", cursive;
  font-size: 2rem;
  width: 130px;
  margin-top: 50px;
  margin-left: 600px;
  border-bottom: #000 solid 1px;
}

dd:nth-of-type(1)::after {
  content: "New!";
  color: red;
}

@media screen and (max-width: 640px) {
  div.news {
    width: 100%;
    margin: 0 auto;
  }
  dl dt {
    float: none;
    padding: 0;
    font-size: 0.8em;
  }
  dl dd {
    margin: 0 0 10px;
    padding: 10px 0 10px 0;
    font-size: 0.8em;
  }
  .view {
    margin-left: 80%;
    font-size: 1.5em;
    width: 30%;
  }
  #section-3 .logo {
    margin-left: 10%;
  }
}

/* @access */
.address p {
  text-align: center;
  margin: 50px;
  font-size: 1vw;
}
#section-4 .logo {
  margin: 0 20%;
}
.takeout figure p {
  border: #000 solid 1px;
  font-size: 1vw;
  border-radius: 50px;
  width: 10%;
  height: 20%;
  box-sizing: border-box;
  padding: 5px;
  margin: 0 auto;
  box-shadow: 0px 2px 3px 2px #aaa;
}
.takeout figure p:hover {
  background-color: #fcdfc2;
  position: relative;
  bottom: -3px;
}
.map {
  display: flex;
  align-items: center;
  width: 1100px;
  margin: 50px auto;
}

.signboard img {
  width: 330px;
  height: 330px;
  object-fit: cover;
  margin-left: 150px;
}

@media screen and (max-width: 640px) {
  #section-4 .logo {
    margin: 0 10%;
  }
  .signboard img {
    display: none;
  }
  .map {
    max-width: 100%;
    overflow: hidden;
    
  }
  .address p {
    font-size: 0.8rem;
  }
  .takeout figure p {
    width: 30%;
    font-size: 0.6em;
  }
}
/* @footer */

div.footer {
  background-color: #ffbc01;
  position: relative;
}
div.footer-nav ul {
  display: flex;
  font-family: "Slackside One", cursive;
  font-size: 2vw;
  width: 50%;
  justify-content: space-around;
}
.footer-container {
  margin: auto 20%;
  display: flex;
  align-items: center;
}
.footer-address {
  margin-top: 3rem;
}
.footer-sns {
  width: 60%;
  margin-top: 2rem;
}
.official-sns {
  font-family: "Slackside One", cursive;
  text-align: center;
  font-size: 2vw;
}
.footer-sns ul {
  display: flex;
}
.footer-sns ul li {
  margin: 0 10%;
}
.footer-sns ul li a {
  font-size: 4vw;

  margin-left: 30%;
}

#topback {
  width: 150px;
  position: absolute;
  left: 70%;
  top: 60%;
}

@media screen and (max-width: 640px) {
  .footer-address {
    width: 8em;
    margin-top: -2em;
    font-size: 0.8em;
  }

  #topback {
    width: 20%;
    position: absolute;
    left: 70%;
    top: 70%;
  }
  div.footer-nav ul {
    font-size: 5vw;
    width: 100%;
  }
  .official-sns {
    font-size: 4vw;
  }
  .copy {
    font-size: 0.8em;
    margin-top: 60%;
  }
  .footer-character img {
    display: none;
  }
  .spice-1 img {
    margin-top: 1em;
    margin-left: 45%;
    
  }
}
