@charset "UTF-8";
* {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
@media print, screen and (min-width: 1024px) {
  * {
    line-height: 1.8;
  }
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  width: 100vw;
  font-size: 1.6rem;
  overflow-x: hidden;
}

li {
  list-style: none;
}

a {
  display: block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  opacity: 0.5;
}
a *, a::before, a::after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media print, screen and (min-width: 1024px) {
  a[href*=tel] {
    pointer-events: none;
  }
}

span,
small {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

img,
iframe {
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  height: auto;
  vertical-align: bottom;
}

@media print, screen and (min-width: 480px) {
  br.under480 {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  br.under768 {
    display: none;
  }
}

.container {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  opacity: 0;
  -webkit-animation: fade 1s forwards;
          animation: fade 1s forwards;
}

.inner {
  width: 90%;
  margin: auto;
}
.inner.max1200 {
  max-width: 1200px;
}

.pd150 {
  padding: clamp(6rem, 7.5vw, 15rem) 0;
}

header.section_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media print, screen and (min-width: 768px) {
  header.section_title {
    margin-left: 0;
  }
}
header.section_title h1 {
  position: relative;
  font-size: 2.5rem;
  font-weight: 500;
}
header.section_title h1::before {
  content: "";
  width: 100vw;
  height: 0.1rem;
  position: absolute;
  top: 50%;
  right: calc(100% + 3rem);
}
header.section_title.black h1 {
  color: #000;
}
header.section_title.black h1::before {
  background-color: #000;
}
header.section_title.white h1 {
  color: #fff;
}
header.section_title.white h1::before {
  background-color: #fff;
}

/* ---------- header ---------- */
#header {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  max-width: 1920px;
  background-color: rgba(26, 26, 26, 0.8);
  padding: clamp(0.5rem, 2vw, 2rem) clamp(1rem, 3vw, 3rem);
  z-index: 99;
}
@media print, screen and (min-width: 768px) {
  #header {
    top: 2.5rem;
  }
}
#header .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .logo_area {
  width: clamp(13.5rem, 20vw, 22rem);
}
#header .nav_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .nav_area nav.pc_nav {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #header .nav_area nav.pc_nav {
    display: block;
    margin-right: min(5vw, 5rem);
  }
}
#header .nav_area nav.pc_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .nav_area nav.pc_nav ul li {
  border-right: 0.1rem solid #666;
}
#header .nav_area nav.pc_nav ul li:first-of-type {
  border-left: 0.1rem solid #666;
}
#header .nav_area nav.pc_nav ul li a {
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  padding: 1.5rem min(5vw, 5rem);
}
#header .nav_area .sns_link {
  margin-right: clamp(2rem, 6vw, 6rem);
}
#header .nav_area .sns_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .nav_area .sns_link ul li a .icon {
  background: center/contain no-repeat;
}
#header .nav_area .sns_link ul li a .icon.instagram {
  width: clamp(25px, 8vw, 40px);
  aspect-ratio: 1/1;
  background-image: url(../img/icon_instagram.webp);
}
#header .nav_area .menu_toggle {
  position: relative;
  width: clamp(30px, 10vw, 50px);
  aspect-ratio: 1/1;
  border: 0.3rem solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  #header .nav_area .menu_toggle {
    border-width: 3px;
  }
}
#header .nav_area .menu_toggle span {
  display: block;
  height: 0.3rem;
  background-color: #fff;
  border-radius: 9999px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media print, screen and (min-width: 768px) {
  #header .nav_area .menu_toggle span {
    height: 3px;
  }
}
#header .nav_area .menu_toggle span:nth-of-type(1) {
  width: 62.5%;
  top: 35%;
}
#header .nav_area .menu_toggle span:nth-of-type(2) {
  width: 37.5%;
  top: 55%;
}
#header .nav_area .menu_toggle span:nth-of-type(3) {
  width: 15%;
  top: 75%;
}
#header .nav_area .menu_toggle.active span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#header .nav_area .menu_toggle.active span:nth-of-type(2) {
  opacity: 0;
}
#header .nav_area .menu_toggle.active span:nth-of-type(3) {
  width: 62.5%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
