@charset "utf-8";
/* CSS Document */
/*header*/
.header {
  max-width: 1366px;
  max-height: 600px;
  margin: 0 auto;
}
.header-image {
  background-image: url("../image/top_pc.png");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover; /* 元の比率を維持しながら画像を表示 */
  background-position: center top; /* 画像を中央に配置する */
  background-repeat: no-repeat; /* 画像の繰り返しを防ぐ */
  height: 100vh; /* 必要に応じて高さを調整する */
  width: 100%; /* 必要に応じて幅を調整する */
  max-width: 1366px;
  max-height: 600px;
  margin: 0 auto 100px;
  margin-bottom: 100px;
  position: relative;
  overflow: hidden;
}
.tel-area {
  position: absolute;
  max-width: 400px;
  top: 30px;
  right: 30px;
  color: #f8f8f8;
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 3.5rem;
  text-align: right;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.tel-area span {
  font-size: 2.5rem;
  font-weight: 900;
}
.logo {
  max-width: 1000px;
}
.nav-pc {
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: -41px;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.54);
  padding: 30px 0;
}
.header-image ul {
  display: flex;
  justify-content: center;
}
.header-image ul li {
  list-style: none;
  margin-right: 70px;
}
.header-image ul li a {
  text-decoration: none;
  color: #fff;
}
.header-image ul li:last-child {
  margin-right: 0;
}
.hamburger {
  display: none;
}
/*お店の紹介*/
.section-introduction h2 {
  margin: 0px auto 30px;
  font-size: 3.0rem;
}
.section-introduction p {
  line-height: 3.7rem;
  margin: 0 auto 100px;
}
/*逸品料理*/
.section-food__special {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-flow: row-reverse;
  margin-bottom: 100px;
  max-width: 1366px;
  margin: 0 auto;
}
.section-food__special__title {
  display: flex;
  flex-flow: row-reverse;
  align-items: flex-start;
}
.section-food__special h2 {
  writing-mode: vertical-lr;
  margin: 0 100px 0 50px;
  letter-spacing: 1.5rem;
  font-size: 6.0rem;
}
.subtitle {
  writing-mode: vertical-lr;
  font-size: 2.4rem;
  margin: 150px 0 0 0px;
}
.section-food__special__imgdes {
  margin-right: auto;
}
.section-food__image img {
  width: 900px;
  height: auto;
}
.section-food__special__imgdes h4 {
  margin-left: 100px;
  padding: 15px 0;
  text-align: left;
  font-size: 2.4rem;
}
.section-food__special__imgdes p {
  margin-left: 100px;
  padding-top: 15px;
  border-top: 1px solid #312f2f;
  text-align: left;
  line-height: 2.7rem;
}
/*おすすめ*/
.section-food__recommendation {
  width: 100%;
  position: relative;
  height: 1220px;
  margin: 100px auto 0;
  max-width: 1366px;
}
.section-food__recommendation1 {
  margin-right: 100px;
  position: absolute;
  top: 0px;
  left: 100px;
}
.section-food__recommendation1 h2 {
  font-size: 3.6rem;
  writing-mode: vertical-lr;
  letter-spacing: 1.0rem;
}
.section-food__recommendation2 {
  max-width: 430px;
  height: auto;
  position: absolute;
  top: 50px;
  left: 200px;
}
.section-food__recommendation3 {
  max-width: 430px;
  height: auto;
  position: absolute;
  top: 215px;
  right: 90px;
}
.section-food__recommendation4 {
  max-width: 430px;
  height: auto;
  position: absolute;
  top: 630px;
  left: 200px;
}
.section-food__reco__des1, .section-food__reco__des2, .section-food__reco__des3 {
  text-align: left;
}
.section-food__reco__des1 h3, .section-food__reco__des2 h3, .section-food__reco__des3 h3 {
  margin: 15px auto 15px;
}
.section-food__reco__des1 p, .section-food__reco__des2 p, .section-food__reco__des3 p {
  padding-top: 15px;
  border-top: 1px solid #312f2f;
  line-height: 2.5rem;
}
/*ボタン*/
.section-button {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  max-width: 1366px;
  justify-content: center;
}
.section-button__area1, .section-button__area2 {
  background-color: #000;
  opacity: 0.70;
  border-radius: 5px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 1.8);
  color: #fff;
  text-decoration: none;
  text-align: center;
  align-items: center;
  margin: 0px auto;
  font-size: 3.0rem;
}
.section-button__area1 {
  margin-right: 100px;
  padding: 30px 70px;
}
.section-button__area2 {
  margin-left: 100px;
  padding: 30px 55px;
}
/*おせき*/
.section-seat1 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-flow: row-reverse;
  margin: 100px auto 0;
  max-width: 1366px;
}
.section-seat__title {
  display: flex;
  flex-flow: row-reverse;
  align-items: flex-start;
}
.section-seat__title h2 {
  writing-mode: vertical-lr;
  margin: 0 100px 0 50px;
  letter-spacing: 1.5rem;
  font-size: 6.0rem;
}
.subtitle1 {
  writing-mode: vertical-lr;
  font-size: 2.4rem;
  margin: 150px 0;
}
.section-seat__imgdes {
  max-width: 1366px;
  margin: 0 auto;
}
.section-seat__imgdes h4 {
  margin: 0 auto 0 100px;
  padding: 15px 0;
  text-align: left;
  font-size: 2.4rem;
}
.section-seat__imgdes p {
  margin: 0 450px 100px 100px;
  padding-top: 15px;
  border-top: 1px solid #312f2f;
  text-align: left;
  line-height: 2.7rem;
}
/*料理人と女将*/
.section-person {
  max-width: 1366px;
  margin: 0 auto;
}
.section-person1 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-flow: row-reverse;
}
.section-person__title {
  display: flex;
  flex-flow: row-reverse;
  align-items: flex-start;
}
.section-person__title h2 {
  writing-mode: vertical-lr;
  margin: 0 100px 0 50px;
  letter-spacing: 1.5rem;
  font-size: 6.0rem;
}
.subtitle2 {
  writing-mode: vertical-lr;
  font-size: 2.4rem;
  margin: 150px 0 0 0px;
}
.section-person__imgdes1 {
  display: flex;
  text-align: right;
  margin: 0 auto;
}
.section-person__des1 {
  max-width: 370px;
  max-height: auto;
  text-align: left;
  margin-top: 145px;
  margin-right: auto;
}
.section-person__des1 h4 {
  padding: 15px 0;
  font-size: 2.4rem;
}
.section-person__des1 h5 {
  padding: 12px 0;
  border-top: 1px solid #312f2f;
  font-size: 1.8rem;
}
.section-person__des1 p {
  max-width: 370px;
  line-height: 2.7rem;
}
.section-person__image1 {
  max-width: 330px;
  max-height: 455px;
  margin-left: 60px;
  margin-right: 130px;
  overflow: hidden;
}
.section-person__imgdes2 {
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row-reverse;
  margin-bottom: 100px;
  margin-top: 100px;
}
.section-person__image2 {
  max-width: 330px;
  max-height: 455px;
  margin-left: 130px;
  margin-right: auto;
  overflow: hidden;
}
.section-person__des2 {
  max-width: 370px;
  max-height: auto;
  text-align: left;
  margin: 145px 0 0 190px;
}
.section-person__des2 h4 {
  padding: 15px 0;
  font-size: 2.4rem;
}
.section-person__des2 h5 {
  padding: 12px 0;
  border-top: 1px solid #312f2f;
  font-size: 1.8rem;
}
.section-person__des2 p {
  max-width: 370px;
  line-height: 2.7rem;
}
/*コース*/
.section-course {
  max-width: 1366px;
  max-height: 600px;
  margin: 0 auto;
}
.section-course__image__pc {
  background-image: url("../image/courseBG_pc.png");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover; /* 元の比率を維持しながら画像を表示 */
  background-position: center top; /* 画像を中央に配置する */
  background-repeat: no-repeat; /* 画像の繰り返しを防ぐ */
  height: 100vh; /* 必要に応じて高さを調整する */
  width: 100%; /* 必要に応じて幅を調整する */
  max-width: 1366px;
  max-height: 600px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.section-course__image__pc h2 {
  position: absolute;
  top: 210px;
  align-items: center;
  font-size: 4.8rem;
  color: #fff;
}
.section-course__image__pc p {
  position: absolute;
  top: 270px;
  align-items: center;
  line-height: 3.5rem;
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 55px;
}
/*footer*/
.footer {
  max-width: 1366px;
  max-height: 740px;
  background-color: rgba(49, 47, 47, 0.95);
  margin: 0 auto;
}
.footer ul {
  display: flex;
  color: #fff;
  justify-content: center;
  padding-top: 20px;
}
.footer ul li {
  list-style: none;
  margin-right: 70px;
}
.footer ul li a {
  text-decoration: none;
  color: #fff;
}
.footer ul li:last-child {
  margin-right: 0;
}
.footer__logo {
  max-width: 445px;
  padding-top: 80px;
  margin: 0 auto 50px;
}
.footer-list {
  display: flex;
  justify-content: center;
}
.footer-title1 ul, .footer-detail1 ul {
  display: block;
}
.footer-title1 li, .footer-detail1 li {
  list-style: none;
  color: #fff;
  text-align: left;
  padding-top: 20px
}
.footer-title1 li {
  margin-right: 60px;
}
.footer-title1 li:first-child, .footer-detail1 li:first-child {
  padding-top: 0px
}
.footer-title1 li:nth-child(3) {
  padding-top: 70px
}
.footer-title1 li:nth-child(4) {
  padding-top: 40px
}
.footer-list2 {
  display: none;
}
.footer h3 {
  margin: 50px auto 0;
  padding-bottom: 50px;
  color: #fff;
}
@media (max-width:1183px) {
  /*header*/
  .header {
    max-width: 390px;
    max-height: 600px;
    margin: 0 auto;
  }
  .header-image {
    background-image: url("../image/top_pc.png");
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover; /* 元の比率を維持しながら画像を表示 */
    background-position: center top; /* 画像を中央に配置する */
    background-repeat: no-repeat; /* 画像の繰り返しを防ぐ */
    height: 100vh; /* 必要に応じて高さを調整する */
    width: 100%; /* 必要に応じて幅を調整する */
    max-width: 390px;
    max-height: 600px;
    margin: 0 auto 50px;
    position: relative;
    overflow: hidden;
  }
  .tel-area {
    position: absolute;
    max-width: 400px;
    top: 530px;
    right: 10px;
    color: #f8f8f8;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.5rem;
    text-align: right;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }
  .tel-area span {
    font-size: 2.0rem;
    font-weight: 700;
  }
  .logo {
    max-width: 380px;
    padding: 0px, 5px;
  }
  .nav-pc {
    display: none;
  }
  /* ハンバーガーメニュー */
  .hamburger {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1000;
  }
  .menu-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  .menu-line {
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background: #f8f8f8;
    transition: all 0.3s ease-in-out;
  }
  #menu-toggle {
    display: none;
  }
  .mobile-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 50%; /* 左端を画面の中央に */
    transform: translateX(-50%); /* 自身の幅の半分だけ左に移動して中央揃え */
    width: 100%;
    height: 100%;
    max-width: 390px;
    max-height: 600px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    z-index: 999;
    padding-top: 50px;
  }
  .mobile-nav .nav-header {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .mobile-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    display: block;
  }
  .mobile-nav ul li {
    margin: 30px 0;
  }
  .mobile-nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
  }
  #menu-toggle:checked ~ .mobile-nav {
    display: block;
  }
  /* ×ボタン */
  .close-icon {
    font-size: 2.5rem;
    cursor: pointer;
    color: #fff;
    top: 10px;
    right: 10px;
    position: relative;
  }
  /* PC版ナビ 非表示設定 */
  @media screen and (max-width: 1183px) {
    .desktop-nav {
      display: none;
    }
    .hamburger {
      display: block;
    }
  }
  /*お店の紹介*/
  .section-introduction h2 {
    margin: 0px auto 30px;
    font-size: 1.8rem;
  }
  .section-introduction p {
    line-height: 3.7rem;
    margin: 0 auto 50px;
    max-width: 260px;
  }
  /*逸品料理*/
  .section-food__special {
    width: 100%;
    height: auto;
    display: block;
    align-items: flex-start;
    flex-flow: row-reverse;
    margin-bottom: 100px;
    max-width: 390px;
    margin: 0 auto;
  }
  .section-food__special__title {
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .section-food__special h2 {
    writing-mode: vertical-lr;
    margin: 0 0 0 30px;
    letter-spacing: 1.5rem;
    font-size: 3.6rem;
  }
  .subtitle {
    writing-mode: vertical-lr;
    font-size: 1.8rem;
    margin: 75px 0 0 0px;
  }
  .section-food__special__imgdes {
    margin-right: auto;
  }
  .section-food__image img {
    width: 390px;
    height: auto;
  }
  .section-food__special__imgdes h4 {
    margin: 0 20px;
    padding: 15px 0;
    text-align: left;
    font-size: 2.4rem;
  }
  .section-food__special__imgdes p {
    margin: 0 20px;
    padding-top: 15px;
    border-top: 1px solid #312f2f;
    text-align: left;
    line-height: 2.7rem;
  }
  /*おすすめ*/
  .section-food__recommendation {
    width: 100%;
    position: static;
    display: flex;
    flex-direction: column; /* 縦並びに変更 */
    align-items: center; /* 水平方向に中央揃え */
    justify-content: flex-start; /* 上から順に並べる */
    height: 1650px;
    margin: 30px auto 50px;
    max-width: 390px;
  }
  .section-food__recommendation1 {
    position: static; /* 位置指定をリセット */
    margin: 20px 0; /* 縦方向の余白を確保 */
    text-align: center; /* テキストを中央揃え */
  }
  .section-food__recommendation1 h2 {
    font-size: 2.8rem;
    writing-mode: vertical-lr;
    letter-spacing: 1.0rem;
  }
  .section-food__recommendation2 {
    position: static; /* 位置指定をリセット */
    margin: 20px 0; /* 縦方向の余白を確保 */
    text-align: center; /* テキストを中央揃え */
    max-width: 370px;
    height: auto;
  }
  .section-food__recommendation3 {
    position: static; /* 位置指定をリセット */
    margin: 20px 0; /* 縦方向の余白を確保 */
    text-align: center; /* テキストを中央揃え */
    max-width: 370px;
    height: auto;
  }
  .section-food__recommendation4 {
    position: static; /* 位置指定をリセット */
    margin: 20px 0; /* 縦方向の余白を確保 */
    text-align: center; /* テキストを中央揃え */
    max-width: 370px;
    height: auto;
  }
  .section-food__reco__des1, .section-food__reco__des2, .section-food__reco__des3 {
    text-align: left;
    margin: 0 10px;
  }
  .section-food__reco__des1 h3, .section-food__reco__des2 h3, .section-food__reco__des3 h3 {
    margin: 15px auto 15px;
  }
  .section-food__reco__des1 p, .section-food__reco__des2 p, .section-food__reco__des3 p {
    padding-top: 15px;
    border-top: 1px solid #312f2f;
    line-height: 2.5rem;
  }
  /*ボタン*/
  .section-button {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 110px;
    max-width: 390px;
    justify-content: center;
  }
  .section-button__area1, .section-button__area2 {
    background-color: #000;
    opacity: 0.70;
    border-radius: 5px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 1.8);
    color: #fff;
    text-decoration: none;
    text-align: center;
    align-items: center;
    margin: 0px auto;
    font-size: 2.4rem;
  }
  .section-button__area1 {
    margin-right: 0px;
    padding: 30px 70px;
  }
  .section-button__area2 {
    margin-left: 0px;
    padding: 30px 55px;
  }
  /*おせき*/
  .section-seat1 {
    width: 100%;
    height: auto;
    display: block;
    align-items: flex-start;
    flex-flow: row-reverse;
    margin: 50px auto 0;
    max-width: 390px;
  }
  .section-seat__title {
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto 50px;
  }
  .section-seat__title h2 {
    writing-mode: vertical-lr;
    margin: 0 0 0 30px;
    letter-spacing: 1.5rem;
    font-size: 3.6rem;
  }
  .subtitle1 {
    writing-mode: vertical-lr;
    font-size: 1.8rem;
    margin: 110px 0 0 0;
  }
  .section-seat__imgdes {
    max-width: 390px;
    margin: 0 auto;
  }
  .section-seat__imgdes h4 {
    margin: 0 20px;
    padding: 15px 0;
    text-align: left;
    font-size: 2.4rem;
  }
  .section-seat__imgdes p {
    margin: 0 20px;
    padding-top: 15px;
    border-top: 1px solid #312f2f;
    text-align: left;
    line-height: 2.7rem;
  }
  /*料理人と女将*/
  .section-person {
    max-width: 390px;
    margin: 0 auto;
  }
  .section-person1 {
    display: block;
    flex-flow: row-reverse;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
  }
  .section-person__title {
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 100px 0 50px 0;
  }
  .section-person__title h2 {
    writing-mode: vertical-lr;
    margin: 0 0 0 30px;
    letter-spacing: 1.5rem;
    font-size: 3.6rem;
  }
  .subtitle2 {
    writing-mode: vertical-lr;
    font-size: 1.8rem;
    margin: 0;
  }
  .section-person__imgdes1 {
    display: block;
    text-align: right;
    margin: 0 auto;
    max-width: 390px;
  }
  .section-person__des1 {
    max-width: 370px;
    max-height: auto;
    text-align: left;
    margin-top: 0px;
    margin: 0 20px;
  }
  .section-person__des1 h4 {
    padding: 15px 0;
    font-size: 2.4rem;
  }
  .section-person__des1 h5 {
    padding: 12px 0;
    border-top: 1px solid #312f2f;
    font-size: 1.8rem;
  }
  .section-person__des1 p {
    max-width: 370px;
    line-height: 2.7rem;
  }
  .section-person__image1 {
    max-width: 300px;
    max-height: auto;
    margin-left: 0px;
    margin-right: 0px;
    overflow: hidden;
    margin: 0 auto;
  }
  .section-person__imgdes2 {
    width: 100%;
    height: auto;
    display: block;
    flex-flow: row-reverse;
    margin-top: 40px;
    margin-bottom: 100px;
  }
  .section-person__image2 {
    max-width: 300px;
    max-height: auto;
    margin-left: 0px;
    margin-right: auto;
    overflow: hidden;
    margin: 0 auto;
  }
  .section-person__des2 {
    max-width: 370px;
    max-height: auto;
    text-align: left;
    margin: 0 20px;
  }
  .section-person__des2 h4 {
    padding: 15px 0;
    font-size: 2.4rem;
  }
  .section-person__des2 h5 {
    padding: 12px 0;
    border-top: 1px solid #312f2f;
    font-size: 1.8rem;
  }
  .section-person__des2 p {
    max-width: 370px;
    line-height: 2.7rem;
  }
  /*コース*/
  .section-course {
    max-width: 390px;
    max-height: 600px;
    margin: 0 auto;
  }
  .section-course__image__pc {
    background-image: url("../image/courseBG_pc.png");
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover; /* 元の比率を維持しながら画像を表示 */
    background-position: 65% center; /* 画像を中央に配置する */
    background-repeat: no-repeat; /* 画像の繰り返しを防ぐ */
    height: 100vh; /* 必要に応じて高さを調整する */
    width: 100%; /* 必要に応じて幅を調整する */
    max-width: 390px;
    max-height: 600px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  .section-course__image__pc h2 {
    position: absolute;
    top: 100px;
    align-items: center;
    font-size: 2.0rem;
    color: #fff;
  }
  .section-course__image__pc p {
    position: absolute;
    top: 180px;
    align-items: center;
    line-height: 3.5rem;
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 55px;
    max-width: 280px;
  }
  /*footer*/
  .footer {
    max-width: 390px;
    max-height: auto;
    background-color: rgba(49, 47, 47, 0.95);
    margin: 0 auto;
  }
  .footer__logo {
    max-width: 300px;
    padding-top: 30px;
    margin: 0 auto;
  }
  .footer ul {
    display: none;
  }
  .footer-list {
    display: none;
  }
  .footer-list2 {
    display: block;
  }
  .footer-list2 p {
    margin-top: 50px;
    color:#fff;
  }
  
  .footer h3 {
    margin: 50px auto 0;
    padding-bottom: 30px;
    color: #fff;
  }
}