@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
#section01 {
  width: 100%;
  position: relative;
}
#section01 .section__in {
  width: 90%;
  max-width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#section01 a.reserve {
  position: absolute;
  bottom: 0%;
  right: 0;
  z-index: 20;
  padding: 0.8em 0;
  width: 32.14%;
  line-height: 100%;
  color: #423e33;
  border: 1px solid #423e33;
  background-color: #ffcf00;
  font-size: 2.2vw;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  letter-spacing: 0.1em;
  transform: translate(0%, 50%);
  transition: all 0.4s ease-out 0.01s;
}
@media screen and (max-width:800px) {
  #section01 a.reserve {
    width: 28vw;
    height: 24vw;
    left: auto;
    right: 0;
    font-size: 5vw;
    padding-top: 1.4em;
  }
}
#section01 a.reserve:hover {
  color: #ffcf00;
  background-color: #745a00;
}
#section01 a.reserve::before {
  content: "RESERVE";
  position: absolute;
  font-size: 9px;
  top: calc(50% - 4px);
  left: 5%;
  line-height: 100%;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section01 a.reserve::before {
    left: 50%;
    top: 60%;
    transform: translate(-50%, 0%);
  }
}
#section01 h1 span.big {
  font-size: 45px;
  color: #fff;
  font-family: "Cinzel", serif;
  line-height: 100%;
}
@media screen and (max-width:800px) {
  #section01 h1 span.big {
    font-size: 7vw;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.3);
  }
}
#section01 h1 span.mini {
  font-size: 15px;
  color: #fff;
  line-height: 100%;
  padding-top: 0.75em;
  font-weight: 300;
}
@media screen and (max-width:800px) {
  #section01 h1 span.mini {
    font-size: 3vw;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.3);
  }
}

#section02 {
  width: 100%;
  background-color: #fff;
  padding: 100px 0 80px;
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 50px 0;
  }
}
#section02 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#section02 h2 {
  text-align: center;
  font-weight: 300;
  color: #745a00;
  line-height: 180%;
  font-weight: 300;
  margin-bottom: 70px;
}
@media screen and (max-width:800px) {
  #section02 h2 {
    margin-bottom: 35px;
  }
}
#section02 figure {
  width: 100%;
  margin-top: 70px;
}
@media screen and (max-width:800px) {
  #section02 figure {
    margin-top: 30px;
  }
}
#section02 .base_text {
  width: 90%;
  max-width: 635px;
  margin: 0 auto;
  line-height: 180%;
}

#menu {
  width: 100%;
  position: relative;
  background-color: #f0eee6;
  border-bottom: 0px solid #423e33;
}
@media screen and (max-width:800px) {
  #menu {
    border-bottom: 0px solid #423e33;
  }
}
#menu .section__in {
  padding: 160px 0 140px 0;
  border-right: 1px solid #423e33;
  border-left: 1px solid #423e33;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #menu .section__in {
    padding: 60px 0;
  }
}
#menu h3.titles {
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 0.5em;
  font-family: "Cinzel", serif;
  font-size: 600;
  color: #745a00;
  text-align: center;
}
@media screen and (max-width:800px) {
  #menu h3.titles {
    width: 90%;
    margin: 0 auto;
  }
}
#menu h3.titles::before {
  content: "";
  width: 1em;
  height: 1px;
  background-color: #745a00;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media screen and (max-width:800px) {
  #menu h3.titles::before {
    right: auto;
    left: 50%;
  }
}
#menu .sub_text {
  line-height: 180%;
  color: #745a00;
  font-weight: 300;
  margin-bottom: 116px;
  text-align: center;
}
@media screen and (max-width:800px) {
  #menu .sub_text {
    width: 90%;
    margin: 0 auto 10vw auto;
  }
}
#menu .menu_wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 0 auto;
  max-width: 880px;
  width: 90%;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #menu .menu_wrap {
    display: block;
  }
}
#menu .menu_wrap h3.t01 {
  font-weight: 500;
  margin-bottom: 0.75em;
  color: #745a00;
  width: 100%;
  letter-spacing: 0.05em;
}
#menu .menu_wrap h3.t01 span {
  font-size: 50%;
}
#menu .menu_wrap h3.t02 {
  font-weight: 500;
  margin-bottom: 0.75em;
  margin-top: 2em;
  color: #745a00;
  width: 100%;
  letter-spacing: 0.05em;
}
#menu .menu_wrap h3.t02 span {
  font-size: 70%;
}
#menu .menu_wrap .menu_img_wrap {
  width: 29%;
}
@media screen and (max-width:800px) {
  #menu .menu_wrap .menu_img_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#menu .menu_wrap .menu_img_wrap figure {
  margin-top: 30px;
}
#menu .menu_wrap .menu_img_wrap figure:first-child {
  margin-top: 0;
}
@media screen and (max-width:800px) {
  #menu .menu_wrap .menu_img_wrap figure {
    margin-top: 0;
    width: 47%;
    margin-bottom: 24px;
  }
}
#menu .menu_wrap .menu_img_wrap figure figcaption {
  color: #745a00;
  margin-top: 10px;
}
@media screen and (max-width:800px) {
  #menu .menu_wrap .menu_img_wrap figure figcaption {
    margin-top: 10px;
  }
}
#menu .menu_wrap .menu_list_wrap {
  width: 63%;
}
@media screen and (max-width:800px) {
  #menu .menu_wrap .menu_list_wrap {
    width: 100%;
    margin-top: 16px;
  }
}
#menu .menu_wrap .menu_list_wrap li {
  display: flex;
  justify-content: space-between;
  color: #745a00;
  border-top: 1px solid #745a00;
  padding: 16px 10px;
}
#menu .menu_wrap .menu_list_wrap li:last-child {
  border-bottom: 1px solid #745a00;
}
#menu .minis {
  width: 100%;
  max-width: 880px;
  margin: 25px auto 0 auto;
  text-align: left;
}/*# sourceMappingURL=food.css.map */