#header .overlay {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 99999;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  width: 100%;
  max-width: 1920px;
  height: 100vh;
  background-color: #1a1a1a;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header .overlay.active {
  opacity: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#header .overlay nav.sp_menu {
  padding: clamp(4rem, 4vw, 8rem);
}
#header .overlay nav.sp_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem 0;
}
#header .overlay nav.sp_menu ul li a {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}

.reservation_link {
  position: fixed;
  right: -2rem;
  bottom: 0;
  z-index: 99999;
  width: min(40vw, 17.5rem);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reservation_link.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ---------- header　ここまで ---------- */
/* ---------- footer ---------- */
#footer {
  background-color: #333;
}
#footer * {
  color: #fff;
}
#footer section.information {
  padding-bottom: 0;
}
@media print, screen and (min-width: 1024px) {
  #footer section.information {
    padding-bottom: clamp(6rem, 7.5vw, 15rem);
  }
}
#footer .flex {
  margin-top: clamp(5rem, 5vw, 10rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 1024px) {
  #footer .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(2.5rem, 5vw, 5rem);
  }
}
#footer .info_area h2.logo {
  width: 25.5rem;
  margin: auto;
}
@media print, screen and (min-width: 1024px) {
  #footer .info_area h2.logo {
    margin: 0;
  }
}
#footer .info_area .timetable {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3rem auto 0;
}
@media print, screen and (min-width: 1024px) {
  #footer .info_area .timetable {
    margin-left: 0;
  }
}
#footer .info_area .timetable p {
  font-size: clamp(1.6rem, 3.8vw, 1.9rem);
}
#footer .info_area address {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: clamp(5rem, 5vw, 10rem) auto 0;
}
@media print, screen and (min-width: 1024px) {
  #footer .info_area address {
    margin-left: 0;
  }
}
#footer .info_area address p.place {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: clamp(1.6rem, 3.4vw, 1.9rem);
}
@media print, screen and (min-width: 1024px) {
  #footer .info_area address p.place {
    font-size: 1.7rem;
    margin-left: 0;
  }
}
#footer .info_area address p.place small {
  font-size: 1.5rem;
}
#footer .info_area address p.place span.owner {
  display: block;
}
@media print, screen and (min-width: 768px) {
  #footer .info_area address p.place span.owner {
    text-align: right;
  }
}
#footer .info_area address ul.contact_list {
  margin-top: clamp(4rem, 3vw, 6rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem 0;
}
#footer .info_area address ul.contact_list li {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
#footer .info_area address ul.contact_list li:nth-of-type(1) {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #footer .info_area address ul.contact_list li:nth-of-type(1) {
    width: 28rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #footer .info_area address ul.contact_list li:nth-of-type(1) {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #footer .info_area address ul.contact_list li:nth-of-type(1) a {
    padding-right: 4.5rem;
  }
}
#footer .info_area address ul.contact_list li:nth-of-type(2) {
  width: 13rem;
  border-right: 0.1rem solid #fff;
}
@media print, screen and (min-width: 768px) {
  #footer .info_area address ul.contact_list li:nth-of-type(2) {
    border-left: 0.1rem solid #fff;
  }
}
@media print, screen and (min-width: 1024px) {
  #footer .info_area address ul.contact_list li:nth-of-type(2) {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #footer .info_area address ul.contact_list li:nth-of-type(2) a {
    padding: 0 4.5rem;
  }
}
#footer .info_area address ul.contact_list li:nth-of-type(3) {
  width: 13rem;
}
@media print, screen and (min-width: 1024px) {
  #footer .info_area address ul.contact_list li:nth-of-type(3) {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #footer .info_area address ul.contact_list li:nth-of-type(3) a {
    padding: 0 2.5rem 0 4.5rem;
  }
}
#footer .info_area address ul.contact_list li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
}
#footer .info_area address ul.contact_list li a p {
  font-size: 2.4rem;
  font-weight: bold;
}
#footer .info_area address ul.contact_list li a .icon {
  background: center/contain no-repeat;
}
#footer .info_area address ul.contact_list li a .icon.tel {
  width: 2.5rem;
  height: 3.6rem;
  background-image: url(../img/icon_tel.webp);
}
#footer .info_area address ul.contact_list li a .icon.mail {
  width: 2.8rem;
  height: 2.2rem;
  background-image: url(../img/icon_mail.webp);
}
#footer .info_area address ul.contact_list li a .icon.instagram {
  width: 3.4rem;
  height: 3.4rem;
  background-image: url(../img/icon_instagram.webp);
}
#footer .map_area {
  margin-top: clamp(3rem, 3vw, 6rem);
}
@media print, screen and (min-width: 1024px) {
  #footer .map_area {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#footer .map_area figure {
  width: 100vw;
  aspect-ratio: 35/20;
  max-height: 43.5rem;
  position: relative;
  left: -5vw;
}
@media print, screen and (min-width: 1024px) {
  #footer .map_area figure {
    width: 100%;
    height: 100%;
    left: 0;
  }
}
#footer .map_area figure iframe {
  max-width: none;
  height: 100%;
}
#footer p.copyright {
  height: min(31.5vw, 126.55px);
  display: grid;
  place-items: center;
  padding-right: 30%;
  font-size: 1.4rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #000;
}
@media print, screen and (min-width: 480px) {
  #footer p.copyright {
    place-items: center;
    padding-right: 0;
    height: 5rem;
  }
}

