@charset "UTF-8";
html {
  font-size: 16px;
  color: #333;
}

body {
  font-family: "Noto Serif JP", "Roboto", sans-serif;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with
img {
  max-width: 100%;
  display: block;
  width: 100%;
}
    */
/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.header {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .header {
    width: auto;
    padding: 0 60px;
  }
}
@media screen and (max-width: 375px) {
  .header {
    width: auto;
    padding: 0 15px;
  }
}

header {
  margin-top: 50px;
  font-style: "Noto Serif JP", "Roboto", sans-serif;
  width: 100%;
}
@media screen and (max-width: 768px) {
  header {
    margin-top: 30px;
  }
}

.header__title {
  width: 80%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .header__title {
    width: 100%;
  }
}

.title_vs {
  width: inherit;
  height: auto;
  aspect-ratio: 500/209;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .title_vs {
    padding: 0 20px;
    width: 100%;
  }
}

.header__inner {
  height: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .header__inner {
    height: 10px;
    margin-top: 20px;
  }
}

.header__nav {
  height: inherit;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.header__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__item {
  height: inherit;
}

.header__link {
  font-family: Noto Serif jp;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  color: #333;
}

.hamburger {
  position: absolute;
  z-index: 9999;
  margin-top: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #c43737;
}

.hamburger.is-active {
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.hamburger span {
  position: absolute;
  left: 20%;
  display: inline-block;
  width: 60%;
  height: 2.5px;
  background-color: #fde6a8;
  transition: 0.3s transform, 0.3s background-color;
}

.hamburger.is-active span {
  background-color: #fde6a8;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 18px;
  transition: 0.3s opacity;
}

.hamburger span:nth-child(3) {
  top: 26px;
}

.hamburger.is-active span:nth-child(1) {
  top: 15px;
  transform: rotate(-45deg);
}

.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
  top: 15px;
  transform: rotate(45deg);
}

.drawer-menu {
  position: absolute;
  z-index: 5000;
  margin-top: 40px;
  left: 25%;
  display: none;
  width: 50%;
  height: 200px;
  background-color: #c43737;
}

.drawer-menu__inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: inherit;
  position: absolute;
}

.drawer-logo {
  width: 114px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.drawer-menu__items {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  width: inherit;
}

.drawer-menu__item {
  display: inline-block;
}

.drawer-menu__item:not(:first-child) {
  margin-top: 24px;
}

.drawer-menu__link {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  width: 200px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fde6a8;
}

.drawer-menu__link.drawer-menu__link--contact {
  padding: 14px 14px;
  transition: 0.3s background-color;
  border: none;
  background-color: #c43737;
}
.drawer-menu__link.drawer-menu__link--contact:hover {
  opacity: 1;
  background-color: #c43737;
}

main {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  main {
    width: auto;
    padding: 0 0;
  }
}
@media screen and (max-width: 375px) {
  main {
    width: auto;
    padding: 0 0;
  }
}

.mv {
  margin-top: 50px;
}

.swiper-wrapper {
  height: auto;
  position: relative;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.mv__slider,
.swiper-slide,
.swiper-slide img {
  aspect-ratio: 1200/600;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .mv__slider,
.swiper-slide,
.swiper-slide img {
    width: 100%;
  }
}

.swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination-bullet {
  /*ドットのサイズを変更*/
  width: 10px;
  height: 10px;
  margin: 0 20px !important;
  background-color: #333;
}

/* ページネーション */
.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: absolute;
}

.main-comment {
  margin-top: 100px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .main-comment {
	font-size: 16px;
    margin-top: 50px;
  }
}

.information {
  margin-top: 100px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .information {
    margin-top: 50px;
    font-size: 16px;
  }
}

.information a{
text-decoration: none;
color: black;
}

.span3 {
text-decoration: underline;
}

.gallery {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .gallery {
    margin-top: 50px;
  }
}

.gallery__title {
  font-size: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .gallery__title {
    font-size: 40px;
  }
}

.gallery__text {
  margin-top: 30px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .gallery__text {
    font-size: 18px;
  }
}

.gallery__contents {
  display: grid;
  margin-top: 50px;
  gap: 1vw;
  grid-template-columns: repeat(4, 14.6vw);
  grid-template-rows: repeat(4, 14.6vw);
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .gallery__contents {
    margin-top: 30px;
    grid-template-columns: repeat(2, 50vw);
    grid-template-rows: repeat(8, 50vw);
  }
}

.gallery__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.menu {
  margin-top: 100px;
  padding-bottom: 70px;
  background-color: #c43737;
  color: #fde6a8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .menu {
    margin-top: 50px;
    width: 100%;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .menu__inner {
    width: 100%;
  }
}

.menu__bigtitle {
  font-size: 50px;
  font-weight: 500;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .menu__bigtitle {
    font-size: 40px;
    padding-top: 30px;
  }
}

.menu__date {
  margin-top: 30px;
  font-weight: bold;
}

.menu__title {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .menu__title {
    font-size: 22px;
  }
}

.menu--box-base {
  width: 70%;
  background-color: white;
  color: #333;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .menu--box-base {
    width: 90%;
    padding: 0 5px;
  }
}

.menu--title-base {
  padding-top: 40px;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .menu--title-base {
    font-size: 18px;
  }
}

.menu__lunch--title {
  margin-top: 30px;
  font-weight: bold;
}

span1 {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  span1 {
    font-size: 12px;
  }
}

.reserve-no {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .reserve-no {
    font-size: 25px;
    padding: 30px 0;
  }
}

.special {
  background-color: #fde1cd;
  width: 100%;
  padding-bottom: 50px;
}

.special__inner {
  width: 75%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .special__inner {
    width: 80%;
  }
}

.special__title {
  padding-top: 40px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .special__title {
    font-size: 22px;
  }
}

.special__text {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .special__text {
    font-size: 16px;
	  font-weight: bold;
  }
}

.greeting__title {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .greeting__title {
    font-size: 36px;
    margin-top: 40px;
  }
}

.greeting__inner {
  display: flex;
  margin-top: 40px;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .greeting__inner {
    flex-direction: column;
    padding: 0 20px;
  }
}

.chef-img {
  width: 400px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .chef-img {
    width: 65%;
    height: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

.greeting__text--area {
  margin-left: 50px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.8;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .greeting__text--area {
    font-size: 16px;
    margin-left: 0px;
    letter-spacing: 0.02em;
    margin-top: 30px;
  }
}

.greeting__text2 {
  margin-top: 100px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .greeting__text2 {
    margin-top: 50px;
    font-size: 16px;
    letter-spacing: 0.01em;
  }
}

.attention {
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  width: 70%;
  font-size: 20px;
  text-align: start;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .attention {
    font-size: 16px;
    margin-top: 50px;
    text-align: start;
	width: 85%;
  }
}

@media screen and (max-width: 768px) {
  span2 {
    text-align: center;
  }
}

.access {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .access {
    margin-top: 50px;
  }
}

.access__inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  .access__inner {
    flex-direction: column-reverse;
  }
}

.access__map--area {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .access__map--area {
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  iframe {
    width: 100%;
  }
}

.access__text--area {
  background-color: #e5f5ff;
  margin-left: 20px;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .access__text--area {
    padding: 0 10px;
    margin-left: 0px;
  }
}

.access__text {
  text-align: center;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .access__text {
    font-size: 16px;
    letter-spacing: 0.01em;
  }
}

.sns {
  display: flex;
  margin-top: 100px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sns {
    margin-top: 50px;
  }
}

.insta {
  width: 80px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .insta {
    width: 50px;
  }
}

.fb-icon {
  width: 80px;
  height: auto;
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .fb-icon {
    width: 50px;
    margin-left: 30px;
  }
}

.footer {
  width: initial;
}

.footer__inner {
  margin-top: 70px;
  height: 200px;
  width: 100%;
  background: linear-gradient(white, rgba(221, 109, 44, 0.3803921569));
}
@media screen and (max-width: 768px) {
  .footer__inner {
    margin-top: 30px;
    height: initial;
    padding-bottom: 20px;
  }
}

.footer__title {
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .footer__title {
    width: 200px;
  }
}

.footer__vs {
  width: inherit;
}

.copy {
  text-align: center;
  margin-top: 10px;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .copy {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .md-none {
    display: none;
  }
}

.md-show {
  display: none;
}
@media screen and (max-width: 768px) {
  .md-show {
    display: block;
  }
}

.fadeDown {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  opacity: 0;
}

@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeRight {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  opacity: 0;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeLeft {
  -webkit-animation-name: fadeLeftAnime;
          animation-name: fadeLeftAnime;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  opacity: 0;
}

@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* ページトップへ戻るボタン */
#pagetop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  background: #CCCCCC;
  opacity: 0.5;
  border-radius: 50%;
}

#pagetop a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  text-align: center;
}

#pagetop a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f106";
  font-weight: 900;
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: auto;
}

/* ページトップへ戻るボタンここまで */


/*次のメニューの予告に使うコード*/
.next {
text-decoration: underline;
color: #333;
}

/*電話番号の色を標準色にする*/
.tel a {
text-decoration: none;
color: #333;
}

