@charset "utf-8";
.pg-fv {
  padding-top: clamp(4rem, -0.292rem + 8.94vw, 10.438rem);
  background-color: #FFFCEF;
}
.pg-fv__inner {
  padding: 0 clamp(2.5rem, 0.167rem + 4.86vw, 6rem);
}
.pg-fv__img {
      width: 100%;
    object-fit: cover;
}
.pg-fv__img--sp {
    display: none;
}
.pg-fv__right {
      margin-top: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
    display: flex;
    justify-content: flex-end;
}
.pg-fv__container {
        margin-top: 16px;
    padding-left: clamp(0rem, -12rem + 25vw, 18rem);
}

.store-slide {
  background-color: #FFFCEF;
  padding-top: 80px;
}
.store-slide__container {
  position: relative;
}
.store-slide__inner {
  padding: 0 clamp(2.5rem, -11.833rem + 29.86vw, 24rem);
}
.store-slide__container {
  position: relative;
}

.swiper-slide img {
      aspect-ratio: 1152/480;
    object-fit: cover;
    height: auto;
}

.swiper-navigation-icon {
  display: none;
}

.swiper-button-prev::before {
  content: "";
    display: inline-block;
    width: clamp(2rem, 1.879rem + 0.52vw, 2.5rem);
    height: clamp(2rem, 1.879rem + 0.52vw, 2.5rem);
    background-image: url('https://tonkatumiwa.co.jp/system_panel/uploads/images/slide-icon.png');
    background-position: center;
    background-size: contain;
      position: absolute;
    transform: translateY(clamp(12.5rem, 8.333rem + 8.68vw, 18.75rem));
  left: clamp(17.5rem, 7.667rem + 20.49vw, 32.25rem);
}
.swiper-button-next::before {
  content: "";
    display: inline-block;
    width: clamp(2rem, 1.879rem + 0.52vw, 2.5rem);
    height: clamp(2rem, 1.879rem + 0.52vw, 2.5rem);
    background-image: url('https://tonkatumiwa.co.jp/system_panel/uploads/images/slide-icon2.png');
    background-position: center;
    background-size: contain;
      position: absolute;
    transform: translateY(clamp(12.5rem, 8.333rem + 8.68vw, 18.75rem));
  right: clamp(17.5rem, 7.667rem + 20.49vw, 32.25rem);
}


.access {
    padding-top: 200px;
    padding-bottom: clamp(5rem, 2.5rem + 5.21vw, 8.75rem);
    background-color: #FFFCEF;
}
.access__inner {
  padding: 0 clamp(2.5rem, -11.833rem + 29.86vw, 24rem);
}
.access__container {
      display: flex;
    column-gap: clamp(1.25rem, -4.792rem + 12.59vw, 10.313rem);
    justify-content: space-between;
}
.access__items {
      display: flex;
    flex-direction: column;
    row-gap: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
    width: 100%;
}
.access__item {
      display: flex;
    align-items: center;
    padding-bottom: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
    border-bottom: 0.5px solid #9B9B9B;
}
.access-item__left {
      font-size: 16px;
    color: #5C5C5C;
    font-weight: 700;
    font-family: " YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    width: 30%;
}
.access-item__right {
      font-size: 14px;
    font-weight: 500;
    color: #454545;
    font-family: " YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    width: 70%;
}
.access__map {
      display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 24px;
}
.access-map__box iframe {
      border: none;
    height: clamp(23.438rem, 21.938rem + 3.13vw, 25.688rem);
    width: clamp(17.5rem, 12.042rem + 11.37vw, 25.688rem);
}
.access-map__text {
      font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
    font-weight: 500;
    font-family: " YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #5C5C5C;
}

