@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #000;
  margin: 0;
}

a {
  background-color: transparent;
  color: #000;
  text-decoration: none;
}

img {
  width: 100%;
  border-style: none;
}

li {
  list-style: none;
}

h1 {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 4px;
  line-height: 2em;
}
 
h2 {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 4px;
  line-height: 2em;
}

h3 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 4px;
  line-height: 2em;
}

p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 4px;
  line-height: 2.2em;  
}

h1, h2, h3, a, li, p, th, td, span {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}

a:hover {
  opacity: .8;
}

.w-container {
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
}

/* 消してる要素 */
.header, .sp-p1-back1, .sp-p1-back2 {
  display: none;
}

/* ヘッダー */
#header {
  width: 100%;
  height: 87px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #000;
}

.header-container {
  width: 100%;
  padding-right: 56px;
}

.header-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 146px;
}

.header-nav ul {
  display: flex;
  gap: 40px;
}

.header-link {
  display: flex;
  align-items: center;
  gap: 25px;
}
.header-logo {
  width: 87px;
  height: 87px;
}

.header-insta {
  width: 20px;
  height: 20px;
}

.header-app a {
  background-color: #B18016;
  padding: 13px 52px;
}

/* トップ */
.main-v {
  width: 100%;
  height: calc(100vh - 87px);
  position: relative;
  overflow: hidden;
  margin-top: 87px;
}

.main-v-container, .main-v-box {
  width: 100%;
  height: 100%;
}

.main-v-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 2s ease-in-out;
  z-index: 1;
}

.main-v-bg.active {
  opacity: 1;
  z-index: 2;
}

.bg1 { background-image: url('../image/main-back1.png'); }
.bg2 { background-image: url('../image/main-back2.png'); }
.bg3 { background-image: url('../image/main-back3.png'); }

.main-v-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 100%;
  text-align: center;
}

.main-v-title h1 span {
  font-size: 48px;
}

.p1-a {
  width: 100%;
  height: 100%;
  background-image: url('../image/top-back1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
 
.p1-a-container {
  padding-top: 107px;
  padding-bottom: 143px;
}

.p1-a-h2 {
  text-align: center;
}

.p1-a-h3 {
  padding-top: 34px;
  padding-bottom: 55px;
}

.p1-a-h3 h3 {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin: 0 auto;
}

.p1-a-p {
  text-align: right;
  padding-right: 5%;
}

.p1-b {
  padding-top: 60px;
  padding-bottom: 55px;
}

.p1-h2 h2 {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin: 0 auto;  
}

.p1-b-box {
  margin-top: -35px;
}

.p1-b-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 64px;
}

.p1-b-img-box {
  position: relative;
}

.p1-b-img1 {
  width: 514px;
  height: auto;
  padding-top: 93px;
}

.p1-b-img-span {
  position: absolute;
  top: 0;
  right: 63px;
}

.p1-b-img-span span {
  display: inline-block;
  vertical-align: top;
  background-color: #B18016;
  font-size: 24px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 4px;
  padding: 10px 13px;
}

.p1-b-img-span span:last-child {
  margin-left: 13px;
}

.p1-b-box .p1-b-item-reverse {
  flex-direction: row-reverse;
  background-image: url('../image/back-part1.png');
  background-repeat: no-repeat;
  background-size: 299px auto;
  background-position: right 6% bottom 0px;
  margin-top: 56px;
  margin-bottom: 56px;
}

.p1-b .p1-botan {
  padding-top: 70px;
}

.p1-b .p1-botan a {
  margin-left: auto;
  margin-right: auto;
}

/* ボタン */
.p1-botan a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 247px;          /* ボタンの横幅（デザインに合わせて調整） */
  height: 60px;          /* ボタンの高さ */
  border: 1px solid #FFC038; /* 全体を囲む細い金枠 */
  background: transparent;    /* 背景透明 */
  text-decoration: none;
  transition: all 0.3s ease;
}