/* ---------- footer　ここまで ---------- */
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#fv {
  position: relative;
  background-color: #000;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 1024px) {
  #fv {
    height: auto;
    aspect-ratio: 1920/900;
  }
}
#fv header {
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 10;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem 0;
}
@media print, screen and (min-width: 1024px) {
  #fv header {
    width: min(45vw, 61.5rem);
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
#fv header h1 {
  width: 50%;
  max-width: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem 0;
}
@media print, screen and (min-width: 768px) {
  #fv header h1 {
    max-width: 60rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #fv header h1 {
    max-width: none;
    width: 100%;
  }
}
#fv header h1::before {
  content: "";
  width: 85%;
  aspect-ratio: 393/182;
  background: url(../img/illust_dish.webp) center/contain no-repeat;
}
@media print, screen and (min-width: 1024px) {
  #fv header h1::before {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#fv header h1 img {
  max-width: 30rem;
}
@media print, screen and (min-width: 1024px) {
  #fv header h1 img {
    width: 50%;
  }
}
#fv header p {
  color: #FFFFFF;
  font-size: min(6.2vw, 3.1rem);
  font-weight: 100;
  text-align: center;
}
#fv .fv-image {
  position: absolute;
  width: 130%;
  right: -20%;
  bottom: -12.5%;
}
@media print, screen and (min-width: 768px) {
  #fv .fv-image {
    bottom: auto;
    top: 30%;
  }
}
@media print, screen and (min-width: 1024px) {
  #fv .fv-image {
    width: 60vw;
    top: auto;
    right: -11%;
    bottom: 15%;
  }
}