.menu {
  padding-top: 120px;
}
.menu__inner {
      padding: 0 clamp(2.5rem, -11.833rem + 29.86vw, 24rem);
}
.scroll {
      overflow: auto;
    display: flex;
    flex-direction: column;
  direction: rtl;
}
.menu__content {
      display: flex;
    border: clamp(1.625rem, 1.25rem + 0.78vw, 2.188rem) solid #000;
    border-top: clamp(0.75rem, 0.583rem + 0.35vw, 1rem) solid #000;
    border-bottom: clamp(0.75rem, 0.583rem + 0.35vw, 1rem) solid #000;
    padding: 10px;
    column-gap: 8px;
      margin-top: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
    min-width: 864px;
}
.menu__right,
.menu__left {
      width: 50%;
  min-width: 390px;
    background-color: #FFFCEF;
    display: flex;
    padding-right: clamp(2rem, 1.333rem + 1.39vw, 3rem);
    padding-top: 80px;
    padding-bottom: clamp(2.188rem, 1.729rem + 0.95vw, 2.875rem);
  padding-left: clamp(1.25rem, 0.875rem + 0.78vw, 1.813rem);
}
.menu__main {
      padding: 16px 12px;
    height: clamp(14rem, 10.833rem + 6.6vw, 18.75rem);
    text-align: center;
    border-left: 0.5px solid #000;
    border-right: 0.5px solid #000;
    font-size: clamp(1.813rem, 1.354rem + 0.95vw, 2.5rem);
    font-weight: 600;
    margin-left: clamp(0.75rem, -0.417rem + 2.43vw, 2.5rem);
  transform: translateY(-30px);
}
.menu__wrap {
      display: flex;
    column-gap: 32px;
}
.menu__title {
      font-size: clamp(1.438rem, 1.063rem + 0.78vw, 2rem);
    font-weight: 600;
  position: relative;
}
.menu__title::before {
      position: absolute;
    content: "";
    width: clamp(0.5rem, 0.333rem + 0.35vw, 0.75rem);
    height: clamp(0.5rem, 0.333rem + 0.35vw, 0.75rem);
    background-color: #904142;
    top: -24px;
    right: 0;
    left: 0;
    margin: auto;
}
.menu__box {
      display: flex;
    flex-direction: column-reverse;
    row-gap: 24px;
}
.menu__item {
      display: flex;
    row-gap: 16px;
    justify-content: space-between;
  flex-direction: row-reverse;
}
.menu-item__name {
      font-size: clamp(0.75rem, 0.5rem + 0.52vw, 1.125rem);
    font-weight: 500;
}
.menu-item__price {
      font-size: clamp(0.75rem, 0.5rem + 0.52vw, 1.125rem);
    font-weight: 500;
}
.menu__left {
  column-gap: clamp(1.875rem, 1.458rem + 0.87vw, 2.5rem);
}
.menu-img__box {
      display: flex;
    flex-direction: column;
    row-gap: 4px;
    justify-content: flex-end;
    margin-right: 32px;
}
.menu-img1 {
      height: 100%;
    object-fit: cover;
}
.menu-img__box--2 {
      display: flex;
    flex-direction: column;
    row-gap: 4px;
    justify-content: flex-end;
}
.menu__bottom {
      margin-top: 80px;
      max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.menu__bottom img {
      height: clamp(7.25rem, 2.972rem + 18.25vw, 24.875rem);
    object-fit: cover;
}

.t-shop {
  padding: clamp(3.75rem, 1.25rem + 5.21vw, 7.5rem) 0;
}
.t-shop__inner {
  padding: 0 clamp(1rem, -6.333rem + 15.28vw, 12rem);
}
.t-shop__container {
      position: relative;
    overflow: hidden;
}
.t-shop__img {
      width: 100%;
    aspect-ratio: 1536/760;
    object-fit: cover;
    height: fit-content;
  transition: all 0.5s;
}
.t-shop__img:hover {
  transform: scale(1.1);
}
.t-shop__img--sp {
  display: none;
}
.t-shop__right {
      position: absolute;
    top: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
    right: clamp(5rem, -1.375rem + 13.28vw, 14.563rem);
}
.t-shop__left {
      position: absolute;
    top: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
    left: clamp(2rem, -0.667rem + 5.56vw, 6rem);
}
.t-shop__text {
      margin-top: 46px;
    line-height: 1.7;
    font-weight: 500;
    color: #5C5C5C;
    font-family: " YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
}
.t-shop__title {
      font-size: clamp(1.125rem, 0.208rem + 1.91vw, 2.5rem);
    line-height: 1.7;
    font-weight: 500;
    color: #904142;
    letter-spacing: 0.12em;
}

@media (max-width: 767px) {
  .pg-fv__inner {
    padding: 0;
  }
  .pg-fv__img {
     display: none;
  }
  .pg-fv__img--sp {
    display: block;
      width: 100%;
    height: clamp(28.5rem, 19.167rem + 19.44vw, 42.5rem);
    object-fit: cover;
  }
  .pg-fv__right {
    padding-right: 16px;
  }
  .pg-fv__container {
    padding-left: 24px;
  }
  
  .store-slide__inner {
    padding: 0;
  }
  
  .swiper-button-prev::before {
    transform: translateY(clamp(7.5rem, 2.717rem + 20.41vw, 12.5rem));
    left: clamp(8.75rem, -2.012rem + 45.92vw, 20rem);
  }
  .swiper-button-next::before {
    transform: translateY(clamp(7.5rem, 2.717rem + 20.41vw, 12.5rem));
    right: clamp(8.75rem, -2.012rem + 45.92vw, 20rem);
  }
  
  .access {
    padding-top: 136px;
  }
  .access__inner {
    padding: 0;
  }
  .access__container {
        flex-direction: column;
    row-gap: 40px;
  }
  .access__items {
    padding: 0 clamp(1.5rem, -4.24rem + 24.49vw, 7.5rem);
  }
  .access__item {
        flex-direction: column;
    align-items: flex-start;
    row-gap: 16px;
  }
  .access-item__left,
  .access-item__right {
    width: 100%;
  }
  .access-map__box iframe {
        width: clamp(23.438rem, 15.964rem + 31.89vw, 31.25rem);
  }
  
  .menu__inner {
    padding: 0 clamp(1rem, -0.435rem + 6.12vw, 2.5rem);
  }
  
  .t-shop__inner {
        padding: 0;
    max-width: 500px;
  }
  .t-shop__right {
    right: clamp(2.313rem, -0.258rem + 10.97vw, 5rem);
  }
  .t-shop__img {
    display: none;
  }
    .t-shop__img--sp {
      display: block;
      aspect-ratio: 1/1;
      object-fit: cover;
      width: 100%;
    height: fit-content;
  }
  .t-shop__text {
    display: none;
  }
}

@media (max-width: 374px) {
  .pg-fv {
    padding-top: 80px;
  }
  
  .swiper-button-prev::before {
    left: clamp(6.875rem, -4.034rem + 54.55vw, 8.75rem);
  }
  .swiper-button-next::before {
    right: clamp(6.875rem, -4.034rem + 54.55vw, 8.75rem);
  }
  
  .access-item__left {
    font-size: 14px;
  }
  .access-item__right {
    font-size: 12px;
  }
  .access-map__box iframe {
      width: 280px;
    height: 280px;
  }
}