/* 左側の太い縦線 */
.p1-botan a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;           /* 縦線の太さ */
  height: 100%;
  background-color: #FFC038;
}

/* 右側の矢印（＞） */
.p1-botan a::after {
  content: "";
  position: absolute;
  right: 20px;           /* 右端からの距離 */
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFC038;
  border-right: 2px solid #FFC038;
  transform: rotate(45deg); /* 45度回転させて「＞」にする */
}

.p1-botan a:hover {
  color: #fff;
  background-color: #FFC038;
  opacity: 1;
}

.p1-botan a:hover::after {
  border-color: #fff;
}

.p1-c {
  background-image: url('../image/top-back2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 45px;
  padding-bottom: 100px;
}

.p1-c-box {
  padding-top: 58px;
}

.p1-c-item {
  display: flex;
  justify-content: center;
  gap: 50px;
  background-image: url('../image/back-part2.png');
  background-repeat: no-repeat;
  background-size: 287px auto;
  background-position: left bottom;
  padding-bottom: 58px;
}

.p1-c-img-box {
  position: relative;
  padding-top: 28px;
  padding-left: 25px;
}

.p1-c-img1 {
  width: 604px;
  height: auto;
}

.p1-c-img-span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.p1-c-img-span span {
  display: inline-block;
  font-size: 32px;
  background-color: #B18016;
  padding: 10px 23px;
}

.p1-c-p {
  padding-top: 56px;
}

.p1-c-text p {
  font-size: 24px;
}

.p1-c .p1-botan {
  padding-top: 40px;
}

.p1-c-item2 {
  display: flex;
  justify-content: center;
  gap: 153px;
  background-image: url('../image/back-part3.png');
  background-repeat: no-repeat;
  background-size: 298px auto;
  background-position: right 4% bottom 5%;
  padding-top: 84px;
}

.p1-c-table-title {
  padding-bottom: 20px;
}

.p1-c-table-title p {
  font-size: 32px;
}

.p1-c-table table {
  width: 100%;
  border-collapse: collapse;
}

.p1-c-table table tr th, .p1-c-table table tr td {
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 7px;
  border-bottom: 1px solid #fff;
}

.p1-c-table table tr th {
  text-align: left;
  padding-right: 68px;
}

.p1-c-img2 {
  width: 548px;
  height: auto;
}

.p1-c-img-box2 {
  padding-top: 22px;
}

.p1-c .p1-c-item2 .p1-botan {
  padding-top: 56px;
}

.p1-d {
  background-image: url('../image/top-back3.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 110px;
}

.p1-d-p {
  text-align: center;
  padding-top: 36px;
  padding-bottom: 53px;
}

.p1-d .p1-botan a {
  margin-left: auto;
  margin-right: auto;
}

.p1-e {
  background-image: url('../image/back-part1.png');
  background-repeat: no-repeat;
  background-size: 299px auto;
  background-position: left 10% bottom 5%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.p1-e-h2 {
  text-align: center;
  padding-bottom: 56px;
}

.inst {
  max-width: 774px;
  height: 673px;
  background-color: #D9D9D9;
  margin-left: auto;
  margin-right: auto;
}

/* こだわり */
.about .sub-v {
  background-image: url('../image/p2-back1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.p2-a {
  background-image: url('../image/p2-back2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;  
}

.p2-a-container {
  padding-top: 154px;
  padding-bottom: 52px;
}

.p2-a-h2 h2 {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin: 0 auto;
}

.p2-a-p {
  text-align: center;
  padding-top: 37px;
}

.p2-b {
  padding-top: 37px;
  padding-bottom: 130px;
}

.p2-b-item {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 63px;
}

.p2-b-text, .p2-b-img-box {
  padding-top: 92px;
}

.p2-b-text span {
  font-size: 24px;
}

.p2-b-text p {
  padding-top: 14px;
}

.p2-b-text-p {
  padding-bottom: 32px;
}

.p2-b-img-box {
  position: relative;
}

.p2-b-img1 {
  width: 514px;
  height: auto;
}

.p2-b-span {
  position: absolute;
  top: 0;
  right: 66px;
  z-index: 2;
}

.p2-b-span span {
  display: inline-block;
  vertical-align: top;
  background-color: #B18016;
  font-size: 24px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 4px;
  padding: 10px 13px;
}

.p2-b-span span:last-child {
  margin-left: 13px;
}

.p2-b-img2 {
  position: absolute;
  bottom: -30px;      /* 上からの位置（お好みで調整してください） */
  right: 30px;     /* 左からの位置（お好みで調整してください） */
  width: 299px; /* ご指定の横幅 */
  z-index: 10;  /* 店内写真(z-indexなし)やp2-b-span(z-index:2)より上に */
  pointer-events: none; /* 下にある写真や文字の邪魔をしない設定 */
}

.p2-b .p2-b-item-reverse {
  flex-direction: row-reverse;
  position: relative;
  margin-top: 170px;
}

.p2-b-item-reverse .p2-b-img-box {
  padding-top: 55px;
}

.p2-b-img3 {
  width: 514px;
  height: auto;
}

.p2-b-img4 {
  position: absolute;
  width: 325px;
  height: auto;
  bottom: -23px;
  left: 0;
  z-index: 10;
  pointer-events: none;
}

.p2-b-item-reverse .p2-b-span {
  right: 27px;
}

/* 店舗案内 */
.shop .sub-v {
  background-image: url('../image/p3-back1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.p3-a {
  background-image: url('../image/p3-back2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;  
}

.p3-a-container {
  padding-top: 32px;
  padding-bottom: 130px;
}

.p3-a-h2 h2 {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin: 0 auto;
}

.p3-a-p {
  text-align: center;
  padding-top: 37px;
}

.p3-b-container {
  padding-top: 105px;
  padding-bottom: 120px;
}

.p3-b-box {
  display: flex;
  justify-content: center;
  gap: 48px;
}

.p3-b-table {
  width: 600px;
}

.p3-b-table table {
  width: 100%;
  border-collapse: collapse;
}

.p3-b-table table tr th, .p3-b-table table tr td {
  padding-top: 17px;
  padding-bottom: 17px;
  border-bottom: 1px solid #E9E9E9;
}

.p3-b-table table tr th {
  width: 40%;
  text-align: left;
}

.p3-b-img-box {
  position: relative;
}

.p3-b-img1 {
  width: 514px;
  height: auto;
}

.p3-b-img2 {
  width: 299px;
  height: auto;
  position: absolute;
  bottom: 50px;
  right: -30px;
}

/* お品書き */
.service .sub-v {
  background-image: url('../image/p4-back1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.p4-a-container {
  padding-top: 35px;
  padding-bottom: 68px;
}

.p4-a-h2 h2 {
  text-align: center;
}

.p4-a-box {
  display: flex;
  justify-content: center;
  gap: 47px;
  padding-top: 18px;
}

.p4-a-img-box {
  position: relative;
  padding-bottom: 80px;
}

.p4-a-img1 {
  width: 514px;
  height: auto;
}

.p4-a-img2 {
  width: 299px;
  height: auto;
  position: absolute;
  bottom: 0;
  right: -30px;
}

.p4-b-container {
  padding-bottom: 80px;
}

.p4-h2 {
  text-align: center;
}

.p4-h2-img {
  width: 104px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.p4-c-container {
  padding-bottom: 120px;
}

.p4-c-box {
  display: flex;
  justify-content: center;
  gap: 42px;
  padding-top: 45px;
}

.p4-c-text {
  width: 600px;
}

.p4-c-p {
  text-align: center;
  padding-bottom: 10px;
}

.p4-c-span {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid #D9D9D9;
}

.p4-c-p p, .p4-c-span span {
  font-size: 24px;
}

.p4-c-img1 {
  width: 514px;
  height: auto;
  padding-top: 24px;
}

/* ギャラリー */
.gallery .sub-v {
  background-image: url('../image/p5-back1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.p5-a-container {
  padding-top: 70px;
  padding-bottom: 120px;
}

.p5-a-box {
  display: grid;
  /* 隙間を 20px 空ける設定 */
  gap: 20px;
  /* 横4列。1列 282px */
  grid-template-columns: repeat(4, 282px);
  justify-content: center;
  margin-top: 50px; /* 上の間隔が必要な場合 */
}

.gallery-item {
  width: 282px;
  height: 188px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 求人 */
.recruit .sub-v {
  background-image: url('../image/p6-back1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.p6-a-container {
  padding-top: 117px;
}

.p6-a-box {
  display: flex;
  justify-content: center;
  gap: 65px;
}

.p6-a-img-box {
  position: relative;
  padding-bottom: 83px;
}

.p6-a-img1 {
  width: 514px;
  height: auto;
}

.p6-a-img2 {
  width: 299px;
  height: auto;
  position: absolute;
  bottom: 0;
  right: -30px;
  z-index: 2;
}

.p6-b {
  margin-top: 30px;
  padding-bottom: 140px;
}

.p6-b-table {
  width: 600px;
  padding-top: 68px;
  padding-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}

.p6-b-table table {
  width: 100%;
  border-collapse: collapse;
}

.p6-b-table table tr th, .p6-b-table table tr td {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E9E9E9;
}

.p6-b-table table tr th {
  width: 40%;
  text-align: left;
}

.p6-b-p {
  text-align: center;
  padding-bottom: 34px;
}

.p6-b .p4-h2 h2 {
  font-size: 24px;
}

.p6-tel {
  text-align: center;
  padding-top: 40px;
}

.p6-tel span {
  display: inline-block;
  color: #FFC038;
  font-size: 24px;
  padding: 15px 63px;
  letter-spacing: 2px;
  border: 1px solid #FFC038;
}

/* 下層ページの共通 */
.sub-v {
  width: 100%;
  height: auto;
  margin-top: 87px;
}

.sub-v-h1 {
  text-align: center;
  padding: 165px 0;
}

.sub-v-h1 h1 {
  font-size: 36px;
}

.p4-b-img1 {
  width: 514px;
  height: auto;
}

.p4-b-item {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding-top: 56px;
}

.p4-b-text:nth-child(2) {
  padding-top: 13px;
  padding-bottom: 45px;
}

.p4-b-span {
  display: flex;
  justify-content: space-between;
}

.p4-b-text span {
  font-size: 24px;
}

.p4-b-text p {
  padding-top: 10px;
}

/* レイアウトパーツ */
.map-box iframe {
  width: 100%;
  height: 422px;
}

/* フッター */
.footer-container {
  padding-top: 40px;
  padding-bottom: 30px;
}

.footer-logo {
  width: 127px;
  height: 127px;
  margin-left: auto;
  margin-right: auto;
}

.footer-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding-top: 48px;
  padding-bottom: 60px;
}

.footer-nav ul {
  display: flex;
  gap: 40px;
}

.footer-nav .header-link {
  height: 50px;
}

.copy-right {
  text-align: center;
}

.top-botan {
  width: 36px;
  height: 36px;
  position: fixed;
  bottom: 93px;
  right: 124px;
  z-index: 100;
  opacity: 0;        /* 最初は消しておく */
  visibility: hidden;
  transition: all 0.5s ease; /* ふわっと表示させる */
}

.top-botan.is-show {
  opacity: 1;
  visibility: visible;
}

.top-botan a {
  text-decoration: none;
  display: block;
}

.top-botan img {
  width: 36px; /* 画像のサイズに合わせて調整してください */
  height: auto;
}

@media screen and (max-width: 1300px) {
  /* こだわり */
  .p2-b-item {
    padding-left: 2%;
    padding-right: 2%;
  }

  /* ギャラリー */
  .p5-a-box {
    grid-template-columns: repeat(3, 282px);
  }
}

@media screen and (max-width: 1100px) {
  /* ヘッダー */
  .header-container {
    padding-right: 26px;
  }

  .header-nav {
    gap: 50px;
  }

  .header-app a {
    padding: 13px 32px;
  }

  /* トップ */
  .p1-c-item {
    padding-left: 2%;
    padding-right: 2%;
  }

  .p1-c-item2 {
    gap: 30px;
    padding-left: 2%;
    padding-right: 2%;
  }
} 

@media screen and (max-width: 930px) {
  /* ヘッダー */
  #header {
    display: none;
  }

  /* ハンバーガーメニュー */
  .header {
    width: 100%;
    height: 87px;
    display: block;
    position: fixed;
    top: 0;
    background-color: #000;
    z-index: 1200; /* 他のコンテンツの上に表示させる */
  }
  .hamburger {
    display: block;
    width: 46px;
    height: 46px;
    position: relative;
    z-index: 1110;
    border: none;
    background-color: #000;
    margin-right: 13px;
  } 
  .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .hamburger.-active .hamburger__line {
      background-color: transparent;
  }
  .hamburger.-active .hamburger__line::before {
      top: 0;
      transform: rotate(45deg);
  }
  .hamburger.-active .hamburger__line::after {
      top: 0;
      transform: rotate(-45deg);
  }
  .hamburger__line {
    display: block;
    height: 3px;
    position: absolute;
    top: 22.5px; 
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    background-color: #fff;
    transition: 0.4s;
  }
  .hamburger__line:before,
  .hamburger__line:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: #fff;
    transition: inherit;
  }
  .hamburger__line:before {
    top: -8px;
  }
  .hamburger__line:after {
    top: 8px;
  }
  .hamburger__text {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .header__nav-area {
    position: fixed;
    top: 87px;
    left: -100%;
    z-index: 1100;
    height: 365px;
    width: 100vw;
    visibility: hidden;
    background-color: #000;
    transition: 0.4s;
  }
  .header__nav-area.-active {
    left: 0;
    visibility: visible;
    padding-top: 0;
  }
  .global-navigation {
    padding-top: 28px;
    padding-right: 25px;
    padding-bottom: 28px;
    padding-left: 25px;
  }
  .global-navigation__list > li {
    padding-bottom: 18px;
  }
  .global-navigation__list > li:last-child {
    padding-bottom: 0;
  }
  .global-navigation__link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 900;
    transition: color 0.4s;
    font-size: 16px;
    font-weight: 400;
  }
  .accordion {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: 0.4s;
  }
  .accordion.-active {
    height: auto;
    padding-top: 30px;
    visibility: visible;
  }
  .accordion__list li {
    font-size: 0.75rem;
  }
  .accordion__list li + li {
    margin-top: 21px;
  }
  .accordion__link {
    color: #172e59;
  }

  .header .header-link {
    height: 50px;
    justify-content: center;
  }

  .header .header-link .header-app a {
    padding: 13px 52px;
  }

  /* トップ */
  .main-v {
    margin-top: 0;
  }

  .p1-b-box {
    margin-top: 38px;
  }

  .p1-b-item, .p1-b-box .p1-b-item-reverse {
    flex-direction: column-reverse;
  }

  .p1-c-item, .p1-c-item2 {
    flex-direction: column;
    align-items: center;
  }

  .p1-c .p1-botan a {
    margin-left: auto;
    margin-right: auto;
  }

  /* こだわり */
  .sub-v {
    margin-top: 0;
  }

  .p2-b-item, .p2-b .p2-b-item-reverse {
    flex-direction: column-reverse;
    align-items: center;
  }

  .p2-b-img2, .p2-b-img4 {
    width: 170px;
    z-index: -1;
  }

  /* 店舗案内 */
  .p3-b-box {
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
  }

  .p3-b-img-box {
    padding-bottom: 28px;
  }

  .p3-b-img2 {
    bottom: 0;
  }

  /* お品書き */
  .p4-a-box {
    flex-direction: column-reverse;
    align-items: center;
  }

  .p4-b-item {
    flex-direction: column-reverse;
    align-items: center;    
  }

  .p4-b-item:last-child {
    flex-direction: column;
  }

  .p4-c-box {
    flex-direction: column-reverse;
    align-items: center;
  }

  /* ギャラリー */
  .p5-a-box {
    grid-template-columns: repeat(2, 282px);
  }

  /* 求人 */
  .p6-a-box {
    flex-direction: column-reverse;
    align-items: center;
  }

  /* フッター */
  .footer-nav {
    flex-direction: column;
  }

  .footer-nav ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  /* 全体 */
  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 24px;
  }

  p {
    letter-spacing: 2px;
    line-height: 2em;
  }

  .w-container {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
  }

  /* 消す */
  .br {
    display: none;
  }

  /* トップ */
  .bg1 { background-image: url('../image/sp-img1.png'); }
  .bg2 { background-image: url('../image/sp-img2.png'); }
  .bg3 { background-image: url('../image/sp-img3.png'); }

  .main-v {
    margin-top: 87px;
  }

  .main-v-title h1 span {
    font-size: 36px;
  }

  .p1-a-container {
    padding-top: 18px;
    padding-bottom: 60px;
  }

  .p1-a-h3 {
    padding-bottom: 27px;
  }

  .p1-a-p {
    text-align: left;
    padding-left: 0;
  }

  .p1-b {
    padding-top: 27px;
    padding-bottom: 72px;
  }

  .p1-b-img1 {
    max-width: 312px;
    padding-top: 84px;
    padding-right: 4px;
  }

  .p1-b-img-span {
    right: 0;
  }

  .p1-b-img-span span {
    font-size: 20px;
  }

  .p1-b-item, .p1-b-box .p1-b-item-reverse {
    gap: 27px;
  }

  .p1-b-box .p1-b-item-reverse {
    background-size: 150px auto;
    padding-bottom: 45px;
    margin-top: 70px;
  }

  .p1-b .p1-botan {
    padding-top: 40px;
  }

  .p1-c {
    padding-top: 53px;
  }

  .p1-c-box {
    padding-top: 35px;
  }

  .p1-c-item {
    gap: 40px;
    position: relative;
    background-image: none;
    height: auto;
    padding-bottom: 0;
  }

  .p1-c-item2 {
    gap: 35px;
    position: relative;
    background-image: none;
    padding-top: 40px;
    padding-bottom: 13px;
  }

  .p1-c-item, .p1-c-item2 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .p1-c-img1 {
    width: 314px;
  }

  .p1-c-img-box {
    position: relative;
    padding-top: 20px;
    padding-left: 20px;
  }

  .p1-c-p {
    padding-top: 0;
  }

  .p1-c .p1-c-p p {
    font-size: 16px;
  }

  .p1-c-p span {
    margin-left: 30px;
  }

  .p1-c-img-span span {
    font-size: 20px;
    padding: 10px 17px;
  }

  .p1-c-text p {
    font-size: 20px;
  }

  .sp-p1-back1 {
    width: 183px;
    height: auto;
    position: absolute;
    top: 190px;
    left: 0;
    z-index: 10;
    display: block;
  }

  .sp-p1-back2 {
    width: 183px;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    display: block;
  }

  .p1-c-table-title {
    text-align: center;
  }

  .p1-c-table-title p {
    font-size: 24px;
  }

  .p1-c-table table tr th, .p1-c-table table tr td {
    font-size: 16px;
  }

  .p1-c-img-box2 {
    padding-top: 0px;
  }

  .p1-c-img2 {
    width: 314px;
  }

  .p1-d {
    padding-top: 76px;
    padding-bottom: 74px;
  }
  .p1-d-p {
    padding-top: 32px;
    padding-bottom: 28px;
  }

  .p1-e {
    background-size: 183px auto;
    background-position: left 3% bottom 2%;
    padding-top: 56px;
    padding-bottom: 73px;
  }

  /* こだわり */
  .p2-a-container {
    padding-top: 50px;
    padding-bottom: 15px;
  }

  .p2-a-p {
    padding-top: 20px;
  }

  .p2-b-span, .p2-b-item-reverse .p2-b-span {
    right: 0;
  }

  .p2-b-img1, .p2-b-img3 {
    width: 314px;
  }

  .p2-b-span span {
    font-size: 20px;
  }

  .p2-b-img-box {
    padding-top: 80px;
  }

  .p2-b-text {
    padding-top: 0;
  }

  .p2-b-text span {
    font-size: 20px;
  }

  .p2-b .p2-b-item-reverse {
    margin-top: 60px;
  }

  .p2-b-item-reverse .p2-b-img-box {
    padding-top: 80px;
  }

  /* 店舗案内 */
  .p3-a-container {
    padding-top: 15px;
    padding-bottom: 50px;
  }

  .p3-a-p {
    padding-top: 20px;
  }

  .p3-b-container {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .p3-b-table {
    width: 100%;
  }

  .p3-b-img1 {
    width: 314px;
  }

  .p3-b-img2 {
    width: 180px;
  }

  /* お品書き */
  .p4-a-container {
    padding-top: 15px;
    padding-bottom: 34px;
  }

  .p4-a-box {
    gap: 20px;
  }

  .p4-a-img-box {
    padding-bottom: 30px;
  }

  .p4-a-img1 {
    width: 314px;
  }

  .p4-a-img2 {
    width: 180px;
  }

  .p4-b-item {
    padding-top: 18px;
  }

  .p4-b-img1 {
    width: 314px;
  }

  .p4-b-text:nth-child(2) {
    padding-top: 45px;
  }
 
  .p4-b-text span {
    font-size: 20px;
  }

  .p4-c-container {
    padding-bottom: 60px;
  }

  .p4-c-box {
    gap: 20px;
    padding-top: 0;
  }

  .p4-c-text {
    width: 100%;
  }

  .p4-c-img1 {
    width: 314px;
  }

  .p4-c-p p, .p4-c-span span {
    font-size: 20px;
  }

  /* ギャラリー */
  .p5-a-container {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .p5-a-box {
    /* 横2列。1列 150px */
    grid-template-columns: repeat(2, 160px);
    /* 隙間を少し狭くしたい場合は調整（例: 10px） */
    gap: 15px; 
  }

  .gallery-item {
    /* 親のgridに合わせて幅を上書き */
    width: 160px;
    /* 高さはアスペクト比を維持するか、お好みで調整 */
    height: 100px; 
  }

  /* 求人 */
  .p6-a-container {
    padding-top: 60px;
  }

  .p6-a-img-box {
    padding-bottom: 30px;
  }

  .p6-a-box {
    gap: 20px;
  }

  .p6-a-img1 {
    width: 314px;
  }

  .p6-a-img2 {
    width: 180px;
  }

  .p6-b {
    padding-bottom: 60px;
  }

  .p6-b-table {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .p6-b-p {
    text-align: center;
    padding-bottom: 14px;
  }

  /* レイアウトパーツ */
  .map-box iframe {
    height: 345px;
  }

  /* フッター */
  .footer-container {
    padding-bottom: 23px;
  }

  .footer-nav {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  footer .header-app a {
    padding: 13px 52px;
  }

  .top-botan {
    right: 3%;
    bottom: 56px;
  }
}