#intro {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 1fr;
}
@media print, screen and (min-width: 768px) {
  #intro {
    grid-template-columns: 53.33% 23.3333333333% 23.3333333333%;
    grid-template-rows: 1fr auto;
  }
}
#intro .intro-message {
  grid-column: 1/3;
  grid-row: 1/2;
  padding: clamp(3rem, 6vw, 6rem) 0 clamp(2rem, 4vw, 4rem);
}
@media print, screen and (min-width: 768px) {
  #intro .intro-message {
    grid-column: 2/4;
    grid-row: 1/2;
    padding: 2rem 0;
    display: grid;
    place-items: center;
  }
}
#intro .intro-message p {
  width: 90%;
  max-width: 65rem;
  margin: auto;
}
@media print, screen and (min-width: 1024px) {
  #intro .intro-message p {
    font-size: 1.8rem;
  }
}
#intro .intro-message p::before {
  content: "";
  display: block;
  width: 15.5rem;
  aspect-ratio: 393/182;
  -webkit-mask: url(../img/illust_dish.webp) center/contain no-repeat;
          mask: url(../img/illust_dish.webp) center/contain no-repeat;
  background-color: #333;
  margin: 0 auto clamp(2.5rem, 5vw, 5rem);
}
#intro .intro-message p strong {
  display: block;
  font-size: 1.8rem;
  text-align: center;
}
#intro .intro-message p strong span {
  display: inline-block;
}
#intro .intro-image_01 {
  position: relative;
  grid-column: 1/3;
}
@media print, screen and (min-width: 768px) {
  #intro .intro-image_01 {
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
@media print, screen and (min-width: 768px) {
  #intro .intro-image_01 img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
#intro .intro-image_01 figcaption {
  position: absolute;
  color: #FFF;
  left: 1em;
  bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  #intro .intro-image_01 figcaption {
    left: 2em;
    bottom: 2em;
  }
}
#intro .intro-image_02 {
  grid-column: 1/3;
}
@media print, screen and (min-width: 768px) {
  #intro .intro-image_02 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
#intro .intro-image_03 {
  grid-column: 1/2;
}
@media print, screen and (min-width: 768px) {
  #intro .intro-image_03 {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
#intro .intro-image_04 {
  grid-column: 2/3;
}
@media print, screen and (min-width: 768px) {
  #intro .intro-image_04 {
    grid-column: 3/4;
    grid-row: 2/3;
  }
}
#intro .intro-image_05 {
  grid-column: 1/2;
}
@media print, screen and (min-width: 768px) {
  #intro .intro-image_05 {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
#intro .intro-image_06 {
  grid-column: 2/3;
}
@media print, screen and (min-width: 768px) {
  #intro .intro-image_06 {
    grid-column: 3/4;
    grid-row: 3/4;
  }
}

#commitment {
  padding: clamp(6rem, 7.5vw, 15rem) 0 clamp(6rem, 6vw, 12rem);
}
#commitment .commitment_menu {
  margin-top: clamp(4rem, 4vw, 8rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 4rem 0;
}
@media print, screen and (min-width: 768px) {
  #commitment .commitment_menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 min(2.5vw, 5rem);
  }
}
#commitment .commitment_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  #commitment .commitment_menu ul {
    width: 60%;
  }
}
#commitment .commitment_menu ul li:nth-of-type(1) {
  width: 100%;
}
#commitment .commitment_menu ul li:nth-of-type(2), #commitment .commitment_menu ul li:nth-of-type(3) {
  width: 50%;
}
@media print, screen and (min-width: 768px) {
  #commitment .commitment_menu dl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#commitment .commitment_menu dl dt {
  font-size: 1.8rem;
  font-weight: bold;
}
#commitment .commitment_menu dl dd {
  margin-top: min(6vw, 4rem);
}
@media print, screen and (min-width: 1024px) {
  #commitment .commitment_menu dl dd {
    font-size: 1.8rem;
  }
}
#commitment .recommend_menu {
  margin-top: clamp(6rem, 7.5vw, 15rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 3rem 0;
}
@media print, screen and (min-width: 1024px) {
  #commitment .recommend_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0 min(5vw, 6rem);
  }
}
@media print, screen and (min-width: 768px) {
  #commitment .recommend_menu dl {
    width: 100%;
  }
}
@media print, screen and (min-width: 1024px) {
  #commitment .recommend_menu dl {
    -ms-flex-item-align: center;
        align-self: center;
    width: 30%;
    max-width: 320px;
  }
}
#commitment .recommend_menu dt,
#commitment .recommend_menu figcaption {
  font-size: 1.8rem;
  font-weight: bold;
}
#commitment .recommend_menu dd {
  margin-top: min(6vw, 4rem);
}
@media print, screen and (min-width: 1024px) {
  #commitment .recommend_menu dd {
    font-size: 1.8rem;
  }
}
#commitment .recommend_menu .recommend_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem 0;
}
@media print, screen and (min-width: 768px) {
  #commitment .recommend_menu .recommend_img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem 3rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #commitment .recommend_menu .recommend_img {
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: calc(50% - 50vw);
  }
}
#commitment .recommend_menu .recommend_img figure {
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
  opacity: 0;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
