@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #573001;
  font-weight: 350;
  font-size: 1.6rem;
  line-height: 4.0rem;
  background-color: #FFECD6;
  font-feature-settings: "palt"; /* 【】など文字詰め*/
  letter-spacing: 0.2rem;
}
a {
  text-decoration: none;
}
.inner {
  max-width: 1140px;
  margin: 0 auto;
}
@media(max-width:768px) {
  .inner {
    max-width: 327px;
    margin: 0 auto;
  }
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sp_br {
  display: none;
}
.pc_br {
  display: block; /* PCを改行して */
}
/* 画面幅が1140px以上の時は */
@media screen and (max-width: 1140px) {
  .pc_br {
    display: none; /* PCを改行して */
  }
  .sp_br {
    display: block;
  }
}
.page_header {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.page_header {
  width: 100%;
  position: relative;
}
/* spヘッダー↓ */
/* ロゴ↓ */
.header {
  display: none;
  margin-top: 40px;
  justify-content: space-between;
  position: relative;
}
.sp_logo {
  width: 110px;
}
@media(max-width:768px) {
  .section_image {
    display: none;
  }
  .section_image {
    display: none;
  }
  .header {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
}
.page_header wrapper a {
  width: 100%;
}
.header nav {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  width: 70%;
  height: 100%;
  padding-top: 67px;
  box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.4)
}
.header nav ul li {
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
.header nav ul li:first-child {
  border-top: solid 1px rgba(255, 255, 255, 0.5);
}
.header nav ul li a {
  font-weight: 600;
  line-height: 40px;
  vertical-align: middle;
  text-decoration: none;
  color: #FFF;
}
/* sp_店内紹介タイトル ↓ */
.sp_section_title_group {
  display: none;
}
@media(max-width:768px) {
  .sp_section_title_group {
    position: relative;
    display: inherit;
  }
  .sp_section_title, inner {
    width: 250px;
    font-size: 2.6rem;
    text-align: center;
    position: relative;
    margin-top: 30px;
    padding: 10px 0;
    border-radius: 50px;
    font-weight: 200;
    background-color: #FFF;
  }
  .sp_section_title h3, inner {
    font-weight: 500;
  }
  /* sp_背景画像 ↓ */
  .background_menu, inner {
    background-image: url("../images/introduction_image_6.png");
    text-align: center;
    margin-top: -25px;
    height: 180px;
    border-radius: 20px;
    background-size: cover;
  }
}
/* ナビゲーションメニュー↓ */
.main-nav, inner, flex {
  line-height: 2.5rem;
  margin-top: 90px;
  font-size: 2.0rem;
  font-weight: 500;
  justify-content: end;
  text-align: center;
  position: relative;
}
.access {
  margin-right: 60px;
}
.main-nav a {
  color: #40220F;
}
.main-nav span {
  font-size: 1.4rem;
  color: #FCB14E;
}
.main-nav li {
  margin-left: 50px;
}
@media(max-width:768px) {
  .main-nav {
    display: none;
  }
}
.wrapper {
  max-width: 1440px;
}
/* ホームタイトル↓ */
.section_title {
  padding: 65px 45px;
  right: -3%;
  top: -10%;
  position: absolute;
  writing-mode: vertical-rl;
  background-color: #FFF;
  border-radius: 40px;
  letter-spacing: 5px;
  /* 自動改行オフ↓*/
  white-space: nowrap;
}
.section_title h3 {
  font-size: 5.0rem;
  font-weight: 400;
}
/* 背景画像↓ */
.section_image, inner {
  background-image: url("../images/introduction_image_6.png");
  background-size: cover;
  position: relative;
  margin-top: 90px;
  height: 486px;
  border-radius: 40px;
}
/* ロゴ↓ */
.logo {
  display: flex;
  width: 230px;
  margin: -175px 0 0 -45px;
  position: absolute;
}
.section_about {
  margin-top: 40px;
}
.title_pig {
  width: 160px;
  height: 200px;
  margin: 120px 40px 0 0;
}
.about_title {
  writing-mode: vertical-rl;
  position: relative;
  padding: 30px 45px 40px;
  border-radius: 100px;
  letter-spacing: 3px;
  font-weight: 100;
  color: #FFF;
  background-color: #E60012;
}
.about_title span {
  color: #FED900;
}
/* sp版　ロゴとハンバーガーボタン↓ */
.sp_section_image {
  display: none;
}
@media(max-width:900px) {
  .sp_section_image {
    display: inherit;
  }
}
/* 店内紹介↓ */
.introduction, inner {
  margin-top: 210px;
}
.introduction_1, flex {
  justify-content: flex-start;
}
.introduction_1 img {
  width: 835px;
  height: 528px;
  border-radius: 40px;
}
.introduction_1 h2 {
  writing-mode: vertical-rl;
  padding-left: 60px;
  background-color: #FDE2BC;
  margin-left: 45px;
  padding: 50px 25px;
  border-radius: 70px;
  height: fit-content;
}
.introduction_2, flex {
  justify-content: flex-end;
  margin-top: 110px;
}
.introduction_2 img {
  width: 835px;
  height: 528px;
  border-radius: 40px;
}
.introduction_image_p p {
  margin-top: 70px;
}
.introduction_2 h2 {
  writing-mode: vertical-rl;
  padding-left: 60px;
  background-color: #FDE2BC;
  margin-right: 45px;
  padding: 50px 25px;
  border-radius: 70px;
  height: fit-content;
}
.introduction_map {
  text-align: center;
}
.introduction_map_group {
  margin-top: 200px;
  text-align: center;
}
.introduction_map_group img {
  width: 170px;
  height: 170px;
}
.introduction_map_image {
  width: 80%;
}
.introduction_map_group h3 {
  font-size: 4.0rem;
  font-weight: 500;
  margin-top: 20px;
  line-height: 6.0rem;
  letter-spacing: 2px;
}
.introduction_map_image {
  margin-top: 40px;
  text-align: center;
}
.introduction_seat_1, flex {
  justify-content: center;
  margin-top: 130px;
  height: 485px;
}
@media(max-width:768px) {
  .introduction, inner {
    margin-top: 115px;
  }
  .introduction_1, flex {
    justify-content: flex-start;
    flex-direction: column-reverse;
  }
  .introduction_1 img {
    width: 100vh;
    height: 250px;
    border-radius: 40px;
  }
  .introduction_1 h2 {
    font-size: 2.0rem;
    width: 250px;
    padding: 15px 0;
    line-height: 3.0rem;
    text-align: center;
    margin: inherit;
    margin-bottom: 40px;
    writing-mode: horizontal-tb;
    background-color: #FDE2BC;
    border-radius: 50px;
  }
  .introduction_2, flex {
    flex-direction: column;
    margin-top: 45px;
  }
  .introduction_2 img {
    width: 835px;
    height: 250px;
    border-radius: 40px;
    vertical-align: middle; /* 隙間を削除 */
  }
  .introduction_image_p p {
    vertical-align: middle;
    text-align: center;
    letter-spacing: 0.1rem;
    margin-top: 45px;
  }
  .introduction_2 h2 {
    font-size: 2.0rem;
    width: 250px;
    padding: 15px 0;
    line-height: 3.0rem;
    text-align: center;
    margin: inherit;
    margin-bottom: 40px;
    writing-mode: horizontal-tb;
    background-color: #FDE2BC;
    border-radius: 50px;
  }
  .introduction_map_group {
    margin-top: 115px;
  }
  .introduction_map_group img {
    width: 100px;
    height: 100px;
  }
  .introduction_map_image {
    width: 100%;
  }
  .introduction_map_group h3 {
    font-size: 2.6rem;
    padding-left: 0px;
    margin: 0;
  }
  .introduction_seat_1, flex {
    flex-direction: column;
    margin: 0;
    height: inherit;
    margin-top: 75px;
  }
}
/* テーブル4名様×3↓ */
.introduction_seat_1_img {
  border-radius: 40px;
  width: 720px;
  height: 485px;
}
.introduction_seat_4people, flex {
  text-align: start;
  justify-content: flex-end;
}
.introduction_seat_4people h3 {
  display: none;
  writing-mode: vertical-rl;
  letter-spacing: 0.5rem;
  background-color: #FFF;
  margin-left: 25px;
  border-radius: 70px;
  height: fit-content;
  font-size: 2.6rem;
  font-weight: 500;
  padding: 25px 25px;
}
.introduction_seat_4people p {
  writing-mode: vertical-rl;
  letter-spacing: 0.3rem;
  height: fit-content;
}
@media(max-width:768px) {
  .introduction_seat_1 img {
    height: 250px;
    border-radius: 30px;
  }
  .introduction_seat_4people {
    position: relative;
    z-index: 1;
    flex-direction: column-reverse;
    padding-left: 0px;
  }
  .introduction_seat_4people h3 {
    width: 250px;
    font-size: 2.0rem;
    writing-mode: horizontal-tb;
    padding: 10px 10px;
    letter-spacing: 0.2rem;
    text-align: center;
    margin: -30px auto;
  }
  .introduction_seat_4people p {
    padding-top: 55px;
    writing-mode: horizontal-tb;
    text-align: center;
  }
}
/* テーブル6名様×4↓ */
.introduction_seat_2, flex {
  justify-content: center;
  margin-top: 135px;
  height: 485px;
}
.introduction_seat_6people, flex {
  text-align: start;
}
.introduction_seat_2_img {
  border-radius: 40px;
  width: 720px;
  height: 485px;
}
.introduction_seat_6people h3 {
  display: none;
  writing-mode: vertical-rl;
  letter-spacing: 0.5rem;
  background-color: #FFF;
  margin-right: 25px;
  border-radius: 70px;
  height: fit-content;
  font-size: 2.6rem;
  font-weight: 500;
  padding: 25px 25px;
}
.introduction_seat_6people p {
  padding-top: 20px;
  writing-mode: vertical-rl;
  height: fit-content;
}
@media(max-width:768px) {
  .introduction_seat_2, flex {
    flex-direction: column-reverse;
    margin: 0;
  }
  .introduction_seat_6people, flex {
    flex-direction: column;
    padding-right: 0px;
    position: relative;
    z-index: 1;
  }
  .introduction_seat_2_img {
    height: 250px;
    border-radius: 30px;
  }
  .introduction_seat_6people h3 {
    width: 250px;
    font-size: 2.0rem;
    writing-mode: horizontal-tb;
    padding: 10px 10px;
    letter-spacing: 0.2rem;
    text-align: center;
    margin: -30px auto;
  }
  .introduction_seat_6people p {
    writing-mode: horizontal-tb;
    text-align: center;
    padding-top: 50px;
  }
}
/* テーブル10名様×1↓ */
.introduction_seat_3, flex {
  justify-content: center;
  margin-top: 130px;
  height: 485px;
}
.introduction_seat_3_img {
  border-radius: 40px;
  width: 720px;
  height: 485px;
}
.introduction_seat_10people, flex {
  text-align: start;
}
.introduction_seat_10people h3 {
  writing-mode: vertical-rl;
  letter-spacing: 0.5rem;
  background-color: #FFF;
  margin-left: 25px;
  border-radius: 70px;
  height: fit-content;
  font-size: 2.6rem;
  font-weight: 500;
  padding: 25px 25px;
}
.introduction_seat_10people p {
  padding-top: 20px;
  writing-mode: vertical-rl;
  height: fit-content;
}
.introduction_seat_10people span {
  text-combine-upright: all;
  letter-spacing: 0.3rem;
}
@media(max-width:768px) {
  .introduction_seat_3, flex {
    margin: 0;
  }
  .introduction_seat_3_img {
    height: 250px;
    border-radius: 30px;
  }
  .introduction_seat_10people, flex {
    flex-direction: column;
    flex-direction: column-reverse;
    padding-left: 0px;
    position: relative;
    z-index: 1;
  }
  .introduction_seat_10people h3 {
    width: 250px;
    font-size: 2.0rem;
    writing-mode: horizontal-tb;
    padding: 10px 10px;
    letter-spacing: 0.2rem;
    text-align: center;
    margin: -30px auto;
  }
  .introduction_seat_10people p {
    writing-mode: horizontal-tb;
    text-align: center;
    padding-top: 50px;
  }
  .introduction_seat_10people span {
    letter-spacing: 0rem;
  }
}
.introduction_seat_4people, flex, .introduction_seat_10people, flex {
  text-align: start;
  justify-content: flex-end;
}
.introduction_seat_6people, flex {
  text-align: start;
  justify-content: start;
}
.introduction_seat_4people img, .introduction_seat_6people img, .introduction_seat_10people img {
  height: 50%;
  padding-left: 25px;
}
.introduction_seat_6people img {
  height: 50%;
  padding-right: 25px;
}
.introduction_seat_4people h3, .introduction_seat_6people h3, .introduction_seat_10people h3 {
  display: none;
}
@media(max-width:768px) {
  .introduction_seat_4people img, .introduction_seat_6people img, .introduction_seat_10people img {
    display: none;
  }
  .introduction_seat_4people h3, .introduction_seat_6people h3 {
    display: inline;
  }
  .introduction_seat_10people h3 {
    display: inline;
    margin-top: -150px;
  }
}
/* 店内ギャラリー1↓ */
.introduction_gallery_title {
  text-align: center;
  margin-top: 200px;
}
.introduction_gallery_title img {
  width: 170px;
  height: 170px;
}
.introduction_gallery_title h1 {
  font-size: 4.0rem;
  margin-top: 20px;
  font-weight: 500;
  line-height: 6.0rem;
}
.introduction_gallery_1, flex {
  justify-content: flex-start;
}
.introduction_gallery_1 {
  position: relative;
  margin-top: 90px;
}
.introduction_gallery_menu {
  border-radius: 40px;
}
.introduction_gallery_1 h3 {
  margin-top: -13%;
  font-size: 2.0rem;
  background-color: #FFECD6;
  padding: 20px 40px 20px 15px;
  border-radius: 0 40px 0 0;
}
.corner_1 {
  position: absolute;
  bottom: 160px;
}
.corner_2 {
  position: absolute;
  bottom: 12px;
  left: 289px;
}
.introduction_gallery_2 img {
  padding-top: 80px;
}
@media(max-width:768px) {
  .introduction_gallery_title {
    margin-top: 0;
  }
  .introduction_gallery_title img {
    width: 100px;
    height: 100px;
  }
  .introduction_gallery_title h1 {
    font-size: 2.6rem;
    padding-left: 0;
    margin: 0;
  }
  .introduction_gallery_1 {
    margin-top: 40px;
  }
  .introduction_gallery_menu {
    border-radius: 20px;
  }
  .introduction_gallery_1 h3 {
    font-size: 1.4rem;
    padding: 10px 20px 0 10px;
    line-height: 2.0rem;
    border-radius: 0px 20px;
    margin-top: -15%;
  }
  .corner_1 {
    width: 5%;
    bottom: 50px;
  }
  .corner_2 {
    width: 5%;
    bottom: 0px;
    right: 37.5px;
    left: auto;
  }
  .introduction_gallery_2 img {
    width: 150px;
    padding-top: 30px;
  }
}
/* フッター */
.footer {
  width: 100vw;
  margin-top: 245px;
  background-color: #DB000B;
}
.iframe {
  height: 285px;
  width: 100%;
  justify-content: center;
  margin-top: 70px;
  border-radius: 40px;
}
.footer-rogo {
  width: 170px;
}
.footer-list2, inner, flex {
  margin: 40px 0 0 50px;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  justify-content: center;
  color: #FFF;
}
.footer-list5, flex {
  padding: 45px 0 50px 0;
  justify-content: center;
}
.footer-list6 {
  padding-left: 24px;
}
.footer-list, flex {
  padding-left: 50px;
}
.footer-list a {
  color: #FFF;
}
.footer-list3 {
  padding-right: 24px;
  border-right: 1px solid #FFF;
}
.footer-list6 {
  padding-left: 24px;
}
.footer-list, inner, flex {
  padding-left: 50px;
}
.footer-list a {
  color: #FFF;
}
.footer-list3 {
  padding-right: 24px;
  border-right: 1px solid #FFF;
}
.cr {
  color: #FFF;
  font-size: 1.2rem;
}
@media(max-width:768px) {
  .footer {
    margin-top: 45px;
  }
  .iframe {
    margin-top: 35px;
  }
  .footer-rogo {
    width: 145px;
    padding-bottom: 45px;
  }
  .footer-list2, inner, flex {
    margin: inherit;
    font-size: 1.4rem;
    justify-content: center;
    color: #FFF;
  }
  .footer-list2 p {
    line-height: 2.5rem;
  }
  .footer-list5, flex {
    padding: 45px 0 100px 0;
    justify-content: center;
  }
  .footer-list6 {
    padding: inherit;
    text-align: center;
    margin: 20px 0;
  }
  .footer-list, inner, flex {
    display: none;
    text-align: center;
  }
  .footer-list3 {
    text-align: center;
    padding: inherit;
    border: none;
  }
  .cr {
    font-size: 1.2rem;
    line-height: 2.0rem;
    text-align: center;
  }
}
/* 追従ボタン */
.fixed_btn {
  width: 116px;
  position: fixed;
  bottom: 100px;
  right: -36px;
  border: none;
  background: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: -6px;
}
.float-web {
  margin-top: -5px;
  width: 80px;
}
.float-tel {
  width: 80px;
}
.fixed_btn {}
.sp_fixed_btn {
  display: none;
}
@media(max-width:768px) {
  /* sp_追従ボタン */
  .fixed_btn {
    display: none;
  }
  .sp_fixed_btn {
    z-index: 2;
    width: 103.5%;
    display: flex;
    position: fixed;
    border: none;
    background: none;
    bottom: -5px;
    right: -6.5px;
  }
  .sp_float-web {
    margin-left: -3px;
  }
  .sp_float-tel {}
}
h2 {
  font-size: 3.0rem;
  font-weight: 500;
  line-height: 5.0rem;
}
p {
  line-height: 3.0rem;
}
img {
  max-width: 100%;
  vertical-align: middle; /* 隙間を削除 */
}