@media print, screen and (min-width: 768px) {
  #commitment .recommend_menu .recommend_img figure {
    width: calc((100% - 6rem) / 3);
  }
}
@media print, screen and (min-width: 1024px) {
  #commitment .recommend_menu .recommend_img figure:nth-of-type(2) {
    margin-top: 4.5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #commitment .recommend_menu .recommend_img figure:nth-of-type(3) {
    margin-top: 9rem;
    margin-right: 6.25vw;
  }
}
#commitment .recommend_menu .recommend_img figure img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
@media print, screen and (min-width: 1024px) {
  #commitment .recommend_menu .recommend_img figure img {
    aspect-ratio: 340/500;
  }
}
#commitment .recommend_menu .recommend_img figure figcaption {
  text-align: center;
}
#commitment .recommend_menu .recommend_img figure.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media print, screen and (min-width: 1024px) {
  #commitment .recommend_menu .recommend_img figure.show:nth-of-type(2) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  #commitment .recommend_menu .recommend_img figure.show:nth-of-type(3) {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}
@media print, screen and (min-width: 768px) {
  #commitment .recommend_menu .recommend_img p.course {
    width: 100%;
  }
}
@media print, screen and (min-width: 1024px) {
  #commitment .recommend_menu .recommend_img p.course {
    position: absolute;
    bottom: 0;
  }
}

#drink .main_bg {
  background: url(../img/drink_bg.webp) 60% top/cover no-repeat;
}
@media print, screen and (min-width: 1024px) {
  #drink .main_bg {
    padding-bottom: min(17vw, 32.5rem);
  }
}
#drink .main_bg p {
  margin-top: clamp(4rem, 4vw, 8rem);
  max-width: 62rem;
  color: #fff;
}
#drink .menu_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#drink .menu_images img:nth-of-type(1), #drink .menu_images img:nth-of-type(2), #drink .menu_images img:nth-of-type(3) {
  width: 33.3333333333%;
}
#drink .menu_images img:nth-of-type(4), #drink .menu_images img:nth-of-type(5) {
  width: 50%;
}
@media print, screen and (min-width: 480px) {
  #drink .menu_images img {
    width: 20% !important;
  }
}

.private_time {
  padding-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .private_time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: clamp(6rem, 7.5vw, 15rem);
  }
}
@media print, screen and (min-width: 768px) {
  .private_time .area_left {
    width: 50%;
    max-width: 47.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .private_time .area_right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .private_time .area_right .img_area:nth-of-type(1) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .private_time .area_right .img_area:nth-of-type(2) {
    max-height: 305px;
  }
}
@media print, screen and (min-width: 768px) {
  .private_time p {
    padding-right: min(2.5vw, 5rem);
  }
}
@media print, screen and (min-width: 1024px) {
  .private_time p {
    font-size: 1.8rem;
    padding: 10rem 5rem 8rem 0;
  }
}
.private_time p strong {
  display: block;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: min(4vw, 4rem);
}
@media print, screen and (min-width: 768px) {
  .private_time p strong {
    font-size: min(1.95vw, 1.8rem);
    text-align: left;
  }
}
.private_time .img_area {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
@media print, screen and (min-width: 768px) {
  .private_time .img_area {
    width: 100%;
    margin: 0;
  }
}
.private_time .img_area.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .private_time .img_area.flex {
    aspect-ratio: 34559/22191;
  }
}
.private_time .private_img01 {
  margin-top: 4rem;
  aspect-ratio: 475/305;
  background: url(../img/private_bartime.webp) center/cover no-repeat;
}
@media print, screen and (min-width: 1024px) {
  .private_time .private_img01 {
    margin-top: 0;
  }
}
.private_time .private_img02 {
  aspect-ratio: 722/464;
  background: url(../img/private_cheertime.webp) center/cover no-repeat;
}
@media print, screen and (min-width: 768px) {
  .private_time .private_img02 {
    aspect-ratio: auto;
    height: 100%;
  }
}
.private_time .private_img03 {
  width: 50%;
  aspect-ratio: 361/305;
  background: url(../img/private_ingredients.webp) center/cover no-repeat;
}
.private_time .private_img04 {
  width: 50%;
  aspect-ratio: 361/305;
  background: url(../img/private_interior.webp) center/cover no-repeat;
}/*# sourceMappingURL=style.css.map */